/*!
Theme Name: affiliation
Theme URI: 
Author: Code Cannons
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codecan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Sen', sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: 'Sen', sans-serif;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: 'Sen', sans-serif;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Sen', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'Sen', sans-serif;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*Header*/
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #cdcbcb;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.open_nav_wrp i {
    cursor: pointer;
    font-size: 30px;
}

span#logo h1 {
    font-size: 30px;
    font-weight: 800;
    text-align: left;
    color: #fff;
    margin: 0px;
}

.social_icon_wraper ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.social_icon_wraper ul li {
    list-style: none;
    margin: 0px 15px;
    line-height: 39px;
}

.social_icon_wraper ul li a i {
    font-size: 20px;
    color: #fff;
}

ul#primary-menu {
    display: block;
    margin-top: 100px;
}


/*Home*/

.video_wrp video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

section.first_Section_wrp:after {
    /* content: ""; */
    /* position: absolute; */
    /* background-color: #00000085; */
    /* z-index: 0; */
    /* height: 100%; */
    /* width: 100%; */
    /* top: -5px; */
}

section.first_Section_wrp {
    position: relative;
    padding: 120px 0px 60px 0px;
    /* background: linear-gradient(45deg, #1365f2, #6c9dff); */
    height: 675px;
    display: flex;
    align-items: center;
    /* border-radius: 0px 0px 15% 30%; */
    overflow: hidden;
}

.banner_content_wrp {
    position: relative;
    /* top: 36%; */
    /* width: 100%; */
    /* left: 0px; */
    /* text-align: center; */
    /* z-index: 2; */
}

.banner_content_wrp h3 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 54px;
}

.banner_content_wrp p {
    color: #fff;
    font-size: 18px;
}

footer#colophon {
    padding: 30px 0px;
    text-align: center;
}

body#body {
    margin: 0px;
}

.arrow_box {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0px;
    text-align: center;
    z-index: 2;
}

#more-arrows {
  width: 75px;
  height: 65px;
}
#more-arrows:hover polygon {
  fill: #FFF;
  transition: all 0.2s ease-out;
}
#more-arrows:hover polygon.arrow-bottom {
  transform: translateY(-18px);
}
#more-arrows:hover polygon.arrow-top {
  transform: translateY(18px);
}

polygon {
  fill: #FFF;
  transition: all 0.2s ease-out;
}
polygon.arrow-middle {
  opacity: 0.75;
}
polygon.arrow-top {
  opacity: 0.5;
}

header#navigation nav ul {
    /* display: flex; */
    margin: 0px;
    padding: 0px;
    justify-content: end;
}

header#navigation nav ul li {
    list-style: none;
    margin: 0px 5px;
}
.mtnavbar-header a {
    text-align: left;
}

header#navigation nav ul li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    display: block;
    padding: 10px 5px;
}

.top_head_element img {
    height: 65px;
}
header#navigation {
    position: sticky;
    z-index: 2;
    width: 100%;
    top: 0px;
    background: #f7f7f7;
    padding: 10px 0px;
}


section.blog_content_wraper {
    padding: 20px 0px;
}

.open_nav_wrp {
    margin-right: 20px;
    color: #fff;
}

.main_page_title_box h4 {
    font-size: 36px;
    /* text-align: center; */
    color: #fff;
    font-weight: 700;
    margin: 0px 0px 20px;
}

.main_page_title_box h3 {
    font-size: 18px;
    margin: 5px 0px;
    /* text-align: center; */
    font-weight: 300;
    color: #fff;
    /* min-height: 25px; */
    margin-bottom: 0px;
}

.blog_content_Wrp {
    padding: 20px 10px;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(0deg, black, #000000bf, #6d6d6dad, transparent);
    border-radius: 0px 0px 7px 7px;
    width: 100%;
}

.date_box_author_box ul {
    margin: 20px 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.date_box_author_box ul li {
    margin: 0px 5px;
    list-style: none;
    color: #fff;
    font-size: 12px;
}

.blog_cont {
    text-align: center;
    color: #fff;
}

.blog_cont h3 {font-size: 14px;font-weight: 300;}

.blog_cont a {
    color: #fff;
    font-size: 14px;
}

.blog_box_wrp {
    position: relative;
    overflow: hidden;
    margin: 10px 0px;
}

.blog_image_box img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: all 0.9s;
    border-radius: 5px;
}

.blog_box_wrp:hover .blog_image_box img {
    transition: all 0.9s;
    transform: scale(1.05, 1.05);
}

.blog_image_box {
    overflow: hidden;
    border-radius: 7px;
}

.date_box_author_box ul li i {
    margin-right: 5px;
}

.footer_logo h3 {
    font-size: 46px;
    margin: 30px 0px 30px;
    font-weight: 700;
    color: #000;
}

.footer_social ul {
    justify-content: center;
    margin: 30px 0px;
}

.site-info {
    padding: 10px 0px;
    background: #000;
    color: #fff;
    text-align: center;
}

.site-info a {
    color: #fff;
}



.newletter_icon_box img {
    height: 135px;
}

.newletter_icon_box {
    text-align: right;
}


.newletter_contact_wrp input {
    margin: 0px 20px;
    width: 100%;
    border: 1px solid #00000005;
}

.btn-submit {
    padding: 10px 30px;
    background: #fff;
    color: #000;
    border-radius: 0px;
}
.newletter_contact_wrp form {
    width: 100%;
    display: flex;
}

.blog_single_image img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}

.blog_title_wrp ul {
    display: flex;
    padding: 0px;
    margin: 0px;
}

.blog_title_wrp ul li {
    list-style: none;
    margin: 0px 15px;
}

.blog_title_wrp ul li i {
    font-size: 18px;
    color: #636363;
}

.blog_title_wrp h1 {
    margin: 20px 15px;
    color: #000;
}

.blog_title_wrp ul li i {
    margin-right: 10px;
}

.blog_single_content_Wrp {
    padding: 20px 15px;
}

.blog_single_content_Wrp p {
    font-size: 18px;
}

.blog_title_wrp {
    border: 1px solid #ddd;
    padding: 30px 60px;
    margin: 20px 0px;
    border-radius: 5px;
}

.comment_box_wrp label {
    width: 100%;
    margin: 10px 0px;
    font-size: 18px;
}

.comment_box_wrp textarea {
    height: 90px;
}

.comment_box_wrp input {
    width: 100%;
    padding: 7px 5px;
}

p.comment-form-cookies-consent input {width: auto;}

p.comment-form-cookies-consent label {
    width: auto;
}

p.form-submit input.submit {
    width: auto !important;
    padding: 15px 30px;
    background: #000;
    color: #fff;
    border: 0px;
}

.comment_box_wrp p {
    margin-bottom: 5px;
}

.comment_box_wrp {
    padding: 40px;
    border: 1px solid #ddd;
}

section.blog_single_content {
    padding: 60px 0px;
}

.breadcrumb_box {
    padding: 30px 0px;
    text-align: center;
    background: #f9f9f9;
}

.breadcrumb_box_inner p {
    margin: 0px;
    color: #000;
}

.breadcrumb_box_inner p a {
    color: #000;
    text-decoration: none;
}

.search_box_wrp input {
    width: 100%;
    padding: 5px 30px;
    border: 2px solid #1365f2;
    border-radius: 90px;
}

.search_box_wrp button {
    position: absolute;
    right: 15px;
    padding: 5px;
    background: transparent;
    border: 0px;
    top: 0px;
    height: 100%;
}

.search_box_wrp {
    position: relative;
}

section.search_box {
    padding: 40px 0px;
    background: #ff7f1d;
}

ul.search_posts_wrp {
    position: absolute;
    background: #ddd;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-radius: 20px;
}

ul.search_posts_wrp li {
    list-style: none;
    line-height: 40px;
    margin: 20px 20px;
}

ul.search_posts_wrp li p {
    margin: 0px;
}

ul.search_posts_wrp li p a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
}

img.play_button {
    /* filter: grayscale(0) invert(1); */
    width: 55px !important;
    margin: 0px auto;
    position: relative;
    z-index: 2;
    height: 55px !important;
}

.video_thumbnail {
    position: relative;
    text-align: center;
    width: 100%;
}

.video_box a {
    text-decoration: none;
    display: block !important;
}

.video_content {
    text-align: left;
    padding: 10px 20px;
    position: relative;
}

.video_content h4 {
    font-size: 14px;
    color: #000;
    margin: 5px 0px 10px 0px;
}

.video_content p {
    font-size: 14px;
    color: #000;
    text-align: left;
    margin: 0px;
    line-height: 24px;
}

.video_box {
    /* border: 0.7px solid #c5c5c5; */
    margin: 10px 0px;
    box-shadow: 1px 1px 9px -4px #000;
    border-radius: 10px;
}

body.disable-scroll {
	position: fixed;
	width: 100%;
	overflow-y: hidden;
}

.video_thumbnail:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000080;
    top: 0px;
    left: 0px;
    border-radius: 10px 10px 0px 0px;
}
.play_button_box {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.vide_section_wrp {
    padding: 60px 0px;
}

.video_thumbnail img {
    border-radius: 10px 10px 0px 0px;
    height: 150px;
    object-fit: cover;
    width: 100%;
}

.site_title_wraper {
    text-align: center;
    margin-bottom: 50px;
}

.site_title_wraper h3 {
    font-size: 36px;
    font-weight: 700;
}
div#data-fetch {
    position: relative;
}

section.newletter_section {
    padding: 60px 0px;
    /* background: #f5f3f3; */
}

section.first_Section_wrp:after {
    z-index: -1;
    /* content: ""; */
    position: absolute;
    height: 100%;
    width: 40%;
    background: #fff0ee;
    top: 0px;
    left: 0px;
}

section.first_Section_wrp:before {
    /* content: ""; */
    position: absolute;
    left: 35%;
    top: 0px;
    background: #fff0ee;
    height: 100%;
    width: 155px;
    transform: skew(-15deg, 0deg);
    z-index: 0;
}

.banner_image_box img {
    height: 500px;
}

.banner_image_box {
    text-align: center;
    position: relative;
}

.main_page_title_box h3 a {
    color: #000;
    text-decoration: none;
}

h3.entry-title {
    min-height: 20px;
}

.date_box_author_box ul li span a {
    color: #fff;
    text-decoration: none;
}

.button_box_wrp {
    text-align: center;
}

a.btn.btn-link {
    font-size: 20px;
    color: #000;
}

.question_box_image img {
    height: 475px;
}

.question_box_image {
    text-align: center;
}

section.question_section_Wrp {
    padding: 60px 0px;
    background: #fcfbfb;
}

.question_box_inner h5 img {
    height: 40px;
    background: #1365f2;
    padding: 10px;
    border-radius: 90px;
    margin-right: 10px;
}

.question_box_inner {
    margin: 40px 0px;
    /* border: 1px solid #ddd; */
    padding: 15px 25px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px -3px #a8a2a2;
}

.question_box_inner h5 {
    font-size: 18px;
    margin: 0px;
}

.question_box_inner a {
    color: #000;
    /* margin-left: 55px; */
    text-decoration: underline;
    font-size: 14px;
}

.top_head_element {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: left; */
    text-align: left;
}

.container {
    max-width: 90%;
}

.date_box_author_box ul {
    display: flex;
    margin: 0px;
}

.date_box_author_box {
    position: absolute;
    top: -25px;
}

img.Link {
    width: 55px !important;
    margin: 0px auto;
    position: relative;
    z-index: 2;
    height: 55px !important;
}


/*Form Style*/
.form_box_wrp {
    padding: 65px 80px 65px 80px;
    border: 1px solid #ddd;
    border-radius: 3px;
    /* box-shadow: 1px 1px 15px -7px #000000bf; */
    background: #fcfcfc;
}

.form-group {
    margin: 30px 0px;
}

.form-group {
}


.post_type_box ul {
    display: flex;
    margin: 20px 0px;
    padding: 0px;
}

.post_type_box ul li {
    list-style: none;
    margin: 0px 20px 0px 0px;
}

.post_type_box ul li {
    padding: 10px 30px;
    border: 0px;
}

li.btn-tax {
    background: #ddd;
}

/* Custom radio button styling */
/*.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio label {
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    border: 2px solid #3498db;
    border-radius: 5px;
    margin-right: 10px;
}

.custom-radio label:hover {
    background-color: #3498db;
    color: #fff;
}

.custom-radio input[type="radio"]:checked + label {
    background-color: #3498db;
    color: #fff;
}
*/
section.submit_form_section {
    padding: 60px 0px;
}

.form-group label {
    margin-bottom: 10px;
    font-size: 18px;
}

input[type="submit"] {
    background: #000;
    border: 0px;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post_blogs_button {float: right;}

.social_icon_wraper ul li a i {
    /* padding: 5px 25px; */
    background: transparent;
    color: #fff;
    /* text-transform: uppercase; */
    /* margin: 0px 10px; */
    /* border-radius: 2px; */
    /* border: 2px solid #fff; */
}

.btn-post:hover {
    border: 2px solid #1365f2;
}

.form_box_wrp h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    color: #d55a49;
}

.form-control {
    /* border: 2px solid #1365f2 !important; */
    padding: 10px 15px !important;
    border-radius: 0px !important;
}

.form-group img {
    padding: 20px;
    border: 2px solid #ddd;
    margin: 30px 0px;
    border-radius: 10px;
}

.cuccess_image {
    text-align: center;
}

.sucess_content {
    text-align: center;
    margin: 30px 0px;
}

.cuccess_image img {
    height: 250px;
}

.hide {
    display: none;
}

.nsl-button.nsl-button-default.nsl-button-google {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.form-wrp img {
    width: auto;
    height: 300px;
}




section.authors_content_wraper {
    padding: 20px 0px;
}

.tab_wraper ul li {
    border: 0px !important;
    margin: 0px 10px;
}

.tab_wraper ul li a {border: 0px !important;color: #858282;}

.tab_wraper ul {
    border: 0px !important;
    justify-content: center;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

.tab_wraper ul li a.active {
    color: #000 !important;
    border-bottom: 2px solid #1365f2 !important;
}

.tab_wraper ul li a:focus {
    outline: none !important;
}

.play_button_box_auth {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
}

.video_thumbnail_auth {
    position: relative;
    padding: 25px 0px;
}

.video_box_auth {
    box-shadow: 1px 3px 10px -3px #cbcaca;
    margin: 10px 0px;
    border-radius: 10px;
}

.date_box_author_box_auth ul {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    display: flex;
    justify-content: left;
}

.date_box_author_box_auth ul li {
    color: #000;
    list-style: none;
    margin: 0px 15px 0px 0px;
    font-size: 12px;
}

.video_box_auth a {
    text-decoration: none;
    color: #000;
}
.video_box_auth:hover .video_thumbnail_auth img {
    transition: all 0.9s;
    transform: scale(1.05, 1.05);
}
.video_thumbnail_auth img {
    border-radius: 10px;
    height: 155px;
    width: 100%;
    object-fit: contain;
    transition: all 0.9s;
}

.video_content_auth h4 {font-size: 16px;margin: 0px;min-height: 38px;}

.date_box_author_box_auth ul li i {margin-right: 10px;}
.video_content_auth p {
    margin: 0px;
    font-size: 14px;
    color: #636363;
}
.video_content_auth {
    padding: 15px;
}

.checkbox_cat  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox_cat{
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
    padding-left: 44px;
    margin-bottom: 20px;
}
.checkmark {
  --clr: #0B6E4F;
  position: absolute;
  top: 0px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border-radius: 5px;
  transition: 300ms;
}

/* When the checkbox is checked, add a blue background */
.checkbox_cat input:checked ~ .checkmark {
  background-color: var(--clr);
  border-radius: .5rem;
  animation: pulse 500ms ease-in-out;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_cat input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_cat .checkmark:after {
  left: 10px;
  top: 7px;
  width: 0.25em;
  height: 0.5em;
  border: solid #E0E0E2;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 #0B6E4F90;
    rotate: 20deg;
  }

  50% {
    rotate: -20deg;
  }

  75% {
    box-shadow: 0 0 0 10px #0B6E4F60;
  }

  100% {
    box-shadow: 0 0 0 13px #0B6E4F30;
    rotate: 0;
  }
}

form#category-filter {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 30px;
}

.category_wrp_head {
    margin-bottom: 20px;
}

.category_wrp_head h3 {
    font-size: 20px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}

form#video_library_category-filter {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.checkbox_cat:last-child {
    margin: 0px;
}

.mtnavbar-header img {
    height: 80px;
    width: auto;
}

.footer_logo img {
    height: 110px;
}

/*Homepage*/
header.is-sticky {
    position: fixed !important;
    width: 100% !important;
    z-index: 99 !important;
    top: 0px !important;
    /* background: #B4BACA !important; */
}

header.is-sticky .main_logo h1, header.is-sticky  .open_nav_wrp, header.is-sticky  .social_icon_wraper ul li a i {
    color: #000!important;
}

header.is-sticky a.btn-post{
    color:#000 !important;
    border-color:#000!important;
}

a.btn.btn-post {
    color: #fff;
}

.author header {
    /* position: unset !important; */
    !;!i;!;
}

/**/

/* Hide quantity input field on single product pages */
form.cart .quantity {
    display: none;
}

/* Hide the shipping section on the checkout page */
.wc-block-checkout__billing-fields{
    display: none;
}
.banner_content_wrp h5 {
    font-size: 25px;
    color: #FFF;
    margin: 20px 0px;
}

section.first_Section_wrp:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #1365f2, #6c9dff);
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    transform: scaleX(2);
}

.question_box_inner p {
    margin: 10px 0px;
    font-size: 14px;
    /* font-style: italic; */
}

.question_box_inner p i {
    margin-right: 10px;
}

.social_media_box ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    /* background: #f5f5f5; */
    border-radius: 15px;
    /* box-shadow: 1px 1px 6px -4px #000; */
}

section.social_media_section_wraper {
    padding: 40px 0px;
}

.social_media_box ul li {
    list-style: none;
    margin: 0px 25px;
}

.social_media_box ul li a {
    font-size: 24px;
    color: #000;
    height: 45px;
    width: 45px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
    text-decoration: none;
}
.breadcrumb_title p {
    margin: 0px;
}

.breadcrumb_title p a {
    color: #000;
    text-decoration: none;
}
section.breadcrumb_section {
    /* background: #f5f5f5; */
    display: flex;
    align-items: center;
    padding: 40px 0px;
}

.breadcrumb_title {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
}

a.btn.btn-user {
    color: #fff;
}

.contact_form_wrp {
    padding: 30px;
    box-shadow: 1px 1px 8px -5px #000;
    border-radius: 10px;
}

section.contact_section {
    padding: 60px 0px;
}

.author_box_wraper_list ul {
    display: flex;
    padding: 0px;
    margin: 15px 0px;
    align-items: center;
    background: #f7f7f7;
    border-radius: 10px;
}

.author_box_wraper_list ul li img {
    height: 75px;
}

.author_box_wraper_list ul li {
    list-style: none;
    margin: 0px 15px;
}

section.author_list_wraper {
    padding: 60px 0px;
}

.main_site_title {
    text-align: center;
    margin-bottom: 30px;
}

.main_site_title h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

.author_box_wraper_list a {
    color: #000;
}


.author_newletter form {
    display: flex;
}

/*Price*/
span.oPrice {
    font-size: 20px;
    color: green;
}

span.cPrice {
    font-size: 16px;
    margin: 0px 0px 0px 10px;
    color: red;
    font-style: italic;
    text-decoration: line-through;
}

.affiliation--Title h3 {
    margin: 10px 0px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #e99928;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
}

.affiliation--ProductDetail {
    padding: 20px;
    margin: 0px 20px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

/*Single Page*/
section.single--Page--Design {
    padding: 60px 0px;
}

a.btn.btn-green {
    background: green;
    color: #fff;
    padding: 10px 30px;
    width: 100%;
    border-radius: 3px;
}

.checkDealButton {
    margin: 20px 0px 10px;
}

.single--PagePricing h5 span.oPrice {
    font-size: 40px;
}

.single--PagePricing h5 span.cPrice {
    font-size: 22px;
}

.affiliation--ProductDetail h4 {
    font-size: 21px;
}

.updated_date h4 {
    font-size: 14px;
    padding: 10px 20px;
    background: linear-gradient(-90deg, #e99928, #f0b416, #cf3c44);
    border-radius: 10px 10px 0px 0px;
    margin: 0px;
    color: #fff;
}

.video_content_auth h6 {
    margin: 20px 0px 10px;
}

ul.dropdown-menu {
    display: none;
    top: 40px;
    left: -35px;
    width: 255px;
}

ul.dropdown-menu li a {
    display: block;
    color: #000 !important;!i;!;
    padding: 10px 20px;
}

ul.dropdown-menu li {
    margin: 0px !important;!i;!;
    padding: 0px;
}

ul#primary-menu li.dropdown:hover ul.dropdown-menu {
    display: block;
}
.footer_logo {
    margin-bottom: 30px;
}

ul.quickcontact {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: start;
}

ul.quickcontact li {
    list-style: none;
    margin: 0px 10px 0px 0px;
}

ul.quickcontact li i {
    margin-right: 10px;
}

ul.quickcontact li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.topb-barSection {
    background: linear-gradient(-90deg, #e99928, #f0b416, #cf3c44);
    padding: 10px 0px;
}

.footer--Menu ul {
    margin: 0px 0px 30px 0px;
    display: flex;
    padding: 0px;
    justify-content: center;
    gap: 20px;
}

.footer--Menu ul li {
    list-style: none;
}

.footer--Menu ul li a {
    text-decoration: none;
    color: #000;
}

header.page-header {
    padding: 10px 20px;
    background: #e7e4e4;
    border-radius: 10px;
}

header.page-header h1 {
    font-size: 20px;
    color: #000;
    margin: 5px 0px;
}

main#primary {
    padding: 30px 0px;
}

.newsletter_main_box {
    padding: 40px;
    background: linear-gradient(-90deg, #e99928, #f0b416, #cf3c44);
    border-radius: 15px;
}

.main_page_title_box {
    text-align: center;
}

.newletter_contact_wrp {
    margin: 30px 0px 0px;
}

.searchform {
    display: flex;
}

.searchform button {
    padding: 0px 15px;
    border: 0px;
    background: #000;
    color: #fff;
}

/*Search*/
.search-outerdiv {position: relative;}
div#search-results {
    padding: 10px 15px;
    position: absolute;
    background: #f7f7f7;
    z-index: 1;
    display: none;
}

div#search-results ul {
    margin: 0px;
    padding: 0px;
}

div#search-results ul li {
    margin-bottom: 15px;
    display: flex;
    gap: 20px;
    list-style: none;
    align-items: center;
}

div#search-results ul li a {
    text-decoration: none;
    color: #000;
}
div#search-results ul li img {
    /* height: 50px; */
    width: 55px;
    object-fit: contain;
}

.affiliation--SingleImageWraper img {
    height: 400px;
}

.affiliation--SingleImageWraper {
    text-align: center;
}

.from_walmart a {
    background: #FFC22B !important;
    color: #000 !important;
}

.from_asics a{
    background: #001E62 !important;
}

.from_amazon a{
    background: #FFA426 !important;
    color: #000 !important;
}

.from_wayfair a{
    background: #7B189F !important;
}

.buyfrom p {
    margin: 0px;
    padding: 10px 0px 0px 20px;
    font-size: 13px;
    color:#63636;
}

.or {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}

.about-Content p {
    font-size: 22px;
}

.about-Content {
    text-align: center;
}
section.whoweare-section {
    padding: 60px 0px;
    background: #fff8e6;
}
.whoweare-Image-Box img {
    height: 250px;
}

.whoweare-Image-Box {
    text-align: center;
}

.whoweare-Box h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.whoweare-Box p {
    font-size: 20px;
    margin: 0px;
}

.whatwedo-Image-Box img {
    height: 375px;
}

.whatwedo-Image-Box {
    text-align: center;
}

section.whatwedo-section {
    padding: 60px 0px;
}

.whychooseBox img {
    height: 60px;
    margin-bottom: 20px;
}

section.whychooseus-Section {
    padding: 60px 0px;
    /* background: #f7f7f7; */
}

.main-Title {
    margin-bottom: 40px;
    text-align: center;
}

.main-Title h3 {
    font-size: 42px;
    font-weight: 600;
    color: #000;
}

.whychooseBox h4 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.whychooseBox p {
    font-size: 18px;
    margin: 0px;
}

.whychooseBox {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 7px -5px #8a8a8a;
    background: #ffedec;
}


ul.dropdown-menu li a {
    padding: 10px 20px!important;
    color: #fff !important;
}

ul.dropdown-menu {
    border: 0px;
    background: #EA9922;
}

ul.dropdown-menu li:hover a {
    background: #D14340;
}

.inner_imageaff img {
    width: auto !important;
    margin: 0px auto;
}

div#pagination ul li {list-style: none;}

div#pagination ul {
    display: flex;
    justify-content: center;
    margin: 35px 0px 0px;
    padding: 0px;
    gap: 25px;
}

div#pagination ul li a {
    list-style: none;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(-90deg, #e99928, #f0b416, #cf3c44);
    color: #fff;
}

li::marker {
    display: none !important;
}
div#pagination ul li a.active {
    background: #000;
}
button.read-more-btn {
    margin: 0px 0px 20px 0px;
    background: transparent;
    padding: 0px;
    border: 0px;
    color: #1b7dff;
}

p.short-content {
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

p.full-content {
	display: none;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

@media(max-width:768px){
	section.breadcrumb_section {
	    padding: 20px 0px;
	}

	section.single--Page--Design {
	    padding: 20px 0px;
	}

	.inner_imageaff img {
	    height: 250px;
	    width: auto !important;
	}

	.inner_imageaff iframe {
	    width: 100%;
	    height: 255px;
	}

	.affiliation--ProductDetail {
	    margin: 0px;
	}

	.affiliation--ProductDetail h4 {
	    font-size: 18px;
	}

	p#breadcrumbs {font-size: 12px;}

	.calltoactionconte ul {
		display: unset !important;
	}
	
	.calltoactionconte ul li{
		margin-bottom: 20px;
		font-size:34px !important;
		line-height:38px;
	}

	.faqImageMar img {
	    height: 100%;
	    margin-bottom: 40px;
	}

}

ul.social-media-topbar {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding: 0px;
    margin: 0px;
}

ul.social-media-topbar li a {
    color: #fff;
}

ul.social-media-topbar li {
    list-style: none;
}

ul.social-media-topbar li a i {
    font-size: 20px;
}


/*Marketing Page*/
.marketing-content-main h1 {
    font-size: 54px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.marketing-content-main p {
    font-size: 20px;
    margin: 0px;
}

section.marketing-main-banner {
	background: linear-gradient(45deg, #ffd386, #9f868600, #ffd3d2);
	padding: 60px 0px 120px;
}

section.video-section-marketing {
    position: relative;
    top: -75px;
}

.video--MainBox img {
    width: 100%;
    border-radius: 20px;
    height: 475px;
    object-fit: cover;
}

.video--MainBox {
    position: relative;
    /* border-radius: 20px; */
}

.video--MainBox::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    top: 0px;
    border-radius: 20px;
}

.video-PlayIcon {
    position: absolute;
    top: 40%;
    right: 0px;
    left: 0px;
    cursor: pointer;
    text-align: center;
}

.video-PlayIcon img {
    height: 100px;
    width: 100px;
    margin: 0px auto;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
}

.marketing-content-main h1 span {
    color: #CF3E43;
}

.site-title {
    margin-bottom: 40px;
    text-align: center;
}

.site-title h3 {
    font-size: 42px;
    font-weight: 600;
    color: #000;
}


.whychmarketingbox {
    text-align: center;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 10px;
    box-shadow: 1px 1px 6px -4px #000;
}

.markwhchIcon img {
    height: 80px;
}

.markwhchIcon {
    margin-bottom: 30px;
}

.whychmarkCont h4 {
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
}

section.whychoosemarketing {
    padding: 20px 0px 60px 0px;
}

.faqImageMar img {
    height: 500px;
}

.faqImageMar {
    text-align: center;
}

/**/
.calltoactionconte ul {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
    gap: 5rem;
    align-items: center;
}
.calltoactionconte ul li{
	list-style: none;
}
.calltoactionconte ul li h4 {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    margin: 0px;
}

section.calltoaction {
    padding: 80px 0px;
    background: linear-gradient(-90deg, #e99928, #f0b416, #cf3c44);
}

section.faqMarketing {
    padding: 60px 0px;
}

a.btn.btn-shop {
    background: transparent;
    padding: 15px 50px;
    font-size: 24px;
    border: 2px solid #fff;
    color:#fff;
}
