/*
*******************************************
*******************************************
@Template Name: Anjum Coming Soon Template
@Developed By: Imran Hossain
@Author: Imran Hossain
@URL: http://wpocean.com/tf/html/anjum
@Email: imraniugp@gmail.com
@File: Default Styles

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

*******************************************
*******************************************

==== INDEX PAGE CSS

** - DEFAULT CSS
** - MENU CSS
     -RESPONSIVE MENU BAR 
       - STIKY MENU
** - HERO CSS 
** - ABOUT CSS
     -ACCOURDION CSS
** - SERVICE CSS
** - CONTACT CSS
** - FOOTER CSS

** - PARTICLES CSS
** - VIDEO BG CSS
** - HOME-2 CSS 
** - HOME-3 CSS 
** - PRELOADER WAVE CSS
** - ScroolUp Js CSS


*/


/*********************
  01. DEFAULT CSS
*********************/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.white-bg {
    background-color: #fff;
}

a {
    display: inline-block;
}

a:focus {
    outline: 0 solid
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

input:focus,
textarea:focus,
a:focus,
button:focus {
    outline: 0 solid
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff;
}

.display-none {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}

.gray-bg {
    background-color: #F7F7F9;
}

.mb-50 {
    margin-bottom: 50px;
}

body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #606060;
    font-size: 14px;
    line-height: 1.7;
}


/*****************
  MENU CSS
******************/

.header-area {
    transition: .3s;
}

.logo {
    margin-top: 10px;
}

.logo img {}

.main-menu {}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    display: inline-block;
}

.main-menu ul li a {
	color: #fff;
	display: block;
	padding: 25px 15px;
	font-weight: 700;
	font-size: 17px;
}


/***********************
  RESPONSIVE MENU BAR 
************************/

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 0;
    padding: 0;
    top: -40px;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    top: -7px;
}

.mean-container a.meanmenu-reveal span {
    background-color: #fff;
}


/************
  STIKY MENU
************/

.header-area.sticky {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    position: fixed;
}

.header-area.sticky .main-menu ul li a {
    padding-bottom: 25px;
    padding-top: 25x;
}

.header-area.sticky .logo {}

.header-area.white-menu.stiky .main-menu ul li a {
    color: #606060;
}

.header-area.white-menu.sticky {
    background: #fff none repeat scroll 0 0;
}


/*****************
  HERO CSS 
******************/

.slider-area {
    background-image: url(assets/img/white-bg.jpg);
    background-size: cover;
    background-position: center center;
    height: 100vh;
    z-index: 1;
    position: relative;
    color: #fff;
}

.slider-area:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(100, 28, 139, .8);
    z-index: -1;
}

.home-style-2.slider-area {
    background-image: url(assets/img/bg-1.jpg);
}

.slider {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit- flex;
    display: -moz- flex;
    display: -ms- flex;
    display: -o- flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.slider-content {}

.slider-content h2 {
    font-size: 65px;
    font-weight: 700;
}

.slider-content h2 span {
    display: block;
    font-size: 20px;
    padding-top: 15px;
}

#countdown ul li {
    color: #654141;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #fff;
    color: #fff;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin: 5px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    position: relative;
}

.subscrie-form {
    max-width: 460px;
    margin: auto;
}

.input-group .form-control {
    height: 40px;
    padding: 0px 20px;
    border-radius: 2px 0 0 2px;
    border: none;
    font-size: 15px;
    border-radius: 50px 0px 0px 50px;
}

.input-group .btn {
    height: 40px;
    padding: 10px 20px;
    border-radius: 0 50px 50px 0;
    border: none;
    border-left: 1px solid #ededed;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #1282FE;
    color: #ffffff;
}

.input-group .btn:hover {
    background-color: #004dff;
}

.socials-icons a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 4px 1px #4799dd;
    color: #333;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
}


/*****************
   ABOUT CSS
******************/

.about-section {
    background-image: url(assets/img/bg-2.jpg);
    background-color: #F7F7F9;
    background-size: cover;
    background-position: center top;
    padding: 100px 0;
    z-index: 1;
    position: relative;
    color: #fff;
}

.about-section:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .7);
    z-index: -1;
}

.layer-yellow:before {
    background: rgba(252, 216, 70, 0.7);
}

.video-path {
    position: relative;
}

.video-layer img {
    position: relative;
}

.video-layer img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .7);
}

.video-layer i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 20px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: auto;
    transform: translateY(-50%);
}


/****************
 ACCOURDION CSS
************** **/

.theme-accordion .panel {
    background: transparent;
}

.theme-accordion .panel-group .panel+.panel {
    margin-top: 15px;
}

.theme-accordion .panel-default {
    border: none;
}

.theme-accordion .panel-heading {
    padding: 0;
}

.theme-accordion .panel-default>.panel-heading {
    background: none;
    border: none;
}

.theme-accordion .panel .panel-title a {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: initial;
    font-weight: 600;
}

.theme-accordion .panel .panel-title a i,
.theme-accordion .panel .panel-title a i {
    background-color: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.theme-accordion .panel .panel-title a .icon-1 {
    display: inline-block;
}

.theme-accordion .panel .panel-title a .icon-1:after {
    content: "";
    position: absolute;
    left: 34px;
    top: 40px;
    width: 1px;
    height: 205px;
    background: rgba(255, 255, 255, 0.2);
}

.theme-accordion .panel-title a.collapsed .icon-1 {
    display: none;
}

.theme-accordion .panel .panel-title a .icon-2 {
    display: none;
}

.theme-accordion .panel .panel-title a.collapsed .icon-2 {
    display: inline-block;
}

.theme-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding-left: 50px;
}

.theme-accordion .panel-group .panel-heading+.panel-collapse>.panel-body p {
    color: #fff;
}


/************
SERVICE CSS
************/

#service {
    overflow: hidden;
}

.section-padding {
    padding: 100px 0;
}

.section-title {
    margin-bottom: 60px;
    display: inline-block;
}

.section-title h2 {
    font-family: 'Poppins', sans-serif;
}

.section-title h2 span {
    color: #1282FE;
}

.single-service {
    position: relative;
    padding: 30px 20px;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
}

.single-service i {
    font-size: 40px;
    color: #1282FE;
}

.service-title {
    position: relative;
    overflow: hidden;
}

.service-title h2 {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 100%;
    height: 100%;
    content: "Service";
    color: rgba(34, 200, 252, .8);
    font-size: 50px;
    font-weight: 700;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    cursor: vertical-text;
}

.single-service h2 {
    font-size: 22px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.single-service:hover {
    box-shadow: 0 10px 30px #e9e9e9;
}


/**************
 CONTACT CSS
***************/

.contact-section {
    padding: 100px 0;
}

.contact-bg {
    padding: 100px 0;
    /*    background-color: rgb(221, 221, 221);*/
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding-left: 60px;
    overflow: hidden;
}

.contact-box {
    background-color: #fff;
    border-radius: 5px;
}

.contact-box .form-group {
    margin-bottom: 0px;
}

.contact-box input,
.contact-box textarea {
    width: 100%;
}

.contact-box button.submit {
    border: 2px solid #1282FE;
    border-radius: 50px;
    color: #606069;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    padding: 15px 30px;
    width: auto;
    margin-bottom: 0px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
}

.contact-box button.submit:hover {
    background: #1282FE;
    color: #fff;
}

.contact-box input[type="text"],
input[type="email"],
input[type="phone"],
input[type="submit"],
textarea {
    padding: 15px 10px;
    border: none;
    margin-bottom: 20px;
    color: #8b8b8b;
    background-color: #F7F7F9;
    border: 1px solid #1282FE;
    border-radius: 5px;
}

.contact-box input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #606060;
}

.contact-box input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #606060;
}

.contact-box textarea {
    height: 150px;
    resize: none;
}

.contact-box > h4 {
    color: #373737;
    font-weight: 400;
    margin-bottom: 45px;
    font-size: 25px;
}


/*************
 FOOTER CSS
**************/

.footer {
    background-color: #333;
}


/*************
PARTICLES CSS 
*************/

.particles-js {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


/*************
VIDEO BG CSS 
*************/

.video-bg-area {
    overflow: hidden;
}

#video-background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}


/***************
GRADIENT BG CSS
***************/

.gradient-bg {
    position: relative;
    z-index: 1;
}

.gradient-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    z-index: -1;
}


/*******************
PRELOADER WAVE CSS 
********************/

#preloader-wrapper {
    background: rgba(100, 28, 139, .8);
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader-wave-effect {
    height: 50px;
    left: 50%;
    margin: 0 -25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
}

.preloader-wave-effect:before,
.preloader-wave-effect:after {
    -webkit-animation: 1.6s linear 0s normal none infinite running preloader-wave;
    animation: 1.6s linear 0s normal none infinite running preloader-wave;
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 50px;
    position: absolute;
    width: 50px;
}

.preloader-wave-effect:after {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes preloader-wave {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes preloader-wave {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}


/**************
ScroolUp Js CSS
***************/

#scrollUp {
    background: #1282fe;
    border-radius: 3px;
    bottom: 60px;
    color: #ffffff;
    font-size: 20px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    position: fixed;
    right: 5px;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 46px;
    z-index: 999;
}