/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select{
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* #Basic Styles
================================================== */
body {
	background: #212121;
	font-family: 'Open Sans';
	font-weight:300;
	font-size: 15px;
	line-height:22px;
	color:#f9f9f9;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-text-size-adjust: 100%;
 }
 html {
		overflow-x:hidden; 
	height:100%;
}
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	text-align:center;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 40px; line-height:48px;}
h2 { font-size: 34px; line-height:42px;}
h3 { font-size: 30px; line-height: 38px;}
h4 { font-size: 24px; line-height: 32px;}
h5 { font-size: 16px; line-height: 24px; font-weight:500;}
h6 { font-size: 14px; line-height: 20px; font-weight:500;}


	p {  }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: 600;}
	small { font-size: 80%; }
	


/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #323a3d; border-width: 1px 0 0; clear: both; margin:0 10px 0 10px; height: 0; position:relative;}


/* #Links
================================================== */
	a, a:visited { text-decoration: none; }
	a:hover, a:focus { color: #e74c3c;}
	p a, p a:visited { line-height: inherit; text-decoration: none;}
	a:focus{
	outline:none;
	}

/* #Lists
================================================== */
	ul, ol { }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li {  }
	li { line-height: 18px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  cursor: pointer;
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover { }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {	}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
/* #Images
================================================== */






/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 12.5px !important; }
	.add-bottom { margin-bottom: 25px !important; }
	.remove-top { margin-top: 0 !important; }
	.half-top { margin-top: 12.5px !important; }
	.add-top { margin-top: 25px !important; }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
::selection {
	color:#fff;
}
::-moz-selection {
	color:#fff;
}


/* 01-01-2025 */
#btn-sec button.vc_general.vc_btn3.vc_btn3-size-xs.vc_btn3-shape-square.vc_btn3-style-custom.vc_btn3-block {
    width: auto;
    justify-self: center;
    background: #e87638;
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    padding: 11px 16px;
}

ul.list-unstyled li {
    margin-bottom: 8px;
    list-style: circle;
    text-align: left;
    font-size: 13px;
    margin-left: 12px;
    color: #7a7a7a;
}
.card-body {
    text-align: left;
    justify-items: left;
}
h5.card-title {
    text-align: left;
margin-bottom:12px;
}
p.card-text {
    text-align: justify;
}
.wpb_animate_when_almost_visible.wpb_top-to-bottom.top-to-bottom.wpb_column.vc_column_container.twelve.columns.wpb_start_animation.animated {
    margin-top: -59px;
}
/* 02-1-25 */
.list-unstyled  li::marker {
    font-size: 13px;
    color: #e87638;
}
.twelve.columns {
    padding: 0px;
}
#btn-sec button.vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-shape-rounded.vc_btn3-style-custom {
    width: 20%;
    font-size: 15px;
}

.my-5 {
    margin-top: 0px!Important;
}
#cas-stdy .wpb_wrapper {
    color: #ffffff;
}
/* .wpb_column.vc_column_container.six.columns {
    margin-left: 0px;
} */
section#cas-stdy {
    background: #121212;
}
#frm-sec .wpb_column.vc_column_container.six {
    width: 600px;
    float: left;
}
.vid-pro p {
    font-size: 14px;
    color: #7a7a7a;
    margin-bottom: 5px;
}
.vid-pro {
    width: 80%;
    justify-self: center;
}
#frm-sec .video-production-column {
    padding-top: 20px;
}
#frm-sec .video-production-column {
    padding-top: 20px;
    border: 1px solid #e87638;
    border-radius: 12px;
}
#frm-sec input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    width: 26%;
    padding-bottom: 8px;
    padding-top: 8px;
}
input.wpcf7-form-control {
    height: 43px;
}

.ohhh input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 0px;
    background: #e87638!Important;
    border: none!Important;
    color: #ffffff;
    font-size: 21px;
    width:80%;
    border-radius: 5px;
}
.ohhh {
    justify-items: center;
}
.vprp_text .wpcf7-text {
    height: 67px;
}
#frm-sec strong {
    font-size: 15px;
    margin-right: 7px;
}

.container {
    justify-content: center;
}

/* 17-01-2025 */
#text-6 p {
    color: #ffffff;
}
.bnr-txtt {
    margin-bottom: 0px !important;
}
/* .container{
	padding:0px !important;
} */

/* 20-01-2025 */
.cas-study img {
    height: 250px;
    object-fit: cover;
}
h3 {
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 700;
}

/* 21-01-2025 */
p.card-text {
    word-spacing: -3px;
}
.footer p {
    font-size: 15px;
}
#text-6 p {
    font-size: 14px;
    font-family: 'Open Sans';
}
.mc4wp-form-fields p {
    margin-bottom: 3px;
    font-size: 12px;
}
#cas-stdy .vc_column-inner {
    align-self: center;
    /* vertical-align: middle; */
}
.quote-sep h4 {
    font-size: 20px;
}
.video-production-column .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}
.video-production-column b {
    font-size: 26px;
}
/* 23-01-25 */
#marr .wpb_content_element {
    margin-bottom: 0px;
}
#marr h2 {
    font-size: 28px;
}
#marr .wpb_column {
    margin-bottom: 0px;
}


@media only screen and (max-width: 800px) {
#btn-sec button.vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-shape-rounded.vc_btn3-style-custom {
    width: auto;
    font-size: 15px;
}
/* 	.footer {
    padding-left: 23px;
    padding-right: 23px;
} */
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
/*    .footer .container {
        width: 768px;
    } */
	.container, .container-md, .container-sm {
    max-width: 768px;
}
	.container .three.columns, .row .expander-wrap .three.columns {
    width: 165px !important;
}
}



@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container .three.columns, .row .expander-wrap .three.columns {
        width: 150px !important;
    }
}
#cas-stdy .wpb_column.vc_column_container.six.columns {
    margin: 10px;
}

@media only screen and (min-width: 530px) {
    .footer {
    padding-left: 20px;
}
}



/* 03-02-25 */
.three {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

/* 17-02-25 */
h2.wp-block-heading {
    font-size: 24px;
    text-align: justify;
    margin-top: 20px;
}
h3.wp-block-heading {
    font-size: 20px;
    text-align: left;
    margin-top: 20px;
}

#contact-popup label {
    font-size: 13px;
}
.popup-content p {
    margin-top: 10px!important;
}
/* 26-02-25 */
input#captcha {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
#mc4wp-form-1 p.i-am {
    font-size: 14px;
}