/**
 * Test Page Template Styles
 * Custom styles for the full-width page template
 */

.full-width-content {
    width: 100%;
    max-width: 100%;
   /* padding: 30px 15px;*/
}

.full-width-content .container-fluid {
    width: 100%;
    /*max-width: 1200px;*/
    margin: 0 auto;
    float: unset;
    padding-top: 0;
}
.full-width-content .container-fluid .section {
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
}
.full-width-content .container-fluid .section .wrapper {
    width: 90% !important;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.full-width-content .container-fluid .section .wrapper .colls {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.full-width-content .container-fluid .section .wrapper .colls .coll {
    width: 60%;
}
.full-width-content .container-fluid .section .wrapper .colls .colr {
    width: 37%;
}
.gray-bg {
    background-color: #e8e8e8;
}
.full-width-content .container-fluid .boxcss {
    padding-top: 60px;
}
.full-width-content h1 {
    margin-bottom: 30px;
}

.full-width-content .wrbysec {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.full-width-content .wrbysecimrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.full-width-content .wrbysecim {
    width: 120px;
    margin-right: 30px;
}

.full-width-content .wrbysecim img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.full-width-content .wrbyseccontent {
    flex: 1;
}

.full-width-content .h3_p {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 10px;
}
.schedule-bann img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.gallink{
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .full-width-content .wrbysecimrow {
        flex-direction: column;
        text-align: center;
    }
    
    .full-width-content .wrbysecim {
        width: 100px;
        margin: 0 auto 20px;
    }
} 

/* JUMP TO SECTION */
.sec_jamp {
	padding: 0px 15px !important;
}
.sec_jamp .container {
    width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}
.sec_jamp .row {
	background: #000;
	border-radius: 0 0 30px 0;
	position: relative;
	top: -2px;
	left: 0;
	max-width: 350px;
	padding: 5px 15px;
    box-sizing: border-box;
}
.sec_jamp .row .col-md-12 {
    display: flex;
    flex-direction: wrap;
    align-items: center;
    justify-content: space-between;
}
.sec_jamp .sub_title {
	color: #fff;
	font-family: 'open_sansregular';
	width: 150px;
	padding: 0;
    margin: 0;
}
.jump-to-section .custom-dropdown {
	position: relative;
	width: 100%;
	max-width: 300px;
}

.jump-to-section .dropdown-toggle {
	padding: 10px 15px;
	user-select: none;
	background: none;
	font-size: 14px;
	max-width: 153px;
	width: 100%;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	font-family: 'open_sansregular';
    box-sizing: border-box;
}
.jump-to-section .dropdown-toggle::after {
	display: inline-block;
	content: "";
	border-top: .5em solid;
	border-right: .5em solid transparent;
	border-bottom: 0;
	border-left: .5em solid transparent;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -0.2em;
}
.jump-to-section .dropdown-menu {
	border: none;
	border-radius: 0;
	background: #090909;
	margin: 0;
	position: absolute;
	width: 100%;
	display: none;
	max-height: 400px;
	overflow-y: auto;
	z-index: 1;
	border-top: none;
	padding: 20px !important;
	min-width: 300px;
	list-style: none;
}
.jump-to-section .dropdown-menu li {
		margin: 0 5px 10px;
	padding: 0;
	cursor: pointer;
	color: #fff;
	font-family: 'open_sansregular';
}
.jump-to-section .dropdown-menu li::before {
	content: none;
}
.jump-to-section .dropdown-menu.show {
		display: block;
}
.section.sec_jamp.sticky {
	position: fixed;
	width: 100%;
	z-index: 7;
	padding: 2px;
	margin-top: 71px;
    left: 0;
}
section.sec_jamp.sticky {
	background: none;
}
.section.sec_jamp.sticky .row {
	position: relative;
}
.section.sec_jamp.sticky .jump-to-section .dropdown-toggle {
	font-size: 12px;
}
.jump-to-section {
	width: calc(100% - 150px);
}
@media screen and (max-width: 800px) {
	.section.sec_jamp.sticky {
		margin-top: 76px;
	}
	.jump-to-section .custom-dropdown {
			position: initial;
	}
	.jump-to-section .dropdown-menu {
		left: 0;
		box-sizing: border-box;
	}
    .sec_jamp .sub_title {
        width: 116px;
    }
	.jump-to-section {
		width: calc(100% - 116px);
	}
	.sec_jamp .container {
		width: 100% !important;
	}
	.sec_jamp,
	.section.sec_jamp.sticky {
		padding: 0px !important;
	}
	.sec_jamp .row {
    max-width: 100%;
	}
	.jump-to-section .dropdown-toggle {
		max-width: 100%;
	}
	.jump-to-section .dropdown-menu {
		padding: 20px 10px !important;
	}
    .full-width-content .container-fluid .section .wrapper .colls .coll {
        width: 100%;
    }
    .full-width-content .container-fluid .section .wrapper .colls .colr {
        width: 100%;
    }
}
@media screen and (max-width: 680px) {
    .sec_jamp .sub_title {
        width: 116px;
    }
    .content .right-column div .jump-to-section {
        width: calc(100% - 116px) !important;
    }
}
@media only screen and (max-width: 679px) {
    .newcolor .right-column h1 {
        padding: 30px 10px;
        font-size: 28px;
        margin: 0;
    }
}

/* Custom Contact Form Styles */
.form-blog {
    background-color: #000;
    padding: 30px;
    border-radius: 5px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}

.form-blog .h2 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.form-blog .left-col-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-blog input[type="text"],
.form-blog select,
.form-blog textarea {
    width: 100% !important;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #333;
    background: #222;
    color: #fff;
    border-radius: 4px;
    font-family: 'open_sansregular', Arial, sans-serif;
    box-sizing: border-box;
}

.form-blog input[type="text"]::placeholder,
.form-blog textarea::placeholder {
    color: #aaa;
}

.form-blog textarea.txt-bg {
    min-height: 120px;
    resize: vertical;
}

.form-blog select.inp-bg-change {
    background-color: #222;
    height: 44px;
    color: #aaa;
    padding: 0 15px;
}

.form-blog select.inp-bg-change option {
    background-color: #222;
    color: #fff;
}

.form-blog p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.form-blog input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.form-blog .i-would-like {
    font-size: 14px;
}

.form-blog .submit-button {
    background-color: #0f5274;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px auto 0;
    transition: background-color 0.3s ease;
    width: 100%;
    max-width: 200px;
    align-self: center;
}

.form-blog .submit-button:hover {
    background-color: #f5f5f5;
    color: #0074d7;
}

@media (max-width: 768px) {
    .form-blog {
        padding: 20px 15px;
    }
    
    .form-blog .submit-button {
        max-width: 100%;
        margin-top: 15px 0 0 !important;
    }
}