/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*@font-face{font-family:'brandon_text';src:url(./fonts/brandontext-bold-webfont.ttf) format('truetype');font-weight:bold;font-style:normal}
@font-face{font-family:'brandon_text';src:url(./fonts/brandontext-regular-webfont.ttf) format('truetype');font-weight:normal;font-style:normal;}*/

/*body{font-family:  "Custom Font Name",  sans-serif}
.nav > li > a {font-family:  "Custom Font Name", sans-serif;}
h1,h2,h3,h4,h5,h6, .heading-font{font-family: "Custom Font Name", sans-serif;}
.alt-font{font-family: "Custom font name", sans-serif;}*/
/*
a,p,h1, h2, h3, h4, h5, h6,span.widget-title,li{font-family: "brandon_text" !important;}
.stars a{font-family:'fl-icons'!important}
body {
    overflow: hidden;
}


.header-main .nav > li.menu-item > a {
    font-size: 14px;
    color: #2b2b2b;
    padding: 15px 20px;
}
.header-main .nav > li.menu-item {
    margin: 0;
}
*/


header, 
footer {
	display: none !important;
}

.sec-1 h3 {
	text-transform: uppercase;
	color: var(--primary-color);
	font-weight: bold;
	font-size: 25px;
}
.sec-1 h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 25px;
}
.sec-1 li {
	list-style: none;
	margin-left: 0 !important;
	font-size: 26px;
	margin-bottom: 5px !important;
	font-weight: bold;
	position: relative;
}
.sec-1 li:before {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	background: #fff;
	border-radius: 99%;
	top: 50%;
	transform: translate(50%);
	left: -20px;
}
.sec-1 ul {
	width: 80%;
	margin: auto;
	text-align: left;
	margin-left: 20%;
}
.sec-1 a.button {
	margin-top: 30px;
	margin-right: 0;
}

.sec-2 h2 {
	color: #000;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 0;
}
.sec-2 .icon-box-text p {
	color: #fff;
	font-style: italic;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0;
	padding: 0 5px;
}
.sec-2 .col-inner  {
	border-radius: 6px;
	overflow: hidden;
	padding: 14px;
}
.sec-3 h2 {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 25px;
	padding-bottom: 25px;
	position: relative;
}
.sec-3 h2:after {
	content: "";
	position: absolute;
	width: 10%;
	height: 3px;
	background: var(--fs-color-secondary);
	bottom: 0;
	left: 50%;
	transform: translatex(-50%)
}
.sec-3 h3 {
	font-weight: bold;
	margin-top: 20px;
}
.sec-3 p {
	color: #fff;
	font-style: italic;
	font-weight: 500;
	margin-bottom: 0;
}
.sec-4 h2 {
	color: #000;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 25px;
	position: relative;
}
.sec-4 .c-left p {
	color: #000;
	font-weight: 600;
	font-size: 18px;
}
.sec-4 .c-left .col:nth-child(1),
.sec-4 .c-left .col:nth-child(2) {
	padding-bottom: 24px;
	border-bottom: 1px solid #000
}
.sec-4 .c-left .col:nth-child(1),
.sec-4 .c-left .col:nth-child(3) {
	border-right: 1px solid #000
}
.sec-4 .c-left .col:nth-child(4),
.sec-4 .c-left .col:nth-child(3) {
	padding-top: 24px;
}
.sec-4 .c-right h3 {
	font-weight: bold;
	color: #000;
	font-size: 26px;
}
.sec-4 .c-right p {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	color: #000
}
.sec-5 h2 {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 0;
	position: relative;
}
.sec-5 .col.medium-6 .col-inner {
	padding: 22px 30px;
	border-radius: 4px;
	background: var(--fs-color-secondary);
}
.sec-5  h3 {
	font-size: 18px;
	color: #000;
	margin-bottom: 8px;
}
.sec-5  p {
	font-size: 14px;
	color: #000;
	margin-bottom: 0;
}
.sec-5 .r-2 {
	max-width: 60%;
    margin: auto;
}
.sec-6 h2 {
	color: #000;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 25px;
	padding-bottom: 25px;
	position: relative;
	text-decoration: underline
}
.sec-6 h2:after {
	content: "";
	position: absolute;
	width: 10%;
	height: 3px;
	background: #000;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
}
.sec-6 .r-2 {
	max-width: 60%;
	margin: auto;
}
.sec-6 .r-2 .col-inner {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: rgba(1, 1, 1, 0.7) 0px 0px 5px 0px;
}
.sec-6 .r-2 .col-inner h4 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 20px;
}
.sec-6 .r-2 .col-inner p {
	color: #000;
	text-align: left !important;
	min-height: 115px;
}
.sec-7 h4 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	display: flex;
	gap: 14px;
	align-items: center
}
.sec-7 h4 svg path {
	fill: #fff;
}
.sec-7 p {
	color: #fff;
	padding-left: 40px;
}
.sec-7 p  a {
	color: #fff;
}
.sec-7 p  a:hover {
	text-decoration: underline
}
.sec-7 .social-icons a {
	color: #fff;
}
.sec-7 .social-icons a:hover {
	color: var(--fs-color-secondary);
}
.sec-7  .r-ft p {
	padding-left: 0;
	padding-top: 20px;
	border-top: 1px solid #fff;
}




/* responsive */
/* r1 */
@media screen and (max-width: 1024px) {
	.section.sec-4 .row-2 {
		margin: 0 15px;
	}
	.section.sec-4 .row-2 .col.medium-2 {
		max-width: 10%;
		flex-basis: 10%;
	}
	.sec-5 .r-2 {
		max-width: 85%;
		margin: auto;
	}
	.sec-6 .r-2 {
		max-width: 90%;
		margin: auto;
	}


}



/* r9 */
@media screen and (max-width: 992px) and (min-width: 768px) and (orientation: landscape) {



}



/* r7 */
@media screen and (max-width: 768px) {
	.sec-1 .col.medium-8 {
		max-width: 100%;
		flex-basis: 100%;
	}
	.section.sec-4 .row-2 .col.medium-2 {
        max-width: 0%;
        flex-basis: 0%;
    }
	.sec-6 .r-2 {
        max-width: 100%;
        margin: auto;
    }
	.sec-6 .r-2 .col-inner p {
		min-height: 138px;
	}


}



/* r3 */
@media screen and (max-width: 549px) {
.sec-1 ul {
    width: 100%;
    margin: auto;
    text-align: left;
    margin-left: 15px;
}
	.sec-1 h2 {
		font-size: 22px;
	}
	.sec-1 li {
		font-size: 18px;
	}
	.sec-3 h2,
	.sec-5 h2{
		font-size: 28px;
	}
	.sec-3 h2:after {
		content: none
	}
	.sec-3 p {
		font-size: 13px;
	}
	    .section.sec-4 .row-2 {
        margin: 0;
    }
	.sec-6 .r-2 .col-inner p {
		min-height: initial;
	}



}



