
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@font-face {
  font-family: 'JaapokkiRegular';
  src: url("../fonts/jaapokki/jaapokki-regular.eot");
  src: url("../fonts/jaapokki/jaapokki-regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/jaapokki/jaapokki-regular.woff") format("woff"), url("../fonts/jaapokki/jaapokki-regular.ttf") format("truetype"), url("../fonts/jaapokki/jaapokki-regular.svg#JaapokkiRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
::-webkit-scrollbar
{
  display: none;
}
html,body{
  overflow-x: hidden;
}


body, p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'JaapokkiRegular';
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

h1, .h1 {
  font-size: 36px;
  line-height: 48px;
}

h2, .h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

h3, .h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

h4, .h4 {
  font-size: 18px;
  line-height: 28px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 24px;
}

.icon-xl {
  font-size: 200px;
}



html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #6A6A6A;
  background: #fff;
}

.fixed-top{
  position: fixed;
}


h1,
h2,
h3 {
  color: #323232;
}

.body-inner {
  position: relative;
  overflow: hidden;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a.read-more {
  color: #323232;
}



.p-0 {
  padding: 0;
}

.media > .float-left {
  margin-right: 20px;
}

.heading {
  padding-bottom: 50px;
  margin-top: 50px;
  transition: all 0.3s ease 0s;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

a:focus {
  outline: 0;
}

ul.circle,
ul.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.circle li {
  position: relative;
  margin-left: 30px;
  padding-bottom: 20px;
}

ul.circle li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 8px;
  line-height: 8px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  position: absolute;
  left: -33px;
  top: 5px;
}

ul.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.check-list li {
  margin-bottom: 5px;
}

ul.check-list li i {
  margin-right: 10px;
  font-size: 14px !important;
}

ul.arrow li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
}


.portfolio.angle:before {
  background: #f5f5f5;
}

.portfolio.angle {
  padding-bottom: 120px;
}

.clients.angle {
  padding: 120px 0;
}

/* Parallax */
.parallax {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: fixed !important;
  padding: 110px 0;
  color: #fff;
  position: relative;
}

.parallax h2,
.parallax h3 {
  color: #fff;
  margin-top: 0;
}

.parallax .btn {
  color: #fff;
}

.parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/overaly.html);
}

.parallax h3 {
  margin-bottom: 30px;
}

.parallax1 {
  background: url(../images/parallax/parallax1.html) no-repeat;
}

.parallax2 {
  background: url(../images/parallax/parallax2.html) no-repeat;
}

.parallax3 {
  background: url(../images/parallax/parallax3.html) no-repeat;
}

.parallax4 {
  background: url(../images/parallax/parallax4.html) no-repeat;
}

.parallax .btn.solid {
  margin-left: 10px;
}

/* Deafult title */
.title-icon {
  font-size: 32px;
  margin-right: 15px;
  margin-top: 9px;
  color: #959595;
}

.title-icon.classic {
  margin-top: 0;
}

.title {
  position: relative;
  margin: 0;
  line-height: 32px;
  border-left: 2px solid #e7e7e7;
  display: inline-block;
  padding-left: 15px;
  transition: all 0.3s ease 0s;
}

.title.classic {
  line-height: 40px;
  height: 34px;
}

.title-desc {
  font-family: 'Lato', serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  color: #6A6A6A;
}

/* Title style 2 */
.title2 {
  
  margin-top: 20px;
}

.title2:after {
  content: '';
  width: 150px;
  left: 50%;
  margin-left: -75px;
  top: 50%;
  height: 3px;
  background: #dedede;
  position: absolute;
}

.title2 .title-desc {
  padding-top: 50px;
}


/* Icon pentagon */
.icon-pentagon {
  display: inline-block;
  height: 24px;
  width: 40px;
  position: relative;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.icon-pentagon:hover {
  color: rgba(0, 0, 0, 0.5);
}

.icon-pentagon:before {
  border-left: 20px solid rgba(0, 0, 0, 0);
  border-right: 20px solid rgba(0, 0, 0, 0);
  top: -10px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.icon-pentagon:after {
  border-left: 20px solid rgba(0, 0, 0, 0);
  border-right: 20px solid rgba(0, 0, 0, 0);
  bottom: -10px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.icon-pentagon i {
  font-size: 20px;
  line-height: 24px;
}

.service-icon {
  height: 46px;
  width: 90px;
  margin-bottom: 50px;
}

.service-icon:before {
  border-left: 45px solid rgba(0, 0, 0, 0);
  border-right: 45px solid rgba(0, 0, 0, 0);
  top: -30px;
}

.service-icon:after {
  border-left: 45px solid rgba(0, 0, 0, 0);
  border-right: 45px solid rgba(0, 0, 0, 0);
  bottom: -30px;
}

.service-icon i {
  font-size: 36px;
  line-height: 46px;
}








.flexslider img{
  margin-top:80px;
}

/* Main navigation */
.navbar {
  padding: 0;
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #333;
  margin-left:15px;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 15px 18px !important;
  transition: .2s ease;
  font-size: 14px;
}

@media (max-width: 991px) {
  .navbar-nav .nav-link {
    padding: 10px !important;
  }
}



/*-- Header style 1 --*/
@media (max-width: 991px) {
  .header3 {
    /* background: #191919; */
    box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
    /* width:1000px; */
  }
}

@media (max-width: 991px) {
  .header .navbar {
    padding: 16.5px 0;
    width:100%;
    margin-left:-120px;
  }
}

.header3-solid {
  background: #191919;
  box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);

}

/*-- Logo --*/
.navbar-brand.navbar-bg {
  position: absolute;
  left: 0;
  padding: 3px 15px 10px;
  width: 20%;
  height: 62px;
  line-height: 62px;
}


/* Header Style - 3
================================================== */
.header3 .navbar {
  background: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  overflow: hidden;
  z-index: 99999;
  margin-left:-130px;
/* width: 100%; */
 

}

.header3 .navbar-brand {
  background: transparent;
}

.header3 .navbar-toggler {
  background: transparent;
  padding-bottom: -10px;
}



/* Slideshow
================================================== */


#main-slide .carousel-item img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}

#main-slide .carousel-item {
  -webkit-backface-visibility: hidden;
}

#main-slide .carousel-item .slider-content {
  z-index: 1;
  opacity: 0;
  transition: opacity 500ms;
}

#main-slide .carousel-item.active .slider-content {
  opacity: 1;
  transition: opacity 100ms;
}

#main-slide .slider-content {
  top: 50%;
  margin-top: -70px;
  left: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  color: #fff;
}

#main-slide .carousel-indicators {
  bottom: 70px;
}

.carousel-indicators li {
  width: 30px !important;
  height: 10px !important;
  margin: 1px !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
}

#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
  transition: all 300ms ease;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
  transition: all .25s ease;
}

#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
}

#main-slide:hover .carousel-control.left {
  left: 20px;
}

#main-slide:hover .carousel-control.right {
  right: 20px;
}

#main-slide .carousel-control.left span {
  padding: 15px;
}

#main-slide .carousel-control.right span {
  padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
  left: 0;
}

#main-slide .carousel-control .fa-angle-right {
  right: 0;
}

#main-slide .carousel-control i {
  background: none;
  color: #fff;
  line-height: 56px;
  width: 56px;
  height: 56px;
  border: 1px solid #fff;
  border-radius: 100%;
  font-size: 36px;
  transition: all 500ms ease;
}

#main-slide .carousel-control i:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

#main-slide .slider-content h2 {
  font-size: 52px;
  text-transform: uppercase;
  color:#fff ;
}

#main-slide .slider-content h3 {
  font-size: 28px;
  margin-top: 40px;
  color: #fff;
}

.slider.btn {
  padding: 10px 35px;
  margin-top: 40px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.slider.btn.solid {
  margin-left: 15px;
}

.slider-content-left {
  position: relative;
  margin: 0 0 0 40px;
}

.slider-content-right {
  position: relative;
}

/*-- Animation */
.carousel .carousel-item.active .animated2,
.flex-active-slide .animated2 {
  -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
  animation: lightSpeedIn 1s ease-in 200ms both;

}


.carousel .carousel-item.active .animated3,
.flex-active-slide .animated3 {
  -webkit-animation: bounceInLeft 2s ease-in-out 800ms both;
  animation: bounceInLeft 1.5s ease-in-out 800ms both;
}

.carousel .carousel-item.active .animated4,
.flex-active-slide .animated4 {
  -webkit-animation: flipInX 2s ease-in 800ms both;
  animation: flipInX 2s ease-in 800ms both;
}

.carousel .carousel-item.active .animated5,
.flex-active-slide .animated5 {
  -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
  animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .carousel-item.active .animated6,
.flex-active-slide .animated6 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
  animation: bounceIn 1s ease-in 500ms both;
}

.carousel .carousel-item.active .animated7,
.flex-active-slide .animated7 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
  animation: bounceIn 1s ease-in 500ms both;
}

.carousel .carousel-item.active .animated8,
.flex-active-slide .animated8 {
  -webkit-animation: bounceInDown 1s ease-in 800ms both;
  animation: bounceInDown 1s ease-in 800ms both;
}

/* Flex slider */
.ts-flex-slider {
  position: relative;
}

.ts-flex-slider .flexSlideshow {
  width: 100%;
  overflow: hidden;
}

.overlay2 {
  position: relative;
  
}

.overlay2 img {
  width: 100%;
  height: 1000px;
}



.ts-flex-slider .flexslider .slides {
  z-index: 0;
}

.ts-flex-slider .slider-content {
  z-index: 3;
}

.ts-flex-slider .flex-direction-nav a {
  width: 55px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 32px;
}

.ts-flex-slider .flex-direction-nav a.flex-next {
  border-radius: 3px;
}

.ts-flex-slider .flex-direction-nav a.flex-prev {
  border-radius: 3px;
}

/* Services
================================================== */
.service {
  padding-top: 40px;
}

.service-heading {
  padding-bottom: 30px;
  text-align: center;
}

.service-content {
  margin-top: 30px;
}

.service-content h3 {
  font-size: 16px;
}






.featured-tab .nav-link {
  position: relative;
  background: #f2f2f2;
  border-radius: 0;
  padding: 10px;
  transition: all 300ms ease;
}

.featured-tab .nav-link.active:hover {
  color: #fff !important;
}

.featured-tab .nav-link::before {
  left: 100%;
  border: transparent solid;
  content: "";
  position: absolute;
  border-width: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left-color: #f2f2f2;
  transition: inherit;
}

/* Portfolio
================================================== */
.portfolio {
  background: #f5f5f5;
  padding-bottom: 0;
}

#main-container.portfolio {
  background: none;
  padding-top:100px;
}

/*-- Isotope Portfolio start --*/
#isotope .isotope-item {
  padding: 0;
}

.isotope-nav {
  margin: -80px auto 80px;
  display: inline-block;
  float: right;
  position: relative;
  z-index: 100;
}

.isotope-nav ul {
  list-style: none;
  margin: 0;
}

.isotope-nav ul li {
  float: left;
  margin-right: 10px;
}

.isotope-nav ul li a {
  color: #323232;
  padding: 5px 15px 8px;
  border: 1px solid #ddd;
  transition: all 0.3s;
}

.isotope-nav ul a.active,
.isotope-nav ul a:hover {
  color: #fff;
  position: relative;
  border: 1px solid transparent;
}

.isotope-nav ul a.active:after,
.isotope-nav ul a:hover:after {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -13px;
  margin-left: -8px;
  left: 50%;
  border-width: 7px;
  border-style: solid;
}

#isotope .isotope-item .grid {
  position: relative;
  margin-bottom: -8px;
}

.grid figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  width: 100%;
  height: 100%;
}

.grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-oscar {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

figure.effect-oscar img {
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-oscar figcaption {
  padding: 2.5em;
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
}

figure.effect-oscar h3 {
  font-size: 18px;
  color: #fff;
  opacity: 0;
  margin: 25% 0 10px 0;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-oscar a {
  color: #fff;
  font-size: 18px;
  margin: 20px 5px 0;
  display: inline-block;
  z-index: 1;
  position: relative;
  transition: all 0.35s;
}

figure.effect-oscar a.link i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar a {
  opacity: 0;
  transition: all 0.35s, -webkit-transform 0.35s;
  transition: all 0.35s, transform 0.35s;
  transition: all 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

figure.effect-oscar:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover h3,
figure.effect-oscar:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(0, 0, 0, 0.5);
}

figure.effect-oscar:hover img {
  opacity: 0.4;
}

/* Portfolio box */
.portfolio-box {
  padding-bottom: 80px;
}

.portfolio-box .isotope-nav {
  margin: 0 auto 60px;
  float: none;
}





/* Sub pages
================================================== */
/* Banner area */
#banner-area {
  position: relative;
}
#banner-area img{
  width: 100%;
} 

.banner-title-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
}

.banner-title-content h2 {
  color: #fff;
  font-size: 36px;
}

.banner-title-content .breadcrumb {
  background: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.banner-title-content .breadcrumb a:hover {
  color: #ccc;
}

/* About Us */
.about-message {
  background: #f4f4f4;
  min-height: 374px;
}

.about-message ul li a {
  color: #6A6A6A;
}

/* Career */
.accordion .card-header a {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.accordion .card-header a::before, .accordion .card-header a.collapsed::before {
  font-family: FontAwesome;
  position: absolute;
  z-index: 0;
  font-size: 16px;
  left: 10px;
  padding: 0 5px;
  text-align: center;
}

.accordion .card-header a::before {
  content: "\f056";
}

.accordion .card-header a.collapsed::before {
  content: "\f055";
}
/* ////////////testomonial///////////// */
.testo{
  padding-top:1%;
  padding-bottom: 3%;
  background-color: #f4f4f4;
}

.testimonial{
  padding-right:30px ;
}
.pic > img{
  border-radius: 50%;
  float: left;
  margin-right: 30px;
}

.pic img{
  width: 15%;
  height: 15vh;
}
.testimonial-review p{
  color: black;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: justify;
  font-weight: 400;
  line-height: 1.6;
}
.testimonial-title{
  color: #f69b37;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.6;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: white;
}
.owl-theme .owl-controls{
  margin-top: 30px;
}
@media screen and (max-width: 767px){
  .testimonial{
      text-align: center;
      padding: 0 15px;
  }
  .pic > img{
      float: none;
      margin: 0 0 10px 0;
  }

  #banner-area img{
    height: 250px;
    width:100%;
  }
}






/* Elements page
================================================== */
.testimonial.elements .testimonial-text,
.testimonial.elements .testimonial-content h3.name,
.testimonial.elements .testimonial-content h3 span {
  color: #323232;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial.elements .testimonial-slide.owl-theme .owl-controls .owl-page span {
  border: 1px solid #e7e7e7;
}

/* Responsive styles
================================================== */

@media (min-width: 992px) {
  .flexslider .slides img,
  .ts-flex-slider .flexSlideshow {
    height: 750px;
  }
  .dropdown i {
    display: none;
  }
}

/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  /* Common */
  .parallax {
    padding: 60px 0;
  }
  /* Slideshow */
  #main-slide .slider-content h2 {
    font-size: 36px;
  }
  #main-slide .slider-content h3 {
    font-size: 22px;
    margin: 20px 0;
  }
  .slider.btn {
    padding: 5px 25px;
    margin-top: 5px;
    font-size: 16px;
  }
  #main-slide .carousel-indicators {
    bottom: 20px;
  }

  /* Portfolio */
  .isotope-nav {
    margin: 0 auto 40px;
  }
  figure.effect-oscar figcaption {
    padding: 1.5em;
  }
  figure.effect-oscar figcaption::before {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
  figure.effect-oscar h3 {
    margin-top: 0;
    font-size: 16px;
  }
  /* Feature */
  .feature-content h3,
  .feature-center-content h3 {
    font-size: 14px;
    line-height: normal;
  }
  /* Featured tab */
  .featured-tab .tab-pane img {
    width: 45%;
  }
  .featured-tab .tab-pane i.big {
    font-size: 150px;
  }
  .featured-tab .tab-pane,
  .landing-tab .tab-pane {
    text-align: left;
  }

  /* Testimonial */
  .testimonial-content {
    padding: 0 30px;
  }
 

}

/* Small Devices Potrait */
@media (max-width: 767px) {
  /* Common */
  .parallax {
    padding: 60px 0;
  }
  .style-switch-button {
    display: none;
  }
  .heading {
    text-align: center;
  }
  .heading .title-icon {
    float: none !important;
    margin: 0 0 20px;
    display: inline-block;
  }
  h2.title {
    font-size: 28px;
    border-left: 0;
  }
  .title-desc {
    line-height: normal;
    padding: 6px 55px 0;
  }
  .btn.btn-primary {
    padding: 8px 22px;
  }
  h2 {
    font-size: 28px;
  }
  /* Slideshow */
  #main-slide .slider-content {
    margin-top: -35px;
  }
  #main-slide .slider-content h2 {
    font-size: 18px;
    line-height: normal;
  }
  #main-slide .slider-content h3 {
    font-size: 12px;
    line-height: normal;
    margin: 0;
  }
  .slider.btn {
    display: none;
  }
  #main-slide .carousel-control {
    display: none;
  }
  #main-slide .carousel-indicators {
    bottom: 0;
  }
  /* About */
  .about {
    padding-top: 40px;
  }
  .about.angle:before {
    position: relative;
  }
  /* Service */
  .service-content {
    display: inline-block;
    margin-bottom: 30px;
  }
  /* Portfolio */
  .isotope-nav {
    margin: 0 auto 40px;
  }
  .isotope-nav ul li a {
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
  }
  figure.effect-oscar h3 {
    margin-top: 25%;
  }
  #isotope .isotope-item .grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Featured tab */
  .featured-tab {
    padding: 0 30px;
  }
  .featured-tab .tab-pane i.big {
    font-size: 150px;
  }
  .featured-tab .tab-pane,
  .landing-tab .tab-pane {
    text-align: left;
    padding-left: 0;
    padding-top: 30px;
  }

 

  /* Testimonial */
  .testimonial-content {
    padding: 0 30px;
  }
 
}
 

 

 

 
  

/* Extra Small Devices, Phones */
@media (max-width: 479px) {
  /* Slideshow */
  #main-slide .slides img {
    height: 230px;
  }
  #main-slide .item img {
    height: 250px;
  }
}

/* Custom, iPhone Retina */

/*# sourceMappingURL=maps/style.css.map */

.main{
  padding-bottom: 100px;
}

/* fixed social*/
#fixed-social {
  position: fixed;
  top: 300px;
  z-index:99999;
}

#fixed-social a {
  color: #fff;
  display: block;
  height: 40px;
  position: relative;
  text-align: center;
   line-height: 40px;
  width: 40px;
  margin-bottom: 1px;
  z-index: 2;
}
#fixed-social a:hover>span{
 visibility: visible;
 left: 41px;
 opacity: 1;
} 
#fixed-social a span {
 line-height: 40px;
   left: 60px;
   position: absolute;
   text-align: center;
   width: 120px;
   visibility: hidden;
   transition-duration: 0.5s;
   z-index: 1;
   opacity: 0;
}
.fixed-facebook{
  background-color:blue;
}
.fixed-facebook span{
 background-color: black;
}
.fixed-twitter{
 background-color:rgb(69, 209, 209);

}
.fixed-twitter span{
  background-color: black;
}
.fixed-gplus{
 background-color: #F4B400;

}
.fixed-gplus span{
  background-color: black;
}
.fixed-linkedin{
 background-color: #0e76a8;

}
.fixed-linkedin span{
  background-color: black;
}
.fixed-instagrem{
 background-color: #e4717a;

}
.fixed-instagrem span{
  background-color: black;
}
.fixed-tumblr{
 background-color: black;

}
.fixed-tumblr span{
  background-color: black;
}

.fixed-whatsapp{
  background-color: green;
}

.fixed-whatsapp span{
  background-color: black;
}

/* end social links */




.form-parent {
  width: 323px;
  height: auto;
  background: transparent url('../../3.bp.blogspot.com/-gvfHlb6JnY4/VPnwlkELmhI/AAAAAAAAKDU/9lgOeCd279E/s1600/contact-button.png') no-repeat right 10px;
  position: fixed;
  top: 150px;
  left: -275px;
  z-index: 9999999;
  transition: all ease .6s;
  -moz-transition: all ease .6s;
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;
}

.form-parent:hover {
  left: 0;
}

.cc-float-form {
  background: -moz-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
  background: -webkit-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
  background: -o-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
  background: -ms-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
  background: linear-gradient(to bottom, #2b2a2b 5%, #0a0a0a 100%);
  color: #fafafa;
  padding: 10px;
  width: 250px;
  border: 2px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#ContactForm1 {
  display: none;
}

.contact-form-area {
  background: #222;
  width: 245px;
  padding: 10px 0px;
  border: 1px solid #111;
  box-shadow: 2px 2px 2px #111 inset;
  -webkit-box-shadow: 2px 2px 2px #111 inset;
  font-family: Verdana, Geneva, sans-serif;
  color: #fafafa;
  font-size: 12px;
}

#cc {
  float: right;
  font-size: 9px;
  margin-top: -10px;
  color: #777;
}

#cc a {
  color: #777;
  text-decoration: none;
}


/* /////////////////////////loader////////////////////// */

.loader_bg{
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
  padding-left: 600px;
  padding-top:250px;
}

.loader{
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;

  position: absolute;
  top: calc(50vh-75px);
  left: calc(50vw-75px);
}

.loader img{
 
	width:200%;
	margin-left:-50px;
	
}

.loader:before, .loader:after{
  content: ' ';
 
  border-radius: 50%;
  width:inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left:0;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader:before{
  animation-delay: .5s;
}

@keyframes loader{
  0%{
     transform: scale(0);
     opacity: 0;
  }
  50%{
     opacity:1;
  }
  100%{
     transform: scale(1);
     opacity: 0;
  }
}

@media(max-width: 768px)
{
	.loader img{
 
 width:200%;
 margin-left:-50px;
 
	}
 .loader_bg{
     position: fixed;
     z-index: 999999;
     background: #fff;
     width: 100%;
     height: 100%;
     padding-left: 100px;
     padding-top:200px;
  }
  .loader img{
    margin-top: 30px;
  }
}


/* //////////////////////footer////////////////// */

p span{
  color:#ee3b24 ;
}

.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:white;
}
.site-footer hr
{
  border-top-color:#ee3b24;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#ee3b24;
  font-size:20px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:white;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:20%;
  
}
/* .footer-links li
{
  display:block
} */
.footer-links a
{
  color:white;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  /* list-style:none */
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:white;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:white;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
  

}


/* /////////////////////navbar contact////////////////// */

.mob a{

	font-size: 20px;
}

.mob a li{
	color: chocolate;
}


.navbar-brand img{
  width:140px;
  height: 30%;
  margin-left:-30px;
}

@media(max-width:768px){
  .navbar-brand img{
    width:30%;
    height:10%;
  }
  .title2 {
    position: relative;
    margin-top: 20px;
  }
  .title2 .title-desc {
    padding-top: 80px;
    margin-bottom:-20%;
  }
  .site-footer h6{
    text-align: center;
  }
  .footer-links
{
  padding-left:40%;
  
}
.mail{
  margin-right: 10px;
}
.overlay2 {
  position: relative;
  padding-top:15%;
}
.overlay2 img{
  height: 500px;
}
}

/* ///////////aboutus///////// */

.about-wrapper-top{
  padding-top:5%;
}

/* .about-message{
  margin-left:10%;
} */

.about-message h3{
  text-align: center;
  margin-top:3%;
}

.about-message p{
  text-align: justify;
  font-size: 18px;
  margin-left:8%; 
  margin-right:3%;
}

.para{
  text-align: justify;
}

.service p{
  text-align: justify;
}


@media only screen and (max-width: 813px) and (min-width:662px) {

  .navbar-brand img{
    width:20%;
    height:10%;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #333;
    margin-left:0px;
  }
} 
@media only screen and (max-width: 917px) and (min-width:662px) {

  .navbar-brand img{
    width:20%;
    height:10%;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #333;
    margin-left:0px;
  }
}

@media only screen and (max-width: 1018px) and (min-width:662px){

  .navbar-brand img{
    width:200px;
    height:100px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #333;
    margin-left:0px;
  }
}

@media only screen and (max-width: 1149px) and (min-width:662px){

  .navbar-brand img{
    width:200px;
    height:100px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #333;
    margin-left:0px;
  }
}



@media only screen and (max-width: 360px) and (min-width:640px) {

  
  .mail{
    margin-right: 10px;
    

  }
}


.mail{
  margin-right: 40px;
}

.mob1{
  text-align: center;
  margin-left:21%;
  font-size: 20px;
  color:#ee3b24;
}




.main1 img{
  width: 380px;
  height: 300px;
  margin-top:20px;
}

.data{
  padding-top:20px;
  margin-left:25px; 
    
}
@media(max-width: 768px)
{
  .data{
  padding-top:30px;
  margin-left:-10px; 
}
.main1 img{
  width: 345px;
  height: 300px;
  padding:15px;
}
.over{
  text-align: center;
}
.navbar-light .navbar-toggler{
  margin-top:-50px;
  padding-left:260px;
}
.flexslider img{
  margin-top:160px;
}
#main-slide .slider-content h2{
  margin-top:50px;
}
}
@media(max-width:768px)
{
  .mob{
    display: none;
  }
  .mob a li
  {
    
    font-size:14px;
    
  }
  .head{
    font-size: 14px;
  
  }
  .desktop
  {
   margin-left:40px;
    color: #ee3b24;
  }
}

@media(min-width:1200px)
{
  .desktop
  {
    display: none;
  }
}


@media(max-width:768px)
{
  #fixed-social{
    display: none;
  }
  .about-img img{
    width: 100%;
    height: 100%;
    padding:15px;
  }
  .slidermob
  {
    margin-top: -100px;
  }
  .mobimg
  {
    margin-top: 60px;
  }
  .mobmap
  {
    margin-left: 60px;

  }
  
}
.belowslider{
  color: #990099; 
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width:785px) and (max-width:1200px){
  .desktop
  {
    display: none;
  }
}
@media only screen and (min-width:490px) and (max-width:500px){
  
.main1 img{
  width: 490px;
  height: 300px;
  
}
}


/* rating */

.rating {
	font-size:1.2rem;
  line-height: 1.2rem;
  display: inline-block;
}

.rating .star {
  position: relative;
  float: left;
  width: 1.4rem;
  height: 1.2rem;
	font-family:FontAwesome;
	font-weight:normal;
	font-style:normal;
  text-shadow: 1px 1px 2px rgba(0,0,0,.4);
  border: 0;
  background: transparent;
}

.rating .star:before {
	position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  transform: translate(-50%, -50%);
  content:"\f006";
	color:#777;
}

.rating--read-only .star--full:before {
  content:"\f005";
	color:gold;
}

.rating--read-only .star--half:after {
	position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  transform: translate(-50%, -50%);
  content:"\f089";
  color:gold;
}


.rating--interactive .star {
  float: right;
}

.rating--interactive .star:hover {
	cursor:pointer;
}

.rating--interactive .star:hover:before,
.rating--interactive .star:hover ~ .star:before {
	content:"\f005";
	color:gold;
}

.about-img img{
  width: 100%;
  height: 100%;
  padding-right:15px;
}



@media(max-width:768px)
{
  .fixed-button {
    background-color: green;
    color: white;
    
    position: fixed;
    bottom: 0px;
    right: 15px;
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
    border-radius: 30px;
    box-shadow: 1px 3px 5px #888888;
    z-index:100;
   
    
  }

  
 
}

 


  @media only screen and (min-width:1000px) and (max-width:1200px){
    .header3 .navbar-brand{
      width:100px;

    }

    .fixed-button{
        display:none;
      }
  }
  /* /////////////////////navbar////////////// */



  @media only screen and (min-width:800px) and (max-width:1000px){
    .header3 .navbar {
      width:110%;
    }
    }

    @media only screen and (min-width:1300px) and (max-width:1800px){
      .header3 .navbar {
        width:110%;
        margin-left:-15%;
        /* height: 150px; */
      }
      .header3 .navbar-brand{
        width:300px;
      }
      }

      @media only screen and (min-width:1600px) and (max-width:1800px){
        .header3 .navbar {
          width:110%;
          margin-left:-25%;
          /* height: 150px; */
        }
        .header3 .navbar-brand{
          width:300px;
        }
        }

        @media only screen and (min-width:800px) and (max-width:1800px){
          .fixed-button{
            display:none;
          }
          }
  
  
  
/* /////////testimonial//////////////// */

.testimonial-review{
  padding:50px;
}
        