/*!
Theme Name: cohneca
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: cohneca
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.

cohneca 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.
 */
/* styles.css */
body,html{height: 100%;}
html { font-size: 62.5%; }  /* =10px */
/*
 * Base structure
 */

a{
    text-decoration: none;
    color: #232323;
}
a:hover{
    color: #B80004;
}
body {
    font-family: "Lato", sans-serif;
  font-weight: 400;
    font-size: 1.8rem;
  line-height: 1.6;
  background-color: #fff;
  padding-top: 127px;
  color: #09111c;
    transition: all 1s ease-in;

}
h1{
font-size: 6rem;
color: #09111c;
font-weight: 900;

}
h2, .section-title{
font-size: 5rem;
color: #09111c;
font-weight: 700;

}
h3{
font-size: 3.2rem;

font-weight: 700;
 

}
.linktext{
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
}
.linktext:hover{
  color: #FFB332
}
.linktext:hover svg path{
  fill: #FFB332;
}
.navbar-expand-lg{
  flex-wrap: wrap;
  padding: 0;
}

.contact-links{
  display: inline-flex;
}
.contact-links a{
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
 font-weight: 500;
}
.top-links li a:hover, .contact-links a:hover{
  color: #CD8E33;
}
.contact-links a img{
  margin-right: 5px;
}
.text-yellow{
  color: #B80004
}
.text-blue{
  color: #002C6E;
}
.text22{
  font-size: 2.2rem;
}
.blog-box{
  border:1px solid #B2B2B2;
}
.blog-box a:hover{
  color: #F1C803;
}

.navbar{
  
  transition: padding 0.5s ease-in-out;
}
.scrolled-fixed-top{
  padding:0;
}
.navbar-nav li{
  margin-right: 50px;
}
.navbar-nav .nav-link, .login-link{
  font-size: 1.8rem;
  font-weight:500;
  color:  #000;
 
  position: relative;
  display: block;

}
.navbar-nav .nav-link:after{
 
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover, .login-link:hover, .news-box:hover{
  color: #B80004;
}

.section-title {
  text-align: center;
  
  margin-bottom: 20px;
  color: #002147;
}
.text20{
  font-size: 2rem;
}
.fw-medium{
  font-weight: 500;
}
.text28{
  font-size: 2.8rem;
}
.fw-semi-bold{
  font-weight: 600;
}
.bg-green{
  background: #368239;
}
.bg-dark-green{
  background: #124F18;
}
.btn-primary {
  background-color: #B80004;
  border-color: #B80004;
  color: #fff;
}
.btn-primary:hover {
   background-color: #fff;
  border-color: #B80004;
  color: #B80004;
}
.btn-primary:hover svg path{
  fill: #545454;
}
.section{
  padding: 100px 0;
}
.connected{
  background: #B80004;
}
.navbar-brand img{
  transition: max-height 0.35s ease-out;
  max-height: 120px;
}

.text-green{
  color: #368239;
}
.footer {
  background-color: #06295E;
  color: #fff;
  padding: 50px 0;
  padding-bottom: 10px;
}
.text-blue{
  color:  #06295E;
}
.footer h6 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 15px;
}

.footer a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}
.morelink{
  font-weight: 500;
  color: #B80004;
}
.morelink:hover{
  font-weight: 500;
  color: #B80004;
}
.bg-orange{
  background: #B80004;
}
.footer a:hover {
  color: #B80004;
}
.bg-red{
  background: #B80004;
}
.banner-box{
  padding: 70px 0;
}
.we-icon{
  background: #F5F5F5;
  width: 160px;
  height: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.btn{
   font-size: 1.8rem;
    padding: 12px 30px;
    font-weight: 500;
    
  
}
.worl-content{
  max-width: 670px;
}
.check-list-items{
  list-style: none;
  margin: 0;
  padding: 0;
}
.check-list-items li{
  background: url('images/check.svg') no-repeat top 8px left;
  padding-left: 30px;
  margin-bottom: 15px;
}
.check-list-items li ul{
  list-style: none;
}
/*.section .btn{
  min-width: 270px;
}*/
.fixed-h-box{
  position: relative;
  padding-bottom: 50px;
}
.btn-box{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}
.btn-box .btn{
  min-width: 190px;
}
.form-check-input:checked{
  background-color: #B80004;
  border-color: #B80004;
}
.servebox{
  border:1px solid #3C64BB;
  height: 100%;
  position: relative;
  padding-bottom: 70px;
}
.servebox .morelink, .servebox .btn{
  position: absolute;
  left: 15px;
  bottom: 10px;
}
.location-box{
  position: relative;
  padding-bottom: 40px;
}
.location-btn{
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
}
.btn-outline-primary{
  border-color: #3C64BB;
  color: #3C64BB;
}
.btn-outline-primary:hover{
  border-color: #3C64BB;
  color: #fff;
  background: #3C64BB;
}
.btn-white{
  border-color: #fff;
  color: #B80004;
  background: #fff;
}
.btn-white:hover{
  border-color: #fff;
  color: #fff;
  background: #B80004;
}
.zoom-img {
  overflow: hidden;
  display: block;
}
.zoom-img img {
  transition: transform 0.2s;
  cursor: pointer;
}
.zoom-img img:hover {
  transform: scale(1.03) !important;
}
.social-links a{
  display: inline-block;
  margin: 0 5px;
}
.social-links a:hover svg path{
  fill:  #CD8E33;
}
.ft-bottom{
  margin-top: 30px;
 border-top: 1px solid #2668B2;
  padding-top: 30px;
  font-size: 1.6rem
  color: #fff;
}
.ft-bottom a{
  color: #fff;
}
.dropdown-menu{
  min-width:  100%;
  font-size: 1.8rem;
  background: #B80004;
  padding: 0;
}
.num{
   background: #B80004;
   width: 65px;
   height: 65px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   font-size: 4rem;
   font-weight: 500;
   border-radius: 50%;
}
.accordion-button{
  font-size: 2.2rem;
}
.dropdown-menu li{
  margin-right: 0 !important;
}

.dropdown-item{
  padding: 5px;
  color: #fff;
  display: block;
}
.text24{
  font-size: 2.2rem;
}

.text32{
  font-size: 3.2rem;
}

.text40{
  font-size: 4rem;
}

.form-control, .form-select{
  font-size: 1.8rem;
  height: 54px;
}
.serach-input{
  background-image: url('images/search.svg');
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 45px;
}
.nav-container{
  padding-top: 15px;
  padding-bottom: 15px;
}
.bg-grey{
  background: #F5F5F5;
}
.review-box img{
  width: auto !important;
}
.practice-banner:before{
  display: none;
}
.review-box img.rounded-circle{
  width: 95px;
  height: 95px;
}
.stars{
  display: flex;
}
.review-box .stars{
  margin-top: 5px;
}
.reviews{
  padding: 0 50px;
}
.certified-carousel{
  margin: 0 60px;

}
.owl-nav{
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
/*.owl-prev{
  margin-left: -50px;
}
.owl-next{
  margin-right: -50px;
}*/

.bg-yellow{
  background: #B80004;
}

.border-yellow{
  border-color: #CD8E33 !important;
}
.text-grey{
  color: #EFEFEF;
}

.text30{
  font-size: 3rem;
}
.team-box:hover{
  color: #CD8E33;
}
.banner-overlay{
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-section .btn{
  padding: 15px 50px;
}
.banner-section, .inner-banner-section{
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.inner-banner-section{
  height: 445px;
}
.ft-bottom{
  font-size: 1.4rem;
}
.overlay{
  background: rgba(0,0,0,0.6);
}
.breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item a{
  color: #fff
}
.breadcrumb-item.active{
  color: #fff;
}
.table{
  font-size: 1.8rem;
}
.table td, .table th{
  padding: 10px;
}
.list-items{
  list-style: none;
  margin:0;
  padding: 0;
}
.list-items li{
  background: url(images/circle.svg) no-repeat top 10px left;
  padding-left: 20px;
  margin-bottom: 10px;
}
.sidebar-links{
  list-style: none;
  margin:0;
  padding: 0;
  padding-bottom: 15px;
}

.sidebar-links li a{
  display: block;
  padding: 10px 17px;
  color: #fff;
}
.sidebar-links li a:hover, .sidebar-links li a.active{
  background: #fff;
  color: #B80004;
}
.page-item{
  margin: 0 5px;
}
.page-link{
  border:1px solid #B80004 !important;
  border-radius: 50% !important;
  font-size: 1.8rem;
  font-weight: 600;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #B80004;
}
.active > .page-link, .page-link.active{
  background: #B80004;
  color: #fff;
}
.blog-links {
  background: #fff;
  line-height: 1.4;
  border: 1px solid #3C64BB;
  padding: 10px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #3C64BB
}
.bg-ovarlay{
  background: rgba(0,0,0,0.7);
}
.cta-secton{
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.text-orange{
  color: #B80004;
}
#carouselProducts .carousel-indicators{
  position: inherit;
  margin-top: 15px;
}
.carousel-indicators [data-bs-target]{
  width: 100px;
  border-radius: 0;
  height: auto;
}
.icon-box{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #06295E;
  border-radius: 50%;
  width: 114px;
  height: 114px;
}
.btn-blue{
   background: #06295E;

   border-color: #06295E;
   color: #fff;
}
.btn-blue:hover{
  color: #06295E;
  border-color: #06295E;
   background: #fff;
}
.sort-links a{
  display: inline-flex;
  border:1px solid #C9C9C9;
  border-radius: 5px;
  padding: 5px 10px;
  color: #666;
  margin-left: 3px;
  margin-bottom: 3px;
}
.sort-links a:hover{
  color: #B80004;
  border-color: #B80004;
}
.sort-links a.active{
  background: #B80004;
  border-color: #B80004;
  color: #fff;
}
.cate-links{
  list-style: none;
  margin: 0;
  padding: 0;
}
.cate-links li{
  margin-bottom: 10px;
}
.cate-links li a{
  display: flex;
  justify-content: space-between;
  color: #000;
}
.cate-links li a:hover{
  color: #B80004;
}
.bg-blue{
  background: #06295E;
}
@media (min-width: 1600px) {
  .scrolled-fixed-top .navbar-brand img {
    max-height: 80px;
}
}

@media (min-width: 768px) {
.banner-section{
  background: none !important;
}

}
@media (max-width: 1600px) {
  body{
    padding-top: 88px;
  }
  .navbar-brand img{
    max-height: 80px;
  }

h3{
  font-size: 2.8rem
}

.navbar-nav .nav-link{
  font-size: 1.6rem;
}
.navbar-right .btn{
  font-size: 1.6rem
}
}
@media (max-width: 1365px) {
.navbar-nav li{
  margin-right: 50px;

}

.navbar-nav .nav-link, .login-link{
  font-size: 1.6rem;
}
.navbar-right .btn, .header-top{
  font-size: 1.6rem
}
h1{
  font-size: 5rem;
}
h2{
  font-size: 4rem;
}


}
@media (max-width: 1225px) {
h1{
  font-size: 4rem;
}
h2{
  font-size: 3.2rem;
}
.banner-section .text20{
  font-size: 1.6rem;
}
    h3 {
        font-size: 2.4rem;
    }
   .navbar-nav .nav-link{
  font-size: 1.4rem;
}
.navbar-right .btn{
  font-size: 1.4rem
}
}
@media (max-width: 1125px) {
  .text30{
    font-size: 2rem;
  }
  body{
    padding-top: 68px;
  }
  .navbar-brand img{
    max-height: 60px;
  }
.text24{
  font-size: 2rem;
}
.text40{
  font-size: 3rem;
}
 .navbar-nav .nav-link{
  font-size: 1.2rem;
}
.navbar-right .btn{
  font-size: 1.4rem
}
.footer{
  font-size: 1.6rem;
}
}
@media (max-width: 767px) {
  body{
    padding-top: 68px;
  }
h1{
  font-size: 3rem;
}
h2{
  font-size: 3rem !important;
}
.banner-section{
 height: 500px;
}
.text40{
  font-size: 2.4rem;
}
.banner-section br{
  display: none;
}

.section{
  padding: 50px 0;
}
.footer{
  text-align: center;
}
.inner-banner-section{
  height: 200px;
}
.navbar-nav .nav-link, .login-link{
  font-size: 1.8rem;
}
}
.item .zoom-img {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.item .zoom-img img {
  width: auto !important; 
  height: 140px;
}
.wpcf7-list-item-label {
  margin-left: 5px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.wpcf7-form input[type="submit"] {
    width: 100%;
    background: #B80004;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
}

.wpcf7-form-control {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.wpcf7-submit {
    width: 100%;
}

.wpcf7-list-item.first:{
margin-right: 16px;
}
