
/******************************************** General **********************************************************/

body{
	font-family: 'Open Sans';
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto';
}

h3{}

h4{}

h5{}

h6{
	font-size: 1em;
}

img{
	image-rendering: -webkit-optimize-contrast;
}

.nvp100{
	padding-top: 100px;
	padding-bottom: 100px;
}

.ntype-list{
	list-style-type: none;
	padding-left: 0;
}

.btn.btn-default, .wpcf7-submit{
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #7092bf;
	border: 1px solid #7092bf;
	border-radius: 5px;
	padding: 13px 36px;
	min-width: 180px;
}

.btn.btn-default:hover, .wpcf7-submit:hover{
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}


/******************************************** Elementor **********************************************************/

.ncol-object-cover .elementor-widget-image,
.ncol-object-cover .elementor-widget-image > div{
	height: 100%;
}

.ncol-object-cover .elementor-widget-image img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.elementor-widget-text-editor ul{
	padding-left: 0;
	list-style-type: none;
}

.elementor-widget-text-editor ul>li:before{
	content: '\f1ce';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	display: inline-block;
	margin-right: 8px;
	font-size: 12px;
	transform: translateY(-1px);
}

.elementor-widget-text-editor ul>li>ul>li{
	padding-left: 18px;
	margin: 0;
}

.elementor-widget-text-editor ul>li>ul>li:before{
	content: '\f101';
	font-family: "Font Awesome 5 Free";
}

.elementor-widget-button~.elementor-widget-button{}

a.elementor-button.elementor-button-link{
	min-width: 200px;
}

.btn-light-blue a.elementor-button.elementor-button-link{
	background-color: #7092bf;
}

.btn-light-blue a.elementor-button.elementor-button-link:hover,
.btn-light-blue a.elementor-button.elementor-button-link:focus{
	background-color: #000;
}



/******************************************** Head **********************************************************/

.plus-navigation-menu .nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
}

.plus-navigation-menu .nav>li,
.plus-navigation-menu .nav>li>.dropdown-menu li{
	margin: 0;
}

/*********************** Submenu ***********************/

#custom-responsive-menu .elementor-nav-menu--main .elementor-nav-menu ul.sub-menu{
	position: relative;
    top: 0;
    left: 0;
    margin: 0!important;
    text-align: left;
}

#custom-responsive-menu .elementor-nav-menu--main .elementor-nav-menu ul.sub-menu a{
	background-color: #f9f9f9;
	color: #000;
	font-size: 15px;
}

#custom-responsive-menu .elementor-nav-menu--main .elementor-nav-menu ul.sub-menu a:hover{
	color: #7092bf;
}


#custom-page-banner .breadcrumbs{
	margin: 0 -5px;
	color: #fff;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 14px;
}

#custom-page-banner .breadcrumbs > span{
	/*padding: 0 5px;*/
	display: inline-block;
}

#custom-page-banner .breadcrumbs a{
	color: #fff;
}

#custom-page-banner .breadcrumbs a:hover{
	color: #7092bf;
}

/******************************************** Footer **********************************************************/

div.wa__btn_popup{
	z-index: 9;
}

#floating-widget{
	top: auto;
	bottom: 50px;
}

#floating-widget .elementor-icon-list-icon{
	order: 1;
    padding: 4.5px 2.75px;
    width: 40px;
    height: 40px;
    /*border-radius: 5px 0 0 5px;*/
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
}
/*
#floating-widget a[href*="wasap"] .elementor-icon-list-icon{
    background-color: #fff;
}*/

/******************************************** Home  **********************************************************/

.home-section-4 .inner-nbox .elementor-widget-image{
	padding: 20px 50px;
}

/******************************************** About **********************************************************/


.news-archive-section .elementor-posts--skin-classic .elementor-post{
	background-color: #1a4759;
	padding: 50px 30px;
	border-radius: 10px;
}

.news-archive-section .elementor-posts .elementor-post__read-more{
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #7092bf;
	color: #fff;
	padding: 13px 35px;
	min-width: 180px;
	border-radius: 5px;
	display: inline-block;
    text-align: center;
}

.news-archive-section .elementor-posts .elementor-post__read-more:hover,
.news-archive-section .elementor-posts .elementor-post__read-more:focus{
	background-color: #000;
	color: #fff;
}



/******************************************** Contact **********************************************************/

.grecaptcha-badge{display:none}

.wpcf7 p{
	margin: 0;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="password"], 
.wpcf7 input[type="search"], 
.wpcf7 textarea{
	font-size: 16px;
	border-radius: 5px;
	font-weight: 400;
	border: 1px solid #1a4759;
}

.wpcf7 select{
	height: 48px;
	border: 1px solid #1a4759;
	border-radius: 5px;
}

.wpcf7-form input:not([type="submit"]):not([type="reset"]){
	padding: 10px 20px;
}

.wpcf7 textarea{
	height: 100px;
	padding: 10px 20px;
}

.cf7-row{
	margin: 0 -5px;
	overflow: hidden;
}

.cf7-col,
.cf7-2-col{
	padding: 0 5px;
	width: 100%;
	float: left;
}

div.wpcf7 .ajax-loader{
	position: absolute;
}

.wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	color: #fff;
}



/******************************************** Products **********************************************************/


.custom-img-box-section .elementor-element .elementor-widget-container{}

.groupIB-section-2 .custom-img-box-section .elementor-element .elementor-widget-container{}

.wallarm-section-3 .custom-section .elementor-widget-container{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.wallarm-section-3 .custom-section .elementor-widget-container h6{
	font-weight: bold;
    margin-bottom: 30px;
}


/******************************************** Search **********************************************************/


.search-results-list article{
	box-shadow: none;
	margin: 35px 0;
	background-color: #f9f9f9;
    padding: 35px 35px 10px;
    border-radius: 15px;
}

.search-results-list article .entry-title{
	margin-bottom: 30px;
}

.search-results-list article .entry-title a{
	color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
}


.search-no-results .site-main{
	padding: 50px 0;
}

.search-no-results .search-form{
	width: 100%;
    display: flex;
}

.search-no-results .search-form label{
	margin: 0;
}

.search-no-results .search-form input[type="search"]{
	padding: 10px 5px;
}

.search-no-results .search-form .search-submit,
.search-no-results .search-form .search-submit:hover{
	background-color: transparent;
    box-shadow: none;
    padding: 10px 18px;
    margin: 0;
}


/******************************************** Other **********************************************************/


.pagination>li>a, .pagination>li>span{
	color: #000;
	background-color: #ffffff;
    border: 1px solid #000;
    padding: 10px 15px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	background-color: #000;
	color: #fff;
}