body {
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 0.6em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
   background: #07accc;
  outline: 1px solid slategrey;
}

canvas {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

a {
  font-family: 'Lato', sans-serif;
}
p,span,strong {

    font-family: 'Lato', sans-serif;
    font-weight: 600;

}

.h4, .h5, .h6, h4, h5, h6, h3, h2, h1, {
   
         font-family: 'Lato', sans-serif !important;
         font-weight: bold;
} 

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

          font-family: 'Lato', sans-serif;
           letter-spacing: 1px;
           font-weight: bold;
}


@-moz-document url-prefix() {
    .Moz_top {
       position: fixed;
    }
/*    .float_right1 {
      margin-left: 12em;
    }*/

}

.carousel-indicators {
      z-index: 3 ;
}

/*Mobile Menu#############################################*/

  .affix {
      top: -10px;
      width: 100%;
      padding-bottom: 7px;
      z-index: 99 !important;
    background-color: rgba(51, 51, 51, 0.83);
    height: 94px;
    box-shadow: -3px 6px 14px #867c7c;
       /*background: linear-gradient(red, yellow);*/
  }

.nav-side-menu {
  overflow: auto;
  /*font-family: verdana;*/
    font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 200;
  background-color: #fdb801;
  position: fixed;
  top: 0px;
  width: 300px;
  /*height: 100%;*/
  color: #e1ffff;
}
.nav-side-menu .brand {
  /*background-color: #292926eb;*/
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
    border-left: 3px solid #fdb801;
    background-color: #bc9326;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #d5d5d5;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #b6b2a7;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #a7a7a7;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  color: #333;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #dddddd;
  border-bottom: 1px solid #ffffff;
}
.nav-side-menu li a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: 500
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #bcbcbc;
  background-color: #bcbcbc;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {

  .back_img_clints {
    /*background-image: url('../img/animated-backgrounds.jpg'); */
    background-color: #fff;
    width: 100%;
    padding: 0px;
    background-attachment: fixed;
    background-size: cover;
  }

/*  .affix {
      top: 0px;
      width: 100%;
      padding-bottom: 7px;
      z-index: 99 !important;
    background-color: rgba(51, 51, 51, 0.83);
    height: 53px;
    box-shadow: -3px 6px 14px #867c7c;
    position: fixed !important;
       background: linear-gradient(red, yellow);
  }*/

  .nav-side-menu {
    position: relative;
    width: 100%;
    /*height: 0px;*/
    /*overflow-y: scroll;*/
    position: fixed;
    z-index: 99;
    /*margin-bottom: 10px;*/
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 19px;
    z-index: 10 !important;
    padding: 3px;
    /*background-color: #dddddd;*/
    color: #fff;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }

.count-title {
  text-align: center !important;
  font-size: 47px !important;
}
.count-text {
  text-align: center !important;
  font-family: 'Oswald', sans-serif !important;
}
.padding_opx_mobile {
  padding: 0px !important;
}
.clints_img img {
  filter: grayscale(0%) !important;
}
.text_align {
  text-align: center;
}


}
.text_align {
  color: #fff;

}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
body {
  margin: 0px;
  padding: 0px;
}

/*Mobile Mobile #end ###################### ############*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (min-width: 768px) {
    /*added by T Morphy */
/*from http://www.barrykooij.com/bootstrap-submenu-open-on-mouse-over/ to get hover behaviour on desktop */
ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
ul.nav li.dropdown:hover ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
    display: none;
} 
ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
    display: block;
} 
  .lead {
    font-size: 21px;
  }
}

/*Upper Menu ############################################################ Start###########################################################*/
.menu_right_side ul {
  list-style-type: none;
  padding: 0px;

}
.menu_right_side ul li {
  display: inline-block;
  padding: 0px 2px 0px 2px;

}
.menu_right_side ul li strong {
  font-size: 11px;
  font-weight: 700;
}

/*################# MEnu color top ###################################*/


.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
      color: #fecd06 !important;

      /*border-top: 4px solid #fdb801 !important;*/
   background-color: #00000091 !important;
    border-bottom: 2px solid #fecd0b;;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {

   color: #fecd06 !important;

      /*border-top: 4px solid #fdb801 !important;*/
    background-color: transparent !important;
}

.navbar {
  position: relative;
    /*min-height: 103px;*/
    min-height: 96px;
    /*margin-bottom: 20px;*/
    border-bottom:  4px solid #c2c71b;
}
.navbar-default {
  background-color: rgba(255, 255, 255, 0.13);
  border-bottom: 4px solid transparent;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
    font-size: 16px;
    transition: border-top 0.5s; /* For Safari 3.1 to 6.0 */
    /*transition: border-top 2s;*/
}

@media (min-width: 768px) {
.navbar-nav>li>a {
    padding-top: 42px;
    padding-bottom: 31px;
}
.navbar {
    border-radius: 0px; 
  }

}
.dropdown-menu>li>a {
  padding: 9px 20px;
}
.dropdown-menu {
  background-color: #54585bbf;
  color: #dab210;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent; 
  border-bottom: 4px solid #dab210;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #dab210;
}
.dropdown-menu>li>a {
  color: #fff; 
}
.navbar-default {
  border-color: none;
}

.navbar {
  border: 0px solid rgba(0, 0, 0, 0);
  margin-bottom: 0px !important;
  margin-top: -7px;
}

/*Slider ########################## Start ############################################################################ End ############################*/

.control-buttons{
  text-align:center;
}
.transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #fdb801;
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3, #first-slider .slide5 h3{
    color: #fff;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
      /*text-transform: uppercase;*/
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4, #first-slider .slide5 h4{
    /*color: #fdb801 !important;*/
    color: #fff !important;
     /*margin-top: -37px;*/
     margin-top: 199px;
    margin-bottom: 0px;
    text-shadow: 1px 1px 1px #000;
    font-size: 47px;
      /*text-transform: capitalize;*/
      font-weight:400;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 750px; 
  height: 100%;
  /*height: 701px;*/
  width:100%;
}

.carousel-inner .item .container-fluid {

    background-color: #00000087;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 1%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 40px;
    color: #fff;
    /*border: 1px solid #ffffff;*/
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
    /*background-color: #fdb8011a;*/
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 40px;
    color: #fff;
    /*border: 1px solid #ffffff;*/
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
    /*background-color:#fdb8011a;*/
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/

#first-slider .slide2 {
  background-image: url('../img/slider/slider2.jpg');

    /*background-color: blue; */
      background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
#first-slider .slide3 {
  background-image: url('../img/slider/slider4.jpg');
      background-size: cover;
    background-repeat: no-repeat;
    /*background-color: yellow;*/
}
#first-slider .slide4 {
  background-image: url(http://s20.postimg.org/66pjy66dp/image.jpg);
      background-size: cover;
      /*background-color: green;*/
    background-repeat: no-repeat;
}

/*Slider #end ################################################################################################*/
/*About us #############################################################################*/
.btn-info {
    background-color: #fdb801;
    border-color: #fdb801;
  border-radius: 0px;
  padding: 3px 6px;

}
.btn-info:hover {
    color: #0d558a;
    background-color: transparent;
    border-color: #0d558a;
}
.img {
  padding: 8px;
  border: 2px solid #eee;
}

/* About us End ######################################################################### */

/*Services Start #############################################################################*/

/*Services Home Design*/

.digital {
    background: #1e1e1d;
    width: 100%;
    color: #a5a5a4;
    text-align: center;
}

.digital p i {
  font-size: 50px;

  color: #00abcc;
}

.digital p {
      line-height: 24px;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.digital p b {
  font-weight: 800;
  /*text-transform: uppercase;*/
  color: #00abcc;
}

.digital p a {

  color: #000;

}


.digital .digital_inner {
  padding: 15px;
  height: 243px;

  /*border: 1px solid #000;*/
}



#triangle-topright {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5em solid #00abcc;
    border-left: 5em solid transparent;
    left: 71%;

 }


 /*Web -------------------------*/

 .web {
    background: #000000;
    width: 100%;
    color: #a5a5a4;
    text-align: center;
}

.web p i {
  font-size: 50px;

  color: #00abcc;
}

.web p {
    line-height: 24px;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.web p b {
  font-weight: 800;
  color: #00abcc;
  /*text-transform: uppercase;*/
}

.web p a {

  color: #000;

}

/*.read_more_service a {
  
  font-size: 12px;

}*/

.heading_services b {
  font-size: 16px;
  text-transform: uppercase;
}


.web .web_inner {
  padding: 15px;
      height: 243px;

  /*border: 1px solid #000;*/
}



#triangle-topright1 {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5em solid #00abcc;
    border-left: 5em solid transparent;
    left: 71%;

 }

 .services_box1 {
  background: #1e1e1d;
  color: #fff;
 }

 .img_height {
  height: 486px;
 }

 .services_box1 .content1 {
  padding: 60px 50px 54px 57px;
  text-align: justify;
  height: 486px;
 }

 .services_box2 .content2 {
  padding: 60px 50px 54px 57px;
  text-align: justify;
  height: 486px;
 }



 .services_box2 {
    background: #1e1e1d;
  color: #fff;
 }  
    
      .services_box2  ul {
      padding-left: 20px;
      }

     .services_box2  ul li {
  
      font-weight: 400 !important;
    line-height: 0.9rem;
    letter-spacing: 1px;
    font-size: 20px;

 }


/*Services Home Page*/


.services-section {
    background: rgba(0, 0, 0, 0) url("../img/services-back2.jpg") no-repeat scroll left top / cover;
    padding: 0px 0 0px;
    background-attachment: fixed;
    position: relative;
}
.services-section::before {
    opacity: 0.8;
}
.black-trans-bg::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.services-section-banner {
    background-image: url("http://themeinnovation.com/demo2/html/build-up/img/home1/service-banner.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: 100%;
    left: 1%;
    position: absolute;
    width: 34%;
}
.services-head {
    /*margin: 23px 0px 0px 68px !important;*/
}
.services-head .services-title {
    color: #fdb801;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
    position: relative;
    /*text-transform: uppercase;*/
    margin: 0 0 5px;
}
.services-title-border {
    background: #dadada none repeat scroll 0 0;
    display: inline-block;
    height: 1px;
    margin-left: 25px;
    position: relative;
    width: 120px;
}
.services-title-border::before {
    background: #fdb801 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -25px;
    position: absolute;
    top: 0;
    width: 20px;
}
.services-head .services-text {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 7px 0 0;
}
.service-2 .service-box {
     margin: 0 0 33px;
    background: #0d558a24;
    padding: 15px;
}
.service-2 .service-box .iconset {
    float: left;
    width: 24%;
}
.service-2 .service-box .iconset i {
    color: #fff;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    position: relative;
    text-align: center;
    width: 82px;
}
.service-2 .service-box .servicesB-content {
    float: left;
    padding-left: 8px;
    width: 76%;
}
.service-2 .service-box .servicesB-content h4 {
    color: #fdb800;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 14px;
    font-weight: bold;
}
.service-2 .service-box .servicesB-content p {
    color: #fff;
    line-height: 24px;
    font-size: 17px;
}
.icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}
/*Services #end ##############################################################################*/

/*Testiomials + Clints ##############################################################################################*/

.testimonial_subtitle{
    color: #333333;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #4f4d4d !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}
.clint_view {
  position:relative; top:0px; left:0px; right:0px;/* height:80px;*/ width: 100%; overflow:hidden; display:block; padding:2px;
  border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;
}
/*Testimonials + clints End ######################################################################################*/

/* f. Footer section */
.footer{
  overflow: hidden;
  padding: 18px 0;
    width: 100%;
    background: #f4f4f4;
    color: #222;
    border-top: 4px solid #fdb801;
}
.footer-title{
  position: relative;
    color: #222;
    font-size: 24px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fdb801;
}
.footer-title:after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  background: #fdb801;
}
.footer-links a{
  font-weight: 500  !important;
  padding: 5px 0;
  border-bottom: 1px solid #fdb80154;
  color: #222;
  display: block;
  transition: color 0.5s ease-in-out;
}
.footer-links a:hover{
  color: #fdb801;
  text-decoration: none;
}
.footer-social-links li{
  display: inline-block;
}
.footer-social-links a{
  width: 40px;
  height: 40px;
  font-size: 16px;
  float: left;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #fdb801;
  border-radius: 50px;
  text-align: center;
  color: #22222294;
  line-height: 1;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.footer-social-links a:hover{
  background: #fecd06;
  color: #fff;
}
/* g. Footer bottom section */
.footer-bottom{
  width: 100%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  background: #fdb801;
}
p {
  font-weight: 400  !important;
  line-height: 0.9rem;
  letter-spacing: 1px;
  font-size: 20px;
}


/*contacts form*/

/*.formBox{
  margin-top: 10px;
  padding: 10px;
}*/
.formBox  h1{
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 31px;
}
.inputBox{
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.inputBox .inputText{
  position: absolute;
    font-size: 15px;
    line-height: 50px;
    transition: .5s;
    opacity: .5;
}
.inputBox .input{
  position: relative;
  width: 100%;
  height: 36px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 24px;
  border-bottom: 1px solid rgb(253, 184, 1);

}
.focus .inputText{
  transform: translateY(-30px);
  font-size: 15px;
  opacity: 1;
  margin-top: 7px;
  color: #fdb801;

}
/*textarea{
  height: 100px !important;
}*/
.button{
  width: 100%;
    height: 50px;
    border: none;
    outline: none;
    background: #fdb801;
    color: #fff;
    border-radius: 6px;
}

.line-height1 {
  line-height: 28px;
  font-weight: 300 !important;
}

/*Footer #end #############################################################################################################*/

/*Navar Second ############################################################################################################ ######################*/

/*Navabr End ############################################################################################################## ####################*/

/*Portfolio  ################################*/

.panel-image {
    position: relative;   
}
.panel-image img.panel-image-preview {
    width: 100%;
  border-radius: 4px 4px 0px 0px;
}

.panel-image label {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.panel-heading ~ .panel-image img.panel-image-preview {
  border-radius: 0px;
}

.panel-body {
   overflow: hidden;
}

.panel-image ~ input[type=checkbox] {
    position:absolute;
    top:- 30px;
    z-index: -1;   
}

.panel-image ~ input[type=checkbox] ~ .panel-body {
  height: 0px;
  padding: 0px;
}

.panel-image ~ input[type=checkbox]:checked ~ .panel-body {
    height: auto;
  padding: 15px;
}

.panel-image ~ .panel-footer a {
  padding: 0px 10px;
  font-size: 1.3em;
  color: rgb(100, 100, 100);
}



/*Checkbox ############################*/


    .checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }


.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #fdb801;
  border-color: #fdb801; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }
/*Checkbox End #################################*/

/* Testimonials */
.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}
.testimonials blockquote::before {
    width: 0; 
    height: 0;
  right: 0;
  bottom: 0;
  content: " "; 
  display: block; 
  position: absolute;
    border-bottom: 20px solid #fff;    
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-left-style: inset; /*FF fixes*/
  border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #fdb801 transparent transparent transparent;
}
.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    /*overflow: hidden;*/
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #fdb801;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
    margin-top: -10px;
}


/*GET In Touch ##########################################################*/

/*@import url(https://fonts.googleapis.com/css?family=Raleway);*/
/*body {
  background-color: #f6ede5;
}*/

.cont-contactInfo {
  float: left;
  padding-right: 5%;
  width: 45%;
}
.cont-contactInfo h3 {
  font-size: 28px;
}
.cont-contactInfo h4 {
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
}
.cont-contactInfo h4.section {
  margin: 30px 0 0;
}
.cont-contactInfo p {
  margin: 0;
}
.cont-contactInfo p > a {
  text-transform: uppercase;
  font-weight: bold;
}
.cont-contactInfo .social-icons {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}
.cont-contactInfo .social-icons li {
  float: left;
  margin-right: 3px;
}
.cont-contactInfo .social-icons li a {
  background-image: url("../images/sprite_social_icons.png");
  background-repeat: no-repeat;
  display: block;
  height: 28px;
  width: 29px;
}
.cont-contactInfo .social-icons li a:hover {
  opacity: 0.8;
}
.cont-contactInfo .social-icons li a.icon_twitter {
  background-position: -33px 0;
}
.cont-contactInfo .social-icons li a.icon_linkedin {
  background-position: -68px 0;
}
.cont-contactInfo .social-icons li a.icon_youtube {
  background-position: -102px 0;
}
.cont-contactInfo .social-icons li a.icon_pinterest {
  background-position: -135px 0;
}
.cont-contactInfo .social-icons li a.icon_vimeo {
  background-position: -169px 0;
}
.cont-contactInfo .social-icons li a.icon_instagram {
  background-position: -204px 0;
}

.cont-contactBtn {
  /*height: 359px;*/
  margin: 0 auto;
  width: 100%;
  position: relative;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}
.cont-contactBtn .cont-flip {
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
}
.cont-contactBtn .cont-flip .front,
.cont-contactBtn .cont-flip .back {
  display: block;
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cont-contactBtn .cont-flip .front {
  background-color: #fdb801;
}
.cont-contactBtn .cont-flip .back {
  background-color: #fff;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cont-contactBtn .btn {
  margin-top: 155px;
}
.cont-contactBtn .cont-flip.flipped {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cont-contactBtn .contact-form {
  /*padding: 0 10%;*/
  margin-top: 20px;
  width: 100%;
}
.cont-contactBtn .contact-form input,
.cont-contactBtn .contact-form textarea {
  border: 1px solid #808080;
  font-size: 12px;
  padding: 10px 0;
  /*text-transform: uppercase;*/
}
.cont-contactBtn .contact-form input[type="text"] {
  float: left;
  margin-bottom: 26px;
  padding-left: 3%;
  width: 100%;
}
.cont-contactBtn .contact-form .gutter {
  margin-right: 2.8%;
}
.cont-contactBtn .contact-form textarea {
  height: 106px;
  padding-left: 3%;
  margin-bottom: 22px;
  width: 100%;
}
.cont-contactBtn .contact-form input[type="submit"] {
  /*background-color: #fdb801;*/
  background-color: #4f4d4d;
  border: none;
  color: #fff;
  height: 45px;
  width: 100%;
  /*max-width: 93px;*/
  font-size: 21px;
  border-radius: 5px;
  text-align: center;
}
.cont-contactBtn .close {
  display: block;
  height: 19px;
  width: 19px;
  background-image: url("https://i.imgur.com/WoKg12q.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 15px;
  right: 3%;
}

.btn1 {
  border: 3px #fff solid;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin: 0 auto;
  max-width: 280px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  margin-top: 26%;
}

/*sticky ####################################*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9;
}


/*Get In Touch #########################################################*/


.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #fdb801;
    border-radius: 5px;
    text-align: center;
    color: #fdb801;
    margin-bottom: 30px;
    padding: 11px 41px 10px 41px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #fdb801;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #fdb801;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.rotate_img {
      /* Rotate div */
    -ms-transform: rotate(4deg); /* IE 9 */
    -webkit-transform: rotate(4deg); /* Safari 3-8 */
    transform: rotate(4deg);
}

.rotate_img1 {
      /* Rotate div */
    -ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Safari 3-8 */
    transform: rotate(-4deg);
}

.text_protfolio {
   margin-top: 10%;
}

.text_protfolio h3 {
      color: #333;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
      text-transform: uppercase;
      font-weight:700;
}

 .text_protfolio h4 { color: #fdb801;
     margin-top: 0px;
    margin-bottom: 0px;
    font-size: 34px;
      text-transform: capitalize;
      font-weight:400;
}

.clints_img img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.clints_img img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
/*E-commerce Solution ##############################################################################*/

.ecommerce-margin-top img {
   margin-bottom: 20px;
}

/*E-commerce Solution End ##########################################################################*/


/*Counter In HOme Page css #########################################################################*/

  .col_half { width: 100%; }
.col_third { width: 100%; }
.col_fourth { width: 100%; }
.col_fifth { width: 100%; }
.col_sixth { width: 100%; }
.col_three_fourth { width: 100%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
  position: relative;
  display:inline;
  display: inline-block;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */


.counter { background-color: rgba(0, 0, 0, 0.21); padding: 1px  0px 5px 0px; border-radius: 0px; border: 1px solid #eeeeee1f; color: #fff;
 border-radius: 6px;
 }
.count-title { font-size: 33px; font-weight: 100;  margin-top: 0px; margin-bottom: 0; text-align: left; color: #fff; }
.count-text { font-size: 12px; font-weight: normal; margin: 0px 0px 0px 14px; text-align: left;color: #ffffff; font-family: 'Oswald', sans-serif !important; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #07accc; font-size: 73px;}

.icon-color {
  padding: 0px;color: #fff;font-size: 24px;margin: -1px 0px 2px -7px; position: absolute;font-weight: 300;
}
/*Counter In Home Page Css End ####################################################################*/

/*Services ##################################################################################################*/


/*.side {
  width: 300px;
  margin: 2em auto;
}

.profile-callout {
  position: relative;
  overflow: hidden;
  height: 300px;
}
.profile-callout img {
  z-index: -1;
  position: relative;
}
.profile-callout .text {
  position: absolute;
  top: 60%;
  left: 1em;
  -webkit-transition: top 200ms ease;
  transition: top 200ms ease;
  color: #fff;
  text-shadow: 1px 1px #000;
}
.profile-callout .text h1 {
  margin: 0 0 0.75em;
  font-weight: 100;
  font-family: monospace;
}
.profile-callout .text span {
  display: block;
  margin: 0 0 0.25em;
  font-weight: 300;
}
.profile-callout .text span.green {
  color: #B0C74C;
  font-style: italic;
  margin: 0;
}
.profile-callout .text span.below-fold {
  padding-top: 2em;
}
.profile-callout:hover .text {
  top: 20%;
}
.profile-callout:hover:before {
  border: solid 0px white;
}
.profile-callout:hover .overlay {
  background-color: rgba(0, 47, 75, 0.85);
}
.profile-callout:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #B0C74C;
  border: solid 20px;
  border-color: #F5F5F5 transparent transparent #F5F5F5;
  border-radius: 0;
  box-shadow: -2px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.overlay {
  display: table;
  width: 100%;
  background-color: rgba(0, 47, 75, 0.5);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  background-position: center top;
  height: 100%;
  z-index: 2;
}*/

.services_background_color {

  background-color: #fecd067a;
  /*height: 300px;*/
  /*width: 300px;*/
  padding: 10px;
  color: #fff;
}

.services_background_color1 {

  background-color: #eeeeee87;
  
  /*width: 300px;*/

    padding: 10px;
    color: #333;
}

.services_background_color2 {

  background-color: #fecd067a;
  
  /*width: 300px;*/
    padding: 10px;
    color: #fff;
}

.services_background_color3 {

  background-color: #eeeeee87;
  
  /*width: 300px;*/
    padding: 10px;
    color: #333;
}

.padding_opx {
  padding: 0px;
}


/*Services #end ##############################################################################################*/

  .title-arch {
    text-align: center;
    margin: 50px 0;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
.project {
  width: 100%;
  height: 500px;
  background-image: url(https://image.freepik.com/free-vector/abstract-geometric-background-design_1045-764.jpg);
  background-size: cover;
  background-position: center;
  padding: 0 !important;
  float:left;
}

.project-2 {
  background-image: url(https://image.freepik.com/free-vector/abstract-geometric-background-design_1045-764.jpg);
}

.project-3 {
  background-image: url(https://image.freepik.com/free-vector/abstract-geometric-background-design_1045-764.jpg);
}

.project-4 {
  background-image: url(https://image.freepik.com/free-vector/abstract-geometric-background-design_1045-764.jpg);
}

.project-hover {
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(186, 232, 2, 0.7);
  padding: 40% 30px !important;
}

.project-hover hr {
  height: 30px;
  width: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 1);
  border: 0;
}

.project-hover a {
  color: rgba(255, 255, 255, 1);
  padding: 2px 22px;
  line-height: 40px;
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.project-hover a:hover {
  border-color: rgba(51, 51, 51, 1);
  color: rgba(51, 51, 51, 1);
  background-color: #FFF;
}

.project:hover .project-hover {
  opacity: 1;
}

.project:hover .project-hover hr {
  width: 100%;
  height: 5px;
}

/*Some Small Css For Services #################################### #end ##########################*/

/*Footer #################################################################################################*/


.copyright{
    background-color:#f0f0f0;
}

.copyright p{
   margin:7px 0px;
}

footer{
  background-color:#222222;
  padding: 13px 0px;
}

footer .menu li a{
  color:#b1aca1;
  padding:10px;
  text-decoration:none;
  line-height: 46px;
}

footer .menu li a:hover{
  color:#7dabdb;
}

.fa.fa-facebook {
  
  border-radius: 5px;
  font-size:20px;
  padding:10px;
  background: #3B5998;
  color: white !important; 
}

.fa.fa-google-plus  {

 border-radius: 5px;
    font-size:20px;
  padding:10px;
 background: #dd4b39;
  color: white !important;
}


.fa.fa-twitter {

   border-radius: 5px;

  background: #55ACEE;
      font-size:20px;
  padding:10px;
  color: white !important;
}

.fa.fa-instagram {
   border-radius: 5px;
    font-size:20px;
  padding:10px;
   background: #125688 ;
  color: white !important;
}
.fa.fa-linkedin {
   border-radius: 5px;
    font-size:20px;
  padding:10px;
    background: #007bb5;
    color: #fff !important;
}

.fa.fa-pinterest {
   border-radius: 5px;
    font-size:20px;
  padding:10px;
    background: #cb2027;
    color: #fff !important;
}



.fa.fa-facebook , .fa.fa-dropbox, .fa.fa-flickr , .fa.fa-github , .fa.fa-linkedin ,.fa,.fa-tumblr ,.fa.fa-google-plus , .fa.fa-tumblr {
  color:#b1aca1;
  font-size:20px;
  padding:10px;
}

.fa.fa-facebook:hover , .fa.fa-dropbox:hover , .fa.fa-flickr:hover  , .fa.fa-github:hover  , .fa.fa-linkedin:hover  ,.fa,fa-tumblr:hover  ,.fa.fa-google-plus:hover  , .fa.fa-tumblr:hover  {
  color:#6794c2;
  text-decoration: none !important;
}

.back_color {
   background-color: #333;
   height: 10px;
}

/*Footer End ##############################################################################################*/

/*Port folio Button ####################################################################################### */
.btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    display: inline-block;
    overflow: hidden;
    /*height: 53px;*/
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: 0px 1px 1px #888;
    background: gray;
}

.btn span.icon,
.btn span.title {
    display: block;
    position: relative;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.btn span.left {
    float: left;
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
}

.btn span.right {
    float: right;
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
}

.btn span.icon {
    font-size: 23px;
    background-color: #d0a90c;
    -webkit-box-shadow: 0 3px 0 0 #7d6919;
    box-shadow: 0 3px 0 0 #7d6919;
    text-shadow: 0px 1px 1px #888;
}

.btn span.title {
    -webkit-box-shadow: 0 3px 0 0 #dab625;
    box-shadow: 0 3px 0 0 #dab625;
    background-color: #fecd06;
}

.btn span.arrow-left,
.btn span.arrow-right {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: all 0.15s;
    -transition: all 0.15s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
}

.btn.left span.arrow-left {
    right: 0;
    -webkit-box-shadow: 10px 0 0 0 #fecd06, 10px 3px 0 0 #d2a905;
    box-shadow: 10px 0 0 0 #fecd06, 10px 3px 0 0 #d2a905;
    border-right: 10px solid #fecd06;
}

.btn.right span.arrow-left {
    right: 0;
    -webkit-box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
    box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
    border-right: 10px solid #00967f;
}

.btn.left span.arrow-right {
    left: 0;
    -webkit-box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
    box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
    border-left: 10px solid #00967f;
}

.btn.right span.arrow-right {
    left: 0;
    -webkit-box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
    box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
    border-left: 10px solid #00cdae;
}

.btn span.slant-left,
.btn span.slant-right {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 50px solid transparent;
    -webkit-transition: all 0.15s;
    -transition: all 0.15s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
}

.btn.left span.slant-right {
    left: 0;
    -webkit-box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
    box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
    border-left: 10px solid #00967f;
}

.btn.right span.slant-right {
    left: 0;
    -webkit-box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
    box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
    border-left: 10px solid #00cdae;
}

.btn.left span.slant-left {
    right: 0;
    -webkit-box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
    box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
    border-right: 10px solid #00cdae;
}

.btn.right span.slant-left {
    right: 0;
    -webkit-box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
    box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
    border-right: 10px solid #00967f;
}

.btn:active,
.btn.active {
    /*height: 51px;*/
}

.btn:hover {}

.btn:hover span.arrow-left {
    right: 10px;
}

.btn:hover span.arrow-right {
    left: 10px;
}

.btn:hover span.slant-left {
    right: 10px;
}

.btn:hover span.slant-right {
    left: 10px;
}

.btn-small {
    height: 30px;
    font-size: 12px;
    line-height: 10px;
}

a.btn-small span.btn {
    height: 30px;
}

/* ############################################### Buttton End ##################################################################################*/


/*Partcicle Start #######################################################################################*/

canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00356B;
}

.text1 {
  position: absolute;
  top: 40%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: #fff;
  max-width: 90%;
  padding: 0em 3em 0.8em 3em;
  background: rgba(0, 0, 0, 0.4);
  text-shadow: 0px 0px 2px #131415;
  /*font-family: 'Open Sans', sans-serif;*/
  text-align: center;

}

.text1 h1 {
      font-size: 43px !important;
        text-transform: uppercase;
}
.text1 {
    line-height: 25px;
    letter-spacing: 1px;
    font-size: 28px;
}
}

/*Hover #############################################################################################################*/
.col-big{
    position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width:20%;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 110%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  /*background-color: rgba(75, 75, 75, 0.32);*/
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* */

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  margin:0px;
}

.hovereffect p.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  width: 92%;
  height: 78%;
  /*text-transform: uppercase;*/
  color: #fff;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.45098039215686275);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 7px;
}

.hovereffect:hover p.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect p.info:hover {
  box-shadow: 0 0 5px #fff;
}

.back_color_service {

  background-color: #02b4d7;
  /*position: relative;*/
  padding: 20px;
}

/* Services  end ###############################################################################################*/
/*Slider + about us  #############################################################################################*/
@media (max-width: 767px) {

  .icon-color {
    color: #fff;
    font-size: 33px !important;
    font-weight: 300 !important;
  }
 
  .services-content {
  
  padding: 20px 0px 5px 0px !important;

 }
 .margin_top_home {
  margin-top: 0px !important;
 }

 .counter {
      border: 1px solid #eee !important;
    color: #333 !important;
    /*border-radius: 7px;*/
    background-color: #fff;
    -webkit-box-shadow: 0 10px 6px -6px #777;
     -moz-box-shadow: 0 10px 6px -6px #777;
          box-shadow: 0 10px 6px -6px #777;
 }



 .text_align {
  color: #333;
  margin-top: 0px;
 }
 .text_align i {
  color: #333 !important;
 }
 .margin_mobile {
   margin-top: 0px !important;
 }

}

.margin_top_home {
  margin-top: -179px;
}
 .services-content {
  padding: 7px 0px 0px 0px;
 }



/*Slider + about us #end ##################################################################################### */


/* Testimonial css ######################################################################################*/

.parent-box{
    width:100%;
    /*height:300px;*/
    float:left;
    display:flex;
}
.info > div:first-of-type{
    width: 50%;
    float: left;
    align-items: center;
    padding: 5px;
    padding-top:30px;
    display: flex;
    font-family: 'Titillium Web' 
}     
.info > div:first-of-type > a{
    padding-left:15px; 
    color:#1E3344;
    text-decoration: none;
}
.info > div:last-of-type{
    width: 50%;
    float: left;
    padding: 5px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.info > div:last-of-type > img{
    width:54%;
}
.box{
    width:100%;
    height:100%;        
    padding: 15px 15px 0 15px;
}
.dialog-box span{
    font-weight: bold;
    padding:15px 15px 0px 15px;
    font-size: 14px;
    display: table-cell; 
    color:#a2904b;
}
.dialog-box i{
    float: right;
    margin-right: 16px;
    margin-top: 7px;
}
.dialog-box{
    background: #eee;
    width: 100%;
    height: 55%;
    font: normal 20px/25px 'Titillium Web', 'Arial'; 
    display: table;
    position: relative;
    letter-spacing: 1px;
    border-radius: 1px;
}

.dialog-box > p{
    margin: 0;
    display: table;
    width: 100%;
    height: 255px;
}

.dialog-box > p > a{
    padding: 6px 12px 6px;
    text-decoration: none;
    color:#1E3344;  
    display: table;              
}

.dialog-box:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0px 0 45px;
    border-color: #0d558a transparent transparent transparent;
    position: absolute;
    left: 15%;
    bottom: -20px;
    content: close-quote;
    z-index: 1;
}

.info{
    width: 100%;
    height: 45%;
    display: flex;
    position: relative;
    border-bottom:2px solid #0d558a;
}

/*Social Media Icon End #####################################################################################*/

/*Footer Sub Menu############################################################################*/

/*    .dropdown-submenu {
        position: relative;
    }
    
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: 0;
        border-radius: 0.25rem;
    }
    
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
    
    .dropdown-submenu > a::after {
        border-bottom: 0.3em solid transparent;
        border-left-color: inherit;
        border-left-style: solid;
        border-left-width: 0.3em;
        border-top: 0.3em solid transparent;
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-right: -0.6em;
        margin-top: -0.95em;
        width: 0;
    }
    
    .dropdown-submenu.pull-left {
        float: none;
    }
    
    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -75%;
    }
    
    .dropdown-menu .divider {
        background-color: #e5e5e5;
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
    }*/

    /*Dropdown Sub-menu #####################################*/

   #main {
  
margin-bottom: 30px !important; 
  
   } 

   /*13Jan@2018*/

/*Portfolio Start ############################################################################################################*/

.box{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box img{
    width: 100%;
    height: auto;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
}
.box:hover img{ transform: scale3d(1.15, 1.15, 1); }
.box .box-content{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    padding-top: 35%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{ opacity: 1; }
.box .box-content:before,
.box .box-content:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}
.box .box-content:before{
    border-top: none;
    border-bottom: none;
    left: 30px;
    right: 30px;
}
.box .box-content:after{
    border-left: none;
    border-right: none;
    top: 30px;
    bottom: 30px;
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
}
.box .content-inner{
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.box:hover .content-inner{
    opacity: 1;
    transform: scale(1);
}
.box .title{
    font-size: 22px;

    font-weight: 400;
    color: #00fff2;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
    margin-top: -5%;
}
.box .post{
    display: block;
    font-size: 15px;
    font-weight: 300;
    /*font-style: italic;*/
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    width: 86%;
    margin-left: 6%;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 2;
}
.box .icon li{ display: inline-block; }
.box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{ color: #000; }
.box .icon li a:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover:before{ transform: scale(1); }
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}


/*Portfolio End ############################################################################ ################################*/
#first-slider {
  margin-top: -102px;
}
/*Creative Logo ############################################################################################################*/

/*.thumb {
    width: 100%;
    height: 300px;
    margin: 30px auto;
    perspective: 1000px;
}

.thumb a {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
    url("https://d13yacurqjgara.cloudfront.net/users/269311/screenshots/1508393/the_optimist_lives_on_by_huanle-d6yprp1_o_1x.jpg");
    background-size: 0, cover;
    transform-style: preserve-3d;
    transition: all 0.5s;
}

.thumb:hover a {
    transform: rotateX(80deg);
    transform-origin: bottom;
}
.thumb a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: inherit;
    background-size: cover, cover;
    background-position: bottom;
    transform: rotateX(90deg);
    transform-origin: bottom;
}
.thumb a span {
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font: bold 12px/36px "Open Sans";
    text-align: center;
    transform: rotateX(-89.99deg);
    transform-origin: top;
    z-index: 1;
}
.thumb a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    opacity: 0.15;
    transform: rotateX(95deg) translateZ(-80px) scale(0.75);
    transform-origin: bottom;
}

.thumb:hover a:before {
    opacity: 1;
    box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.5);
    transform: rotateX(0) translateZ(-60px) scale(0.85);
}*/


/*Creative Work End #######################################################################################################*/

/*Creative Brochure Start #################################################################################################*/

/*.image-border {
  width: 300px;
  height: 300px;
  background-color: #eee;
  background-image: url("../img/ecommerce.jpg");
  position: relative;
  z-index: 1;
}
.image-border:after {
  content: '';
  position: absolute;
  width: 290px;
  height: 290px;
  left: 5px;
  top: 5px;
  background-color: #fff;
}
.image-border .main-image {
  position: absolute;
  width: 290px;
  height: 290px;
  left: 5px;
  top: 5px;
  background-image: url("../img/ecommerce.jpg");
  background-size: 300px 300px;
  background-position: center center;
  z-index: 2;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.image-border:hover > .main-image {
  -webkit-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.image-border:hover > p.title:after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.image-border p.title {
  height: 60px;
  padding: 0;
  position: absolute;
  bottom: -80px;
  font-weight: 400;
  line-height: 60px;
  color: #2c3e50;
  font-size: 1em;
  margin-left: 150px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.image-border p.title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e74c3c;
  bottom: 10px;
  left: 0;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}*/
.margin_bootom {
  margin-bottom: 50px;
}

/*Creative Brochure End ################################################################################################*/

/*Creative Templetes Start #########################################################################################*/


.box1{
    text-align: center;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    overflow: hidden;
    position: relative;
}
.box1 img{
    width: 100%;
    height: auto;
}
.box1 .box-content1{
    width: 100%;
    height: 100%;
    padding: 25% 10px 0;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.box1:hover .box-content1{ opacity: 1; }
.box1:before,
.box1:after,
.box-content1:before,
.box-content1:after{
    content: "";
    width: 50%;
    height: 50%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.box1:after,
.box-content1:after{
    left: auto;
    right: 0;
}
.box1:before{
    transform: rotate(-90deg);
    transform-origin: right bottom;
}
.box1:after{
    transform: rotate(90deg);
    transform-origin: left bottom;
}
.box-content1:before,
.box-content1:after{
    top: auto;
    bottom:0;
    z-index: -1;
}
.box-content1:before{
    transform: rotate(90deg);
    transform-origin: top right;
}
.box-content1:after{
    transform: rotate(-90deg);
    transform-origin: top left;
}
.box1:hover:before,
.box1:hover:after,
.box1:hover .box-content1:before,
.box1:hover .box-content1:after{
    transform: rotate(0);
    opacity: 1;
}
.box1 .title1{
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.box1 .post1{
    display: block;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
}
.box1 .icon1{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box1 .icon1 li{
    display: inline-block;
    margin-right: 10px;
}
.box1 .icon1 li a{
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
    color: #1da1f2;
    transition: all 0.5s ease 0s;
}
.box1 .icon1 li a:hover{
    background: #1da1f2;
    border-radius: 50%;
    color: #fff;
}
@media only screen and (max-width:990px){
    .box1{ margin-bottom: 30px; }
}


/*Creative Templeates End #######################################################################################*/



/*TestimonialS ########################################################################################################*/

#testimonial .img-circle{
    display: block;
      margin: 0 auto;
    margin-top:10px;
    margin-bottom:10px;
}

.testimonial-part{
  margin:20px 0px;
}

.blockquote-footer{
  color: #5db4c0;
}

.comment-box , .comment-box2 , .comment-box1{
   color: #FFFFFF;
   background: #c2c71b;
   position: relative;
   /*max-width: 700px;*/
   /*min-height: 160px;*/
   text-align: center;
   border-radius: 10px;
   margin:0 auto;
}

.comment-box:after {
   content: '';
   position: absolute;
   border-style: solid;
   border-width: 15px 0 15px 15px;
   border-color: transparent #5db4c0;
   right: -15px;
   top: 45px;
}

.comment-box2:after {
   content: '';
   position: absolute;
   border-style: solid;
   border-width: 15px 0 15px 15px;
   border-color: transparent #5db4c0;
   left: -14px;
   top: 45px;
   transform: rotate(180deg);
}

.comment-box p , .comment-box2 p{
  padding:30px 10px;
  /*font-family: 'Raleway', sans-serif;*/
}

.comment-box1 p {
  padding:30px 10px;
  /*font-family: 'Raleway', sans-serif;*/
}



.comment-box1:after {
   content: '';
   position: absolute;
   border-style: solid;
   border-width: 17px 19px 20px 0px;
   border-color: transparent #5db4c0;
   right: 100%;
   top: 45px;
}

.ion-minus{
    padding:0px 10px;
}

/*.testimonial_para {
  height: 265px;
}*/

/** Testimonials End ################################################################################################## /

/* Home Page image  Icon css Start  ######################################################################################*/

.Slider_icon {
  margin-top: 5px;
  width: 94%;
}
/*Home Page Image Icon css End ###########################################################################################*/

/*Safari Working   Csss only */


@media screen and (-webkit-min-device-pixel-ratio:0) {

}


.card {
   
   border:1px solid #eee;

   margin-bottom: 20px;

}

.card h4 {
      text-align: center;
    padding: 10px;
    margin-bottom: 14px;
}

.punch_line {
  position: fixed;
    top: 13%;
    left: 0;
    padding: 0;
    list-style: none;
    z-index: 99999;
}



.edufair-kindergarten-features-1x{
  /*padding-top: 70px;*/
/*position: relative;*/
}
.single-kindergarten-features{  
  /*position: relative;*/
    background-repeat: no-repeat;
  /*position: relative;*/
  text-align: center;
  color: #fff;
    text-align: center;
  padding: 0px 12px 67px 8px;   
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #fff;
}
.single-kindergarten-features-1x{
  background: linear-gradient(rgba(0, 0, 0, 0.7),rgb(0, 0, 0)),url(../img/online-course2.jpg);
  background-size: cover;
  transition: all 0.3s ease;
}
.single-kindergarten-features-2x{
  background: linear-gradient(rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.9)),url(../img/online-course5.jpg);
  background-size: cover;
}
.single-kindergarten-features-3x{
  background: linear-gradient(rgba(0, 0, 0, 0.7),rgb(0, 0, 0)),url(../img/online-course2.jpg);
  background-size: cover;
}

/* Hover css */
.single-kindergarten-features-1x:hover{
  /*background: linear-gradient(rgb(69, 109, 151),rgb(183, 207, 106)),url('../img/online-course1.jpg');*/
  background-color: #005380;
}
.single-kindergarten-features-2x:hover{
  background: linear-gradient(rgba(181,213,106, 1),rgba(181,213,106, 1)),url('../img/online-course5.jpg');
}
.single-kindergarten-features-3x:hover{
  /*background: linear-gradient(rgb(69, 109, 151),rgb(183, 207, 106)),url('../img/online-course2.jpg');*/
  background-color: #005380;
}

/*Feedback Form Start #############################################################################*/


.back_img_feedback {
    font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  /*background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/5908/food.png");*/
}

  .form-control1 { 
   display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;

    background-color: #e5e5e5;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.document {
  /*background-color: rgba(250,197,100,0.5);*/
  padding: 0px 20px;
  border-radius: 5px;
}
.document__content {
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  padding: 20px 0;
  margin: 0 100px;
}
@media screen and (min-width: 1200px) {
  .document__content {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.document h1 {
  text-align: center;
  font-size: 2.4em;
  line-height: 65px;
  margin-bottom: 10px;
  /*text-transform: capitalize;*/
  font-weight: 300;
  color: #48443b;
  /*text-shadow: 0 1px 2px rgba(0,0,0,0.15);*/
}
.document p {
  margin: 0 20px 20px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
}
.brace {
  width: auto;
  min-width: 35px;
  padding-bottom: 20px;
  font-size: 2em;
  line-height: 2em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  margin: 0 15px 15px;
  border: none;
  background-color: transparent;
  background-image: radial-gradient(circle at 0 0, rgba(255,255,255,0) 14.5px, #484038 15.5px, #484038 19.5px, rgba(255,255,255,0) 20.5px), radial-gradient(circle at 35px 0, rgba(255,255,255,0) 14.5px, #484038 15.5px, #484038 19.5px, rgba(255,255,255,0) 20.5px);
  background-size: 35px 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-transform: lowercase;
  font-style: italic;
  color: #fff;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0,0,0,0.15));
          filter: drop-shadow(0 1px 1px rgba(0,0,0,0.15));
}
.brace:before {
  width: 50%;
  border-top: 5px solid #484038;
  border-left: 1px solid transparent; /* play with this until you like the look of it */
  border-top-left-radius: 20% 30px;
  height: 100%;
  content: "";
  position: absolute;
  top: 100%;
  left: -15px;
  box-sizing: border-box;
  margin-top: -5px;
}
.brace:after {
  width: 50%;
  border-top: 5px solid #484038;
  border-right: 1px solid transparent; /* play with this until you like the look of it */
  border-top-right-radius: 20% 30px;
  height: 100%;
  content: "";
  position: absolute;
  top: 100%;
  right: -15px;
  box-sizing: border-box;
  margin-top: -5px;
}

/*First Portion ##########################*/

.more label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.more label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
.more label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  
  background-color: red;
  border-radius: 33px;

}


/*Second Portion #######################################*/

.more1 label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.more1 label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
.more1 label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  
  background-color: #e9e90c ;
  border-radius: 33px;

}

/*Third #####################################*/
.more2 label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.more2 label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
.more2 label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  
  background-color: #c0c006;
  border-radius: 33px;

}


/*Four ####################################*/

.more3 label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.more3 label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
.more3 label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */ 
  background-color: green;
  border-radius: 33px;
}



/*Five Five #############################################################*/




/*First Portion ##########################*/

.more4 label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.more4 label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
.more4 label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  
  background-color: red;
  border-radius: 33px;

}


/*Second Portion #######################################*/

.more5 label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.more5 label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
.more5 label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  
  background-color: #e9e90c ;
  border-radius: 33px;

}

/*Third #####################################*/
.more6 label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.more6 label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
.more6 label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  
  background-color: #c0c006;
  border-radius: 33px;

}

/*Four ####################################*/

.more7 label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.more7 label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
.more7 label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */ 
  background-color: green;
  border-radius: 33px;
}




.Padding_feedback {
  padding: 0px;
    margin-left: -17px;
}

.color_font {
      font-size: 17px;
    color: #005380;
}


/*Rating ########################################################### ###############*/


@charset "UTF-8";
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 1rem;
}

.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin-top: -15px;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #555;
   font-size: 40px;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #555;
  text-shadow: 0 0 1px #333;
  font-size: 40px;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #555;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #555;
  text-shadow: 0 0 1px #333;
}

:root {
  font-size: 2em;
  font-family: Helvetica, arial, sans-serif;
}

/*body {
  background: #333;
  color: #888;
}*/

fieldset {
  border: 0;
  /*background: #222;*/
  /*width: 5em;*/
  border-radius: 1px;
  /*padding: 1em 1.5em 0.9em;*/
  /*margin: 1em auto;*/
}

#log {
  margin: 1em auto;
  width: 5em;
  text-align: center;
  background: transparent;
}

/*h1 {
  text-align: center;
}*/



/*Rating  End ##################################################### ###############*/

.width_100 {
  width: 100%;
  border-radius: 0px;
  text-align: left;
}

.border_radius_opx {

  border-radius: 0px;
  
}

.btn-primary1 {
border-radius: 0px;
    background-color: transparent;
    border: 1px solid #005380;
    color: #005380;
    text-shadow: none;
}

.btn-primary1:hover {
  background-color: #005380;
  color: #fff;
}

.margin_top {
   
   margin-top: 15px;

}

.margin_bottom {
  margin-bottom: -12px;
}

.margin_bottom11 {
  margin-bottom: 26px;
}

.z_index {
  z-index: 2;
}
.margin_top_feedback { 
 margin-top: 20px;
}
.background-image {
    background-image: url(../img/year/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
        
}
.form-control1 {
         display: block;
    width: 50%;
    height: 45px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    border-bottom: 1px solid gray;
 
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: inherit;
  }
  .carousel-control.right {
    right: 0;
    left: auto;
   
}   


.lines {
    margin: auto;
    width: 70px;
    position: relative;
    border-top: 2px solid #1e1e1d;
    margin-top: 15px;
    margin-bottom: 30px;
}
#row4 {

  overflow: hidden;
  margin-top: 3%;
  margin-bottom: 4%;
}
#row4-team {

}
.row4-box-box {

  float: left;
  width: 21%;
  margin-right: 3%;
  text-align: center;
  position: relative;
  background: rgba(197,137,137,0.5); 
  overflow: hidden;
}
.row4-box-text {
  position: absolute;
  top: 93px;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  color: #080707;
  display: none;
  background: rgba(249,247,247,0.11); 
}
.row4-box-box:hover .row4-box-text {
  display: block;
  transition: all .3s;
}
.row4-box-text i {
  background: rgba(251,243,243);
  color: white;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 19px;
}


/*Slider -----------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
 .Slider_icon{
    width:36%!important;
 }
}







/*Slider End -------------------------------------------------------------------*/