/*!
Theme Name: Event Badshah
Theme URI: https://eventbadshah.com/
Author: Netleaf Software
Author URI: https://netleafinfosoft.com
Design by: Vinod;
Developed by: Vinod;

*/

@import "fonts.css";

:root{
  --primary-ebcolor: #ff3d55;
  --second-ebcolor:#0e385e;
  --darkblue-ebcolor:#273f5b;
  --playball-regular: "playballregular",sans-serif;
  --opensans-regular: "open_sansregular",sans-serif;
  --opensans-light: "open_sanslight",sans-serif;
  --opensans-bold: "open_sansbold",sans-serif;
  --opensans-semibold: "open_sanssemibold",sans-serif;
  --opensans-extrabold: "open_sansextrabold",sans-serif;
}
body { font-family: var(--opensans-regular) !important; color: #828c96 !important; font-size: 15px !important; }
header { /*background: #0e385e;*/ background: rgba(14, 56, 94, 0.93);  position: fixed; top: 0px; width: 100%; z-index: 999;  }
.sticky-fix { position: fixed; top: 0px; width: 100%; background: #0e385e; }

.logo { margin:5px 0 5px; }
.mobbtn { float: right; border:none; outline: none; background: transparent; color: #fff; font-size: 24px; margin-top:5px; }
.navigation { margin: 13px 0 0; padding: 0px; float: right; }
.navigation li { list-style: none; float: left; }
.navigation li a { padding: 10px 15px 20px; display: block; color:#fff; font-size:15px; font-family: var(--opensans-light); font-weight: 600; text-transform: capitalize;  letter-spacing: 0.5px;}
.navigation li a i { position: relative; top: 3px; }
.navigation li:last-child a { background: var(--primary-ebcolor); border-radius: 3px; color: #fff; padding: 10px 15px; transition: 0.3s; }
.navigation li:hover a, .navigation li.active a { text-decoration: none; color: var(--primary-ebcolor); /*border-bottom: 2px solid var(--primary-ebcolor);*/ }
.navigation li:last-child:hover a {color: #fff; background: #e32139; transition: 0.3s;}
.navigation .submenu { display: none; position: absolute; background: #fff; padding: 0; margin: 0; z-index: 99;  animation: navanim 0.3s; }
.navigation li:hover .submenu { display: block; }
.navigation .submenu li { list-style: none; float: none; border-bottom: 1px solid #ddd; }
.navigation .submenu li a { display: block; padding: 10px 50px 10px 20px; color:#333; }
.navigation .submenu li:hover a, .navigation .submenu li:last-child:hover a { background: var(--primary-ebcolor); color: #fff; } 
.navigation .submenu li:last-child {border-bottom: none; }
.navigation .submenu li:last-child a { border-radius: 0; color: #333; background: transparent; } 
@keyframes navanim {
  0% { opacity: 0.4; transform: translateY(5%); }
}
@-webkit-keyframes navanim {
  0% { opacity: 0.4; transform: translateY(5%); }
}

.carousel-pos { top:80px !important; left: 0px !important; right: 0px !important; }
.carousel-control-prev, .carousel-control-next { display: none !important; }
.carousel-indicators li { width: 10px !important; height: 15px !important; opacity: 1 !important; background: none !important; background-clip: inherit !important; border-radius: 50%; border:2px solid #fff; border-top:inherit !important; border-bottom: inherit !important; }
.carousel-indicators .active { background: #fff !important; }
.carousel-inner { height: 400px; }
.sliderhding { font-size: 48px; font-family: var(--opensans-bold); padding-top:35px; text-align: left; line-height: 1; }
.sliderhding > span { color: var(--primary-ebcolor); }
.sliderhding > svg {fill: var(--primary-ebcolor); width:65px;}
.sliderbtn-quote { background: var(--primary-ebcolor); padding:10px 30px; margin-right: 20px; color: #fff; font-size: 15px;  border-radius: 4px; box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px; margin-top:40px; float: left; display: inline-block; transform: 0.3s; }
.sliderbtn-quote > i { padding-left: 0px; font-size: 18px; position: relative; top: 3px; }
.sliderbtn-quote:hover { text-decoration: none; background: #fff; color: #333; transform: 0.3s; }
.sliderbtn-about {padding:10px 30px; border:1px solid #fff; color: #fff; font-size: 15px;  border-radius: 4px; box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px; margin-top:40px; float: left; display: inline-block; transform: 0.3s; }
.sliderbtn-about:hover { background: #fff; border:none; text-decoration: none; color: #333; transform: 0.3s; }
.slidertitle { font-size: 44px; text-align: center; font-family: var(--playball-regular); padding-top:0px; }
.sliderhding2 { font-size: 48px; text-transform: uppercase; font-family: var(--opensans-bold); padding-top:10px; text-align: center; line-height: 1;  }
.sliderhding2 > span {}
.sliderprgh { font-size: 16px; font-family: var(--opensans-light); text-align: center; padding-top: 0px; color: #e0e0e0; }
.sliderbtn-mrgnt0 { margin-top: 0px !important; }
/* Content */
.watermark-hding { color: rgba(0,0,0,.06); font-size: 34px; text-transform: uppercase; font-weight: 700; font-family: var(--opensans-bold) }
.watermark-hding2 { color: rgba(255,255,255,.08); font-size: 34px; text-transform: uppercase; font-weight: 700; font-family: var(--opensans-bold); }
.main-hding {font-family: var(--playball-regular); font-weight: 400;  font-size: 34px; line-height: 55px; color: #283d58;}
.main-title {font-family: var(--opensans-bold);  font-size: 16px;  line-height: 25px;  color: #57616b; padding-top: 10px;  }
.main-prgh {font-size: 15px; line-height: 26px; color: #828c96; }
.main-prgh2 {font-size: 15px; line-height: 26px; color: rgba(255,255,255,0.7); }
.rowtoppad { padding-top: 90px; }
.padingrite {padding-right: 55px;}
.main-hdingmrgn { margin-top:-40px; }
.pb-20 { padding-bottom: 20px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }
.pt-15 { padding-top: 15px; }
.ptb-80 { padding-top: 80px; padding-bottom: 80px; }
.homeabot-bgclr { background: var(--primary-ebcolor); padding: 51px 20px; }
.homeabot-bgclr2 { background: #fff; padding: 50px 20px 15px; }
.homeabot-bgclr > svg { width: 40px; fill: #fff; }
.homeabouthding { color:#283d58; text-align: left; font-size: 20px; font-family: var(--opensans-semibold); line-height: 28px; padding: 27px 0 25px; margin: 0;}
.homeabouthding2 { color:#283d58; text-align: left; font-size: 20px; font-family: var(--opensans-semibold); line-height: 28px; padding: 0px 0 20px; margin: 0;}
.homeabout-botline { position: relative; }
.homeabout-botline:after { content: ''; position: absolute; left: 0; bottom: 0px; width: 50px; height: 2px; background: #fff; }
.imgheigt100 { height: 100%; object-fit: cover; width: 100%; }
.wrap-readmore { color:#283d58; padding-top: 10px; font-size: 15px; font-weight: 600;  }
.wrap-readmore > i { position: relative; top: 4px; font-size: 18px; }
.wrap-readmore:hover { color: var(--primary-ebcolor); text-decoration: none; }
.close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5;}
.padingleft { padding-left: 50px; }

/* Service */
.servicebg-color { background-color: var(--second-ebcolor); padding-top: 140px; padding-bottom: 70px; }
.servicebg-img {padding-top: 140px; padding-bottom: 140px; background-image: url('../images/servicebg.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; margin-top:-40px; }
.servicesbox { position: relative; margin-top:15px; }
.servicehding {background: #fff; width: 80%; border-radius: 4px; padding: 13px 30px; font-size: 20px; font-weight: 600; margin:-25px auto 0; display: table; color: var(--second-ebcolor); text-align: center; position: relative;}
.servicehding:hover { background: var(--primary-ebcolor); color: #fff; text-decoration: none; }
.servicedot .owl-dots { margin-top:60px !important; }
/* What we offer */
.wwolftimg { width: 100%; height: 100%; object-fit: cover; }
.iconborder { border:1px solid var(--primary-ebcolor); border-radius: 3px; padding:20px 20px; }
.iconborder svg {fill: var(--primary-ebcolor); width: 40px; }
.wwohding {font-size: 20px; line-height: 26px; margin-bottom: 15px; color: #273f5b; font-weight: 600;}

.iconborder2 { border:1px solid var(--primary-ebcolor); border-radius: 3px; padding:5px; }
.iconborder2 svg {fill: var(--primary-ebcolor); width: 40px; }
.wwohding2 {font-size: 16px; line-height: 26px; margin-bottom: 15px; color: #273f5b; font-weight: 600; display: flex; align-items: center;}

/* latest event */
.eventbg { background: #f2f2f2; padding-bottom: 60px; }
.eventbox { position: relative; min-height: 300px; margin-bottom: 150px; }
.eventbox .eventimg { position: absolute; top: 0; left: 0; width: 100%; height: 300px; object-fit: cover; }
.eventbox .eventdate { position: absolute; top: 20px; left: 20px;  background: var(--primary-ebcolor); margin: 0; text-transform: uppercase; color: #fff; padding: 10px 20px; line-height: 1.3; font-size: 25px; font-weight: 700; text-align: center; border-radius: 3px; }
.eventbox .eventdate > span { font-size: 16px; font-weight: normal; clear: both; display: block; }
.eventbox .evnentcontainer { display: none; transition: 0.3s ease;  opacity:1; transform: scale(1);  width: 280px; background: #fff; padding: 30px; position: absolute; bottom: -100px; right: 20px;  }
.eventbox .eventhding { font-size: 22px; padding-bottom: 15px; font-family: var(--opensans-bold); color: var(--second-ebcolor); }
.eventbox .eventcontlist { margin: 0px; padding:0px; }
.eventbox .eventcontlist li { list-style: none; float: none; line-height: 2; color: #828c96; font-size: 15px;  }
.eventbox .eventcontlist li > i { color: var(--primary-ebcolor); }
.eventbox .eventdetails { background: var(--primary-ebcolor); border-radius: 3px; display: block; color: #fff; padding: 8px 20px; font-size: 18px; text-align: center; margin-top:20px; }
.eventbox .eventdetails:hover { text-decoration: none; color: #fff; margin-top: 20px; }

#owl-carousel2 .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: block !important; }
#owl-carousel2 .owl-dots { display: none; }
#owl-carousel2 .owl-nav  { position: absolute; top: 0; margin-top:130px; left: 0; right: 0; z-index: 999; }
#owl-carousel2 .owl-nav .owl-next span, #owl-carousel2 .owl-nav .owl-prev span { font-size: 30px; padding: 5px 20px; color: #fff; background: var(--second-ebcolor); border-radius: 3px; }
#owl-carousel2 .owl-nav .owl-prev { float: left; margin-left: -10px; }
#owl-carousel2 .owl-nav .owl-next { float: right; margin-right: -10px; }
#owl-carousel2 .owl-nav .owl-prev:focus, #owl-carousel2 .owl-nav .owl-next:focus { outline: none; }
#owl-carousel2 .owl-item.center .evnentcontainer { display: block;  animation-name: eventanim; animation-iteration-count: 1; animation-duration: 0.4s;  animation-timing-function:linear;  }
@keyframes eventanim {
  0% { opacity: 0.1; transform: scale(0);}
  100% { opacity: 1; transform: scale(1);}
 
}
/* Photo Gallery */
.homegallery-imgbg { background-image: url('../images/photo-gallery-bg.jpg'); background-size:cover; background-position: center; background-repeat: no-repeat; }
.homegallery-bgcolor { background-color: rgba(14, 56, 94, 0.95); padding: 100px 0; }
.gallery-viewmore { float: right; margin-top:50px; border: 1px solid #fff; border-radius: 3px; padding: 10px 30px; color: #fff; font-weight: 600; letter-spacing: 0.5px; }
.gallery-viewmore:hover { background: #fff; color:#333; text-decoration: none;}
.gallerymrgn { margin-bottom: 80px; }
.gallerymrgn-minu { margin-top:-60px; }
.gallerybox { position: relative; height: 300px; }
.galleryimg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.gallerycontentbox { transform: scale(0); opacity: 0; transition:  0.5s ease-in-out;   background: rgba(255, 61, 85, 0.95); color: #fff; position: absolute; left: 0px; right: 0; top: 0; bottom: 0; display: flex; } 
.gallerybox:hover .gallerycontentbox { transform: scale(1); opacity: 1; transition:  0.5s ease-in-out; }
.galleryhovrtxtbox { padding: 25% 0; width: 100%; height: 100%; }
.gallerycont-title { text-align: center; font-size: 22px; font-family: var(--opensans-regular); }
.gallerycont-category { text-align: center; font-size: 16px; }
.galleryzoomicon { border:1px solid #fff; font-size: 17px; width: 45px; height: 45px; margin:0 auto 20px; display: block; line-height: 45px; color: #fff; border-radius: 50%; text-align: center; display: block; }
.galleryzoomicon:hover { background: #fff; color: var(--primary-ebcolor); text-decoration: none; }

/* Testimoniall */
.testimonialbg { background:var(--primary-ebcolor); padding: 50px; }

/* Blog */
.homeblogbg { background: #f2f2f2; padding: 0px 0 60px; }
.blogbox { box-shadow: 0 0 15px 0 rgba(40,61,88,.1); margin-bottom: 30px; }
.blogcontentbox { background: #fff; padding: 25px 20px; height: 100%; }
.blogdate { text-align: center; font-size: 30px; text-transform: uppercase; font-weight: 600; color: var(--primary-ebcolor); line-height:1.2 ; }
.blogdate > span { font-weight: normal; font-size: 16px; clear: both; display: block; }
.bloghding { color: var(--darkblue-ebcolor); font-size:20px; font-weight: 600; line-height: 26px;  }
.bloghding:hover { text-decoration: none; color: var(--primary-ebcolor); }
.blogline { border-left: 1px solid #e7ebee; }
.blog-readmore { background:var(--primary-ebcolor); color: #fff; padding: 10px 25px; margin-top:5px; display: inline-block; border-radius: 3px; }
.blog-readmore:hover { background: var(--second-ebcolor); color: #fff; text-decoration: none;  }

/* Footer */
footer { background: url(../images/footer-bg.jpg) no-repeat; background-size: cover; padding-top: 60px; margin-top:-1px; }
.newsletr-hding { font-size: 26px;  font-weight: 600; color: #fff; line-height: 40px; margin-bottom: 5px; text-align: left; padding-top: 15px; }
.newsletr-hding > span { color: var(--primary-ebcolor); }
.newsltr-prgh { color: rgba(255,255,255,.4); text-align: left; margin: 0;  }
.mailchimpinput {padding-right: 0; display: flex; width: 100%; padding: 27px 20px; background-color: #012546;  margin-top: 0px;  border-radius: 3px;}
.mailchimpinput > input[type="email"] {background-color: transparent;  width: 74%;  float: left; margin-right: 25px; height: 47px;  padding-left: 0;  font-size: 14px;  outline: none;  border-radius: 0;   border: none;  border-bottom: 1px solid rgba(255,255,255,.06);  color: #fff;  -webkit-box-shadow: 0 0 0 1000px transperent inset;    transition: 5000s ease-in-out 0s}
.mailchimpinput > input[type="submit"] { background: var(--primary-ebcolor); color: #fff; height: 47px;  width: 130px;  border: 0;  outline: none; border-radius: 5px; z-index: 21; padding: 0; right: 0; box-shadow: 0 0; font-weight: 600;  font-size: 15px;}
.second-footer { border-top: 1px solid rgba(255,255,255,0.1); border-bottom:  1px solid rgba(255,255,255,0.1); padding: 30px 0; }
.footer-hding { padding-top: 10px; padding-bottom: 25px; font-size: 22px; line-height: 26px; color: #fff; display: inline-block; position: relative;}
.footer-hding:after { content: ''; width: 20px; height: 1px; background: #fff; position: absolute; right: -30px; top: 0px; bottom: 0px; margin-top:24px  }
.footerlist { margin: 0px; padding: 0px; }
.footerlist li { list-style: none; float: none; }
.footerlist li a { display: block; padding: 0 0 20px; color: #fff; font-size: 15px; }
.footerlist li:hover a { text-decoration: none; color: var(--primary-ebcolor); }
.footer-address { font-size: 15px; margin:0; color:#fff; display: inline-flex;  border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom:20px; }
.footer-address i, .footer-email i, .footer-phone i  { color: var(--primary-ebcolor); font-size: 20px; }
.footer-address > span, .footer-email > span, .footer-phone > span  {  padding-left: 15px; }
.footer-email {border-bottom: 1px solid rgba(255,255,255,0.1); padding: 20px 0; color: #fff; font-size: 15px; margin: 0; display: inline-flex;}
.footer-phone { padding: 20px 0; color: #fff; margin: 0; display: inline-flex; font-size: 15px;}
.footer-prgh { font-size: 15px; color: #fff; }
.copyright {padding-top: 15px;}
.copyright, .poweredby { font-size: 14px; color: rgba(255,255,255,0.6);  }
.poweredby { text-align: right; padding-top: 15px; }
.poweredby a { color: rgba(255,255,255,0.6); }
.poweredby a:hover { text-decoration: none; color: var(--primary-ebcolor); }
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #888;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #888;
}

/* Who we are */
.breadcrumbbg-wwa { background: url('../images/aboutus-bg.jpg') no-repeat; background-size: cover; padding: 68px 0 0; }
.breadcrumbbg-hding { display: none; font-weight: 700; text-transform: uppercase; color: #fff; font-size: 46px; line-height: 1.5; text-align: center; font-family: var(--opensans-regular); padding-top: 100px; margin: 0; }
.breadcrumblink { color:#fff; font-size: 15px; text-align: left; padding: 15px 0;  margin: 0px; }
.breadcrumblink a { color: rgba(255,255,255,0.6); }
.breadcrumblink a:hover { text-decoration: none; color: var(--primary-ebcolor); }
.servicelist { margin: 0px 0 20px; padding: 0px; }
.servicelist li { list-style: none; float: none; line-height: 2; position: relative; display: flex; }
.servicelist li:before { content: '\6e'; padding-right: 10px; font-family: "untitled-font-2"; color: var(--primary-ebcolor); font-style: normal;  font-weight: normal; }
.iconclr > i { color: var(--second-ebcolor); padding-right: 10px; }

/* Thankyou page */
.centerdiv {width:100%; padding:50px 30px 50;background:#fff;box-shadow:0 0 10px 0 #f1f1f1;margin:120px auto 50px}
.coreticon { display: inline-block; font-size: 36px; color: var(--primary-ebcolor); }
.thanks-hding { display: inline-block; color: var(--second-ebcolor); }
/* Gallery */
.filterbtn { clear: both; display: block; width: 100%; margin-top: 80px; margin-left: 15px; }
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 15px !important;
    border: 1px solid var(--second-ebcolor) !important;
    border-radius: 3px !important;
    text-align: center;
    color: var(--second-ebcolor) !important;
    text-transform: uppercase; 
    margin-bottom: 30px;
    margin-right: 10px;

}
.filter-button:hover, .filter-button.active
{
    font-size: 15px;
    border: 1px solid var(--primary-ebcolor) !important;
    border-radius: 3px;
    text-align: center;
    color: #ffffff !important;
    background-color: var(--primary-ebcolor) !important;

}
.btn-default:active .filter-button:active, .filter-button:target
{
    background-color: var(--primary-ebcolor);
    color: #fff;
    outline:none;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

/* contact us */
.cntpadtop { padding-top: 80px; }
.contact-viewmore { float: right; margin-top:100px; border: 1px solid var(--second-ebcolor); border-radius: 3px; padding: 10px 30px; color: var(--second-ebcolor); font-weight: 600; letter-spacing: 0.5px; }
.contact-viewmore:hover { background: var(--second-ebcolor); color:#fff; text-decoration: none;}
.contacticon { font-size: 40px; color: var(--primary-ebcolor); }
.contactitle { color: var(--second-ebcolor); font-size: 22px; margin-bottom: 15px; font-weight: 600; margin-bottom: 10px; }
.posrel { position: relative; }
.frmbotmrgb { margin-bottom: 2rem !important; }
.frmicon { position: absolute; color: var(--primary-ebcolor); left: 0; top:3px; }
.frmline { position: relative; width: 100%; height: 1px; background: #e6e4e4;  }
.frmline .frmlinein { width: 0%; position: absolute; left: 50%; transform: translateX(-50%); height: 1px; background: var(--primary-ebcolor); transition: .5s; }
.cntfrm_field:focus + .frmline .frmlinein { width: 100%; }
.contact-lftpad { padding: 0px 0 30px 30px }
.cntbg { background: #f9f9f9; }
.cntfrm { /*background: url('../images/whatweoffer.jpg');*/  margin: 80px 0; }
.contactform { padding-left: 40px; }
.contactform input, .contactform textarea, .contactform select { padding-left: 30px; padding-bottom: 10px; }
.contactform select { color: #888; }
.contactform select option { padding: 10px 0; line-height: 2; height: 40px; }

/*#otherfield { display: none; }*/

/*.contactform select option:first-child { color: #888; }*/
.contleft { /*background: rgba(0,0,0,0.7);*/ height: 100%;  background: url('../images/whatweoffer.jpg');  }
.contright { background: #fff; box-shadow: 0 0 15px 0 rgba(40,61,88,.1); }
.contrightmodal { box-shadow: none !important; }
.contact_hding {padding: 50px 0 0px 10px; font-size: 34px; color: #3d3d3d; font-weight: bold; letter-spacing: 1px;}
.cntgifhding { font-size: 26px; /*color: #f09906;*/ color: #ffff33; font-family: 'aquawaxmedium', sans-serif; padding: 20px 0px 0 ;  }
.cntaddres { color: #fff; font-family: 'Work Sans', sans-serif; font-size: 18px; line-height: 1.6; }
.contact_prgh {font-size: 18px; padding-left: 10px; color: #3d3d3d; letter-spacing: 1px;}
.contact_box { background: #fff; box-shadow: 0px 0px 10px #f5f5f5; border-radius: 8px; padding: 0px; margin-top:-80px; margin-bottom: 80px; }
.contact_box_right {  background: #bf2026; padding: 30px; border-radius: 0 8px 8px 0; }
.cntright_hding { font-size: 24px; color: #fff; padding: 10px 0 0 0; letter-spacing: 1px;  }
.cntmsg_hding { color: var(--second-ebcolor); font-family: var(--playball-regular); font-size: 34px; padding: 40px 0 20px 30px;  }
.msgicon {color: #ff312c; float: right; padding-top: 40px; font-size: 30px; padding-right: 30px;}
.cntaddress { color: #fff; font-size: 16px; letter-spacing: 1px; }
.cntsocial { margin:0; padding: 10px 0; }
.cntsocial li { list-style: none; float: left; }
.cntsocial li a { color: #fff; display: block; padding: 0 20px 10px 0; }
.cntfrm_label { color: #888!important; font-family: 'Work Sans', sans-serif; font-size: 15px; cursor: pointer;   }
.cntfrm_label > span { color: #ff312c; }
.cntfrm_field { width: 100%; /*border-bottom: 1px solid #e6e4e4 !important;*/ border-bottom: none !important; background: #fff; border-top:none!important; border-right: none!important; border-left: none!important; border-radius: 0!important; outline: none!important; }
.cnt_btn { border: none; outline: none;  font-weight: 500; background: var(--primary-ebcolor); color: #fff; border-radius: 4px; padding: 10px 20px;/* position: absolute; bottom: 15px; right: 11px; */ transition: 0.3s all ease-out; }
.cnt_btn:hover { box-shadow: inset 250px 0px 0px var(--second-ebcolor); transition: 0.3s all ease-out;  }
.cntfrm_pding { padding-bottom: 40px; }
.cnt_btn:focus { outline: none; }
.iti { display: block !important; }
.formline { position: relative; width: 100%; height: 1px; background: #e6e4e4;  }

.contactform::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #242424;
}

.contactform:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #242424;
}

.contactform::-ms-input-placeholder { /* Microsoft Edge */
  color: #242424;
}

.clientbox { margin-bottom: 30px; position: relative; box-shadow: 0px 0px 15px #ddd; }

.clientdetails { width: 100%; padding: 20px; background: #f3f3f3;  }
.clienttitle { font-size: 17px; font-weight: 600; margin-bottom: 0px; color: var(--second-ebcolor); }
.gj-picker-md div[role=navigator] div:first-child { left: 25px; }
.gj-picker div[role=navigator] div[role=period] { left: 0px; }

/* Form send loader */
.frmsend { position: relative; }
.frmloader { background-color: rgba(255,255,255,0.7); width: 94%; height: 100%; position: absolute; top: 0; left: 16px; right: 0; bottom: 0; display: none; }
.frmloader > img { margin: auto; width: 100px; display: block; position: absolute; left: 0; top: 0px; right: 0px; bottom: 0px;}
#preloder { position: fixed; width: 100%; height: 100%; top: 0; left: 0;  z-index: 99999;  background: #fff; display: none; }
.loader { width: 50px; height: 50px; border-radius: 50%;  position: absolute; left: 0; right: 0; top: 0px; bottom: 0px; margin:auto; animation: loader 0.8s linear infinite; }

@keyframes loader {
  0% { transform: rotate(0deg); border:4px solid var(--primary-ebcolor); border-left-color: transparent;}
  50% { transform: rotate(180deg); border:4px solid #670511; border-left-color: transparent;}
  100% { transform: rotate(360deg); border:4px solid var(--primary-ebcolor); border-left-color: transparent; }
}
@-webkit-keyframes loader {
  0% { transform: rotate(0deg); border:4px solid var(--primary-ebcolor); border-left-color: transparent;}
  50% { transform: rotate(180deg); border:4px solid #670511; border-left-color: transparent;}
  100% { transform: rotate(360deg); border:4px solid var(--primary-ebcolor); border-left-color: transparent; }
}
button.close { z-index: 1; position: relative; }

/* Select option */
/*.cont_select_center{position:absolute;left:50%;top:50%;margin-top:-30px;margin-left:-150px}
.cont_heg_50{position:absolute;height:50%;left:0;top:0;width:100%;background-color:#fd7b52}*/
.cont_select_center{ position: relative; }
.icon_select_mate{position:absolute;top:0px;right:2%;font-size:16px;height:22px;transition:all 275ms}
.select_mate{float:left; width: 100%; font-weight:300;background-color:#fff;}
.select_mate select{position:absolute;overflow:hidden;height:0px;opacity:0;z-index:-1}
.cont_list_select_mate{position:relative;float:left;width:100%}
.cont_select_int{position:absolute;left:0px;top:0px;z-index:999;overflow:hidden;height:0px;width:100%;background-color:#fff;padding:0px;margin-bottom:0px;margin-top:0px;border-radius:0px 0px 3px 3px;box-shadow:1px 4px 10px -2px rgba(0,0,0,0.2);transition:all 375ms ease-in-out}
.cont_select_int li{position:relative;float:left;width:100%;border-bottom:1px solid #E0E0E0;background-color:#F5F5F5;list-style-type:none;padding:10px 30px;margin:0px;transition:all 275ms ease-in-out;display:block;cursor:pointer}
.cont_select_int li:last-child{border-radius:3px;border-bottom:0px}
.cont_select_int li:hover{background-color:#EEEEEE}
.cont_select_int .active{background-color:#EEEEEE}
.selecionado_opcion{padding:1px 0 10px 30px;width:96%;display:block;margin:0px;cursor:pointer}


@media only screen and (max-width: 768px) {
  .poweredby { text-align: left; padding-top:0px; }
  .carousel-inner { height: auto !important; }
}
@media only screen and (max-width: 991px) {
  .navigation { display: none; float: inherit; }
  .logo { margin:5px 0 10px !important; }
  .navigation li { float: none; }
  .navigation li a { padding: 10px 20px; }
  .navigation .submenu { position: inherit; }
  .eventbox .eventimg  { position: inherit; }
  .eventbox .evnentcontainer { display: block; position: inherit; width: 100%; bottom: 0; right: 0; }
  .eventbg { padding-bottom: 60px; }
  .rowtoppad { padding-top: 40px; }
  .eventbox { margin-bottom: 0px; }
  .filter-button {margin-bottom:10px;}
  .padingleft { padding-left: 0px; }
  .padingrite { padding-right: 0px; }
}

@media only screen and (min-width: 992px) {

}
@media only screen and (min-width: 384px) and (max-width: 767px) {

}
@media only screen and (min-width: 576px) and (max-width: 767px) {

}
@media only screen and (min-width: 768px) and (max-width: 991px) {

}
@media only screen and (min-width: 992px) and (max-width: 1200px) {

}
@media only screen and (min-width: 1200px) and (max-width:1440px) {

}