/*!
Theme Name: bims
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bims
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bims is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
 :root{
	--Blue:#1a3c86;
	--LBlue:#768ab6;
}

/*@font-face {
  font-family:Barlow;
  src: url('fonts/BarlowCondensed-Medium.ttf');
  font-style: normal;
}*/

html{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  	scroll-behavior: smooth;
  	font-family: 'Poppins', sans-serif;
}

body{
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
}

img{max-width: 100%;}

a{text-decoration: none !important;}

a:hover{text-decoration: none !important;}

h1,h2,h3,h4,h5,h6,ul,li,p{margin: 0 !important;padding: 0 !important;}
ul{list-style: none;}

.container{max-width: 1170px;}

header#header {}

header#header .top-bar {background-color: var(--Blue);padding: 15px 0;}
header#header .top-bar .top-left {
    margin-left: -15px !important;
}
header#header .top-bar .top-left ul{}

header#header .top-bar .top-left ul li {
    display: inline-block;
    padding: 0 15px !important;
    font-size: 12px;
    border-right: 1px solid #fff;
    color: #fff;
    transition: 0.3s;
}

header#header .top-bar .top-left ul li:last-child{border:unset;}
header#header .top-bar .top-left ul li i {
    padding: 0 10px 0 0 !important;
    color: #fff;
    font-size: 20px;
}

header#header .top-bar .top-left ul li a {
    color: #fff !important;
    transition: 0.3s;
}
header#header .top-bar .top-left ul li a:hover{
	transition: 0.3s;
	color: var(--LBlue) !important;
}

header#header .top-bar .top-right ul li a {
    margin: 0 5px !important;
}
header#header .top-bar .top-right {
    text-align: right;
}
header#header .top-bar .top-right ul{}

header#header .top-bar .top-right ul li {
    display: inline-block;
    padding: 0 15px !important;
    font-size: 12px !important;
    color: #fff !important;
    border-right: 1px solid #fff;
}
header#header .top-bar .top-right ul li:last-child{border:unset;}
header#header .top-bar .top-right ul li i {
    padding: 0 5px 0 0 !important;
    color: #fff;
    transition: 0.3s;
    font-size: 18px;
}
header#header .top-bar .top-right ul li i:hover {
    padding: 0 5px 0 0 !important;
    color: var(--LBlue);
    transition: 0.3s;
}
header#header .top-bar ul li a {
    color: #fff !important;
    transition: 0.3s;
}


header#header .main-header {
    padding: 0px 40px;
    position: relative;
    z-index: 999;
}
header#header .dekstop-menu {
    text-align: right;
    margin-left: -50px;
}
header#header .dekstop-menu ul {}

header#header .dekstop-menu ul li {
    display: inline-block;
    padding: 20px 4px !important;
    font-size: 16px;
    transition: 0.3s;
    
}
header#header .dekstop-menu ul li:hover{
	background-color: var(--LBlue);
	transition: 0.3s;
}
header#header .main-header.fixed-header {
    position: fixed;
    top: -120px;
    left: 0;
    right: 0;
    width: 100%;
    background: #e6f5fa;
    z-index: 3;
    transition: all 1s !important;
}

header#header .main-header.fixed-header.header-scroll {
    transition: all 1s;
    transform: translateY(120px);
}


header#header .dekstop-menu ul {
    margin-left: -20px !important;
}
header#header .dekstop-menu ul li:hover a{color: #fff !important;transition: 0.3s;}
header#header .dekstop-menu ul li a{color: #1a3c86 !important;transition: 0.3s;    font-weight: 600;}

/* SUB MENU OPEN*/
/* SUB MENU OPEN*/
.menu-header-menu-1 ul {
	background: #000;
	border-radius: 0.4rem;
	color: #fff;
	font-size: 1.7rem;
	opacity: 0;
	padding: 1rem 0;
	position: absolute;
	right: 9999rem;
	top: calc(100% + 2rem);
	transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
	transform: translateY(0.6rem);
	width: 20rem;
	z-index: 1;
}

.menu-header-menu-1 li.menu-item-has-children:hover > ul,
.menu-header-menu-1 li.menu-item-has-children:focus > ul,
.menu-header-menu-1 li.menu-item-has-children.focus > ul {
	right: 0;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.15s linear, transform 0.15s linear;
}

.menu-header-menu-1 ul::before,
.menu-header-menu-1 ul::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
}

.menu-header-menu-1 ul::before {
	height: 2rem;
	left: 0;
	right: 0;
}

.menu-header-menu-1 ul::after {
	border: 0.8rem solid transparent;
	border-bottom-color: #000;
	right: 1.8rem;
}

.menu-header-menu-1 ul a {
	background: transparent;
	border: none;
	color: inherit;
	display: block;
	padding: 1rem 2rem;
	transition: background-color 0.15s linear;
	width: 100%;
}

.menu-header-menu-1 ul li.menu-item-has-children > a {
	padding-right: 4.5rem;
}

.menu-header-menu-1 ul li.menu-item-has-children .icon {
	position: absolute;
	right: 1.5rem;
	top: calc(50% - 0.5rem);
}
/* SUB MENU CLOSE*/
/* SUB MENU CLOSE*/

section#banner {border-top: 4px solid var(--Blue);border-bottom: 4px solid var(--Blue);overflow: hidden;}

section#about {
    background-repeat: no-repeat;
    background-position: left;
    padding:120px 0 !important;
}
section#about .about-data {
    width: 55%;
    margin: 0 auto;
    text-align: center;
}
section#about .about-data .heading {
    font-size: 36px;
    color: var(--Blue);
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}
section#about .about-data p{font-size: 20px;color:#000;font-weight: 500;}
section#about .about-data .ábout-btn {
    padding: 40px 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
a.btn-main, a.wp-block-button__link {
    height: 45px;
    width: 160px;
    background: var(--Blue);
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: 0.3s;
}
a.btn-main:hover, a.wp-block-button__link:hover {cursor: pointer;background: var(--LBlue);transition: 0.3s;}

section#sale-cash {
    background: #e6f5fa;
    padding: 70px 0;
    width: 100%;
    height: auto;
    text-align: center;
}
section#sale-cash .cash-data .heading {
    font-size: 36px;
    color: var(--Blue);
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}
section#sale-cash .cash-data {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
section#sale-cash .cash-data p {
    font-size: 18px;
    color: var(--Blue);
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
section#sale-cash .cash-data .cash-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 600;
    margin-top: 40px !important;
}
footer#footer{}
footer#footer .widget-area {
    padding: 40px 0;
    background: var(--Blue);
}
footer#footer .widget-area .widget_title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
footer#footer .widget-area p{color: #fff;font-size: 16px;}
footer#footer .widget-area ul li a{
	color: #fff !important;
	transition:0.3s;
}
footer#footer .widget-area ul li a:hover{
	color: #fff !important;
	transition:0.3s;
	color:var(--LBlue) !important;
}
footer#footer .widget-area ul li i{color: #fff;margin-right: 5px !important;}
footer#footer .copyrigth-area {
    padding: 10px 0;
}
footer#footer .copyrigth-area p {
    text-align: center;
    font-size: 20px;
    color: var(--Blue);
    font-weight: 500;
}
footer#footer i.fa.fa-mobile {
    font-size: 24px;
}
.mobile-menu{display:none;}
.dekstop-menu{display: block;}
.triger-menu {
    display: none;
}
.triger-menu {
    float: right;
}
.triger-menu i{
    color:var(--Blue);
    font-size:30px;
}
.mobile-menu img {
    margin: 10px 0 15px 0;
}
.mobile-menu.menu-show {
    transition: 1s;
    transform: translateX(0px);
}
.mobile-menu {
    background: #e6f5fa;
    width: 70%;
    top:0px;
    height: 100vh;
    transition: 1s;
    position: fixed;
    z-index: 99999;
    padding: 15px;
    transform: translateX(-700px);
}
.mobile-menu ul li {
    padding: 5px 0 !important;
}
.mobile-menu ul li a {
    color: var(--Blue);
    font-weight: 600;
}

section h2 {
    font-size: 36px;
    color: var(--Blue);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}

section p {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

@media only screen and (max-width: 1170px) and (min-width: 981px) {
    header#header .dekstop-menu ul li {
        font-size: 13px !important;
    }
    header .logo img {
        width: 95px !important;
        height: auto !important;
    }
}


/*for tablet*/
@media (min-width: 768px) and (max-width: 980px) {
.mobile-menu{display: block;}
.dekstop-menu{display: none;}
.triger-menu {
    display: block;
}
header#header .top-bar .top-left ul li {
    padding: 0 5px !important;
}
header#header .top-bar ul li a {
    font-size: 12px;
}
header#header .main-header {
    padding: 15px 40px;
}




}



/*for mobile*/
@media (min-width: 320px) and (max-width: 767px) {
.mobile-menu{display: block;}
.dekstop-menu{display: none;}
.triger-menu {
    display: block;
}
header#header .top-bar .top-left ul li {
    padding: 0 5px !important;
    border-right: 0px !important;
}
header#header .top-bar .top-left ul li i {
    padding: 0px 5px 0 0 !important;
    font-size: 16px;
}
header#header .top-bar .top-left ul li a {
    font-size: 13px !important;
}
header#header .top-bar .top-left {
    text-align: center;
    margin-left:unset;
}
header#header .top-bar .top-left ul {
    flex-direction: column !important;
}
header#header .top-bar {
    background-color: var(--Blue);
    padding: 5px 0;
}
header#header .top-bar .top-right {
    text-align: center;
    margin-top: 10px;
}
header#header .top-bar .top-right ul {
    display: flex;
}
header#header .top-bar .top-right ul li {
    display: unset !important;
}
header#header .top-bar .top-right ul li i {
    font-size: 15px !important;
}

header#header .main-header {
    padding: 15px 20px;
}

section#about .about-data {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
section#about .about-data p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
section#about {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 70px 0 !important;
}
section#sale-cash .cash-data {
    width: 100%;
}
section#sale-cash {
    padding: 50px 0;
}
footer#footer .widget-area .widget_title {
    margin: 10px 0 30px 0;
}
footer#footer .copyrigth-area p {
    font-size: 16px;
}
rs-arrow.tp-leftarrow.tparrows.hesperiden.noSwipe {
    display: none !important;
}

rs-arrow.tp-rightarrow.tparrows.hesperiden.noSwipe {
    display: none !important;
}
rs-bullets.tp-bullets.hesperiden.vertical.nav-pos-hor-right.nav-pos-ver-bottom.nav-dir-vertical.noSwipe {
    display: none;
}
header#header .main-header {
    padding: 10px 40px;
}





}



/* DESKTOP */
/* SUB MENU OPEN*/
/* SUB MENU OPEN*/
#menu-header-menu-1 ul {
    text-align: left !important;
	background: var(--Blue);
	color: #fff;
	font-size: 1.7rem;
	opacity: 0;
	padding: 1rem 0;
	position: absolute;
	right: unset !important;
	top: calc(100% + 1.2rem);
	transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
	transform: translateY(0.6rem);
	width: 250px !important;
	z-index: 1;
}

#menu-header-menu-1 ul li {
    display: block !important;
    padding: 10px 4px !important;
}

#menu-header-menu-1 li.menu-item-has-children:hover > ul,
#menu-header-menu-1 li.menu-item-has-children:focus > ul,
#menu-header-menu-1 li.menu-item-has-children.focus > ul {
	right: 0;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.15s linear, transform 0.15s linear;
}

#menu-header-menu-1 ul::before,
#menu-header-menu-1 ul::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
}

#menu-header-menu-1 ul::before {
	height: 2rem;
	left: 0;
	right: 0;
}

#menu-header-menu-1 ul::after {
	border: 0.8rem solid transparent;
	border-bottom-color: var(--Blue);
	left: 8rem;
}

#menu-header-menu-1 ul a {
	background: transparent;
	border: none;
	color: inherit;
	display: block;
    padding-left: 15px;
	transition: background-color 0.15s linear;
	width: 100%;
}

#menu-header-menu-1 ul li.menu-item-has-children > a {
	padding-right: 4.5rem;
}

#menu-header-menu-1 ul li.menu-item-has-children .icon {
	position: absolute;
	right: 1.5rem;
	top: calc(50% - 0.5rem);
}
/* SUB MENU CLOSE*/
/* SUB MENU CLOSE*/


/* SUB MENU FOR MOBILE */
/* SUB MENU FOR MOBILE */
#menu-header-menu ul li {
    margin-left: 30px !important;
}