
body {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a0a0a0;
  background: #000;
}

p{font-family: 'Open Sans', sans-serif;}

a:hover {
  text-decoration: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
fonts
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@import url('https://fonts.googleapis.com/css?family=Yellowtail|Roboto:300,400,500,700,900|Open+Sans:wght@300;400;700');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;600&display=swap');
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
all colors 
\*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.black-bg {background-color: #000;}
.dark-gray-bg {background-color: #050505;}
.light-gray-bg {background-color: #0b0b0b;}
.light-black-bg {background-color: #0d0d0d;}


.cdf-text {
  margin-top: 10px;
  margin-bottom: 10px;
}


.display-inline {display: inline-block;}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
all padding margin 
\*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.no-padding {padding: 0;}
.padding40 {padding: 40px;}
.pt30 {padding-top: 30px;}
.pt100 {padding-top: 100px;}
.pt130 {padding-top: 130px;}
.pt150 {padding-top: 150px;}
.pt200 {padding-top: 200px;}
.pb30 {padding-bottom: 30px;}
.pb70 {padding-bottom: 70px;}
.pb100 {padding-bottom: 100px;}
.pb130 {padding-bottom: 130px;}
.pb150 {padding-bottom: 150px;}

.pl40 {padding-left: 40px}
.pl70 {padding-left: 70px}
.pr70 {padding-right: 70px;}

.no-margin {margin: 0;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt80 {margin-top: 80px;}

.mt100 {margin-top: 100px;}

.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb80 {margin-bottom: 80px;}

.ml120 {margin-left: 120px;}


.ul-li ul {
  padding: 0;
  margin: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
section title
\*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.section-padding {
  padding: 140px 0;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
section title
\*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.section-title {
  padding-bottom: 70px;
}
.section-title .cdf-text p {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  color: #808080;
}


.border-style-1 {
  position: relative;
}
.border-style-1:before {
  content: " "; 
  position: absolute; 
  left: -3px;
  top: -3px;
  width: 100%;
  display: block; border: 1px solid #424242;
  height: 100%;
  transition: 0.9s all ease;
}
.border-style-1:after {
  content: " "; 
  position: absolute; 
  left: 3px;
  top: 3px;
  width: 100%;
  display: block; border: 1px solid #424242;
  height: 100%;
  transition: 0.5s all ease-in-out;
}




.cdf-social ul li a {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  margin-right: 10px;
  border: 1px solid #3e3e3e;
  color: #cccccc;
}

.form-control {
  width: 100%;
  height: 65px;
  border-radius: 0px;
  border: 2px solid #181818;
  background-color: #0f0f0f;
}
.form-group button {
  width: 190px;
  height: 45px;
  color: #3359c5;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.form-group button.border-style-1:hover button.border-style-1:after {
  border: 1px solid #3359c5;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
   section title / sub-title / content / button  //
   \*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
   .twelve h2 {
    color:#D8315B ;
    font-weight: 700;
    overflow: hidden;
    padding: 0 5px;
    transition: all 0.2s ease;
  }
  .twelve h2:before{
    content: "";
    top:0; left: 0;
    position: absolute;
    width:100%; height: 100%;
    background: #FFFAFF;
    z-index: -1;
    transition: all 0.2s ease;
    transform: translateX(100%);
  }
  .twelve h2:hover::before {
    transform: translateX(-98%);
    background: #D8315B;
  }
  .twelve h2:hover{
    color: #FFFAFF;
    transform: translateX(5px);
    padding-left: 20px;
  }
  .twelve h2:hover::after{
    left: 20px;
  }

  .cdf-section-title h2 {
    color: #e5e5e5;
    font-size: 28px;
    text-transform: capitalize;
    padding: 15px 25px;
    border-bottom: 4px solid #3359c5;
    display: table;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto; 
    font-weight: 900;
  }

  .cdf-title h2 {
    color: #ffffff;
    font-size: 22px;
    position: relative;
    padding-bottom: 20px;
    line-height: 32px;
    display: inline-block;
    text-transform: capitalize;
    text-align: left;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
  }
  .cdf-title h2 span{display: block;}
  .cdf-title h2 a{
    color: #cccccc;
  }

  .cdf-title h2:after {
    content: "";
    background-color: #3359c5;
    width: 40px;
    height: 5px;
    position: absolute;
    bottom: 3px;
    left: 0;
  }
  .cdf-title h3 {
    color: #cccccc;
    font-size: 25px;
    position: relative;
    margin-bottom: 30px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;

  }

  .cdf-title h3:after {
    content: "";
    background-color: #3359c5;
    width: 33%;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0;
  }






  .cdf-text p {
    color:#fff;
    font-size: 18px;
    line-height: 25px;
  }
  .cdf-button {
    text-align: center;
    display: inline-flex;
  }
  .cdf-button a{
    position: relative;
    text-align: center;
    line-height: 45px;
    color: #fff;
    z-index: 9;
    font-size: 16px;
    text-transform: uppercase;
    width: 190px;
    height: 45px;
  }

  .cdf-button a:hover {
    color: #fff;
    background-color: #3359c5;
}
  .border-style-1:hover::before {
    border: 1px solid #3359c5 !important;

  }
  .border-style-1:hover::after {
    border: 1px solid #3359c5 !important;

  }
  .cdf-button button {
    position: relative;
    text-align: center;
    line-height: 35px;
    background-color: transparent;
    color: #fff;
    z-index: 9999;
    font-size: 16px;
    text-transform: uppercase;
    width: 190px;
    height: 45px;
  }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
============================image-effect-101======================================
\*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.image-effect-101 {
  position: relative;
  float: left;
  overflow: hidden;

}
.image-effect-101 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.image-effect-101 img {
  opacity: 1;
  width: 100%;
}
.image-effect-101:after,
.image-effect-101:before {
  background: #ffffff;
  width: 0;
  height: 100%;
  position: absolute;
  content: '';
  opacity: 0.1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.image-effect-101:after {
  top: 0;
  left: 0;
}
.image-effect-101:before {
  right: 0;
  bottom: 0;
}
.image-effect-101:hover img,
.image-effect-101.hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.image-effect-101:hover:after,
.image-effect-101.hover:after,
.image-effect-101:hover:before,
.image-effect-101.hover:before {
  width: 100%;
  height: 100%;
}
body {
  background-color: #212121;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
Header 
\*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#main-header {
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 9999;
}
#main-header .navbar-default .navbar-collapse, .navbar-default .navbar-form {
  background-color: transparent;
}
#main-header .cdf-manu {
  padding: 0;
}
.menu-bg {
  background-color: #000000;
  border-bottom: 1px solid rgb(128 128 128 / 30%);
}
.cdf-logo {
  text-align: center;
  line-height: 70px;
  /* width: 432px; */
  /* height: 70px; */
}
#main-header .navbar-collapse li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  border-top: 2px solid transparent;
  /* transition: 0.8s; */
  padding: 24px 30px;
}
#main-header .navbar-collapse li a:hover {
  background-color: transparent;
  color: #3359c5;
  border-top: 2px solid #3359c5;
}
#main-header .navbar-collapse li a.active {
  background-color: transparent;
  color: #3359c5;
  border-top: 2px solid #3359c5;
}
#main-header .navbar-collapse li a:focus {
  background-color: transparent;
  outline: none;
}
.mobile-menu {
  display: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
 About Us
 \*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
 .main-slider {
  background-image: url(../img/slider-1.jpg) !important;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  opacity: .5;
}
.main-slider .cdf-content {
  max-width: 35%;
  position: absolute;
  left: 38%;
}
.club-timing {
  display: table;
  width: 100%;
  padding: 30px 0px;
  background-color: rgba(0, 0, 0, 0.53);
  position: absolute;
  bottom: 0;
}
.club-timing span {
  color: #3359c5;
  font-size: 16px;
}
.club-timing-list {
  color: #fff;
  font-size: 16px;
  margin-left: 30px;
}
.main-slider .cdf-content .cdf-title h2 {
  font-size: 60px;
  line-height: 75px;
}
.main-slider .cdf-content .cdf-title h2 a {
  color: #fff;
  font-weight: bold;
}
.main-slider .cdf-content .cdf-text {
  max-width: 86%;
  margin-top: 25px;
}
.main-slider .cdf-content .cdf-text p {
  font-size: 18px;
  color: #fff;
}

.sub-slider {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 340px;
  height: 350px;
}
.sub-slider img {
  width: 100%;
  height: auto;
}
.slider-item-pic {
  margin-top: 35px;
}
.sub-slider-title h3 {
  font-size: 20px;
  color: #fff;
  position: relative;
}
.sub-slider-title {
  display: table;
  max-width: 240px;
}
.sub-slider-title h3:after {
  content: "";
  background-color: #3359c5;
  width: 33%;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 0
}

.sub-slider-item .owl-nav  {
  top: 83% !important;
  background-color: rgba(0, 0, 0, .75);
  height: 60px;
  width: 97.5% !important;
  margin: 0px 4px;
}
.sub-slider-item .owl-nav .owl-prev {
  left: 25px !important;
  top: 15px;
}

.sub-slider-item  .owl-nav .owl-next {
  right: 25px !important;
  top: 15px;
} 
.sub-slider-item  .owl-dots {
  position: absolute;
  left: 40%;
  bottom: 25px; 
}
.sub-slider-item  .owl-dots .owl-dot {
  width: 15px;
  height: 2px;
  background-color: #313131;
  display: inline-block;
  margin-right: 5px;
}
.sub-slider-item  .owl-dots .owl-dot.active {
  background-color: #3359c5;
} 
.marquee {
    max-width: 1100px;
    overflow: hidden;
    margin: auto !important;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
Audio player 
\*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.audio-player-area {
  background-color: #0d0d0d;
  padding: 35px;
}
.player {
  height: 120px;
  background-color: #050505;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 30px;
  max-width: 90%;
}
.player ul {
  list-style: none;
}
.player ul li {
  overflow: hidden;
}

.artwork {
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  width: 190px;
  background:  url(../img/audio-1.jpg) center no-repeat;
  padding: 20px;
  background-repeat: no-repeat !important;
}
.artwork img {
  position: absolute;
  height: 72px;
  width: 72px;
  border-radius: 50px;
  top: 59px;
  left: 59px;
}
.info h1 {
  display: none;
}
.info h4 {
  color: rgb(224, 224, 232);
  margin-left: 117px;
  font-size: 14px;
}
.info h2 {
  display: none;
}
.button-items {
  margin-left: 115px;
}
#slider {
  width: 75%;
  height: 7px;
  background: rgb(222, 222, 224);
  border-radius: 2px;
  overflow: hidden;
}
#slider #elapsed {
  width: 0px;
  height: 7px;
  background: rgba(242, 69, 90, 1);
  border-radius: 2px;
}
#slider #buffered {
  width: 0px;
  height: 4px;
  background: rgba(239, 109, 188, 0.3);
  border-radius: 2px;
  margin-top: -4px;
}
#timer {
  color: rgb(246, 246, 255);
  line-height: 0px;
  font-size: 9pt;
  float: right;
  font-family: Arial, Sans-Serif;
  position: absolute;
  right: 23%;
  bottom: 20px;
}
.controls {
  position: absolute;
  top: 43px;
  right: 70px;
}
.controls svg:nth-child(2) {
  margin-left: 5px;
  margin-right: 5px;
}
#play {
  padding: 0 3px;
  width: 50px;
  height: 50px;
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
}
#play g {
  stroke: rgba(46, 46, 46, 1);
  stroke-width: 1;
  stroke-miterlimit: 10;
}
#play g path {
  fill: rgba(46, 46, 46, 1);
}

#play:hover {
  cursor: pointer;
}
#play:hover g {
  stroke: rgba(242, 69, 90, 1);
  cursor: pointer;
}
#play:hover g path {
  fill: rgba(242, 69, 90, 1);
  cursor: pointer;
}
.step-backward {
  width: 20px;
  height: 20px;
  x: 0px;
  y: 0px;
  enable-background: new 0 0 25 25;
  margin-bottom: 14px;
}
.step-backward g polygon, .step-foreward g polygon {
  fill: rgba(46, 46, 46, 1);
}
.step-foreward {
  width: 18px;
  height: 18px;
  /* x: 0px;
  y: 0px; */
  enable-background: new 0 0 25 25;
  margin-bottom: 14px;
}
#pause {
  /* x: 0px;
  y: 0px; */
  enable-background: new 0 0 25 25;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -50px;
  cursor: pointer;
  margin-top: 5px;
}
#pause rect {
  fill: rgb(47, 44, 44);
}

#pause:hover rect {
  fill: rgba(242, 69, 90, 1);
}
.expend {
  padding: 0.5px;
  cursor: pointer;
}
.expend svg:hover g polygon {
  fill: rgba(242, 69, 90, 1);
  cursor: pointer;
}
.slider {
  width: 80px;
  position: absolute;
  display: inline-block;
  margin: 4px 0 0 10px;
  display: none;
}
.slider .volume{
  width: 69px;
  height: 4px;
  background: rgba(239, 109, 188, 0.3);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-top: 10px;
  position: inherit;
  pointer-events: none;
}
@-moz-document url-prefix() {
  /* //fix firefox being 1px off */
  .slider .volume{
    margin-top: 11px;
  }
}
input[type="range"] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 4px;
  margin: 0;
  border: none;
  border-radius: 14px;
  padding: 0px 1px;
  background: rgb(21, 21, 24);
  outline: none;  
}
input[type="range"]::-moz-range-track {
  border: inherit;
  background: rgba(0, 0, 0, 0);
}
input[type="range"]::-ms-track {
  border: inherit;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
input[type="range"]::-ms-fill-lower, input[type="range"]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}
input[type="range"]::-ms-tooltip {
  display: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
}
input[type="range"]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
}
input[type="range"]::-ms-thumb {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 0;
  background-color: rgb(255, 255, 255);
}
input[type="range"]::-webkit-slider-thumb:hover, input[type="range"]::-webkit-slider-thumb:focus, input[type="range"]::-webkit-slider-thumb:active {
  background-color: rgb(239, 109, 188);
}
input[type="range"]::-moz-range-thumb:hover, input[type="range"]::-moz-range-thumb:focus, input[type="range"]::-moz-range-thumb:active {
  background-color: rgb(239, 109, 188);
}
input[type="range"]::-ms-thumb:hover, input[type="range"]::-ms-thumb:focus, input[type="range"]::-ms-thumb:active {
  background-color: rgb(239, 109, 188);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
 About Us
 \*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



 .cdf-image-gallery .cdf-image-left {
  float: left;
}
.cdf-image-gallery .cdf-image-right {
  float: left;
}
.cdf-image-gallery .cdf-image {
  margin-bottom: 20px;
  margin-right: 20px;
}


.about-us .cdf-section-title h2 {
  color: #e5e5e5;
  font-size: 28px;
  text-transform: capitalize;
  padding: 15px 0;
  border-bottom: 4px solid #3359c5;
  display: table;
  font-family: 'Roboto', sans-serif;
}
.about-us .cdf-title h3 {
  color: #cccccc;
  font-size: 25px;
  position: relative;
  margin-bottom: 30px;
  line-height: 40px;

}

.about-us .cdf-title h3:after {
  content: "";
  background-color: #3359c5;
  width: 33%;
  height: 0px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.about-us .cdf-text p { 
  text-align: left;
  margin-bottom: 25px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
events-posts
\*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.cdf-image {
  position: relative;
}
.cdf-image:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
.cdf-blog-post .cdf-image:hover img {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.cdf-image .cdf-meta {
  position: absolute;
  left: 0;
  padding: 15px;
  background-color: #050505;
  bottom: 0;
  font-size: 18px;
}
.cdf-image .cdf-meta li a {
  color: #fff;
}

.events-posts .eventtiming {
  display: inline-block;
}
.continer {
  color: #fff;
}
.continer label {
  display: block;
}

.continer .counter div {
  display: inline-block;
}
.continer .counter .days,
.continer .counter .minutes,
.continer .counter .days-1,
.continer .counter .minutes-1 {
  background-color: #131313;
}

.continer .counter .hours,
.continer .counter .seconds,
.continer .counter .hours-1,
.continer .counter .seconds-1 {
  background-color: #232323;
}
.continer .counter .days,
.continer .counter .hours,
.continer .counter .minutes,
.continer .counter .seconds,
.continer .counter .days-1,
.continer .counter .hours-1,
.continer .counter .minutes-1,
.continer .counter .seconds-1 {
  width: 90px;
  height: 70px;
  text-align: center;
  float: left;
}
.continer .counter .days .value,
.continer .counter .hours .value,
.continer .counter .minutes .value,
.continer .counter .seconds .value,
.continer .counter .days .value-1,
.continer .counter .hours .value-1,
.continer .counter .minutes .value-1,
.continer .counter .seconds .value-1 {
  display: block;
  font-size: 30px;
  width: 100%;
  padding-top: 10px;
  line-height: 34px;
}
.value-1 {
  font-size: 30px;
}
.continer .counter .days span,
.continer .counter .hours span,
.continer .counter .minutes span,
.continer .counter .seconds span,
.continer .counter .days-1 span,
.continer .counter .hours-1 span,
.continer .counter .minutes-1 span,
.continer .counter .seconds-1 span {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  width: 100%;
  display: block;
}

@-webkit-keyframes pink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}




/*=================*/
/*=================*/

.carousel-style-1 .cdf-image {
  overflow: hidden;
}
.carousel-style-1 .cdf-image img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.carousel-style-1 .cdf-image:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity:1;
}
.carousel-style-1 .cdf-title h2   {
  font-size: 16px;
  line-height: 20px;
}
.more-carousel-post {
  margin: 0 auto;
  margin-top: 60px;
  display: table;
}
.more-carousel-post .cdf-button a:hover {
  color: #3359c5;
}



.more-carousel-post .border-style-1:before::hover {
  content: " "; 
  display: block; 
  border: 1px solid #3359c5;
}
.more-carousel-post .border-style-1:after::hover {
  content: " "; 
  display: block; 
  border: 1px solid #3359c5;
}






/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*\
   service-section
   \*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

   .service-section {
    background-image: url(../img/service-bg.jpg);
  }
  .overlay-style-1 {
    background-color: rgba(0, 0, 0, .95 );  
  }
  .cdf-service-post {
    text-align: center;
    margin-bottom: 30px;
  }
  .cdf-service-post .cdf-icon i:before {
    font-size: 35px;
    color: #3359c5;
    margin: 0;
  }
  .cdf-service-post .cdf-title h2 {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0px;
  }

  .cdf-service-post .cdf-title h2:after {
    width: 50px;
    margin: 0 auto;
    bottom: -5px;
    left: 0;
    right: 0;
  }





/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
video section 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.our-video {
  background-image: url(../img/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 90px 0px 75px;
}
.our-video .cdf-title {
  max-width: 185px;
}
.our-video .cdf-title h2:after {
  width: 50%;
  right: 0;
  left: inherit;
}
.our-video .carousel-style-1 {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
}
.video-slide-item h3 {
  font-size: 48px;
  color: #fff;
} 
.play-icon {
  margin-top: 200px;
  margin-bottom: 150px;
}

.video-slide.owl-carousel .owl-nav {
  top: 100%;
  width: 10%;
  left: 35%;
}
.video-slide.owl-carousel .owl-next {
  right: 40px !important;
} 
.video-slide.owl-carousel .owl-nav i:before {
  font-size: 20px;
  color: #666262;
}
.gallery-nav.slick-initialized.slick-slider.slick-vertical {
  position: absolute;
  top: 0;
  width: 22%;
  padding: 65px 20px;
  background-color: #050505;
}
.gallery-slide {
  position: relative;
}
.slick-vertical .slick-slide {
  margin-bottom: 20px;
}
img.img-responsive:focus {
  outline: none;
}
button.slick-next.slick-arrow {
  position: absolute;
  top: 32px;
  left: 125px;
}
.slick-prev {
  left: 125px;
  position: absolute;
  top: 88%;
}
.oue-club-content {
  position: absolute;
  top: 45%;
  left: -6%;
  right: 0;
  max-width: 500px;
  margin: 0 auto;
}
.oue-club-content  .cdf-section-title h2 {
  margin: 0;

}
.oue-club-content  .cdf-title h2 a {
  font-size: 35px;
  color: #fff
}
.slick-vertical .slick-slide:focus,
.slick-initialized .slick-slide:focus,
.oue-club-content  .cdf-title h2 a:focus {
  outline: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
News Section  
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.news-section .cdf-text p {
  text-align: left;
}
.news-section .cdf-section-title h2 {
  margin: 0;
}
.cdf-news-carosel {
  float: left;
  width: 100%;
}


.testmonial-section .client-carousel .cdf-image {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 25px;
  margin-top: 32px;
}
.testmonial-section .client-carousel .cdf-text {
  display: table;
  text-align: center;
  padding: 25px;
  margin: 15px;
  color: #fff !important; 
}

.testmonial-section .client-carousel .cdf-text p  {
  max-width: 300px;
}



/* meta 
=======================================*/
.cdf-meta li {
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  margin-right: 15px;

}
.cdf-meta li a {
  color: #808080;
}
.cdf-meta li i {
  margin-right: 10px;
}
.cdf-meta li i:before {
  font-size: 16px;
  margin-left: 0;
}



.cdf-news-carousel {
  display: inline-block;
  width: 100%;
}


.dj-profile-section .cdf-title h2 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.dj-profile-section .cdf-title h2:after{
  bottom: -5px;
}

.dj-profile-section .cdf-social li {
  margin-right: 20px;
}
.dj-profile-section .cdf-social li a {
  display: block;
  padding: 5px 10px;
  color: #808080;
  line-height: 30px;
  border: 1px solid transparent;

}
.dj-profile-section .cdf-social li a:hover {
  color: #3359c5;
}

.dj-profile-section .cdf-social li a i:before {
  font-size: 15px;
}
.dj-profile-section .cdf-social .border-style-1:before {
  left: -1px;
  top: -1px;
}
.dj-profile-section .cdf-text p {
  color: #808080;
}

.dj-profile-section .cdf-post {
  margin-bottom: 50px;
}

.owl-carousel .owl-nav {
  display: block !important;
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -50px;
}
.owl-carousel .owl-nav i:before {
  font-size: 25px;
  color: #fff;
}



/*===================================================================================
.page-breadcrumb 
=====================================================================================*/

.page-breadcrumb {
  background-image: url(../img/slider-1.jpg);
}

.page-breadcrumb .cdf-meta li {
  color: #3359c5;
  margin-right: 0px;
}
.page-breadcrumb .cdf-meta li i {
  margin-left: 10px;
}
.page-breadcrumb .cdf-meta li i:before {
  font-size: 12px;
  color: #3359c5;
}
.page-breadcrumb .section-title {
  padding-bottom: 25px;
}



/*===================================================================================
.About page
=====================================================================================*/

.about-us-content .cdf-text p {
  color: #808080;
}
.about-us-content .cdf-text ul {
  padding: 0;
  margin-top: 40px;
}
.about-us-content .cdf-text ul li {
  color: #808080;
  list-style: none;
  position: relative;
  padding-left: 10px;
  line-height: 20px;
  margin-bottom: 10px;
}

.about-us-content .cdf-text ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
  height: 13px;
  background-color: #3359c5;
  content: "";
}

.all-offers .cdf-title h2 {
  font-size: 16px;
  line-height: 26px;
}

.all-offers .cdf-post {
  margin-bottom: 70px;
}

.featured-offer .cdf-ticket-price h2 {
  color: #e3e3e3;
}



/*===================================================================================
.About page
=====================================================================================*/

.content-404 {
  background-image: url(../img/content-404.jpg);
}
.eror-title {
  color: #fff;
}
.eror-text p {
  margin: 0 auto;
  max-width: 630px;
  color: #808080;
}


/*===================================================================================
.BLOG page
=====================================================================================*/

.cdf-blog-post .cdf-button a {
  color: #6a6a6a;
}
.cdf-share {
  margin-top: 50px;
  line-height: 50px;
  height: 55px;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
}
.cdf-share .cdf-social li a {
  color: #717171;
  border: 1px solid transparent;
  text-align: center;
  margin-right: 0;

}
.cdf-share .cdf-social li i:before {
  font-size: 15px;
  margin: 0 14px;
}
.cdf-share .share-text span {
  font-size: 15px;
  color: #717171;
}


/*===================================================================================
.BLOG page
=====================================================================================*/
.widget {
  padding: 50px 30px;
  text-align: center;
  border: 1px solid #181818;
  margin-bottom: 50px;
  background-color: #080808;
}
.widget .cdf-title {
  margin-bottom: 40px;
  text-align: left;
}
.widget.about-us  .cdf-title {
  text-align: center;
}
.widget .cdf-title h2 {
  line-height: 25px;
  margin-top: 0;
}
.widget.about-us .cdf-title h2:after {
  right: 0;
  margin: 0 auto;

}

.widget.about-us .cdf-image img{
  border-radius: 100%;
}
.widget .cdf-text p {
  color: #808080;
}



.cdf-text span {
  font-family: 'Yellowtail', cursive;
  font-size: 32px;
  letter-spacing: 1;
}





.widget .cdf-social {
  display: inline-block;
}
.widget .cdf-social ul li {
  float: left;
}
.widget .cdf-social ul li a {
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}



.widget .form-group {
  text-align: left;
}


.widget .form-group button{
  color: #717171;
}
.widget .form-group button.border-style-1:before {
  border: 1px solid #424242;
}
.widget .form-group button.border-style-1:after {
  border: 1px solid #424242;
}




.widget .cdf-category ul {
  margin: 0;
  padding-left: 0;
}
.widget .cdf-category ul li {
  text-align: left;
  list-style: none;
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
}
.widget .cdf-category ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #808080;
  position: absolute;
  left: 0;
  top: 8px;
}
.widget .cdf-category ul li a {
  color: #808080;
}


/*    recent post
---------------------------------------------*/
.widget.recent-post {
  padding-bottom: 20px;
}
.recent-post .cdf-post {
  display: inline-block;
  margin-bottom: 30px;
}

.recent-post .cdf-image {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
.recent-post .cdf-post .recent-content {
  display: block;
  overflow: hidden;
  text-align: left;
}

.recent-post .cdf-post .recent-title h2 {
  line-height: 18px;
  margin: 0;
}

.recent-post .cdf-post .recent-title h2 a {
  font-size: 14px;
  color: #e3e3e3;
}

.recent-post span {
  color: #ababab;
}
.recent-post .cdf-text p {
  line-height: 20px;
}

.widget.advertisment {
  padding: 0;
}
.single-post .cdf-text p {
  color: #808080;
}


.comments-list .comments-img {
  width: 70px;
  height: 70px;
  float: left;
  position: relative;
  margin-right: 30px;
}
.comments-list .comments-img img{
  border-radius: 100%;
}

.comments-list .comments-img:before {
  transform: rotate(90deg);
  right: -36px;
  top: 20px;
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #181818 transparent;
  display: block;
  z-index: 1;
  margin-top: -6px;
  margin-left: -15px;
}
.comments-list .comments-txt {
  padding: 25px 20px;
  overflow: hidden;
  border: 2px solid #181818;
  margin-bottom: 50px;
}

.comments-list .children {
  margin-left: 100px;
}
.comments-list .auther {
  margin-bottom: 10px;
}
.comments-list .auther a {
  color: #999;
  margin-right: 20px;
}
.comments-list .auther span {
  color: #999;
}
.comments-list .auther i:before {
  font-size: 14px;
  margin-right: 8px;
}

.contact-form-field input, textarea {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #2f2f2f;
  background-color: transparent;
  padding: 20px;
}
.contact-form-field input {
  height: 60px;
}
.contact-form-field textarea {
  padding-top: 30px;
}

.leave-comment .cdf-button {
  display: table;
  margin: 0 auto;
}

.leave-comment .cdf-title h2:after {
  display: none;
}


/*===================================================================================
.dj single page
=====================================================================================*/
.dj-quote  {
  background-color: #0c0c0c;
  padding: 50px 10px;
}
.dj-quote blockquote {
  position: relative;
  text-align: center;
  border-left: 1px solid transparent;
  max-width: 500px;
  margin: 0 auto;
  font-style: oblique;

}
.dj-quote blockquote:before {
  content: "\f108";
  font-family: 'Flaticon';
  position: absolute;
  top: -20px;
  left: 50%;
}
.dj-quote blockquote:after {
  content: "\f109";
  font-family: 'Flaticon';
  position: absolute;
  bottom: -20px;
  left: 50%;
}
.dj-quote a {
  text-align: center;
  display: block;
  font-size: 15px;
  margin-top: 30px;
  color: #3359c5;

}
.widget .dj-tracks ul li {
  padding: 20px 0;
  padding-left: 50px;
  margin: 0;
}
.widget .dj-tracks ul li:before {
  content: "\f106";
  font-family: 'Flaticon';
  background-color:transparent;
  font-size: 35px;
  top: 5px; 
  color: #808080;
}
.widget .dj-tracks .more-track {
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  margin-top: 25px;
}

.widget .dj-tracks .more-track a {
  color: #808080;
}
.widget .dj-tracks .more-track  i {
  margin-left: 15px;
}


.cdf-service-post .cdf-text p {
  margin-bottom: 0;
}


.contact-form-inner .cdf-button {
  display: table;
  margin: 0 auto;
}


.gallery-section figure img {
  border: 3px solid transparent;
}

.gallery-section figure:hover img {
  border: 3px solid #a4303e;
}

.gallery-section figure {
  position: relative;
  background-color: #000;
}
.gallery-section figure i {
  position: absolute;
  top: 40%;
  left: 45%;
  color: #fff;
  opacity: 0;
  transition: .5s all ease;
}
.gallery-section figure:hover i {
  opacity: 1;
  transition: .5s all ease;
}


.gallery-section figure:hover img {
  opacity: 0.2;
}
.gallery-section figure i:before {
  font-size: 40px;
}
.popup.pop  figure i {
  display: none;
}


#sync2 .owl-nav {
  top: 30%;
}
#sync2 .item {
  margin: 10px;
}

.gallery-section .cdf-content .cdf-title h2 a  {
  color: #e3e3e3;
}
.gallery-section .cdf-content .cdf-text p {
  color: #808080;
}
.cdf-selfie .cdf-image {
  margin-bottom: 30px;
}
.cdf-selfie .cdf-button {
  margin: 0 auto;
  left: 0;
  right: 0;
  display: table;
}
.cdf-selfie .cdf-button a {
  display: block;
}



.event-page .event-carousel {
  display: inline-block;
  margin-top: 70px;
}
.event-page .cdf-image .cdf-meta {
  right: 0;
  left: inherit;
}



/* footer section 
=======================================*/
.footer-section {
  background-color:#0b0b0b;
}

.footer-section .office-address p {
  font-size: 20px;
  line-height: 36px;
}
.google-map-container {
  width: 100%;
  height: 610px;
  background-color: #dddddd;
}
.footer-section .form-control {
  width:400px;
}
.footer-section .footer-bottom {
  display: inline-block;
  text-align: center;
  width: 100%;
  /* display: flex; */
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.footer-section .footer-bottom ul li a {
  /* width: 44px;
  height: 44px; */
  display: block;
  line-height: 40px;
  margin-right: 10px;
  /* border: 1px solid #3e3e3e; */
  color: #cccccc;
}
.navlogoweb{height: 90px;}
.navbar {
  border-radius: 0 !important;
}
.navbar-nav>li>a {
  line-height: 40px !important;
}
.navbar .cdf-logo a{    color: initial !important;
  text-transform: initial !important;
  font-size: initial !important;
  border-top:  initial !important;
  transition:  initial !important;
  padding:  initial !important;}


.contact-page .footer-content {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.contact-page .footer-section .office-address p {
  margin: 0 auto;
}
.contact-page .footer-section .form-control {
  text-align: center;
}

/* tab style  */
/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
/* .tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
} */

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{background-color: rgb(51 51 51 / 0%) !important;}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #3359c5;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #ffffff;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  /* background-color: #fff; */
  border: 0;
  /* border-top: 1px solid #eee; */
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
/* tab styyle  */

/* gallery addon  */
.gallery .flaticon-search{    position: absolute;
  top: 40%;
  left: 45%;
  color: #fff;
  opacity: 1;
  transition: .5s all ease;    z-index: -1;}
  .gallery .flaticon-search:before{font-size: 32px;}
  .gallery figure img:hover{opacity: .4;}
/* gallery adon  */


/* new style 0 */
.booknowbtn{background-color: #3359c5;
  padding: 3px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;    margin-top: 20px;border: 1px solid #3359c5;}

.bannercopies{position: absolute;
  opacity: 1;
  text-align: left;
  z-index: 9999999;
  top: 40%;
  left: 20%;
  transform: translate(0%, -40%);}
/* .carousel-inner>.item{opacity: .6;} */

.bannercopies .cdf-text p{    font-size: 24px;
  line-height: 32px;}

.homesliderwrap{width:100%;margin:auto;height: 100vh;overflow: hidden;}

.partservicewrap .cdf-service-post{min-height: 150px;}
.partservicewrap .cdf-service-post .cdf-title h2{font-size: 24px;text-align: center;line-height: 32px;}

.carousel-inner .bannercopies .cdf-title h2{font-size: 44px;line-height: 48px;}

.footer-logo{width: 400px;}

.footerh3{font-weight: 600;font-size: 32px;color: #fff;}
.section-title .cdf-textcontact p{max-width: 800px;}
.topheaderwrap{    background: #101010;
  height: 40px;
  color: #fff !important;
  padding: 5px 0;position: relative;
  z-index: 9999999;}
.subheadwrap{list-style-type: none;    display: flex;margin: 0;}
.subheadwrap li{margin-left: 20px;margin-top: 5px;}
.subheadwrap li a{color: #808080;    line-height: 1;}
/* .subheadwrap li a img{margin-top: 5px;} */
.subheadwrap li a i::before{padding-right:6px ;top: 2px;
  position: relative;}

.office-address a{color: #a0a0a0;}
.office-address a i{color: #3359c5;}
::-webkit-calendar-picker-indicator {
  filter: invert(1);
}


.justify-content-center{    display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style: none !important;
  -ms-flex-pack: center!important;
  justify-content: center!important;float: initial !important;}

  .navbar-nav>li{display: flex;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;}
    .cdf-button button.focus, .cdf-button button:focus, .cdf-button button:hover{color:#3359c5;}

    .topheaderwrap{display: block;}
    .topheaderwrapMob{display: none;}


.cdf-titleNew{margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: left;
    width: 100%;
}

.homebaoutus .cdf-image-gallery .cdf-image-left, .homebaoutus .cdf-image-gallery .cdf-image-right{    width: 250px;}
.hometeamprofilewrap .cdf-image img{filter: grayscale(100%);
  /* transition: ease-in-out .5s;  */
}
.hometeamprofilewrap .cdf-image img:hover{filter: grayscale(0%);}
.btnwrapcenter a:hover{    background-color: rgb(51 89 197 / 0%) !important;}

.navbar .cdf-button a{    color: initial !important;
  text-transform: initial !important;
  font-size: initial !important;
  border-top:  initial !important;
  transition:  initial !important;
  padding: initial !important;}

  .badgeswrapOuter, .badgeswrap{text-align: center;
    margin: 0 auto;
    display: flex;}

.marTop50px{margin-top: 50px;}

.videoheadh3{text-align: left;margin-bottom: 15px;}
.videoseemorebtn{color: #a0a0a0;
  position: absolute;
  top: 20px;
  right: 15px;
  background-color: #0b0b0b;
  border: 1px solid #a0a0a0;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;}

.mbzeroreset{margin-bottom: 0 !important;}



@media (max-width:991px) and (min-width:768px) {
  .innerpagesmainwrap{padding-top: 150px !important;}
}

@media screen and (max-width: 768px)
{
  .homesliderwrap{height: auto;}
  .mobile-menu .cdf-logo img{height: 58px;    margin-left: -10px;}
  .navbar{min-height: 60px;}
  .navbar-toggle{margin-right: 0 !important;    border: none !important;    padding: 12px 10px;}
  .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar {
  background-color: #808080 !important;
}
.btnwrapcenter .cdf-button  a{line-height: initial !important;
  font-size: initial !important;
  width: initial !important;
  height: initial !important;}
  .btnwrapcenter{margin-bottom: 50px;}
  .innerpagesmainwrap{padding-top: 120px !important;}
  .subheadwrap li{margin-top: 0px;}
}


@media screen and (max-width: 991px){
  .videoseemorebtn{top: 0px;}
}


@media screen and (max-width: 767px){
.topheaderwrapMob{
  display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    text-align: center;
    background: #101010;
    height: 40px;
    color: #fff !important;
    padding: 5px 0;
    top: 0;
}
#main-header .cdf-manu {
  padding: 0;
  background: #000;
  z-index: 999;
  position: fixed;
  top: 95px !important;
  width: 100%;
  height: 100vh !important;
  top: 0;
}
.topheaderwrap{display: none;}
.topheaderwrapMob{display: block;}
.topheaderwrapMob .subheadwrap{width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;}
  #main-header {
  top: 35px;
}
.homebaoutus .cdf-image-gallery .cdf-image-left, .homebaoutus .cdf-image-gallery .cdf-image-right{    width: 100%;}
.homesliderwrap{margin-top: 95px;}
.aboutwrapper{display: flex; flex-direction: column; }
.odlist1{order: 2;}
.odlist2{order: 1;}
}

.servicesliderwrap {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.servicesliderwrap .carousel-indicators{bottom: 0;}




@media screen and (min-width: 768px)
{
.carousel-indicators {
    bottom: 50px;
}
}

@media screen and (max-width: 560px){


}