/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*********** Header CSS Start *************/
.customHeaderLogo .custom-logo {
    width: 190px;
    max-width: 100%;
}
.site-header .header-inner {
    display: none;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    padding-bottom: 10px;
}
.fixedMain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99;
}
.site-header {
    padding: 0;
/*     position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9;
    background: #ffffff; */
}
.customHeader {
    width: 100%;
    text-align: center;
}
.customHeaderInner {
    padding: 10px 0;
}
.customHeaderLogo {
    padding: 0 0 10px 0;
}
.customHeaderMenu {
    border-top: 1px solid #c39969;
    padding-top: 10px;
}
.customHeaderMenu ul {
    margin: 0;
}
.customHeaderMenu ul .menu-item {
    display: inline-block;
	border-right: 2px solid #063e4f;
}
.customHeaderMenu ul .menu-item:last-child {
    border: unset;
}
.customHeaderMenu ul .menu-item a {
    text-decoration: unset;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #063e4f;
}
.customHeaderMenu ul .menu-item:hover a {
    color: #007095;
}

.page-header {
    display: none;
}
.mobileNav {
    display: none;
}
@media screen and (max-width: 767px) {
	.customHeader {
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 10px 2px #bbbbbb;
}
.customHeaderInner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.mobileNav {
    display: block;
}
nav.navigation {
    display: none;
}
.mobileNav .icon-burger {
    cursor: pointer;
}
/* .mobileNav .line {
    width: 30px;
    height: 5px;
    background-color: #000000;
    margin: 5px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
} */
.mobileNav .line {
    width: 30px;
    height: 5px;
    background-color: #000000;
    border-radius: 3px;
    transition: all .5s ease-in-out;
}
.mobileNav .line:first-child {
    transform: translate(0, -5px);
}
.mobileNav .line:nth-child(3) {
    transform: translate(0, 5px);
}
.mobileNav.nav-open .line:first-child {
    transform: translate(0, 10px) rotate(45deg);
}
.mobileNav.nav-open .line:nth-child(2) {
    opacity: 0;
}
.mobileNav.nav-open .line:nth-child(3) {
    transform: translate(0, 0) rotate(-45deg);
}
	
	
.customHeaderLogo {
    padding: 0;
    text-align: left;
}
.customHeaderMenu {
    border-top: unset;
    padding-top: 0;
}
.customHeaderLogo img.custom-logo {
    width: 45%;
    display: inline-block;
}

nav.navigation.mobileMenuClass.is-open {
    transform: none;
    width: 100%;
    top: 75px;
}
nav.navigation.mobileMenuClass {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background: #ededed;
    transform: translateY(-100%);
    transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    z-index: 2;
    width: 100%;
}
.customHeaderMenu ul {
    margin: 0;
    padding: 15px;
}
.customHeaderMenu ul .menu-item {
    display: block;
    border: unset;
    border-bottom: 1px solid;
    padding: 10px;
}
.customHeaderMenu ul .menu-item a {
    font-size: 16px;
    line-height: 26px;
}
}
/*********** Header CSS End *************/



/*********** Footer CSS Start *************/
.site-footer {
    padding: 0;
}
.footer_logo img {
    width: 200px;
}
.footer-inner {
    display: none !important;
}
.newFooter {
    background: #7f9eb3;
    padding: 40px;
}
.addressFooterInner {
    display: inline-flex;
    width: 100%;
    align-items: baseline;
    padding: 1px 0 0;
}
.addresFooterOption i {
    color: #fff!important;
}
.addressFooterInner p {
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0 15px;
}
.addressFooterInner p a{
	color: #fff;
}
.footer_socialIcon ul {
    margin: 20px 0 0 0;
    padding: 0;
}
.footer_socialIcon ul li {
    display: inline-block;
    padding: 0 5px;
}
.newFooter h2 {
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Libre Baskerville';
}
.footerMenu .site-navigation ul.menu {
    display: inline-block;
}
.footerMenu .site-navigation ul.menu li {
    font-size: 18px;
    line-height: 28px;
}
.footerMenu .site-navigation ul.menu li a {
    color: #ffffff;
    text-decoration: unset;
    padding-left: 0;
}
.contactSubHeading {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 8px;
}

.footerCompanyInformationHeading {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 5px;
}
.footerCompanyInformation ol {
    padding-left: 15px;
}
.footerCompanyInformation ol li {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 300;
}
.conatctFormColumn.fullWidth.submitButton p {
    margin: 0;
}
@media screen and (max-width: 767px) {
	.newFooter {
		padding: 15px;
	}
	.footer_socialIcon ul {
		margin: 15px 0 0px 0;
	}
	.contactDetails {
		margin: 30px 0;
	}
	.newFooter h2 {
    font-size: 18px;
    line-height: 26px;
	}
	.addressFooterInner p {
    font-size: 14px;
    line-height: 26px;
}
	
	.footerMenu .site-navigation ul.menu li {
    font-size: 16px;
    line-height: 26px;
}
	.footer_socialIcon img {
    width: 80%;
}
.footer_socialIcon ul li {
    padding: 0 2px;
}
	.contactSubHeading {
    font-size: 16px;
    line-height: 26px;
}
.footerCompanyInformationHeading {
    font-size: 16px;
    line-height: 26px;
}
.footerCompanyInformation ol li {
    font-size: 14px;
    line-height: 22px;
}
}
/*********** Footer CSS End *************/





/*********** Contact Form CSS Start *************/
.formSubHeading {
    margin-bottom: 30px;
}
.formHeadingTitle {
    font-size: 20px;
    line-height: 28px;
    color: #7f9eb4;
    margin: 25px 0 0 0;
}
.formHeadingTitle.formHeadingTitle1 {
    margin-top: 0;
}
.conatctFormColumn.fullWidth .formContent p {
    margin: 0;
}
.conatctFormColumn.fullWidth.textField input {
    border: unset;
    border-bottom: 2px solid #c39969;
    border-radius: unset;
    font-size: 18px;
    padding-left: 0;
}
.conatctFormColumn.fullWidth.selectBox select {
    border: unset;
    border-bottom: 2px solid #c39969;
    border-radius: unset;
    font-size: 18px;
    padding-left: 0;
}


.checkboxes .formContent span.wpcf7-form-control input[type="checkbox"] {
    display: none;
}
.checkboxes .formContent span.wpcf7-form-control input[type="checkbox"] + .wpcf7-list-item-label {
    z-index: 3;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    font-size: 18px;
    color: #c39969;
}
.checkboxes .formContent span.wpcf7-form-control input[type="checkbox"] + .wpcf7-list-item-label:before {
    z-index: 2;
    top: 0px;
    left: 2px;
    width: 25px;
    height: 25px;
    display: block;
    content: "";
    position: absolute;
    border: 1px solid #7fa9ce;
}
.checkboxes .formContent span.wpcf7-form-control input[type="checkbox"] + .wpcf7-list-item-label:after {
    z-index: 2;
    top: 2px;
    left: 4px;
    width: 21px;
    height: 21px;
    background: #ffffff;
    display: block;
    content: "";
    position: absolute;
    border-radius: 3px;
}
.checkboxes .formContent span.wpcf7-form-control input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    background: #000000;
}

.checkboxes .formContent span.wpcf7-form-control.wpcf7-checkbox {
    display: block;
    column-count: 3;
	margin-top:20px;
}
.checkboxes .formContent span.wpcf7-list-item {
    padding: 10px;
    padding-left: 0;
    margin: 0;
}
.conatctFormColumn.fullWidth.submitButton {
    margin-top: 30px;
}
.conatctFormColumn.fullWidth.submitButton input {
    background: #7f9eb3;
    border-color: #7f9eb3;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.conatctFormColumn.fullWidth.submitButton input:hover {
    background: #ffffff;
    color: #7f9eb3;
}
.conatctFormColumn.fullWidth.textField input:focus-visible, .conatctFormColumn.fullWidth.selectBox select:focus-visible {
    outline: unset;
}
.conatctFormColumn.fullWidth.submitButton span.wpcf7-spinner {
    display: none;
}

@media screen and (max-width: 1080px) {
.checkboxes .formContent span.wpcf7-form-control.wpcf7-checkbox {
    column-count: 2;
}
}
@media screen and (max-width: 767px) {
.conatctFormColumn.fullWidth.textField input {
    font-size: 16px;
    padding-top: 0;
}
	
}
/*********** Contact Form CSS End *************/

/*********** Page CSS Start *************/
img.swiper-slide-image {
    width: 90%;
}
@media screen and (max-width: 767px) {
.prouduct_slider img.swiper-slide-image {
    width: 70%;
	}
}
/*********** Page CSS End *************/

/*********** Post Page CSS Start *************/
.breadcrumb {
    margin: 1rem 0 0;
}
.breadcrumb a {
    color: #063e6b;
}
.post_title h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    padding: 12px 0 10px;
}
.post_content h2 {
    font-size: 26px;
    line-height: 36px;
}
.post_content h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}
.post_content {
    padding: 40px 0;
}
@media screen and (max-width: 767px) {
	.post_title h1 {
    font-size: 24px;
    line-height: 32px;
}
	.post_content h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.post_content h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
}
/*********** Post Page CSS End *************/