/*
  Theme Name: Darwin - Creative Portfolio HTML5 Template
  Theme URL: http://themewar.com/html/darwin
  Author: ThemeWar
  Author URI: http://themewar.com
  Description: Creative Portfolio HTML5 Template
  Version: 1.0
*/

/*==========================================
/ Fonts Setup
============================================*/
.poppins{
    font-family: Poppins;
}
/*==========================================
/ Preset Setup
============================================*/
body, html{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    letter-spacing: .48px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-family: Raleway;
}
body{
    padding: 30px;
}
.bodyWrapper{
    background: #f6f6f6;
}
a{
    color: #222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}
a:hover, 
a:focus{
    color: #d2b342;
    text-decoration: none;
    outline: 0;
}
h1, h2, h3, h4, h5, h6{
    color: #222222;
    font-family: Poppins;
    margin: 0 0 15px;
}
.font-italic{
    font-style: italic;
}
.font-normal{
    font-style: normal;
}
input:focus,
textarea:focus{
    outline: 0 !important;
    box-shadow: none !important;
}

/*==========================================
/ CommonSection
============================================*/
.commonSection{
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

/*==========================================
/ Section Title
============================================*/
.sectionTitle{
    text-align: center;
    margin-bottom: 75px;
}
.sectionTitle h2{
    font-size: 100px;
    font-weight: 600;
    text-transform: uppercase;
    color: #e0e0e0;
    margin: 0;
    letter-spacing: 5px;
    position: relative;
    z-index: 1;
    top: 30px;
}
.sectionTitle h3{
    font-size: 42px;
    line-height: 24px;
    letter-spacing: 2.1px;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.sectionTitle p{
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.42px;
    color: #333333;
}

/*==========================================
/ Common Text Block
============================================*/
.commonBlock{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    letter-spacing: .48px;
    font-weight: 300;
    font-family: Raleway;
    margin-bottom: 10px;
}

/*==========================================
/ Common Headding
============================================*/
.fw-container,
.fw-container-fluid{
   z-index: 2;
}
.comonHeading{
    font-size: 24px;
    letter-spacing: .48px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 600;
}

/*==========================================
/ Image Div
============================================*/
.ImgDiv{
    position: relative;
    margin-bottom: 30px;
}
.ImgDiv img{
    height: auto;
    max-width: 100%;
}
@media(max-width: 1440px){
    .ImgDiv{
        overflow: hidden;
    }
    .ImgDiv img{
        max-width: inherit;
        height: 100%;
        width: auto;
    }
}


/*==========================================
/ Padding & Margin Setup
============================================*/
.noPadding{
    padding: 0px !important;
}
.noPaddingLeft{
    padding-left: 0px !important;
}
.noPaddingTop{
    padding-top: 0px !important;
}
.noPaddingRight{
    padding-right: 0px !important;
}
.noPaddingBottom{
    padding-bottom: 0px !important;
}
.noMargin{
    margin: 0px !important;
}
.noMarginLeft{
    margin-left: 0px !important;
}
.noMarginTop{
    margin-top: 0px !important;
}
.noMarginRight{
    margin-right: 0px !important;
}
.noMarginBottom{
    margin-bottom: 0px !important;
}
.padding10px{
    padding: 5px;
}
.padding20px{
    padding: 10px;
}


/*==========================================
/ Hlaf Image
============================================*/
.hlafImg {
    height: 100%;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 44.8%;
    top: 0;
}
.hlafImg img {
    height: 100%;
    max-width: inherit;
    width: 100%;
}
.hlafImg.half_left{
    left: 0;
    right: 0;
}
.half_video{
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    width: 44.8%;
    object-fit: cover;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.half_right .half_video{
    left: auto;
    right: 0;
}
.half-video-bg.half_right .fs-background-container{
    right: 0;
    left: auto; 
}
.half-video-bg .fs-background-container{
    width: 44.8%;
    right: auto;
    left: 0;
    z-index: 9;
}
@media(min-width: 1280px) and (max-width: 1440px){
    .hlafImg img{
        width: auto;
        height: 100%;
    }
}

/*==========================================
/ Overlay
============================================*/
.overlay {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

/*==========================================
/ Video Bg
============================================*/
.videoBg {
    bottom: 0;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

/*==========================================
/ Divider
============================================*/
.dividers{
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    display: inline-block;
}

/*==========================================
/ Full Height Section
============================================*/
.commonSection.full-height-section{
    height: calc(100vh - 60px);
}
body.logged-in .commonSection.full-height-section{
    height: calc(100vh - 92px);
}