/*Desktop*/



 #dektop {
  display: block;
 }
  #mobile {
  display: none;
 }
  .owl-item.active h1 {
   font-size: 20px;
   text-align: center;
   color: white;
   animation:bounceInLeft ease 1s;
 }
 .first-slider .hero  {
   background-color: #bf161a;
   opacity: 0.6;
   color: white;
   width: 22%;
   right: 0;
   bottom: 0;
   position: absolute;
   height: 7%;
 }
 .first-slider .hero h3  {
   
   font-size: 0.9vw !important;
   opacity: 1 !important;
   margin-top: 12px;
 }
 .first-slider .item  {
  width: 100%;
  height:72vh;
}
.first-slider .item1 {
  width: 100%;
  height:72vh;
  background-image: url('../images/slider/Banner1.jpg');
  background-size: cover;
  background-position: center;
}

.first-slider .item2 {
  width: 100%;
  height:72vh;
  background-image: url('../images/slider/Banner2.jpg');
  background-size: cover;
  background-position: center;
}

.first-slider .item3 {
  width: 100%;
  height:72vh;
  background-image: url('../images/slider/Banner3.jpg');
  background-size: cover;
  background-position: center;
}

.first-slider .item4 {
  width: 100%;
  height:72vh;
  background-image: url('../images/slider/Banner4.jpg');
  background-size: cover;
  background-position: center;
}

.first-slider .item5 {
  width: 100%;
  height:72vh;
  background-image: url('../images/slider/Banner5.jpg');
  background-size: cover;
  background-position: center;
}

.first-slider .item6 {
  width: 100%;
  height:72vh;
  background-image: url('../images/slider/Banner6.jpg');
  background-size: cover;
  background-position: center;
}

.first-slider .owl-item.active h1 {
  font-size: 60px;
  text-align: center;
  color: white;
  animation: fadeInRight ease 1s;

}

.first-slider .owl-item.active h2 {
  font-size: 60px;
  text-align: center;
  color: white;
  animation: bounceInDown ease 2s;
}

.first-slider .owl-item.active h3 {
  font-size: 60px;
  text-align: center;
  color: white;
  animation: slideInRight ease 1s;
}

#head {
  height:22vh;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

body {
  font-family: 'Gotham Pro' !important;

}

#headerTop {
  width: 100%;
  height: auto;
  //background-color:#C8102E;
  //background-color: #f5f5f5;
  background-image: url('../images/header-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}

#headerTop a {
  font-size: 14px;
  color: red;
  padding: 5px 0px;
  text-align: right;
  float: right;
}

/*
1.1 Header Area
***************************************************/
/*Bootstrap Reset*/
.navbar-nav>li>a {
  padding-top: 0;
  padding-bottom: 0;
}

.mainmenu {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  border: 0px !important;
}

.navbar-nav>li:last-child>a {
  padding-right: 0px;
  margin-right: 0px;
}

.dropdown-menu {
  padding: 0px 0;
  margin: 0 0 0;
  border: 0px solid transition !important;
  border: 0px solid rgba(0, 0, 0, .15);
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;

}

/*=-====Main Menu=====*/
.navbar-nav .open .dropdown-menu>li>a {
  padding: 16px 15px 16px 25px;
}

.header_bottom {
  background: white;
}

.header_area .header_bottom .mainmenu a,
.navbar-default .navbar-nav>li>a {
  color: #333;
  font-size: 14px;
  text-transform: capitalize;
  padding: 16px 15px;
  font-family: 'Gotham Pro';
}

.header_area .mainmenu .active a,
.header_area .mainmenu .active a:focus,
.header_area .mainmenu .active a:hover,
.header_area .mainmenu li a:hover,
.header_area .mainmenu li a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: red;
  background: transparent;
  outline: 0;
  border-bottom: 1px solid red;
}

/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: -70px;
  background-color: #f5f5f5;
}

/*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar {
  background-color: red
}

/*Toggle Button*/

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul>li:hover>a {
  background: white;
}

.mainmenu .collapse ul ul>li:hover>a,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  background: transparent;
}

.mainmenu .collapse ul ul ul>li:hover>a {
  background: transparent;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
  background: white;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
  background: white
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
  background: white
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu {
  background: white;
  border: 0 solid;
  margin: 0;
  padding: 0;
  min-height: 20px
}



.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: black;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: red;
}

#about {
  padding: 50px 0px;
  padding-bottom: 0px;
}

#about h1 {
  font-size: 50px;
  color: #333;
  padding: 0px;
  margin-top: 0px;
}

#about h2 {
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 50px;
  padding-top: 0px;
  margin-top: 0px;
}

#about h2 .underline {
  border-bottom: 1px solid red;
  padding-bottom: 0px;
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;

}

#about p {
  font-size: 16px;
  color: #333;
  text-align: center;
}

#service {
  width: 100%;
 /*height: 100%;
 min-height: 100vh;*/
 padding-bottom: 50px;
  background-color: white;
}

#service h1 {
  font-size: 36px;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;
  color: #000;
  margin: 50px 0px;
}



#service h1 .underline {
  border-bottom: 1px solid red;
  padding-bottom: 0px;
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;

}

.second-slider .item {
  width: 100%;
  height: auto;
  background-color: white;
  //border-top-left-radius: 50%;
  //border-bottom-right-radius: 50%;
}

.second-slider .item h4 {
  text-align: center;
  color: white;
  font-weight: bold;
  padding-top: 20px;
}


.second-slider img {
  filter: grayscale(100%);
}

.second-slider img:hover {
  filter: grayscale(0%);
}






#client {
  width: 100%;
  padding: 50px 0px;
  background-image: url('../images/clientBg.jpg');
  /* padding:100px 0px;
  background-color: #C8102E;*/
}

#client h1 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 50px;
  margin-top: 0px;
}

#client h1 .underline {
  border-bottom: 1px solid white;
  padding-bottom: 0px;
  font-size: 36px;
  color: white;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;

}

#client img {
  border: 1px solid black;
}
  #client .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
   position: absolute;
   font-size: 50px;
   color: white !important;
  }
  #client .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -30px;
    top: 30px;
  }

  #client .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -30px;
    top: 30px;
  }
  #client .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent;
  }
   #client .owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent;
  }
#contactOne {
  padding: 50px 0px;
}

#contactOne h1 {
  margin-top: 0px;
  padding-bottom: 0px;

  margin-bottom: 50px;
}

#contactOne h1 .underline {
  border-bottom: 1px solid red;
  padding-bottom: 0px;
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;

}

#contactOne h3 {
  font-size: 16px;
  line-height: 30px;
}

#contactOne ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}

#contactOne li {
  padding-left: 1.3em;
  margin-bottom: 20px;
}

#contactOne li:before {
  //content: "\f00c";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -2.3em;
  /* same as padding-left set on li */
  width: 2.3em;
  /* same as padding-left set on li */
}

#contactOne li:nth-child(1):before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;

  content: "\f095";
  color: red;
  text-align: center;
}

#contactOne li:nth-child(2):before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  content: "\f0e0";
  text-align: center;
  color: red;
}

#contactOne li:nth-child(3):before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;

  content: "\f3c5";
  text-align: center;
  color: red;
}

#contactOne li:nth-child(4):before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;

  content: "\f3c5";
  text-align: center;
  color: red;
}

#contactOne li a {
  color: #000;
}

#contactOne li a:hover {
  color: #000;
}

#contactOne-form h2 {

  text-transform: capitalize;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #777;
  padding-bottom: 30px;
}

#enqiery {
  padding-bottom: 30px;
}
#enqiery h1 {
 
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}

#enqiery h1 .underline {
  border-bottom: 1px solid red;
  padding-bottom: 0px;
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;

}


#footer {
  background-color: #C8102E;
  padding: 5px 0px;
  padding-top: 10px;
  margin-top: -5px;
}

#footer a {
  color: white;
}

#footer a:hover {
  color: white;
  text-decoration: underline;
}

.copyright {
  text-align: left;
  color: white;
  margin-top: 5px;
}

.design {
  text-align: right;
  color: white;
  margin-top: 5px;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
}




.contact-strip {
  background-color: red;
  width: 100%;
  height: 20px;
  position: relative;
  margin-top: 50px;
}

.contact-strip h1 {
  color: #333;
  background-color: white;
  position: absolute;
  margin-top: -12px;
  padding: 1px 0px;
  padding-right: 50px;
}

#contactOne-form {
  padding: 50px 0px;
}

#contactOne-form h1 {
  text-align: center;
}

#contactOne h1 {
  text-align: center;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

* {
  margin: 0;
  padding: 0;
}

#service a {
  text-decoration: none;
}

#service h2 {
  color: #c55;
  font-family: 'Gotham Pro', sans-serif;
  margin: 4% 0;
  text-align: center;
  text-transform: uppercase;
}

.img {
  position: relative;
  margin: auto;
  width: 100%;
  height: 35vh;
  background: url('../images/gallery/Exhibition&Stall01.jpg');
  background-size: cover;
  background-position: center;

  overflow: hidden;
  cursor: pointer;
}

.img .overlay {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border: 1px solid white;
}

.img:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.overlay span {
  font-size: 36px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  position: absolute;
  margin: auto;
  width: 80%;
  height: 30px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;

}

.img:hover .overlay span {
  opacity: 1;
  -webkit-transition: 1.3s ease;
  transition: 1.3s ease;
}

.owl-carousel .owl-item img {
  width: 100%;
height: 100%;
}

.img2 {
  position: relative;
  margin: auto;
  width: 100%;
  height: 35vh;
  background: url('../images/gallery/Exhibition&Stall02.jpg');
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  cursor: pointer;
}

.img2 .overlay {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border: 1px solid white;
}

.img2:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.overlay span {
  font-size: 36px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  position: absolute;
  margin: auto;
  width: 80%;
  height: 30px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;

}

.img2:hover .overlay span {
  opacity: 1;
  -webkit-transition: 1.3s ease;
  transition: 1.3s ease;
}

.img3 {
  position: relative;
  margin: auto;
  width: 100%;
  height: 35vh;
  background: url('../images/gallery/Exhibition&Stall03.jpg');
  background-size: cover;
  background-position: center;

  overflow: hidden;
  cursor: pointer;
}


.img3 .overlay {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border: 1px solid white;
}

.img3:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.overlay span {
  font-size: 36px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  position: absolute;
  margin: auto;
  width: 80%;
  height: 30px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;

}

.img3:hover .overlay span {
  opacity: 1;
  -webkit-transition: 1.3s ease;
  transition: 1.3s ease;
}

.img4 {
  position: relative;
  margin: auto;
  width: 100%;
  height: 35vh;
  background: url('../images/gallery/Exhibition&Stall04.jpg');
  background-size: cover;
  background-position: center;

  overflow: hidden;
  cursor: pointer;
}

.img4 .overlay {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border: 1px solid white;
}

.img4:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.overlay span {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  position: absolute;
  margin: auto;
  width: 80%;
  height: 30px;
  left: 0;
  top: -10%;
  right: 0;
  bottom: 0;
  opacity: 0;

}

.img4:hover .overlay span {
  opacity: 1;
  -webkit-transition: 1.3s ease;
  transition: 1.3s ease;
  border-radius: 0px;
}


@font-face {
    font-family: 'Gotham ProReg';
    src: url('../font/GothamPro.woff2') format('woff2'),
        url('../font/GothamPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'Gotham Pro';
    src: url('../font/GothamPro-Light.woff2') format('woff2'),
        url('../font/GothamPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
  font-family: 'Univers';
  src: url('../font/Univers-MediumItalic.woff2') format('woff2'),
    url('../font/Univers-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}

div.light_rounded .pp_description,
div.light_square .pp_description {
  font-weight: normal;
  text-align: center;
  font-size: 20px;
  font-family: 'Gotham Pro';
  font-style: normal !important;
}

.pp_social {
  display: none;
}
.brand img {
  width: 200px;
}
iframe {
  border: 0;

  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
}

.header_area .header_bottom .mainmenu a,
.navbar-default .navbar-nav>li>a {
  padding: 10px 10px;
}

.navbar-nav {
  margin-top: 50px;
}


/* .divider{
  border-bottom: 1px solid red;
  width:120px;
  display: block;
  line-height:0.1em;
  text-align: center;
  margin-bottom: 50px;
}*/

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);

* {
  margin: 0;
  padding: 0;
}

section {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: transparent;
  margin-top: -100px;
}

section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100px;

}

section h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font: normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}

#section03 {
  /* background: url(https://picsum.photos/1200/800?image=869) center center / cover no-repeat;*/
}


.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

.demo a:hover {
  opacity: .5;
}


#section03 a {
  padding-top: 60px;
}

#section03 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;

}

#section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb03 {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}


#country {
  //background-color: #f5f5f5;
    background-image: url('../images/header-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  height: auto;
  padding: 50px 0px;
  text-align: center;
  padding-bottom: 50px;
}

#country h1 {
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 50px;
}

#country h1 .underline {
  border-bottom: 1px solid red;
  padding-bottom: 0px;
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: 300;
  text-transform: none;

}

.co {
  display: none;
}

.full-img {
  display: block;
}

/*Responsive*/


.owl-carousel {
  position: relative;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 25%;
  right: 25%;
}

.owl-theme .owl-nav.disabled+.owl-dots {

 
}


.owl-theme .owl-dots .owl-dot span {
  background-color: #f5f5f5;
  
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: red;
 
}




div.PrettyPhotoContainer {
  display: inline-block;
  width: 128px;
  height: 96px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;

  border: 1px solid silver;
  padding: 0;
  margin: 4px;
}

a.PrettyPhotoContainer {
  display: block;
  width: 100%;
  height: 100%;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: 0px;
  position: absolute;
  z-index: 10000;
}

.pp_default .pp_content_container .pp_details {
  margin-top: 30px;
}

.pp_gallery {
  display: block;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
  background-color: #000;
  opacity: 0.7;
}
@media only screen and (min-width: 767px) {
  .mainmenu .collapse ul li {
    position: relative;
    color: white;
  }

  .mainmenu .collapse ul li:hover>ul {
    display: block
  }

  .mainmenu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    display: none
  }

  /*******/
  .mainmenu .collapse ul ul li {
    position: relative
  }

  .mainmenu .collapse ul ul li:hover>ul {
    display: block
  }

  .mainmenu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    display: none
  }

  /*******/
  .mainmenu .collapse ul ul ul li {
    position: relative
  }

  .mainmenu .collapse ul ul ul li:hover ul {
    display: block
  }

  .mainmenu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 200px;
    display: none;
    z-index: 1
  }

}
@media only screen and (max-width: 767px) {

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background-color: #f5f5f5;
    //color: white;
    width: 100%;
  }
.brand img {
  width: 160px;
}
  .navbar-nav {
    margin-top: 0px;
  }

  .header_area .mainmenu .active a {
    background-color: red;
    color: white;
  }

  .header_area .mainmenu li a:hover {
    background-color: green;
    color: red;
  }

  .header_area .header_bottom .mainmenu a:hover {
    background-color: red;
    color: white;
  }

  .copyright {
    text-align: center;
  }

  .design {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {


.first-slider .hero {
  background-color: red;
   opacity: 0.6;
   color: white;
   width: 100%;
   right: 0;
   bottom: 0;
   position: absolute;
}

.owl-dots {
  bottom: 90px;
  position: absolute;
}
.first-slider .hero h3 {
  font-size: 1em;
}
  #desk .first-slider {
    display: none;
  }

  #mobi .first-slider {
    display: block;
  }

 #mobi .first-slider .item  {
  width: 100%;
  height:78vh;
}

 #mobi .first-slider .item7 {
  width: 100%;
  height:60vh;
  background-image: url('../images/slider/responsive/Banner7.jpg');
  background-size: cover;
  background-position: center;
}

 #mobi .first-slider .item8 {
  width: 100%;
  height:60vh;
  background-image: url('../images/slider/responsive/Banner8.jpg');
   background-size: cover;
  background-position: center;
}

 #mobi .first-slider .item9 {
  width: 100%;
  height:60vh;
  background-image: url('../images/slider/responsive/Banner9.jpg');
  background-size: cover;
  background-position: center;
}

 #mobi .first-slider .item10 {
  width: 100%;
  height:60vh;
  background-image: url('../images/slider/responsive/Banner10.jpg');
  background-size: cover;
  background-position: center;
}

 #mobi .first-slider .item11 {
  width: 100%;
  height:60vh;
  background-image: url('../images/slider/responsive/Banner11.jpg');
  background-size: cover;
  background-position: center;
}

 #mobi .first-slider .item12 {
  width: 100%;
  height:60vh;
  background-image: url('../images/slider/responsive/Banner12.jpg');
  background-size: cover;
  background-position: center;
}


  .img,
  .img3 {
    margin-bottom: 50px;
  }

  #contactOne li {
    padding-left: 3em;
    font-size: 14px;
  }

  #about h2 .underline {
    font-size: 26px;
  }

  #service h1 .underline {
    font-size: 26px;
  }

  #client h1 .underline {
    font-size: 26px;
  }

  #contactOne h1 .underline {
    font-size: 26px;
  }

  #enqiery h1 .underline {
    font-size: 26px;
  }

  #country h1 .underline {
    font-size: 26px;
  }

  .overlay span {
    font-size: 22px;
  }

  #headerTop a {
    font-size: 11px;
    color: red;
    text-align: right !important;
  }

  .co {
    display: block;
  }

  .co img {
    margin-bottom: 20px;
  }

  .full-img {
    display: none;
  }

  #about {
    padding: 25px 0px;
    padding-bottom: 0px;
  }

  #about h2 {
    margin-bottom: 25px;
  }

  #service {
    padding: 0px;
  }

  .gallery {
   height: 90vh;
   background-color: green;
  }
 .gallery img{
   height: 40vh;
  }
  #contactOne {
    padding: 0px;
  }

  #contactOne h1 {
    padding: 0px;
    margin: 25px 0px;
  }

  #country {
    padding-bottom: 50px;
  }

  #contactOne-form {
    padding: 0px;
    padding-bottom: 25px;
  }

  #enqiery h1 {
    padding: 0px;
     margin: 25px 0px;
  }

  #client {
    padding: 25px 0px;
    padding-bottom: 50px;
  }

  #country h1 {
    margin-bottom: 0px;
  }
 
  .gallery {
      width: 100%;
 height: auto;
 min-height: auto;
  background-color: white;
  padding-bottom: 50px;
  }
}






@media only screen and (min-width: 992px) {
  #desk .first-slider {
    display: block;
  }

  #mobi .first-slider {
    display: none;
  }

  .co {
    display: none;
  }

  .full-img {
    display: block;
  }
}


@media only screen and (max-width: 500px) {

  .img,
  .img2,
  .img3,
  .img4 {

    height: 300px;
  }

}

@media only screen and (max-width: 400px) {

  .img,
  .img2,
  .img3,
  .img4 {

    height: 220px;
  }
}
@media only screen and (max-width: 991px) {
  div.light_square .pp_description {
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    width: 100%;
    height: auto;
  }

}

@media only screen and (max-width: 700px) {
  div.light_square .pp_description {
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    width: 100%;
    height: auto;
  }

}

@media only screen and (max-width: 500px) {
  div.light_square .pp_description {
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
    font-size: 8px;
    width: 100%;
    height: auto;
  }

}

.marbot0 {
  margin-bottom: 0px !important;
} 

.reg {
  line-height: 200%;
}

.wp {
  color: red;
margin-left: -30px;
//font-size: 25px !important;
margin-right: 10px; margin-top: 10px;
}




/***********************************************************/



/*mobile*/
@media only screen and (max-width: 991px) {

#desktop {
  display: none;
 }
  #mobile {
  display: block;
 }
#desk{
  display: block;
}

 .owl-item.active h1 {
   font-size: 20px;
   text-align: center;
   color: white;
   animation:bounceInLeft ease 1s;
 }
.first-slider .hero  {
   background-color: #bf161a;
   opacity: 0.6;
   color: white;
   width: 38%;
   right: 0;
   bottom: 0;
   position: absolute;
   height: 5%;
 }
.first-slider .hero h3  {
   
   font-size: 1.5vw !important;
   opacity: 1 !important;
   margin-top: 8px;
 }
 .first-slider .item  {
  width: 100%;
  height:72vh;
}
.first-slider .item1 {
  width: 100%;
  height:72vh;
  background-image: url('../images/slider/Banner1.jpg');
  background-size: cover;
  background-position: center;
}

.first-slider .item2 {
  width: 100%;
  height:72vh;
  background-image: url('../images/slider/Banner2.jpg');
  background-size: cover;
  background-position: center;
}

.first-slider .item3 {
  width: 100%;
  height:72vh;
  background-image: url('../images/slider/Banner3.jpg');
  background-size: cover;
  background-position: center;
}

.first-slider .item4 {
  width: 100%;
  height:72vh;
  background-image: url('../images/slider/Banner4.jpg');
  background-size: cover;
  background-position: center;
}

.first-slider .item5 {
  width: 100%;
  height:72vh;
  background-image: url('../images/slider/Banner5.jpg');
  background-size: cover;
  background-position: center;
}

.first-slider .item6 {
  width: 100%;
  height:72vh;
  background-image: url('../images/slider/Banner6.jpg');
  background-size: cover;
  background-position: center;
}

.first-slider .owl-item.active h1 {
  font-size: 60px;
  text-align: center;
  color: white;
  animation: bounceInLeft ease 1s;
}

.first-slider .owl-item.active h2 {
  font-size: 60px;
  text-align: center;
  color: white;
  animation: bounceInDown ease 2s;
}

.first-slider .owl-item.active h3 {
  font-size: 60px;
  text-align: center;
  color: white;
  animation: slideInRight ease 1s;
}

#head {
  height:22vh;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('../font/GothamPro-Light.woff2') format('woff2'),
    url('../font/GothamPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: 'Gotham Pro' !important;


}

#headerTop {
  width: 100%;
  height: auto;
  //background-color:#C8102E;
  //background-color: #f5f5f5;
   background-image: url('../images/header-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  padding: 5px 0px;
}

#headerTop a {
  font-size: 14px;
  color: red;
  padding: 5px 0px;
  text-align: right !important;
}

/*
1.1 Header Area
***************************************************/
/*Bootstrap Reset*/
.navbar-nav>li>a {
  padding-top: 0;
  padding-bottom: 0;
}

.mainmenu {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  border: 0px !important;
}

.navbar-nav>li:last-child>a {
  padding-right: 0px;
  margin-right: 0px;
}

.dropdown-menu {
  padding: 0px 0;
  margin: 0 0 0;
  border: 0px solid transition !important;
  border: 0px solid rgba(0, 0, 0, .15);
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;

}

/*=-====Main Menu=====*/
.navbar-nav .open .dropdown-menu>li>a {
  padding: 5px 15px 5px 15px;
  background-color: white;
  color: #000 !important;
}
.navbar-nav .open .dropdown-menu>li>a:hover {
  padding: 5px 15px 5px 15px;
  background-color: #555 !important;
  color: white !important;
}

.header_bottom {
  background: white;
}

.header_area .header_bottom .mainmenu a,
.navbar-default .navbar-nav>li>a {
  color: #333;
  font-size: 16px;
  text-transform: capitalize;
  padding: 16px 15px;
  font-family: 'Gotham Pro';
}

.header_area .mainmenu .active a,
.header_area .mainmenu .active a:focus,
.header_area .mainmenu .active a:hover,
.header_area .mainmenu li a:hover,
.header_area .mainmenu li a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: red;
  background: transparent;
  outline: 0;
  border-bottom: 1px solid red;
}

/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: -70px;
  background-color: #f5f5f5;
}

/*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar {
  background-color: red
}

/*Toggle Button*/

/*==========Sub Menu=v==========*/
.mainmenu .collapse ul>li:hover>a {
  background: white;
}

.mainmenu .collapse ul ul>li:hover>a,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  background: transparent;
}

.mainmenu .collapse ul ul ul>li:hover>a {
  background: transparent;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
  background: white;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
  background: white
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
  background: white
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu {
  background: white;
  border: 0 solid;
  margin: 0;
  padding: 0;
  min-height: 20px
}

@media only screen and (min-width: 767px) {
  .mainmenu .collapse ul li {
    position: relative;
    color: white;
  }

  .mainmenu .collapse ul li:hover>ul {
    display: block
  }

  .mainmenu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    display: none
  }

  /*******/
  .mainmenu .collapse ul ul li {
    position: relative
  }

  .mainmenu .collapse ul ul li:hover>ul {
    display: block
  }

  .mainmenu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    display: none
  }

  /*******/
  .mainmenu .collapse ul ul ul li {
    position: relative
  }

  .mainmenu .collapse ul ul ul li:hover ul {
    display: block
  }

  .mainmenu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 200px;
    display: none;
    z-index: 1
  }

}

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: black;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: red;
}

#about {
  padding: 50px 0px;
  padding-bottom: 0px;
}

#about h1 {
  font-size: 50px;
  color: #333;
  padding: 0px;
  margin-top: 0px;
}

#about h2 {
  font-size: 2.3em;
  color: #333;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 50px;
  padding-top: 0px;
  margin-top: 0px;
}

#about h2 .underline {
  border-bottom: 1px solid red;
  padding-bottom: 0px;
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;

}

#about p {
  font-size: 14px;
  color: #333;
  text-align: center;
}

#service {
  width: 100%;
 /*height: 100%;
 min-height: 100vh;*/
 padding-bottom: 50px;
  background-color: white;
}

#service h1 {
  font-size: 36px;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;
  color: #000;
  margin: 25px 0px;
}



#service h1 .underline {
  border-bottom: 1px solid red;
  padding-bottom: 0px;
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;

}

.second-slider .item {
  width: 100%;
  height: auto;
  background-color: white;
  //border-top-left-radius: 50%;
  //border-bottom-right-radius: 50%;
}

.second-slider .item h4 {
  text-align: center;
  color: white;
  font-weight: bold;
  padding-top: 20px;
}


.second-slider img {
  filter: grayscale(100%);
}

.second-slider img:hover {
  filter: grayscale(0%);
}





#client {
  width: 100%;
  padding: 50px 0px;
  background-image: url('../images/clientBg.jpg');
  /* padding:100px 0px;
  background-color: #C8102E;*/
}

#client h1 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 50px;
  margin-top: 0px;
}

#client h1 .underline {
  border-bottom: 1px solid white;
  padding-bottom: 0px;
  font-size: 36px;
  color: white;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;

}

#client img {
  border: 1px solid black;
}
#client .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
   position: absolute;
   font-size: 30px;
   color: white !important;
  }
  #client .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 45%;
    top: 100%;
  }

  #client .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 45%;
    top: 100%;
  }
  #client .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent;
  }
   #client .owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent;
  }
#contactOne {
  padding: 50px 0px;
}

#contactOne h1 {
  margin-top: 0px;
  padding-bottom: 0px;

  margin-bottom: 50px;
}

#contactOne h1 .underline {
  border-bottom: 1px solid red;
  padding-bottom: 0px;
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;

}

#contactOne h3 {
  font-size: 16px;
  line-height: 30px;
}

#contactOne ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}

#contactOne li {
  padding-left: 1.3em;
  margin-bottom: 20px;
}

#contactOne li:before {
  content: "\f00c";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -2.3em;
  /* same as padding-left set on li */
  width: 2.3em;
  /* same as padding-left set on li */
}

#contactOne li:nth-child(1):before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;

  content: "\f095";
  color: red;
  text-align: center;
  
}

#contactOne li:nth-child(2):before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  content: "\f0e0";
  text-align: center;
  color: red;
}

#contactOne li:nth-child(3):before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;

  content: "\f3c5";
  text-align: center;
  color: red;
}



#contactOne li a {
  color: #000;
}

#contactOne li a:hover {
  color: #000;
}

#contactOne-form h2 {

  text-transform: capitalize;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #777;
  padding-bottom: 30px;
}


#enqiery h1 {
 
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 50px;
}

#enqiery h1 .underline {
  border-bottom: 1px solid red;
  padding-bottom: 0px;
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: 300;
  text-transform: capitalize;

}


#footer {
  background-color: #C8102E;
  padding: 5px 0px;
  padding-top: 10px;
  margin-top: -5px;
}

#footer a {
  color: white;
}

#footer a:hover {
  color: white;
  text-decoration: underline;
}

.copyright {
  text-align: left;
  color: white;
  margin-top: 5px;
  font-size: 12px;
}

.design {
  text-align: right;
  color: white;
  margin-top: 5px;
  font-size: 12px;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('../font/GothamPro-Light.woff2') format('woff2'),
    url('../font/GothamPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


.contact-strip {
  background-color: red;
  width: 100%;
  height: 20px;
  position: relative;
  margin-top: 50px;
}

.contact-strip h1 {
  color: #333;
  background-color: white;
  position: absolute;
  margin-top: -12px;
  padding: 1px 0px;
  padding-right: 50px;
}

#contactOne-form {
  padding: 50px 0px;
}

#contactOne-form h1 {
  text-align: center;
}

#contactOne h1 {
  text-align: center;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

* {
  margin: 0;
  padding: 0;
}

#service a {
  text-decoration: none;
}

#service h2 {
  color: #c55;
  font-family: 'Gotham Pro';
  margin: 4% 0;
  text-align: center;
  text-transform: uppercase;
}

.img {
  position: relative;
  margin: auto;
  width: 100%;
  height: 35vh;
  background: url('../images/gallery/Exhibition&Stall01.jpg');
  background-size: cover;
  background-position: center;

  overflow: hidden;
  cursor: pointer;
}

.img .overlay {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border: 1px solid white;
}

.img:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.overlay span {
  font-size: 36px;
  color: #fff;
  font-family: 'Gotham Pro';
  text-align: center;
  position: absolute;
  margin: auto;
  width: 80%;
  height: 30px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;

}

.img:hover .overlay span {
  opacity: 1;
  -webkit-transition: 1.3s ease;
  transition: 1.3s ease;
}

.owl-carousel .owl-item img {
  width: 100%;
height: 100%;
}

.img2 {
  position: relative;
  margin: auto;
  width: 100%;
  height: 35vh;
  background: url('../images/gallery/Exhibition&Stall02.jpg');
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  cursor: pointer;
}

.img2 .overlay {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border: 1px solid white;
}

.img2:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.overlay span {
  font-size: 36px;
  color: #fff;
  font-family: 'Gotham Pro';
  text-align: center;
  position: absolute;
  margin: auto;
  width: 80%;
  height: 30px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;

}

.img2:hover .overlay span {
  opacity: 1;
  -webkit-transition: 1.3s ease;
  transition: 1.3s ease;
}

.img3 {
  position: relative;
  margin: auto;
  width: 100%;
  height: 35vh;
  background: url('../images/gallery/Exhibition&Stall03.jpg');
  background-size: cover;
  background-position: center;

  overflow: hidden;
  cursor: pointer;
}


.img3 .overlay {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border: 1px solid white;
}

.img3:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.overlay span {
  font-size: 36px;
  color: #fff;
  font-family: 'Gotham Pro';
  text-align: center;
  position: absolute;
  margin: auto;
  width: 80%;
  height: 30px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;

}

.img3:hover .overlay span {
  opacity: 1;
  -webkit-transition: 1.3s ease;
  transition: 1.3s ease;
}

.img4 {
  position: relative;
  margin: auto;
  width: 100%;
  height: 35vh;
  background: url('../images/gallery/Exhibition&Stall04.jpg');
  background-size: cover;
  background-position: center;

  overflow: hidden;
  cursor: pointer;
}

.img4 .overlay {
  background: rgba(0, 0, 0, .5);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border: 1px solid white;
}

.img4:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.overlay span {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  font-family: 'Gotham Pro';
  text-align: center;
  position: absolute;
  margin: auto;
  width: 80%;
  height: 30px;
  left: 0;
  top: -10%;
  right: 0;
  bottom: 0;
  opacity: 0;

}

.img4:hover .overlay span {
  opacity: 1;
  -webkit-transition: 1.3s ease;
  transition: 1.3s ease;
  border-radius: 0px;
}


@font-face {
  font-family: 'Univers';
  src: url('../font/Univers-MediumItalic.woff2') format('woff2'),
    url('../font/Univers-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}

div.light_rounded .pp_description,
div.light_square .pp_description {
  font-weight: normal;
  text-align: center;
  font-size: 20px;
  font-family: 'Gotham Pro';
  font-style: normal !important;
}

.pp_social {
  display: none;
}
.brand img {
  width: 150px;
}
iframe {
  border: 0;

  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
}

.header_area .header_bottom .mainmenu a,
.navbar-default .navbar-nav>li>a {
  padding: 10px 10px;
}

.navbar-nav {
  margin-top: 50px;
}


/* .divider{
  border-bottom: 1px solid red;
  width:120px;
  display: block;
  line-height:0.1em;
  text-align: center;
  margin-bottom: 50px;
}*/

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);

* {
  margin: 0;
  padding: 0;
}

section {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: transparent;
  margin-top: -100px;
}

section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100px;

}

section h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font: normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}

#section03 {
  /* background: url(https://picsum.photos/1200/800?image=869) center center / cover no-repeat;*/
}


.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

.demo a:hover {
  opacity: .5;
}


#section03 a {
  padding-top: 60px;
}

#section03 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;

}

#section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb03 {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}


#country {
  //background-color: #f5f5f5;
   background-image: url('../images/header-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  height: auto;
  padding: 25px 0px;
  text-align: center;
}

#country h1 {
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 50px;
}

#country h1 .underline {
  border-bottom: 1px solid red;
  padding-bottom: 0px;
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: 300;
  text-transform: none;

}

.co {
  display: none;
}

.full-img {
  display: block;
}

.header_area .header_bottom .mainmenu a, .navbar-default .navbar-nav > li > a {

  padding: 5px 5px;
  font-size: 14px;

}

/*Responsive*/




.owl-dots {
  bottom: 90px;
  position: absolute;
}
.first-slider .hero h3 {
  font-size: 1em;
}
  #desk .first-slider {
    display: none;
  }

  #mobi .first-slider {
    display: block;
  }

 #mobi .first-slider .item  {
  width: 100%;
  height:78vh;
}

 #mobi .first-slider .item7 {
  width: 100%;
  height:60vh;
  background-image: url('../images/slider/responsive/Banner7.jpg');
  background-size: cover;
  background-position: center;
}

 #mobi .first-slider .item8 {
  width: 100%;
  height:60vh;
  background-image: url('../images/slider/responsive/Banner8.jpg');
   background-size: cover;
  background-position: center;
}

 #mobi .first-slider .item9 {
  width: 100%;
  height:60vh;
  background-image: url('../images/slider/responsive/Banner9.jpg');
  background-size: cover;
  background-position: center;
}

 #mobi .first-slider .item10 {
  width: 100%;
  height:60vh;
  background-image: url('../images/slider/responsive/Banner10.jpg');
  background-size: cover;
  background-position: center;
}

 #mobi .first-slider .item11 {
  width: 100%;
  height:60vh;
  background-image: url('../images/slider/responsive/Banner11.jpg');
  background-size: cover;
  background-position: center;
}

 #mobi .first-slider .item12 {
  width: 100%;
  height:60vh;
  background-image: url('../images/slider/responsive/Banner12.jpg');
  background-size: cover;
  background-position: center;
}


  .img,
  .img3 {
    margin-bottom: 50px;
  }

  #contactOne li {
    padding-left: 3em;
    font-size: 14px;
  }

  #about h2 .underline {
    font-size: 26px;
  }

  #service h1 .underline {
    font-size: 26px;
  }

  #client h1 .underline {
    font-size: 26px;
  }

  #contactOne h1 .underline {
    font-size: 26px;
  }

  #enqiery h1 .underline {
    font-size: 26px;
  }

  #country h1 .underline {
    font-size: 26px;
  }

  .overlay span {
    font-size: 22px;
  }

  #headerTop a {
    font-size: 11px;
    color: red;
  }

  .co {
    display: block;
  }

  .co img {
    margin-bottom: 20px;
  }

  .full-img {
    display: none;
  }

  #about {
    padding: 25px 0px;
    padding-bottom: 0px;
  }

  #about h2 {
    margin-bottom: 25px;
  }

  #service {
    padding: 0px;
  }

  .gallery {
   height: 90vh;
   background-color: green;
  }
 .gallery img{
   height: 40vh;
  }
  #contactOne {
    padding: 0px;
  }

  #contactOne h1 {
    padding: 0px;
    margin: 25px 0px;
  }

  #country {
    padding-bottom: 25px;
  }

  #contactOne-form {
    padding: 0px;
    padding-bottom: 25px;
  }

  #enqiery h1 {
    padding: 0px;
     margin: 25px 0px;
  }

  #client {
    padding: 25px 0px;
    padding-bottom: 50px;
  }

  #country h1 {
    margin-bottom: 25px;
  }
 
  .gallery {
      width: 100%;
 height: auto;
 min-height: auto;
  background-color: white;
  padding-bottom: 50px;
  }



.owl-carousel {
  position: relative;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 25%;
  right: 25%;
}

.owl-theme .owl-nav.disabled+.owl-dots {

 
}


.owl-theme .owl-dots .owl-dot span {
  background-color: #f5f5f5;
  
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: red;
 
}




div.PrettyPhotoContainer {
  display: inline-block;
  width: 128px;
  height: 96px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;

  border: 1px solid silver;
  padding: 0;
  margin: 4px;
}

a.PrettyPhotoContainer {
  display: block;
  width: 100%;
  height: 100%;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: 0px;
  position: absolute;
  z-index: 10000;
}

.pp_default .pp_content_container .pp_details {
  margin-top: 30px;
}

.pp_gallery {
  display: block;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
  background-color: #000;
  opacity: 0.7;
}


  div.light_square .pp_description {
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    width: 100%;
    height: auto;
  }


.marbot0 {
  margin-bottom: 0px !important;
} 

.reg {
  line-height: 200%;
}
#contactOne {
  padding-bottom: 25px;
}





@media only screen and (max-width: 767px) {

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background-color: #f5f5f5;
    //color: white;
    width: 100%;
  }
.brand img {
  width: 160px;
}
  .navbar-nav {
    margin-top: 0px;
  }

  .header_area .mainmenu .active a {
    background-color: red;
    color: white;
  }

  .header_area .mainmenu li a:hover {
    background-color: green;
    color: red;
  }

  .header_area .header_bottom .mainmenu a:hover {
    background-color: red;
    color: white;
  }

  .copyright {
    text-align: center;
  }

  .design {
    text-align: center;
  }
}


@media only screen and (max-width: 500px) {

  .img,
  .img2,
  .img3,
  .img4 {

    height: 300px;
  }

}

@media only screen and (max-width: 400px) {

  .img,
  .img2,
  .img3,
  .img4 {

    height: 220px;
  }
}

@media only screen and (max-width: 700px) {
  div.light_square .pp_description {
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    width: 100%;
    height: auto;
  }
.wp {
  color: red;
margin-left: -30px;
font-size: 1.2em !important;;
margin-right: 10px; margin-top: 10px;
}
#contactOne li:nth-child(1)::before {  

font-size: 1.2em !important;

}
}

@media only screen and (max-width: 500px) {
  div.light_square .pp_description {
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
    font-size: 8px;
    width: 100%;
    height: auto;
  }
  
.wp {
  color: red;
margin-left: -30px;
font-size: 1.2em !important;;
margin-right: 10px; margin-top: 10px;
}
#contactOne li:nth-child(1)::before {  

font-size: 1.2em !important;

}
  .brand img {
    width: 30%;
  }

  .navbar-default .navbar-toggle {
    margin-top: -50px;
  }
  .navbar-toggle {
    padding: 5px 5px;
  } 

  .navbar-toggle .icon-bar {
    width: 17px;
  }
  .header_area .header_bottom .mainmenu a, .navbar-default .navbar-nav > li > a {
    font-size: 12px;
  }

  .first-slider .hero {
    width: 40%;
  }
  .first-slider .hero h3 {
  font-size: 2vw !important;
  opacity: 1 !important;
  margin-top: 2px;
}
#about p {
  font-size: 0.9em;
}
#contactOne {
padding-bottom: 25px;
}

#client h1 {
  margin-bottom: 25px;
}
#client {
 padding-bottom: 55px;
}
#contactOne li {
  font-size: 0.9em !important;
}
.colast img {
  margin-bottom: 0px;
}
}

@media only screen and (min-width: 767px) {
  .overlay span {

    font-size: 30px;

}
  .img, .img2, .img3, .img4 {

   margin-left: -15px;

}

.wp {
  color: red;
margin-left: -30px;
font-size: 1.2em !important;;
margin-right: 10px; margin-top: 10px;
}

 }


@media only screen and (max-width: 767px) {

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{
  background-color: red !important;
  color: white;
}
}
} 
/*mobile css end*/



@media (min-width: 1900px) and (max-width: 1920px) {
 .first-slider .item  {
  width: 100%;
  height:78vh !important;
}
.first-slider .item1 {
  width: 100%;
  height:78vh !important;
  background-image: url('../images/slider/Banner1.jpg');
  background-size: cover;
  background-position: center;
}

.first-slider .item2 {
  width: 100%;
  height:78vh !important;
  background-image: url('../images/slider/Banner2.jpg');
  background-size: cover;
  background-position: center;
}

.first-slider .item3 {
  width: 100%;
  height:78vh !important;
  background-image: url('../images/slider/Banner3.jpg');
  background-size: cover;
  background-position: center;
}

.first-slider .item4 {
  width: 100%;
  height:78vh !important;
  background-image: url('../images/slider/Banner4.jpg');
  background-size: cover;
  background-position: center;
}

.first-slider .item5 {
  width: 100%;
  height:78vh !important;
  background-image: url('../images/slider/Banner5.jpg');
  background-size: cover;
  background-position: center;
}

.first-slider .item6 {
  width: 100%;
  height:78vh !important;
  background-image: url('../images/slider/Banner6.jpg');
  background-size: cover;
  background-position: center;
}


}

