/* Pawrex - Html Template */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Bootstrap
3. Global
4. Main Slider
5. Welcome Section



**********************************************/

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Merriweather:300,300i,400,400i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');





/*font-family: 'Open Sans', sans-serif;
font-family: 'Merriweather', serif;
font-family: 'Lato', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('hover.css');





/*** 

====================================================================
    Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}





/*** 

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #e7470c;
}

.no-padding {
    padding: 0px !important;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Merriweather', serif;
}

input,
button,
select {}

textarea {
    overflow: hidden;
}

p,
.text {
    position: relative;
    line-height: 1.8em;
    font-family: 'Open Sans', sans-serif;
}



.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}



/*Btn Style One*/

.btn-style-one {
    position: relative;
    line-height: 29px;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    padding: 4px 29px 4px 29px;
}

.btn-style-one:hover {
    color: #ffffff;
    background: none;
}





/*Btn Style Two*/

.btn-style-two {
    position: relative;
    padding: 11px 32px;
    line-height: 29px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    background-color: #e5a62d;
    border: 2px solid #e5a62d;
}

.btn-style-two:hover {
    background: none;
    color: #e5a62d;
}





/*Btn Style Three*/

.btn-style-three {
    position: relative;
    padding: 11px 39px;
    line-height: 29px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    background-color: #e7470c;
    border: 2px solid #e7470c;
}

.btn-style-three:hover {
    background: none;
    color: #e7470c;
}





/*Btn Style Four*/

.btn-style-four {
    position: relative;
    padding: 11px 39px;
    line-height: 29px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    background-color: #e5a62d;
    border: 2px solid #e5a62d;
}

.btn-style-four:hover {
    background: none;
    color: #e5a62d;
}





/*Btn Style Five*/

.btn-style-five {
    position: relative;
    padding: 11px 39px;
    line-height: 29px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    background-color: #630abb;
    border: 2px solid #630abb;
}

.btn-style-five:hover {
    background: none;
    color: #630abb;
}





/*Btn Style Six*/

.btn-style-six {
    position: relative;
    padding: 11px 40px;
    line-height: 29px;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    background: none;
    border: 2px solid #222222;
}

.btn-style-six:hover {
    background: #e7470c;
    border-color: #e7470c;
    color: #ffffff;
}





/*Btn Style Seven*/

.btn-style-seven {
    position: relative;
    padding: 9px 40px;
    line-height: 29px;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    background: none;
    text-transform: uppercase;
    border: 2px solid #222222;
}

.btn-style-seven:hover {
    background: #e7470c;
    border-color: #e7470c;
    color: #ffffff;
}





/*Btn Style Eight*/

.btn-style-eight {
    position: relative;
    padding: 6px 24px;
    line-height: 29px;
    color: #444444;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50px;
    background: none;
    text-transform: uppercase;
    border: 2px solid #eeeeee;
}

.btn-style-eight:hover {
    background: #e5a62d;
    border-color: #e5a62d;
    color: #ffffff;
}





/*Btn Style Nine*/

.btn-style-nine {
    position: relative;
    padding: 9px 32px;
    line-height: 29px;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    background: none;
    text-transform: uppercase;
    border: 2px solid #222222;
}

.btn-style-nine:hover {
    background: #e5a62d;
    border-color: #e5a62d;
    color: #ffffff;
}

.theme_color {
    color: #e7470c;
}

img {
    display: inline-block;
    max-width: 100%;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif);
    background-size: 100px;
}





/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 70px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 65px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
    border-radius: 50px;
    background: #e7470c;
    display: none;
    border: 2px solid #e7470c;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
}






/*Social Icons*/

.header-top .social-icon {
    position: relative;
    float: left;
    margin-top: 10px;
}

.header-top .social-icon li {
    position: relative;
    float: left;
    margin-left: 18px;
}

.header-top .social-icon li a {
    position: relative;
    display: block;
    line-height: 1em;
    font-size: 16px;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-top .social-icon li a:hover {
    color: #ffffff;
}

.header-top-two {
    position: relative;
    padding: 10px 0px;
    text-align: center;
    background-color: #444444;
}

.header-top-two .text {
    position: relative;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    padding-left: 25px;
    display: inline-block;
}

.header-top-two .text:before {
    position: absolute;
    content: '\f02b';
    left: 0px;
    top: 1px;
    font-size: 16px;
    font-family: 'FontAwesome';
}

.header-top .top-right>ul>li>a>.icon {
    position: relative;
    top: 1px;
    font-size: 15px;
    color: #e7470c;
    margin-right: 8px;
}





/*Social Icon One*/

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    margin: 0px 2px;
    display: inline-block;
}

.social-icon-one li a {
    position: relative;
    color: #444444;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dedede;
    font-size: 14px;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #ffffff;
    border-color: #e5a62d;
    background-color: #e5a62d;
}





/*Social Icon Two*/

.social-icon-two {
    position: relative;
}

.social-icon-two li {
    position: relative;
    margin-right: 12px;
    display: inline-block;
}

.social-icon-two li a {
    position: relative;
    font-size: 18px;
    color: #888888;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    color: #e7470c;
}





/*Social Icon Three*/

.social-icon-three {
    position: relative;
}

.social-icon-three li {
    position: relative;
    margin-left: 12px;
    display: inline-block;
}

.social-icon-three li a {
    position: relative;
    font-size: 16px;
    color: #444444;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-three li a:hover {
    color: #e7470c;
}





/*Social Icon Four*/

.social-icon-four {
    position: relative;
}

.social-icon-four .share {
    position: relative;
    color: #666666;
    font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase;
}

.social-icon-four a {
    position: relative;
    width: 32px;
    height: 32px;
    font-size: 13px;
    color: #666666;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 32px;
    margin-left: 8px;
    background-color: #eeeeee;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-four a:hover {
    background-color: #e7470c;
    color: #ffffff;
}





/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 48px;
    padding: 10px 20px;
    line-height: 26px;
    color: #262626;
    float: left;
    border-radius: 50px;
    border: 1px solid #cccccc;
    background: #ffffff;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 0px;
    text-indent: 0px;
    color: #333333;
}

.form-group .ui-button .ui-icon:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 30px;
    display: block;
    color: #262626;
    line-height: 23px;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background-color: #e7470c;
    border-color: #e7470c;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
}

.ui-menu-item:hover {}





/*** 

====================================================================
    Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 48px;
}

.sec-title .separator {
    position: relative;
    width: 120px;
    text-align: center;
    margin-bottom: 14px !important;
}

.sec-title .separator:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '::::::';
    color: #000000;
    font-size: 14px;
    letter-spacing: 3px;
}

.sec-title .separator:after {
    position: absolute;
    right: 0px;
    top: 0px;
    content: '::::::';
    color: #000000;
    font-size: 14px;
    letter-spacing: 3px;
}

.sec-title .separator .icon {
    color: #e7470c;
    font-size: 28px;
}

.sec-title .title {
    position: relative;
    color: #666666;
    font-size: 14px;
    font-style: italic;
    font-family: 'Merriweather', serif;
}

.sec-title h2 {
    position: relative;
    font-size: 36px;
    color: #222222;
    font-weight: 800;
    line-height: 1.2em;
    display: inline-block;
    margin-top: 4px;
}

.sec-title.centered {
    text-align: center;
}

.sec-title.centered .separator {
    margin: 0 auto;
}

.sec-title.light .separator:before,
.sec-title.light .separator:after,
.sec-title.light .separator .icon,
.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.light .title {
    color: rgba(255, 255, 255, 0.60);
}





/*** 

====================================================================
    Section Title Two
====================================================================

***/

.sec-title-two {
    position: relative;
    margin-bottom: 40px;
}

.sec-title-two .title-icon {
    position: relative;
    margin-bottom: 15px;
}

.sec-title-two h2 {
    position: relative;
    color: #222222;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4em;
}

.sec-title-two .text {
    position: relative;
    color: #444444;
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 8px;
}

.sec-title-two.centered {
    text-align: center;
}

.sec-title-two.light h2,
.sec-title-two.light .text {
    color: #ffffff;
}





/*** 

====================================================================
    Main Slider style
====================================================================

***/

.main-slider {
    position: relative;
    z-index: 10;
    background-image: url(../images/main-slider/image-3.jpg);
    width: 100%;
    height: 600px;
    background-size: cover;
      
}
.main-slider:before{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 82px;
    background:url(../images/layer-1.png) left bottom repeat-x;
}
.main-slider .inner_slider {
    text-align: center;
    padding: 100px 0;
}

.main-slider h2 {
    position: relative;
    color: #222222;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2em;
    display: inline-block;
    margin-bottom: 20px;
}

.main-slider .text {
    margin-bottom: 20px;
}

.main-slider h2 span {
    font-weight: 700;
}

.main-slider h2.alternate {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.4em;
}

.main-slider .text {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    line-height: 1.6em;
}

.main-slider h2.alternate {
    font-weight: 700;
}

.main-slider h2.light,
.main-slider .text.light {
    color: #ffffff;
}

.main-slider .btns-box .theme-btn {
    margin-right: 20px;
}

.slider-content {
    position: relative;
    padding: 35px 30px;
    background-color: rgba(0, 0, 0, 0.60);
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
    display: none !important;
}




/*** 

====================================================================
    Welcome Section
====================================================================

***/

.welcome-section {
    position: relative;
    padding: 75px 0px 50px;
}

.welcome-section .image-column {
    position: relative;
    margin-bottom: 40px;
}

.welcome-section .image-column .image {
    position: relative;
}

.welcome-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.welcome-section .content-column {
    position: relative;
}

.welcome-section .content-column .inner-column {
    position: relative;
    padding-left: 10px;
}

.welcome-section .content-column .inner-column .text {
    position: relative;
    margin-bottom: 35px;
}

.welcome-section .content-column .inner-column .text p {
    position: relative;
    color: #444444;
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 20px;
}

.welcome-section .content-column .inner-column .text p:last-child {
    margin-bottom: 0px;
}

.welcome-section .content-column .inner-column .theme-btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 40px;
    margin-top: 40px;
}

.info-section .auto-container {
    max-width: 1520px;
    margin: 0 auto;
}

.preview-img h1{
    text-align: center;
    padding: 30% 20%;
}

/*** 

====================================================================
    Header btm
====================================================================

***/

.triangle .right {
    content: "";
    display: block;
    width: 50%;
    height: 85px;
    position: absolute;
    top: -85px;
    right: 0;
    border-right: solid 680px #fff;
    border-top: solid 85px transparent;
    z-index: 99999;
}

.triangle .left {
    content: "";
    display: block;
    width: 50%;
    height: 85px;
    position: absolute;
    top: -85px;
    left: 0;
    border-left: solid 680px #fff;
    z-index: 99999;
}



/*------  Links  ---------*/

.link_pages .inner_wrapper {
    transition: .5s;
    position: relative;
}

.link_pages .outer_wrapper:hover .inner_wrapper {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.61);
}

.link_pages .inner_wrapper figure {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.link_pages .inner_wrapper figure img {
    position: relative;
    margin-top: 0;
    transition: 1s;
}

.link_pages .outer_wrapper .page_details {
    padding: 30px 0;
}

.link_pages .outer_wrapper {
    margin-bottom: 50px;
}

.outer_wrapper .page_details h1 {
    line-height: 2.5;
}
.outer_wrapper .page_details h3{
    line-height: 3;
}

.preview-img {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: top;
    transition: 7s ease;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.30);
}

.preview-img:hover {
    background-position: bottom;
    transition: 7s ease;
}


.main-footer {
    background: #1f2428;
    padding: 100px 0;
    color: #8e8e8e;
    text-align: center;
    position: relative;
}
.main-footer:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 82px;
    background:url(../images/layer-1.png) left bottom repeat-x;
    transform: rotate(180deg);
}

.footer-bottom .social-icon-one li a {
    position: relative;
    color: #8e8e8e;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #8e8e8e;
    font-size: 14px;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-bottom .social-icon-one li a:hover {
    color: #ffffff;
    border-color: #e7470c;
    background-color: #e7470c;
}

.slide-2 .tp-caption h2 {
    text-align: center !important;
}