/* ===================================
    Crafto - Conference
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
/* variable */
:root {     
    --base-color: #e66025; 
    --dark-gray: #2b2b2f;
    --medium-gray: #7a777e;
    --alt-font: 'DM Sans', sans-serif;
    --primary-font: 'DM Sans', sans-serif;
}  
/* reset */
body { 
    font-size: 20px;
}
/* model popup */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    background: var(--base-color);
    opacity: 0.9;
}
.subscribe-popup .mfp-close:before, .subscribe-popup .mfp-close:active:before {
    color: var(--white);
}
.subscribe-popup .newsletter-popup img {
    border-radius: 6px;
}
/* header */
.sticky .header-transparent .header-button .btn { 
    background-color: transparent;
    border-color: var(--dark-gray);
    color: var(--dark-gray);
}
.sticky .header-transparent .header-button .btn:hover {
    background-color: var(--dark-gray);
    color: var(--white);
    border-color:  var(--dark-gray);
} 
.navbar .navbar-nav .nav-link {
    font-size: 14xpx;
    font-weight: 400;
} 
header .navbar-brand img {
    max-height: 50px;
}
.header-icon .icon > a {
    font-size: 16px;
}
header .btn.btn-rounded.btn-small {
    padding: 10px 32px;
}
.header-icon .icon .header-language > a, .header-icon .icon .header-cart > a {
    font-size: 16px;
}
.navbar .btn {
    font-size: 15px;
    font-weight: 400 !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 330px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a .submenu-icon-content {
    line-height: 22px;
    letter-spacing: normal;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    font-weight: 500;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    font-size: 14px;
    color: var(--medium-gray);
    letter-spacing: normal;
    font-weight: 400;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    width: 65px;
}
/* bg gradient color */
.bg-gradient-black-transparent {
    background: linear-gradient(306deg, rgba(0,0,0,0.5) 0%, rgba(240,244,253,0) 55%);
}
/* bg color */
.bg-midnight-blue {
    background-color: #1c1c1f;
}
.bg-dark-midnight-blue {
    background-color: #325434;
} 
/* bg color transparent */
.bg-base-color-transparent {
    background-color: rgba(217, 10, 44,.9);
}

.bg-ddc {
    background-image: url(../images/ddc-background.jpg); background-repeat: no-repeat; background-size: cover;
}

.bg-about {
    background-image: url(../images/ddc-about-bg.jpg); background-repeat: no-repeat; background-size: cover;
    padding-bottom: 0px; background-position: center;
}

.bg-attend {
    background-image: url(../images/ddc-attend.jpg); background-repeat: no-repeat; background-size: cover;
    background-position: bottom; padding-bottom: 150px;
}

.bg-partnership {
    background-image: url(../images/partner-bg.jpg); background-repeat: no-repeat; background-size: cover;
    background-position: bottom; padding-bottom: 70px; padding-top: 20px; margin-top: -70px;
}

.bg-faq {
    background-image: url(../images/partner-bg.jpg); background-repeat: y-repeat; background-size: 100%;
    background-position: top; padding-bottom: 70px; padding-top: 20px;
}

.bg-agenda {
    background-image: url(../images/agenda-bg.jpg); background-repeat: y-repeat; background-size: 100%;
    background-position: top; padding-bottom: 70px;
}

.bg-why-attend {
    background-image: url(../images/bg-why-attend.jpg); background-repeat: no-repeat; background-size: cover;
    background-position: top; padding-bottom: 70px;
}

.bg-speaker {background-image: url(../images/bg-speaker.jpg); background-repeat: no-repeat; background-size: cover;
    background-position: top; padding-bottom: 70px; background-position: bottom;}

.bg-speaker-big {background-image: url(../images/bg-speaker-big.jpg); background-repeat: no-repeat; background-size: cover;
    background-position: top; padding-bottom: 70px; background-position: bottom;}

.bg-supporter {
    background-image: url(../images/bg-supporters.jpg); background-repeat: no-repeat; background-size: cover;
    background-position: bottom; height: 580px; padding-top: 70px;}

.bg-partner {
    background-image: url(../images/bg-partner.jpg); background-repeat: no-repeat; background-size: cover;
    background-position: top; height: 420px;
}

.bg-gallery {
    background-image: url(../images/bg-gallery.jpg); background-repeat: no-repeat; background-size: cover;
    padding-bottom: 0px; background-position: center;
}


.co-powered {display: block; background-color: #f28a16; color: #fff;
   font-size: 16px; margin-top: -5px; padding: 4px; text-transform: uppercase; margin-bottom:-5px; 
   border-top-right-radius: 4px; border-top-left-radius: 4px; position: relative; }

.silver {display: block; background-color: #718a6d; color: #fff;
   font-size: 16px; margin-top: -5px; padding: 4px; text-transform: uppercase; margin-bottom:-5px; 
   border-top-right-radius: 4px; border-top-left-radius: 4px; position: relative; }


  .brand {transition: all .2s ease-in-out; }

.brand:hover {scale: 110%; transition: all .2s ease-in-out; opacity:.9; }

.feature-box-bg {background-image: url(../images/feature-box.jpg); background-repeat: no-repeat; background-size: 100%; border: 1px solid #f0efe6; border-radius: 10px; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); background-position: bottom; }

.feature-box-icon {font-family:icomoon; float: left;}

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

.icon {padding-right: 10px; padding-top: 10px; width: 100px;}

.flip-card {
   
  height: 180px;
  perspective: 1000px; 
}

.ddc-logo {width: 560px;}


/** Supporter **/

.w180 {
  width: 240px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;

}

.w200 {
  width: 200px;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;

}

  .supporter-logo {
  transition: all .2s ease-in-out;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}

  .supporter {
  display: block;
  background-color: #f38030;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  margin-top: -5px;
  padding: 4px;
  text-transform: uppercase;
  font-weight: bold;}

/*** 

====================================================================
    Team One
====================================================================

***/
.item {margin: 2px; padding-right: 0px; padding-left: 5px; margin-bottom: 20px;}
/*.owl-nav {margin-left: 40%; margin-top: 50px;}
.owl-next { position: absolute; right: -80px; top: 170px;}
.owl-prev { position: absolute; left: -80px; top: 170px;}*/



.ml-100 {margin-left: 100px;}

.team-block_one{
    position: relative;
    padding-right: 5px;
    margin-bottom: 15px;
}

.team-block_one-inner{
    position: relative;
}

.team-block_one-pattern {
    position: absolute;
    left: 10px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-position: left bottom;
    background-size: no-repeat;
    transition: all .2s ease-in-out;
}

.team-block_one {transition: all .2s ease-in-out;}

.team-block_one:hover {
    scale: 105%;
    transition: all .2s ease-in-out;
}


.team-block_one-image{
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    /*border-radius: 20px;
    border: 4px solid #f15b25;*/
}

.team-block_one-image img{
    position: relative;
    width: 100%;
    display: block;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.team-block_one-inner:hover .team-block_one-image img{
    opacity: 0.80;
    transform: scale(1.05,1.05);
}

.team-block_one-content{
    position: relative;
    padding-top: var(--padding-top-25);
    padding-left: var(--padding-left-10);
    padding-bottom: var(--padding-bottom-10);
    width: 100%;
    text-align: center;
}

.team-block_one-title{
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color:#e66025;
    padding-top: 10px;
    line-height: 1.5 !important;
}

.team-block_one-title a{
    position: relative;
    color:#e66025;
}

.team-block_one-title a:hover{
    color: #ffad90;
}

.team-block_one-designation{
    position: relative;
    color: #333333;
    font-size: 14px;
    margin-top: 0px;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .team-block_one-designation { font-size: 10px; line-height: 20px;}
    .team-block_one-title {font-size: 15px; }
    .ddc-logo {width: 420px;}
    .btn.btn-large {font-size: 14px;}
    .w180 {width: 180px;}
    .w200 {width: 160px;}


}

 


@media (max-width: 750px) {
    .team-block_one-designation { font-size: 18px;}
    .team-block_one-title {font-size: 26px; }
    .company {width: 200px !important; padding-top: 20px !important;}
    .w180 {width: 90%;}
    .w200 {width: 90%;}
}

.company {width: 150px; padding-top: 10px;}

.team-block_one-social-list{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -60px;
    text-align: center;
    padding: 17px 10px 13px;
    background-color: #fff7f7;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.team-block_one-social-list a{
    position: relative;
    margin: 0px 10px;
    line-height: 1em;
    color: #e66025;
    font-size: var(--font-16);
}

.team-block_one-inner:hover .team-block_one-social-list{
    bottom: 0px;
}

 .team-one {padding: 50px 0px !important;}

 .speaker-button{
    width: 100%;
    float: right; 
    text-align: right; 
    margin-top:-30px;
}

.ml-50 {margin-left: 50px;}


@media (max-width: 767px) {
    .item {width: 95%;}
    .ml-50{margin-left: 0px;}
}

/*** 

/* preloader-animation */

.preloader {
    background: #fff;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

#main{
  width: 100%;
  height: 100vh;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: none;

}
#pop-up{
  text-align: center;
  width: 100%;
  height: 100vh;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}
.loader--dot:first-child {
  background-color: #325434;
  animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
  background-color: #708a6c;
  animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
  background-color: #e0ba75;
  animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
  background-color: #ed892e;
  animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
  background-color: #e66025;
  animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
  background-color: #ab4011;
  animation-delay: 0s;
}
.loader--text {
  position: absolute;
  top: 300%;
  left: 0;
  right: 0;
  width: 6rem;
  margin: auto;
}
.loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}

.p-logo {margin-top: -100px; width: 300px;}



/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 24px;
}



/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  line-height: 24px;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {

}

/* Style the back side */
.flip-card-back {
    background-color: #708a6c;
  color: white;
  transform: rotateY(180deg);
  border-radius: 10px;
  border: 1px solid #708a6c;
}

.text-dark {color: #333333;}
.text-green {color: #708a6c;}
.text-dark-green {color: #325434;}
.text-orange {color: #e66025;}
.text-light-y {color: #fff4e1;}
.about-text {text-align: center; width: 80%}
.agenda-head {text-align: center; width: 100%; padding-top: 50px;}
.time {width: 250px; padding-right: 20px; padding-left: 10px; padding-top: 10px; 
    height: 45px; text-align: left; font-weight: bold; vertical-align: top; padding-bottom: 15px;}
.topic {width: 300px; padding-right: 20px; padding-top: 10px; height: 45px; text-align: left; vertical-align: top; padding-bottom: 15px;}
.desc {height: 20px; text-align: left; padding-top: 10px; vertical-align: top;  padding-bottom: 15px;}
.border-bottom {border-bottom: 1px solid #708a6c;}
#attend {background-color: #f2f0eb; padding-top: 0px; }
.mt-90 {margin-top: -90px;}
.mt30 {margin-top: 30px;}
.mt50 {margin-top: 50px;}
.mt150 {margin-top: 150px;}
.pr70 {padding-right: 70px;}
.text-light-orange {color: #e0ba75;}
.pb15 {padding-bottom: 15px;}
.attend-mobile {margin-left: 15px;}


@media (max-width: 767px) 
{
    body {font-size: 18px;}
    .bg-ddc {
    background-image: url(../images/ddc-mobile-1.jpg); background-repeat: no-repeat; background-size: cover; background-position: center;
}

.bg-about {
    background-image: url(../images/ddc-mobile-2.jpg); background-repeat: no-repeat; background-size: cover;
    padding-bottom: 0px; background-position: center;
}

.bg-mobile {
    background-image: url(../images/ddc-mobile-generic.jpg); background-repeat: y-repeat; background-size: 100%;
    padding-bottom: 0px; background-position: center;
}

.bg-agenda {
    background-image: url(../images/m-agenda-bg.jpg); background-repeat: y-repeat; background-size: 100%;
    background-position: top; 
}

.why-attend {
    background-image: url(../images/why-mobile.jpg); background-repeat: no-repeat; background-size: cover;
    background-position: bottom;
}

.bg-supporter {
     height: 1010px;
    margin-top: -32px;}

.bg-partner {height: 600px;}

.nav-link {font-size:16px !important;}



.about-text {width: 98%}
.attend-mobile {margin-left: 50px;}
.mt30 {margin-top: 10px;}
.mt50 {margin-top: 0px;}
.mb0 {margin-bottom: 0px !important;}
.mt-90 {margin-top: 0px;}
.dn {display: none;}
.flip-card { background-color: #fff;
   
  height: 270px;
  perspective: 1000px; 
}

}

@media (max-width: 1200px) {
    .mt30 {margin-top: 15px;}
    .bottom-60px {bottom: 30px;}
    .header .navbar-brand {padding: 15px 0;}
    .absolute-middle-center {top: 45%;}
    .navbar .navbar-nav .nav-link {font-size: 15px; padding: 10px 10px;}
    


}


/* timeline */

.timeline {
  margin: 0 auto;
    margin-top: 0px;
    margin-left: auto;
  position: relative;
  left: 120px;
  width: 80%;
  max-width: 900px;
  margin-top: 16px;
  margin-left: 5%;}

  .timeline-item {
  color: #fff;
  text-align: center;
  font-size: 17px;
  list-style-type: none;
  --item-width: calc(100%);}

.timeline-item {
  color: #fff;
  text-align: left;
  font-size: 17px;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-left: 4px solid #ffd449;
  border-bottom: 1px dotted #ffffff;
  position: relative;
  list-style-type: none;
  --item-width: calc(100%);}


  .timeline-item::after {
  content: attr(data-date);
  position: absolute;
  right: calc(var(--item-width) + 30px);
  top: 16px;
  float: right;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;}


  .timeline-item::before {
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #ffd449;
  position: absolute;
  left: -10px;
  top: 21px;}

  .timeline-item span {
  color: #ffd449;
  font-weight: 600;}

  .a-company {
    width: 90px;
  border-radius: 5px;
  }

  .a-speaker {
    width: 120px;
  }

  .text-yellow {
    color: #ffd449;
  }

  .bb-0 {border-bottom: none;}

  .p5 {padding: 5px !important;}

  .w-speaker {border-radius: 10px;}

  .fs14 {font-size: 14px;}

  .chair { background-color: #ffd449;
  color:#333333; padding:4px 20px; width:200px; height: 30px; text-align: center; font-size:16px;
  border-radius:20px; margin-left:-10px; }





/* text color */
.body-text-color {
    color: #666469; 
}
a {
    color: #666469;
}
/* btn */
.btn-dark-midnight-blue {
    background-color: #191932;
    color: var(--white); 
}
.btn-dark-midnight-blue:hover {
    background-color: var(--white); 
    color: #191932;
}
.bg-light-green {
    background-color: #a6bca3;
}
/* border color */
.border-color-dark-blue {
    border-color: #303047 !important;
}
/* footer */
footer a {
    color: #ffe0a8;
}

footer a:hover {
    color: #f4f4f4;
}

.footer-navbar a { 
    padding: 8px 18px;    
}
footer .footer-logo img {
    max-height: 130px;
}
.footer-navbar .nav-link:focus, .footer-navbar .nav-link:hover {
    color: #ddba79;
}
/* input size */
.input-small, .textarea-small {
    font-size: 15px;
}
/*  subcribe style 01  */
.newsletter-style-01 input, .newsletter-style-01 input.is-invalid {
    padding-right: 70px;
}
/* event style 02  */ 
.time-table-box{
    flex-basis: 25%;
    padding: 40px 10px;
}
.inner-box > div {
    line-height: initial;
    margin-top: 7px;
}
/* countdown style 02  */ 
.countdown-style-02 .countdown-box .number {
    font-weight: 500;
}
.countdown-style-02 .countdown-box span {
    font-size: 15px;
    color: #fff;
    opacity: .5;
    font-weight: 400;
}
.countdown-style-02 .countdown-box:before {
    color: var(--base-color);
    opacity: 1;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 7.5rem;
    line-height: 6rem;
}
/* sidebar */
aside .btn-box-shadow:hover {
    -webkit-box-shadow: none;  
    box-shadow: none;
    -webkit-transform: none; 
    transform: none;
}
/* media query responsive */
@media (max-width: 1399px) {
    header .btn.btn-rounded.btn-small {
        padding: 10px 20px;
    }
    .navbar .btn {font-size: 12px !important;}
    .btn.btn-rounded.btn-medium {padding: 12px 20px !important;}
     .navbar .navbar-nav .nav-link{ padding: 10px 10px; font-size: 14px;}
       .a-company {
    width: 70px;
  border-radius: 2px;
  }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 11px;
    }
    .fs14 {font-size: 12px;}
    .navbar .btn {font-size: 12px !important;}
    .btn.btn-rounded.btn-medium {padding: 12px 20px !important;}
    footer .newsletter-style-01 input {
        padding-left: 15px;
    }
    .footer-navbar a {
        padding-left: 10px;
        padding-right: 10px;
    }
    header .btn.btn-rounded.btn-small {
        padding: 8px 16px;
    }
}
@media (max-width: 991px) {
    .time-table-box{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    header .btn.btn-rounded.btn-small {
        padding: 10px 26px;
    }
    header .header-button .btn.btn-transparent-white-light {
        color: var(--dark-gray);
        border-color: var(--dark-gray);
    }
    header .header-button .btn.btn-transparent-white-light:hover {
        border-color: var(--dark-gray);
        color: var(--white);
        background:  var(--dark-gray);
    }
}
@media (max-width: 767px) {
    .countdown-style-02 .countdown-box span {
        top: 0;
    }
    .newsletter-style-01 .btn {
        position: absolute;
        margin-top: 0;
        width: auto;
        border-radius: 0 4px 4px 0;
    }
    .page-title-extra-large h1 {
        font-size: 5.625rem;
        line-height: 5.2rem;
    }
 
}
@media (max-width: 575px) {
    header .btn.btn-rounded.btn-small {
        padding: 8px 16px;
        font-size: 14px;
    }

     .timeline-item {
  font-size: 12px;
}

.w-speaker {width: 140px;}
 .a-company {margin-bottom: 20px;}
 .timeline {left:90px;}

   .chair { width:160px; }

}

/** Gallery **/


.gallery_sec {

  width: 100%;
  display: inline-block;
  padding: 40px 15px 0px 15px;
  background-color: #161c40;
  text-align: center;
  position: relative; scroll-margin-top: 100px;
}

.gallery_sec .container {
  max-width: 1170px;
  position: relative;
}

.gallery_sec h6 {
  font-weight: 700;
  font-size: 62px;
  font-family: 'Anton';
  text-transform: uppercase;
  color: #010101;
}

.gallery_sec p {
  font-size: 20px;
  color: var(--golden-yellow);
  margin: 0 0 30px;
  font-weight: 600;

}

.gg-box {

  display: flex;
  flex-wrap: wrap;
  max-width: 1015px;
  margin: 0 auto;
}

.gg-element img {
  object-fit: cover;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0
}

.gg-element img:hover {
  opacity: .98

}

#gg-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  text-align: center
}

#gg-screen .gg-image {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center
}

#gg-screen .gg-image img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto
}

.gg-bt {
  width: 38px;
  height: 38px;
  background: transparent;
  color: #a2a2a2;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 35px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding-left: 2px;
}

.gg-close.gg-bt {
  font-size: 26px;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 30px;
  border: 1px solid #636363;
}

.gg-close {
  position: fixed;
  top: .5em
}

.gg-close, .gg-nxt {
  right: .5em
}

.gg-prev {
  left: .5em
}

.gg-prev, .gg-nxt {
  position: fixed;
  bottom: 50%
}

.party_gallary_sec {
  width: 100%;
  display: inline-block;
  padding: 60px 15px;
}

.gg-element {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  float: left;
  width: 25%;
}

.gg-element1 {
  width: 315px;
  height: 191px;
  top: 0;
}

.gg-element2 {
  width: 315px;
  height: 191px;
  left: -315px;
  top: 200px;
}

.gg-element3 {
  width: 315px;
  height: 191px;
  left: -630px;
  top: 400px;
}

.gg-element4 {
  width: 361px;
  height: 231px;
  right: -324px;
  top: -190px;
}

.gg-element5 {
  width: 361px;
  height: 353px;
  left: -37px;
  top: 50px;
}

.gg-element6 {
  width: 315px;
  height: 191px;
  left: 694px;
  top: -543px;
}

.gg-element7 {
  width: 315px;
  height: 191px;
  left: 379px;
  top: -343px;
}

.gg-element8 {
  width: 315px;
  height: 191px;
  left: 65px;
  top: -141px;
}

.border_col {
  position: absolute;
  bottom: 41px;
  right: 57px;
}

.gg-element:hover img {
  transform: scale(1.1);
  filter: grayscale(1);
}

.owl-theme.owl-carousel .owl-nav button.owl-prev,  .owl-theme.owl-carousel .owl-nav button.owl-next {
position: absolute;
    top: 27%;
    color: #555;
    font-size: 77px;
    margin: 0 0 0;
    border-radius: 0;
    height: 40px;
    width: 25px;
    font-weight: 300;
} 

.owl-theme .owl-nav button.owl-prev span, .owl-theme .owl-nav button.owl-next span {
  position: relative;
  top: -6px
}

.owl-theme.owl-carousel .owl-nav button.owl-prev {
 left: -20px;
}

.owl-theme.owl-carousel .owl-nav button.owl-next {
  right: -20px;
}

.owl-theme .owl-dots {
  left: 0;
  right: 0;
  bottom: 10px;
}
 .owl-theme.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 3px;
    background: #bebebe;
}

.owl-theme.owl-carousel .owl-dots .owl-dot.active span,  .owl-theme.owl-carousel .owl-dots .owl-dot:hover span {
      background: #8bc31f;
}

.owl-theme .owl-nav [class*=owl-]:hover{
  background: none !important;
}

.owl-gallery .owl-nav, .owl-gallery .owl-nav.disabled {
display: flex;
position: absolute;
right: 0;
top: 38%;
width: 100%;
transform: translate(0%, -50%);
justify-content: space-between;

}


.testimonial .col_3 {
    background: #fff;
    padding: 4px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.testimonial .col_3 .testimonial_img {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px;
}

.testimonial .col_3 p {
    font-size: 16px;
    color: #575d62;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0 13px;
}

.testimonial .col_3 h6 {
    font-size: 16px;
    color: #575d62;
    font-weight: 800;
    margin: 0 0 10px;
    padding: 0 13px;
}

.testimonial .col_3 .testi_logo img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.testimonial {
    padding-bottom: 30px;
}


/** Gallery end **/