/*
    Page:    style
*/


/********************************
    ~general section starts~
********************************/

@font-face { font-family: Josefin-Regular; src: url(../font/JosefinSans-Regular.ttf); }
@font-face { font-family: Karla; src: url(../font/Karla-Regular.ttf); }
@font-face { font-family: Montserrat; src: url(../font/Montserrat-Regular.ttf); }

body {
    width: 100%;
    height: 100%;
}

body {    
    font-family: Karla;
    color: #555;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    background: #ffffff;
    -webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;
}

html {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Josefin-Regular;
    font-weight: 400;
    font-style: normal;  
}

p{
    line-height: 1.8;
}

a:hover {
  color: #333333;
  text-decoration: none;
  transition: all .2s;
}

a{
   color: #333333;
}
.pad-15{
   padding:15px;
}
.no-padding{
   padding: 0;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input.input-text {
  position: relative;
  border: none;
  padding: 0 15px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  max-width: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
textarea:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled,
input.input-text:disabled {
  cursor: no-drop;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input.input-text:focus {
  border-color: #333333!important;
  box-shadow: none!important;
}
textarea {
  height: auto;
  line-height: 1.8em;
  max-height: 150px;
  resize: none;
}
select {
  border: none;
  font-weight: bold;
  color: #333333;
  background: none;
  height: 50px;
  padding: 0 20px 0 0;
  line-height: 100%;
  outline: 0;
  max-width: 100%;
  background-image: url(../../assets/img/caret.png);
  background-position: 100% center;
  background-repeat: no-repeat;
  position: relative;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  background-: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
input[type="submit"],
button[type="submit"],
.button {
  color: #ffffff;
  background-image: none;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  display: inline-block;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
input[type="submit"]:hover,
button[type="submit"]:hover,
.button:hover {
  color: #ffffff;
  background: #333333;
}
input[type="submit"]:disabled,
button[type="submit"]:disabled,
.button:disabled {
  background: #f2f2f2;
  color: #b3b3b3;
  cursor: no-drop;
  border: none;
}

/********************************
     ~general section ends~
*********************************/


/********************************
     ~navigation section starts~
*********************************/
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
    .top-nav-collapse .navbar-brand img{
        height: 40px;
        transition: height .5s ease-in-out;
    }
}

.navbar-default .navbar-nav > li > a{
    text-transform: uppercase;
    color: #333;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal; 
} 

.navbar-default .navbar-nav> li > a:focus, 
.navbar-default .navbar-nav> li > a:hover {
    color: #cccccc;
}


.navbar-default .navbar-nav>li>a.actives{
    color: #cccccc;
    background-color: transparent;
}

.navbar-brand {
    padding: 5px 5px !important;
}

.navbar-brand img{
    height: 40px;
    transition: height .5s ease-in-out;
}

/**** navigation align center starts  *****/
@media(min-width:767px){
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar-brand img{
	height: 55px;
	transition: height .5s ease-in-out;
    }
}
.navbar .navbar-collapse {
  text-align: center;
}

/**** navigation align center ends  *****/

/********************************
     ~navigation section ends~
*********************************/


/********************************
     ~footer section starts~
*********************************/
footer{
    background-color: #1a1a1a;
    /*background-image: url('../images/footer/bg-footer.jpg');*/
    background-position: top center;
    background-repeat: repeat-x;
    background-size: cover;
    color: #222;
    text-align: center;
}

#site-footer {
    padding: 100px 0 100px 0;
}

#site-footer #footer-content .footer-logo{
    min-height: 80px;
    font-family: Josefin-Regular;
    font-weight: 400;
    font-style: normal;  
    font-size: 24px;
    padding: 10px;
}

#site-footer #footer-content .footer-logo img{
    height: 80px;
    background-color: seashell;
}

#site-footer #footer-content .social-links {
    margin-bottom: 35px;
}

#site-footer .social-links a {
    color: rgba(255, 255, 255, 0.2);
    margin: 0 10px;
}
#site-footer .social-links a span {
    font-size: 28px;
}
#site-footer .copyright-content{
   color: #fff;
}
#site-footer .copyright-content a{
    color: #fff;
    transition: all .25s cubic-bezier(0.42,0,0.58,1);
}
#site-footer .copyright-content a:hover i{
    font-size: 18px;
}
#site-footer .copyright-content a.mi-ho-zoom:hover{
    color: #00c365;
    font-size: 16px;
}
@media (max-width:767px) {
	#site-footer #footer-content .social-links a {
	    margin: 0 20px;
	}
	#site-footer .copyright-content a {
	    color: #00c365;
	    font-size: 18px;
	}
 }
@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  40% {
    transform: translate3d(0, -5px, 0) scale3d(0.7, 1.5, 1);
  }
  100% {
    transform: translate3d(0, -10px, 0) scale3d(1.5, 0.9, 1);
  }
}
#site-footer .jump {
  transform-origin: 50% 50%;
  animation: jump .5s linear alternate infinite;
}
/********************************
     ~footer section ends~
*********************************/


/********************************* 
	 ~Go To Top starts~
********************************/
#back-to-top.show a {
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  bottom: 0;
}
.goto-top a {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  outline: none;
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 8000;
  visibility: hidden;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.goto-top a:after,
.goto-top a:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #cccccc;
  position: absolute;
  top: 10px;
  left: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.goto-top a:before {
  left: -5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#back-to-top.show a:hover {
  bottom: 20px;
}
.goto-top a:hover:after,
.goto-top a:hover:before {
  background: #333333;
}
/********************************* 
	 ~Go To Top ends~
*********************************/


