html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: "Poppins", Sans-serif;
}

.footer-credits{
  display: flex;
  justify-content: space-between;
}

/**
 * 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;
}

h2, h3, h4{
	font-family: "Roboto Condensed", Sans-serif;
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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 transparent;
	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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #192744;
}

/* a:visited {
	color: unset;
} */

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

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}
/* color: rgba(25, 39, 68, 0.8); */
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu li a,
.sub-menu li a,
.sub-menu li::marker {
  color: var(--global-palette1);
}

ul.menu ul .current-menu-item a,
ul.menu ul .current-menu-item::marker,
.menu .current-menu-parent>a,
.menu .current_page_item::marker,
.menu .current_page_item a {
  color: rgba(255, 255, 255, 0.61);
}

.menu .current-menu-ancestor a::before,
.menu .current-menu-parent>a::before,
.menu .current_page_item a::before {
  width: 0;
}

.menu .current-menu-ancestor>a,
.menu .current-menu-parent.menu-item-has-children::marker {
  color: rgba(255, 255, 255, 0.61) !important;
}

.menu li a:hover {
  color: var(--global-palette1);
}

.sub-menu {
	padding-left: 0 !important;
}

.elementor-widget-navigation-menu {
   position: static !important;
}

.elementor-widget-navigation-menu .menu {
  top: 55px;
  position: absolute;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  background-color: #192744;
  z-index: 99;
  margin-left: 0;
  padding: 15px 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.175);
}

.menu li {
  list-style: none;
}

.menu .sub-menu ul>li {
  list-style: disc;
}

.menu .sub-menu li {
  list-style: disc;
}

.menu li a {
  color: #FFF;
  padding: 10px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
  text-transform: capitalize;
  font-family: "Poppins", Sans-serif;
}

ul.menu ul a {
  text-transform: capitalize !important;
}

.elementor-widget-navigation-menu ul.check {
  border-radius: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px 0px;
  margin: 0px 0px 0px 0px;
}

@media (min-width: 425px) {
  .elementor-widget-navigation-menu ul.check {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .elementor-widget-navigation-menu ul.check {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .elementor-widget-navigation-menu ul.check {
    width: 100%;
    right: auto;
  }
}

@media (max-width: 1024px) {
  .elementor-widget-navigation-menu .menu .current-menu-ancestor>a {
    border-left: solid 5px #EC2552;
  }

  .elementor-widget-navigation-menu .menu .current-menu-ancestor .current-menu-parent>a {
    border-left: solid 5px #EC2552;
  }

  .elementor-widget-navigation-menu .menu .current-menu-ancestor .current-menu-parent .current_page_item>a {
    border-left: solid 5px #EC2552;
  }

  .elementor-widget-navigation-menu ul.menu li.menu-item-has-children {
    position: relative;
  }

  .elementor-widget-navigation-menu ul.menu li a {
    position: relative;
  }

  .elementor-widget-navigation-menu ul.menu li.menu-item-has-children>a:after {
    content: '';
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    padding: 3px;
    right: 22px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%)rotate(45deg);
    -webkit-transform: translateY(-50%)rotate(45deg);
  }

  .elementor-widget-navigation-menu ul.menu li.has-sub.active:hover {
    background: #448d00 !important;
    -webkit-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }

  .elementor-widget-navigation-menu ul.menu>li.has-sub>a {
    padding-right: 30px;
  }

  .elementor-widget-navigation-menu ul.menu li {
    position: relative;
  }

  .elementor-widget-navigation-menu ul.menu li ul {
    display: none;
  }

  .elementor-widget-navigation-menu ul.menu li ul li {
    clear: both;
    width: 100%;
  }

  .elementor-widget-navigation-menu ul.sub-menu {
    background: transparent !important;
  }

  .elementor-widget-navigation-menu li {
    list-style: none !important;
  }

  .elementor-widget-navigation-menu ul.menu ul li {
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .elementor-widget-navigation-menu li:hover>ul {
    left: auto;
  }

  .elementor-widget-navigation-menu ul.menu {
    padding: 0px 0px !important;
  }

  .elementor-widget-navigation-menu ul.menu li a:hover {
    color: rgba(255, 255, 255, 0.61) !important;
  }
}

@media (min-width: 1025px) {
  .home .menu li a {
    color: #FFF;
  }

  .menu li a {
    color: #192744;
  }

  .home .menu .current_page_item a {
    color: #FFF !important;
  }
	
 .menu .current_page_item a {
   color: rgba(25, 39, 68, 0.8) !important;
 }
	
  .menu .sub-menu .current-menu-ancestor.current-menu-parent.menu-item-has-children> a {
    color: rgba(255, 255, 255, 0.61) !important;
  }
	
  .elementor-widget-navigation-menu .menu {
    box-shadow: none;
    display: flex;
    background-color: transparent;
  }

  .elementor-widget-navigation-menu .menu .sub-menu li,
  .elementor-widget-navigation-menu .menu .sub-menu ul>li {
    list-style: none;
  }

  .home .elementor-widget-navigation-menu ul.menu li:hover>a {
    color: rgba(255, 255, 255, 0.8);
  }

  .elementor-widget-navigation-menu ul.menu li:hover>a {
    color: rgba(25, 39, 68, 0.8);
  }

  .elementor-widget-navigation-menu ul.menu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .elementor-widget-navigation-menu ul.menu ul li:last-child {
    border-bottom: 0;
  }

  .elementor-widget-navigation-menu ul.menu ul li:hover {
    background-color: transparent;
  }

  .elementor-widget-navigation-menu ul.menu ul li:hover>a {
    color: rgba(255, 255, 255, 0.61) !important;
  }

  .elementor-widget-navigation-menu ul.menu ul {
    background-color: #192744;
  }

  .elementor-widget-navigation-menu ul.menu {
    z-index: 999;
  }

  .elementor-widget-navigation-menu ul.menu ul li>a::before {
    display: none;
  }

  .elementor-widget-navigation-menu ul.menu {
    list-style: none;
    position: relative;
    float: left;
    top: 0;
    margin: 0;
    padding: 0;
  }

  .elementor-widget-navigation-menu ul.menu .sub-menu {
    margin-left: 0px !important;
  }

  .elementor-widget-navigation-menu ul.menu a {
    text-decoration: none;
    padding: 20px 14px;
    font-size: 16px;
	  font-weight: 500;
    text-transform: uppercase;
  }

  .home .elementor-widget-navigation-menu ul.menu a::before {
    background-color: #FFF;
  }
	
  .elementor-widget-navigation-menu ul.menu a::before {
    position: absolute;
	  content: '';
    bottom: 15px;
    left: 3px;
	  width: 100%;
	  height: 2px;
	  transition: all .3s;
    opacity: 0;
    visibility: hidden;
	  background-color: #EC2552;
  }
	
  .elementor-widget-navigation-menu ul.menu li:hover>a::before {
    opacity: 0;
    visibility: hidden;
	  width: 100%;
  }
	
  .menu .current_page_item a::before,
  .menu .current-menu-ancestor>a::before {
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
  }
	
  .menu .current-menu-ancestor>a {
    color: rgba(25, 39, 68, 0.8) !important;
  }

  .elementor-widget-navigation-menu ul.menu li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0
  }
	
	.elementor-widget-navigation-menu ul.menu> li {
		margin: 0 10px;
	}

  .elementor-widget-navigation-menu ul.menu> li:first-child {
    margin-left: 0;
  }

  .elementor-widget-navigation-menu ul.menu> li:last-child {
    margin-right: 0;
  }

  .elementor-widget-navigation-menu ul.menu ul li a {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase !important;
  }

  .elementor-widget-navigation-menu ul.menu ul .current-menu-item a {
    color: rgba(255, 255, 255, 0.61) !important;
  }

  .elementor-widget-navigation-menu ul.menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    border: none !important;
    border-radius: 0;
    border-top: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 3%);
  }

  .elementor-widget-navigation-menu ul li:hover>ul {
    display: block;
  }

  .elementor-widget-navigation-menu ul.menu ul li {
    padding: 0 20px;
  }

  .elementor-widget-navigation-menu ul.menu ul li {
    float: none;
  }

  .elementor-widget-navigation-menu ul.menu ul a {
    line-height: inherit;
    padding: 10px 0;
    margin: 0;
  }

  .elementor-widget-navigation-menu ul.menu ul ul {
    top: 0;
    left: 100%
  }

  .elementor-widget-navigation-menu ul.menu li>a:after {
    content: '';
	  border: solid currentColor;
    border-width: 0 2px 2px 0;
    padding: 3px;
    right: 0;
    position: absolute;
    display: block;
    top: 47%;
    transform: translateY(-50%)rotate(45deg);
    -webkit-transform: translateY(-50%)rotate(45deg);
  }

  .elementor-widget-navigation-menu ul.menu ul li>a:after {
    content: '';
    transform: translateY(-50%)rotate(-45deg);
    -webkit-transform: translateY(-50%)rotate(-45deg);
    right: 15px;
  }

  .elementor-widget-navigation-menu ul.menu li>a:only-child:after,
  .elementor-widget-navigation-menu ul.menu ul li>a:only-child:after {
    content: '';
    display: none;
  }
}

@media (max-width: 767px) {
	.elementor-widget-navigation-menu .menu {
    top: 60px !important;
    left: calc(-100% - 0px) !important;
    width: calc(200% - 0px) !important;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.elementor-widget-navigation-menu .menu {
    top: 55px !important;
    left: calc(-25% - 0px) !important;
    width: calc(125% - 0px) !important;
	}
}

@media (max-width: 1024px) {
	.elementor-widget-navigation-menu .menu {
	  overflow-y: scroll;
     max-height: 350px;
	}
	
	.menu li a {
		padding: 10px 20px !important;
	}
	
  .elementor-widget-navigation-menu ul.menu> li:first-child {
    margin-top: 10px!important;
  }
	
  .elementor-widget-navigation-menu ul.menu> li:last-child {
    margin-bottom: 10px!important;
  }
}

@media screen and (max-width: 1185px) and (min-width: 1025px) {
	.elementor-widget-navigation-menu ul.menu> li {
		margin: 0 7px;
	}
	
  .elementor-widget-navigation-menu ul.menu a {
    padding: 20px 15px;
  }
}

@media (min-width: 1340px) {
	.elementor-widget-navigation-menu ul.menu ul {
		left: 0;
	}
}

.burger {
  top: 7px;
  position: relative;
}

@media (min-width: 768px) {
   .burger {
      top: 0px;
   }

   .home .burger-line {
    background-color: #FFF !important;
  }
}

.burger_menu.navbar {
  display: flex;
  padding-right: 0 !important;
  justify-content: flex-end !important;
}

@media (max-width: 1024px) {
  .navbar .burger {
    position: relative;
    display: none;
    cursor: pointer;
    outline: none !important;
    width: 2rem;
    height: 1rem;
    border: none;
    outline: none;
    opacity: 0;
    visibility: hidden;
    background: transparent !important;
    transform: rotate(0deg);
    transition: 0.35s ease-in-out;
  }

  .navbar .burger-line {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: #5D1E26;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }

  .navbar .burger-line:nth-child(1) {
    top: 0;
  }

  .navbar .burger-line:nth-child(2),
  .navbar .burger-line:nth-child(3) {
    top: 0.5rem;
  }

  .navbar .burger-line:nth-child(4) {
    top: 1rem;
  }

  .navbar .burger.is-active .burger-line:nth-child(1),
  .navbar .burger.is-active .burger-line:nth-child(4) {
    top: 1.25rem;
    width: 0%;
    left: 50%;
  }

  .navbar .burger.is-active .burger-line:nth-child(2) {
    transform: rotate(45deg);
  }

  .navbar .burger.is-active .burger-line:nth-child(3) {
    transform: rotate(-45deg);
  }

  .navbar .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1025px) {
  .burger_menu.navbar,
  button.burger {
    display: none;
  }
}

.hide-focus-outline *:focus {
  outline: none !important;
}
/* ===========
Menu End
===============*/

.home .lang_area .elementor-heading-title {
  color: #FFF !important;
}

.lang_area {
  width: 120px !important;
  position: relative !important;
}

.lang_area .elementor-heading-title {
  cursor: pointer !important;
  position: relative;
  padding: 12px 14px 12px 0;
}

.lang_area .elementor-heading-title::after {
  content: '';
  position: absolute !important;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  padding: 3px;
  right: 0;
  display: block;
  top: 41%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
}

.lang_area .elementor-col-50 {
  width: 100% !important;
}

.lang_area > .elementor-container {
  display: block !important;
}

.lang_menu {
  display: none;
  top: 2px;
  right: -10px;
  width: 100%;
  position: absolute !important;
}

.lang_area:hover .lang_menu {
  display: block !important;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	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: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

#page {
  overflow-x: clip !important;
}

.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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* ================
	Preloader Style
===================*/
/* Preloader */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.smooth-loader-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
  }
  
.smooth-loader-wrapper .loader img{
	max-height: 500px;
	max-width: 100%;
  }
 
.elementor-editor-active #preloader {
  display: none !important;
}
/* Preloader End */

/* ================
	Before Demo Import
===================*/

/* ==Header Style==== */

.waring-message {
	padding: 30px 0;
	background: #f8f8f8;
}

.before-import-warning-header p,
.before-import-warning-footer p{
	font-size: 28px;
    font-weight: 600;
    line-height: 1;
    font-family: "Poppins", Sans-serif;
    color: #333333;
	line-height: 38px;
	padding: 0 20px;
	position: relative;
}


.before-import-warning-header p::before,
.before-import-warning-footer p::before{
	content: '';
	position: absolute;
	display: block;
	width: 0px;
	height: 40px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;

	border-bottom: 50px solid #EC2552;
	top: 18px;
	left: -76px;
	line-height: 30px;
	animation: warninganim infinite 1s ease-in-out alternate;
}


@keyframes warninganim {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}

.before-import-warning-header p::after,
.before-import-warning-footer p::after{
	content: '!';
	position: absolute;
	display: block;
	width: 0px;
	height:30px;
	color: #fff;
	top: 31px;
	left: -39px;
	line-height: 30px;
	animation: warninganimcontent 1s ease-in-out 0.2s infinite alternate;
}

@keyframes warninganimcontent {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.7);
	}
}

.before-import-warning-header p a,
.before-import-warning-footer p a{
	text-decoration: none;
    font-family: "Poppins", Sans-serif;
    color: #EC2552;
    font-size: 28px !important;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.before-import-warning-header p a:hover,
.before-import-warning-footer p a:hover{
	color: #EC2552;
}

/* .test-btn-class[style] {
    color: #EC2552 !important;
      transition: all 0.3s ease-out;
} */
/* 
.test-btn-class[style]:after {
content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 23px !important;
} */
/* 
.test-btn-class[style]:hover {
    color: #EC2552 !important;
}

.test-btn-class[style]:hover:after {
    width: 100% !important;
} */

/*span.test-btn-clas:before{*/
/*    content: '' !important;*/
/*    position: absolute !important;*/
/*    z-index: -1 !important;*/
/*    transition: all .3s ease-out !important;*/
/*    width: 0 !important;*/
/*    height: 100% !important;*/
/*    top: 0 !important;*/
/*    left: 0 !important;*/
/*    background-color: #f96331 !important;*/
/*}*/

/*span.test-btn-clas:hover:before {*/
/*    width: 100% !important;*/
/*}*/


@media (max-width: 768px) {
	/* .rs-sbg-custom-class[style] {
		background-position: center !important;
		background-size: cover !important;
	}

	.rs-slide-custom-class[style]{
		margin-top: 300px !important;
		height: 60% !important;
	} */

	/* #slider-1-slide-1-layer-36 {
		margin-top: -500px !important;
	} */

	/* rs-sbg {
		display: none;
	} */
}

@media (min-width: 1922px) {
	.elementor-element-42f7290 {
		margin-top: -165px !important;
	}
}
/* 

"php.validate.executablePath" : "C:\\xampp\\php\\php.exe"


*/


/* ===============
	Container
================== */
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width:576px) {
    .container {
    max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
    max-width: 100%;
   
    }
}
@media (min-width: 1024px) {
    .container {
    max-width: 960px;
    }
}
@media (min-width:1200px) {
    .container {
    max-width: 1170px;
    }
}
/* ======Navigation===== */

.bdt-navbar-dropdown {
    border-radius: 4px;
}

.bdt-navbar-dropdown-nav > li > a:last-child {
    border-color: transparent;
}

.bdt-navbar-nav > li > a {
    position: relative;
}

.bdt-navbar-nav > li.bdt-active > a::before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ec2552;
    transform: scale(0.7);
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}

/* ======Sider Form Style===== */

div.wpcf7-validation-errors, span.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid input[type="radio"],
.wpcf7-not-valid {
    border: 1px solid #EC2552 !important;
}

.invalid input[type="submit"] {
    border-color: rgba(0,0,0,0) !important;
}

/* =============
Elementor Style 
============== */

.bdt-post-slider.bdt-post-slider-skin-hazel .bdt-post-slider-title:hover {
    text-decoration: none !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets {  
    bottom: -30px !important;
}

/* =============
Testimonal Carousel
============== */
.bdt-testimonial-carousel .swiper-container:not(.swiper-container-horizontal) div>div {
    max-width: inherit !important;
  }
  
  .bdt-testimonial-carousel .swiper-container:not(.swiper-container-horizontal) {
    overflow-x: hidden;
    opacity: 1 !important;
  }

.bdt-testimonial-carousel-text {
    text-align: center;
    position: relative;
}


.transgo-testimonial .bdt-testimonial-carousel-text:before {
    content: '\201c';
    position: absolute;
  

    top: -30%;
    left: 50%;
    transform: translateX(-50%, -50%);
    margin-left: -32px;
    font-size: 100px;
    font-weight: 700;
    line-height: normal;
    font-family: "Arial", Sans-serif;
    color: rgba(255,255,255,0.5);
    z-index: 0;
}

@media (min-width: 768px){
    
    .transgo-testimonial .bdt-testimonial-carousel-text:before {
        top: -35%;
        left: 50%;
        transform: translateX(-50%, -50%);
    }
}

@media (min-width: 1024px){
    
    .transgo-testimonial .bdt-testimonial-carousel-text:before {
        top: -25%;
        left: 50%;
        transform: translateX(-50%, -50%);
    }
}

@media (min-width: 1440px){
    
    .transgo-testimonial .bdt-testimonial-carousel-text:before {
        top: -50%;
        left: 50%;
        transform: translateX(-50%, -50%);
    
    }
}


.transgo-testimonial .bdt-testimonial-carousel-text:after {
    content: '';
    position: absolute;

    top: -30%;
    left: 50%;
    transform: translateX(-50%, -50%);
    margin-left: -42px;
    font-weight: 700;
    line-height: normal;
    font-family: "Arial", Sans-serif;
    color: rgba(255,255,255,0.5);
    z-index: 0;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
} 


@media (min-width: 768px){
    .transgo-testimonial .bdt-testimonial-carousel-text:after {
        top: -35%;
        left: 50%;
        transform: translateX(-50%, -50%);
    }  
}

@media (min-width: 1024px){
    .transgo-testimonial .bdt-testimonial-carousel-text:after {
        top: -25%;
        left: 50%;
        transform: translateX(-50%, -50%);
    }  
}

@media (min-width: 1440px){
    .transgo-testimonial .bdt-testimonial-carousel-text:after {
        top: -49%;
        left: 50%;
        transform: translateX(-50%, -50%);
    }  
}


.testimonial .elementor-widget-container .bdt-testimonial-carousel .bdt-position-z-index .bdt-dots-container .swiper-pagination {
    margin-bottom: 0px !important;
} 

.swiper-pagination-bullet:focus,
.swiper-pagination-bullet:active {
    outline: none;
}

.icon svg {
    stroke: #fff;
}

.elementor-counter-number-suffix {
    font-size: 48px;
}

.quote-style .elementor-widget-container .elementor-text-editor p::before {
    content: '\201c';
    position: absolute;
    transform: translateX(-14%);
    top: 0px;
    left: -25px;
    margin-left: -32px;
    font-size: 120px;
    font-weight: 700;
    line-height: normal;
    font-family: "Arial", Sans-serif;
    color: #333;
    opacity: 0.2;
    z-index: 0;
}

.bdt-width-auto {
    text-align: right;
}

.bdt-post-card-item {
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.bdt-post-card>div:nth-child(2) .bdt-post-card-item {
    margin-top: 0;
}
.bdt-post-card>div:nth-child(2) .bdt-post-card-item .bdt-post-card-thumb img {
    padding-top: 0;
    transform: scale(1);
}
.bdt-post-card-item .bdt-post-card-desc .bdt-post-card-title a:hover {
    color: #0e4c82;
}

.bdt-post-card-item .bdt-post-card-desc .bdt-post-card-meta *:hover{
    color: #0e4c82 !important;
}

.bdt-post-card-item .bdt-post-card-desc .bdt-post-card-meta span:nth-of-type(1) {
    display: inline-block;
    position: absolute;
    z-index: 5;
    background: #EC2552;
    top: -5px;
    left: 20px;
    width: 75px;
    height: 60px;
    position: absolute;
    padding: 11px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important;
    text-align: center;
    border-radius: 4px;
    border-top-right-radius: 0;
}
.elementor-widget-container .bdt-subnav span:after {
    background: transparent;
}

span.bdt-icon-wrapper svg{
    width: 64px;
    height: 64px;
}

#wpcf7-f898-p7-o2 form p{
    display: inline-flex;
    width: 100%;
 
}

.email-987 {
    position: relative;
}
.email-987 input[type="email"] {
    width: 100%;
    padding: 10px 20px 10px 20px;
    border-radius: 0;
    background: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 22px;
    color: #595959;
    border-radius: 38px;
    border-color: transparent;
}

.email-987::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #595959;
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 24px;
    line-height: 24px;
}

.elementor-shortcode .wpcf7 form p{
    margin: 0 !important;
}

input[type="submit"].footer-newsletter-btn{
    font-family: "Poppins", Sans-serif;
    display: inline-block;
    margin-left: auto;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: #595959;
    opacity: 0;
    cursor: pointer;
    border-radius: 0 48px 48px 0;
    position: relative;
    position: absolute;
    top: 0px;
    right: 0px;
}

input[type="submit"].footer-newsletter-btn::before {
    content: "\201C";
    /* font-family: "FontAwesome"; */
    font-weight: 100;
    font-size: 14px;
    position: absolute;
    transform: translateX(-14%);
    top: 0px;
    left: -25px;
    margin-left: -32px;
    font-size: 120px;
    font-weight: 700;
    line-height: normal;
    font-family: "Poppins", Sans-serif;
    color: #595959;
    opacity: 0.2;
    z-index: 0;
}

input:focus {
    outline: none;
}

.wpcf7-form {
    position: relative;
}

.footer-newsletter-btn .fa-chevron-right:before {
    content: '/f054';
    font-family: FontAwesome !important;
}



/* ================
Slider Bullet Style
====================*/

.custom .tp-bullet {
    height: 35px;
    width: 5px;
    background: #EC2552 !important;

}

.tp-bullets.custom[style] {
    left: 110% !important;
    top: 74% !important;
}
@media(min-width: 768px){
    .custom .tp-bullet {
        height: 65px;
        width: 5px;
        background: #EC2552 !important;
    
    }
    
    .tp-bullets.custom[style] {
        left: 100% !important;
        top: 50% !important;
    }
}


.custom .tp-bullet.selected{
    background: rgba(236, 37, 82, 0.5) !important;
}



/* ==============
Border Style
==================*/

@media (max-width: 768px) {
    .transgo-border-style .elementor-element-populated {
        border-color: transparent !important;
    }
}

a,
a i{
    transition:  all 0.3s ease-in-out;
}

.transgo-title .elementor-widget-container .elementor-heading-title{
    position: relative;
}

.transgo-title .elementor-widget-container .elementor-heading-title::after {
    content: '';
    display: block;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 2px;
    background: rgba(236,37,82,0.82);
    position: absolute;
}

.transgo-accodian-style .bdt-accordion-container .bdt-accordion .bdt-accordion-item {
    border-radius: 8px !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.bdt-post-slider.bdt-post-slider-skin-hazel .bdt-post-slider-thumbnail img {
  height: 100%;
  position: absolute;
}

.bdt-post-slider.bdt-post-slider-skin-hazel .bdt-post-slider-thumbnail~div {
  background-color: #192744;
}

.bdt-post-slider-skin-hazel .bdt-post-slider-navigation-inner a {
  color: #fff !important;
  background-color: #ec2552 !important;
}

.bdt-post-slider.bdt-post-slider-skin-hazel .bdt-post-slider-navigation .bdt-post-slider-navigation-inner a {
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
  color: #999;
  background-color: #222;
  text-align: center;
  transition: background-color 300ms ease-out;
  position: relative;
}

.bdt-post-slider.bdt-post-slider-skin-hazel .bdt-post-slider-navigation .bdt-post-slider-navigation-inner a svg {
  height: 10px;
  width: auto;
}

.bdt-post-slider.bdt-post-slider-skin-hazel .bdt-post-slider-navigation .bdt-post-slider-navigation-inner a:first-child:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, .3);
}

.bdt-post-slider-skin-hazel .bdt-post-slider-navigation-inner a svg polyline {
  stroke: #fff;
}

.bdt-post-slider.bdt-post-slider-skin-hazel .bdt-post-slider-navigation .bdt-post-slider-navigation-inner a span {
  margin: 0 5px;
}

.bdt-post-slider.bdt-post-slider-skin-hazel .bdt-post-slider-content {
    padding: 40px 20px 40px 30px !important;
}

.bdt-post-slider-content .bdt-post-slider-title-wrap a .bdt-post-slider-title{
    position: relative;
}

.bdt-post-slider-content .bdt-post-slider-title-wrap a .bdt-post-slider-title::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 2px;
    background: #fff;
}

.bdt-post-slider-content  .bdt-post-slider-meta {
    margin-top: 30px !important;
}

@media screen and (min-width: 768px) {
  .bdt-post-slider.bdt-post-slider-skin-hazel .bdt-post-slider-navigation .bdt-post-slider-navigation-inner a {
    padding: 15px 20px;
    font-size: 13px;
  }

  .bdt-post-slider.bdt-post-slider-skin-hazel .bdt-post-slider-navigation .bdt-post-slider-navigation-inner a svg {
    height: 12px;
  }

  .bdt-post-slider.bdt-post-slider-skin-hazel .bdt-post-slider-navigation .bdt-post-slider-navigation-inner a span {
    margin: 0 8px;
  }
}

/*==============
Request A free Quote Home page
================*/
/* ==contact form 7== */
.request-for-quote .elementor-widget-container .wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    margin-top: 25px !important;
}

.wpcf7 .wpcf7-form textarea:focus {
    outline: none;
}

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

/* ==========
Footer Gallery 
===============*/

@media (max-width: 768px) {
    .elementor-image-gallery .gallery-item {
        max-width: 33% !important;
    }
}

.bdt-post-card > div:nth-child(2) .bdt-post-card-item {
    margin: 40px 15px;
}

.bdt-post-card>div:nth-child(2) .bdt-post-card-item {
    margin-top: 30 !important;
    margin-bottom: 30 !important;
}

@media (min-width: 1024px){
  
    .bdt-post-card>div:nth-child(2) .bdt-post-card-item {
        margin-top: 0 !important;
        margin-bottom: 0 !important;

    }
    
}

.bdt-post-card>div:nth-child(2) .bdt-post-card-item .bdt-post-card-thumb img {
    transform: scale(1) !important;
}

@media (min-width: 1024px) {
    .bdt-post-card>div:nth-child(2) .bdt-post-card-item .bdt-post-card-thumb img {
        padding-top: 0 !important;
    }
}


.bdt-post-card-item .bdt-post-card-desc .bdt-post-card-meta *:hover,
.bdt-post-card-item .bdt-post-card-desc .bdt-post-card-title a {
    transition: all ease-in-out 0.3s;
}

.bdt-post-card .bdt-post-card-button:hover .bdt-button-icon-align-right,
.bdt-post-card-item .bdt-post-card-desc .bdt-post-card-meta *:hover,
.bdt-post-card-item .bdt-post-card-desc .bdt-post-card-title a:hover {
    color: #EC2552 !important;
}



/* =============
    Footer Animtaion
=================*/
/* 
.elementor-widget-container .elementor-button-wrapper a{
    text-decoration: underline;
} */


a.copy-right,
.elementor-widget-container .elementor-button-wrapper a {
    position: relative;
}


a.copy-right::before,
.elementor-widget-container .elementor-button-wrapper a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scale(0);
    transform-origin: right;
    transition: transform 0.3s;
  
}

.bdt-post-list-title a.bdt-post-list-link:hover::before,
a.copy-right:hover::before,
.elementor-widget-container .elementor-button-wrapper a:hover::before {
    transform: scale(1);
    transform-origin: left;
}

.transgo-burger-menu {
    background: #fff;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .transgo-burger-menu {
        background: transparent;
        box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.0);
    }
}

@media (min-width: 768px) {
   
}

.bdt-navbar-dropdown .bdt-navbar-dropdown-nav > li:last-child > a {
    border-color: transparent !important;
}

/* ===============
Elementor Team Style
 =================*/
.bdt-member-skin-default .bdt-member-icons {
    border-top: 2px solid #EC2552;
}

/* =============
Contact Page 
===============*/



/* =============
    Request A Free Quote Page
===============*/

/* ==contact form 7== */



/* =============
NewS Feed or Blog Page
===============*/

.title-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
  



@media (min-width: 1440px){
    .page-banner {
        padding: 30px 0;
    }
}

.banner-content {
    text-align: center;
    position: relative;
    padding: 40px 0;
}


@media (min-width: 1440px){
    .banner-content {
        padding: 20px 0;
    }
}

.banner-content .banner-title {
    color: #192744;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 30px;
    font-weight: 600; 
    text-transform: uppercase;
    z-index: 98;
    padding: 0 !important;
    margin: 0 !important;
}

.banner-content .banner-title-shadow {
    color: rgba(156,156,156,0.12);
    z-index: 0;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    bottom: -18px;
    width: 100%;
    transition: all .3s ease-out;
    position: absolute;
    top: 77px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 !important;
    margin: 0 !important;
}

@media (min-width: 768px) {
    .banner-content .banner-title-shadow {
        position: absolute;
        top: 90px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1024px) {
    .banner-content .banner-title-shadow {
        position: absolute;
        top: 90px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 1440px) {
    .banner-content .banner-title-shadow {
        position: absolute;
        top: 62px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 768px){
    .banner-content .banner-title {
        font-size: 50px;
    }
    
    .banner-content .banner-title-shadow {
        font-size: 58px;
    }
}

.post-section {
    background: #fff;
}

@media (min-width: 450px) {
    .post-section {
        padding: 30px 0 30px;
    
        background: #fff;
    }
}

.post-grid {
    
    background: #fff;
    height: 100%;
    flex-direction: column;
    display: flex;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.article-inner-content {
    padding: 15px 25px 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.article-footer {
    padding: 10px 25px 20px;
}

.gridview-post-img {
    line-height: 0 !important;
}

.gridview-post-img .entry-meta {
    position: absolute;
}

.gridview-post-img a{
    display: inline-block;
    line-height: 0 !important;
}

.article-inner-content .article-title {
    margin: 10px 0;
}

.article-inner-content .article-title a {
    text-decoration: none;
    color: #192744;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 22px;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    line-height: 32px;
}

@media (min-width: 1440px) {
    .article-inner-content .article-title{
        margin: 5px 0 20px;
    }

    .article-inner-content .article-title a {
        font-size: 24px;
        font-weight: 600;
    }
}

.article-inner-content .article-title a:hover {
    color: #EC2552 !important;
}

.article-inner-content p {
    color: #595959;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .article-inner-content p {
        font-size: 15px;
    }
}

.find-out-more {
    color: #192744;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-weight: bolder;
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.find-out-more:hover,
.find-out-more:hover span{
    color: #EC2552;
}

.icon-align-right {
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
}

/* =============
All Meta Items Style
===============*/
.entry-date .posted-on,
.entry-date {
    position: relative;
}

.entry-date .posted-on a{
    background: #EC2552;
    top: -8px;
    left: 20px;
    position: absolute;
    display: block;
    padding: 12px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    border-top-right-radius: 0;
    line-height: 20px;
    border-radius: 4px;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    width: 75px;
}

.entry-date .posted-on time{
    z-index: 5;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    padding-left: 5px;
}

.only-tags,
.transgo-comments-number,
.cat-links ,
.author.vcard {
    text-decoration: none;
    padding: 3px 3px 3px;
    background: transparent;
    line-height: 16px;
    display: inline-block;
    color: #192744;
    margin-top: 8px;
    
} 

.entry-date .posted-on a i,
.only-tags i,
.transgo-comments-number i,
.cat-links i,
.author.vcard i{
font-size: 11px;
opacity: 0.8;
} 

.only-tags a,
.transgo-comments-number a,
.cat-links a,
.author.vcard a{
    color: #192744;
    font-weight: 500;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    text-decoration: none;
    line-height: 16px;
    text-decoration: none;
    font-weight: 600;
}

.only-tags svg,
.transgo-comments-number svg,
.cat-links svg,
.author.vcard svg{
    color: inherit;
    fill: #EC2552 !important;
    font-size: 13px;
    line-height: 14px;
}

.transgo-comments-number,
.entry-meta .byline{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.7px;
    color: #181818;
    text-decoration: none;
    position: relative;
    margin-left: 25px;
    position: relative;
    display: inline-block;
}

.transgo-comments-number {
    margin-left: 0px;
}

.transgo-comments-number::before,
.entry-meta .byline::before {
    content: '';
    position: absolute;
    top: 17px;
    left: -25px;
    width: 15px;
    height: 0;
    border: 0.5px solid #000000;
}

.transgo-comments-number::before {
    top: 10px;
    left: -20px;
}
/* =============
Single Page Style
===============*/

.single-post-content_sec {
    padding: 50px 0;
}

@media (min-width: 768px){
    .single-post-content_sec {
        padding: 70px 0;
    }
}

@media (min-width: 1440px){
    .single-post-content_sec {
        padding: 100px 0;
    }
}

.single-title {
    color: #192744;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 30px;
    line-height: 46px;
    font-weight: 600; 
    text-transform: capitalize;
    z-index: 98;
}

@media (min-width: 1440px){
    .single-title {
        font-size: 32px;
        line-height: 48px;
    }
}

@media (min-width: 1440px){
    .single-title {
        font-size: 42px;
        line-height: 62px;
    }
}


/* ==== Post Meta Style for Single Page ==== */

/* ==date== */
/* .meta-items .entry-date .posted-on {
    position: relative;
    display: inline-block;
    overflow: visible;
}

.meta-items .entry-date .posted-on a{
    background: #EC2552;
    position: absolute;
    left: -15px;
    top: -40px;
    display: block;
    padding: 12px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    border-top-right-radius: 0;
    line-height: 20px;
    border-radius: 4px;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    width: 75px;
}

.meta-items .entry-date .posted-on time{
    z-index: 5;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    padding-left: 5px;
} */

/* ==date end== */

.meta-items {
    /* margin-top: 50px; */
   overflow: hidden;
  clear: both;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 20px;
  min-height: 80px;
}

.meta-items .entry-meta {
  float: none;
  margin-bottom: 20px;
}

@media (min-width: 768px){
    .meta-items .entry-meta {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 80px;
        margin-bottom: 35px;
      }
}

.meta-items .social-share{
  float: none;
}

@media (min-width: 768px){

    .meta-items {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .meta-items .entry-meta {
 
    margin-bottom: 0px;
  }


  .meta-items .entry-meta {
    float: left;
    width: 73%;
  }

  .meta-items .social-share{
    float: right;
    width: 27%;
    flex: 1;
  }

  .meta-items .entry-meta .byline,
  .meta-items .entry-meta .cat-links {
      flex: 1;
  }
}



.meta-items .entry-meta .tags-links a,
.meta-items .entry-meta .cat-links a{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.7px;
  color: #181818;
  text-decoration: none;
  display: inline-block;
  padding-left: 0;
}

.meta-items .entry-meta .tags-links,
.meta-items .entry-meta .byline .author.vcard,
.meta-items .entry-meta .cat-links,
.meta-items .entry-meta .byline,
.meta-items .entry-meta .edit-link {
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  margin-right: 5px;
}

.meta-items .entry-meta .tags-links,
.meta-items .entry-meta .byline,
.meta-items .entry-meta .edit-link a {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.7px;
  color: #181818;
  text-decoration: none;
position: relative;

}

.meta-items .entry-meta .byline,
.meta-items .entry-meta .cat-links {
    margin-left: 30px;
}

@media (min-width: 768px) {
    .meta-items .entry-meta .byline {
        max-width: 175px;
    }
}

@media (min-width: 1440px) {
    .meta-items .entry-meta .byline {
        margin-left: 0px;
    }
}

.meta-items .entry-meta .cat-links {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .meta-items .entry-meta .cat-links {
        max-width: 275px;
        margin-top: 8px;
        margin-left: 25px;
    }
     
}

.meta-items .entry-meta .byline span.author a {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.7px;
  color: #181818;
  text-decoration: none;
}

.meta-items .entry-meta .cat-links::before,
.meta-items .entry-meta .tags-links::before,
.meta-items .entry-meta .byline::before,
.meta-items .entry-meta .edit-link::before
{
  content: '';
  position: absolute;
  top: 15px;
  left: -25px;
  width: 15px;
  height: 0;
  border: 0.5px solid #000000;
}

.meta-items .entry-meta .cat-links::before {
    top: 9px;
}

.meta-items .social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  padding-top: 8px;
  margin-left: -15px;
}


@media (min-width: 768px) {
    .meta-items .social-share ul {
        text-align: right;
        margin-left: 0px;
      }
}

.meta-items .social-share ul li {
  display: inline-block;
}

.meta-items .social-share ul li.social-share-item {
  padding-left: 15px;
}

.social-share-item .transgo-comments-number {
    border: none;
    border-radius: 0;
    text-decoration: none;
    padding: 3px 0px 2px;
    background: transparent;
    line-height: 16px;
    display: inline-block;
    color: #192744;
    margin-top: 0px;
    margin-right: 0px;

}

.social-share-item .transgo-comments-number a{
    color: #192744;
    font-weight: 500;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    text-decoration: none;
    line-height: 16px;
    padding-left: 0px;
    text-decoration: none;
}

.social-share-item .transgo-comments-number i {
    padding-left: 2px;
    font-size: 15px;
    opacity: 1;

}
/* =============
Side Bar Sytle
===============*/

/*---------sidebar widget area--------------*/ 
.widget_block {
    display: none !important;
}

aside.widget-area {
    padding: 50px 35px;
    margin: 0px 0px 0px 0px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
}

aside.widget-area section {
    padding-bottom: 10px;
}

aside.widget-area section h2.widget-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    font-family: "Roboto Condensed", Sans-serif;
    color: #192744;
    margin-bottom: 10px;
}

aside.widget-area section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

aside.widget-area section ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}

aside.widget-area section ul li::before {
    content: "›";
    position: absolute;
    left: 0px;
    top: -1px;
    font-family: "Times New Roman";
    font-weight: 700;
    color: #EC2552;
    font-size: 16px;
}

aside.widget-area section ul li a, aside.widget-area section.widget_tag_cloud .tagcloud a, aside.widget-area section ul li.recentcomments, aside.widget-area section ul li span.post-date {
    text-decoration: none;
    font-family: "Poppins", Sans-serif;
    color: #595959;
    font-size: 14px !important;
    font-weight: 500;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

section.widget_tag_cloud .tagcloud a {
    display: block;
}

aside.widget-area section ul li a:hover, aside.widget-area section.widget_tag_cloud .tagcloud a:hover, aside.widget-area section ul li.recentcomments:hover,  aside.widget-area section ul li span.post-date:hover {
    color: #ec2552;
}
    
 /*---------Search form/ search page--------------*/ 
 .widget-area .widget .search-form {
    background: #fff;
    border: 2px solid #ededed;
    border-radius: 25px;
    display: inline-flex;
    width: 100%; 
    padding-left: 10px;
}
.widget-area .widget .search-form .search-field {
    font-family: "Poppins", Sans-serif;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: #666; 
    line-height: 35px;
}
.widget-area .widget .search-form .search-field::placeholder {
     color: #666; 
}
.widget-area .widget .search-form .search-submit {
    font-family: "Poppins", Sans-serif;
    display: inline-block;
    margin-left: auto;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: #ccc;
    cursor: pointer; 
    padding: 12px 25px;
    border-left: 2px solid #ededed;
    border-radius: 0 48px 48px 0;
    transition: all 0.3s ease-in-out;
}

.widget-area .widget .search-form .search-submit:hover {
    color: #ec2552;
    background: transparent;
}

.widget-area .widget .search-form .search-submit span {
    font-size: 1.05rem;
    width: auto;
    height: auto;
} 

.dashicons-search::before {
    content: "\f002";
    font-family: "FontAwesome";
    font-weight: 100;
    font-size: 14px;
}


/* =============
Comments Style 
===============*/

/*-----Comment- Reply fields--------*/ 

article.comment-body {
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 10px;
    padding-top: 30px;
}

.comments-area {
    margin-top: 50px;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author {
    font-family: "Poppins", Sans-serif;
    display: flex;
    align-items: center; 
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author .avatar {
    border-radius: 50%;
    margin-right: 20px;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author img.avatar {
    width: 80px;
    height: 80px;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author .fn {
    margin-right: 5px; 
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata {
    padding-left: 100px;
    margin-top: -30px;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    color: #6d6d6d;
    text-decoration: none; 
    font-weight: 600;
    }

.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata .edit-link a:hover {
    color: #2f2f2f;
    text-decoration: none; 
    }

.comments-area .comments-title {
    border-bottom: 2px solid #192744;
}

.comments-area .comments-title, .comments-area .comment-respond h2.comments-title {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #192744;
    margin-bottom: -10px;
}

.comments-area .comments-title, .comments-area .comment-respond h3.comment-reply-title {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #192744;
}

.comments-area .comment-list {
    margin: 0;
    padding: 10px 0;
    list-style: none; 
}

.comments-area .comment-list .comment .children {
    list-style: none; 
}

@media (max-width: 500px) {
    .comment .children {
        margin-left: 0;
        padding: 0;
    }
}


.comments-area .comments-title a, .comments-area .comment-reply-title small a {
    text-decoration: none;
    color: #EC2552;
    font-family: "Poppins", Sans-serif;
    font-size: 14px; 
}

.comments-area .comment-form .logged-in-as a {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #192744; 
    transition: 0.3s all ease-in-out;
}

.comments-area .comment-form .logged-in-as a:hover, .comments-area .comment-form .logged-in-as a:visited, .comments-area .comment-form .logged-in-as a:active {
    color: #EC2552; 
}

.comments-area .comment-list .comment .comment-body .comment-content p {
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    color: #595959;
    margin: 30px 0 10px;
}

@media (min-width: 768px) {
    .comments-area .comment-list .comment .comment-body .comment-content p {
        font-size: 16px;
    }
    
}

.comments-area .comment-form .form-submit .submit {
    color: #fff;
    background-color: #EC2552;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #EC2552;
    border-radius: 40px 40px 40px 40px;
    padding: 15px 30px 15px 30px;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out; 
}

@media only screen and (max-width: 425px){
    .comment-form p.form-submit {
        text-align: center;
    }
}


.comments-area .comment-form .form-submit .submit:hover {
    color: #EC2552;
    background-color: #ffffff;
    border-color: #EC2552; 
}

@media (max-width: 750px) {
    .comments-area .comment-form p > input:not([type="submit"]) {
        width: 100%;
    }
    
}

.comments-area .comment-form p > textarea:focus, .comments-area .comment-form p > input:focus{
    outline-color: #EC2552 !important;
   
}

.comment-form p > textarea{
    font-size:14px;
    color: #333; 
    font-family: "Poppins", Sans-serif;
    border-color: #ccc;
}

.comments-area textarea {
  outline: 0 !important;
  transition: all 0.3s !important;
}

.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"] {
  width: 100% !important;
  transition: all 0.3s !important;
}

.comments-area input[type="text"]:focus,
.comments-area input[type="email"]:focus,
.comments-area input[type="url"]:focus,
.comments-area textarea:focus {
  border-color: #EC2552 !important;
}

.comments-area .comment-form p > label {
    display: block;
    color: #333; 
    font-family: "Poppins", Sans-serif;
}

.comments-area .comment-list .comment .comment-body .reply {
    text-align: right;
}

.comments-area .comment-list .comment .comment-body .reply a {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    color: #192744;
    text-decoration: none; 
    transition: 0.3s all ease-in-out;
    font-weight: 700;
}

.comments-area .comment-list .comment .comment-body .reply a:hover {
    color: #EC2552;
}

.comments-area .comment-list .comment .comment-body .reply a:before {
    content: "\f3e5";
    font-family: 'Font Awesome 5 Free';
    margin-right: 4px;
    font-weight: 900;
    color: inherit;
    font-size: 16px;
}

p.comment-form-cookies-consent {
    display: none;
}

.comment-form-comment input,
 .comment-form-author input,
 .comment-form-email input,
 .comment-form-url input {
     border-color: #ccc !important;
 }

 .comment-notes > span {
    color: #333;
    font-family: "Poppins", Sans-serif;
 }

 /* ====wpDiscuz==== Plugins */

 #wc-comment-header {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #192744;
 }

 .wc-field-comment textarea.wc_comment:focus {
    outline-color: transparent;
 }

 .wpdiscuz-ftb-left > div{
    font-size:12px;
    color: #333; 
    font-family: "Poppins", Sans-serif;
    border-color: #ccc;
 }

 .wpdiscuz-ftb-left  #wc_show_hide_loggedin_username a{
    color: #EC2552;
 }

 .wpdiscuz-textarea-wrap textarea {
    font-size:14px;
    color: #333; 
    font-family: "Poppins", Sans-serif;
    border-color: #ccc;
 }

 #wpcomm input[type="submit"] {
    transition:  all 0.3s ease-in-out;
 }

 #wpcomm input[type="submit"]:hover {
    background: transparent !important;
    border-color: #EC2552 !important;
    color: #EC2552 !important;
 }
 
 #wpcomm .wc-cta-button:hover {
    background: #ededed !important;
    color: #ec2552 !important;
}
/* =============
Post Navigation
===============*/

/*---------Post Navigation--------------*/ 

.post-nav {
    text-align: center;
    margin: 20px auto;
}
@media (min-width: 768px) {
    .post-nav {
        margin: 30px auto;
    } 
}
.post-nav a{
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    font-family: "Poppins", Sans-serif;
}
.post-nav .page-numbers, .post-nav span{
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 36px;
    border: 2px solid #EC2552;
    border-radius: 50%;
    color: #192744;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin: 0 5px 5px 5px;
    transition: all 0.3s ease-in-out;
}


.post-nav .page-numbers i {
    color: #192744;
}
 

.post-nav .page-numbers.current, .post-nav .page-numbers:hover {
    border-color: #EC2552;
    background-color: #EC2552;
    color: #fff;
}


.post-nav .page-numbers:hover i {
    color: #fff;
}
 
/* =============
404 Page 
===============*/

/*---------404 page--------------*/
.error-404 {
	padding: 0 20px 30px;
}
.error-404-main {
	text-align: center;
}
.error-404-main h2 {
	font-size: 94px;
    line-height: 75px;
    margin-bottom: 15px;
    color: #ec2552;
	font-weight: 800;

}
.error-404-main h3 {
	font-size: 45px;
    letter-spacing: 5px;
    line-height: 70px;
    font-weight: 800;
	color: #192744;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}
.error-404-main h4 {
	font-size: 38px;
    letter-spacing: 2px;
    line-height: 58px;
    margin-bottom: 29px;
	color: #595959;
	font-family: 'Poppins', sans-serif;
	margin-top: -10px;
}


/* ====btn 404page=== */
.error-404-main a {
	text-decoration: none;
	margin-top: 30px;
}

.error-btn {
	text-transform: uppercase;
    font-size: 18px;
	letter-spacing: 1px;
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	padding: 12px 22px;
	color: #EC2552;
	border: 2px solid #EC2552;
    border-radius: 48px;
	background-color: transparent;
	position: relative;
	display: inline-block;
	outline: none;
	transition: all .3s ease-in-out;
	z-index: 0;
	text-align: center;
    overflow: hidden;
}

.error-btn a i{
    color: inherit;
}

.error-404-main a i {
	padding-right: 12px;
}

.error-btn:hover {
	color: #fff;
	background-color: #EC2552;
}

.error-btn:hover i {
    color: #fff;
}

@media (min-width: 768px) { 
	.error-404 {
		padding: 70px 0;
	}
	.error-404-main h2 {
		font-size: 200px;
		line-height: 180px;
		margin: 50px 0;
	}
	.error-404-main h3 {
		font-size: 64px;
		letter-spacing: 10px;
	}
	.error-404-main h4 {
		margin-top: 20px;
	}
}

@media (min-width: 1040px) { 
	.error-404-main h3 {
		font-size: 90px;
		letter-spacing: 20px;
	}
	.error-404 {
		padding: 100px 0;
	}
}


/* =============
Cpntact Page 
===============*/



 
/* =============
Cpntact Page 
===============*/


 
/* =============
Cpntact Page 
===============*/

/* ===========
selectric PLugins
=============== */

.selectric-wrapper.selectric-wpcf7-form-control.selectric-wpcf7-select {
    margin-top: 25px !important;
}

.wpcf7-form br {
    display: none;
}

.selectric-wpcf7-form-control .selectric {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 20px 8px 0;
}

.selectric-wpcf7-form-control .selectric  .label {
    /* padding: 15px 20px; */
    font-size: 16px;
    color: #595959;
    text-transform: uppercase;
  }

.selectric-wpcf7-form-control .selectric .button {
    height: 42px;
    width: 46px;
    background: transparent;
    top: 7px;
    right: 2px;
}
.selectric-wpcf7-form-control .selectric .button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '\f078';
    font-size: 1rem;
    color: #333;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.selectric-wpcf7-form-control .selectric .button::after {
    opacity: 0 ;
}

.selectric-wpcf7-form-control.selectric-open .selectric {
    margin-top: 0;
}

.selectric-wpcf7-form-control .selectric-items {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border-color: #ededed;
}

.selectric-wpcf7-form-control .selectric-items::before, .selectric-wpcf7-form-control .selectric-items::after {
    display: none;
}

.selectric-wpcf7-form-control .selectric-items .selectric-scroll li {
   
    padding: 13px 30px 13px 10px;
    font-size: 16px;
    color: #595959;
    text-transform: uppercase;
}

.selectric-wpcf7-form-control .selectric-items .selectric-scroll li:hover {
    background-color: #192744;
    color: #fff;
}


.selectric-wpcf7-form-control .selectric-items .selectric-scroll li.highlighted {
    background-color: #ededed;
    color: #192744;
    font-weight: 500;
}

.selectric-wpcf7-form-control .selectric-items .selectric-scroll li.highlighted::after {
    display: none;
}


/* =============
Search Page 
===============*/
.search-content {
    padding: 50px 0;
}

@media(min-width: 768px) {
    .search-content {
        padding: 70px 0;
    }
}


@media(min-width: 1440px) {
    .search-content {
        padding: 70px 0 100px;
    }
}

.search-content .entry-header .entry-title a{
    text-decoration: none !important;
    font-size: 22px;
    transition: all .3s ease-in-out;
    font-weight: 600;
    line-height: 32px;
}

.search-content .entry-header .entry-title a:hover {
    color: #ec2552!important;
}


.search-content article{
    background: #fff;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);

}


/* ==========
Defalut index Page Style
=========== */

.home.blog .bdt-navbar-nav > li > a{
    color: #192744 !important;
}

.post-content_sec {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .post-content_sec {
        padding: 50px 0;
    }
}

@media (min-width: 1440px) {
    .post-content_sec {
        padding: 70px 0 70px;
    }
}


.post-content_sec article {
    box-sizing: border-box;
    background: #fff;
    padding: 20px 20px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

@media (min-width: 768px) {
    .post-content_sec article .entry-header .entry-title {
        margin-bottom: 0;
    }
    
    .post-content_sec article .entry-content {
        margin-top: 0;
    }
}


.post-content_sec article .entry-header .entry-title a{
    text-decoration: none;
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 98;
}

@media (min-width: 768px) {
    .post-content_sec article .entry-header .entry-title a{
        font-size: 32px;
        line-height: 44px;
    }
}

@media (min-width: 1440px) {
    .post-content_sec article .entry-header .entry-title a{
        font-size: 42px;
        line-height: 62px;
    }
}
.post-content_sec article .entry-footer  {
    padding-left: 30px;
}
 
@media (min-width: 768px) {
    .post-content_sec article .entry-footer  {
        padding-left: 30px;
    }
}

.post-content_sec article .entry-footer .comments-link a,
.post-content_sec article .entry-footer .edit-link a,
.post-content_sec article .entry-footer .tags-links a{
    text-decoration: none;
    padding: 3px 3px 3px;
    background: transparent;
    display: inline-block;
    color: #192744;
    margin-top: 8px;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    text-decoration: none;
    line-height: 16px;
    text-decoration: none;
}

.post-content_sec article  .entry-footer .cat-links,
.post-content_sec article  .entry-footer .tags-links,
.post-content_sec article  .entry-footer .comments-link,
.post-content_sec article  .entry-footer .edit-link {
    position: relative;
}


    .post-content_sec article  .entry-footer .cat-links::before,
    .post-content_sec article  .entry-footer .tags-links::before,
    .post-content_sec article  .entry-footer .comments-link::before,
    .post-content_sec article  .entry-footer .edit-link::before {
        content: '';
        position: absolute;
        top: 19px;
        left: -25px;
        width: 15px;
        height: 0;
        border: 0.5px solid #000000;
        overflow: hidden;
    }
    
    .post-content_sec article  .entry-footer .cat-links::before{
        top: 12px;
    }
    .post-content_sec article p{
        color: #595959;
        font-family: "Poppins", Sans-serif;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }

/* ==========
Additional CSS
===============*/
.home .bdt-navbar-nav>li.bdt-active>a::before {
  background-color: #fff !important;
}

.home .bdt-navbar-nav>li>a {
  color: #fff !important;
}

.wpdiscuz-sort-buttons .wpdiscuz-sort-button.wpdiscuz-date-sort-asc.wpdiscuz-sort-button-active {
  color: #192744 !important;
}

#wpcomm .wpdiscuz-sort-button:hover {
  color: #ec2552 !important;
}

#wpcomm .wc-footer-left .wc-reply-button {
  color: #192744 !important;
  border: 1px solid #192744 !important;
}

.wc-reply-button.wc-cta-button {
  border-color: #192744 !important;
}

#wpcomm .wc-cta-button:hover {
  background: transparent !important;
  color: #ec2552 !important;
  border-color: #ec2552 !important;
}

#wpcomm .wpdiscuz-sort-button-active,
.wpdiscuz-sort-button.wpdiscuz-date-sort-asc.wpdiscuz-sort-button-active,
.wc-blog-guest.wc-comment-label,
.wc-comment-header .wc-comment-author {
  color: #192744 !important;
}

#wpcomm .wc-footer-right .wc-toggle,
#wpcomm .wc-footer-right .wc-toggle a,
#wpcomm .wc-footer-right .wc-toggle i {
  color: #192744 !important;
}

#wpcomm .wpf-cta:hover {
  background: transparent !important;
  color: #ec2552;
}

#wpcomm .wc-blog-post_author>.wc-comment-right .wc-comment-author,
#wpcomm .wc-blog-post_author>.wc-comment-right .wc-comment-author a,
#wpcomm .wc-blog-post_author>.wc-comment-left .wc-comment-label {
  color: #192744 !important;
}

.elementor-background-slideshow__slide__image {
  position: relative;
}

.elementor-background-slideshow .elementor-background-slideshow__slide .elementor-background-slideshow__slide__image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .home .cakelements-burger-menu-toggle-container .toggle-button {
    color: #fff !important;
  }
}

@media screen and (max-device-width: 1024px) and (min-device-width: 992px) {
  .elementor-widget-container .cakelements-burger-menu__container[style] {
    width: 40vw !important;
    left: unset !important;
    right: 0 !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
  .elementor-widget-container .cakelements-burger-menu__container[style] {
    width: 40vw !important;
    left: unset !important;
    right: 0 !important;
  }
}

.wpcf7-form .input_label {
  display: none !important;
}

/* .newsletter .elementor-widget-container .elementor-shortcode .invalid .wpcf7-response-output {
	display: none !important;
} */

div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
  display: block !important;
  text-align: initial !important;
}

.inner-footer-newsletter .wpcf7-not-valid-tip {
  color: yellow !important;
}

.invalid input[type=submit].contact-btn {
  border-color: #ec2552 !important;
}

/* 
.request-for-quote .contact-btn {
	text-align: left !important;
} */

.newsletter .elementor-widget-container .elementor-shortcode .invalid input {
  border: 1px solid #ec2552;
}

.bdt-navbar-parent-indicator-yes ul>li.bdt-parent>a:after {
  content: '\e911' !important;
  font-family: 'element-pack' !important;
}

.bdt-navbar-parent-indicator-yes .bdt-navbar-dropdown-nav>li.bdt-parent>a:after {
  position: absolute;
  transform: translate(-50%, -50%);
  transform-origin: center;
  top: calc(50% + 1px);
  content: "\e925" !important;
  right: 0;
  margin: 0;
}

span.bdt-ep-advanced-icon-box-icon-wrap svg {
  width: 64px;
  height: 64px;
}

.footer-newsletter {
  width: 100% !important;
  padding: 10px !important;
}

input[type=submit].footer-newsletter-btn {
  opacity: 1;
  font-weight: 400 !important;
}

input[type=submit].footer-newsletter-btn::before {
  display: none !important;
}

/* form-sent */
.wpcf7-spinner,
.wpcf7-response-output {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
  border: 0;
  margin: 0;
  padding: 0;
  display: block !important;
}

#news-sec .bdt-visible\@m {
    display: block !important;
}