@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{margin:0; padding:0;}
body{font-family: 'Open Sans', sans-serif;}
h1, h2, h3, h4, h5, h6{font-family: 'Poppins', sans-serif;}
a{-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
ul, ol{list-style:none; padding-left: 0;}
img{max-width:100%;}
p{font-size:16px; line-height:26px; color:#080808;}
.style_none{list-style:none; margin-bottom:0;}
.clearfix{clear: both;}
.style_none{list-style:none;}
.mt30{margin-top: 30px;}
ul.tick{ list-style: none; padding: 0;}
ul.tick li{position:relative; padding-left:30px; font-size: 18px; line-height: 42px; font-family: 'Poppins', sans-serif;}
ul.tick li:before{  
	font-family: 'Font Awesome 5 Free'; font-weight: bold;
    content: '\f0a9';
    position:absolute; top:0; left:0;
    color:#cf0d40;
}
.readmore{margin-top: 30px;}
.readmore a{text-decoration: none; color: #fff; background: #cf0d40; text-transform: uppercase; border-radius: 6px; box-shadow: 0px 10px 15px rgb(0 0 0 / 20%); display: inline-block; padding:17px 38px; font-size: 16px;  font-weight: bold; }
.readmore a:hover{background: #000; color: #fff;}
.title{position: relative; margin-bottom:20px;}
.title h1{font-size: 60px; color: #cd0d40; font-weight: bold; line-height: 70px;}
.title h1 span{display: block;}
.title_center{text-align: center;}
.title p{font-size: 24px !important; color: #000; margin-bottom: 0; font-family: 'Poppins', sans-serif;}
.tagline{color: #ff5b2e; font-size: 20px; font-weight: bold;}
.container{max-width: 1170px;}






/*************************************
		Header Start
*************************************/
.header-wrap {
    z-index: 1000;
    position: absolute; 
    width: 100%;
    top: 10px;
    left: 0;
}
.header-wrap .navbar{float: right;}
.navbar-nav li{padding: 0px 27px;}
.navbar-nav li:last-child{padding-right: 0;}
.navbar-expand-lg .navbar-nav .nav-link{padding: 0; font-size: 16px; text-transform: uppercase; font-weight: bold;}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{color: #d11f43;}
.navbar-expand-lg .navbar-nav .nav-link{color: #000;}
.navbar-expand-lg .navbar-nav .nav-link:hover{color: #ff5b2e;}
.navbar-light .navbar-toggler{display: none;}
.header-info{border-bottom: 1px solid #e8c6d0; padding-bottom: 10px;
    margin-bottom: 10px;}
.header-wrap .col-lg-2{padding-left: 0;}
.account-btn{float: right; margin-left: 10px;}
.account-btn a{
	text-decoration: none;
    background: #ff5b2e;
    display: inline-block;
    color: #fff;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    font-weight: bold; text-transform: uppercase; 
    padding:12px 20px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}
.account-btn img{padding-right: 10px;}
.account-btn a i{color: #c1add1; font-size: 16px; padding-right: 5px;}
.account-btn a:hover{background: #2a4562; color: #fff;}
.account-btn a:hover i{color: #fff;}
.close-toggler{display: none;}
 
.header-wrap .logo{padding-top: 5px;}
.header-wrap .conInfo {
    padding-top: 10px;
    position: relative;
    font-size: 16px;
    line-height: 27px; 

}
.header-wrap .social_media{margin-left: 40px;}
.header-info{display: flex; justify-content: space-between; margin-top: 25px;}
.header_left{display: flex;}
.header-wrap .phonewrp {
    padding-right: 22px; 
}
/***
.header-wrap .phonewrp:before {
    content: "";
    background: url(../images/phone_icon.png) no-repeat;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 5px;
    left: 0;
}

.emailInfo:before {
    content: "";
    background: url(../images/email.png) no-repeat !important;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 5px;
    left: 0;
} *****/
.header-wrap .conInfo span {
    font-size: 17px; 
    color: #000; 
    display: block; 
}
.header-wrap .phonewrp a {
    font-size: 20px; 
    color: #000;
    text-decoration: none;
} 
.header-wrap .phonewrp a i{padding-right: 6px;}
.header-wrap .phonewrp a:hover{color: #ea0000;}
/*****
.header-wrap .phonewrp{border-right: 1px solid #d9d9d9; padding-right: 30px; margin-left: 30px;}*****/
.header-wrap .phonewrp + .phonewrp{border: none; padding-right: 0;}
.emailInfo a{font-size: 18px !important;}
.header-wrap .social_media li{display: inline-block; padding: 0 2px;}
.header-wrap .social_media li a{text-decoration: none; background: #fff; color: #171a21; border-radius: 100%; width: 40px; height: 40px; display: block; line-height: 40px; text-align: center;}

.header-wrap .social_media li a{background: #fff; width: 35px; height: 35px; line-height: 35px;}

/*********************************************
    slider options
**********************************************/
.banner-wrap {
   background-color: #ffd9e3;
   padding: 150px 0px 0px 0px;
   position: relative;
}
.banner-wrap:after{content: ""; background: url(../images/banner_after.png) no-repeat top; background-size: cover; width: 100%; height: 589px; position: absolute; bottom: -16px;}
.banner-heading{
  margin-top: 180px;
}
.banner-image{text-align: right; margin-right: -80px; margin-top: -270px; z-index: 99; position: relative;}
.banner-heading span{
  color: black;
  font-weight: bold;
  font-size: 30px;

}
.banner-heading h1{
  color: #cf0d40;
  font-size: 76px;
  font-weight: bold;
}
  
  
/*********************************************
    slider options
**********************************************/ 
.about-wrap{padding: 80px 0;}
.about_left{padding-right: 30px;}
.about-wrap p{ color: #6c6c6c; }
.welcome-one__left {
  position: relative;
  display: block;
  margin-right: 40px;
  z-index: 3;
  margin-left: 50px;
}

.welcome-one__img-box {
  position: relative;
  display: block;
}

.welcome-one__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.welcome-one__img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  z-index: 1;
}

.welcome-one__img-box:hover .welcome-one__img:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.welcome-one__img img {
  width: 100%;
}

.welcome-one__small-img {
  position: absolute;
  bottom: -60px;
  right: -60px;
  z-index: 2;
}

.welcome-one__small-img:before {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  content: "";
  height: 12px;
  background-color: #b96d2a;
}

.welcome-one__small-img img {
  width: auto;
}

.welcome-one__experience {
  position: absolute;
  top: 80px;
  left: -60px;
  height: 172px;
  width: 172px;
  background-color: #fff;
  border: 1px solid #dee3e8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  z-index: 2;
}

.welcome-one__experience:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-image: url(../images/welcome-one-bdr-shape.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.welcome-one__experience::after {
  position: absolute;
  bottom: -50px;
  left: -1px;
  right: 0;
  content: "";
  width: 0;
  border-left: 60px solid transparent;
  border-top: 50px solid #d2d2d2;
}

.welcome-one__experience h3 {
  font-size: 62px;
  color: #b96d2a;
  font-weight: 700;
  line-height: 42px;
}

.welcome-one__experience p {
  margin: 0;
  color: #b96d2a;
  line-height: 22px;
  font-weight: bold;
}

 


/*************************************
		Services-wrap Start
*************************************/
.services-wrap{padding: 70px 0; position: relative;} 
.services-wrap:before{content: ""; background: url(../images/service_before.png) no-repeat top; z-index: -1; position: absolute; top: 140px; left: 0; width: 100%; height: 1250px;}
.services-wrap-ni{background: none;}  
.service_info h3{margin-top: 30px;}
.service_info h3 a{font-size: 30px; color: #242429; text-decoration: none;}
.service_info h3 a:hover{color: #cd0d40;}
.service_info p{color: #000;}
.service_box{margin: 20px 0; text-align: center;}
.service_btn{text-transform: uppercase;}
.services-wrap .title p{color: #242429; font-weight: 500; font-size: 24px;}
.services-wrap .title h1{font-size: 50px; color: #242429;}
.services-wrap .title{margin-bottom: 70px;}

 

/*************************************
        Event Gallery Start
*************************************/
.gallery-img{
  margin-bottom: 30px;
  border-radius: 10px;
}


.gallery-img {
  position: relative;
  overflow: hidden;
}
.gallery-img img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.gallery-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.evnet-wrap .readmore a{font-size: 18px;}
.evnet-wrap{
  text-align: center;
    margin-top: 65px;
    border-top: 1px solid #d3d2df;
    padding-top: 59px;

}
.evnet-wrap .title{margin-bottom: 40px;}
.evnet-wrap .title h1{font-weight: bold; font-weight: bold; margin-bottom: 0;}
.gallery-img{position: relative;
    overflow: hidden;
}
.event_hover h3{color: #fff; font-size: 24px;}
.event_hover{text-align: center;
    justify-content: space-between;
    padding: 120px 22px 20px 22px;
    position: absolute;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
}
.evnet-wrap .title span{
  color: #cd0d40;
  font-size: 28px;
  font-weight: bold;
}
 

/*************************************
        Call Start
*************************************/
.call_wrap h1{
  text-align: center;
  color: white;
  font-size: 56px;
  font-weight: bold;
}
.call_bx{
  margin:0 0 100px 0px;
border-radius: 20px;
padding: 100px 0px;
background:url(../images/call-to-action-bg.jpg) no-repeat bottom; background-size: cover;
}
 
.call_wrap .d-flex {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.call_wrap .readmore { 
    margin-top: 0;
    border-right: 1px solid #dd5d7f;
    padding-right: 40px;
}
.call_wrap .readmore a{background: #f9b341; color: #000; font-size: 18px; font-weight: bold;}
.call_wrap .readmore a:hover{color: #000; background: #fff;}
.call_wrap .phonewrp {
    padding-left: 42px; 
    position: relative;
}
.call_wrap .conInfo span {
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: 600;
}
.call_wrap .phonewrp a {
    font-size: 42px;
    color: #fff; 
    font-weight: bold;
    text-decoration: none;
    line-height: 24px;
}
.call_wrap .phonewrp a:hover{color: #f9b341;}
.call_wrap .phonewrp i{padding-right: 7px;}

 
/*************************************
        Footer Start
*************************************/
.footer_wrap {
    background:#191a2a; 
    padding: 100px 0 20px 0;
    position: relative;
}
.footer_wrap:before{content: ""; background: url(../images/footer_before.png) no-repeat; background-size: cover; width: 100%; height: 91px; position: absolute; top: -3px; left: 0;}
.footer-logo-box{ padding:40px 0 0 0; text-align: center;}
 

.social_media li{display: inline-block; }
.social_media li a{text-decoration: none; background: #fff; color: #000; border-radius: 100%; width: 40px; height: 40px; display: block; line-height: 40px; text-align: center;}
.social_media li:nth-child(1) a:hover{background:#3b548b; color: #fff;}
.social_media li:nth-child(2) a:hover{background:#d72c71; color: #fff;}
.social_media li:nth-child(3) a:hover{background:#cf2527; color: #fff;}
.footer_logo{margin-bottom: 20px;}
.social_media li:nth-child(4) a:hover{background:#de624f; color: #fff;}
.social_media li:nth-child(5) a:hover{background:#0e74b2; color: #fff;}
.footer_wrap .social_media{ padding-top:20px; margin-top: 26px;}
 .pdl-2{padding-left: 20px;}
.footer-logo-box p{
    color: #bcc5d0;
    font-size: 14px; 
}
.quick-links h2{color: #fff; font-size:20px; font-weight: bold; margin-top: 40px; margin-bottom: 20px;}
.social-icons ul{
    list-style: none;
    padding: 0;
    display: flex;
    margin-top: 24px;
    margin-bottom: 20px;
}
.social-icons ul li{
    margin: 0 3px;
}
.quick-links {
    margin-bottom: 30px; 
}
.footer-info{margin-left: 30px;}
.quick-links ul{
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.quick-links ul li {
    margin-bottom: 8px;
}
.quick-links ul li i{
    color: #bcc5d0;
    margin-right: 5px;
}
.quick-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
.quick-links ul li a:hover{color: #f9b341;}
.footer-text p{font-style: italic; color: #fff; font-size: 17px; line-height: 30px;}
.footer-info ul li{
    display: flex;
    margin-bottom: 15px;
}
.footer-contact-detail p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #bcc5d0;
}

.quick-links ul li .icon-box i{
    background: #1f4b9b;
    color: #fff;
    border-radius: 100%; 
    font-size: 20px;
    margin-right: 15px;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
}
.footer-info ul li a{
    color: #fff;
} 

 
.phonenum a{font-size: 20px !important;}
.copy-right{ 
    padding: 15px 0;
}
.copy-right p{
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
}
.credit a{color: #000; text-decoration: none;}
.credit a:hover{color: #d11f43;}
 

.footer_wrap .call-us {
    position: relative;
    padding-left: 65px;
    text-align: left;
    margin-bottom: 20px;
}

.footer_wrap .call-us:before {
    content: "";
    background: url(../images/footer-icon-3.png) no-repeat;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 49px;
    height: 47px;
}

.footer_wrap  .call-us.phone:before {
    background: url(../images/footer-icon-1.png) no-repeat;
}

.footer_wrap  .call-us.email:before {
    background: url(../images/footer-icon-2.png) no-repeat;
}

.footer_wrap  .call-us.email {
    margin-bottom: 0;
}

.footer_wrap  .call-us span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #9aa1b7;
}

.footer_wrap  .call-us a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}
.footer_wrap .call-us a:hover{color: #f9b341;}
.footer_wrap  .phone a{font-size: 20px;
}

 
.icon-box{margin-top: 6px;}

 

/*********************************************
        Page Title css
*********************************************/
.pagetitle-wrap{background-color: #ffd9e3;
    padding: 240px 0px 180px 0px;
    position: relative;}
.pagetitle-wrap h1{margin-bottom: 0; margin-top: 10px; font-size: 48px; color: #000; font-weight: bold; text-align: center;}
.pagetitle-wrap:after {
    content: "";
    background: url(../images/banner_after.png) no-repeat top;
    background-size: cover;
    width: 100%;
    height: 589px;
    position: absolute;
    bottom: -16px;
}
.breadcrub-content {
    display: flex;
    align-items: center;
    flex-direction: column; 
    margin-top: 30px;
}
.breadcrub-content ul li {
    display: inline-block;
    padding-right: 20px;
    color: #bf0b30;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}
.breadcrub-content ul li a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.breadcrub-content ul li::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "/";
    color: #000;
}
.breadcrub-content ul li:last-child {
    padding-left: 10px;
    padding-right: 0;
}
.breadcrub-content ul li:last-child::after{display:none;}


.pageContnet-wrap{padding: 40px 0;}
/*********************************************
        Contact css
*********************************************/ 
.inner-pages{padding:60px 0; }
.contactWrap {
    position: relative;
}

.contactWrap .form-group {
    margin-bottom: 15px;
}
.contactWrap .form-group label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #455892; 
}
.contactWrap .form-group .form-control {
    height: 51px;
    font-size: 16px;
    box-shadow: none;
    padding: .5rem .75rem;
    border: 1px solid #e0ecf5;
    background-clip: initial;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0px;
    color: #212529;
        display: block;
    width: 100%;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contactWrap .form-group .form-control.simple {
    background: #f2f3f5;
    border-color: #f2f3f5;

}
.contactWrap .form-group textarea.form-control {
    height: 130px;
}

.submit_btn{color: #fff;background: #cf0d40;
    text-transform: uppercase;
    border-radius: 6px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    display: inline-block;
    padding: 18px 40px;
    font-size: 16px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;}
.submit_btn:hover{background: #000;}

.contact-info {
    margin-left: 1rem;
}
.contactWrap h2 {
    line-height: 30px;
    font-size: 30px;
    color: #2d3954;
    font-weight: 700;
    text-transform: capitalize; 
}
.contact-info p{   margin: 0 0 10px;
 
 color: #4e5c79;
    font-size: 16px;
    line-height:24px;
    font-weight: 400;
}

.cn-info-detail {
    position: relative;
    margin-top: 1.5rem;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
}
.cn-info-icon {
    float: left;
    display: inline-block;
    width: 70px;
    height: 50px;
    text-align: center;
}
.cn-info-icon i {
    font-size: 35px;
    color: #d11f43;
}
.cn-info-title {
      line-height: 20px;
          color: #2d3954;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 2px;
}
.cn-info-content p, .cn-info-content p a{
    background: #fff;
    color: #4e5c79; text-decoration: none;
    font-size: 15px; 
    margin: 0;
    overflow-x: hidden!important;
    font-weight: 400;
}
.mapp-google{position: relative; width: 100%;}
.mapp-google iframe{position: relative; width: 100%; height:350px;}
 .cn-info-content p a:hover{color: #fd4a36;}
 
.itembx{border: 1px solid #cfcfcf; padding:20px 10px 0px 10px; text-align: center; border-radius: 6px; height: 100%; } 
.itembx h3{font-size: 20px; text-align: center; margin-bottom: 0; margin-top: 15px; }
.item_list div{margin: 15px 0;}

.callbar{margin-top: 40px; text-align: center; background: #cd0d40; padding:40px 40px; }
.callbar p{color: #fff; font-size: 24px; font-weight: bold; font-style: italic;}
.callbar .readmore a{background: #fff; color: #000;}


.packageWrp{}
.packageWrp>li{border: 1px solid #cfcfcf; padding: 40px; margin-top: 30px;}

.item_list p{font-size: 14px; margin-top: 10px; margin-bottom:0 ;}




/*************************************
        Gallery Start
*************************************/

.gallery-wrap{padding: 70px 0; position: relative; overflow: hidden;}
.gallery-wrap .title h1{font-size: 48px;}
.gallery-wrap:after{content: ""; background: url(../images/gallery_before.png) no-repeat top; background-size: cover; position: absolute; bottom: -90px; z-index: -1; left: 0; height: 769px; width: 657px;}
.gallery-wrap{padding: 50px 0;}
.gallery-wrap ul li{margin: 15px 0;}
.portfolio-overley {
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:rgb(0 35 90 / 53%);
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gallery-wrap .content, .gallery-wrap .content {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.gallery-wrap .content .image-link, .gallery-wrap .content .image-link {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    color: #0056e0;
    line-height: 50px;
    background: #fff;
    display: block;
    font-size: 16px;
    z-index: 1;
    text-align: center;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 100%;
}
.gallery-wrap .galleryImg{position: relative; overflow: hidden;}
.gallery-wrap .galleryImg:hover .portfolio-overley, .galley_inner .galleryImg:hover .portfolio-overley {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.galleryImg{margin: 15px 0;}    



/*********************************************
        Carnival Game css
*********************************************/
.game-wrap{padding: 70px 0;}
.gameImg img{border: 5px solid #fff; box-shadow:0 0 20px rgb(0 0 0 / 17%);}


.gamelist {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 55px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #e9e9e9;
    margin: 12px 0;
    padding: 0 12px 0 51px;
    background: #fff;
}
.gamelist:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: '\f0a9';
    position: absolute;
    top: 0;
    left: 20px;
    color: #cf0d40;
}
.game-wrap blockquote { 
    margin-top: 40px;
    background: #fff2f4;
    color: #000;
    padding: 18px 30px;
    border-left: 6px solid #d11f43;
    font-style: italic;
    font-weight: bold;
}


.offering-services p{color: #fff; font-size: 22px; line-height: 36px; font-weight: 600;}
.offering-services h1{font-size: 42px; margin-bottom: 20px;}
.offering-services .call_bx{padding: 70px 50px;}
.offering-services .readmore{padding-right: 0; border: none;}
.offering-services p span{color: #fbff00;}



/*********************************************
        Media Screen css
*********************************************/
 

@media screen and (max-width: 1440px) {  
}


@media screen and (max-width: 1200px) {  
    .banner-image img{width: 750px;}
    .banner-image{margin-right: 0;}
    .header-wrap .phonewrp a{font-size: 22px;} 
.navbar-nav li {
    padding: 25px 12px;
} 
.header-wrap .logo {
    padding-top: 10px;
}
.header-wrap .phonewrp:first-child{margin-left: 0;}
.process-wrap .feature_sec h3, .service_info h3 a{font-size: 20px;}  
.hover_text{display: none;}

}




@media screen and (max-width: 990px) {  
    .pagetitle-wrap{padding: 100px 0 30px 0;}
    .about-wrap{padding-top: 40px;}   
    .pagetitle-wrap{padding: 30px 0;}
    .packageImg{margin-bottom: 30px;}
    .pagetitle-wrap:after{display: none;}
    .pagetitle-wrap h1{font-size: 40px;}
    .breadcrub-content{margin-bottom: 12px;}
    .right_sec{margin-bottom: 50px;}
    .header-wrap{position: relative;}
  .banner-image{margin-top: -140px;}
.banner-wrap{padding: 33px 0px 0px 0px;}
.banner-heading h1{font-size: 54px;}
.banner-heading span{font-size: 24px;}
.call_wrap h1{font-size: 40px;}
.call_wrap .phonewrp a{font-size: 34px;}
.call_wrap .readmore a{font-size: 16px;}
.call_bx{padding: 44px 0px;}
.quick-links h2{margin-top: 20px;}
.footer-logo-box{text-align: left;}
.footer-info{margin-left: 0;}
.services-wrap .title p{font-size: 20px !important;}
.services-wrap{padding-top: 0;}
.aboutImg{text-align: center; display: block; margin-bottom: 30px;}
.banner-image img {
    width: 600px;
}
.banner-heading {
    margin-top: 28px;
    z-index: 999;
    position: relative;
}
    .header-info{display: none;} 
    .tp-banner, .tp-banner-container{margin-top: 0 !important;} 
    .content-title{margin-top: 20px;}   
    .logo img{width: 140px;}
.navbar-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 60%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(0,0,0,0.8);
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 10000;
} 
.navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.navbar-light .navbar-toggler{display: block; position: absolute;
    top: 42px;
    right: 20px;
    background: #fff;}
.close-toggler {
    background: none;
    color: #fff;
    padding: 5px;
    border: none;
    margin-top: 10px;
    font-size: 24px;
    position: absolute; top: 0; right: 15px;
    display: block;
}
.about-wrap .assist_box{display: inline-block;}
.navbar-nav > li {
    display: block;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 16px;
}
.navbar-nav{padding-top: 70px;}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    background: #cf0d40;
    color: #fff;
}  
.hover_dashRight, .hover_dashLeft, .report_hover, .bannerbox:after, .bannerbox:before{display: none;} 
.navbar-nav li{padding: 0;}
ul.services-list {
    margin-top: 50px;
}
.price__table .pricing-table {
    margin: 15px 0px;
}
.mt--20 {
    margin-top: 0px;
}
.price__table{padding-top: 70px;}

.banner__breadcrub {
    padding-top: 80px;
    margin-top: 0;
    padding-bottom: 80px;

}
.choose_left-ni{margin-bottom: 25px;}
.submit_btn{margin-bottom: 30px;}
}

 


@media screen and (max-width: 767px) {   
.about_hover img{width: 200px;}
.copy-right{text-align: center;}
.banner-image{margin-top: 0;}
.banner-heading{text-align: center; margin-bottom: 30px;}
.call_wrap .d-flex{display: block;}
.call_wrap .readmore{border: none; padding-right: 0;}
.call_wrap .phonewrp{padding-left: 0; margin-top: 30px;}
.services-wrap .title {
    margin-bottom: 10px;
}

}


@media screen and (max-width: 480px) {
    .navbar-collapse{width: 80%;} 
    .about_hover img{width: 150px;}
    .galleryImg img{width: 100%;}
    .packageWrp .readmore a{font-size: 14px;}
    .about_hover{bottom: -30px;}
    .about_left h1{font-size: 36px; line-height: 36px;}
    .about-wrap p{font-size: 18px;}
    .tagline{font-size: 16px;}
    .title{margin-bottom: 20px;}  
.phonenum{font-size: 18px;}    
.readmore a{font-size: 16px; padding: 14px 26px;}
.footer_nav{text-align: left !important; padding-left: 0;} 
.navbar-light .navbar-toggler{right: 20px;} 
.title h1{font-size: 30px;}    
.footer-logo-box{margin-bottom: 20px;}
ul.tick li{font-size: 15px; line-height: 26px;}
.about_left .title h1, .services-wrap .title h1{font-size: 36px; line-height: 40px;}
.about-wrap .assist_box{display: block; font-size: 20px;}
.title p{font-size: 20px !important;}
.evnet-wrap .title span{font-size: 20px;}
.services-wrap .title {
    margin-bottom: 25px;
}
.header-wrap .logo {
    padding-top: 0;
}
.logo img {
    width: 120px;
}
.navbar-light .navbar-toggler{top: 20px;}
.evnet-wrap{margin-top: 32px; padding-top: 32px;}
.copy-right p{font-size: 14px;} 
.quick-links h2 {
    margin-top: 10px;
}
.pdl-2{padding-left: 0;}
.call_bx{padding: 44px 15px;}
.services-wrap .title p {
    font-size: 16px !important;
}
}



@media screen and (max-width: 375px) { 

.readmore {font-size: 14px;}  
.evnet-wrap .title h1{font-size: 28px; line-height: 32px;} 
.call_wrap h1 {
    font-size: 30px;
}
.call_wrap .phonewrp a {
    font-size: 28px;
}
.call_wrap .readmore a {
    font-size: 15px;
}

}


@media screen and (max-width: 320px) { 

}



.newsletter_wrap{background: url(../images/newsletter-bg.jpg) no-repeat bottom; background-size: cover; padding: 50px; border-radius: 5px;}
.newsletter_wrap .form-control{height: 60px;}
.newsletter_wrap .row{align-items: center;}
.newsletter_wrap h3{color: #fff; font-weight: bold; text-transform: uppercase;}
.newsletter_wrap .submit_btn{background: #f9b341; color: #000;}
.newsletter_wrap .submit_btn:hover{background: #000; color: #fff;}

@media screen and (max-width: 990px) { 
.newsletter_wrap .input-group{margin: 5px 0;}
.newsletter_wrap{padding: 25px;}

}






/****************************************
        New Pages
****************************************/

.cr-product-card {
    height: 100%;
    padding: 12px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
}
.productWrp .col-lg-3{margin: 15px 0;}
.cr-product-card .cr-product-image {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.cr-product-card .cr-product-image .cr-image-inner img {
    width: 100%;
    border-radius: 5px;
}

.cr-product-card .cr-product-image .cr-side-view {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    z-index: 20;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 15px;
    right: -40px;
    display: -ms-grid;
    display: grid;
    opacity: 0;
}
.cr-product-card .cr-product-image .cr-side-view a {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 100%;
}
.cr-product-card .cr-product-image .cr-side-view a i {
    font-size: 18px;
    line-height: 10px;
}
.cr-product-card .cr-product-image .cr-side-view a:last-child {
    margin-top: 5px;
}

.cr-product-details {
    padding-top: 24px;
    text-align: center;
    overflow: hidden;
}

.cr-product-details .cr-brand a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 5px;
    font-size: 13px;
    color: #777;  
    text-decoration:none;
}
.cr-product-details .cr-star {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}
.cr-product-details .cr-star i {
    margin: 0 1px;
    font-size: 13px;
    color: #ff8400;
}
.cr-product-details .cr-star p {
    margin-left: 5px;
    color: #999;
    font-size: 11px;
    line-height: 10px;
    margin-bottom: 0;
}
.cr-product-details a.title {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #2b2b2d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}
.cr-product-details a:hover{color: #cf0d40;}
.cr-product-details p.cr-price {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.75;
}
.cr-product-details p.cr-price .new-price {
    color: #cf0d40;
    font-weight: 700;
}
.cr-product-details p.cr-price .old-price {
    margin-left: 5px;
    font-size: 13px;
    text-decoration: line-through;
}
.cr-product-card:hover .cr-product-image .cr-side-view {
    right: 12px;
    opacity: 1;
}
.cr-product-card .cr-product-image .cr-side-view a {
    
    line-height: 10px;
    text-decoration: none;
}
.cr-product-card .cr-product-image .cr-side-view a i{
    font-size: 14px;
    color: #000;
}

.cr-product-card .cr-product-image .cr-side-view a:hover{background: #cf0d40; border-color: #cf0d40;}
.cr-product-card .cr-product-image .cr-side-view a:hover i{color: #fff;}

.paginationwrap {
  margin-top: 30px;
}
.paginationwrap a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  color: #cf0d40;
  border: 1px solid #cf0d40;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
}
.paginationwrap a:hover, .paginationwrap a.active {
  background: #cf0d40;
  color: #ffffff;
}

.cr-size-and-weight-contain {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}
.cr-size-and-weight-contain h2.heading {
    margin: 0 0 15px 0;
    display: block;
    color: #2b2b2d;
    font-size: 22px;
    text-decoration: none;
    line-height: 1.5;
    font-weight: 500;
}

.cr-size-and-weight-contain p {
    font-size: 14px;
}
.cr-size-and-weight {
    padding-top: 20px;
}
.cr-size-and-weight .cr-review-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cr-size-and-weight .cr-review-star .cr-star {
    margin-right: 10px;
}

.cr-size-and-weight .cr-review-star .cr-star i {
    font-size: 16px;
    color: #ff8400;
}
.cr-size-and-weight .cr-review-star p {
    font-size: 15px;
}

 
.cr-size-and-weight .cr-product-price span.new-price {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.167;
    color: #cf0d40;
}
.cr-size-and-weight .cr-product-price span.old-price {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-decoration: line-through;
    line-height: 1.75;
    color: #7a7a7a;
}

.cr-size-and-weight .cr-size-weight { 
    padding-top: 20px;
}

.cr-size-and-weight .cr-size-weight h5 {
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.556;
    color: #2b2b2d;
}
 
.cr-size-and-weight .cr-size-weight .cr-kg ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cr-size-and-weight .cr-size-weight .cr-kg ul .active-color {
    background-color: #64b496;
    color: #fff;
}
.cr-size-and-weight .cr-size-weight .cr-kg ul li {
    margin: 2px;
    padding: 5px 10px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1;
    background-color: #fff;
    color: #777;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

 
.radio-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 5px;
}

.radio-button input[type="radio"] {
    display: none;
}

.radio-button span {
    padding: 6px 10px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.3s;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.radio-button input[type="radio"]:checked + span {
    background-color: #cf0d40;
    color: white;
    border-color: #cf0d40;
} 
.radio-button span:hover {
    background-color: #e0e0e0;
}


 .cr-size-and-weight .cr-add-card { 
    padding-top: 20px; 
}
.cr-size-and-weight .cr-add-card .cr-qty-main input {
    height: 40px;
    width: 75px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
 
.cr-size-and-weight .cr-add-card .cr-qty-main {
    height: 100%; 
    position: relative;
    display: inline-block;
}
.cr-size-and-weight .cr-add-card .cr-qty-main button {
    height: 18px;
    width: 18px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    line-height: 0;
    
}
.cr-size-and-weight input {
    width: 60px;
    height: 40px;
    padding: 0 5px 0 10px;
    background: 0 0;
    border: 1px solid #eee;
}
.cr-add-button .submit_btn{padding: 10px 28px;}
.popcorn-popup .modal-dialog{max-width: 900px;}
.popcorn-popup .modal-body{padding: 50px;}



/*
===================================================
    cart style
===================================================
*/
.table_desc {
    border: 1px solid #eee;
}
.table-responsive {
    position: relative;
    z-index: 1;
}
 
table {
    width: 100%;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
.table-responsive table thead {
    background: #f2f2f2;
}
.table_page table thead tr th {
    color: #333;
    border-bottom: 3px solid #cf0d40;
    border-right: 1px solid #eee;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px;
    text-align: center;
}
.table_desc table tbody tr td:last-child, .table_page table thead tr:last-child th {
    border-right: 0;
}
.table_page table tbody tr td.product_remove {
    min-width: 100px;
    font-size: 20px;
}
.product_remove a{text-decoration: none; color: #cf0d40;} 
.table-responsive table tbody tr td {
    border-right: 1px solid #eee;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    min-width: 150px;
}
.table_page table tbody tr td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
    padding: 10px;
}
.table_page table tbody tr td.product_thumb {
    max-width: 180px;
    overflow: hidden;
}
.table_page table tbody tr td.product_name {
    min-width: 180px;
}
.table_page table tbody tr td.product-price {
    min-width: 130px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.table_page table tbody tr td.product_quantity {
    min-width: 180px;
}
.table_desc table tbody tr td:last-child, .table_page table thead tr:last-child th {
    border-right: 0;
}
.product_thumb img{width: 100px;}
.product_name a{color: #666; text-decoration: none; font-weight: bold;}
.product_name a:hover{color: #cf0d40;}
.table_page table tbody tr td.product_quantity label {
    font-weight: 600;
    margin-right: 5px;
}
.table_page table tbody tr td.product_quantity input {
    width: 60px;
    height: 40px;
    padding: 0 5px 0 10px;
    background: 0 0;
    border: 1px solid #eee;
}
.cart_submit {
    text-align: right;
    padding: 12px;
}
.cart_submit button:hover {
    background: #000;
}
.cart_submit button {
        text-decoration: none;
    color: #fff;
    background: #cf0d40;
    text-transform: uppercase;
    border-radius: 6px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    display: inline-block;
    padding: 17px 38px;
    font-size: 16px;
    font-weight: bold;
    border: none;
}
.coupon_code {
    border: 1px solid #ededed;
    margin-top: 60px;
}
.text-right{text-align: right;}
.coupon_code .h3, .coupon_code h3 {
    color: #fff;
    line-height: 36px;
    padding: 5px 15px;
    background: #313135;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.coupon_inner {
    padding: 10px 20px 25px;
}
.coupon_inner p {
    font-size: 14px;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}
.coupon_inner input {
    border: 1px solid #d1d1d1;
    height: 58px;
    background: 0 0;
    padding: 0 20px;
    margin-right: 20px;
    font-size: 14px;
    color: #333;
    width: 64%;
}
.coupon_inner button {
    text-decoration: none;
    color: #fff;
    background: #cf0d40;
    text-transform: uppercase;
    border-radius: 6px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    display: inline-block;
    padding: 16px 22px;
    font-size: 14px;
    font-weight: bold;
    border: none;
}
.cart_subtotal {
    display: flex;
    justify-content: space-between;
}
.cart_subtotal p {
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}
.cart_subtotal .cart_amount {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.cart_subtotal p span {
    margin-right: 30px;
}
.coupon_inner a {
    display: block;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    color: #666;
    text-decoration: none;
    border-radius: 3px;
}

.coupon_inner a:hover, .coupon_inner button:hover{color: #fff; background: #000;}
.checkout_btn {
    text-align: right;
}
 

/*
===================================================
    checkout style
===================================================
*/
.check_left, .check_right {
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}
.default-form-box {
    margin-top: 15px;
}
.default-form-box label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.default-form-box label span {
    color: #ea1c26;
    font-size: 16px;
}
.default-form-box input[type=date], .default-form-box input[type=email], .default-form-box input[type=number], .default-form-box input[type=password], .default-form-box input[type=text], .default-form-box textarea {
    border: 1px solid #ced4da;
    border-radius: 3px;
    background: 0 0;
    height: 40px;
    font-size: 14px;
    width: 100%;
    padding: 0 20px;
    color: #666;
    outline: 0;
}
.check_left, .check_right {
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}
.your_order {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}
.your_order .media-img {
    position: relative;
}
.your_order .media-img {
    margin-right: 20px;
    width: 95px;
}
.your_order .button-count {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.6875rem;
    font-weight: 700;
    min-width: 1.125rem;
    height: 1.125rem;
    top: -7px;
    right: -7px;
    color: #fff;
    background-color: #f00;
    border-radius: 50%;
}
.media-body {
    flex: 1;
}
.your_order h3 {
    font-size: 20px;
    color: #f00;
    margin: 0;
}
.your_order .post-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 -0.1em 0;
}
.your_order .post-title {
    color: #000;
}
.coupon-cart .form-group {
    position: relative;
}

.coupon-cart .form-group .form-control {
    border: 1px solid #dedede;
    background-color: #ffffff;
    height: 55px;
    color: #111111;
    border: 1px solid #e5e5e5;
    background-color: rgba(241, 247, 248, 0.5);
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 5px;
}
.coupon-cart .form-group .default-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 40px;
    height: 55px;
    line-height: 24px;
}
.applycoupon {
    background: #cf0d40;
    color: #fff;
    border: none;
}
.applycoupon:hover{background: #000;}
.media-img{background: #eee; padding: 6px;}
.cart-totals {
    background-color: #f1f5f8;
}
.cart-totals h3 {
    background-color: #cf0d40;
    padding: 15px 30px;
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 0;
}
.cart-totals .cart-totals-wrap {
    padding: 30px;
}
.cart-totals ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.cart-totals ul li {
    color: #1c1c1c;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede;
    font-size: 18px;
    font-weight: 500;
    color: #111111;
    font-family: "Poppins", sans-serif;
}
.cart-totals ul li span {
    float: right;
}



.auth-form {
  padding: 40px;
  background: #ffeef2;
  border-radius: 15px;
}
 
.auth-form .auth-header {
  text-align: center;
  margin-bottom: 30px;
}
.form-group .form-icon {
    position: relative;
}
.form-group .form-icon i {
    position: absolute;
    top: 19px;
    left: 20px;
    color: #ff7a7c;
    z-index: 1;
}
.auth-form .auth-header img {
  width: 200px;
  margin-bottom: 10px;
}
.form-group .form-icon .form-control, .form-group .form-icon .form-select {
    padding-left: 50px;
}
.auth-form .auth-header h3 {
  color: #000;
  margin-bottom: 5px;
  font-weight: 800;
}

.auth-form .auth-header p {
  color: #000;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}

/* auth-group */
.auth-group{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.auth-group .form-check{
  margin-bottom: 0;
}

.auth-group .form-check-label{
  color: #000;
  font-weight: 500;
  font-size: 15px;
}

.auth-group .auth-group-link{
  color: #cf0d40;
  font-weight: 500;
  text-decoration: none;
}

.auth-group .auth-group-link:hover{
  color: #000;
}

/* password-view */
.auth-form .password-view{
  cursor: pointer;
}

.auth-form .password-view i{
  left: unset;
  right: 20px;
  color: var(--body-text-color);
}
.form-group .form-control, .form-group .form-select {
    padding: 14px 20px 14px 20px;
    border-radius: 15px;
    background-color: #fff;
    color: rgb(44 55 75);
    border-color: #00000014;
    font-size: 14px;
}
.auth-form .password-view.show i::before{
  content: "\f06e";
}
.auth-form .form-group {
    margin-bottom: 20px;
} 
.auth-form .theme-btn {
  width: 100%;
      color: #fff;
    background: #cf0d40;
    text-transform: uppercase;
    border-radius: 6px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    display: inline-block;
    padding: 16px 22px;
    font-size: 14px;
    font-weight: bold;
    border: none;
}
.auth-form .theme-btn:hover{background: #000;} 
.auth-form .theme-btn i{margin-right: 5px;}
.auth-form .auth-bottom {
  margin-top: 25px;
}

.auth-form .auth-bottom p {
  color: #000;
  text-align: center;
}

.auth-form .auth-bottom a {
  color: #cf0d40;
  font-weight: 500;
  text-decoration: none;
}

.auth-form .auth-bottom a:hover {
  color:  #000;
}

/* auth-social */
.auth-form .auth-social {
  border-top: 1px solid #ddd;
      margin-top: 36px;
    padding-top: 15px;
}

.auth-form .auth-social p {
  color: #000;
  margin: 10px 0;
}

.auth-form .auth-social-list {
  text-align: center;
  margin-bottom: 10px;
}

.auth-form .auth-social-list a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #cf0d40;
  border-radius: 50px;
  margin: 5px;
  display: inline-block;
}

.auth-form .auth-social-list a i {
  color: #fff;
}

.auth-form .auth-social-list a:hover {
  background:  #cf0d40;
}


 

@media only screen and (max-width:1200px) {
.coupon_inner input{width: 50%;}

}

@media only screen and (max-width: 991px) {
  .coupon_inner input{width: 100%;}
  .coupon_inner button{margin-top: 15px;}
  .auth-form {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
.modal-border-image{margin-bottom: 20px;}
.popcorn-popup .modal-body{padding: 20px;}
.coupon_inner input{width: 100%;}
.coupon_inner button{margin-top: 15px; width: 100%;}
}

@media only screen and (max-width: 600px) {
.coupon-cart .form-group .default-btn{position: static; margin-top: 15px; width: 100%;}

}

@media only screen and (max-width: 480px) {
  .paginationwrap a{margin: 1px;}
.auth-group .auth-group-link, .auth-group .form-check-label, .cart-totals ul li{font-size: 14px;}
.cart_submit button{padding: 14px 26px; font-size: 14px;}
.check_left, .check_right, .cart-totals .cart-totals-wrap{padding: 20px;}
.cart-totals h3{font-size: 18px;}

}

@media only screen and (max-width:375px) {
  .payWrp img{width: 80px;}

.cart_subtotal p span {
    margin-right: 8px;
}
.cart_subtotal .cart_amount{font-size: 14px;}
}






/**********************************
    Dashboard Start
***********************************/
.dashboard_wrap{background: #f9f9ff; padding: 80px 0;}
.dashboard_wrap .card{background: #fff; border-color: #e8ebf3; position: sticky; top: 0;}
.card-title{font-size: 20px; margin-bottom: 0; line-height: 42px;}
.card-header{padding: .5rem 1.5rem; min-height: 3.5rem; background: #fff;}
.dash_widget-sec{background: #f9f9f9;}
.dashboard_wrap .form-group .form-control {
    color: #555;
    border: 1px solid #e8e8e8;
    padding: 12px 10px;
    width: 100%;
    font-size: 14px; border-radius: 0;
    height: 50px;
    background: #fdfdfd;
} 
.profile-pic-img img{width: 90px; border-radius: 100%;}
.profile-pic h4{font-size: 18px;}
.dash_widget-sec > ul > li > a, .dash_widget-sec > ul > li > a i{color: #000;}
.dash_widget-sec > ul > li > a{padding: .75rem 1.25rem; font-size: 14px; border-bottom: 1px solid #e8ebf3; font-weight: 600; display: block; text-decoration: none;}
.dash_widget-sec > ul > li:last-child > a, .dash_widget-sec > ul > li:first-child > a{border: none;}
.dash_widget-sec ul{margin-bottom: 0;}
.dash_widget-sec > ul > li > a i {
    background: #e7e7e7;
    margin-right: 12px;
    margin-top: 4px;
    color: #000;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
}
.dash_widget-sec > ul > li > a:active i, .dash_widget-sec > ul > li > a:hover i{background: #fff;}
.change_password{text-align: center;}
.dash_widget-sec > ul > li > a.active i, .dash_widget-sec > ul > li > a:hover i{color: #cf0d40; background: #fff;}
.dash_widget-sec > ul > li > a.active, .dash_widget-sec > ul > li > a:hover {
    background: #cf0d40;
    color: #fff;
    border-right: 7px solid #ff2860;
}
 
.item-all-text h5{font-size: 15px;}
.form-group label{font-size: 14px; margin-bottom: 8px; font-weight: 600;}

.table > thead > tr > td, .table > thead > tr > th {
    font-weight: 600;
    border-color: #e8ebf3;
    -webkit-transition: all .3s ease;
}
.table>:not(:last-child)>:last-child>*{border-color: #e8ebf3;}
tbody, td, tfoot, th, thead, tr{border-top: none;}
.table thead th, .text-wrap table thead th {
    border-top: 0;
    border-bottom-width: 1px;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.table td {font-size: 14px; color: #000;
    padding: .75rem;
    vertical-align: top;
    border-top: 0;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #e8ebf3;
}
.font-weight-semibold {
    font-weight: 600 !important;
}
.bg-success[href], .bg-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #16a737;
}
.bg-danger[href], .bg-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fb5b50;
}
.bg-primary[href]:hover, .bg-primary[href] {
    color: #fff;
    text-decoration: none;
    background-color: #1650e2;
}

.item-all-cat .item-all-card a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.item-all-cat .item-all-card {
    position: relative;
    padding: 1.5rem 0.7rem;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #fff;
    background: #fff;
    margin-bottom: 1.5rem;
    display: block;
}
.item-all-card::before, .item-all-card::after {
    content: "";
    width: 0;
    height: 2px; 
    position: absolute;
    transition: all 0.4s linear;
}
.item-all-card::before, .item-all-card::after {
    background: linear-gradient(
135deg
, #0061da 0%, #0061da 100%);
}
.item-all-card:hover::before, .item-all-card:hover::after {
    width: 100%;
}
.item-all-cat .item-all-card a::before, .item-all-cat .item-all-card a::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.4s linear;
}
.item-all-card a::before {
    left: 0;
    bottom: 0;
    transition-duration: 0.4s;
}
 .item-all-cat .item-all-card a::before, .item-all-cat .item-all-card a::after {
    background: linear-gradient(
135deg
, #cf0d40 0%, #cf0d40 100%);
}
.item-all-card:hover a::before, .item-all-card:hover a::after {
    height: 100%;
}

.item-all-card a::after, .item-all-card::before {
    right: 0;
    top: 0;
    transition-duration: 0.4s;
}

.item-all-card::before, .item-all-card::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.4s linear;
}
.item-all-card::before, .item-all-card::after {
    background: linear-gradient(
135deg
, #cf0d40 0%, #cf0d40 100%);
}
.item-all-card::after {
    left: 0;
    bottom: 0;
    transition-duration: 0.4s;
}

 
.item-all-cat .category-type .item-all-card .iteam-all-icon1{
    width: 5rem;
    height: 5rem;
    display: inline-block;
    font-size: 30px; color: #fff;
    border-radius: 50%;
     line-height: 5rem;
    background:linear-gradient(to right, rgb(207 13 64) 0%, rgb(255 40 96) 100%);
}

 
.dashboard_wrap .form-group .form-control {
    color: #555;
    border: 1px solid #e8e8e8;
    padding: 12px 10px;
    width: 100%;
    font-size: 14px;
    border-radius: 0;
    height: 50px;
    background: #fdfdfd;
}
.contactWrp .form-group {
    margin-bottom: 30px;
}
.submit_btn {
        border: none;
    text-decoration: none;
    color: #fff;
    background: #cf0d40;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    display: inline-block;
    padding: 16px 24px;
    border-radius: 6px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold; 
}
.submit_btn:hover{background: #000;}

.sign-in-area{background: #fff; padding: 50px; max-width: 600px; margin: 0 auto;}
.forget_pass a{color: #cf0d40; text-decoration: none;}
.forget_pass a:hover{color: #000;}



.listing li a {
    background: #fff;
    padding: 14px 7px;
    display: block;
    margin: 5px;
    text-decoration: none;
    color: #333738;
    font-weight: bold;
    border: 1px solid #dcebff;
    font-size: 14px;

}
.listing li a:hover{background: #0061da; color: #fff;}
.listing li a:hover:before{color: #fff;}
.listing li a:before {
    content: "\f0da";
    margin: 10px;
    font-family: 'Font Awesome 5 Free';
  font-weight: 900; 
    color: #0061da;
}


.single-widgets {
    border: 1px solid #e5e8f3;
    padding: 30px 28px 35px;
    margin: 0 0 40px;
}
.single-widgets.widget_category ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.single-widgets.widget_category ul li {
    display: block;
    border-bottom: 1px solid #eaeaea;
}
.single-widgets.widget_category ul li:first-child {
    border-top: none;
}
.single-widgets.widget_category ul li a {
    padding: 11px;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    position: relative;
}
.widget_category ul li i {
    position: absolute;
    top: 16px;
    right: 8px;
}
.single-widgets.widget_category ul li a:hover, .single-widgets.widget_category ul li a.active {
    background: #0061da;
    color: #fff;
}
.thumb-blog-default {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e8f3;
}
.thumb-blog-default h3 a {
    font-size: 22px;
    text-decoration: none;
    color: #000;
}
.thumb-blog-default .readmore a{padding: 14px 30px; font-size: 14px;}
.blog-pagination a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    color: #6f4cca;
    border: 1px solid #0061da;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 3px;
}
.blog-pagination a:hover, .blog-pagination a.active {
    background: #0061da;
    color: #ffffff;
}
.list_info {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #e5e8f3;
    padding: 10px;
}
.list_info span {
    width: 30%;
    float: left;
    font-weight: bold;
    font-size: 16px;
}
blockquote {
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    background: #f2f8ff;
    padding: 25px;
    border-left: 8px solid #0061da;
    margin: 20px 0;
}
.moreImages {
    position: relative;
    overflow: hidden;
}
.portfolio-overley {
    background-color: #14212b;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
    transform: translateX(-100%);
}
 .moreImages:hover .portfolio-overley {
    transform: translateX(0);
    opacity: 0.9;
}
.thumb-blog-default .content{
    z-index: 1000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.thumb-blog-default .content .image-link {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    background: #0061da;
    display: block;
    font-size: 16px;
    z-index: 1;
    text-align: center;
}
 
 
  

.contact__form label, .comment__form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    padding-bottom: 10px;
}

.contact__form input, .comment__form input, .contact__form textarea, .comment__form textarea {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    background-color: #f9f9f9;
    height: 60px;
    border: none;
    padding: 0 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}
 

.contact__form textarea, .comment__form textarea { 
    height: 160px; 
    resize: none;
}

.wc-btn-primary {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #cf0d40;
    padding: 18px 42px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    border: none;
    z-index: 1;
}
.wc-btn-primary:hover{background: #000;}
.view_submit{color: #fff;
    background: #cf0d40;
    text-transform: uppercase;
    border-radius: 6px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    display: inline-block;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: bold;
    border: none;
  }
.view_submit:hover{background: #000;}

.gi-single-list {
    padding: 40px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 5px;
}
.gi-single-list ul li {
    padding: 8px 10px;
}

.my-orders .product_thumb img {
    width: 60px;
}



 

@media screen and (max-width: 990px) {
.post-content{margin-top: 30px;}
.post-image img{width: 100%;}
 
.comment__reply {
    padding-left: 0px;
}
}

@media screen and (max-width:767px) {
 .dashboard_wrap .contactWrp .col-lg-9{margin-top: 30px;}

}

@media screen and (max-width: 480px) {
  .gi-single-list {padding: 20px;}
  .gi-single-list ul li strong{display: block;}
  .inbox_people, .mesgs{float: none; width: 100%;}
.contactWrp .form-group{display: block;}
.review_stars{margin-left: 0;}
.moreImages{margin: 15px 0;}
.list_info span{width: auto; float: none; display: block;}
.card-body{padding: 20px !important;}
}


