/*contact page*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');

.contact_form{
    padding: 50px;
    margin-top: 50px;
    background: #f1f1f1;
    -webkit-box-shadow: 10px 10px 5px 5px #DAD8DA;
    box-shadow: 5px 5px 20px 5px #DAD8DA;
    margin-bottom: 50px;
}
.contact_form h4 ,label{
    color: #666;
    font-family: 'Nunito';
}

.contact_form  h4 , .contact_detail h4{
    color: #666;
    background: #F3EBC4;
    padding: 10px;
    text-align: center;
    font-family: 'Nunito';
    font-size: 35px;
}
.contact_form  h6{
  font-family: 'Nunito';
  color: #666;
}
.contact_form p{
 font-family: 'Nunito';
  color: #666;
  font-size: 12px;
  line-height: 25px;
  margin-top: 10px;
}
.contact_form .btn{
    margin-top: 20px;
    background: #F56060;
    color: #fff;    
}

.contact_form .btn:hover{
    margin-top: 20px;
    background: #F56060;
    color: #fff; 
    border: 1px solid #F56060;   
}
.contact_detail .fa{
    color: #666;
    margin-left: 20px;
    font-size: 30px;
}
.gmap{
    padding: 10px;
    margin-bottom: 20px;
}
.social_media p{
  margin-top: 20px;
}
.social_media .fa:hover {
    animation: shake 0.5s;   
    animation-iteration-count: infinite; 
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}



.floating-form {
  width: 100%;
}

/****  floating-Lable style start ****/
.floating-label { 
  position:relative; 
  margin-bottom:20px; 
  margin-top: 20px;
}
.floating-input , .floating-select {
  font-size:18px;
  padding:4px 4px;
  display:block;
  width:100%;
  height:40px;
  background-color: transparent;
  border:none;
  border-bottom:1px solid #F56060;
}

.floating-input:focus , .floating-select:focus {
     outline:none;
     border-bottom:2px solid #F56060; 
}

label {
  color:#999; 
  font-size:20px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:3px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
  top:-18px;
  font-size:14px;
  color:#F56060;
}

.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
  top:-18px;
  font-size:14px;
  color:#F56060;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
  width:50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
   min-height: 30px;
   max-height: 260px; 
   overflow:hidden;
  overflow-x: hidden; 
}

/* highlighter */
.highlight {
  position:absolute;
  height:50%; 
  width:100%; 
  top:15%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
    from {  }
  to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from {  }
  to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from {  }
  to    { width:0; background:transparent; }
}

/****  floating-Lable style end ****/




/***   daniel - Fork me friend - style   ***/
/*.floating-credit { position:fixed; bottom:10px;right:10px; color:#aaa; font-size:13px;font-family:arial,sans-serif; }
.floating-credit a { text-decoration:none; color:#000000; font-weight:bold; }
.floating-credit a:hover { border-bottom:1px dotted #f8f8f8; }
.floating-heading { position:fixed; color:#aaa; font-size:20px; font-family:arial,sans-serif; }*/
/***  daniel - Fork me friend - style  ***/


/* Gallery page */

.small {
  font-size: 15px;
  color: #e779b3;
  display: block;
  margin-top: -5px
}

.cont {
  text-align: center;
  padding: 80px 0px;
}

.page-head h1{
  padding: 40px 0;
  text-align: center;
  color: #e779b3;
  font-family: 'Nunito';
}

.page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0;
}

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.btn-primary:hover {
  background-color: #fff;
  color: #152836;
}

.btn-primary {
  background-color: #152836;
  border-color: #0e1a24;
  color: #ffffff;
}

.btn-primary {
  border-color: #eeeeee;
  color: #eeeeee;
  transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

/*.page-head h1 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #FFF;
  position: relative;
  display: inline-block;
}*/

.page-head h1 .version {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  width: 58px;
  right: -58px;
}

.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.demo-gallery > ul > li {
  margin-bottom: 20px;
  width: 20%;
  height: 220px;
  display: inline-block;
  margin-right: 20px;
  list-style: outside none none;
}

.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 220px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
    .demo-gallery > ul > li {
  margin-bottom: 20px;
  width: 250px;
  height: 250px;
  display: inline-flex;
  justify-content: center;
  margin-right: 20px;
  list-style: outside none none;
}
    .demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}

/*Footer*/
footer{
  background-color: #97979C;
  background-image: url(../image/back_pattern1.png) ;
  color: #fff;
}

footer h4{
  margin: 30px 0;
   font-family: 'Nunito';
   letter-spacing: 1px;
   font-size: 30px;
   color: #fff;
}

footer li{
  list-style: none;
}
footer li a{
  text-decoration: none !important;
  color: #fff !important;
  font-size: 14px;
  font-family: 'Nunito';
   letter-spacing: 1px;
   line-height: 25px;
}
footer p{
  font-size: 14px;
  line-height: 25px;
   /*font-style: 'Roboto Slab', serif;*/
    font-family: 'Nunito';
   letter-spacing: 1px;
   font-weight: 300;
   color: #fff;

}

footer hr{
  border-top:1px solid #666;
}
.last_footer {
   background-color: #605E5E;
  color: #fff;
  padding: 20px 0px 40px;
}
.last_footer a{
  text-decoration: none;
  color: #fff;
}
.footer_social{
  padding-bottom: 20px;
}
.footer_social .fa{
  font-size: 25px;
}

.footer_social ul.social-network {
  list-style: none;
  display: inline;
  margin-left:35% !important;
  padding: 0;


}
.footer_social ul.social-network li {
  display: inline;
  margin: 0 5px;

}


/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover {
  background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
  background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
  background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
  background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
  background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
  color:#fff;
}
 a.socialIcon:hover, .socialHoverClass {
  color:#44BCDD;
}

.social-circle li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-align:center;
  width: 50px;
  height: 50px;
  font-size:20px;
}
.social-circle li i {
  margin:0;
  line-height:50px;
  text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #666;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

 .footer_social a {
 background-color: #fff;   
}

/*about page*/


.about{
  margin-top: 50px;
}

.about hr{
border-top: 1.5px solid #F43E66;
 width: 10%;
 margin-bottom: 20px;
 margin-left: -90%;
}
.about h2{
  color: #F56060;
   font-family: 'Nunito';
  line-height: 25px;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 20px;
}

.about p{
  text-align: justify;
  line-height: 25px;
   font-family: 'Nunito';
  font-size: 17px;
  color: #444;
  margin: 10px 0 20px;
}

.vision{
  margin-top: 10px;
  background: #f5f5f5;
  padding: 30px 0px;
}

.vision h2{
  color: #F56060;
  font-family: 'Nunito';
  line-height: 25px;
  font-size: 30px;  
  padding: 10px;
  font-weight: 600;
}

.vision p{
  text-align: justify;
  line-height: 25px;
   font-family: 'Nunito';
  font-size: 18px;
    font-weight: 400;
  margin: 30px 0 10px;
      color: #353535;
}

.management{
  margin-top: 70px;
}
.management .card{
  -webkit-box-shadow: 10px 10px 5px 5px #DAD8DA;
    box-shadow: 5px 5px 20px 5px #DAD8DA;
}
.management h2, .award h2{
  color: #F56060;
  font-family: 'Nunito';
  line-height: 25px;
  font-size: 35px;
  margin: 0 0 70px;
  text-align: center;
  font-weight: 600;
}
.award h2{
  color: #F56060 !important;
  font-family: 'Nunito';
  line-height: 25px;
  font-size: 35px;
  margin: 0 0 70px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 50px;
}
.management .card-title{
  text-align: center;
  font-family: 'Nunito';
  line-height: 25px;
   color: #353535;
   font-size: 28px;
   font-weight: 600;
}
.management p, .award p{
   text-align: justify;
  line-height: 25px;
   font-family: 'Nunito';
  font-size: 18px;
    font-weight: 400;
  margin: 0 0 10px;
  padding: 10px;
      color: #353535;
}
.management img{
  width: 200px;
  margin: 5px auto 5px;
}

.award {
  margin: 70px 0px;
  padding: 50px 0px;
}

.award h2{
  color: #F43E66;
  font-family: 'Nunito';
  line-height: 25px;
  font-size: 35px;
  margin: 0 0 30px;
  text-align: center;
  font-weight: 600;
}
.award_image{
  border: 1px solid #ddd;
  padding: 10px;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}


 /* Tabs*/


.tab {
    float: left;    
    background-color: #F9EBFE;
    width: 20%;
    height: 300px;
    font-family: 'Roboto Slab', serif;
    -webkit-box-shadow: 10px 10px 5px 5px #DAD8DA;
    box-shadow: 5px 5px 20px 5px #DAD8DA;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    display: block;
    background-color: inherit;
    color: #666;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
}

/* Change background color of buttons on hover */
.tab button:hover {

    background-color: #FF2064;
    color: #fff;

}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #FF2064;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    
    width: 80%;
    border-left: none;
    height: 300px;
    display: none;
    -webkit-box-shadow: 10px 10px 5px 5px #DAD8DA;
    box-shadow: 5px 5px 20px 5px #DAD8DA;
}
.tabcontent p{
  font-family: 'Roboto Slab', serif;
  line-height: 25px;
  font-size: 15px;
  color: #666;
  padding: 20px;
}
.tabcontent h3{
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  margin-top: 5px;
  padding: 20px;
  color: #FF2064;
}


