@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
/**
 * @package IcoFont by ThemeHunt - https://themehunt.com
 * @version 1.0.0 Beta
 * @author IcoFont http://icofont.com
 * @copyright Copyright (c) 2017 IcoFont
 * @license - http://icofont.com/license/
*/

@font-face {
    font-family: 'icofont';
    src: url('../fonts/icofont.eot?v=1.0.0-beta');
    src: url('../fonts/icofont.eot?v=1.0.0-beta#iefix') format('embedded-opentype'),
    url('../fonts/icofont.ttf?v=1.0.0-beta') format('truetype'),
    url('../fonts/icofont.woff?v=1.0.0-beta') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*Font size*/

/*Fixed Width Icons*/

/*Custom list icons*/

/*Animation*/
/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-bars:before{content:"\f0c9"}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(../fonts/fa-brands-400.eot);src:url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../fonts/fa-brands-400.svg#fontawesome) format("svg")}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(../fonts/fa-regular-400.eot);src:url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.woff) format("woff"),url(../fonts/fa-regular-400.ttf) format("truetype"),url(../fonts/fa-regular-400.svg#fontawesome) format("svg")}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(../fonts/fa-solid-900.eot);src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")}.fas{font-family:Font Awesome\ 5 Free}.fas{font-weight:900}
/*-----------------------------------------------------------------------------------

    Theme Name: Zain
    Theme URI: http://
    Description: The Multi-Purpose Onepage Template
    Author: his7am
    Author URI: http://themeforest.net/user/his7am
    Version: 1.0

-----------------------------------------------------------------------------------*/

/* === Helper Classes - All Style In The Main File(Style.css) === */

/* ----------------------------------------------------------------

    == Table Of Content

        - Typography
        - text color
        - font-weight
        - font-size
        - line-height
        - text-transform
        - letter-spacing
        - Overlay Effect Bg image
        - margin-top
        - margin-bottom
        - padding-top
        - padding-bottom
        - Preloader

---------------------------------------------------------------- */


/*-------------------------------------------------------
          [ Typography ]
-------------------------------------------------------*/

h1 {
  /*font-size: 55px;*/
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 18px;
}

h1, h4, h5, h6 {
  margin: 0;
  font-weight: 500;
}

/*-------------------------------------------------------
          [ text color ]
-------------------------------------------------------*/

/*-------------------------------------------------------
          [ font-weight ]
-------------------------------------------------------*/

/*-------------------------------------------------------
          [ font-size ]
-------------------------------------------------------*/

/*-------------------------------------------------------
          [ line-height ]
-------------------------------------------------------*/

/*-------------------------------------------------------
          [ text-transform ]
-------------------------------------------------------*/

/*-------------------------------------------------------
          [ letter-spacing ]
-------------------------------------------------------*/

/*-------------------------------------------------------
          [ Overlay Effect Bg image ]
-------------------------------------------------------*/

/*-------------------------------------------------------
			[ margin-top  (0/100) +5 ]
-------------------------------------------------------*/

.mt-5 {
  margin-top: 5px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

/*-------------------------------------------------------
			[ margin-bottom  (0/100) +5 ]
-------------------------------------------------------*/

.mb-10 {
  margin-bottom: 10px !important;
}

/*-------------------------------------------------------
			[ padding-top  (0/100) +5 ]
-------------------------------------------------------*/

/*-------------------------------------------------------
		[ padding-bottom  (0/100) +5 ]
-------------------------------------------------------*/

/*-------------------------------------------------------
    [ Preloader ]
-------------------------------------------------------*/

/* ----------------------------------------------------------------

 == Table Of Content

	01 Basics
	02 Buttons
	03 Navbar
	04 Header
	05 Hero
	06 Services
	07 Portfolio
	08 Blog
	09 Contact
	10 Footer
	11 Responsive
 

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #fff;
  background: #0F0326;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden !important;
}

h1, h4, h5, h6 {
  font-family: 'Josefin Sans', sans-serif;
}

p {
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-padding {
  padding: 60px 0;
}

.section-head {
  margin-bottom: 80px;
  position: relative;
}
.section-head h4 {
  font-size: 40px;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 2px;
  color: #B5D99C;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.bg-dark {
  background: #0e0023 !important;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 12px 34px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}
.butn span {
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.butn:before, .butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: .4;
}
.butn:after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  background: #fff;
  opacity: 1;
}
.butn:hover:before, .butn:hover:after {
  width: 100%;
}
.butn:hover:after {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.butn:hover span {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.butn-bg {
  background: #E65F5C;
  border-color: #E65F5C;
  color: #fff;
}
.butn-bg:hover span {
  color: #E65F5C;
}

.butn-bord {
  background: transparent;
  border: 1px solid #eee;
}
.butn-bord:before, .butn-bord:after {
  background: #E65F5C;
}
.butn-bord:hover {
  border-color: #E65F5C;
}
.butn-bord:hover span {
  color: #fff;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9;
  min-height: 80px;
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-size: 13px;
  font-weight: 500;
  color: #eee;
  letter-spacing: .5px;
  margin: 15px 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navbar .navbar-nav .active {
  color: #E65F5C !important;
}

.logo {
  padding: 15px 0;
  width: 270px;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/

.hero {
  z-index: 3;
}
.hero .content {
  padding-top: 50px;
}
.hero .content h6 {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.hero .content h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.hero .content .butn {
  margin-left: 0;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start Services ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Portfolio ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ End Portfolio ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Blog ]
-----------------------------------------------------------------*/
.blog .item {
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.blog .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.blog .item:hover .content {
  bottom: 0;
}
.blog .item img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog .item .content {
  padding: 30px;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: rgba(0, 0, 0, 0.5);
}
.blog .item .content .data {
  color: #E65F5C;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blog .item .content .data a {
  margin-right: 10px;
  position: relative;
}
.blog .item .content .data a:after {
  content: '/';
  position: relative;
  margin-left: 10px;
}
.blog .item .content .data a:last-child {
  margin-right: 0;
}
.blog .item .content .data a:last-child:after {
  display: none;
}
.blog .item .content h5 {
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
.blog .item .content .more {
  letter-spacing: 2px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #E65F5C;
}
.blog .item .content .more:hover {
  color: #E65F5C;
}

.posts-blog .item {
  -webkit-box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
  background-color: #F5F7DC;
}
.posts-blog .item .cont {
  padding: 50px 30px;
}
.posts-blog .item .cont p{
  color: #0F0326;
}

.posts-blog .item .cont h1 {
  color: #0F0326;
  font-size: 35px;
  font-weight: bold;
  margin: 15px 0 10px;
}

.posts-blog .item .cont h6 {
  font-weight: 800;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #0F0326;
}
.posts-blog .item .cont li {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #0F0326;
}
.posts-blog .item .cont p {
  font-size: 14px;
}

.posts-blog .item {
  margin-bottom: 30px;
}
.posts-blog .item .post-img {
  position: relative;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Contact ]
-----------------------------------------------------------------*/
.contact .info {
  padding-top: 30px;
}
.contact .info .item {
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.contact .info .item .cont h6 {
  color: #E65F5C;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact .form input, .contact .form textarea {
  color: #000;
  width: 100%;
  padding: 15px;
  border: 0;
  background: #F5F7DC;
  border-radius: 30px;
}
.contact .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
  border-radius: 10px;
}
.contact .form .butn {
  float: right;
  overflow: hidden;
  cursor: pointer;
}
.contact .form .butn:hover {
  border-color: #E65F5C;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Footer ]
-----------------------------------------------------------------*/
footer {
  padding: 80px 0;
}
footer p {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  /*letter-spacing: 2px;*/
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 11 Responsive ]
-----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

  .navbar {
    padding-left: 15px;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #111;
    text-align: center;
    padding: 10px 0;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }
}
@media screen and (max-width: 767px) {

  .section-head h4 {
    font-size: 40px;
  }

  .butn {
    margin: 0 2px;
  }
}

.tp_powered_by{
  display: none !important;
}