/*
Theme Name: Scott Danna, CPA
Author: Scott Danna, CPA
**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');{}

*{
	margin:0;
	padding:0;
}
html,body{
	overflow-x:hidden;
}

@media (min-width: 1850px) {
    .container{
        max-width: 1600px !important;
    }
}

a{
	text-decoration:none !important;
}
.testi-btnwrp a.cta-btn{
	width: 260px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

	
}
.testi-btnwrp{
	display:flex;
	justify-content:center;
	gap:20px;
	margin-top:50px;
}
.testi-btnwrp a.cta-btn:nth-child(2){
	background:transparent;
	border:1px solid #073D7F;
	color:#073D7F;
}
.gform_button{
	border:none !important;
	font-size:17px !important;
}
.gform_button,
a.cta-btn {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    background: #073D7F;
    padding: 15px;
    color: #fff;
    display: inline-block;
    width: 210px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.gform_button::before,
a.cta-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -75%;
    width: 50%;
    height: 200%;
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(25deg);
    transition: all 0.5s ease;
}

.gform_button::after,
a.cta-btn::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -100%;
    width: 50%;
    height: 200%;
    background: rgba(255, 255, 255, 0.15);
    transform: rotate(25deg);
    transition: all 0.7s ease;
}

.gform_button:hover::before,
a.cta-btn:hover::before {
    left: 125%;
}

.gform_button:hover::after,
a.cta-btn:hover::after {
    left: 150%;
}

#myBtn:hover,
.gform_button:hover,
a.cta-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(7,61,127,0.4);
    color: #fff;
}

p{
	font-size:16px !important;
	line-height:180% !important;
	font-weight:500 !important;
	font-family: "Montserrat", sans-serif;
}

h1{
	font-size:70px !important;
	font-weight:700 !important;
	font-family: "EB Garamond", serif;
}

h4{
	font-family: "EB Garamond", serif;
	font-size:20px !important;
	font-weight:700 !important;
	color:#073D7F !important;
}
h3{
	font-family: "EB Garamond", serif;
	font-size:25px !important;
	font-weight:700 !important;
}
h3.banner-subtitle{
	font-size:34px !important;
	font-weight:700 !important;
	font-family: "EB Garamond", serif;
}

h2{
	margin-bottom:20px !important;
	font-size:40px !important;
	font-weight:700 !important;
	font-family: "EB Garamond", serif;
}

/**SCROLL TO TOP */
#myBtn {
	display:none;
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 99;
    font-size: 16px;
    border-radius: 5px;
    outline: none;
    width: 45px;
    height: 45px;
    color: #fff;
    background: #073D7F;
    cursor: pointer;
    padding: 0px 0px;
    animation: fadeInRight 0.3s ease-in;
	border:none;
	transition: all 0.3s ease;
}
#myBtn i{
	position:relative;
	right:3px;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
  }
}

.site-header.sticky{
	position:fixed;
	top:0;
	width:100%;
	animation: slideDown 0.35s ease-out;
	background:rgba(7, 61, 127, 1);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	animation: slideDown 0.35s ease-out;
}
	.site-header .header-graph,
	.site-header .data-point,
	.site-header .chart-grid{
		display:none;
	}
	.site-header.sticky .header-graph,
	.site-header.sticky .data-point,
	.site-header.sticky .chart-grid{
		display:block;
	}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.site-header{
	position:absolute;
	width:100%;
	z-index:1000;
	padding-bottom:10px;
}
.bottom-nav{
	gap:20px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:20px;
}
.top-nav {
	display:flex;
	align-items:center;
	gap:30px;
	justify-content:right;
}
.socmed{
	display:flex;
	gap:10px;
	align-items:center;
}
.top-nav .socmed a{
	width:30px;
	height:30px;
	border-radius:5px;
	background:rgba(7, 61, 127, 0.8);
	display:flex;
	align-items:center;
	text-align:center;
	justify-content:center;
}
.top-nav a.tel-num{
	color: #003366;
    background: #fff;
    padding: 15px;
    display: inline-block;
    width: 225px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 700;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius:0px;
	text-transform:unset;
}
#menu-main-nav{
	display:flex;
	gap:50px;
	text-align:center;
	align-items:center;
	padding-left:0;
}
#menu-main-nav li{
	list-style:none;
}
#menu-main-nav li a{
	color:#fff;
	transition:all 0.3s ease;
	font-family: "EB Garamond", serif;
	font-weight:700;
	font-size:18px;
}

.headerlinks.active,
#menu-main-nav li a:hover{
	color:#F8F292 !important;
}

.banner{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding-bottom:100px;
	padding-top:300px;
	overflow: hidden;
}

.crypto-chart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    pointer-events: none;
    z-index: 1;
}

.banner .container {
    position: relative;
    z-index: 2;
}

.chart-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 49px, rgba(255,255,255,0.1) 49px, rgba(255,255,255,0.1) 50px),
        repeating-linear-gradient(90deg, transparent, transparent 49px, rgba(255,255,255,0.1) 49px, rgba(255,255,255,0.1) 50px);
    background-size: 50px 50px;
}

.candlesticks {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    gap: 40px;
    padding: 0 20px;
    animation: scrollCandles 15s linear infinite;
}

.candle {
    width: 30px;
    height: var(--height);
    background: var(--color);
    opacity: 0.4;
    position: relative;
    flex-shrink: 0;
    animation: candleGlow 2s ease-in-out infinite;
}

.candle::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 20%;
    background: var(--color);
    left: 50%;
    transform: translateX(-50%);
    top: -20%;
}

.candle::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15%;
    background: var(--color);
    left: 50%;
    transform: translateX(-50%);
    bottom: -15%;
}

.line-graph {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    animation: scrollGraph 20s linear infinite;
}

.chart-line {
    fill: none;
    stroke: url(#lineGradient);
    stroke-width: 3;
    stroke-linecap: round;
    filter: drop-shadow(0 0 8px rgba(0, 242, 254, 0.6));
    animation: linePulse 2s ease-in-out infinite;
}

.data-point {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #00f2fe;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 242, 254, 0.8), 0 0 40px rgba(0, 242, 254, 0.4);
    animation: movePoint 8s linear infinite;
}

.point-1 {
    top: 30%;
    animation-delay: 0s;
}

.point-2 {
    top: 50%;
    animation-delay: 2s;
}

.point-3 {
    top: 40%;
    animation-delay: 4s;
}

@keyframes scrollCandles {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollGraph {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes candleGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes linePulse {
    0%, 100% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
}

@keyframes movePoint {
    0% {
        left: -5%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 105%;
        opacity: 0;
    }
}

.banner::before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(7, 61, 127, 0.9);
}
.banner .container{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.bannertxt{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	width:100%;
	margin-bottom:80px;
}
.bannertxt  h1{
	margin-bottom:0 !important;
}
.bannertxt  h3,
.bannertxt  h1{
	color:#fff;
}
.banner img{
	width:100%;
	max-width:100%;
	height:auto;
}

.sec{
	padding-top:100px;
	padding-bottom:100px;
}
.headingwrp{
	text-align:center;
	margin-bottom:50px;
}
.os-container{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content:space-between;
	flex-wrap:wrap;
	column-gap:50px;
	row-gap:45px;
	margin-bottom:70px;
}

.os-blocks img{
	width:100%;
	height:100%;
	border-radius:5px;
	object-fit:cover;
}

.os-blocks{
	width:100%;
	height:400px;
	border-radius:5px;
	position:relative;
	overflow: hidden;
}

.os-blocks::before {
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity: 1;
	background: linear-gradient(360deg, rgba(7, 61, 127, 0.9) 10%, rgba(7, 61, 127, 0.25) 45%, rgba(7, 61, 127, 0.15) 100%);
	opacity:1;
}

.os-blocks:hover::before{
	opacity:0;
}

.os-blocks::after{
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height:100%; 
    transition:0.2s ease-in-out;
    z-index: 2;
}
.os-container .os-blocks:hover::after{
	background: rgba(7, 61, 127, 0.8);
}

.overlay {
    position: absolute;
	text-align:center;
    bottom: 0;
    padding: 30px;
    color: #fff;
    z-index: 4;
	width:100%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.os-blocks:hover .overlay{
	display:block;
}

.overlay h3 {
    opacity: 1;
	position:absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.os-blocks:hover .overlay h3 {
	position:relative;
}
.overlay p {
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.os-blocks:hover .overlay p {
    opacity: 1;
    transform: translateY(0);
}
.btnwrp{
	margin-top:30px !important;
}
.our-services .btnwrp{
	width:100%;
	text-align:center;
}
.content-with-image .container{
	display:flex;
	justify-content:space-between;
	gap:100px;
	align-items:center;
}
.content-with-image .cwi-blocks img{
	width:100%;
	height:auto;
	object-fit:cover;
	border-radius:5px;
}
.content-with-image .cwi-blocks{
	width:50%;
	text-align:justify;
}
.one-column-right{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	height:750px;
}
.shining-bg {
    position: relative;
    overflow: hidden;
}

.shining-bg::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 70%);
    opacity: 0.5;
    transform: rotate(45deg) translateX(-100%);
    animation: shine 3s infinite;
    pointer-events: none;
}

@keyframes shine {
    0% {
        transform: rotate(45deg) translateX(-100%);
        opacity: 0.3;
    }
    50% {
        transform: rotate(45deg) translateX(100%);
        opacity: 0.6;
    }
    100% {
        transform: rotate(45deg) translateX(300%);
        opacity: 0.3;
    }
}

.sparkles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}


.sparkles span {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #FFD700;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 6px #FFD700, 0 0 10px #FFD700;
    animation: sparkle 3s linear infinite;
}

/* Random positions and delays */
.sparkles span:nth-child(1) { top: 10%; left: 20%; animation-delay: 0s; }
.sparkles span:nth-child(2) { top: 30%; left: 40%; animation-delay: 0.5s; }
.sparkles span:nth-child(3) { top: 50%; left: 60%; animation-delay: 1s; }
.sparkles span:nth-child(4) { top: 70%; left: 30%; animation-delay: 1.5s; }
.sparkles span:nth-child(5) { top: 20%; left: 70%; animation-delay: 2s; }
.sparkles span:nth-child(6) { top: 60%; left: 80%; animation-delay: 2.5s; }
.sparkles span:nth-child(7) { top: 40%; left: 10%; animation-delay: 3s; }
.sparkles span:nth-child(8) { top: 80%; left: 50%; animation-delay: 3.5s; }
.sparkles span:nth-child(9) { top: 25%; left: 90%; animation-delay: 4s; }
.sparkles span:nth-child(10) { top: 5%; left: 60%; animation-delay: 4.5s; }

/* Sparkle animation */
@keyframes sparkle {
    0% {
        transform: translateY(0) scale(0.5);
        opacity: 0;
    }
    50% {
        transform: translateY(10px) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateY(20px) scale(0.5);
        opacity: 0;
    }
}


.one-column-right .ocr-wrp{
	text-align:justify;
	margin-left: auto;
	width:47%;
}
.one-column-right .container{
	height: 100%;
    display: flex;
    align-items: center;
}
.reviews-widget{
	margin-top:50px;
}

.ti-widget.ti-goog .ti-controls .ti-next{
	right:-30px !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev{
	left:-30px !important;
}
.ti-widget.ti-goog .ti-controls .ti-next, .ti-widget.ti-goog .ti-controls .ti-prev{
	background-color:#073D7F !important;
	outline-color: #073D7F !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:before, .ti-widget.ti-goog .ti-controls .ti-prev:before{
	border-color:#fff !important;
}
.footer{
	background-color:#f0f4f8;
	padding-top:100px;
	padding-bottom:50px;
}
.footer .container{
	display:flex;
	justify-content:space-between;
	gap:150px;
}
.footer .cols{
	width:50%;
}
.footer p{
	text-align:justify;
}
.footer h4{
	margin-bottom:20px;
}
.logowrp{
	margin-bottom:20px;
}
.footer a{
	color:#000;
	font-size:16px;
	line-height:180%;
	font-weight:500;
	transition:all 0.3s ease;
	font-family: "Montserrat", sans-serif;
}
.footer a:hover{
	color:#073D7F;
}
.footer ul{
	list-style-type:none;
	padding:0;
}
.footer ul li {
    position: relative;
    padding-left: 20px;
}
.footer ul li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    color: #073D7F;
    font-size: 20px;
    line-height: 1.2;
}

.footer-end p,
.contact-us p{
	margin-bottom:0;
}
.contact-us .map{
	margin-top:15px;
	margin-bottom:15px;
}
.contact-us a{
	display:flex;
	align-items:center;
	gap:10px;
	font-weight:500;
}
.footer-end{
	padding-top:20px;
	padding-bottom:20px;
	background:#073D7F;
}
.footer-end .container{
	display:flex;
	justify-content:space-between;
}
.footer-end a{
	font-size:14px;
	color:#fff;
	transition:all 0.3s ease;
}
.footer-end a:hover{
	color: rgb(248, 242, 146);
}
.footer-end p{
	color:#fff;
}
.footer .headerlinks.active{
	color:#073D7F !important;
}
/* Modal Overlay */
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.modal-box .gform_title{
	margin-bottom:30px !important;
	text-align:center;
}
.modal-box {
	position:relative;
    background: #ffffff;
    width: 100%;
    max-width: 480px;
    padding: 32px;
    border-radius: 10px;
    position: relative;
    animation: fadeUp 0.35s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    font-family: "Inter", sans-serif;
}

.close-modal {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 25px;
    cursor: pointer;
    color: #fff;
    transition: 0.2s;
    background: #073D7F;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.gform_wrapper.gravity-theme form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}
.gform_wrapper.gravity-theme .gfield textarea.medium,
.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    padding: 14px 16px;
    border-radius: 5px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    font-size: 15px;
    transition: 0.25s ease;
    outline: none !important;
}

.gform_wrapper.gravity-theme .gfield input.large:focus,
.gform_wrapper.gravity-theme .gfield textarea.medium:focus,
.gform_wrapper.gravity-theme .gfield select.large:focus {
    background: #fff;
    border-color: #4A90E2;
    box-shadow: 0 0 0 3px rgba(74,144,226,0.18);
}

.gform_wrapper.gravity-theme .gform_button {
    width: 100%;
}
#contactModal {
    display: none; 
}

.modal-btnwrp{
	position: fixed;
    right: -80px;
    z-index: 999;
    top: 50%;
    transform: rotate(-90deg);
}
.modal-btnwrp a.cta-btn.white-bg{
	box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
a.cta-btn.white-bg{
	background:#fff !important;
	color:#073D7F !important;
}

@keyframes fadeUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

	.mobile-menu-toggle {
		display: none;
	}
	
@media (max-width:420px){
	.bannertxt{
		margin-bottom: 30px !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
	}
}

@media (max-width:540px){
	#menu-main-nav li a{
		font-size:16px !important;
	}
	h1{
		font-size:22px !important;
	}
	h3{
		font-size:16px !important;
	}
	h3.banner-subtitle{
		font-size:17px !important;
	}
	h2{
		font-size:20px !important;
	}
	.footer a,	.testi-btnwrp a.cta-btn,
	p{
		font-size:14px !important;
	}
	.bottom-nav img{
		width:150px !important;
	}
	.mobile-menu-toggle{
		width: 25px !important;
        height: 20px !important;
	}
	.banner {
        padding-top: 160px !important;
	} 
	.one-column-right .ocr-wrp,
	.content-with-image .cwi-blocks{
		text-align:center;
	}
	.one-column-right{
		height:auto !important;
	}
	.testi-btnwrp{
		flex-direction:column;
		align-items:center;
	}
	#myBtn{
		bottom: 125px !important;
	}
	.modal-box{
		max-width:90%;
		padding:32px 20px;
	}
	.gform_wrapper.gravity-theme .gfield textarea.medium, .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large{
		padding:6px;
	}
	.footer p{
		text-align:left;
	}
	#menu-main-nav{
		gap:30px;
	}
}

@media (min-width:541px) and (max-width:768px){
	h1{
		font-size:30px !important;
	}
	h3{
		font-size:17px !important;
	}
	h3.banner-subtitle{
		font-size:18px !important;
	}
	h2{
		font-size:22px !important;
	}
	.footer a,
	p{
		font-size:15px !important;
	}
}

@media (max-width:768px){
	.os-container{
		grid-template-columns: repeat(1, 1fr);
	}
	.footer .container{
		flex-direction:column;
		gap:20px !important;
	}

	.logowrp .logo img,
	.bottom-nav img{
		width:200px;
	}
	.top-nav a.tel-num{
		font-size:15px;
		width: 170px;
        padding: 8px;
	}
	
	.gform_button, a.cta-btn{
		    width: 190px;
			padding: 10px;
			font-size: 16px;
	}
	.banner{
		padding-top:220px;
		padding-bottom:50px;
	}
	.bannertxt{
		margin-bottom:50px;
	}
	.os-blocks{
		height:260px;
	}
	.os-container{
		column-gap: 30px;
		row-gap: 30px;
	}
	.content-with-image .container{
		flex-direction:column;
		gap:30px;
	}
	.one-column-right .ocr-wrp,
	.content-with-image .cwi-blocks{
		width:100%;
	}
	.one-column-right{
		height:550px;
	}
	.footer-end .container{
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	.footer .cols{
		width:100%;
	}
}	

@media (min-width:769px) and (max-width:991px){
	.os-container{
		grid-template-columns: repeat(2, 1fr);
	}
	.footer .container{
		flex-direction:column;
		gap:20px !important;
	}
}

@media (min-width:769px) and (max-width:1199px){
	h1{
		font-size:38px !important;
	}
	h3{
		font-size:18px !important;
	}
	h3.banner-subtitle{
		font-size:20px !important;
	}
	h2{
		font-size:30px !important;
	}
	p{
		font-size:15px !important;
	}
	.bottom-nav img{
		width:250px;
	}
	
	.top-nav a.tel-num{
		font-size:15px;
		width:180px;
		padding:12px;
	}
	.gform_button, a.cta-btn{
		    width: 190px;
			padding: 10px;
			font-size: 16px;
	}
	.banner{
		padding-top:220px;
		padding-bottom:50px;
	}
	.bannertxt{
		margin-bottom:50px;
	}
	.os-blocks{
		height:300px;
	}
	.os-container{
		column-gap: 30px;
		row-gap: 30px;
	}
	.footer .container{
		gap:50px;
	}
	.footer a{
		font-size:14px;
	}
	.footer-end p,
	.footer p{
		font-size:14px !important;
	}

	.overlay p{
		font-size:13px !important;
	}
	.overlay{
		padding:15px;
	}
	.content-with-image .container{
		gap:50px;
	}
}
@media (max-width:1199px){
	.sec{
		padding-top:60px;
		padding-bottom:60px;
	}
	.footer {
		padding-top:60px;
	}
	.hamburger-line {
		display: block;
		width: 100%;
		height: 3px;
		background-color: #fff;
		border-radius: 2px;
		transition: all 0.3s ease;
	}

	.mobile-menu-toggle {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	    width:30px;
        height:23px;
		background: transparent;
		border: none;
		cursor: pointer;
		padding: 0;
		z-index: 1001;
	}
	.mobile-menu-toggle.active{
		position:absolute;
		top: 25px;
        right: 20px;
		width: 25px !important;
        height: 17px !important;
	}
	.nav-wrapper {
		position: fixed;
		top: 0;
		right: -100%;
		width: 280px;
		height: 100vh;
		background: rgba(7,61,127, 0.9);
		padding: 80px 20px 30px;
		transition: right 0.3s ease;
		z-index: 1000;
		overflow-y: auto;
	}
	
	.nav-wrapper.active {
		right: 0;
	}
	
	.nav-wrapper ul {
		flex-direction: column;
	}
	
	.nav-wrapper li {
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	
	.nav-wrapper li a {
		padding: 15px 0;
		font-size:15px;
	}

	.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
		transform: rotate(45deg) translate(6px, 6px);
	}
	
	.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
		opacity: 0;
	}
	
	.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
		transform: rotate(-45deg) translate(6px, -6px);
	}
	.menu-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
		z-index: 999;
	}
	
	.menu-overlay.active {
		opacity: 1;
		visibility: visible;
	}
	#myBtn{
		width:35px;
		height:35px;
	}
	
}


@media (min-width:1200px) and (max-width:1650px){
	h1{
		font-size:45px !important;
	}
	h3.banner-subtitle{
		font-size:25px !important;
	}
	.bottom-nav img{
		width:200px;
	}
	#menu-main-nav li a{
		font-size:14px;
	}
	.top-nav a.tel-num{
		font-size:15px;
		width:180px;
		padding:12px;
	}
	.gform_button, a.cta-btn{
		    width: 190px;
			padding: 15px;
			font-size: 16px;
	}
	.banner{
		padding-top:250px;
	}
	.bannertxt{
		margin-bottom:50px;
	}
	.os-blocks{
		height:350px;
	}
	.footer .container{
		gap:70px;
	}
	.footer a{
		font-size:14px;
	}
	.footer p{
		font-size:14px !important;
	}
	#myBtn{
		width:40px;
		height:40px;
	}
	
}

@media (min-width:1651px) and (max-width:1850px){
	h1{
		font-size:55px !important;
	}
	h3.banner-subtitle{
		font-size:30px !important;
	}
	.bottom-nav img{
		width:270px;
	}
	#menu-main-nav li a{
		font-size:16px;
	}
	.top-nav a.tel-num{
		font-size:15px;
		width:180px;
		padding:12px;
	}
	.gform_button, a.cta-btn{
		    width: 190px;
			padding: 15px;
			font-size: 16px;
	}
	.banner{
		padding-top:250px;
	}
	.bannertxt{
		margin-bottom:50px;
	}
	.footer .container{
		gap:100px;
	}
}


