/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
Template Name: comingwa
Author: Riyad
Version: 1.0.0

 */
/**
 * ============================================================================
 * Table of Contents
 * -----------------------------------------------------------------------
 * #Base styles: opinionated defaults
 * #Author Custom Style
 *      1.Author Custom Global Style
 *         2.Intro Section
 *         2.1.FullScreen Image
 *         2.2.Intro Content
 *         2.2.1.Logo
 *         2.2.2.Intro Main Heading
 *         2.2.3.Countdown
 *         2.2.4.Intro Sub Heading
 *         2.2.5.Trigger Button with SVG
 *         2.2.6.Social Links                
 *         3.Trigger After Content
 *         3.1.Trigger Notify
 *         3.2.Our Service
 *         3.3.Our Awesome Team
 *         3.4.Contact Form
 *         3.5.Google Map
 *         3.6.Footer         
 *     #Helper classes
 *     #Responsive Style
 *     #Screen loader
 *     #Preloader
 *    
 * ============================================================================
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video { vertical-align: middle }
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea { resize: vertical }
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* 
* ==========================================================================
   Author's custom styles
  ================= 1.Author Custom Global Style ===========================
* ========================================================================== 
*/
@font-face {
 font-family: 'Poppins';
 src: url(poppins.tff) format('tff');
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: Poppins;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: normal }
h2 {
    font-family: Poppins;
    font-size: 1.5em;
    text-transform: capitalize;
}
img {
    width: 100%;
    height: auto;
}
ul { list-style: none }
a { text-decoration: none }
.padding-big { padding: 60px 0 }
p {
    color: #787878;
    font-family: Poppins;
}
#container {
    margin: 0;
    padding: 0;
}
.title {
    color: #2098f5;
    font-family: latobold;
    font-size: 2em;
    text-transform: uppercase;
    position: relative;
    display: table;
    margin: 0 auto;
}
.title::before {
    background: none repeat scroll 0 0 #ddd;
    content: "";
    height: 2px;
    left: 25%;
    position: absolute;
    top: -8px;
    width: 50%;
}
.title::after {
    background: none repeat scroll 0 0 #ddd;
    content: "";
    height: 2px;
    left: 25%;
    position: absolute;
    bottom: -8px;
    width: 50%;
}
.title-tag {
    font-family: open_sanslight;
    font-size: 1.1em;
    padding: 10px 0 20px 0;
}
.padding-2x { padding: 60px 0 }
.padding-x { padding: 20px 0 }
.padding-top-2x { padding-top: 60px }
.padding-top-x { padding-top: 20px }
.padding-btm-2x { padding-bottom: 60px }
.padding-btm-x { padding-bottom: 20px }
.margin-2x { margin: 60px 0 }
.margin-x { margin: 20px 0 }
.margin-top-2x { margin-top: 60px }
.margin-top-x { margin-top: 20px }
.margin-btm-2x { margin-bottom: 60px }
.margin-btm-x { margin-bottom: 20px }
/* 
* ==========================================================================
    =========+++++++++++++++ 2.Intro Section +++++++++++++++=============
* ==========================================================================
*/
.center-content {
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.intro {
    background-image: url(../img/background.jpg); /* Fullscreen Background Image */
    background-size: cover;
    background-position: center;
    background-color: #2a2e39;
    position: fixed;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.container-open .intro {
    -webkit-transform: translate3d(0, -100%, 0) translate3d(0, 200px, 0);
    transform: translate3d(0, -100%, 0) translate3d(0, 200px, 0);
}
/* 
* ==========================================================================
        2.1.FullScreen Image
* ========================================================================== 
*/
.intro-image {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0;
    min-width: 100%;
    min-height: 120%;
    width: auto;
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.container-open .intro-image {
    background-color: #2a2e39;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}
/* 
* ==========================================================================
                +++++++++++++++ 2.2.Intro Content +++++++++++++++
* ========================================================================== 
*/
.intro-content {
    display: table-cell;
    font-size: 1.15em;
    margin: 0;
    padding: 0;
    min-width: 100%;
    min-height: 100%;
    vertical-align: middle;
}
/* 
* ==========================================================================
        2.2.1.Logo
* ==========================================================================
*/
.logo {
    width: 100%;
    margin: -30px 0 25px;
}
.logo img {
    width: 200px;
    height: auto;
}
.text-logo {
    color: #2098f5;
    font-family: BeonMedium;
    font-weight: bold;
    font-size: 3em;
}
/* 
* ==========================================================================
        2.2.2.Intro Main Heading
* ========================================================================== 
*/
.intro-title {
    font-family: Poppins;
    font-size: 3em;
    font-weight: normal;
    margin: 15px 0;
    text-transform: uppercase;
}
.obak { color: #2098f5 }
/* 
* ==========================================================================
        2.2.4.Intro Sub Heading
* ========================================================================== 
*/
.intro-subtitle {
    display: block;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.intro-subtitle p { color: #efefef }
.intro_description {
    margin: 0 auto 0 1em;
    line-height: 1.2;
}
/* 
*