/*
    Theme Name: MeroPet
    Author: Manoj Adhikari
    Author URL: https://www.madhikari.com.np
    */

    /* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');


    body {
        width: 100%;
        height: 100%;
        font-family: 'Montserrat';
        font-weight: 300;
        color: #666;
        background-color: #fff;
    }

    html {
        width: 100%;
        height: 100%;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 30px;
        text-transform: uppercase;
        font-family: 'Montserrat';
        font-weight: 700;
        letter-spacing: 1px;
    }

    p {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 1.6em;
    }

    p.lead {
     font-weight: 600;
 }

 a {
    color: #f26b21;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);

}
.navbar-main-collapse{
    background-color: #fff;
    /*background-color: rgba(255,255,255,0.4);*/
}
.navbar-brand {
    font-weight: 700;
}
.navbar-nav{
    float: inherit;
}
.navbar-brand {
  height: 40px;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 1em;
}

.navbar-brand h1{
	color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {

}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}

.navbar-custom ul.nav li a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #777;
    text-transform: capitalize;
    font-weight: 500;
    padding: 20px 12px;
}

.navbar-custom.top-nav-collapse ul.nav li a {
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
 color: #666;
}

.navbar-custom ul.nav ul.dropdown-menu {
   border-radius: 0;
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}
.navbar-left li a{
    border-bottom: 4px solid #fff;
}
.navbar-left li a:hover, .navbar-left li a:focus, .navbar-left li.active a{
    background: #fff !important;color:#F26B21 !important;border-bottom: 4px solid #f26b21;
}
ul.navbar-right li.dropdown .dropdown-toggle{
    background: #F26B21;
    border-bottom: 4px solid #f26b21;
    color: #fff !important;
}
/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar-nav.navbar-right{
    background: #f9a471;
}
.navbar-nav.navbar-right li a{
    color: #fff !important;
    border-bottom: 4px solid #f9a471;
    padding-left: 25px !important;
    padding-right: 25px !important;
    background: #f9a471;
    border-bottom: 4px solid #f9a471;
}
.navbar-nav.navbar-right li:nth-child(1) a{
    background: #F26B21;
    border-bottom: 4px solid #F26B21;
}
#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
}
25%{
    transform: translate(10px, 10px);
}
50%{
    transform: translate(10px, -10px);
}
75%{
    transform: translate(-10px, -10px);
}
100%{
    transform: translate(-10px, 10px);
}
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
}
25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
}
50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
}
75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
}
100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
}
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 80px;
    padding-bottom: 80px;
    display:block;
    position:relative;
    z-index:120;
    background: #fff;
}


.section-heading h2 {
	font-size: 40px;
    font-weight: 400;
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
	background:rgba(255,255,255,.2);
    /*background: linear-gradient(to right, white , white);*/
    background-size: cover;
    height: auto;
}

#intro.intro {
	padding:20% 0 0 0;
}

.intro .slogan {
	text-align: left;

}

.intro .page-scroll {
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}
.top-nav-collapse .head-top{
    display: none;
}
nav .head-top ul li{
    display: inline-block;
    list-style: none;
    padding: 7px 0px;
}
nav .head-top{
    background-color:#F26B21;
    /* background: #fff;*/
}
nav .head-top ul{
    margin-bottom: 0px;
    padding-left: 0px;
}
nav .head-top ul li a{
    color: #fff;
    padding: 0px 5px;
    font-size: 12px
}
nav .head-top ul li:nth-child(1) a{
    border-right: 1px solid #fff;
}
.intro .slogan h2 {
	color: #fff;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
    margin-bottom: 17px;
}

.intro .slogan h4 {
	color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}
.actions{
    margin-top: 90px;
}
.intro .actions a.btn-pet{
    background: #f26b21;
    color: #fff;
    padding: 20px 45px;
    font-size: 20px;
    margin-right: 15px;
    border: 2px solid #f26b21;

}
.actions a.btn-pet{
    background: transparent;
    color: #f26b21;
    padding: 20px 45px;
    font-size: 20px;
    margin-right: 15px;
    border: 2px solid #f26b21;
}
.actions a.btn-pet:hover, .actions a.btn-pet:focus{
    background: transparent;
    color: #f26b21;
}
.actions a.btn-pet i{
    position: relative;
    left: 15px;
}
#service .actions a.btn-pet:hover, #service .actions a.btn-pet:focus{
    background: #f26b21;
    color: #fff;
    padding: 20px 45px;
    font-size: 20px;
    margin-right: 15px;
    border: 2px solid #f26b21;
}
@media (max-width: 768px) {
  .intro .slogan h2 {
    font-size: 48px;
}
}

@media (max-width: 600px) {
  .intro .slogan h2 {
    font-size: 36px;
}
}


/* ===========================
--- About
============================ */

.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}

.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
}

.avatar {
	margin-bottom: 0px;
}

.team-social {
	margin-left: 0;
	padding-left: 0;

}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
    margin:0 !important;
    padding:0;
}


.team-social a{
	margin:0;
	padding:0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}


/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
}



/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
  box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
    margin:0 !important;
    padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}



/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 50px 0 ;

}

footer p {
	color: #f8f8f8;
}

.credits, .credits a {
    color: #fff;
}

/* ==========================
Parallax
============================= */

#parallax1{
	background-image: url(../img/parallax/1.jpg);
}

#parallax1:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


#parallax2{
	background-image: url(../img/parallax/2.jpg);

}

#parallax2:after  {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media(min-width:767px) {

    .navbar {
        padding: 00px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 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;
        background: #fff;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #fff;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: none;
    }

    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }


    .intro-text {
        font-size: 25px;
    }


}
@media (max-width:768px) {

	.team.boxed-grey {
		margin-bottom: 30px;
	}

	.boxed-grey {
		margin-bottom: 30px;
	}


}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
        background-color: rgba(255,255,255,.4);
    }

    .navbar.navbar-custom.navbar-fixed-top {
      margin-bottom: 30px;
  }

  .tp-banner-container {
      padding-top:40px;
  }

  .page-scroll a.btn-circle {
      width: 40px;
      height: 40px;
      margin-top: 10px;
      padding: 7px 0;
      border: 2px solid #fff;
      border-radius: 50%;
      font-size: 20px;
  }

}
.box-gray{
    background: #eee;
    padding: 20px;
}
.box-gray .inner{
    text-align: left;
}
.box-gray .inner h3, .box-gray .inner h5{
    display: inline-block;
}
section.home-section .box-gray{
    padding-bottom: 0px;
}
section.home-section .box-gray .avatar img{
    width: auto;

    display: inline-block;

    height: 135px;
}
section.home-section .box-gray .inner h2{
    font-size: 50px;
    display: inline-block;
    font-weight: 700;
}
section.home-section .box-gray .inner h5{
    float: right;
    font-weight: 500;
    font-size: 20px;
    margin-top: 15px;
}
section.home-section .box-gray .avatar a.btn{
    display: inline-block;
    float: right;
    margin-top: 40px;
}
.btn-border{
    border: 1px solid #f26b21;
    font-weight: 500;
}
.btn-border:hover{
    color: #fff;
    background: #f26b21;
}
section#service{
    padding: 0px;
}
section#service .service-box {
    padding-top: 0%;
}
section#service .service-box .service-desc h2{
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 15px;
}
section#service .service-box .service-desc p{
    font-weight: 300;
    font-size: 17px;
    text-transform: capitalize;
}
section#service .service-box .service-desc{
    margin-top: 90px;
}
section#service .service-box .service-desc h2 span{
    color: #f26b21;
    font-weight: 600
}
section#service .actions{
    margin-top: 50px;
}
section#service .service-box .service-img{
    height: 500px;
} 
section.shop{
    background: #eee;
}
.carousel-control{
    background-image: none !important;
    width: auto;
    top: 35%;
    color: #666;
    font-size: 50px;
    text-shadow: none;
    height: 50px;
}
.carousel-control.right{
    position: absolute;
    right: -35px;
}
.carousel-control.left{
    left: -35px;
}
.thumbnail{
    border: none;
    border-radius: 0px;
}
.thumbnail .shop-detail label{
    display: block;
    font-weight: 600;
    color: #666;
}
.thumbnail .shop-detail label:nth-child(1){
    margin-top: 20px;
}
.thumbnail .shop-detail label:nth-last-child(1){
    margin-bottom: 20px;
    font-weight: 600;
    color: #f26b21;
}
section.shop .thumbnail img{
    height: 150px;
    text-align: center;
    margin: auto;
}
span.btn-border{
    padding: 3px 15px;
    display: inline-block;
    margin: 20px auto;
    text-align: left;
}
.profile-card {
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.13);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.13);
}
.profile-card h4{
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #777;
    margin-top: 15px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    padding: 15px;
}
.profile-card p{
    font-size: 14px;
    color: #999;
    letter-spacing: 0px;
    margin-bottom: 0px;
}
.profile-card span.author{
    color: #999;
    opacity: .8;
    display: block;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

section.find-partner{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0px;
}
.find-partner #search {
}

.find-partner  .search {
    margin-top: 30px;
}

.find-partner  .search input {
    width: 70%;
    display: inline;
    height: 60px;
    box-shadow: none;
    border-radius: 0px;
    background: transparent;
    border: 2px solid #f26b21;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.find-partner  .search .btn-search{
    display: inline-block;
    width: 20%;
    padding: 17px 15px;
    position: relative;
    top: -3px;
    left: -5px;
    background: #f26b21;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    height: 60px;
}
.find-partner .find h2{
    margin-bottom: 8px;
    font-size: 60px;
    font-weight: 500;
    color: #fff;
}
.find-partner .find p{
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
}
footer{
    background: #272a2b   !important;
    padding-bottom: 15px;
}
footer div.heading{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}
footer div a{
    color: #bababa;
}
footer div a:hover, footer div a:focus{
    color: #F26B21;
}
footer .footer-bottom{
    border-top: 1px solid #bababa;
    margin-top: 25px;
    padding-top: 25px;
}
footer .footer-bottom p{
    font-size: 14px;
    color: #bababa;
}
footer div.social a{
    height: 30px;
    width: 30px;
    background: #f26b21;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    padding: 5px 0px;
    margin-right: 5px;
}
footer div.social h4.logo{
    margin-top: 40px;
    margin-bottom: 0px;
    color: #f26b21;
}
footer div.social h4.logo span{font-weight: 100; color: #fff;}
label.badge-cat {
    font-weight: 400;
    background: #f9a471;
    padding: 2px 20px;
    color: #fff;
    position: relative;
    top: -11px;
    font-size: 12px;
}
div.brand{
    font-size: 22px;
    padding: 14px 0px;
    font-weight: bold;
    display: inline-block;
    font-family: Montserrat;
    font-weight: bold;
    letter-spacing: -1px;
    color: #000;
    }
div.brand span{
    color: #222;
}
.intro form input[type="text"], .intro form input[type="email"], .intro form input[type="password"]{
    height: 45px;
    border-radius: 0px;
    background: rgba(255,255,255,0.3);
    box-shadow: none;
    border: 1px solid #ccc;
    color: #777;
    margin-bottom: 15px;
    font-size: 14px;
}
section.intro .img-left{
    /*background-image: url(../img/new/banner-cat-fliped.jpg);
min-height: 100vh;
background-position: center;
background-size: cover;*/
}
.img-left img{
    background-position: center;
    object-fit: cover;
    height: 100vh;
}
form h2{
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #f26b21;
    position: relative;
    margin-bottom: 0px;
}
form h2 small{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #f9a471;
    padding: 5px 40px;
    position: relative;
    top: -40px;
}
.p-l{
    padding-left: 0px;
}
.p-r{
    padding-right: 0px;
}
.intro form .form-group label{
    color: #999;
    font-weight: 300;
    width: 90%;
    display: inline-block;
    font-size:  12px;
}
.intro form .form-group input[type="checkbox"]{
    margin-right: 7px;
    display: inline-block;
    width: 5%;
    vertical-align: top;
}
.btn-pet{
    background: #f26b21;
    color: #fff;
}
.client-login .cl-btn{
    background: #f26b21;
    display: block;
    color: #fff;
    font-weight: 400;
    font-family: 'Source Sans Pro';
    padding: 27px 0px;
}
.admin-login .al-btn{
    background:  #f9a471;
    display: block;
    color: #fff;
    font-weight: 400;
    font-family: 'Source Sans Pro';
    padding: 27px 0px;
}
.client-login .cl-btn:hover, .client-login .cl-btn:focus, .admin-login .al-btn:hover, .admin-login .al-btn:focus{
    opacity: 0.5;
}
.client-login-modal .auth .auth-form-light {
    background: #ffffff;
}
.client-login-modal .pt-3, .client-login-modal .py-3 {
    padding-top: 1rem !important;
}
.client-login-modal .auth form .form-group {
    margin-bottom: 1.5rem;
}
.client-login-modal .auth form .form-group .form-control {
    background: transparent;
    border-radius: 0;
    font-size: .9375rem;
}
.client-login-modal .mt-3, .client-login-modal .template-demo > .btn, .template-demo > .btn-toolbar, .my-3 {
    margin-top: 1rem !important;
}
.client-login-modal .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.client-login-modal .auth form .auth-form-btn {
    height: 50px;
    line-height: 1.5;
}
.client-login-modal .btn-gradient-primary:not(.btn-gradient-light) {
    color: #ffffff;
}
.client-login-modal .btn.btn-lg, .client-login-modal .btn-group-lg > .client-login-modal .btn {
    font-size:1.875rem;
}
.client-login-modal .btn-gradient-primary {
    background: linear-gradient(to right, #E49100, #F26B21);
    border: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.client-login-modal .mb-2, .client-login-modal .my-2 {
    margin-bottom: 0.5rem !important;
}
.client-login-modal .mt-2, .client-login-modal .template-demo > .client-login-modal .btn-group, .client-login-modal .template-demo > .client-login-modal .btn-group-vertical, .client-login-modal .my-2 {
    margin-top: 0.5rem !important;
}
.client-login-modal .mb-2, .client-login-modal .my-2 {
    margin-bottom: 0.5rem !important;
}
.client-login-modal .btn-facebook {
    background: #3b579d;
    color: #ffffff;
    font-size: 14px;

    padding: 12px 0px;

    text-transform: uppercase;

    font-weight: 400;
}
.client-login-modal .btn i {
    font-size: 1rem;
}
.client-login-modal .font-weight-light {
    font-weight: 300 !important;
}
.client-login-modal .modal-content{
    width: 100%;
    background: #fff;
    box-shadow: none;
    border-radius:10px;
    border: none;
}
.client-login-modal .modal-body{
    display: inline-block;

    width: 50%;

    box-shadow: none;

    border: none;

    vertical-align: top;

    padding: 40px 15px;
}
.modal-backdrop{
    background: #FF512F;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F09819, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F09819, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 1 !important;
}
.client-login-modal .auth-form-light h4{
    font-size: 17px;
    text-align: left;
    color: #777;
    margin-bottom: 7px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}
.client-login-modal .auth-form-light h6{
    text-align: left;
    color: #999;
    font-weight: 500 !important;
}
.intro .client-login-modal input[type="text"], .intro .client-login-modal input[type="email"], .intro .client-login-modal input[type="password"] {

    height: 45px;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    border: 1px solid #ccc;
    color: #777;
    margin-bottom: 15px;
    font-size: 14px;
}
.client-login-modal .modal-dialog{
    background: transparent;
    margin: 70px auto;
    box-shadow: none;
    width: 800px;
    margin-bottom: 50px;
}
.client-login-modal .modal-content .modal-img{
    width: 48%;
    display: inline-block;
    vertical-align: bottom;
    height: 530px;
    background: #ddd;
    padding: 0px 0px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.login-footer{
    font-family: 'Montserrat';
    padding: 20px 0;
}
.client-login-modal .modal-content .modal-img img{
    max-width: 100%;
height: 100%;
object-fit: cover;
}
.client-login-modal .form-check{
    display: inline-block;
}
.client-login-modal .form-check label{
    font-weight: 400;
    display: inline-block;
    font-size: 12px;
}
.client-login-modal .auth-form-light .d-flex a.auth-link{
 text-align: right;
 float: right;
 font-size: 12px;
 margin: 3px 0px;
 font-weight: 500; 
}
.client-login-modal .auth-form-light .d-flex{
    margin: 20px auto !important;
}
.bars{
    height: 100px;
    background: #bbb;
    overflow: hidden;
}
.client-login-modal{
    font-family: 'Montserrat';
}
.modal-dialog{
    margin-top: 7%;
}
.form-control{
    height: 45px !important;
box-shadow: none !important;
border-radius: 0px !important;
font-family: 'Montserrat'
}
.page{
    padding: 5rem 0rem;
    background: -webkit-linear-gradient(to right, #F09819, #F26B21);
background: linear-gradient(to right, #F09819, #F26B21);
min-height: 100vh;
}
.login-footer ul li{
    list-style: none;
    display: inline-block;
}
.login-footer ul li a{
    color: #fff;
    margin-right: 6px;
    font-weight: 500;
    padding-right: 7px;
}
.login-footer ul li a:hover, .login-footer ul li a:focus{
    color: #555;
 }
 .btn-google{
    background: #ea4335;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 12px 0px;
 }
 i{
    font-size: 16px;
    margin-right: 7px;
 }
 .btn-facebook i,  .btn-google i{
    font-size: 1.5rem !important;
 }
 .register .modal-dialog{
    width: 900px;
 }
 .client-login-modal .modal-content .modal-img{
    width: 42%;
}
.register .modal-body{
    padding: 25px 15px !important;
}
.register .modal-body form .form-group label{
    display: inline;
    margin-left: 7px;
    font-weight: 500;
    font-size: 12px;
}
.register .modal-content .modal-img img{
    height: 100%;
}