/*default css start here*/

body {
    font-family: 'HelveticaNeue';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    line-height: 1;
    background: #F9ECE9;
}

.fix {
    overflow: hidden;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:hover,
a::before,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

a,
button {
    color: #1696e7;
    cursor: pointer;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: 'HelveticaNeue';
    color: #000;
    margin: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
    line-height: 1;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}
p {
    margin-bottom: 0px;
    line-height: 1.3;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
.container-fluid {
    max-width: 1800px;
}
  
/*default css end here*/

/* header css start here */
.header-area {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 99;
}
.header-logo {
    padding-top: 20px;
    padding-bottom: 10px;
}
.header-logo img {
    height: 125px;
}
.header-logo-img {
    position: relative;
    display: inline-block;
}
.logo-icon {
    position: absolute;
    top: 12px;
    right: 5px;
}
.logo-icon img {
    height: inherit;
}
.logo-icon img.pr-10 {
    padding-right: 5px;
}
/* header css end here */


/* banner css start here */
.banner-area {
    background: url(../image/header-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -3px;
    position: relative;
    min-height: 920px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-text h2 {
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
}

.banner-bottom-text {
    text-align: center;
    margin-top: -160px;
    padding-bottom: 60px;
}
.banner-bottom-text ul li {
    margin: 0px 10px;
    display: inline-block;
}
.bb-img {
    margin-top: -75px;
}
.banner-bottom-text ul li a img {
    height: 60px;
    width: auto;
}
.banner-bottom-text a.button {
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    padding: 0px 60px;
    display: inline-block;
    text-align: center;
    transition: all linear 0.3s;
    background: #b62200;
    border-radius: 6px;
    font-size: 20px;
}
/* banner css end here */


/* welcome css start here */
.welcome-text h4 {
    font-size: 25px;
    font-weight: 700;
    color: #B82000;
    margin-bottom: 10px;
}
.welcome-text h3 {
    font-size: 42px;
    color: #141111;
}
.welcome-para p {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.welcome-para {
    padding-top: 90px;
}
/* welcome css end here */


/* team css start here */

.team-bg {
     background: url(../image/Path%2035745.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -70px;
}
.section-title h3 {
    font-size: 42px;
    font-weight: 700;
    color: #B82000;
    margin-bottom: 15px;
}
.section-title p {
    font-size: 22px;
    color: #000;
}
.team-text h3 a {
    font-size: 42px;
    color: #22A336;
    margin-bottom: 15px;
    display:inline-block;
}
.team-text h4 a {
    font-size: 30px;
    font-weight: 700;
    color: #B82000;
    display:inline-block;
}
.team-single .team-img img {
    height: 520px;
}
.team-single .team-text img {
    height: 50px;
}
/* team css end here */


/* video css start here */
.video-area {
    background: url(../image/video-thumb.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-icon a {
    height: 120px;
    width: 120px;
    line-height: 120px;
    font-size: 42px;
    color: #fff;
    background: #B82000;
    border-radius: 50%;
    cursor: pointer;
    transition: all linear 0.3s;
    display: inline-block;
    text-align: center;
}
.video-icon a:hover {
    color: #B82000;
    background: #fff;
}
/* video css end here */


/* gallery css start here */
.gallery-area {
    margin-top: -20px;
}
.gallery-single {
    width: 50%;
    float: left;
    overflow: hidden;
}
.gallery-single img {
    width: 100%;
    transition: all linear 0.4s;
}
.gallery-single:hover img {
    transform: scale(1.03);
}
/* gallery css end here */


/* Service css start here */
.service-img {
    margin-bottom: 30px;
}
.service-img img {
    width: 100%;
    border-radius: 10px;
}
.service-content {
    display: inline-block;
}
.service-content h2 {
    color: #930600;
    font-size: 54px;
    margin-bottom: 25px;
}
.service-content .content-img {
    width: 330px;
    float: left;
}
.service-content .content-text {
    margin-left: 350px;
    margin-top: 150px;
}
.wrapper {
    margin: 0 auto;
    display: inline-block;
}
/* Service css end here */


/* footer css start here */

.footer-title h2 {
    font-size: 70px;
    font-weight: 700;
    color: #930600;
}
.footer-widget h4 {
    font-size: 36px;
    color: #930600;
    margin-bottom: 15px;
    padding-top: 25px;
}
.footer-widget p {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #930600;
}
.footer-widget h5 a {
    font-size: 23px;
    color: #B82000;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
}
.footer-widget ul li {
    display: inline-block;
    margin: 0px 25px 10px 25px;
}
.footer-widget img.girl {
    height: 500px;
}
.footer-widget h3 {
    font-size: 42px;
    color: #930600;
    margin-bottom: 30px;
}
.footer-map {
    height: 400px;
}
/* footer css end here */