body{
  overflow-x: hidden;

}

hr.secondary {
    max-width: 50px;
    border-color: #ffffff;
    border-width: 3px;
}

hr.primary {
    max-width: 50px;
    border-color: #2c3e50;
    border-width: 3px;
    margin: 0 auto;
}

*{
  margin:0;
  padding: 0;
  box-sizing: border-box;
}
.theme1 {
    background-color: #83d1da;

}

.theme1 .backgroud-slide:nth-child(1){
    background-image: url(../img/theme1/bg-1.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
}

.theme1 .backgroud-slide:nth-child(2){
    background-image: url(../img/theme1/bg-2.png);
    background-position: 0 50px;
}

.theme1 .backgroud-slide:nth-child(3){
    background-image: url(../img/theme1/bg-3.png);
    background-position: 0 0px;
    background-position: 0 20px;
}

.theme1 .backgroud-slide:nth-child(4){
    background-image: url(../img/theme1/bg-4.png);
    background-position: 0 0px;
    background-position: 0 20px;
}

.theme1 .backgroud-slide:nth-child(5){
    background-image: url(../img/theme1/bg-5.png);
    background-position: 0 0px;
    background-position: 0 20px;
}

.theme2 {
    background-color: #8dda96;

}

.theme2 .backgroud-slide:nth-child(1){
    background-image: url(../img/theme2/bg-1.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
}

.theme2 .backgroud-slide:nth-child(2){
    background-image: url(../img/theme2/bg-2.png);
    background-position: 0 50px;
}

.theme2 .backgroud-slide:nth-child(3){
    background-image: url(../img/theme2/bg-3.png);
    background-position: 0 0px;
    background-position: 0 20px;
}

.theme2 .backgroud-slide:nth-child(4){
    background-image: url(../img/theme2/bg-4.png);
    background-position: 0 0px;
    background-position: 0 20px;
}

.theme2 .backgroud-slide:nth-child(5){
    background-image: url(../img/theme2/bg-5.png);
    background-position: 0 0px;
    background-position: 0 20px;
}

.theme3 {
    background-color: #daa594;

}

.theme3 .backgroud-slide:nth-child(1){
    background-image: url(../img/theme3/bg-1.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
}

.theme3 .backgroud-slide:nth-child(2){
    background-image: url(../img/theme3/bg-2.png);
    background-position: 0 50px;
}

.theme3 .backgroud-slide:nth-child(3){
    background-image: url(../img/theme3/bg-3.png);
    background-position: 0 0px;
    background-position: 0 20px;
}

.theme3 .backgroud-slide:nth-child(4){
    background-image: url(../img/theme3/bg-4.png);
    background-position: 0 0px;
    background-position: 0 20px;
}

.theme3 .backgroud-slide:nth-child(5){
    background-image: url(../img/theme3/bg-5.png);
    background-position: 0 0px;
    background-position: 0 20px;
}

.theme4 {
    background-color: #daa03f;

}

.theme4 .backgroud-slide:nth-child(1){
    background-image: url(../img/theme4/bg-1.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
}

.theme4 .backgroud-slide:nth-child(2){
    background-image: url(../img/theme4/bg-2.png);
    background-position: 0 50px;
}

.theme4 .backgroud-slide:nth-child(3){
    background-image: url(../img/theme4/bg-3.png);
    background-position: 0 0px;
    background-position: 0 20px;
}

.theme4 .backgroud-slide:nth-child(4){
    background-image: url(../img/theme4/bg-4.png);
    background-position: 0 0px;
    background-position: 0 20px;
}

.theme4 .backgroud-slide:nth-child(5){
    background-image: url(../img/theme4/bg-5.png);
    background-position: 0 0px;
    background-position: 0 20px;
}

.theme5 {
    background-color: #2b6364;

}

.theme5 .backgroud-slide:nth-child(1){
    background-image: url(../img/theme5/bg-1.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
}

.theme5 .backgroud-slide:nth-child(2){
    background-image: url(../img/theme5/bg-2.png);
    background-position: 0 50px;
}

.theme5 .backgroud-slide:nth-child(3){
    background-image: url(../img/theme5/bg-3.png);
    background-position: 0 0px;
    background-position: 0 20px;
}

.theme5 .backgroud-slide:nth-child(4){
    background-image: url(../img/theme5/bg-4.png);
    background-position: 0 0px;
    background-position: 0 20px;
}

.theme5 .backgroud-slide:nth-child(5){
    background-image: url(../img/theme5/bg-5.png);
    background-position: 0 0px;
    background-position: 0 20px;
}


.theme {

    overflow: hidden;
    height: 500px;
}


.theme .backgroud-slide:nth-child(1){
    height: 500px;
    position: relative;
    z-index: 10;
    /*top: -500px;*/

}

.theme .backgroud-slide:nth-child(2){
    height: 500px;
    position: relative;
    top: -500px;
    z-index: 9;
    -webkit-animation: zoom 400000s infinite linear;
    -moz-animation: zoom 400000s infinite linear;
    animation: zoom 400000s infinite linear;
}

.theme .backgroud-slide:nth-child(3){
    height: 500px;
    position: relative;
    top: -1000px;
    z-index: 8;
    -webkit-animation: zoom2 300000s infinite linear;
    -moz-animation: zoom2 300000s infinite linear;
    animation: zoom2 300000s infinite linear;
}

.theme .backgroud-slide:nth-child(4){
    height: 500px;
    position: relative;
    top: -1500px;
    z-index: 7;
    -webkit-animation: zoom2 400000s infinite linear;
    -moz-animation: zoom2 400000s infinite linear;
    animation: zoom2 400000s infinite linear;
}

.theme .backgroud-slide:nth-child(5){
    height: 500px;
    position: relative;
    top: -2000px;
    z-index: 6;
    -webkit-animation: zoom2 600000s infinite linear;
    -moz-animation: zoom2 600000s infinite linear;
    animation: zoom2 600000s infinite linear;
}




.backgroud-slide23{
    height: 500px;
    background-color: #83d1da;

    background-repeat: no-repeat, repeat-x, repeat-x, repeat-x, repeat-x;
    background-position: 100px 0,  0 50px, 0 0, 0 0, 0 0, 0 0;


}


/* Standard syntax */
@keyframes zoom {
    from {
        background-position:   0 50px;
    }
    to {
        background-position:   9999999px 50px;
    }
}

@keyframes zoom2 {
    from {
        background-position:   0 0px;
    }
    to {
        background-position:   9999999px 0px;
    }
}


/*logo*/
.logo{
  margin-top: -15px;
  /*height: 100%;*/
  height: 50px;
}
/*logo end*/

/*custom navabr button start*/
.sim-button{
  line-height: 50px;
 
  text-align: center;
 
  width: 100px;
  cursor: pointer;
}
/*button 6 code*/
.button6{
  color: rgba(255,255,255,1);

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

  position: relative; 
}
.button6 a{
  color: rgba(51,51,51,1);
  text-decoration: none;
  display: block;
}
.button6 span{
  z-index: 2; 
  display: block;
  position: absolute;
  width: 100%;
  height: 100%; 
}
.button6::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  /*background-color: rgba(255,255,255,0.5);*/
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  /*box-shadow: 2px 2px 2px 2px;*/
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
}
.button6:hover::before{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*custom navbar button end */

/*full width drop down*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}


.dropdown-menu {
  min-width:auto;
  width:100%;
}

/*full width dropdown end*/

/*carousel start*/
.carousel_wrapper{
  margin-top: 50px;

}
/*carousel end*/
 

/*products images*/
.thumbnail_wrapper{
  margin-top: 10px;
}
.thumbnail_wrapper2,
.thumbnail_wrapper3,
.thumbnail_wrapper4{
  margin-top: -10px;
}
.product_wrapper{
margin-top: 30px;
}
.img_size{
  height: 200px;
  min-height: 150px;
  min-width: 150px;
  width: 250px;
  border-radius: 5px;

}
.thumbnail_image{
  height: 200px;
  min-height: 150px;
  min-width: 150px;
  width: 250px;
  border:none;
}


/*new row*/
.thumbnail {
    position:relative;
    overflow:hidden;
}
 
.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(215 , 51, 51, 0.4);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}
/*products images end*/

/*horizontal_line*/
.horizontal_line{
  height: 2px;
  color:#F92665 ;
  background-color: #F92665;
  text-align:center;
}


/*why us block*/
.why_us_wrapper{
  margin-top: 20px;
}
.why_us_heading{
  margin-top: 20px;
}
.thumbnail_whyus {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

.thumbnail_whyus img {
    width: 100%;
}
.whyus_caption{
  position: relative;
  top: 0;
  left: 0;
  display: block;
   width:100%;
    height:100%;
    padding:2%;
    
}
/*why us block end*/

/*parallax*/
.parallax{
  background-image: url("https://placeholdit.imgix.net/~text?txtsize=125&bg=4285f4&txtclr=000000&txt=1500%C3%97500&w=1500&h=500");
  height: 100%;
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}
/*parallax end*/




/*footer start*/

.footer{
    background-color: #2c3e50;
    color: #dadada;
  height: 250px;
}
.footer h2{
   color: #dadada;
  font-size:20px;
  font-weight: 200;
  padding-bottom: 8px;
  border-bottom: 1px solid #e1e1e1;
  zoom: 1; 
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.footer span{
  color: #272822;
  text-align:justify;
}
.footer .col-md-3 ul{
  list-style: none;
  padding-left: 0;
  color: #272822;
  
}
.social_links{
  list-style: none;
}
.social_links li{
  float: left;
  padding: 4px 4px;
}
.fa-facebook-official:hover,
.fa-google-plus-square:hover,
.fa-linkedin-square:hover,
.fa-twitter-square:hover{
 opacity: 1;
}
.fa-facebook-official{
 color:#3B5998;
 opacity: 0.5;
 transition:all ease-in 0.2s;

}
.fa-google-plus-square{
   color:#D94A39;
   opacity: 0.5;
 transition:all ease-in 0.2s;

}
.fa-linkedin-square{
   color:#1B92BD;
   opacity: 0.5;
 transition:all ease-in 0.2s;

}
.fa-twitter-square{
  color:#00BDEC;
  opacity: 0.5;
 transition:all ease-in 0.2s;

}
.support{
  list-style: none;
}
.support li{
  float: left;
  height: 70px;
  width: 70px;
  margin-right: 6px;
  color: white;
  background:#183059;
  text-align:center;
  padding: 9px 9px;
  line-height: 15px;
  transition:all ease 0.25s;

}
.support li span{
  color: white;
  font-size:10px;
  line-height: 5px;
  font-weight:300;
  padding-bottom: 8px;
}
.support li a{
  color: white;
  
  
}
.support li:hover {
          background-color: black;
          color: white;
}
.terms_condition,
.information{
  list-style: none;

}
.link-button{
    padding: 3px 5px;
    display: inline-block;
    border-radius: 5px;
    transition: all .25s ease-out;
}
.link-button:hover{
    text-decoration: none;
    box-shadow: 0px 0px 9px #0075b0;
}

/*footer end*/