/* 
Table of contents
===========================================
- General Style
- Utility Classes
- Button Style
- Form Elements
- Page Header
- Breadcrumb
- Tab
- Pagination
- Custom Css Animation Section
===========================================
*/


/*
------------------------------------
- General Style
------------------------------------
*/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: 0;
}
html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
}
body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
button,
input,
textarea {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
}

/*
------------------------------------
- Utility Classes
------------------------------------
*/

.inner-padding {
    padding: 80px 0px;
}
.inner-padding160 {
    padding: 160px 0px 145px;
}
.pt60 {
    padding-top: 60px;
}
.pn {
    padding: 0px;
}
.pl15 {
    padding: 0px;
}
.mn {
    margin: 0;
}

/*
------------------------------------
- Button Style
------------------------------------
*/

.nav-button {
    padding-right: 0;
    text-align: right;
}
.btn {
    font-size: 14px;
    color: #fff;
    border: none;
    font-family: 'Raleway', sans-serif;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-md {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0;
    line-height: 20px;
    border: none;
    margin-top: 25px;
    padding: 5px 15px;
    text-transform: capitalize;
    background-color: #f26522;
}
.btn-md:hover {
    color: #fff!important;
    background-color: #e85c19!important;
}
.btn-md-orange {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0;
    line-height: 20px;
    border: none;
    margin-top: 25px;
    padding: 5px 15px;
    text-transform: capitalize;
    background-color: #f26522;
}
.btn-md-orange:hover {
    color: #fff!important;
    background-color: #e85c19;
}
.btn-field-orange {
    padding: 12px 55px;
    margin: auto;
    color: #fff!important;
    background-color: #f26522!important;
}
.btn-outline-orange {
    color: #3d4652;
    border: 1px solid #3d4652;
    background-color: transparent;
}
.btn-field-orange:hover {
    background-color: #e85c19!important;
}
.btn-outline-orange:hover {
    color: #e85c19!important;
    border: 1px solid #e85c19;
    background-color: transparent;
}
.btn-lg {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0;
    color: #fff!important;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: #f26522;
    padding: 20px 30px;
}
.nav-button i {
    font-size: 14px;
    color: #fff;
    padding-right: 5px;
}
.subcrive-inside .btn {
    margin-top: 40px;
    padding: 10px 30px;
}
.subcrive-inside .btn span {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-form .btn {
    margin-top: 20px;
    padding: 13px 43px;
}
.contact-form .btn span {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hero-content .btn-field-orange {
    padding: 12px 55px;
    margin: auto;
    color: #fff !important;
}
.hero-content .btn-field-orange span {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.price-footer .btn {
    padding: 10px 80px;
    display: inline-block;
}
.price-footer .btn span {
    font-size: 15px;
    line-height: 31px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #3d4652;
    letter-spacing: 0;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pricing-table .btn:hover span {
    color: #f26522;
}
.btn-field-blue {
    background-color: #25a7b4!important;
    padding: 12px 55px;
    margin: auto;
    color: #fff!important;
}
.btn-field-blue:hover {
    color: #fff!important;
    background-color: #1b929e!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-outline-blue:hover {
    color: #25a7b4;
    border: 1px solid #25a7b4;
    background-color: transparent;
}
.btn-md-blue {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0;
    line-height: 20px;
    border: none;
    margin-top: 25px;
    padding: 5px 15px;
    text-transform: capitalize;
    background-color: #25a7b4;
}
.btn-md-blue:hover {
    color: #fff!important;
    background-color: #1b929e;
}
.user-pull .btn,
.user-pull .btn:hover {
    background-color: transparent;
}
.btn-sm {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333333!important;
    background-color: transparent;
    padding-left: 55px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-sm:hover {
    background-color: transparent;
    color: #f26522!important;
}
.btn-subscribe {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0;
    color: #fff;
    border-radius: 0px;
    background-color: #f26522;
    padding: 10px 20px;
}
.btn-subscribe:hover {
    color: #fff;
    background-color: #e85c19!important;
}
.cmnt-btn {
    background-color: transparent;
    border: 0px;
    padding: 3px 8px;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 24px;
    letter-spacing: 0;
    color: #727272!important;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.cmnt-btn i {
    font-size: 12px;
    line-height: 24px;
    color: #727272;
    margin: 0px 5px;
}
.cmnt-btn:hover {
    background-color: transparent;
    color: #f26522!important;
}
.btn-field-blue {
    background-color: #25a7b4;
}
.btn-field-blue:hover {
    background-color: #1896a3;
}
.btn-outline-blue {
    color: #3d4652;
    border: 1px solid #3d4652;
    background-color: transparent;
}
.btn-outline-blue:hover {
    border: 1px solid #25a7b4;
}

/* 
------------------------------------
- Form Elements
------------------------------------
*/

.form-inline ul {
    text-align: center;
    padding-left: 0;
    margin-top: 0;
}
.form-inline li {
    display: inline-block;
    position: relative;
    text-align: center;
}
.form-inline ul li:first-child {
    padding-left: -15px;
}
.form-group {
    margin: 8px;
    width: 100%;
    position: relative;
    margin-top: 21px !important;
}

input:-moz-placeholder, ::-webkit-input-placeholder {
    color: #ccc !important;
}

.form-inline .form-control::-webkit-input-placeholder{
     color: #ccc !important;
}

.form-inline .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #5f5f5f;
    border: 3px solid #d8d8d8 !important;
    background: none!important;
    border: none;
    background-image: none;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.placeholder {
    color: #5f5f5f !important;
    letter-spacing: 0;
}
.form-message {
    width: 100%;
    position: relative;
    padding-left: 8px;
}
.form-message .form-control {
    width: 100%;
    border-bottom: 1px solid #5f5f5f;
}
.form-message:before {
    position: absolute;
    font-family: FontAwesome;
    content: '\f111';
    color: #5f5f5f;
    font-size: 5px;
    z-index: 1;
    top: 15px;
    left: 9px;
    display: none;
}

/*
------------------------------------
- Page Header
------------------------------------
*/


/*
------------------------------------
- Bread Crumb
------------------------------------
*/


/*
------------------------------------
- Pagination
------------------------------------
*/

.pagination {
    margin: 20px 0px 0px;
}
.pagination > li > a,
.pagination > li > span {
    background-color: transparent;
    border: 2px solid #d9d9d9;
    border-radius: 0px;
    color: #000;
    margin-right: 10px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0px;
}
.pagination > .active > a,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: transparent!important;
    border: 2px solid #000;
    color: #000;
}
.pagination > li > a.more-pagination {
    border: 2px solid transparent;
}

/*
------------------------------------
- Tab
------------------------------------
*/


/*---------------------------------
- Custom Css Animation Section
---------------------------------
*/

.way {
    opacity: 0;
}
.way.animated {
    opacity: 1;
}