@charset "utf-8";

/* CSS Document */




@font-face {
    font-family: 'abugetregular';
    src: url('../fonts/abuget-webfont.woff2') format('woff2'),
         url('../fonts/abuget-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}







html, body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    scroll-behavior: smooth;
}


* {

    box-sizing: border-box;

}



body {

    margin: 0;
    padding: 0;
    background: #ffffff;
    line-height: 1.2;
    overflow-x: hidden;
    font-size: 16px;
    color: #616161;
    font-family: 'Poppins', sans-serif;

}



div, table, tr, th, td, figure, th, video, audio, h1, h2, h3, h4, h5, h6, aside,  section, header, footer, nav, span, p, small, big, a, b, strong, img, hr, pre, button, input, textarea, optgroup, ul, li, ol, select, option, blockquote, nav {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    list-style-type: none;
}



.clear {

    clear: both;

}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}



.parent-wrap {
    width: 100%;
    height: 100%;
    display: table;
}

.child-wrap {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

img {

    max-width: 100%;
    display: block;

}



h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #232323;
}

h1 {
    font-size: 76px;
    line-height: 1.3;
    font-weight: bold;
}
h2 {
    font-size: 42px;
    font-weight: 500;
}
h3{
    font-size: 31px;
    font-weight: bold;
}
h4 {
    font-size: 21px;
    font-family: 'Sorts Mill Goudy', serif;
    font-style: italic;
    color: #c01e2d;
    position: relative;
    border-left: 2px solid #c01e2d;
    padding-left: 12px;
    margin-bottom: 10px;
}
h5{
    font-size: 18px;
}

h6{
    font-size: 24px;
}
p {
    font-size: 16px;
    color: #616161;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
}
p:last-child{
  padding-bottom: 0 !important;
}



ul {
  margin-bottom: 0px ;
}


input, textarea{
  font-size: 14px;
  font-weight: 400;
    font-family: 'Poppins', sans-serif;

}

#contactWRap input,#contactWRap textarea{
    color:#fff;
}

#contactWRap textarea{
    height: 120px;
    resize: none;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
    font-weight: 400;   
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

::selection {
  background: #deb949;
  color: #fff;
}

::-moz-selection {
 background: #deb949;
 color:#fff;
}

::-webkit-selection {
 background: #deb949;
 color:#fff;
}

::-o-selection {
 background: #deb949;
 color:#fff;
}

::-ms-selection {
 background: #deb949;
 color:#fff;
}


.dFlx{
  display: -webkit-box;      
  display: -moz-box;         
  display: -ms-flexbox;     
  display: -webkit-flex;    
  display: flex;  
}
.btn {
    text-align: center;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: #c01e2d;
    border-radius: 10px;
    width: auto;
    height: 50px;
    padding: 0 37px;
    line-height: 48px;
}
.btn.btnArrow {
    display: flex;
    align-items: center;
    max-width: 150px;
    width: 100%;
    padding: 0;
    text-align: center;
    justify-content: center;
}
.btn.btnArrow img {
    margin-left: 10px;
}
.transparentBtn {
    background: transparent;
    color: #fff;
    border: 1px solid #ffffff;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}


.btn:hover {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    color: #ffffff;
    background: #000000;
}
a{

  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  text-decoration: none;
  color: #000000;
  outline: none;
  font-size:16px;

}

a:hover {
    text-decoration: none;
}



.bgblack{
    background: #000000;
}
.bggrey{
    background: #f7f9fa;
}

.float-left{
  float: left;
}

.float-right{
  float: right;
}

.text-center{
  text-align: center;
}

.text-left{
  text-align: left;
}

.pad95{
  padding: 95px 0;
}

.padt95{
    padding-top: 95px;
}
.padb95{
    padding-bottom: 95px;
}
.padt100{
    padding-top: 100px;
}
.padb60{
    padding-bottom: 60px;
}
.padt60{
    padding-top: 60px;
}
.no-gutters{
  margin: 0;
  padding: 0;
}




strong {
    font-weight: bold !important;
}
/*////////////////////////////////////////////////////////////////////////       Custom css       ////////////////////////////////////////////////////////////////*/


/* Animation */
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
.animated {
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both
}
.animatedFadeInUp {
    opacity: 0
}
.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.whiteContent h1, .whiteContent p, .whiteContent h3, .whiteContent h2, h3.whiteColor{
    color: #fff;
}
h3.yellowColor, h4.yellowColor, h2.yellowColor, span.yellowColor{ color: #aa6905; }
hr.borderhr {
    background: #aa6905;
    height: 3px;
    width: 100%;
    margin: 50px 0;
}
h2.redColor {color: #8c131e;}
/*==================== custom css start from begin ====================*/


.container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.bigCont{
    max-width: 1580px;
}
header {
    position: relative;
    width: 100%;
    
   z-index: 999999;
}
header .logo {
    max-width: 230px;
}
header .container {
    justify-content: space-between;
}
.numMenu p {
    font-size: 24px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.bannerHome .container {
    flex-flow: wrap;
    align-items: center;
    height: 100%;
    z-index: 9;
    position: relative;
}
.cart-icon {
    margin: 0 27px;
}
/*.bannerHome p {
    font-size: 26px;
}
.bannerHome:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 37%);
}*/
ul.main-menu {
    display: flex;
    flex-flow: wrap;
}
ul.main-menu li {
        padding-left: 18px;
}
ul.main-menu li:first-child {
    padding-left: 0;
}
ul.main-menu li a {
    color: #161616;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    height: 85px;
    display: inline-block;
    line-height: 85px;
}
ul.main-menu li:hover a, ul.main-menu li.active a {
    color: #d71d28;
}
.phoneIcon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: #d71d28;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.numMenu span {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #ffff;
}
.numMenu a {
    display: flex;
    align-items: center;
}
.quoteBtn a {
    display: flex;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    background: #fff;
    border-radius: 10px;
    width: auto;
    height: 50px;
    padding: 0 20px;
}
.quoteBtn {
    display: flex;
}
.quoteBtn a img {
    margin-left: 10px;
}
.nav-bar {
    display: flex;
    align-items: center;
}
header:after {
    z-index: -1;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background: #d71d28;
}
.numMenu {
    padding: 0 30px;
}

.bannerHome {
    background-position: center center !important;
    background-size: cover !important;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 795px;
}
h2.abugetFont {
    font-family: 'abugetregular';
    color: #ff2a70;
    font-size: 108px;
    font-weight: normal;
    position: absolute !important;
        top: 145px;
    left: 33%;
}
.bHLeft {
    width: 60%;
    margin-left: auto;
    position: relative;
    margin-right: -10%;
}
.bHLeft p {
    margin: 70px 0 30px;
    padding: 0;
}
.aboutLeft {
    width: 49%;
    position: relative;
}
.aboutRight {
    width: 48%;
}
.aboutWrap .container.dFlx {
    align-items: center;
    justify-content: space-between;
}
h2.abugetFont.greyFont {
    color: #f3f3f3;
    left: 10px;
    top: -60px;
    z-index: -1;
}
.mart{
    margin-top: 20px;
}
.headingBar {
    text-align: center;
    position: relative;
}
.headingBar h2.abugetFont.greyFont {
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    z-index: 1;
    display: none;
}
.headingBar h4, .headingBar h2 {
    z-index: 9;
    position: relative;
}
.headingBar h4 {
    padding: 0;
    border: 0px;
}
.serviceWrap {
    position: relative;
}
img.leftThumb {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
img.rightThumb{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.serviceWrap ul.dFlx {
    flex-flow: wrap;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.serviceWrap ul.dFlx li {
    width: 24%;
    margin-right: 1.3%;
    position: relative;
    margin-bottom: 10px;
}
.serviceWrap ul.dFlx li:nth-child(4n+4) {
    margin-right: 0;
}
.serviceDetails {
    position: absolute;
    display: flex;
    bottom: 10px;
    width: 92%;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-50%);
    left: 50%;
    z-index: 9;
}
.serviceArrow {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fe2b71;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.serviceArrow img {
    width: 15px;
}
.serviceDetails h5 {
    font-weight: 600;
    color: #fff;
    margin: 0;
    z-index: 9;
    position: relative;
}
.serviceDetails h3 {
    font-family: 'abugetregular';
    color: #ff2a70;
    font-weight: normal;
    position: absolute;
    bottom: -16px;
}
.serviceImg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
.serviceImg {
    position: relative;
    height: 220px;
}
.serviceImg img {
    width: 100%;
}
.serviceWrap ul.dFlx li:hover .serviceImg {
    transform: scale(1.2,1.2);
     transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
        position: relative;
    z-index: 9;
}
.serviceImg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
.serviceWrap ul.dFlx li:hover .serviceImg:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    border: 2px solid #fff;
    background: transparent;
}
.serviceWrap ul.dFlx li:hover .serviceArrow {
    opacity: 1;
}
.loadMore {
    text-align: center;
}
.marTop {
    margin-top: 60px;
}
.eventCarousel {
    padding: 0 3%;
}
.eventDetails {
    display: flex;
    background: #c01e2d;
    width: 85%;
    margin-left: auto;
    align-items: center;
    margin-top: -40px;
    z-index: 9;
    position: relative;
}
.eventRight h2 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #c03744;
    text-transform: uppercase;
}
.eventDetailsInner h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    z-index: 9;
}
.eventDetailsInner {
    padding: 20px;
}
.eventDetailsInner img {
    width: 25px !important;
}
.eventCarousel button.owl-dot {
    margin: 0 5px;
    background: transparent;
}
.eventCarousel button.owl-dot span {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #c01e2d;
    background: transparent;
    display: inline-flex;
}
.eventCarousel button.owl-dot.active span {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #c01e2d;
    background: #c01e2d;
}
.eventCarousel .owl-dots {
    text-align: center;
    margin-top: 50px;
}
.contactWRap {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
img.contactOverlay {
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
}
.contactWRap .headingBar {
    text-align: left;
}
.contactWRap .headingBar h2 {
    color: #fff;
}
.contactWRap .headingBar h2.abugetFont.greyFont {
    left: 0;
    top: -55px;
    transform: translateX(0%);
    z-index: 1;
    color: #212121;
}
.contactWRap .headingBar h2 {
    color: #fff;
}
.contactInner {
    width: 100%;
    position: relative;
    z-index: 9;
}
.contactInnerLeft {
    width: 50%;
}
.frm-rw.dFlx {
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
.clw-50 {
    width: 48%;
}
.frm-rw input, .frm-rw textarea {
    height: 50px;
    background: transparent;
    width: 100%;
    border: 1px #434343 solid;
    border-radius: 10px;
    padding-left: 10px;
}
.clw-100 {
    width: 100%;
}
.contactInnerLeft form {
    position: relative;
    z-index: 99;
}
.contactInnerLeft .frm-rw label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin: 20px 0;
}
.sbmt-rw {
    margin-top: 40px;
}
.aboutLeft.galleryHead {
    width: 100%;
}
.galleryWrap .container.dFlx {
    flex-flow: wrap;
}
.galleryInner .item {
    border-radius: 20px;
    overflow: hidden;
}
.galleryInner .owl-item:nth-child(odd) .item {
    margin-top: 30px;
}
.galleryInner .owl-nav {
    position: absolute;
    top: -100px;
    right: 10%;
}
.galleryInner button i {
    font-size: 25px !important;
}
.galleryInner button{
    background: transparent;
    margin: 0 10px;
}
.galleryInner button i{
    color: #000;
}
.galleryInner button:hover i{
    color: #c01e2d;
}





/*============================  desktop navigation start  ============================*/    


footer{
    padding: 60px 0 0;
    position: relative;
}
footer:after{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.95);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
}

.footer-top{
    position: relative;
    width: 100%;
    margin-top: 230px;
}

.footer-top img{
    width: 100%;

    
    position: absolute;
    bottom:0;
    left: 0;
    content: '';
    display: block;
}

.footer-col-1{
    width: 280px;
}
.footer-col-2{
    width: 280px;
}
.footer-col-3{
    width: 280px;
}

.footer-col-4{
    width: 280px;
}

#footer-moddle{
    position: relative;
    z-index: 99;
    padding-bottom: 60px;
}

.footer-row{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#footer-moddle h6{
    color:#fd4d58;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

#footer-moddle p{
    font-size: 12px;
    color:#adadad;
}

.footer-contact-info-row{
    display: flex;
    flex-flow: row wrap;
    padding:10px 0;
    border-top: 1px solid #959595;
}

.footer-contact-icon{
    width: 30px;
    height: 30px;
    background: #ed1c24;
    border-radius: 50%;
    justify-content: center;
  align-self: center;
      padding: 7px 0 0 7px;
}

.footer-contact-text a, .footer-event-text a{
     font-size: 12px;
    color:#adadad;
    display: block;
    padding-bottom: 10px;
    line-height: 20px;
}
.footer-contact-text a:last-child, .footer-event-text a:last-child{
    padding-bottom: 0;
}
.footer-contact-text{
    justify-content: center;
  align-self: center;
  padding-left: 20px;
    width: 89%;
}

.footer-event-image{
    width: 62px;
    height: 62px;
    border-radius: 5px;
   background-size: cover !important;
}

.footer-event-row{
   display: flex;
    flex-flow: row wrap;
    padding-bottom: 10px;
    border-top: 1px solid #959595;
    padding-top: 10px;
}
.footer-event-row:first-child{
    padding-top: 0;
    border-top: 0;
}

.footer-event-row:last-child{
    padding-bottom: 0;
}

.footer-event-text{
    width: 77%;
    padding-left: 15px;
}

.footer-menu ul li a, #menu-footer-menu li a{
font-size: 12px;
    color:#adadad;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px;
    border-bottom: 1px solid #959595;
    position: relative;
   
}

.footer-menu ul li:last-child a, #menu-footer-menu li:last-child a{
    padding-bottom: 0;
    border-bottom: 0;
}
.footer-menu ul li:first-child a, #menu-footer-menu li:first-child a{
    padding-top: 0;
   
}

.footer-insta-image{
    width: 62px;
    height: 62px;
    border-radius: 5px;
   
    margin-right: 4px;
    margin-bottom: 4px;
    background-size: cover !important;
}

.footer-insta-wrap{
    display: flex;
    flex-flow: row wrap;
}

.footer-col-4 .footer-row-container{
    margin-bottom: 10px;
}

.footer-contact-icon svg{
    width: 15px;
    height: auto;
    fill:#fff;
}

.footer-contact-icon svg path{
    fill:#fff;
}

.footer-social ul{
    display: flex;
}

.footer-social a{
    width: 30px;
    height: 30px;
    display: block;
    border:1px solid #fff;
    border-radius: 50%;
    text-align: center;
        padding-top: 5px;
}

.footer-social a svg{
    width: 15px;
    height: auto;
}

.footer-social a svg path{
    fill:#fff;
}
.footer-social li{
    margin-right: 5px;
}

.footer-social li:nth-of-type(1) a svg{
    width: 10px;
}

.footer-download-btn a svg{
   width: 15px;
   height: auto;
   margin-right: 10px;
}

.footer-download-btn a svg path{
    fill:#fff;
}

.footer-download-btn a {
    background: #e74550;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:#fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
}

.footer-download-btn{
    margin-top: 10px;
}


#footer-bottom{
    border-top: 1px solid #959595;
    position: relative;
    z-index: 99;
    padding:20px 0;
}

.footer-bottom-left p{
        font-size: 12px;
    color: #adadad;
}

#footer-bottom .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.footer-bottom-right ul li{
    display: inline-block;
}

.footer-bottom-right ul li a{
    font-size: 12px;
    color: #adadad;
}

.footer-contact-text a:hover, .footer-event-text a:hover{
   color: #e74550;
}

.footer-menu ul li a:hover, .footer-bottom-right ul li a:hover, #menu-footer-menu li a:hover{
    color: #e74550;
}

.footer-social a:hover{
    background: #ed1c24;
}

.footer-download-btn a:hover{
        background: #ed1c24;
}


.box {
    display:none;
  
}

#loadMore {
   
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}


.logo-with-nav{
    width: 956px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    
   

}
.header-logo-wrap{
    width: 150px;
        align-self: center;
}

.header-logo-wrap img{
    width: 100%;
}
.header-menu-wrap{

  align-self: center; 
}


.header-right{
       width: 201px;
        background: #d71d28;
        position: relative;
        display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-left: 40px;
}
.header-mobile{
 align-self: center; 
}
.quoteBtn{
   align-self: center;   
}
.header-mobile a{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.phoneIcon{
        position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

#hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  display: none;
}
#hamburger .line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
#hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
#hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
#hamburger.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
#hamburger.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
#hamburger.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}


ul.sub-menu{
        position: absolute;
    background: #fff;
    display: none;
    
}
ul.sub-menu li{
    padding-left: 0;
}

ul.sub-menu li a{
    height: 45px;
    line-height: 45px;
    padding:0 20px 0 15px;
    width: 100%;
    display: block;
}


ul.main-menu li:hover ul.sub-menu li a{
        color: #161616;
}

ul.main-menu li ul.sub-menu li a:hover{
    color: #ffffff;
        background: #d71d28;
}

.services-head-wrap{
        background: rgba(0,0,0,0.9);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px 10px 15px 20px;
}

.services-head-wrap h5{
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 500;
}

.contact-mobile-bg{
    display: none;
}

#about-page-wrap.aboutWrap .container.dFlx{
    flex-direction: row-reverse;
}


#inner-banner{
    height: 510px;
    background-size: cover !important;
        background-position: center center !important;
}

#inner-banner .container{
    display: flex;
    flex-flow: row wrap;
        align-items: center;
        height: 100%;
}
#inner-banner h2{
    font-family: 'abugetregular';
    color: #ff2a70;
    font-size: 108px;
    font-weight: normal;
    position: absolute !important;
    top: -55px;
    left: 60px;
}
.inner-banner-content{
    position: relative;
    width: 100%;
}

#inner-banner h1{
  position: relative;
  z-index: 9;
}

.about-page-logo ul li{
  display: inline-block;
  margin-right: 5px;
}

.about-page-logo{
    margin-top: 10px;
}


#our-history{
    background:#000;
    position: relative;
    overflow: hidden;
}

.history-content-wrap{
    width: 60%;
}

#our-history p{
    color: #fff;
}

#our-history h2{
    left: 0;
    top: -55px;
    transform: translateX(0%);
    z-index: 1;
    color: #212121;
}
#our-history .headingBar{
    text-align: left;
    margin-bottom: 60px;
}
.history-back{
    position: absolute;
    right: 0;
    bottom: 0;
}

.section-3-left{
    width: 47%;
}
.section-3-right{
    width: 47%;
}
.section-3-row{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    

}

.section-3-row:nth-of-type(even){
    flex-direction: row-reverse;
    margin-top: -100px;
}

.headingBarLeft{
    text-align: left !important;
    position: relative;

}

.headingBarLeft h2{
    left: 0 !important;
    transform: translateX(0%) !important;
}

#about-section-3 h4{
    border-left: 2px solid #c01e2d;
    padding-left: 12px;
}
.head-bottom-gap{
    margin-bottom: 60px;
}
.section-3-row:nth-of-type(even) .section-3-right{
    padding-top: 160px;
}


#our-history .container{
    position: relative;
    z-index: 99;
}

.section-3-row:nth-of-type(odd) .section-3-right{
    padding-top: 50px;
}

.aligner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serviceImg{
    background-size: cover !important;
}
.quote-secion-inner{
    display: flex;
    flex-flow: row wrap;
}
.quote-secion-left{
    width: 75%;
    background: #000;
    box-sizing: border-box;
    padding: 40px 40px 40px 0;
}
.quote-secion-right{
    width: 25%;
    background: #d71d28;
    display: flex;
    justify-content: center;
}

#quote-secion-wrap{
    position: relative;
}

#quote-secion-wrap:before{
    width: 50%;
    height: 100%;
    position: absolute;
    background: #000;
    left: 0;
    top:0;
    display: block;
    content: ''; 
}

#quote-secion-wrap:after{
    width: 20%;
    height: 100%;
    position: absolute;
    background: #d71d28;
    right: 0;
    top:0;
    display: block;
    content: ''; 
}

#quote-secion-wrap .container{
  position: relative;
  z-index: 9;
}

#quote-secion-wrap h6{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.act-all-inner{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.act-all-item{
    width: 25%;
    box-sizing: border-box;
    padding:5px;
}

.act-all-item-singer{
    width: 31%;
    box-sizing: border-box;
    padding:5px;
}

#act-all-wrapper .eventDetails{
    margin:auto;
    margin-top: -40px;
    justify-content: center;
  align-self: center;
}

#act-all-wrapper .eventDetailsInner h5{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

#act-all-wrapper .container{
    position: relative;z-index: 9;
}

.event-item{
    width: 32%;
    box-sizing: border-box;
    padding:10px;
    display: inline-block;
}

.event-all-type-wrap{
    text-align: center;
    margin-top: 50px;

}

.eventImg img{
    width: 100%;
}

#act-all-wrapper .eventDetailsInner h5{
    text-align: center;
}

.contact-head-left{
    position: relative;
    width: 60%;
}


.contact-form-info-wrap{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.contact-form-left{
    width: 63%;
}

#conteact-page-wrap input{
    border:1px solid #cccccc;
    background: #fff;
    padding: 10px;
}

#conteact-page-wrap textarea{
     border:1px solid #cccccc;
    background: #fff;
    height: 125px;
    resize: none;
    padding: 10px;
}
#conteact-page-wrap ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #777777;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

#conteact-page-wrap ::-moz-placeholder { /* Firefox 19+ */
    color: #777777;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

#conteact-page-wrap :-ms-input-placeholder { /* IE 10+ */
    color: #777777;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

#conteact-page-wrap :-moz-placeholder { /* Firefox 18- */
    color: #777777;
    font-weight: 400;   
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

.contact-form-left{
    margin-top: 30px;
}

.contact-info-right{
   width: 32%; 
   margin-top: 30px;
}

.contact-info-right-inner{
    width: 100%;
    background: #fbfbfb;
    border:1px solid #cccccc;
}

.contact-info-box{
    padding: 15px 0;
    border-bottom:1px solid #cccccc;
}

.contact-info-text p{
    padding-bottom: 6px;
}
.contact-info-box{
    display: flex;
    flex-flow: row wrap;
    min-height: 120px;
}
.contact-info-box:last-child{
    border-bottom: 0;
}

.contact-info-icon{
    width: 105px;
    text-align: center;
}
.contact-info-icon img{
    display: inline-block;
}
.contact-info-text h6{
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 500;
}

.contact-info-text p a{
    font-size: 14px;
    color: #616161;
}

#conteact-page-wrap{
    position: relative;
    z-index: 99;
}
.contact-info-icon, .contact-info-text{
    justify-content: center;
  align-self: center;
}
.contact-info-text{
    padding-left: 20px;
	width: 71%;
}

.contact-info-text p a:hover{
    color: #c01e2d;
}

.contact-info-icon:after{
    width: 1px;
    height: 100px;
    background: #cccccc;
    position: absolute;
    right: 0;
    top: -22px;
    content: '';
    display: block;
}

.contact-info-icon{
    position: relative;
}

#model-slider-wrap{
    margin-top: -90px;
}

#model-image-wrapper{
    position: relative;
    z-index: 99;
}

.model-image-full-wrap{
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
 
}
.model-image-box{
    
    width: 19.5%;
    box-sizing: border-box;
    margin: 3px;
    background-size: cover !important;
    height: 345px;
}

.model-image-box a{
    width: 100%;
    height: 100%;
    display: block;

}

.model-slider-inner{
    width: 90%;
    margin: auto;
}
.model-slider-inner .owl-stage-outer{
    position: relative;
}

.model-slider-inner .owl-stage-outer:after{
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
   
    display: block;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0.56+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.56) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.56) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.56) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#8f000000',GradientType=0 ); /* IE6-9 */
}

.model-slider-inner .owl-dots{
    position: absolute;
    z-index: 999;
        bottom: 12px;
    width: 100%;
    left: 0;
    text-align: center;
}

.model-slider-inner .owl-dots button{
    width: 15px;
    height: 15px;
    display: inline-block;
    background: transparent;
    border:1px solid #fff;
    border-radius: 50%;
    margin:5px;
}
.model-slider-inner .owl-dots button.active{
    background: #fff;
}

#model-head-text-wrap{
    padding: 40px 0;
}

#model-head-text-wrap h2{
    width: 650px;
    margin: auto;
    text-align: center;
}

#model-head-text-wrap  h3{
    font-size: 28px;
    color: #ff2a70;
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
}

#model-head-text-wrap p{
    text-align: center;
    width: 85%;
    margin: auto;
}

#model-image-wrapper{
    padding-bottom: 100px;
}


.blog-wrapper-inner{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.blog-left-wrap{
    width: 65%;
}

.blog-right-wrap{
    width: 30%;
}

.blog-list-imge{
    height: 510px;
    width: 100%;
    background-size: cover !important;
    border-radius: 10px;
}

#blog-wrapper{
    position: relative;
    z-index: 99;
}
.blog-list-imge{
    position: relative;
}

.blog-list-content{
    width: 85%;
    background: #f9f9f9;
    position: absolute;
    right: 0;
    bottom: -50px;
    content: '';
    display: block;
    border-radius: 5px;
        box-shadow: 0 0 13px 6px rgb(0 0 0 / 20%);
}
.blog-read-more-wrap{
    background: #fff;
}

.blog-list-inner-content-wrap{
    padding: 30px 30px;
}

#blog-wrapper .blog-list-inner-content-wrap h3 a{
    font-size: 24px;
    color: #232323;
    font-weight: 500;
}

#blog-wrapper .blog-list-inner-content-wrap h3 a:hover{
    color:#d71d28;
}
.blog-list-wrap{
    margin-bottom: 100px;
}
.blog-list-inner-content-wrap{
    position: relative;
}
.blog-list-inner-content-wrap span{
        background: #d71d28;
    position: absolute;
    top: -26px;
    right: 50px;
    content: '';
    display: block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 10px;
}

.balog-side-widgets{
    padding: 25px;
    box-sizing: border-box;
    background: #f9f9f9;
    margin-bottom: 15px;
}

.balog-side-widgets form{
    position: relative;
}
.balog-side-widgets input{
    width: 100%;
    background: #fff;
    height: 45px;
    box-sizing: border-box;
    padding: 0 55px 0 15px;
}

.balog-side-widgets button{
    background: #d71d28;
    width: 50px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;

}

.balog-side-widgets button svg{
    width: 15px;
    height: auto;
}

.balog-side-widgets button svg path{
    fill:#fff;
}

.new-post-image{
    width: 100%;
    height: 195px;
    background-size: cover !important;
    border-radius:5px;
}

.new-post-date{
    display: flex;
    flex-flow: row wrap;
    padding: 10px;
    padding-left: 0;
    font-size: 12px;
    font-weight: 600;
}

.new-post-date svg{
    width: 15px;
    height: auto;
    margin-right: 10px;
}
.new-post-date svg path{
   fill:#d71d28 
}




.pop-new-post h6 a{
    font-size: 18px;
    color: #232323;
    font-weight: 500;
}
.pop-new-post h6 a:hover{
    color: #d71d28;
}
.widgets-head h3{
  font-size: 26px;
}


#blog-wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #777777;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

#blog-wrapper ::-moz-placeholder { /* Firefox 19+ */
    color: #777777;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

#blog-wrapper :-ms-input-placeholder { /* IE 10+ */
    color: #777777;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

#blog-wrapper :-moz-placeholder { /* Firefox 18- */
    color: #777777;
    font-weight: 400;   
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

.wedding-wrap{
    margin-top: 40px;
}

.template-wedding footer, .page-template-template-wedding footer{
    padding: 200px 0 0;
}
.template-wedding #act-all-wrapper, .page-template-template-wedding #act-all-wrapper{
    margin-bottom: 100px;
}
.page-template-template-wedding .footer-top{
    display: none;
}

.blog-details-content .blog-list-inner-content-wrap{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wedding-contact-wrap{
    background: #c01e2d;
    box-sizing: border-box;
    padding: 15px;
    position: absolute;
    width: 100%;
    top: 64px;;
}

.wedding-contact-wrap-inner{
    background: transparent;
    border:1px solid #fff;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

.wedding-contact-row{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
 
}

.wedding-contact-row input{
   width: 100% !important;
    margin:6px;
    height: 50px;
 padding: 0 10px; 
 margin: 0 !important;
}

.wedding-contact-row .wpcf7-form-control-wrap{
    width: 31%;
    margin:6px;
   
}

.wedding-contact-row .wpcf7-form-control-wrap:nth-of-type(2){
    width: 25%;
}

.wedding-contact-row  .wpcf7-form-control-wrap:nth-of-type(3){
    width: 40%;
    margin:6px;  
}
.wedding-contact-row  select{
     width: 100% !important;
    height: 50px;
    font-size: 14px;
    margin:6px;
    padding: 0 10px;
    font-family: 'Poppins', sans-serif;
     margin: 0 !important;
}
.wedding-contact-wrap-inner h2{
   color:#fff;
}

#act-all-wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #777777;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

#act-all-wrapper ::-moz-placeholder { /* Firefox 19+ */
    color: #777777;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

#act-all-wrapper :-ms-input-placeholder { /* IE 10+ */
    color: #777777;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

#act-all-wrapper :-moz-placeholder { /* Firefox 18- */
    color: #777777;
    font-weight: 400;   
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}


.form-btn input{
  max-width: 150px !important; 
  text-align: center;
    display: inline-block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #c01e2d;
    background: #ffffff;
    border-radius: 10px;
    width: auto;
    height: 50px;
    padding: 0 37px;
    line-height: 48px;
}

.whatsapp img{
    height: 40px;
width: 40px;
float: left;
margin-right: 5px;
}

.whatsapp a{
    position: fixed;
right: 15px;
bottom: 100px;
width: 200px;
color: #f1f1f1;
padding: 15px;
border-radius: 50px;
background: #1c1c1c;
}

.whatsapp a span{
    font-size: 13px;
}


.whatsapp a:hover{
        background: #6bb152;
}

.wedding-contact-row .wpcf7-not-valid-tip{
    color:#fff;
}

.wedding-contact-wrap-inner .wpcf7-response-output{
    border-color: #ffb900;
    color:#ffb900;
}

.footer-col-2 .wp-block-media-text__media img{
    height: auto !important;
    border-radius: 10px;
}


.footer-col-2  .wp-block-media-text{
  padding-bottom: 10px;
  border-bottom: 1px solid #959595;
}

.wp-pagenavi span, .wp-pagenavi a{
        padding: 10px 10px !important;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    height: 45px;
    line-height: 26px;
}
.wp-pagenavi a, .wp-pagenavi span.current{
    width: 45px;
    display: inline-block;
    height: 45px;
    text-align: center;
    vertical-align: top;
    line-height: 26px;
}

.wp-pagenavi span.current{
        background: #d71d28;
    border: 1px solid #d71d28 !important;
    color: #fff;
}

.balog-side-widgets .wpp-list-with-thumbnails a{
      font-weight: 600;
    padding: 0 0 10px 0;
    display: block;
}

.balog-side-widgets .wpp-list-with-thumbnails a img.wpp-thumbnail{
    width: 100% !important;
    float: none;
}

.single-portfolio .post-cus-date{
    display: none;
}

.elementor-content p span{
    display: none;
}

.section-3-head-cus{
    text-align: center;
}

.section-3-head-cus h2{
  text-transform: uppercase;
  padding-bottom: 40px;
}

.blog-list-imge img{
  display: none;
}

.contactWRap .wpcf7 form .wpcf7-response-output{
        background: #ffb900;
    color: #000;
    text-align: center;
}

#conteact-page-wrap .wpcf7-response-output{
    background: #ffb900;
    color: #000;
    text-align: center;
}

.wp-block-latest-posts__list li a{
    display: block;
    padding:10px 0;
}
.wp-block-latest-posts__list li time{
    padding-bottom: 10px;
    display: block;
}

.single-portfolio .navigation.post-navigation{
    display: none;
}
.aboutWrap.galleryWrap{
	    padding-bottom: 10px !important;
}

.header-mobile{
	display:none !important;
}


/* ---------------- 404 ------------------ */

#oopss {
  background: #d71d28;
  position: fixed;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5em;
  z-index: 9999;
}
#oopss #error-text {
  font-size: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Shabnam', Tahoma, sans-serif;
  color: #000;
  direction: rtl;
}
#oopss #error-text img {
  margin: 85px auto 20px;
  height: 342px;
}
#oopss #error-text span {
  position: relative;
  font-size: 3.3em;
  font-weight: 900;
  margin-bottom: 50px;
  color: #fff;
}
#oopss #error-text p.p-a {
  font-size: 19px;
  margin: 30px 0 15px 0;
  color: #fff;
}
#oopss #error-text p.p-b {
  font-size: 15px;
  color: #fff;
}
#oopss #error-text .back {
  background: #fff;
  color: #000;
  font-size: 30px;
  text-decoration: none;
  margin: 2em auto 0;
  padding: .7em 2em;
  border-radius: 500px;
  
  font-weight: 900;
  transition: all 300ms ease;
  text-transform: uppercase;
}
#oopss #error-text .back:hover {
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
  box-shadow: 0 35px 90px 4px rgba(0, 0, 0, 0.3), inset 0px 0 0 3px #000;
}

.error404 header{
    display: none;
}

h3.ramadanHeading {
    margin-top: 160px!important;
}

@media screen and (max-width: 540px) {
    h3.ramadanHeading {
        margin-top: 20px;
    }
}