/*
Theme Name: dunnor Theme
Author: Globiled
Description: Theme for dunnor Web Site!
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: dunnor

*/

:root {
	--bs-success: #66c2f9;
	--bs-success-rgb: 102, 194, 249;
	
	--bs-primary: #3184b6;
	--bs-primary-rgb: 49, 132, 182;
	
	--bs-secondary: #322f2f;
	--bs-secondary-rgb: 50, 47, 47;
	
	--bs-text-opacity:1;
	
}



@font-face {
 	font-family: 'comfo';
    src: url('fonts/Comfortaa-Regular.woff') format('woff');
    font-weight: regular;
    font-style: normal;
}


@font-face {
	font-family: 'comfo';
    src: url('fonts/Comfortaa-Light.woff') format('woff');
    font-weight: light;
    font-style: normal;
}


@font-face {
    font-family: 'comfo';
    src: url('fonts/Comfortaa-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'PFT';
    src: url('fonts/PFTransport-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'PFT';
    src: url('fonts/PFTransport-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'PFT';
    src: url('fonts/PFTransport-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PFT';
    src: url('fonts/PFTransport-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'PFT';
    src: url('fonts/PFTransport-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PFT';
    src: url('fonts/PFTransport-Light.woff2') format('woff2');
    font-weight: light;
    font-style: normal;
}

@font-face {
    font-family: 'PFT';
    src: url('fonts/PFTransport-LightItalic.woff2') format('woff2');
    font-weight: light;
    font-style: italic;
}


@font-face {
    font-family: 'PFT';
    src: url('fonts/PFTransport-Medium.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'PFT';
    src: url('fonts/PFTransport-MediumItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
}


@font-face {
    font-family: 'PFT';
    src: url('fonts/PFTransport-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'PFT';
    src: url('fonts/PFTransport-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'PFT';
    src: url('fonts/PFTransport-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
}

.font-2{
	 font-family: 'comfo';
}

body{
  font-family: 'PFT';
   color:#646262;
}

body.admin-bar {
    margin-top: 32px;
}

body.admin-bar .fixed-top {

top: 32px;
}


a {
  text-decoration: none;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

a:hover {
  text-decoration: none;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.w-30 {
    width: 30% !important;
}



.text-huge {
  font-size: 5rem !important;
  line-height: 5.8rem;
}

.carousel-text-title span {
    font-weight: 100;
    color: #8eca6c;
    margin-left: 6px;
}

section {
    margin-bottom: 5rem ;
}


.section-subtitle {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
  font-weight: bold;
  margin-bottom: 0.7rem;
  font-size: 1.5rem;
  line-height: 20px;
}
 
.counter-3{
	
	border-right: 0px !important;
}
.section-title {
  font-weight: bold;
  font-size: 2.4rem;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
  line-height: 2.4rem;
}

.service-item-text li{
	margin-bottom: 0.2rem;
}


.inner-content h4 {
    font-size: 1.2rem;
	color: rgb(var(--bs-secondary-rgb)) !important;
	font-weight: bold;
}

footer{
	background-color:#282828;
}

.home .image-text-area{
 margin-bottom:0px;	

}
.fs-6 {
  font-size: 1.1rem !important;
}

/*
body.admin-bar main{
margin-top: 6rem !important;
}

body.admin-bar main .hero-image {
  margin-top: 2rem;
}

main{
margin-top: 5rem !important;
}
*/




.home .contact-details-area{
	margin-bottom:0px;
}



footer ul{
	padding:0px;
}


footer ul li{
	list-style:none;
	margin-bottom:1rem;
	
}

footer ul li a{
	text-decoration:none;
	
}
.footer-icon {
 
  
}
footer {
  padding-top: 5rem !important;
}



.sub-menu li{
	list-style:none;
}  



img.logos-slider-img {
  width: 150px;
}


.hover-bg-secondary:hover{
 
 background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
 color:white !important;
	
}


.image-text-area-text-col a {
  background: #222;
  color: white !important;
  padding: 10px 20px;
  margin-top: 35px;
  display: table;
}


.owl-carousel .owl-item img {
  display: block;
  width: 90%;
}


.bread-parent,
.bread-link {
  color: white !important;
}

.separator {
  margin: 0px 3px;
}
.sidebar-menu{
	padding:0px;
}

.sidebar-menu li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C9C9C9;
}
.sidebar-menu li a{
	
	color:#322f2f !important;
	
}



aside input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 12px;
  height: 42px;
  border: 1px solid #696969;
  padding: 2px 12px;
  width: 100%;
}



.wpcf7-submit {
  background: var(--bs-primary);
  color: white;
  width: 100%;
  
  display: table;
}



aside .wpcf7-submit {
margin-top: -15px !important;	
}



.contact-page-form input.wpcf7-text,
.contact-page-form textarea{
  margin: 0;
    margin-bottom: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  margin-bottom: 20px;
  height: 46px;
  padding-left: 8px;
  border: 0px;
  background: #f7f7f7;
}

.contact-page-form textarea{
 height: 150px;
}



.contact-page-form .wpcf7-submit {
  background: rgba(var(--bs-primary-rgb), var(--bs-text-opacity));
  color: white;
  width: 80%;
  display: table;
  height: 40px;
  border: 0px;
  margin-top: 4px;
}


.alignleft {
  float: left;
  margin-right: 30px;
}















