@font-face {
  font-family: Poppins-Regular;
  src: url(./fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: Poppins-Medium;
  src: url(./fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url("./fonts/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: Poppins-Bold;
  src: url(./fonts/Poppins/Poppins-Bold.ttf);
}

@font-face {
  font-family: PlayfairDisplay-MediumItalic;
  src: url(./fonts/Playfair_Display/static/PlayfairDisplay-MediumItalic.ttf);
}

@font-face {
  font-family: PlayfairDisplay-SemiBoldItalic;
  src: url(./fonts/Playfair_Display/static/PlayfairDisplay-SemiBoldItalic.ttf);
}

@font-face {
  font-family: PlayfairDisplay-ExtraBoldItalic;
  src: url(./fonts/Playfair_Display/static/PlayfairDisplay-ExtraBoldItalic.ttf);
}

@font-face {
  font-family: PlayfairDisplay-BoldItalic;
  src: url(./fonts/Playfair_Display/static/PlayfairDisplay-BoldItalic.ttf);
}

@font-face {
  font-family: Open-Sans-Bold;
  src: url("./fonts/Open_Sans/static/OpenSans/OpenSans-Bold.ttf");
}

html {
    scroll-behavior: smooth !important;
}

body {
  font-family: Poppins-Regular !important;
  position: relative;
  font-size: 14px;
  margin: 0px;
  color: #6e6e6e;
}

h1,
.h1 {
  font-size: 55px !important;
}

.primary-color {
  color: #bb0b0b;
}

.primary-bg-color {
  background-color: #bb0b0b;
}

.nav-btn {
  border: 2px solid #bb0b0b;
  opacity: 1;
  border-radius: 5px;
  background-color: transparent;
}

#cust-nav {
  font-size: 20px;
  font: normal normal 20px/30px Poppins-Medium;
  letter-spacing: 0px;
  color: #ffffff;
}

#nav-btn {
  width: auto;
  font-size: 15px;
  border: 2px solid #bb0b0b;
  background-color: transparent;
  font-family:  Poppins-Medium;
  letter-spacing: 0px;
  color: #ffffff;
/* padding: 7px 29px; */
padding: 3px 12px;
margin-right: 1.5rem;
}

#nav-btn a {
  text-decoration: none;
  color: #070c11;

}

.ix-logo{
  width: 125px;
  margin-left: 1.7rem;
  /* width: 160px; */
  /* height: 60px; */
}

.ix-logo img{
  width: 100%;
}

.topHead {
  position: fixed;
  top: 0px;
  z-index: 9;
  width: 100%;
  box-shadow: 0px 3px 6px #80808029;
}

.topHead nav {
  /* background-color: #070d12; */
  background-color: #fff;
}

.topHead nav #navtoggle {
  flex-grow: initial;
}

.topHead nav #navtoggle a {
  color: #070d12;
}

.topHead nav #navtoggle li.nav-item {
  /* padding: 0px 45px; */
  padding: 0px 30px;
}

.topHead nav #navtoggle li.nav-item a {
  font-size: 16px;
  position: relative;
}

/*.topHead nav #navtoggle li.nav-item a:before {
  content: "";
  display: inline-block;
  width: 0%;
  height: 2px;
  background: #070d12;
  transition: 0.5s all;
  position: absolute;
  bottom: 0px;
}*/


/*.topHead nav #navtoggle li.nav-item a:hover:before


 {
  content: "";
  display: inline-block;
  width: calc(100% - 1rem);
  height: 2px;
  background: #070d12;
  transition: 0.5s all;
  position: absolute;
  bottom: 0px;
}*/

.topHead .nav-link:hover {
    border-bottom: 2px solid;
    border-radius: 0;
}

.topHead nav #navtoggle li.nav-item.active a{
  content: "";
  display: inline-block;
  width: calc(100% - 1rem);
  height: 2px;
  background: #070d12;
  transition: 0.5s all;
  position: absolute;
  bottom: 0px;
}



.home-banner {
  background-image: url("../images/Banner-New.png");
  height: calc(110vh - 0px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  margin-top: 84px;
}

.home-banner .banner-content {
  display: flex;
  align-items: center;
}

.banner-content ul li {
  list-style-type: none;
  text-align: center;
  font: normal normal 40px Poppins-Bold;
  color: #fff;
}

.banner-content ul li:first-child {
  /* color: #bb0b0b; */
  /* text-align: center; */
  margin-bottom: 0px!important;
}

.banner-content ul li:nth-child(3) {
  font-family: Open-Sans-Bold;
  font-size: 35px;
}

.banner-btn {
    border: 2px solid #f5f5f5;
    font-size: 16px;
    font-family: Open-Sans-Bold;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    margin-top: 50px;
    width: 190px;
    height: 42px;
}
/* Mb section */

.mb-sec {
  background-color: #f9f8fa;
}

.abs1  {
  width: 180px;
  position: absolute;
  top: 10px;
  left: 420px;
}

/* .abs1:hover{
  -ms-transform: scale(1.2); 
  -webkit-transform: scale(1.2); 
  transform: scale(1.2); 
 
} */


.topHead .nav-link.active{
    color: #000;
    background-color: transparent !important;
    border-bottom: 2px solid #000;
    border-radius: 0;
}

.abs2 {
  width: 230px;
  position: absolute;
  bottom: 0;
  left: 89px;
}

/* KNOW-MORE-SECTION */

.know-more-cards {
  background-color: #070d12;
  color: #fff;
}

.know-more-cards .col-3 {
  padding: 0px;
  text-align: center;
}

.know-more-logo {
  width: 60%;
  height: 70px;
  object-fit: contain;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

button.know-more-btn {
  background-color: transparent;
  font-size: 14px;
  border: 2px solid #ffffff;
  color: #fff;
  padding: 5px;
  width: 115px;
}




button.know-more-btn a{
  color: #fff;
  text-decoration: none; 
}

.col-md-4.km-sub-cards .row .col-8 p:nth-child(2) {
  font-size: 12px;
  font-family: Poppins-Regular;
}

.col-md-4.km-sub-cards .row .col-8 p:first-child {
  font-size: 20px;
  font-family: Poppins-SemiBold;
  white-space: nowrap;
}
.f-12{
  font-size: 12px;
}

/* INSTORE SECTION */

#mb-instore {
  background: url("../images/webp-format/Mask Group 49350.webp") no-repeat fixed;
  background-size: 100%;
  width: 100%;
  margin: 0px;
  padding: 50px 0px;
}


#mb-instoresmBanner {
  background: url("../images/webp-format/Mask Group 49350.webp") no-repeat fixed;
  background-size: 100%;
  width: 100%;
  margin: 0px;
  padding: 10px 50px 0px;
}

.mb-head {
  font-family: Poppins-SemiBold;
  font-size: 36px;
  color: #1e2637;
  /* margin-top: 40px; */
}

.mb-sub-content ul li img {
  height: max-content;
}




/* .instoremanagementImg {
  margin-top: -60px !important;
  background-color: red;
} */

.mb-sub-head {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  color: #1e2637;
}

.mb-content,
.mb-sub-content {
  font-size: 14px;
  font-family: Poppins-Regular;
  color: #6e6e6e;
}

.sub-content-bullets{
  display: flex;
  gap: 100px;
}

.mb-btn .know-more-btn {
  background-color: transparent;
  font-size: 14px;
  border: 1px solid #1e2637;
  color: #191919;
  padding: 5px;
  width: 140px;
  font-family: Poppins-Regular;
}

.mb-btn .know-more-btn a{
  color: #191919;
  text-decoration: none;
}

.mb-sub-content ul li {
  display: flex;
  padding-bottom: 15px;
}

.mb-sub-content ul {
  padding: 0px;
}

.mb-sub-content ul li span {
  padding-left: 10px;
}

/* WAREHOUSE SECTION */

div#mb-warehouse {
  padding: 25px 0px;
  width: 100%;
}

.mb-warehouse-content {
  position: relative;
}


.mc-backdrop-img {
  position: absolute;
  /* width: 400px; */
  bottom: 0px;
  top: 350px;
  left: 272px;
}

.mc-backdrop-img img {
  width: 80%;
}

.pricecheckerImg{
  position: relative;
    left: 24px;
}


/* E-commerce */
.ecommerce img{
  height: 533px;
  width: 90%;
  position: relative;
  left: 38px;
}
/* ORDER MANAGEMENT */

#mb-order-management {
  background: url("../images/webp-format/Mask Group 49350.webp") no-repeat fixed;
  background-size: 100%;
  width: 100%;
  margin: 0px;
  padding: 50px 0px;
}


/* Interactive */


#Interactive-mainContainer{
  display: flex;
}

#Interactive-mainContainer .Interactive-content .mb-head {
color: #000000;
font-size: 20px !important;
}


/* .Interactive-container{
  max-height: 460px;
}
.Interactive-container img{
  max-height: 100%;
} */

.Interactive-content{
  max-height: 460px;
}

/* BUSINESS CARD */

div#business-card {
  background-color: #070d12;

}

.business-card-text{
  justify-content: baseline;
  top: 100px;
}


div#business-card img {
  width: 100%;
}

#business-card div p {
  font-family: 'Poppins-Medium';
  font-size: 40px;
  color: #fff;
  margin-bottom: 0rem !important;
}

#business-card div span {
  font-size: 40px;
  font-family: 'PlayfairDisplay-SemiBoldItalic';
  color: #bb0b0b;
  text-align: center;
}

div#business-card .banner-btn {
  margin-top: opx !important;
}

div#business-card .col-5 {
  padding-left: 0px;
}

/* Enterprise Part */

#enterprise-banner {
  background-color: #070d12;
}

#enterprise-banner .latest-blogs {
  color: #ffffff;
  padding-right: 25px;
}

#enterprise-banner .latest-blogs div:nth-child(2) {
  line-height: 50px;
}

#enterprise-banner .latest-blogs div p span {
  font-family: PlayfairDisplay-BoldItalic;
  padding: 0px 10px;
}



.ent-cards {
  background-color: #f9f8fa;
  box-shadow: 0px 0px 2px #00000029;
  border-radius: 8px;
  opacity: 1;
  padding: 30px 20px;
  text-align: center;
  color: rgb(0, 0, 0);
  width: 39%;
}

.ent-cards:hover {
  background-color: #bb0b0b;
  box-shadow: 0px 0px 2px #00000029;
  color: #fff;
  
}

.ent-cards button.know-more-btn a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.ent-cards button.know-more-btn a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
 
}


.ent-cards button.know-more-btn:hover {
  border: 1px solid #ffffff;
  /* color: #ffffff !important; */
}



.pc {
  background-color: #ffffff;
}


.ent-cards p {
  font-family: Poppins-SemiBold;
  font-size: 14px;
  /* color: #1e2637; */
  margin: 20px 0px;
}

.ent-cards button {
  border: 1px solid #1e2637;
  text-align: left;
  font: normal normal normal 14px/35px Poppins;
  letter-spacing: 0px;
  color: #191919;
  text-align: center;
  margin: 10px 0px 20px 0px;
  font-family: Poppins-Regular;
}


.title-wrapper img{
  width:155px ;
}

.ent-cards .title-wrapper {
  width: 220px;
  height: 60px;
}


/* .ent-cardsLogo{
  background-image: url("../images/Logo/Atlas.png") no-repeat;
}

.ent-cardsLogo:hover{
  background-image: url("../images/Logo/Atlas logo_W.png") no-repeat; 
} */



/* TOOLS-CARD */

#tools-card {
  background: url("../images/tools-section/tools-backdrop.png") no-repeat fixed;
  background-size: 100%;
}

.tools img {
  width: 100%;
}

/* LOGO CAROUSEL */

a.carousel-left-icon img {
  width: 100%;
  transform: rotate(-90deg);
}

a.carousel-right-icon img {
  width: 100%;
  transform: rotate(90deg);
}

/* CLAN */

.title-header div:first-child {
  width: 24%;
  text-align: center;
  background-color: #bb0b0b;
  border-radius: 25px;
  color: #fff;
  
}

.title-header div h5 {
  font-family: Poppins-Regular;
  font-size: 16px;
  margin: 0px;
  padding: 10px;
  letter-spacing: 0.2px;
}

.title-header div h2.title {
  font-family: Poppins-Medium;
  font-size: 42px;
}

h2.title span {
  font-family: PlayfairDisplay-SemiBoldItalic;
  font-size: 42px;
  color: #bb0b0b;
}

div#clan-card {
  background-color: #070d12;
  color: #fff;
}


.message-box {
  background-color: #bb0b0b;
  height: 100%;
  border-radius: 10px;
  padding-top: 70px;
}

.message-box h5:first-child {
  font-family: Poppins-SemiBold;
  font-size: 34px;
}

.message-box h5:nth-child(2) {
  font-family: PlayfairDisplay-MediumItalic;
  font-size: 34px;
  margin-bottom: 10px;
  margin-top: 5px;
  /* margin-top: 15px; */
}

.message-box p {
  font-family: Poppins-Regular;
  font-size: 16px;
  margin: 30px 0px;
}

.message-box p:last-child {
  font-family: Poppins-SemiBold;
}

.clan-cards .card {
  color: #fff;
  background-color: #070d12 !important;
  border: 0px;
}

.clan-cards .card-body a {
  width: 50%;
  height: 50%;
}

.clan-cards .card-title {
  font-family: Poppins-SemiBold;
  font-size: 29px;
}

.clan-cards .card-body a img {
  width: 10%;
  /* height: 100%; */
}

/* Latest Blogs */

.latest-blogs div:first-child {
  text-align: center;
  background-color: #bb0b0b;
  padding: 10px;
  border-radius: 25px;
  color: #f9f8fa;
  font-family: Poppins-Medium;
  font-size: 16px;
  letter-spacing: 0.2px;
  min-width: 15%;
}

.latest-blogs div:nth-child(2) {
  font-family: Poppins-Medium;
  font-size: 42px;
}

.latest-blogs div p {
  margin: 0px;
}

.latest-blogs div:last-child {
  width: 100px;
}

.latest-blogs div p span {
  font-family: PlayfairDisplay-MediumItalic;
  color: #bb0b0b;
}

/* DOWN BANNER */

#down-banner {
  background: url("../images/webp-format/down-banner-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #070d12;
  border: 1px solid #707070;
  position: relative;
}

.down-content {
  width: 27%;
  padding: 30px 0px 40px 40px;
}

.down-content p:first-child {
  font-family: "Poppins-Regular";
  font-size: 45px;
  color: #fff;
  margin: 0px !important;
}

.down-content p:nth-child(3) {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #fff;
}

.down-content p span {
  font-family: PlayfairDisplay-ExtraBoldItalic;
  font-size: 50px;
  color: #bb0b0b;
}

#contact-form h3 {
  font-family: Poppins-Medium;
  font-size: 25px;
  letter-spacing: 0px;
  color: #070d12;
}

div#contact-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

div#contact-form form {
  display: flex;
  flex-direction: column;
  font-family: Poppins-Regular;
  font-size: 15px;
}

div#contact-form input,
div#contact-form textarea {
  background-color: #f5f5f7;
  border: none;
}

div#contact-form input,
div#contact-form h3,
div#contact-form textarea {
  margin: 0px 0px 15px 0px;
}

div#contact-form h3 {
  margin-bottom: 30px;
}

div#contact-form input[type="submit"] {
  color: #000000;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 24px;
  font-family: Poppins-Regular;
  padding: 5px 0px;
}

div#contact-form label {
  margin-bottom: 10px;
  font-family: Poppins-Medium;
  text-transform: capitalize;
  font-size: 14px;
}

div#contact-form input {
  min-height: 48px;
}

/* FOOTER */

.arrow-top-img{
  width: 100%;
    float: right;
    margin-right: 20px;
}

.footerMap{
  /* width: 678px; */
  border:0px;
}


#footer {
  background-color: #070d12;
  color: #ffffff;
}

#footer p {
  font-family: Poppins-Regular;
  font-size: 13px;
}

#footer .common span {
  display: inline-block;
  width: 52px;
  height: 50px;
}

#footer .common span img {
  width: 100%;
  height: auto;
}

.contact-us {
  color: #fff;
}

.contact-us span {
  font-family: Poppins-Regular;
  font-size: 13px;
}

.contact-us ul li {
  display: flex;
  flex-direction: row;
}

.contact-us ul li div:first-child {
  width: 30px;
  height: 40px;
}

.contact-us ul li div img {
  width: 100%;
}

.contact-us p:first-child,
.services p:first-child,
.products p:first-child {
  font-family: Poppins-SemiBold !important;
  font-size: 25px;
}

#footer .common img {
  margin-bottom: 20px;
}

#footer .common p {
  font-size: 13px;
}

#footer .common h4 {
  font-weight: bold;
  margin-top: 25px;
}

#footer .footer-sm-wrapper ul {
  padding-left: 0px;
  list-style-type: none;
  display: inline-block;
  width: 100%;
  margin: 20px 0px;
}

#footer .footer-sm-wrapper ul li {
  float: left;
  /* width: 25%; */
  width: 20%;
}

#footer .footer-sm-wrapper ul li a img {
  /* width: 55px; */
  width: 40px;
  margin: 0px auto 0px;
}

.mail-ic a{
  color: #bb0b0b !important;
    text-decoration: none !important;

}

.contact-us li {
  position: relative;
}

.contact-us li:before {
  content: "";
  width: 20px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -40px;
}

.contact-us li.loc-ic:before {
  content: "";
  background: url("../images/footer/lc.png") no-repeat;
  background-size: contain;
}

.contact-us li.mail-ic:before {
  content: "";
  background: url("../images/footer/ml.png") no-repeat;
  background-size: contain;
}

.contact-us li.ph-ic:before {
  content: "";
  background: url("../images/footer/whatsapp-white-icon.png") no-repeat;
  background-size: contain;
}

#footer .contact-us li p {
  font-size: 13px;
  font-weight: normal;
  font-family: Poppins-Regular !important;
  line-height: 25px;
}

#footer .contact-us li p span {
  display: block;
  font-size: 18px;
  color: #bb0b0b;
  margin-top: 5px;
}

div#footer h3 {
  margin-bottom: 22px;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: bold;
}

div#footer .menu_right ul {
  padding-left: 0px;
  list-style-type: none;
}

div#footer .menu_right ul li {
  line-height: 25px;
  margin-bottom: 10px;
}

div#footer .menu_right ul li a {
  font-size: 14px;
  color: #ffffff;
}

.copyrights {
  width: 100%;
  padding: 20px;
  background: #bb0b0b;
}

.copyrights a {
  padding: 7px;
  color: #fff !important;
  text-decoration: none !important;
}

.copyrights p {
  margin-bottom: 0px;
  color: #ffffff;
}

/* Slider */
.customerSlider {
  max-width: 90%;
  margin: auto;
  
}

.customerSlider .slick-slide {
  margin: 0px 20px;
 
}

.customerSlider .slick-slide img {
  width: 100%;
  
}

.customerSlider .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.customerSlider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 !important;
  padding: 0;
}

.customerSlider .slick-list:focus {
  outline: none;
}

.customerSlider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.customerSlider .slick-slider .slick-track,
.customerSlider .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.customerSlider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.customerSlider .slick-track:before,
.customerSlider .slick-track:after {
  display: table;
  content: "";
}

.customerSlider .slick-track:after {
  clear: both;
}

.customerSlider .slick-loading .slick-track {
  visibility: hidden;
}

.customerSlider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.customerSlider [dir="rtl"] .slick-slide {
  float: right;
}

.customerSlider .slick-slide img {
  display: block;
}

.customerSlider .slick-slide.slick-loading img {
  display: none;
}

.customerSlider .slick-slide.dragging img {
  pointer-events: none;
}

.customerSlider .slick-initialized .slick-slide {
  display: block;
}

.customerSlider .slick-loading .slick-slide {
  visibility: hidden;
}

.customerSlider .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.customerSlider .slick-arrow.slick-hidden {
  display: none;
}

.customerSlider button.slick-arrow {
  border: none;
  width: 47px;
  height: 47px;
}

.customerSlider button.slick-prev.slick-arrow {
  background: url(../images/carousel-icons.png);
  background-size: contain;
  text-indent: -688px;
  position: absolute;
  top: 50%;
  left: -50px !important;
  transform: translateY(-50%) rotate(-90deg);
}

.customerSlider button.slick-next.slick-arrow {
  background: url(../images/carousel-icons.png);
  text-indent:161px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -50px !important;
  transform: translateY(-50%) rotate(90deg);
}

.customerSlider .slick-slide .card {
  width: 210px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-color: #elelelel;
  border-width: 1px;
}

.customerSlider .slick-slide .card img {
  width: 80%;
  height: 110px;
  object-fit: contain;
}




.ourServices {
  padding-top: 80px;
  width: 100%;
  display: inline-block;
}

.ourServices .latest-blogs {
  max-width: 75%;
}

.ourServices .latest-blogs div:first-child {
  min-width: 15%;
  width: 18%;
}

section.service-slider {
  max-width: 90%;
  margin: auto;
}

.ourServices section.service-slider {
  padding: 60px 0px;
}

.ourServices section.service-slider .ixfocus-service-box-wrapper {
  text-align: center;
  width: 90%;
  margin: auto;
  
}


.ourServices
  section.service-slider
  .ixfocus-service-box-wrapper
  .ixfocus-service-box-icon-wrapper {
  position: relative;
}

.ourServices
  section.service-slider
  .ixfocus-service-box-wrapper
  .ixfocus-service-box-icon-wrapper:before {
  position: absolute;
  content: " ";
  top: 74px;
  height: 210px;
  width: 1px;
  background-color: #707070;
  z-index: -1;
}

.ourServices section.service-slider .ixfocus-service-box-wrapper .ttm-icon {
  height: 80px;
  width: 80px;
  margin: auto;
}

.ourServices section.service-slider .ixfocus-service-box-wrapper .ttm-icon img {
  width: 100%;
}

.ourServices
  section.service-slider
  .ixfocus-service-box-wrapper
  .ixfocus-service-box-border {
  /*position: relative;*/
  margin: 60px 0 60px;
  /* border: 1px dashed #e5e5e5; */
  /*background: url(../images/services_section/ddborder.png) repeat-x;
  /*height: 5px;*/
  width: 107%;
  background-size: cover;
}

.ourServices
  section.service-slider
  .ixfocus-service-box-wrapper
  .ixfocus-service-box-border:before {
  position: absolute;
  content: " ";
  left: 50%;
  margin-left: -27px;
  height: 22px;
  width: 22px;
  z-index: 1;
  border-radius: 50px;
  background-color: #070d12;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: -8px;
}

.ourServices
  section.service-slider
  .ixfocus-service-box-wrapper
  .ixfocus-service-box-details
  .ixfocus-service-box-title
  h5 {
  color: #bb0b0b;
  font-weight: bold;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ourServices
  section.service-slider
  .ixfocus-service-box-wrapper
  .ixfocus-service-box-details {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  /* -webkit-box-shadow: 0 0 12px 0 rgba(37, 39, 41, 0.06);
  -moz-box-shadow: 0 0 12px 0 rgba(37, 39, 41, 0.06);*/
  /* box-shadow: 0 0 12px 0 rgba(9, 9, 9, 0.06);  */
  box-shadow: 0px 3px 6px #00000029;
  border-bottom: 6px solid #bb0b0b;
}

.ourServices
  section.service-slider
  .ixfocus-service-box-wrapper
  .ixfocus-service-box-description {
  text-align: left;
}

/* blogs */
.latestBlogs .cards-blog {
  box-shadow: 0px 3px 6px #00000029;
  padding-bottom: 10px;
  width: 90%;
  margin: 10px auto;
}

.latestBlogs .cards-blog p,
.latestBlogs .author-wrap,
.latestBlogs .cards-blog a {
  font-size: 14px;
  padding: 5px 15px;
}

.latestBlogs .cards-blog a {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  color: #070d12;
}

.latestBlogs .cards-blog p {
  color: #6e6e6e;
}

.latestBlogs .blog-img {
  position: relative;
}

.latestBlogs .blog-img img {
  width: 100%;
}

.latestBlogs .author-wrap {
  display: flex;
}

.latestBlogs .cards-blog h3 {
  font-family: Poppins-SemiBold;
  font-size: 20px;
  color: #070d12;
  padding: 5px 15px;
}

.latestBlogs .blog-img .date {
  font-family: Poppins-SemiBold;
  font-size: 25px;
  background-color: #bb0b0b;
  color: #fff;
}

.latestBlogs .author-wrap span:first-child {
  color: #bb0b0b;
}

.latestBlogs .author-wrap .author-name {
  color: #1e2637;
}

.latestBlogs .blog-img .date {
  height:56px;
  width: 56px;
  padding: 10px;
  font-family: Poppins-SemiBold;
  font-size: 16px;
  background-color: #bb0b0b;
  color: #fff;
  position: absolute;
  bottom: 0px;
  margin-bottom: -50px;
  left: 40px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  
}

.latestBlogs .blog-img {
  margin-bottom: 70px;
}

.latestBlogs .author-wrap span:first-child {
  color: #bb0b0b;
  border: 1px solid #e9e9e9;
  border-left: none;
  display: flex;
  width: 100px;
  padding: 5px;
}

.latestBlogs .author-wrap span:nth-child(2) {
  border: 1px solid #e9e9e9;
  border-right: none;
  border-left: none;
  display: flex;
  width: calc(100% - 100px);
  padding: 5px 5px;
}

.latestBlogs .author-wrap span img {
  width: 20px;
  min-width: 20px;
  margin-right: 5px;
  /* margin-right: 3px;
	 */
}

.latestBlogs {
  padding-top: 80px;
  width: 100%;
  display: inline-block;
}

.latestBlogs section.blogs-slider {
  width: 90%;
  margin: auto;
}

.latestBlogs ul.slick-dots {
  padding: 0px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.latestBlogs ul.slick-dots li button {
  background: #ecbbbb;
  text-indent: -9999px;
  border: none;
}

.latestBlogs ul.slick-dots li.slick-active button {
  background: #bb0b0b;
}

.latestBlogs ul.slick-dots li.slick-active + li button {
  background: #c55656;
}

.slick-dots button {
  margin: 0px 10px;

  cursor: pointer;
  width: 25px;
  height: 10px;
}

.ixfocus-service-box-details{
  min-height: 300px;
}


.img-fluid {
  max-width: 95% !important;
  height: auto;
}

.figure {
  position: relative;
  /* width:100px; /* can be omitted for a regular non-lazy image */
  /* max-width: 100%; */ 
}
.figure img.image-hover {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
object-fit: contain;
opacity: 0;
transition: opacity .2s;
width: 170px;
}
.figure:hover img.image-hover {
opacity: 1;
}





.container02 {
  /* border-bottom: 2px solid #000000; */
  display: flex;
  position: absolute;
    left: 400px;
  /* height: 200px;
  width: 100%; */
  
}
.child {
  width: 150px;
  height: 150px;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  background-image: url("../images/Moonbowsection/ads.png");
}



.bounce:hover {
  animation-name: bounce;
  animation-timing-function: ease;
  background-image: url("../images/Moonbowsection/ads.png");
}
@keyframes bounce {
0%   { transform: scale(1,1)    translateY(0); }
10%  { transform: scale(1.1,.9) translateY(0); }
30%  { transform: scale(.9,1.1) translateY(-100px); }
50%  { transform: scale(1,1)    translateY(0); }
57%  { transform: scale(1,1)    translateY(-7px); }
64%  { transform: scale(1,1)    translateY(0); }
100% { transform: scale(1,1)    translateY(0); }

}


.productImg{
  width: 76%;
	padding-left: 3rem!important;
	padding-top: 12rem!important;
}




/* indhu CSS 04-22-2022 */

.sendmsgBtn button{
  width: 100%;
    background-color: #fff;
    border: 1px solid #aeaeaf;
    padding: 10px;
    cursor: pointer;
}


.containerV { 
  position:relative; 
  
  }
  .containerV img {
    position:relative;
    z-index:0;
    /* width: 100vw; */
    height: 70vh;
    filter: brightness(50%);
    /* -webkit-filter: blur(4px); */
    
}
  .overlay {
      position:absolute;
      top:200px;
      right:20px;
      z-index:1;
      width: 100%;
  }
  




.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #0000007a !important;
  border-radius: .25rem;
}


.flex-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  text-align: center;
  color:#fff;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-top: -7px;
}


.flex-item-leftEnd {
  background-color: #ffffff;
  padding: 10px;
  flex: 10%;
}

.flex-item-left {
  background-color:#BB0B0B;
  padding: 10px;
  flex: 25%;
}

.flex-item-right {
  background-color: #060606;
  padding: 10px;
  flex: 25%;
}

.flex-item-rightEnd {
  background-color: #fff;
  padding: 10px;
  flex: 10%;
}





.box-f .box-text{
  max-width: 600px;
}

.grid-col-3{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0rem;
  align-items: center;
  justify-content: space-between;

}


.py-lg01{
  padding: 10px 15px 0px; 
  display: flex;
  /* width: 422px; */
}


#rcorners1 {

 padding: 1rem;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  margin-right: 13px;
}


#rcorners02 {

  padding: 1rem;
   background-color:#bb2423;
   border-radius: 50%;
   display: inline-block;
   margin-right: 13px;
 }

.text-sm01{
  font-size: 17px;
  padding-top:18px;
  margin-bottom: 0rem !important;
}


.morebtn a{
  color: #070707 ;
}

.morebtn a:hover {
  color: #070707;
  text-decoration: none;
}


.priceMorebtn a{
  color: #fff ;
}

.priceMorebtn a:hover {
  color: #fff;
  text-decoration: none;
}


.itserviceBlack{
  background-color: #000;
  color: #fff;
    border-left: 7px solid #bb2423;
    display: flex;
    padding: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}

.itserviceBlack p{
  font-size: 19px;
  /* padding-right:9%; */
}


.itserviceBlack button.know-more-btn {
  background-color: transparent;
  font-size: 14px;
  border: 2px solid #ffffff;
  color: #fff;
  padding: 8px;
  width: 142px;
  margin-top: 7px;
}

.zak img{
  border-radius: 13px;
}

/* Parent Container */
.content_img{
  position: relative;
  width: 280px;
  height: 370px;
  
  /* margin-right: 10px; */
 }
 
 /* Child Text Container */
 .content_img div{
  position: absolute;
  bottom: 0;
  right: 0px;
  top: 0px;
  /* background: rgb(49, 48, 48); */
  background: #bb0b0b;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.5s linear; 
  transition: visibility 0s, opacity 0.5s linear;
  border-radius: 13px;

 }
 
 /* Hover on Parent Container */
 .content_img:hover{
  cursor: pointer;
 
 }
 
 .content_img:hover div{
  width: 285px;
  padding:15px;
  visibility: visible;
  opacity: 0.8; 
  
 }
.redLine img{
  vertical-align: top !important;
}


/* indhu CSS 04-22-2022 */

/* @media only screen and (min-width: 577px) and (max-width: 767px){
  .ourServices
  section.service-slider
  .ixfocus-service-box-wrapper
  .ixfocus-service-box-details {
  height: 100px !important;
  background: blue;
}
} */





@media screen and (max-width: 910px){


  .ixfocus-service-box-title h5{
  font-size: 12px;
}

/* .ixfocus-service-box-details{
  min-height: 450px;
} */

.ixfocus-service-box-description{
  font-size: 14px;
}
.containerV img{
  height: 70vh;
}

.overlay {
  position:absolute;
  top:180px;
  right:20px;
  z-index:1;
  width: 100%;
}
h1,
.h1 {
  font-size: 35px !important;
}


.mc-backdrop-img {
  position: absolute;
  width: 200px;
  bottom: 0px;
  top: 461px;
  left: 174px;
}
.content_img{
  position: relative;
  width: 180px;
  height: 330px;
  
  /* margin-right: 10px; */
 }

}

@media screen and (max-width: 1200px){

  .mc-backdrop-img {
    position: absolute;
    width: 250px;
    bottom: 0px;
    top: 375px;
    left: 272px;
  }

  .footerMap {
    /* width: 600px; */
    border: 0px;
  }

  .ixfocus-service-box-title h5{
  font-size: 12px;
}

/* .ixfocus-service-box-details{
  min-height: 450px;
} */

.ixfocus-service-box-description{
  font-size: 14px;
}
#rcorners02 {
  padding: 1.3rem;
  background-color: #bb2423;
  border-radius: 50%;
  display: inline-block;
  margin-right: 13px;
}

#rcorners1 {

  padding: 1.3rem;
   background-color: #000;
   border-radius: 50%;
   display: inline-block;
   margin-right: 13px;
 }
 .swal-modal{
  width: 40%;
}

.business-card-text{
  justify-content: baseline;
  top: 0px;
}

#business-card div p{
  font-family: 'Poppins-Medium';
  font-size: 28px;
  color: #fff;
  margin-bottom: 0rem !important;
}
 
#business-card div span {
  font-size: 30px;
  font-family: 'PlayfairDisplay-SemiBoldItalic';
  color: #bb0b0b;
  text-align: center;
}

.banner-btn {
  border: 2px solid #f5f5f5;
  font-size: 16px;
  font-family: Open-Sans-Bold;
  text-transform: uppercase;
  background-color: transparent;
  color: #fff;
  margin-top: 20px;
  width: 190px;
  height: 42px;
}

}

@media screen and (max-width: 1024px) {

  .footerMap {
    /* width: 420px; */
    border: 0px;
  }

.ixfocus-service-box-title h5{
  font-size: 18px;
}


/* .ourServices
section.service-slider
.ixfocus-service-box-wrapper
.ixfocus-service-box-details{
  height: 400px;
} */

.ixfocus-service-box-description{
  font-size: 14px;
}

  div#mb-warehouse {
    overflow-x: hidden;
  }

  .home-banner {
    height: auto;
  }

  .abs1 {
    width: 120px;
    position: absolute;
    top: 10px;
    left: 208px;
  }

  .abs2 {
    width: 136px;
    position: absolute;
    bottom: 148px;
    left: 36px;
  }

  /* .h1 {
    font-size: 40px !important;
  }

  .banner-content ul li:nth-child(3) {
    font-family: Open-Sans-Bold;
    font-size: 26px;
  }

  .banner-btn {
    border: 2px solid #f5f5f5;
    font-size: 14px;
    font-family: Open-Sans-Bold;
    padding: 7px 12px;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    margin-top: 30px;
  }

  /* latestblogs */

  .latest-blogs div:first-child {
    text-align: center;
    background-color: #bb0b0b;
    padding: 10px 15px;
    border-radius: 25px;
    color: #f9f8fa;
    font-family: Poppins-Medium;
    font-size: 16px;
    letter-spacing: 0.2px;
    /* width: 31%; */
  }

  .latest-blogs div:nth-child(2) {
    font-family: Poppins-Medium;
    font-size: 36px;
  } 

  .title-header div:first-child {
    width: 32%;
    text-align: center;
    background-color: #bb0b0b;
    border-radius: 25px;
    color: #fff;
  }

  .ourServices .latest-blogs div:first-child {
    min-width: 15%;
    width: 42%;
  }
  .mc-backdrop-img{
    position: absolute;
    width: 226px;
    bottom: 0px;
    top: 440px;
    left: 184px;
  }

  .content_img{
    position: relative;
    width: 250px;
    height: 350px;
    
    /* margin-right: 10px; */
   }
}




@media (max-width: 800px) {

  .footerMap {
    /* width: 393px; */
    border: 0px;
  }


  .flex-item-right, .flex-item-left {
    flex: 100%;
  }

  #rcorners02 {
    padding: 1.3rem;
    background-color: #bb2423;
    border-radius: 50%;
    display: inline-block;
    margin-right: 13px;
}

#rcorners1 {

  padding: 1.3rem;
   background-color: #000;
   border-radius: 50%;
   display: inline-block;
   margin-right: 13px;
 }

 .flex-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  text-align: center;
  margin-top: 1rem;
  color:#fff;
  padding-left: 0rem;
  padding-right: 0rem;
}
}



@media screen and (max-width: 767px) {
  .down-content p:first-child {
    font-family: "Poppins-Regular";
    font-size: 30px;
    color: #fff;
    margin: 0px !important;
  }

  .down-content p span {
    font-family: PlayfairDisplay-ExtraBoldItalic;
    font-size: 34px;
    color: #bb0b0b;
  }

  .down-content {
    max-width: 50%;
  }

  .down-content p:nth-child(3) {
    font-family: "Poppins-Regular";
    font-size: 11px;
    color: #fff;
  }

  .clan-cards .card {
    color: #fff;
    background-color: #070d12 !important;
    border: 0px;
    margin: auto;
  }

  .title-header div:first-child {
    width: 185px !important;
    padding: 0px;
    white-space: nowrap;
  }

  [class*="col-md"],
  .col-5 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .home-banner {
    height: auto;
    margin-top: 55px;
  }

  [id*="mb-"],
   div#enterprise-banner,
  #clan-card,
  #down-banner,
  div#contact-form,
  #footer {
    flex-direction: column;
  }

  .home-banner .banner-content ul {
    padding: 0 10px;
    width: calc(100% - 20px);
  }

  .down-content {
    width: calc(100% - 40px);
  }

  .pl-5,
  .px-5,
  #wrapper .pl-5,
  #wrapper .px-5 {
    padding: 0px 15px !important;
  }

  .km-sub-cards {
    margin-bottom: 50px;
  }

  [class*="col-md"] > img {
    margin: 10px 0px !important;
  }

  #wrapper .pb-5,
  #wrapper .py-5,
  #wrapper .pt-5,
  #wrapper .py-5 {
    padding: 15px 0px !important;
  }

  .ent-cards {
    margin-bottom: 20px;
  }

  iframe {
    width: 100% !important;
  }

  a.navbar-brand {
    width: 120px;
  }

  .navbar-brand img {
    width: 100%;
  }


  div#business-card img {
    width: 80%;
}

  .business-card-text{
    justify-content: baseline;
    top: 0px;
  }
  

  div#business-card p,
  div#business-card p span {
    font-size: 20px !important;
  }

  div#mb-warehouse {
    overflow-x: hidden;
  }

  /* #nav-btn {
    width: auto;
    font-size: 15px;
  } */

  .ourServices .latest-blogs div:first-child,
  .title-header div:first-child,
  .latest-blogs div:first-child {
    width: auto;
    /* padding: 0px 30px; */
  }

  .message-box {
    margin-bottom: 20px;
  }

  div#business-card .banner-btn {
    margin-top: 10px !important;
  }

  #business-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .flex-container {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    text-align: center;
    margin-top: 1rem;
    color:#fff;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .swal-modal{
    width: 50%;
  }

  .slick-track{
    display: flex;
    align-items: stretch;
  }

  .pricecheckerImg img{
    position: relative;
      left: -10px;
  }

  .ecommerce img{
    width: 90%;
    position: relative;
    left: 13px;
  }

}

@media only screen and (max-width: 576px) {


  div#mb-warehouse {
    padding: 15px 0px;
    width: 100%;
}

  .sub-content-bullets{
    gap: 0px;
  }


  .customerSlider button.slick-prev.slick-arrow {
    left: -30px !important;
    }

  .customerSlider button.slick-next.slick-arrow {
   right: -30px !important;
   }


  .down-content {
    max-width: 75%;
  }

  .ourServices section.service-slider .ixfocus-service-box-wrapper {
    text-align: center;
    width: 80%;
    margin: auto;
  }

  .ixfocus-service-box-details{
    min-height: 400px;
  }

  .containerV img{
    height: 50vh;
  }

  .overlay {
    top: 200px;
   }

  .arrow-top-img {
    width: 72%;
  }

  .productImg{
    width: 86%;
    padding-left: 3rem!important;
    padding-top: 0rem!important;
  }

  .text-sm01 {
    font-size: 15px;
    padding-top: 18px;
    margin-bottom: 0rem !important;
  }

  #rcorners02 {
    padding: 1rem;
    background-color: #bb2423;
    border-radius: 50%;
    display: inline-block;
    margin-right: 13px;
  }


  #rcorners1 {
    padding: 1rem;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 13px;
  }

  .ent-cards {
    background-color: #f9f8fa;
    box-shadow: 0px 0px 2px #00000029;
    border-radius: 8px;
    opacity: 1;
    padding: 30px 20px;
    text-align: center;
    color: rgb(0, 0, 0);
    width: 68%;
  }

  .itserviceBlack button.know-more-btn {
    background-color: transparent;
    font-size: 11px;
    border: 2px solid #ffffff;
    color: #fff;
    padding: 7px;
    width: 87px;
    margin-top: 2px;
  }



  #nav-btn {
    width: auto;
    font-size: 15px;
    border: 2px solid #bb0b0b;
    background-color: transparent;
    font-family: Poppins-Medium;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 7px 29px;
    padding: 3px 12px;
    margin-right: .5rem;
  }

  .ix-logo {
    margin-left:0rem;
  }

  .mc-backdrop-img {
    position: absolute;
    width: 211px;
    bottom: 0px;
    top: 362px;
    left: 161px;
  
  }

  .itserviceBlack p {
    font-size: 13px;
    padding-right: 9%;
  }

  .itserviceBlack {
    background-color: #000;
    color: #fff;
    border-left: 7px solid #bb2423;
    display: flex;
    padding: 13px;
    padding-bottom: 0px;
    padding-left: 16px;
  }

  .h1 {
    font-size: 17px !important;
  }


  .banner-content ul li {
    list-style-type: none;
    text-align: center;
    font: normal normal 40px Poppins-Bold;
    color: #fff;
    margin-bottom: 0px;
    line-height: 20px;
}

/* .banner-content ul li:first-child {
  color: #bb0b0b;
  margin-bottom: 0px;
  margin-top: 20px;
} */


  .banner-content ul li:nth-child(3) {
    font-family: Open-Sans-Bold;
    font-size: 10px;
  }
  .banner-btn {
    border: 2px solid #f5f5f5;
    font-size: 10px;
    font-family: Open-Sans-Bold;
    /* padding: 5px; */
    text-transform: uppercase;
    background-color:transparent;
    color: #fff;
    margin-top: 10px;
    width: 110px;
    height: 26px;
  }

  .banner-btn a{
    text-decoration: none !important;
     color: #fff !important;
  }

  /* latestblogs */

  .latest-blogs div:first-child {
    text-align: center;
    background-color: #bb0b0b;
    /* padding: 10px; */
    padding: 9px 15px;
    border-radius: 25px;
    color: #f9f8fa;
    font-family: Poppins-Medium;
    font-size: 16px;
    letter-spacing: 0.2px;
    /* min-width: 14%; */
    /* width: 34%; */
  }

  .latest-blogs div:nth-child(2) {
    font-family: Poppins-Medium;
    font-size: 19px;
  }

  .flex-container {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    text-align: center;
    margin-top: 1rem;
    color:#fff;
    padding-left: 0rem;
    padding-right: 0rem;
  }


  .pricecheckerImg img{
    position: relative;
      left: -10px;
  }

  .ecommerce img{
    width: 100%;
    position: relative;
    left: 13px;
  }

  .ourServices
  section.service-slider
  .ixfocus-service-box-wrapper
  .ixfocus-service-box-details {
  height: 350px;
}


  .modal-content{
  width: 60% !important;
  margin: auto;

}

.icon-box {
  background: rgb(169, 225, 169);
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
  
}

.successNameTxt{
  font-size: 20px;
  font-weight: 600;
}

.alert-success{
  z-index: 1;
  background: #D4edda;
  font-size: 14px;
  font-weight: 700;
  padding: 20px 40px;
  border-left: 2px solid green;
  width: 100%;
  
}

.alert-error{
  z-index: 1;
  background: #D4edda;
  font-size: 14px;
  font-weight: 700;
  padding: 20px 40px;
  width: 100%;
}
  
/* .hideText{
  z-index: 1;
  background: #D4edda;
  font-size: 14px;
  font-weight: 700;
  padding: 20px 40px;
  border-left: 2px solid green;
  width: 100%;
} */

.swal-footer{
  text-align: center;
  
}

.weSpecialize{
  display: none;
}




.top-link {
  transition: all .25s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-flex;  
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0 3em 3em 0;
  border-radius: 50%;
  padding: .25em;
  width: 50px;
  height: 50px;
  background-color: transparent;
}

/* .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 400ms;
  visibility: hidden;
  opacity: 0;
} */
/* .overlay:target {
  visibility: visible;
  opacity: 1;
} */

.Classnew{
  background: rgba(0, 0, 0, 0.623);
}




.popup {
  display: block;
  background: red;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;	
  margin: 70px auto;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  height: 100px;
  position: relative;
  transition: all 30s ease-in-out;
}


.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
  
}

.modal-confirm .modal-header {
	background: #47c9a2;
	border-bottom: none;   
	position: relative;
	text-align: center;
	border-radius: 5px 5px 0 0;
}

.icon-box {
  background: rgb(169, 225, 169);
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}

.icon-box i {
	font-size: 64px;
	margin: -4px 0 0 -4px;
}



@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 967px) {


  .ourServices
  section.service-slider
  .ixfocus-service-box-wrapper
  .ixfocus-service-box-details {
  height: 500px;
} 


}


@media only screen and (min-width: 968px) and (max-width: 1200px) {
  .ourServices
  section.service-slider
  .ixfocus-service-box-wrapper
  .ixfocus-service-box-details {
  height: 400px;
} 
}

@media only screen and (min-width: 1201px) and (max-width: 1440px){
  .ourServices
  section.service-slider
  .ixfocus-service-box-wrapper
  .ixfocus-service-box-details {
  height: 400px;
} 
}

