
body{
  font-family: 'IBM Plex Sans', sans-serif;
}
.bg-light {
    background-color: transparent !important;
    transition: 500ms ease;
    padding-top: 25px;
}
.bg-light.scrolled {
    background-color: #e11d1f !important;
    padding: 3px;
}
.bg-light .navbar-brand{
  background: url(../images/logo.png) no-repeat center center ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 200px;
height: 129px;
}
.bg-light.scrolled .navbar-brand{
  background: url(../images/logo 01.png) no-repeat center center ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 8%;
height: 70px;
}

.scrolled.navbar-light .navbar-nav .nav-link {
    color:white;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-size: 15px;
    padding: 0 22px 20px;
  text-transform: capitalize;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255, 255, 255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f5ad2e;
}

.scrolled.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #FFFFFF;
}
.scrolled.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f5ad2e;
}

/************ SLIDER STYLE ***************/

.slider {
    /* background-color: #ffdf04; */
    /* background: url(../images/slider/_homepage-1-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh; */
}
/* .slider::before {
background: rgba(16, 16, 16, 0.73) ;
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
} */
.slider .owl-nav{
  display: none;
}
#main-slider {}

#main-slider .item {
  /* height:  105vh */
}

#main-slider .item img {
    width: 100%;
    margin: auto;
}

#main-slider .item .absulate-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
}

#main-slider .item .thin-line {
  color: #575757;
  font-size: 18px;
  font-weight: bold;
}

#main-slider .item .thin-line b {
    font-weight: 900;
}

#main-slider .item .absulate-content,#main-slider_v2 .item .absulate-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
}

#main-slider_v2 .item .absulate-content {
    top: auto;
    bottom: 10%;
    text-align: center;
}

#main-slider_v2 .item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f1a1e;
    opacity: 0.6;
}

#main-slider_v2 .item .thin-line,#main-slider_v2 .item .thin-line b {
    color: #fff;
    font-size: 32px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

#main-slider_v2 .item .thin-line {
    width: 100%;
    display: inline-block;
}

#main-slider_v2 .item .buttons .btn {
    border-radius: 100px;
    font-size: 22px;
    font-weight: 600;
    padding: 15px 50px!important;
    background: transparent;
    border: 6px solid #fff;
    color: #fff;
}

#main-slider_v2 .item .buttons {
    margin-top: 25px;
}

#main-slider_v2 .item .min-text {
    color: #fff;
    font-size: 41px;
    font-weight: bold;
}

#main-slider_v2 .item .slide-title {
    font-size: 150px;
    font-weight: 900;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: lowercase;
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
}

#main-slider_v2 .item .slide-title .cricle-go {
    color: #fede03;
    position: relative;
    display: inline-block;
    margin: 0;
    left: -20px;
}

#main-slider_v2 .item .absulate-content .col-md-6,#main-slider_v2 .item .absulate-content .col-sm-6 {
    margin: auto;
    float: none;
    text-align: center;
    min-width: 70%;
}

#main-slider .item .slide-title {

font-size: 60px;

font-weight: 900;

color: #fff;

}

#main-slider .item .cricle-go {
    position: absolute;
    border-radius: 100%;
    background: #fff;
    color: #000;
    width: 201px;
    height: 201px;
    display: inline-block;
    padding: 39px 19px 0 41px;
    top: -37px;
    margin-left: 15px;
}

#main-slider .item .min-text {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
    display: inline-block;
    margin-bottom: 40px;
    color: #fff;
}

#main-slider .item .min-text:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 1px;
    width: 130px;
    background: #666;
}

#main-slider .item .min-text b,
#main-slider .item .min-text sup {
    font-weight: 900;
}

#main-slider .item .led-text {
  /* font-family: lato; */
font-size: 22px;
font-weight: 500;
color: #fff;
padding: 0;
}

.btn-book {
    padding: 13px 35px!important;
}

.btn-book:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    background: #fff;
    color: #000;
}

.btn{
  border: 3px solid #fff;
  color: #fff;
  font-size: 25px;
      background-color: #009b9e;
}
.heading-container {
    padding: 25px 30px;
    position: relative;
}
.heading-container:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 3px solid #f5ad2e;
    width: 17px;
    border-right-width: 0;
}
.heading-container:after{
    content: "";
    position: absolute;
    top: 0;
    right: 130px;
    bottom: 0;
    border: 3px solid #f5ad2e;
    width: 17px;
    border-left-width: 0;
}
/************ SLIDER STYLE END ***************/

.about{
  padding: 70px 0;
  background: url(../images/bg-about-me.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* height: 100vh; */

}
.about .about-inn{
    /* background-color: #000; */
  color: #fff;
  /* padding: 30px 40px; */
}
.about .about-inn h6{
  font-size: 20px;
  color: #f5ad2e;
}
.about .about-inn h3{
  font-size: 45px;
font-weight: bold;
}
.about .about-inn h4{
  font-size: 48px;
  font-weight: 100;
  color: #888684;
}
.about .about-inn h5{
  text-transform: uppercase;
      color: #888684;
}
.cam-details{
  padding: 35px 15px;
}
.about  img{
width: 100%;
}


.category{
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* height: 100vh; */
  padding: 80px 0;
}
/* .category::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
} */
.category img{
  width: 100%;
  border:10px solid #fff;
}
.category h3{
  text-align: center;
      color: #fff;
      font-size: 45px;
      font-weight: bold;
      padding-bottom: 75px;
}
.category h3:before {
  content: "";
position: absolute;
/* top: 0; */
/* left: 0; */
/* bottom: 0; */
border: 3px solid #495057;
width: 19px;
margin-left: -23px;
margin-top: -10px;
height: 78px;
border-right-width: 0;
}
.category h3:after {
  content: "";
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    /* bottom: 0; */
    border: 3px solid #495057;
    width: 19px;
    margin-left: 6px;
    margin-top: -10px;
    height: 78px;
    border-left-width: 0;
}
.category h4{
  margin-top: -50px;
padding: 0 18px;
color: #fff;
font-weight: 900;
}
.cat-p{
  padding: 0 5px;
}

.Service{
  background: url(../images/ser.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* height: 100vh; */
  padding: 100px 0;
}
.Service .ser-details{
  color: #fff;
padding: 50px 60px;
border: 1px solid #cccccc5c;
}
  .Service .ser-details h3{
    text-align: center;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        padding-bottom: 40px;
  }
  .Service .ser-details h3:before {
    content: "";
  position: absolute;
  /* top: 0; */
  /* left: 0; */
  /* bottom: 0; */
  
  width: 19px;
  margin-left: -23px;
  margin-top: -10px;
  height: 78px;
  border-right-width: 0;
  }

  .Service .owl-nav.disabled {
     display: block;
  }
  .Service .owl-nav{
    position: absolute;
    right: 60px;
    margin-top: -100px;
  }
  .Service .owl-nav  .owl-prev{
    position: absolute;
        margin-left: -75px;
  }
footer{
  background: url(../images/foot.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* height: 100vh; */
padding: 15% 0 0;
color: #fff;
}
footer ul{
  list-style: none;
  padding:102px 0 0;
  float: right;
}
footer ul li{
  float: left;
width: 50px;
height: 50px;
border: 2px solid #FFC903;
margin-right: 10px;
border-radius: 50%;
padding: 13px 19px 0 16px;
	background-color: red;
}
footer ul li:last-child{
  margin-right: 0;
}
footer ul li .fab {

    font-size: 20px;
}
p.right{
  float: right;
}


  .navbar-toggle {
	border: none;
	background: transparent !important;
}

  .navbar-toggle:hover {
	background: transparent !important;
}

  .navbar-toggle .icon-bar {
	width: 22px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */

/* ANIMATED RIGHT ARROW */
.navbar-toggle.rarr.collapsed .icon-bar:nth-of-type(1) {
	transform: translate3d(0,0,0) rotate(0deg);
	transform-origin: right top;
	width: 22px;
}

.navbar-toggle.rarr.collapsed .icon-bar:nth-of-type(2) {
	transform: translate3d(0,0,0) rotate(0deg);
}

.navbar-toggle.rarr.collapsed .icon-bar:nth-of-type(3) {
	transform: translate3d(0,0,0) rotate(0deg);
	transform-origin: right bottom;
	width: 22px;
}

.navbar-toggle.rarr .icon-bar:nth-of-type(1) {
	transform: translate3d(11px,6px,0) rotate(45deg);
	transform-origin: right top;
	width: 11px;
}

.navbar-toggle.rarr .icon-bar:nth-of-type(2) {
	/* transform: scale(0.75); */;
}

.navbar-toggle.rarr .icon-bar:nth-of-type(3) {
	transform: translate3d(11px,-6px,0) rotate(-45deg);
	transform-origin: right bottom;
	width: 11px;
}
/* END ANIMATED RIGHT ARROW */

/* ANIMATED LEFT ARROW */
.navbar-toggle.larr.collapsed .icon-bar:nth-of-type(1) {
	transform: translate3d(0,0,0) rotate(0deg);
	width: 22px;
}

.navbar-toggle.larr.collapsed .icon-bar:nth-of-type(2) {
	transform: translate3d(0,0,0) rotate(0deg);
}

.navbar-toggle.larr.collapsed .icon-bar:nth-of-type(3) {
	transform: translate3d(0,0,0) rotate(0deg);
	width: 22px;
}

.navbar-toggle.larr .icon-bar:nth-of-type(1) {
	transform: translate3d(0px,6px,0) rotate(45deg);
	transform-origin: left top;
	width: 11px;
}

.navbar-toggle.larr .icon-bar:nth-of-type(3) {
	transform: translate3d(0px,-6px,0) rotate(-45deg);
	transform-origin: left bottom;
	width: 11px;
}
/* END ANIMATED LEFT ARROW */

/* ANIMATED UP ARROW */
.navbar-toggle.uarr.collapsed .icon-bar:nth-of-type(1) {
	transform: translate3d(0,0,0) rotate(0deg);
	width: 22px;
}

.navbar-toggle.uarr.collapsed .icon-bar:nth-of-type(2) {
	transform: translate3d(0,0,0) rotate(0deg);
}

.navbar-toggle.uarr.collapsed .icon-bar:nth-of-type(3) {
	transform: translate3d(0,0,0) rotate(0deg);
	width: 22px;
}

.navbar-toggle.uarr .icon-bar:nth-of-type(1) {
	transform: translate3d(1px,0,0) rotate(-45deg);
	transform-origin: center center;
	width: 11px;
}

.navbar-toggle.uarr .icon-bar:nth-of-type(2) {
	transform: rotate(-90deg);
	transform-origin: center center;
}

.navbar-toggle.uarr .icon-bar:nth-of-type(3) {
	transform: translate3d(0px,-14px,0) rotate(-135deg);
	transform-origin: right top;
	width: 11px;
}
/* END ANIMATED UP ARROW */

/* ANIMATED PLUS */
.navbar-toggle.plus.collapsed .icon-bar:nth-of-type(1) {
	transform: translate3d(0,0,0) rotate(0deg);
}

.navbar-toggle.plus.collapsed .icon-bar:nth-of-type(2) {
	transform: translate3d(0,0,0) rotate(0deg);
}

.navbar-toggle.plus.collapsed .icon-bar:nth-of-type(3) {
	transform: translate3d(0,0,0) rotate(0deg);
}

.navbar-toggle.plus .icon-bar:nth-of-type(1) {
	transform: translate3d(0px,6px,0) rotate(90deg);
	transform-origin: center center;
}

.navbar-toggle.plus .icon-bar:nth-of-type(3) {
	transform: translate3d(0px,-6px,0) rotate(-90deg);
	transform-origin: center center;
}
/* END ANIMATED PLUS */

/* ANIMATED MINUS */
.navbar-toggle.minus.collapsed .icon-bar:nth-of-type(1) {
	transform: translate3d(0,0,0) rotate(0deg);
}

.navbar-toggle.minus.collapsed .icon-bar:nth-of-type(2) {
	transform: translate3d(0,0,0) rotate(0deg);
}

.navbar-toggle.minus.collapsed .icon-bar:nth-of-type(3) {
	transform: translate3d(0,0,0) rotate(0deg);
}

.navbar-toggle.minus .icon-bar:nth-of-type(1) {
	transform: translate3d(0,6px,0);
}

.navbar-toggle.minus .icon-bar:nth-of-type(3) {
	transform: translate3d(0,-6px,0);
}
/* END ANIMATED MINUS */

/* FORCE NAVBAR-TOGGLE */

  .navbar-header {
	float: none;
}

  .navbar-toggle {
	display: block;
}

  /* .navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
} */

  /* .navbar-collapse.collapse {
	display: none !important;
} */

  /* .navbar-nav {
	float: none !important;
	margin: 7.5px -15px;
} */

  .navbar-nav > li {
	float: none;
}

  .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}

  .navbar-collapse.collapse.in {
	display: block !important;
}

  .navbar-brand {
  font-size:14px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    margin-bottom: 4px;
}
.bg-light.scrolled .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
    margin-bottom: 4px;
}

.inner-head {
  background: url(../images/inner-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 22% 0 0;
  height: 80vh;
  border-bottom: 1px solid #cccccc26;
  }
.inner-head h3{
  font-size: 39px;
    color: #fff;
    font-weight: 100;
}
.inner-head h3 span{
  font-weight: 900;
font-size: 60px;
}
.inner-head h3::before{
  content: "";
position: absolute;
width: 100px;
height: 2px;
background-color: #f5ad2e;
bottom: -10px;
}
.skill{
    background: url(../images/skill.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 70px 0;
    /* height: 80vh; */
    border-bottom: 1px solid #cccccc26;
    color: #fff;
}
.skill-details{
  padding: 23px;
      width: 110px;
      height: 110px;
      border: 2px solid #f5ad2e;
      border-radius: 50%;
}
.skill h4{
  color: #fff;
    padding: 20px 0 6px;
    font-size: 22px;
}


/* .midasja.leitarbox{
  display:flex;
  width:600px;
  padding:20px;
  justify-content:space-between;
  align-items:center;
  border:1px dashed black;
} */
.midasja.input-container input, .midasja.input-container textarea{
  /* font-size:24px; */

  padding:12px;
  border:none;
  background:none;
  position:relative;
  width:100%;
  outline:none;
  color: #000000;
}
.midasja.input-container{

  transition: all 0.4s linear;
  box-sizing: border-box;
  position:relative;
  border-bottom:1px solid silver;
      margin-bottom: 20px;
}
.midasja.input-container.open{
  max-width:1400px;
}
.midasja.input-container.focus{
  background:transparent;
}
.midasja.input-container:before{
    box-sizing: border-box;
  content:' ';
  position:absolute;
  top:0;left:0;right:0;bottom:-1px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.4s linear;
    border-bottom:2px solid #f5ad2e;
}
.midasja.input-container.focus:before{
  transform: scaleX(1);

}
.midasja.leitarbox i{
  cursor:pointer;
  font-size:36px;
}
.address{
  color: #fff;
      padding: 20px 40px;
}
.address h4{
  color: #fff;
font-weight: 700;
border-bottom: 1px solid #cccccc30;
padding: 13px 0;
    margin-bottom: 35px;
}
.address h4::before{
  content: "";
position: absolute;
width: 53px;
height: 2px;
background-color: #f5ad2e;
/* bottom: 0; */
/* clear: both; */
margin-top: 40px;
}
.address .fas{
  font-size: 32px;
padding: 7px 5px;
}

.team{
    background: url(../images/ser.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 70px 0;
    /* height: 80vh; */
    border-bottom: 1px solid #cccccc26;
    color: #fff;
}
 .team .tem{
  padding: 20px 0;

}
.team .tem p{
 padding: 10px 0;
 text-align:center;

}
.team .tem img{
 width: 100%;
 border: 1px solid #cccccc54;
}


#portfolio {
    margin: 1rem 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}
.tile:hover {

}

.scale-anm {
  transform: scale(1);
}


/* p{
  padding:10px;
  border-bottom: 1px #ccc dotted;
  text-decoration: none;
  font-family: lato;
  text-transform:uppercase;
  font-size: 12px;
  color: #333;
  display:block;
  float:left;
}

p:hover {
  cursor:pointer;
  background: #333;
  color:#eee; } */

.tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;

}

.btn {

    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0;
    height: auto;
    border: 1px solid;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.asyncGallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 10000;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.95);
  transition: opacity 200ms, visibility 200ms;
}

.asyncGallery.is-visible {
  opacity: 1;
  visibility: visible;
}

.asyncGallery__Item {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translate(-50%, -50%);
  transition: opacity 200ms, visibility 200ms;
}

.asyncGallery__Item.is-visible {
  opacity: 1;
  visibility: visible;
}

.asyncGallery__ItemImage img {
  max-height: 80vh;
  display: block;
}

.asyncGallery__ItemDescription,
.asyncGallery__Loader {
  color: #fff;
}

.asyncGallery__Loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: #fff;
  z-index: 100;
}

.asyncGallery__Loader.is-visible {
  display: block;
}

.asyncGallery button {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}

.asyncGallery__Close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  z-index: 1000;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEycHgiIHZlcnNpb249IjEuMSIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDY0IDY0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCI+CiAgPGc+CiAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjguOTQxLDMxLjc4NkwwLjYxMyw2MC4xMTRjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDljMC4zOTMsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5ICAgYzAuNTE2LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OWwyOC41NDEtMjguNTQxbDI4LjU0MSwyOC41NDFjMC4zOTQsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5YzAuNTE1LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OSAgIGMwLjc4Ny0wLjc4NywwLjc4Ny0yLjA2MiwwLTIuODQ5TDM1LjA2NCwzMS43ODZMNjMuNDEsMy40MzhjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OWMtMC43ODctMC43ODYtMi4wNjItMC43ODYtMi44NDgsMCAgIEwzMi4wMDMsMjkuMTVMMy40NDEsMC41OWMtMC43ODctMC43ODYtMi4wNjEtMC43ODYtMi44NDgsMGMtMC43ODcsMC43ODctMC43ODcsMi4wNjIsMCwyLjg0OUwyOC45NDEsMzEuNzg2eiIvPgogIDwvZz4KPC9zdmc+Cg==");
}

.asyncGallery__Counter {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  right: 40px;
  bottom: 40px;
}

.asyncGallery__Dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  display: flex;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  list-style-type: none;
  z-index: 1000;
}

.asyncGallery__Dots button {
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 0;
  outline: 0;
  border-radius: 50%;
}

.asyncGallery__Dots li {
  opacity: 0.2;
  transition: opacity 200ms;
}

.asyncGallery__Dots li + li {
  margin-left: 10px;
}

.asyncGallery__Dots li.is-active {
  opacity: 1;
}

.asyncGallery__Next,
.asyncGallery__Prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  z-index: 10000;
  transition: transform 200ms, opacity 200ms;
  transform: translateY(-50%);
}

.asyncGallery__Next:disabled,
.asyncGallery__Prev:disabled {
  opacity: 0.2;
  cursor: default;
}

.asyncGallery__Next:before,
.asyncGallery__Prev:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E%3Cg%3E%3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.asyncGallery__Next {
  right: 40px;
}

.asyncGallery__Next:hover {
  transform: translateX(2px) translateY(-50%);
}

.asyncGallery__Next:before {
  transform: translate3d(-50%, -50%, 0);
}

.asyncGallery__Prev {
  left: 40px;
}

.asyncGallery__Prev:hover {
  transform: translateX(-2px) translateY(-50%);
}

.asyncGallery__Prev:before {
  transform: translate3d(-50%, -50%, 0) scale(-1);
}


.container {
  max-width: 1200px;
  margin: 0 auto;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gallery div {
  max-width: calc(33.333% - 40px);
      margin: 20px 20px 0 0;
      transition: opacity 200ms;
      cursor: pointer;
}

.gallery div:hover {
  opacity: 0.8;
}

.gallery div img {
  max-width: 100%;
    border: 1px solid #ffffff82;
}

@media screen and (max-width: 768px) {
  .asyncGallery__Close {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }

  .asyncGallery__Dots {
    bottom: 15px;
  }

  .asyncGallery__Counter {
    right: 15px;
    bottom: 15px;
    font-size: 12px;
  }

  .asyncGallery__Item {
    width: 100%;
  }

  .asyncGallery__ItemImage img {
    max-height: none;
    max-width: 100%;
  }

  .asyncGallery__ItemDescription {
    padding: 0 20px;
  }

  .asyncGallery__Next,
  .asyncGallery__Prev {
    display: none;
  }

  /* DEMO */
  .gallery {
    display: block;
  }

  .gallery div {
    max-width: 100%;
    margin: 20px 0 0;
  }

  .gallery div img {
    max-width: 100%;
    min-width: 100%;
  }
}


.tra{
  background-color: #000;
  color: #fff;
  padding: 25px 30px;
  border: 1px solid #cccccc29;
  margin-top: 30px;
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {
  #main-slider .item .slide-title {
      font-size: 50px;
  }
  #main-slider .item .led-text {
    font-size: 18px;
  }
  .Service .ser-details {
    padding: 35px 60px;
  }
  .Service .ser-details h3 {
    font-size: 37px;
    padding-bottom: 32px;
  }
  #Service .owl-nav {
    margin-top: -75px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 990px) {
  .heading-container {
    padding: 8px 30px;
  }
  #main-slider .item .slide-title {
    font-size: 35px;
  }
  #main-slider .item .led-text {
    font-size: 15px;
  }
  .navbar-collapse ul{
    background-color: #000000d4;
padding: 13px 25px;
height: 100vh;
margin-top: 15px;
  }
  .bg-light.scrolled .navbar-brand {
    background: url(../images/mindslogou.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 19%;
    height: 70px;
}
.bg-light.scrolled .navbar-collapse ul{
  background-color: #fff;
padding: 13px 25px;
height: 100vh;
margin-top: 15px;
}
.about img {
    width: 170%;
}
.about .about-inn h4 {
    font-size: 34px;
}
.about .about-inn h5 {
    font-size: 13px;
}
.Service .ser-details {
    color: #fff;
    padding: 19px 25px 0;
    border: 1px solid #cccccc5c;
}
.Service .ser-details h3 {
    text-align: left;
    padding-left: 23px;
    font-size: 25px;
    padding-bottom: 18px;
}
.Service .ser-details p {
  font-size: 13px;
}
.Service .ser-details h3:before {
    width: 19px;
    height: 53px;
}
#Service .owl-nav {
        right: -5px;
    margin-top: -50px;
}
#Service .owl-nav img{
    width: 60%
}
#Service .owl-nav .owl-prev {
    margin-left: -43px;
}
.Service {
    height: auto;
}
footer p{
  padding-left: 10px;
}
}




@media only screen and (min-width: 360px) and (max-width: 727px) {
  .bg-light .navbar-brand {
    background: url(../images/m-logo.png) no-repeat center center;

    width: 150px;
    height: 85px;
  }
  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  #main-slider .item .slide-title {
    font-size: 20px;

  }
  #main-slider .item .led-text {
  display: none;
}
#main-slider .item .thin-line {
    color: #575757;
    font-size: 14px;
    font-weight: bold;
}
.heading-container {
    padding: 0 30px;
    position: relative;
}
#main-slider .item .absulate-content, #main-slider_v2 .item .absulate-content {
    position: absolute;
    left: 20px;
    right: 0;
    top: 61%;
}
.about {
    padding: 25px 0;

}
.about img {
    width: auto;
}
.Service .ser-details {
    color: #fff;
    padding: 50px 60px 118px;
    border: 1px solid #cccccc5c;
}
.Service .ser-details h3 {
    text-align: center;
    font-size: 25px;
    padding-bottom: 27px;
}
.Service .ser-details h3:before {

    height: 53px;

}
#Service .owl-nav {

    left: 118px;

}
.navbar-collapse ul{
  background-color: #000000d4;
padding: 13px 25px;
height: 100vh;
margin-top: 15px;
}
.bg-light.scrolled .navbar-brand {
  background: url(../images/mindslogou-m.png) no-repeat center center;

  width:150px;
  height: 50px;
}
.bg-light.scrolled .navbar-collapse ul{
background-color: #070606;
padding: 13px 25px;
height: 100vh;
margin-top: 15px;
}
/* .bg-light.scrolled .navbar-brand {

    width: 40%;
    height: 50px;
} */
footer ul {
    float: left;
}
footer p.right {
    float: left;
}
.category{

  padding: 80px 20px;
}
}


.sticky01 {
    left:95%;
    position: fixed;
    top: 228px;
    z-index: 10000;
}




.modal-box{ font-family: 'Roboto', sans-serif; }
.modal-box .show-modal{
    color: #1d1d1d;
    background-color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
    margin: 80px auto 0;
    border: none;
    outline: none;
    border-radius: 20px 20px/10px 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    display: block;
    transition: all 0.3s ease 0s;
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus{
    color: #1d1d1d;
    border: none;
    outline: none;
}
.modal-backdrop.in{ opacity: 0; }
.modal-box .modal-dialog{
    width: 600px;
    margin: 70px auto 0;
}
.modal-box .modal-dialog .modal-content{
    background: #fffffe;
    text-align: center;
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.modal-box .modal-dialog .modal-content .close{
    color: #999;
    font-size: 30px;
    font-weight: 400;
    text-shadow: none;
    line-height: 20px;
    height: 20px;
    width: 20px;
    padding: 0 0 0 3px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: auto;
    right: 7px;
    top: 7px;
    z-index: 2;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close span{
    margin: -5px 0 0;
    display: block;
}
.modal-box .modal-dialog .modal-content .close:hover{ color: #555; }
.modal-box .modal-dialog .modal-content .close:focus{ outline: none; }
.modal-box .modal-dialog .modal-content .modal-body{ padding: 40px 20px !important; }
.modal-box .modal-dialog .modal-content .modal-body .title{
    color: #1d1d1d;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.modal-box .modal-dialog .modal-content .modal-body .box-content{
    width: 80%;
    padding: 15px 15px 0;
    margin: 0 0 40px 0;
    display: inline-block;
}
.modal-box .modal-dialog .modal-content .modal-body .box-content.right{  }
.modal-box .modal-dialog .modal-content .modal-body .box-content .icon{
    color: #60cd8d;
    font-size: 80px;
    line-height: 80px;
    margin: 0 auto 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .box-content.right .icon{ color: #f2b839; }
.modal-box .modal-dialog .modal-content .modal-body .box-content .title{
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.modal-box .modal-dialog .modal-content .modal-body .box-content .description{
    color: #6d6d6f;
    font-size: 14px;
    margin: 0 0 15px;
	text-align: justify;
}
.modal-box .modal-dialog .modal-content .modal-body .btn{
    color: #fff;
    background: #60cd8d;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 13px 16px 11px;
    margin: 0 auto;
    border: none;
    border-radius: 50px;
    display: block;
    transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .modal-body .box-content.right .btn{ background: #f2b839; }
.modal-box .modal-dialog .modal-content .modal-body .btn:hover,
.modal-box .modal-dialog .modal-content .modal-body .btn:focus{
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.modal-box .modal-dialog .modal-content .modal-body .login{
    color: #555;
    font-size: 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .login a{
    color: #60cd8d;
    transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .modal-body .login a:hover{ text-decoration: underline; }
@media only screen and (max-width: 600px){
    .modal-dialog{ width: 95% !important; }
}
@media only screen and (max-width: 576px){
    .modal-box .modal-dialog .modal-content .modal-body .box-content{ width: 100%; }
    .modal-box .modal-dialog .modal-content .modal-body .box-content.right{
        padding-top: 40px;
        border-left: none;
        border-top: 4px dashed #dcdcdc;
    }
}


@media only screen and (max-width: 576px){
.sticky01 {
    left: 88%;
    position: fixed;
    top: 228px;
    z-index: 10000;
}
.inner-head h3 {
    font-size: 39px;
    color: #fff;
    font-weight: 100;
	margin-top: 120px;
}	
	
}


