/* Insert your VARTHEME_BS4_SUBTHEME base overrides over Vartheme BS4 and Bootstrap */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); /* font-family: "Poppins", sans-serif; */


@font-face {
    font-family: 'anton';
    src: url('../webfonts/anton.eot');
    src: url('../webfonts/anton.eot') format('embedded-opentype'),
         url('../webfonts/anton.woff2') format('woff2'),
         url('../webfonts/anton.woff') format('woff'),
         url('../webfonts/anton.ttf') format('truetype'),
         url('../webfonts/anton.svg#anton') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ANTICLIMAX';
    src: url('../webfonts/ANTICLIMAX.eot');
    src: url('../webfonts/ANTICLIMAX.eot') format('embedded-opentype'),
         url('../webfonts/ANTICLIMAX.woff2') format('woff2'),
         url('../webfonts/ANTICLIMAX.woff') format('woff'),
         url('../webfonts/ANTICLIMAX.ttf') format('truetype'),
         url('../webfonts/ANTICLIMAX.svg#ANTICLIMAX') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturySchoolbookBold';
    src: url('../webfonts/911Fonts_com_CenturySchoolbookBold_911fonts_com_fonts_8jxL.eot');
    src: url('../webfonts/911Fonts_com_CenturySchoolbookBold_911fonts_com_fonts_8jxL.eot') format('embedded-opentype'),
         url('../webfonts/911Fonts_com_CenturySchoolbookBold_911fonts_com_fonts_8jxL.woff2') format('woff2'),
         url('../webfonts/911Fonts_com_CenturySchoolbookBold_911fonts_com_fonts_8jxL.woff') format('woff'),
         url('../webfonts/911Fonts_com_CenturySchoolbookBold_911fonts_com_fonts_8jxL.ttf') format('truetype'),
         url('../webfonts/911Fonts_com_CenturySchoolbookBold_911fonts_com_fonts_8jxL.svg#CenturySchoolbookBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aver';
    src: url('../webfonts/Aver.eot');
    src: url('../webfonts/Aver.eot') format('embedded-opentype'),
         url('../webfonts/Aver.woff2') format('woff2'),
         url('../webfonts/Aver.woff') format('woff'),
         url('../webfonts/Aver.ttf') format('truetype'),
         url('../webfonts/Aver.svg#Aver') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #1f1f1f;
	line-height: 30px; 
	letter-spacing: 0.025em;
	background: #ffffff;
	margin: 0;
	padding: 0;
}


/*
 2.) Default Styles
----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
	font-weight: inherit;
	padding: 0;
	margin: 0;
}

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #1f1f1f;
	line-height: 30px; 
	letter-spacing: 0.025em;
	background: #ffffff;
	margin: 0;
	padding: 0;
}

sub,
sup{
	font-size: 50%;
}

sup{
	top: -.7em;
}

img { 
	max-width: 100%;
}

@media (max-width: 1199px) {
body {
	font-size: 17px;
	line-height: 27px;
	letter-spacing: 0.02em; 
}
}

@media (max-width: 767px) {
body {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.01em; 
}
}


/*= Links 
=======================================================*/

a {
	color: #f6651b;
	text-decoration: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
	outline: 0;
}

a:hover,
a:focus,
a:active {
	color: #ef5c19;
	text-decoration: underline;
	outline: 0;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #f6651b;
	text-decoration: none;
}

a:hover[href^="tel:"], 
a:focus[href^="tel:"], 
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #ef5c19;
	text-decoration: underline;
}


/*= Headings: P, H1, H2, H3, H4, H5, H6 
=======================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500; 
	letter-spacing: normal;
	padding-bottom: 35px;
}

h1,
h2 { 
	font-size: 50px; 
	color: #f6651b;
	line-height: 60px; 
	letter-spacing: 0.025em;  
	position: relative; 
	padding-bottom: 0; 
	margin-bottom: 38px;
}

h1:before,
h2:before { 
	/*content: ""; 
	width: 100%; 
	height: 1px; 
	float: left; 
	background: #f6651b; 
	position: absolute; 
	top: 50%; 
	left:0; 
	margin-top: 5px; */
}

h1 span,
h2 span { 
	background: #ffffff; 
	position: relative; 
	z-index: 10;
	padding-right: 10px; 
}

h3 { 
	font-weight: 600 !important;
	font-size: 44px;
	line-height: 44px;
}

h4 {
	font-size: 30px;
	line-height: 40px;
}

p {
	padding-bottom: 30px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 700; 
}

.light {
	font-weight: 300; 
}

.regular {
	font-weight: 400; 
}

.medium {
	font-weight: 500; 
}

.semibold {
	font-weight: 600; 
}

.bold {
	font-weight: 700; 
}

.uppercase { 
	text-transform: uppercase;
}

@media (max-width: 1199px) {
h1,
h2,
h3,
h4,
h5,
h6 {
	padding-bottom: 25px;
}

h1,
h2 { 
	font-size: 40px; 
	line-height: 50px; 
	padding-bottom: 0;  
	margin-bottom: 30px;
}

h1:before,
h2:before { 
	margin-top: 4px; 
}

h3 {
	font-size: 36px;
	line-height: 38px;
}

h4 {
	font-size: 24px;
	line-height: 34px;
}

p {
	padding-bottom: 25px;
}
}

@media (max-width: 767px) {
h1,
h2,
h3,
h4,
h5,
h6 {
	padding-bottom: 10px;
}

h1,
h2 {
	font-size: 21px;
	line-height: 29px; 
	text-align: center; 
	padding-top: 7px; 
	padding-bottom: 0; 
	margin-bottom: 17px;
}

h1:before,
h2:before { 
	width: 112px; 
	top: 0; 
	left: 50%; 
	margin: 0 0 0 -56px; 
}
 
h1 span,
h2 span { 
	background: none; 
	padding-right: 0; 
}

h3 {
	font-size: 26px;
	line-height: 30px;
}

h4 {
	font-size: 18px;
	line-height: 28px;
}

p {
	padding-bottom: 17px;
}
}


/*= Unorder List 
=======================================================*/




/*= Order List 
=======================================================*/




/* #Input Styles
================================================= */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

select,
textarea,
input {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-weight: 400; 
	font-size: 15px;
	color: #000000;
	line-height: 19px;
	padding: 0 0 10px 0;
	margin: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 37px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	line-height: 19px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #f8f8f8;
	border: none;
	border-radius: 4px;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 8px 15px;
	margin: 0;
}

textarea {
	height: 200px;
	white-space: normal;
	outline: none;
	resize: none;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #4e4e4e;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #4e4e4e;
}

::-moz-placeholder {
	color: #4e4e4e;
}

::-ms-input-placeholder {
	color: #4e4e4e;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	box-shadow: rgba(0, 0, 0, .20) 0 0 10px;
}


/* #Buttons
================================================== */

.btn,
.button,
input[type=".button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	letter-spacing: 0.01em;
	text-shadow: none;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	white-space: normal;
	background: transparent linear-gradient(180deg, #df4a14 0%, #fd6c1d 100%) 0% 0% no-repeat;	
	border: none;
	border-radius: 10px;
	box-shadow: none;
	position: relative;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 20px 40px;
	margin: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
.button:hover,
.button:focus,
.button:active,
.button:active:focus,
.button.active,
.button.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active, 
.btn:not(:disabled):not(.disabled):active  {
	color: #ffffff;
	text-decoration: none; 
	background: transparent linear-gradient(180deg, #fd6c1d 0%, #df4a14 100%) 0% 0% no-repeat;	
	box-shadow: none;
	outline: 0;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1199px) {
.btn,
.button,
input[type=".button"],
input[type="submit"] {
	font-size: 16px;
	line-height: 22px;
	padding: 16px 40px;
}
}

@media (max-width: 767px) {

.btn,
.button,
input[type=".button"],
input[type="submit"] {
	font-size: 11px;
	line-height: 16px;
	border-radius: 7px;
	padding: 11px 17px;
}
}

figure { 
	padding: 0;
	margin: 0;
}







#navbar-main
{
	background: none !important;
	display: block;
	box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.075) !important;
	border-bottom: 0px !important;
}
#navbar-main .navbar-brand
{
	width: 100%;
	text-align: center;
}
#navbar-main .region-navigation
{
	display: block;
}
#navbar-main .region-navigation-collapsible
{
	margin-left: 0px !important;
	margin-right: 0px !important;
}
#navbar-main .navbar-nav
{
/*	display: block !important;*/
	margin: auto !important;
	width: auto !important;
}
#navbar-collapse 
{
	border-top: 1px solid rgb(246, 101, 27);
    border-bottom: 1px solid rgb(246, 101, 27);
}
.navbar-light .navbar-nav .nav-link.active 
{
	color: rgb(246, 101, 27);
}
.navbar-light .navbar-nav .nav-link:hover
{
	color: rgb(246, 101, 27);
}


@media (max-width: 1199px) {
.container-fluid {
	padding: 0 40px !important;
}
}

@media (max-width: 767px) {
	.container-fluid {
		padding: 0 20px !important;
	}
	#navbar-main
	{

	}
	#navbar-main .navbar-brand
	{
		width: 100%;
		overflow: hidden;
	}
	#navbar-main .region-navigation
	{
		margin-left: 0px;
	}
	.navbar-light .navbar-toggler
	{
		position: absolute;
		top: 23px;
		right: 15px;
		padding: 0px;
    	border: none;
	}
	.views-field-field-simple-content p {
		font-size: 14px;
	    line-height: 24px;
	    font-weight: 500;
	}
	.navbar-light .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
		background: url("/themes/ods_theme/images/menu.svg") no-repeat;
		  width: 45px;
		  height: 41px;
	}
	.navbar-light .navbar-toggler-icon {
		background: url("/themes/ods_theme/images/cross.svg") no-repeat;
		  width: 45px;
		  height: 47px;
	}
}




/* Colors */
.white {
	color: #ffffff!important;
}

.black {
	color: #000000!important;
}

.orange {
	color: #f6651b!important;
}

.yellow {
	color: #fef509!important;
}



.main-container
{
	padding-bottom: 70px !important;
}
.container-fluid
{
	padding:0 50px;
	max-width: 100%;
}
.container-fluid .row
{
	margin-left: 0px;
	margin-right: 0px;
}




/*= Banner - Main */
.page-node-type-article #block-ods-theme-page-title
{
	display: none;
}
.hero_slider.mt-n4
{
	overflow: hidden;
}
.banner-main { 
	width: 100%; 
	float: left; 
	text-align: center; 
	margin: 0 0 50px 0;
}

.banner-main h1 {
	font-size: 36px; 
	color: #0e0e0e;
	line-height: 46px; 
	letter-spacing: normal; 
	margin-bottom: 8px;
	margin-top: 30px;
}

.banner-main h1 br { 
	display: none;
}

.banner-main h1:before { 
	display: none;
}

.banner-main p { 
	font-weight: 500; 
	line-height: 32px;
}

.banner-main p:last-child {
	padding-bottom: 0;
}

.banner-main aside { 
	width: 100%; 
	max-width: 1020px; 
	float: none; 
	display: inline-block; 
	vertical-align: top; 
	padding: 0 0 13px 0;
}

.banner-main figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.banner-main figure img {
	width: 100%;
}

@media (max-width: 1199px) {
.banner-main { 
	margin: 0 0 40px 0;
}

.banner-main h1 {
	font-size: 28px; 
	line-height: 38px; 
}
.bottom-sec h1 {
	font-size: 21px !important 
	line-height: 38px; 
}
.banner-main p { 
	line-height: 30px;
}
}

@media (max-width: 767px) {
.banner-main { 
	margin: 0 0 20px 0;
}

.banner-main h1 {
	font-size: 21px; 
	line-height: 23px; 
	padding-bottom: 0; 
	margin-bottom: 13px;
}
.bottom-sec h1 {
	font-size: 21px !important; 
	line-height: 23px; 
	padding-bottom: 0; 
	margin-bottom: 13px;
}
.banner-main h1 br { 
	display: inline-block;
}

.banner-main p { 
	font-size: 12px; 
	line-height: 19px;
}

.banner-main aside { 
	padding: 0 0 10px 0;
}

.banner-main figure { 
	border-radius: 3px;
}

.banner-main figure img { 
	min-width: 720px; 
	border-radius: 3px; 
	margin: 0 -360px;
}
}




/*= Section Orange */
.row-cont-orange {
	width: 100%;
	text-align: center;
	background: #f4621a;
	padding: 40px 0 30px 0;
}

.row-cont-orange h3 {
	color: #ffffff;
}

.row-cont-orange p {
	color: #ffffff;
}

.row-cont-orange p:last-child {
	padding-bottom: 0;
}

.row-cont-orange .number {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 13px 0;
}

.row-cont-orange .number img {
	max-width: 100%;
}

.row-cont-orange .one-data-txt {
	width: 100%;
	float: left;
	font-family: "ANTICLIMAX", sans-serif;
	font-size: 60px;
	color: #ffffff;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0;
}

.row-cont-orange .one-data-txt img {
	max-width: 100%;
}

.row-cont-orange .article-cont {
	width: 100%;
	max-width: 1000px;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 45px 0;
}

.row-cont-orange .article-cont .icon-heart {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 3px 0;
}

.row-cont-orange .article-cont .article {
	width: 22.33%;
	float: left;
	position: relative;
	z-index: 5;
	margin: 0 5.5%;
}

.row-cont-orange .article-cont .article h3 {
	width: 100%;
	float: left;
	font-family: "anton", sans-serif;
	font-size: 45px;
	color: #1c1c1c;
	line-height: 50px;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	background: #fce204;
	padding: 7px 10px 11px 10px;
	margin: 0;
}

.row-cont-orange .article-cont .article-out {
	width: 111%;
	float: left;
	position: relative;
	padding: 65px 0 0 0;
	margin: 0 -5.5%;
}

.row-cont-orange .article-cont .article-out:before {
	content: "";
	width: 72%;
	height: 36px;
	float: left;
	border: 1px solid #ffffff;
	border-bottom: none;
	position: absolute;
	top: 30px;
	left: 14%;
}

.row-cont-orange .article-cont .article-out:after {
	content: "";
	width: 1px;
	height: 100%;
	float: left;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: 50%;
}

.row-cont-orange .middle-txt {
	width: 100%;
	float: left;
	padding: 0 0 45px 0;
}

.row-cont-orange .middle-txt h3 {
	padding: 0 0 15px 0;
}

@media (max-width: 1199px) {
.row-cont-orange .number img {
	max-width: 90px;
}

.row-cont-orange .one-data-txt {
	font-size: 44px;
}

.row-cont-orange .article-cont {
	padding: 0 0 40px 0;
}

.row-cont-orange .article-cont .icon-heart img {
	max-width: 160px;
}

.row-cont-orange .article-cont .article {
	width: 27.53%;
	margin: 0 2.90%;
}

.row-cont-orange .article-cont .article h3 {
	font-size: 36px;
	line-height: 42px;
	padding: 7px 10px 9px 10px;
}

.row-cont-orange .article-cont .article-out {
	width: 105.80%;
	padding: 60px 0 0 0;
	margin: 0 -2.90%;
}

.row-cont-orange .middle-txt {
	padding: 0 0 40px 0;
}
}

@media (max-width: 767px) {
.row-cont-orange {
	padding: 20px 0 30px 0;
}

.row-cont-orange .number {
	margin: 0 0 13px 0;
}

.row-cont-orange .number img {
	max-width: 76px;
}

.row-cont-orange .one-data-txt {
	font-size: 27px;
}

.row-cont-orange .article-cont {
	max-width: 100%;
	padding: 0 0 25px 0;
}

.row-cont-orange .article-cont .icon-heart {
	margin: 0;
	padding-left: 10px;
}

.row-cont-orange .article-cont .icon-heart img {
	max-width: 120px;
}

.row-cont-orange .article-cont .article {
	width: 44.10%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 1.2% 18px 1.2%;
}

.row-cont-orange .article-cont .article h3 {
	font-size: 26px;
	line-height: 30px;
	padding: 3px 10px 5px 10px;
}

.row-cont-orange .article-cont .article-out {
	width: 105.90%;
	overflow: hidden;
	padding: 28px 0 0 0;
	margin: 0 -1.45% -18px -1.45%;
}

.row-cont-orange .article-cont .article-out:before {
	content: "";
	width: 50%;
	height: 15px;
	top: 13px;
	left: 25%;
}

.row-cont-orange .article-cont .article-out:after {
	top: -18px;
}

.row-cont-orange .middle-txt {
	padding: 0 0 25px 0;
}

.row-cont-orange .middle-txt h3 {
	font-size: 23px;
	line-height: 26px;
	padding: 0 0 10px 0;
}

.row-cont-orange .middle-txt h3 br {
	display: none;
}
}




/*= Heading - Txt */
.heading-txt {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 60px 0;
}

.heading-txt:last-child {
	padding-bottom: 0;
}

.heading-txt p {
	line-height: 27px;
	padding: 0 0 17px 0;
}

.heading-txt p:last-child {
	padding-bottom: 0;
}

.heading-txt aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1199px) {
.heading-txt {
	padding: 0 0 40px 0;
}

.heading-txt p {
	line-height: 25px;
	padding: 0 0 15px 0;
}
}

@media (max-width: 767px) {
.heading-txt {
	padding: 0 0 20px 0;
}

.heading-txt p {
	line-height: 16px;
	padding: 0 0 10px 0;
}

.heading-txt aside {
	padding: 0 10px;
}
}



/*= Work - Details */
.work-details {
	width: 100%;
	float: left;
	text-align: center;
	padding: 60px 0 40px 0;
}

.work-details .txt p {
	line-height: 27px;
	padding-bottom: 17px;
}

.work-details .txt p:last-child {
	padding-bottom: 0;
}

.work-details .txt {
	width: 100%;
	float: left;
	padding: 0 3% 0 3%;
}

.work-details .btn-list {
	width: 100%;
	float: left;
	padding: 0 0 50px 0;
}

.work-details .btn-list:last-child {
	padding-bottom: 0;
}

.work-details .btn-list ul {
	width: 106.40%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 -3.20% -6.40% -3.20%;
}

.work-details .btn-list ul li {
	width: 26.93%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 3% 6.40% 3%;
}

.work-details .btn-list ul li:before {
	display: none;
}

.work-details .btn-list ul li a {
	width: 100%;
	float: left;
	color: #f4621a;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #f4621a;
	border-radius: 6px;
	padding: 12px 20px;
}

.work-details .btn-list ul li a:hover {
	color: #ffffff;
	background: #f4621a;
}

@media (max-width: 1199px) {
.work-details {
	padding: 50px 0 40px 0;
}

.work-details .txt p {
	line-height: 25px;
	padding-bottom: 15px;
}

.work-details .btn-list {
	padding: 0 0 40px 0;
}

.work-details .btn-list:last-child {
	padding-bottom: 0;
}

.work-details .btn-list ul {
	width: 105.80%;
	margin: 0 -2.90% -5.80% -2.90%;
}

.work-details .btn-list ul li {
	width: 27.50%;
	margin: 0 2.70% 5.80% 2.70%;
}

.work-details .btn-list ul li a {
	padding: 12px 10px;
}
}

@media (max-width: 767px) {
.work-details {
	padding: 25px 0 15px 0;
}

.work-details .txt p {
	line-height: 16px;
	padding-bottom: 10px;
}

.work-details .btn-list {
	padding: 0 0 20px 0;
}

.work-details .btn-list ul {
	width: 100%;
	max-width: 209px;
	margin: 0 0 -12px 0;
}

.work-details .btn-list ul li {
	width: 100%;
	margin: 0 0 12px 0;
}

.work-details .btn-list ul li a {
	line-height: 12px;
	line-height: 13px;
	border-radius: 5px;
	padding: 7px 10px 8px 10px;
}
}


/*= Video - Block */
.video-block {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 0 100px 0;
}

.video-block p {
	padding-bottom: 12px;
}

.video-block .arrow {
	width: 100%;
	float: left;
	position: relative;
	z-index: 5;
	margin: 0 0 -22px 0;
}

.video-block .arrow img {
	max-width: 100%;
}

.video-block .video {
	width: 100%;
	max-width: 780px;
	float: none;
	display: inline-block;
	vertical-align: top;
	border: 15px solid #ffffff;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px;
	overflow: hidden;
}
.video-block .region-video-section
{
	display: block;
}
@media (max-width: 1199px) {
.video-block {
	padding: 0 0 70px 0;
}

.video-block p {
	padding-bottom: 10px;
}

.video-block .arrow {
	margin: 0 0 -15px 0;
}

.video-block .arrow img {
	max-width: 45px;
}

.video-block .video {
	max-width: 640px;
	border-width: 10px;
}
}

@media (max-width: 767px) {
.video-block {
	padding: 0 0 30px 0;
}

.video-block p {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.025em;
/*	padding: 0 10% 10px 10%;*/
}

.video-block .arrow {
	margin: 0 0 -28px 0;
}

.video-block .arrow img {
	max-width: 35px;
}

.video-block .video {
	max-width: 100%;
	border: 6px solid #ffffff;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 30px;
}
}



/*= second sidebar
=======================================================*/
#block-ods-theme-presellsidebarfacebook .partners-logos h4 {
    padding: 0 0 10px 0;
}
#block-ods-theme-presellsidebarfacebook h4 {
    font-weight: 600;
    font-size: 24px;
    color: #1a1a1a;
    line-height: 34px;
    padding: 0 0 23px 0;
}
.partners-logos ul li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 11px 15px 11px;
}
.partners-logos ul {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 -11px -15px -11px;
}
.partners-logos ul li img {
    max-width: 100%;
}
#block-seehowtogetherinjustonedate .btn-out,#block-sidebarimpulsetextingfacebook .btn-out {
	margin: 0 0 30px 0;
}
#block-seehowtogetherinjustonedate .btn-out .btn,#block-sidebarimpulsetextingfacebook .btn-out .btn
{
	padding: 20px 16px;
	width: 100%;
}
.add-img {
	margin: 0 0 30px 0;
}
.about-girls-chase .col-box1 {
	width: 100%;
	float: left;
	background: #ef5c19;
	border-radius: 5px;
	position: relative;
	padding: 20px 35px 20px 23px;
	margin: 0 0 40px 0;
}

.about-girls-chase .col-box1:before {
	content: "";
	width: 160px;
	height: 142px;
	float: right;
	background: url(../../images/icon-1.png) no-repeat center center;
	background-size: 160px auto;
	position: absolute;
	bottom: 0;
	right: 0;
}
.about-girls-chase .col-box1 h3 {
	font-weight: 500;
	font-size: 26px;
	color: #ffffff;
	line-height: 36px;
	padding: 0 0 6px 0;
}
.about-girls-chase .col-box1 p {
	font-size: 15px;
	color: #ffffff;
	line-height: 23px;
	padding: 0 0 25px 0;
}
.about-girls-chase .col-box1 .lrg-txt {
	width: 100%;
	float: left;
	font-family: "Aver", sans-serif;
	font-size: 29px;
	color: #fef509;
	line-height: 34px;
}

#block-moregetgirlsguides .col-box2 {
	width: 100%;
	float: left;
	background: #f2f2f2;
	padding: 30px;
	margin: 0 0 40px 0;
}

#block-moregetgirlsguides .col-box2:last-child {
	margin-bottom: 0;
}

#block-moregetgirlsguides .col-box2 h4 {
	padding: 0 0 23px 0;
}

#block-moregetgirlsguides .col-box2 ul li {
	font-weight: 600;
	font-size: 18px;
	color: #ef5c19;
	line-height: 28px;
	padding: 0 0 11px 30px;
	list-style: none;
	position: relative;
}
#block-moregetgirlsguides .col-box2 ul li:last-child {
	padding-bottom: 0;
}
#block-moregetgirlsguides ul li::before {
    content: "";
    width: 11px;
    height: 11px;
    float: left;
    background: #ef5c19;
    border-radius: 360px;
    position: absolute;
    top: 8px;
    left: 0;
}
@media (min-width: 575px) {
	.in-mobile-sidebar 
	{
		display: none;
	}
}
@media (max-width: 575px) {
	.desktop-sidebar 
	{
		display: none;
	}
	.in-mobile-sidebar 
	{
		display: block;
		float: left;
		width: 100%;
		padding: 30px 0 20px 0;
		border-top: 1px solid #bebebe;
		text-align: left;
	}
	.add-img img
	{
		width: 100%;
	}
	.col-box1 
	{
	    text-align: left;
	    overflow: hidden;
	    border-radius: 4px;
	    padding: 20px 15px 30px 15px;
	    margin: 0 0 20px 0;
	}

}


/* Two - Col - Articles */

.two-col-articles {
	margin: 0 0 75px 0;
	width: 100%;
	overflow: hidden;
}

.two-col-articles .article {
	margin: 0 0 50px 0;
	overflow: hidden;
}

.two-col-articles .article h2 {
	padding-right: 100px;
}
.two-col-articles .article h2::before {
    content: "";
    width: 100%;
    height: 1px;
    float: left;
    background: #f6651b;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 5px;
}
.two-col-articles .article:last-child {
	margin-bottom: 0;
}

.two-col-articles .article figure {
	width: 36.80%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.two-col-articles .article figure img {
	width: 100%;
	border-radius: 6px;
}

.two-col-articles .article aside {
	width: 63.20%;
	float: right;
	padding: 0 3% 0 5%;
	margin-top: -8px;
}

.two-col-articles .article aside p:last-child {
	padding-bottom: 0;
}

.two-col-articles .article:nth-child(even) h2 {
	text-align: right;
	padding-right: 0;
	padding-left: 100px;
}

.two-col-articles .article:nth-child(even) h2 span {
	padding-right: 0;
	padding-left: 10px;
}

.two-col-articles .article:nth-child(even) figure {
	float: right;
}

.two-col-articles .article:nth-child(even) aside {
	float: left;
	padding-right: 8.5%;
	padding-left: 0;
}
.two-col-articles .article-out {
	width: 100%;
	float: left;
}
.page-node-30 .banner-main h1
{
	font-size: 34px;
}
@media (max-width: 1199px) {
.two-col-articles {
	margin: 0 0 60px 0;
}

.two-col-articles .article {
	margin: 0 0 40px 0;
}

.two-col-articles .article figure {
	width: 40%;
}

.two-col-articles .article aside {
	width: 60%;
	padding: 0 0 0 40px;
	margin-top: -7px;
}

.two-col-articles .article:nth-child(even) aside {
	padding-right: 40px;
}
}

@media (max-width: 767px) {
.navbar-brand .d-inline-block
{
	max-height: 50px;
}
.two-col-articles .article aside
{
	font-size: 14px;
}
.partners-logos 
{
    text-align: center;
}
#block-moregetgirlsguides .col-box2 ul li
{
    width: 45%;
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 18px;
    padding: 0 0 0 16px;
    margin: 0 2.2% 8px 2.2%;
}
#block-seehowtogetherinjustonedate .btn-out 
{
    text-align: center;
    margin: 0 0 20px 0;
}
.col-box1 
{
	    text-align: left;
	    overflow: hidden;
	    border-radius: 4px;
	    padding: 20px 15px 30px 15px;
	    margin: 0 0 20px 0;
}
.col-box1 h3 
{
    font-size: 15px;
    line-height: 19px;
    padding: 0 0 6px 0;
}
.col-box1 p 
{
    font-size: 10px;
    line-height: 16px;
    padding: 0 0 10px 0;
}
.col-box1 .lrg-txt 
{
    font-size: 17px;
    line-height: 23px;
}
.two-col-articles {
	text-align: center;
	margin: 0 0 25px 0;
}
.two-col-articles .article h2::before
{ 
	width: 112px; 
	top: 0; 
	left: 50%; 
	margin: 0 0 0 -56px; 
}
.two-col-articles .article {
	margin: 0 0 26px 0;
}

.two-col-articles .article h2 {
	padding-right: 0;
}

.two-col-articles .article figure {
	width: 100%;
	margin: 0 0 12px 0;
}

.two-col-articles .article aside {
	width: 100%;
	padding: 0;
	margin-top: 0;
}

.two-col-articles .article:nth-child(even) h2 {
	text-align: center;
	padding-left: 0;
}

.two-col-articles .article:nth-child(even) h2 span {
	padding-left: 0;
}

.two-col-articles .article:nth-child(even) aside {
	padding-right: 0;
}
}





/*= Team - List */
.team-list {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.team-list .inner-cont {
	width: 100%;
	border-top: 1px solid #bebebe;
	padding: 40px 0 80px 0;
}

.team-list h4 {
	text-transform: uppercase;
	padding: 0 0 40px 0;
}
#block-views-block-team-block-1 h2
{
	text-transform: uppercase;
	padding: 0 0 40px 0;
	font-size: 30px;
	line-height: 40px;
	color: #1f1f1f;
	font-weight: 500;
	letter-spacing: normal;
}
.team-list .article {
	width: 17.60%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 50px 1%;
}

.team-list .article a { 
	text-decoration: none;
}

.team-list .article figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 16px 0;
}

.team-list .article figure img {
	max-width: 100%;
	border-radius: 360px;
}

.team-list .article .name {
	width: 100%;
	float: left;
	font-weight: 500;
	font-size: 22px;
	color: #2b2b2b;
	line-height: 32px;
	letter-spacing: normal;
	text-transform: uppercase;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.team-list .article .name a {
	color: #2b2b2b;
}

.team-list .article .name a:hover,
.team-list .article .name a:focus,
.team-list .article .name a:active {
	color: #f6651b;
}

.team-list .article .name a[href^="tel:"], 
.team-list .article .name a[href^="fax:"] {
	color: #2b2b2b;
}

.team-list .article .name a:hover[href^="tel:"], 
.team-list .article .name a:focus[href^="tel:"], 
.team-list .article .name a:hover[href^="fax:"],
.team-list .article .name a:focus[href^="fax:"] {
	color: #f6651b;
}

.team-list .article:hover .name { 
	color: #f6651b;
}

.team-list .article-out {
	width: 102.40%;
	float: left;
	margin: 0 -1.20% -50px -1.20%;
}

@media (max-width: 1199px) {
.team-list .inner-cont {
	padding: 40px 0 60px 0;
}

.team-list .article {
	width: 30.90%;
	margin: 0 1% 40px 1%;
}

.team-list .article figure img {
	max-width: 130px;
}

.team-list .article .name {
	font-size: 18px;
	line-height: 22px;
}

.team-list .article-out {
	margin: 0 -1.20% -40px -1.20%;
}
}

@media (max-width: 767px) {
.team-list .inner-cont {
	padding: 22px 0 35px 0;
}

.team-list h4 {
	padding: 0 0 15px 0;
}

.team-list .article {
	width: 42.30%;
	margin: 0 3.50% 15px 3.50%;
}

.team-list .article figure {
	margin: 0 0 8px 0;
}

.team-list .article figure img {
	max-width: 92px;
}

.team-list .article .name {
	font-size: 13px;
	line-height: 19px;
}

.team-list .article-out {
	width: 107.70%;
	float: left;
	margin: 0 -3.85% -15px -3.85%;
}
}




/*= Footer
=======================================================*/
.footer-main {
	width: 100%;
	float: left;
	text-align: center;
}

.footer-main .inner-cont { 
	width: 100%; 
	float: left; 
	border-top: 1px solid #bebebe; 
	padding: 30px 0 70px 0;
}

.footer-main .footer-logo {
	width: 100%;
	float: left; 
	margin: 0 0 35px 0;
}

.footer-main .footer-logo:last-child { 
	margin-bottom: 0;
}

.footer-main .footer-logo img {
	max-height: 73px;
}

.footer-main .copyrights {
	width: 100%;
	float: left;
}

.footer-main .copyrights p {
	font-weight: 500;
	font-size: 18px;
	color: #8d8d8d;
	line-height: 28px; 
	letter-spacing: normal;
}

.footer-main .copyrights p a {
	color: #8d8d8d;
}

.footer-main .copyrights p a:hover,
.footer-main .copyrights p a.active {
	color: #f6651b;
}

@media (max-width: 1199px) {
.footer-main .inner-cont { 
	padding: 30px 0 50px 0;
}

.footer-main .footer-logo img {
	max-height: 65px;
}

.footer-main .copyrights p {
	font-size: 16px;
	line-height: 26px;
}
}

@media (max-width: 767px) {
.footer-main .inner-cont { 
	border-top: none; 
	padding: 30px 0;
}

.footer-main .footer-logo {
	margin: 0 0 17px 0;
}

.footer-main .footer-logo img {
	max-height: 42px;
}

.footer-main .copyrights p {
	font-size: 9px;
	line-height: 15px; 
	margin: 0 -5%;
}
}



/* Row - Content */


.node--type-article .node__content p {
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	padding: 0 0 30px 0;
}

.node--type-article .node__content p:last-child {
	padding-bottom: 0;
}

.node--type-article .node__content .testi-cont {
	width: 100%;
	float: left;
	border-bottom: 1px solid #bebebe;
	padding-bottom: 40px;
	margin-bottom: 35px;
}

.node--type-article .node__content .testi-cont p {
	font-family: "CenturySchoolbookBold", sans-serif;
	font-style: italic;
	font-size: 30px;
	color: #444444;
	line-height: 42px;
	letter-spacing: normal;
	padding: 0 0 15px 0;
}

.node--type-article .node__content .testi-cont .name {
	width: 100%;
	float: left;
	font-family: "CenturySchoolbookBold", sans-serif;
	font-size: 28px;
	color: #2010101;
	line-height: 38px;
	padding: 0;
}

.node--type-article .node__content .quote-txt {
	width: 100%;
	min-height: 58px;
	float: left;
	font-family: "CenturySchoolbookBold", sans-serif;
	font-size: 28px;
	color: #ef5c19;
	line-height: 38px;
	position: relative;
	padding: 28px 0 23px 90px;
}
.node--type-article .node__content .quote-txt:before {
	content: "";
	width: 66px;
	height: 58px;
	float: left;
	background: url(../../images/quote-left.png) no-repeat center center;
	background-size: 66px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.popup-model .modal-header {
    background: #ee5b19 !important;
    color: #fff;
}
.popup-model .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    flex-direction: row-reverse;
}
.popup-model .modal-content
{
	border: 4px solid #ee5b19;
	text-align: left;
}
.popup-model .modal-dialog
{
	max-width: 600px;
}


.footer-main p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #8d8d8d;
    line-height: 20px;
}


@media (max-width: 1199px) {
}

.node--type-article .node__content p {
	font-size: 20px;
	line-height: 32px;
	padding: 0 0 25px 0;
}

.node--type-article .node__content .testi-cont {
	padding-bottom: 35px;
	margin-bottom: 30px;
}
.node--type-article .node__content .testi-cont p {

}
.node--type-article .node__content .testi-cont .name {
	font-size: 22px;
	line-height: 34px;
}
.node--type-article .node__content .testi-cont .quote-txt {
	min-height: 45px;
	font-size: 22px;
	line-height: 34px;
	padding: 18px 0 20px 75px;
}
.node--type-article .node__content .testi-cont .quote-txt:before {
	width: 51px;
	height: 45px;
	background-size: 51px auto;
}
.askt-one-date-list
{
	color: #fff;
	text-align: left;
	padding: 20px 50px;
	border: 1px solid #fff;
	border-radius: 5px;
	margin: 0px 0px 30px 0px;
}
#block-views-block-connection-block-2 .row-cont-orange
{
	margin-top: 50px;
}
.see-how-to-get .btn-out .btn
{
	padding: 20px 16px;
}
.see-how-to-get .btn-out 
{
    margin: 0 0 30px 0;
}
.body-section-area
{
	overflow: hidden;
	clear: both;
}
.body-section-area h2
{
	font-size: 36px;
	font-family: "CenturySchoolbookBold", sans-serif;
	margin-bottom: 0px;
}
.body-section-area h3
{
    font-size: 36px;
    color: #030303;
    margin-bottom: 30px;
}
.page-node-6 .banner-main h1 br
{
	display: block;
}
.info-abv-img
{
    background: #ef5c19;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    top: -50px;
}
.simple-content-with-img p
{
	padding-bottom: 10px;
}
.simple-content-with-img .left-img
{
	width: 100%;
	max-width: 460px;
	margin-right: 50px;
}
.simple-content-with-img .right-img
{
	width: 100%;
	max-width: 460px;
	margin-left: 50px;	
}
.simple-content-with-img .info-abv-img 
{
    background: #ef5c19;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    top: -80px;
    display: inline-block;
    margin: 0px 20px;
}
.simple-content-with-img h3
{
    clear: both;
    font-size: 34px;
    font-family: "CenturySchoolbookBold", sans-serif;
    padding-bottom: 20px;
}
.click-just-one-date li
{
	width: auto !important;
}
.page-node-6 .work-details .heading-txt aside h3
{
	font-family: "CenturySchoolbookBold", sans-serif;
}

@media (max-width: 767px) {

.main-container {
	text-align: center;
	padding: 0 0 25px 0 !important;
}
.node--type-article .node__content p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.025em;
	padding: 0 0 11px 0;
}
.node--type-article .node__content .testi-cont {
	padding: 0 20px 24px 20px;
	margin-bottom: 20px;
}
.node--type-article .node__content .testi-cont p {
	font-size: 18px;
	line-height: 25px;
	padding: 0 0 7px 0;
}
.node--type-article .node__content .testi-cont .name {
	font-size: 16px;
	line-height: 20px;
	padding: 0;
}
.node--type-article .node__content .testi-cont .quote-txt {
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	min-height: 34px;
	font-size: 16px;
	line-height: 20px;
	padding: 18px 0 16px 52px;
}
.node--type-article .node__content .testi-cont .quote-txt:before {
	width: 40px;
	height: 34px;
	background-size: 40px auto;
}
#navbar-collapse {
	border-radius: 10px;
	text-align: center;
	padding: 20px 0px;
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-top: 0px;
   border-bottom: 0px;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 0px;
}
#block-ods-theme-main-menu {
	width: 100%;
}

}
