/*
Theme Name: Name - Multipurpose HTML Template
Author:
Support: admin@gmail.com
Description: Creative HTML Template.
Verson:1.0
*/


/* Css Index 
----------------------------
1.Theme default css
2.header
3.banner-area
4.
5.
6.
7.
8.
9.
10.footer-area
11.
*/

/* 1.Theme default css */
/*font*/
/* 
font-family: 'Josefin Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,400i,500,500i,600,700,800');

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html, body, .site-wrapper {
    height: 100%; }
*{
    margin:0;
    padding:0;
}

body{
    font-style:normal;
    font-weight:normal;
    font-family: 'Poppins', sans-serif;
}
body[data-rtl="rtl"] {
    direction: rtl;
    text-align: right; }
img{
    width:100%;
}
.fix{
    overflow:hidden;
}
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;
}
button:focus {
    outline: 0px;
}
a {
    color: #515151;
    font-size: 15px;
    font-weight: 300;
    transition: 0.3s;
}
a:focus,
.button:focus{
    text-decoration:none;
    outline:none;
    color:#0186ff;
}
a:focus,
a:hover,
.portfolio-cat a:hover
{
    color:#0186ff;
    text-decoration:none;
}
.uppercase{
    text-transform:uppercase;
}
.capitalize{
    text-transform:capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6{
    margin:0;
    font-weight:500;
    color:#515151;
    text-transform:normal;

}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
    color:inherit;
}
ul{
    margin:0;
    padding:0;
}
li{
    list-style:none;
}

p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
    letter-spacing: 1px;
    margin: 0;
}
label{
    cursor:pointer;
    color:#222;
    font-size:13px;
    font-weight:400;
}
*::-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;
}
::-moz-placeholder{
    color:#a5a4a4;
    font-size:13px;
    opacity:1;
    font-weight: 300;
    letter-spacing: 0.7px;
}
::placeholder{
    color:#a5a4a4;
    font-size:13px;
    opacity:1;
    font-weight: 300;
    letter-spacing: 0.7px;
}
.user-link::placeholder{
    color:#afb3b4;
    opacity:1;
}
.user-link::-moz-placeholder{
    color:#afb3b4;
    opacity:1;
}

section{
    width: 100%;
}
.ps-relative{
    position: relative;
}

/* =========================== 
2.header 
======================================*/
header.header {
    background-color: #ffffff;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
/*-- header-sticky --*/
header.header.is-sticky .header-bottom {
    position: fixed;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.is-sticky .header-bottom.menu-right {
    background: #fff;
    -webkit-box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
}
.is-sticky .header-bottom.menu-right {
    top: 0px;
}
/* -- header top -- */
.header-top {
    background: #3e3e3e;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 11px 0 49px;
}
.header-top-links a{
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.header-top-links a:hover{
    color: #8cc541;
}
/*-- logo--*/
.logo img {
    width: auto;
    height: 40px;
    margin: 0px;
    object-fit: contain;
}
/* -- header-top-links --*/ 
.header-top-links ul{
    text-align: right;
}
.header-top-links ul li{
    display: inline-block;
}

/* -- header-transparent --*/
.header-transparent i{
    color:#78bf43;
}
.main-menu-desk{
    justify-content: end;
    display: flex !important;
    float: right;
}
.header-bottom.menu-right {
    /* position: absolute; */
    left: 0;
    right: 0;
    /* top: 15px; */
    padding-top: 15px;
    border-bottom: 1px solid #16bdea;
    padding-bottom: 15px;
}
.header-white-bg{
    background: #fff;
}

/* ========================= 14-12-design ================ */
.login-btn {
    text-transform: uppercase;
    color: #fff;
    background: #16bdea;
    border-radius: 15px;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 5px 20px;
    margin-top: 4px;
    border:1px solid #16bdea;
}
.login-btn:hover{
    background: #fff;
    color:#16bdea;
    border:1px solid #16bdea;
}
.top-sear-btn {
    background: #16bdea !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding: 10px 10px !important;
}
.top-sear-btn i{
    color: #fff !important;
}
.h-block-area {
    padding: 50px 0;
}
.h-block-area h1{
    color: #585858;
    font-size: 28px;
    letter-spacing: 0.5px;
}
.h-block-area .breadcrumb {
    background: #fff;
    padding: 5px 0 0;
}

.h-block-area .breadcrumb li{
    background: #fff;
    color:#0084ff;
    padding: 2px 0 0;
    padding-right: 10px;
    display:inline-block;
}
.h-block-area .breadcrumb li a{
    color:#0084ff;
}
.sub-tittle h3{
    font-size:25px;
    color:#585858;
    font-weight:600;
    letter-spacing:0.5px;
    position:relative;
}
.sub-tittle h3:before{
    position:absolute;
    content:"";
    left:0;
    bottom:-3px;
    width: 80px;
    height: 2px;
    background: #000;
}
.h-block-list-2.sub-tittle {
    background: #f3f3f3;
    border-radius: 5px;
    padding: 20px 18px 20px;
}
.h-block-list-2.sub-tittle p{
    padding: 15px 0px 0px;
}

.sub-tittle h2{
    font-size:25px;
    color:#585858;
    font-weight:600;
    letter-spacing:0.5px;
    position:relative;
    margin-bottom:20px;
}
.sub-tittle h2:before{
    position:absolute;
    content:"";
    left:0;
    bottom:-3px;
    width: 80px;
    height: 2px;
    background: #000;
}
.h-block-list-3.sub-tittle {
    background: #fff;
    margin:30px 0;
}
.h-block-list-3.sub-tittle p{
    padding: 0px 0px 25px;
}
.h-block-list-3.sub-tittle iframe{
    width:100%;
    height:400px;
}
.blue-bg {
    background: #dbf7ff !important;
    border-top: 6px solid #16bdea;
}
.bottom-box{
    margin-top:40px;
}
.bottom-box a{
    color: #4996ff;
}
.right-area ul li a{
    font-size:15px;
    color:#626363;
}
.h-block-list-3.sub-tittle.right-area {
    margin: 0px;
}
.logo a{
    font-weight:600;
    color: #16bdea;
    text-transform: uppercase;
    font-size:25px;
}
.right-area h2 {
    color: #16bdea;

}

.customPad{
    padding: 17.5px 8px;
}
li i{
    font-size: 16px !important;
    padding-top: 5px !important;
}

li{
    padding-top: 3px;
}

.breadcrumb > li + li::before {
    padding: 0px !important;
    color: #fff !important;
    content: "" !important;
}

/* ====================== blog-list-area 20-12 ================= */
.blog-list-area{
    text-align:center;
    background:#16bdea;
    padding: 18px 0;
}
.blog-list-area h1{
    color:#fff;
    font-size:30px;
}
.h-block-area-list{
    background-color: #f9fafb;
    text-align: center;
    padding: 40px 0px 50px;
}
.h-block-area-inner{
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    -webkit-box-shadow: 0 3px 9px rgba(91,91,91,.2);
    box-shadow: 0 3px 9px rgba(91,91,91,.2);
    background: #fff;
    padding:20px 15px;
    margin-bottom: 30px;
    width: 100%;
}
.h-block-area-inner h3 {
    font-size: 18px;
    color: #16bdea;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding-bottom: 12px;
}
.h-block-area-inner p{
    font-size: 14px;
    color: #2b3238;
    font-weight: 300;
    letter-spacing: 1px;
}
.h-block-area-list h2 {
    color: #2b3238;
    font-weight: 400;
    font-size: 30px;
    padding-bottom: 30px;
}
.popic-btn{
    text-align:center;
}
.popic-btn .login-btn{
    margin:25px auto 0;
}
.h-block-area-list-bottom{
    text-align:center;
    background:#fff;
}
.h-block-area-list-bottom .h-block-area-inner{
    box-shadow:none;
    border-bottom: 1px solid #16bdea;
}
.h-block-area-list-bottom .h-block-area-inner h3 {
    font-size: 18px;
    color: #2b3238;

}
.height-130{
    height: 130px;
}