/*
Theme Name: Hello Elementor Child
Theme URI: https://bukker.in
Description: Child theme for Hello Elementor – Bukker
Author: Bukker
Author URI: https://bukker.in
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/

/* Custom CSS below */
.e-con-inner, .footer-inner, .header-inner, .sn-single-container{
	max-width: 1360px !important;
	width: 90% !important;
	margin: auto;
}
.sn-main-heading {
    flex-direction: column;
	padding: 0px !important;
}

.sn-top-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

ul.sn-address-icon {
    display: flex;
    gap: 5px;
    list-style-type: none;
    padding: 0px;
}
ul.sn-socials-icon {
    display: flex;
    gap: 7px;
    list-style-type: none;
    padding: 0px;
}
li.sn-follow-text {
    padding-right: 11px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.main-top-header{
	background: #1f3d5a;
    height: 36px;
    padding: 6px 0px;
}
ul.sn-address-icon li a {
    color: #fff;
    font-size: 15px;
}

ul.sn-address-icon li i {
    font-size: 13px;
    color: #fff;
}
ul.sn-socials-icon li a {
    color: #fff;
    font-size: 14px;
}
.sn-stiky-nav {
    height: 105px;
    display: flex;
}
.footer-widgets {
    display: grid;
    grid-template-columns: 1.5fr 0.8fr 1.5fr 1fr;
    gap: 20px;
}
.footer-widget-col ul {
   list-style-type: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-widget-col ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}

.sn-footer-bg {
    background: #1f3d5a;
	padding-bottom: 0px !important;
    padding-top: 45px !important;
}

h3.footer-widget-title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 13px;
	margin-top: 0px;
}

.footer-widget.footer-widget-1 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}

.site-logo.show a img {
    background: #fff;
}

.sn-copy-right {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #ffffff40;
    padding: 12px 0px;
}

.sn-copy-right p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin: 0px;
}

.email-flied input {
    font-size: 15px;
    padding: 10px 13px !important;
}

.btn-flied input {
    color: #fff;
    padding: 7px 17px;
    font-weight: 300;
    font-size: 16px;
    border-color: #fff;
}
.btn-flied input:hover{
background: #fff;
color: #000;
}
.sn-copy-right p a {
    color: #38733c;
}
.input-flieds input {
    border: 1px solid #1f3d5a29 !important;
    padding: 10px 12px !important;
    font-size: 14px;
    font-weight: 300;
}

.textarea-flieds textarea {
    border: 1px solid #1f3d5a29;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 300;
    height: 140px;
}

.btn-flieds input {
    background: #1f3d5a !important;
    color: #fff;
    border: none;
    padding: 10px 24px !important;
    font-size: 16px;
}

.btn-flieds p {
    margin: 0px;
}


@media only screen and (min-width: 320px) and (max-width: 767px){
	.footer-widgets {
    grid-template-columns: repeat(1, 1fr);
}
	.btn-flied p {
    margin: 0px;
}
	ul.sn-socials-icon {
    display: none;
}
	ul.sn-address-icon {
    width: 100%;
    justify-content: space-between;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
		.footer-widgets {
    grid-template-columns: repeat(2, 1fr);
			gap: 30px;
}
}