/*!
Theme Name: Known Design
Theme URI: https://knowndesign.co/
Author: Known Design
Author URI: https://knowndesign.co/
Description: A Custom Built WordPress Theme Based On A Custom Design And Desired Functionality.
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: known-design
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
/*--------------------------------------------------------------
>>> 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
--------------------------------------------- */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap");
@font-face {
  font-family: "MyWebFont";
  src: url("/pankilp48.sg-host.com/public_html/wp-content/themes/adrenaline-studios/Fonts/Poppins-ExtraBoldItalic.ttf")
    format("ttf");
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * 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:3;
	 	overflow: visible;
	 	background: #fff!important;
	 }*/
/**
 * 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: "Poppins", sans-serif;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}
/**
 * 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: none;
  text-decoration: none;
}
/**
 * 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: "Poppins", sans-serif;
}
/**
 * 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: "Poppins", sans-serif;
  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
--------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Poppins", sans-serif;
}
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: "Poppins", sans-serif;
}
code,
kbd,
tt,
var {
  font-family: "Poppins", 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: #fff !important;
  height: 2.5px !important;
}
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;
}
.main-navigation ul ul {
  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 (max-width: 1200px) {
  section.Top_Header div.container .row {
    display: flex;
    align-items: top !important;
  }
  section.Top_Header div.container .row div.site-branding {
    display: flex;
    align-items: top !important;
  }
}
@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;
}
/*====================================================================================*/
hr {
  height: 2px !important;
  background-color: #fff !important;
  opacity: 1 !important;
}

.Font_italic {
  font-style: italic;
}
.Sec_pd {
  padding: 60px 0px;
}
.Banner_Padding {
  padding: 85px 0px 60px;
}
.White_clr {
  color: #fff;
}
.Content_center {
  text-align: center;
}
.Pd_Left_Right {
  padding: 0px 55px;
}
.Pd_Bottom {
  padding-bottom: 20px;
}
.Font_Regular {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
}
.Font_ExtraBoldItalic {
  font-family: "Poppins", sans-serif;
  font-size: 70px;
  line-height: 72px;
  font-weight: 800;
}
.Font_ExtraBoldItalic_40_70 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  line-height: 70px;
  font-weight: 800;
}
.Team_Dg {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  line-height: 20px;
  font-weight: 300;
  padding-bottom: 15px;
}
.Font_ExtraBold_50 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  line-height: 54px;
  font-weight: 800;
}
.Font_Light {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.Font_ExtraBold_45_54 {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 54px;
  font-weight: 800;
}
.Font_ExtraBold_25_40 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
}
.Font_ExtraBold_30_50H {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
}
.Font_Title_28_40 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
}
.Font_ExtraBold_50_60 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
}
.Font_ExtraBold {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 26.4px;
  font-weight: 700;
}
.Font_Light24_40 {
  font-family: "Poppins", sans-serif;
  font-size: 24.0477px;
  line-height: 40.0795px;
  font-weight: 300;
}
.Blod_Date {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #959595;
}
.blue_Btn a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
  background-color: #3da9dd;
  border-radius: 0px;
  color: #fff;
  padding: 10px 32px;
}
.blue_Btn a:hover {
  background-color: #11b7e5;
}
/* ====================== */
hr {
  margin: 0px !important;
}
a {
  text-decoration: none !important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.font16_15Light {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 14.4px;
  font-weight: 300;
}
.font14_15Light {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 14.4px;
  font-weight: 300;
}
/*==============What We Do==================*/
section.Sec3_Wedo div.container .row div.Img_Box3 {
  padding: 20px 38px;
}
section.Sec3_Wedo div.container .row div.Img_Box3 h3 {
  padding: 22px 0px 2px;
}
section.Sec3_Wedo div.container .row div.Img_Box3 a {
  color: #3da9dd;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
section.Sec3_Wedo div.container .row div.Img_Box3 a i {
  padding-left: 6px !important;
}
section.Sec3_Wedo div.container .row div.Img_Box3 p {
  height: 118px;
}
section.Sec3_Wedo div.container div.row div.d-flex {
  row-gap: 50px;
}
/*========Productions_ImgBox================*/
section.Productions_ImgBox div.container .row .Productions_Full_Img img {
  width: 100%;
  height: 435px;
  object-fit: cover;
}
section.Productions_ImgBox div.container .row .Productions_Full_Img {
  padding: 10px;
}
section.Sec4_IcnBox div.container .row div.Icon_BoxSpace {
  column-gap: 60px;
}
section.Sec5_Team div.Get_Touch_IconBox h3 {
  padding-top: 5px;
}
section.Sec5_Team div.container .row div.Team_FlexBox div.col-md-6 p {
  margin-bottom: 10px;
}
section.Sec5_Team div.container div.Sec5_Firstrow {
  padding: 0px 200px;
}
section.Productions_ImgBox .container div.Btn_space {
  padding-top: 80px;
}
/* === sec nine css start== */
.header_image {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: no-repeat;
}
.theme-color {
  color: #3da9dd;
}
.padding-left80 {
  padding-left: 80px;
}
.sec-right-left {
  padding: 0 100px;
}
/*.get-image {
	text-align: right;
}*/
section.CTA_Section div.container .row div p {
  padding-right: 155px;
}
.header_image {
  background-size: cover;
}

@media (max-width: 1399px) {
  .padding-left80 {
    padding-left: 0px;
  }
  .Team_Dg {
    padding-bottom: 5px;
    font-size: 16px;
  }
  .Font_ExtraBold_30_50H {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1024px) {
  .header_image {
    height: 400px;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #0000004a;
  }
}
@media (max-width: 991px) {
  .padding-left80 {
    padding-left: 200px;
  }
}
@media (max-width: 767px) {
  .header_image {
    height: 300px;
  }
  .padding-left80 {
    padding-left: 0px;
  }
}
@media (max-width: 584px) {
  .header_image {
    height: 250px;
  }
  .header_image .mb-4 {
    margin-bottom: 1rem !important;
  }
  .padding-left80 {
    padding-left: 200px;
  }
}
@media (max-width: 485px) {
  .padding-left80 {
    padding-left: 150px;
  }
}
@media (max-width: 460px) and (min-width: 320px) {
  .padding-left80 {
    padding-left: 60px;
  }
}
/* ==== global sec css start==== */
.Font25_40Reg {
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}
.padding-box {
  padding: 20px 38px;
}
.height-180 {
  height: 162px;
}
.height-120 {
  height: 120px;
}
.margin20 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .padding-box {
    padding: 20px;
  }
  .height-180 {
    height: 180px;
  }
}
@media (max-width: 1024px) {
  .height-180 {
    height: 180px;
  }
}
@media (max-width: 991px) {
  .padding-box {
    padding: 0 10px;
  }
  .height-180 {
    height: 140px;
  }
  .about-section .d-flex.justify-content-center.flex-wrap {
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .height-180 {
    height: auto;
    padding-bottom: 10px;
  }
  section.about-section.Sec_pd .col-md-4.padding-box.text-center {
    margin-bottom: 50px;
  }
  .about-section .d-flex.justify-content-center.flex-wrap {
    row-gap: 70px;
  }
}
@media (max-width: 584px) {
  .height-180 {
    height: auto;
    margin-bottom: 20px;
  }
  .about-section .d-flex.justify-content-center.flex-wrap {
    row-gap: 40px;
  }
}
/* ==== global sec css end==== */
/* === odd even sec css start=== */
.align-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.odd-sec-p {
  padding: 0 50px 0 292px;
}
.even-sec-p {
  padding: 0 292px 0 50px;
}
.arrow-image {
  padding-bottom: 40px;
}
.text_end_high img {
  width: 100%;
}
@media (max-width: 2569px) and (min-width: 1921px) {
  .text_end_high {
    text-align: end;
  }
  .odd-sec-p {
    padding: 0 0px 0 500px;
  }
  .even-sec-p {
    padding: 0 500px 0 0;
  }
}

@media (max-width: 1600px) {
  .odd-sec-p {
    padding: 0 50px 0 200px;
  }
  .even-sec-p {
    padding: 0 200px 0 50px;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .odd-sec-p,
  .even-sec-p {
    padding: 0 50px;
  }
}
@media (max-width: 1299px) {
  .Font_ExtraBold_45_54 {
    font-size: 40px;
    line-height: 48px;
  }
  .Font_ExtraBoldItalic {
    font-size: 62px;
    line-height: 62px;
  }
}

@media (max-width: 1200px) {
  .Font_ExtraBoldItalic {
    font-size: 62px;
    line-height: 62px;
  }
}
@media (max-width: 1499px) {
  .Sec_pb {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .arrow-image {
    padding-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .text_end_high,
  .high-textend {
    align-items: center;
    display: inline-flex;
  }
}
@media (max-width: 991px) {
  .who_three {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  section.who_four .row {
    flex-direction: column-reverse;
  }
  .odd-sec-p,
  .even-sec-p {
    padding: 30px 50px !important;
  }
}
/* === odd even sec css end==== */
/*New_section*/
section.latest_News div.container .row h2.Font_ExtraBold_45_54 {
  padding-bottom: 30px;
}
section.latest_News div.container .row .News_Box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
/* section.latest_News div.container .row .News_Box h2 {
  padding: 28px 0px 12px;
  height: 88px;
  overflow: hidden;
} */
section.latest_News div.container .row .News_Box h3 {
  padding: 28px 0px 12px;
  height: 88px;
  overflow: hidden;
}
section.latest_News div.container .row .News_Box p.Font_Light {
  padding-right: 15px;
}
section.latest_News div.container .row .News_Box p a {
  color: #3da9dd;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
/*===============Team_profile=======================*/
section.Sec-2Video div.container .row h3 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 70px;
  font-weight: 800;
  color: #3ea7e4;
}
section.Team_profile div.container .row div.Team_Content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
  padding: 25px 30px 5px;
}
section.Team_profile div.container .row div.Team_Content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
}
section.Team_profile div.container .row div.TeamFlex_Box {
  flex-wrap: wrap;
  padding: 30px 35px 0px;
}
section.Team_profile div.container .row div.TeamFlex_Box img {
  padding: 15px;
  width: 100%;
  height: 235px;
  object-fit: cover;
}
section.Sec-2Video p {
  padding: 0px 120px;
}
section.Sec-2Video div.container .row div.Video_ifrem iframe {
  width: 68%;
  height: 435px;
  padding-top: 20px;
}
/*========Cape Town Studio Floor Plans=========*/
section.Floor_Plan_Map div.Map_Data a {
  color: #3da9dd;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}
section.Floor_Plan_Map h2.Font_ExtraBold_45_54 {
  padding-bottom: 30px;
}
/* section.Floor_Plan_Map h2.Font_ExtraBold_25_40 {
  padding-top: 15px;
} */
section.Floor_Plan_Map h3.Font_ExtraBold_25_40 {
  padding-top: 15px;
}
section#Who_secIcon div.padding-box div.blue_Btn a {
  font-weight: 600 !important;
}
section.Image_Left_right div.container .row div.col-md-6 h2 {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: 800;
}
section.Image_Left_right div.container .row div.col-md-6 ul {
  margin: 0px !important;
  padding-left: 1.4em !important;
  padding-top: 22px;
  padding-right: 200px;
}
section.Image_Left_right div.container .row div.col-md-6 ul li strong {
  color: #3da9dd;
  font-weight: bold;
}
section#Who_secIcon div.container .row h2.Font_ExtraBold_45_54 {
  padding-bottom: 20px;
}
section.Image_Left_right .carousel-indicators [data-bs-target] {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  font-size: 0px !important;
}
section.Image_Left_right ol li.active {
  background-color: #4180ff !important;
}
section.Image_Left_right ol li#benefitsImgs {
  background-color: #fff !important;
}
section.Image_Left_right div.Image_carosl {
  padding-right: 50px;
}
section.Image_Left_right div.Image_carosl img {
  height: 365px;
}
/*---------------Policy_pages-------------------*/
body.privacy-policy main,
body.page-id-728 main,
body.page-id-731 main {
  max-width: 1320px !important;
  margin: auto;
  padding: 50px 20px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
body.privacy-policy main h1,
body.page-id-728 main h1,
body.page-id-731 main h1 {
  color: #3da9dd;
}
/*=============================Media Query Start=======================*/
@media (max-width: 1500px) {
  section.CTA_Section div.container .row div.col-md-4 {
    text-align: center;
  }
  .Blod_Date {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1399px) {
  .Font_ExtraBold_25_40 {
    font-size: 20px;
    line-height: 25px;
  }
  .Font_Light {
    font-size: 15px;
    line-height: 19px;
  }
  section.Sec3_Wedo div.container .row div.Img_Box3 {
    padding: 20px 20px;
  }
  section.Sec3_Wedo div.container .row div.Img_Box3 p {
    height: 120px;
  }
  section.Sec3_Wedo div.container .row div.Img_Box3 img {
    width: 20%;
  }
  section.CTA_Section div.container .row div p {
    padding-right: 68px;
  }
  .padding-box {
    padding: 20px 25px;
  }
  section.Team_profile div.container .row div.TeamFlex_Box {
    padding: 30px 96px 0px;
  }
  section.Image_Left_right div.container .row div.col-md-6 ul {
    padding-right: 0px;
  }
  section.Productions_ImgBox div.container .row .Productions_Full_Img img {
    height: 358px;
  }
  section.latest_News div.container .row .News_Box img {
    height: 265px;
  }
  .odd-sec-p {
    padding: 0 50px 0 100px;
  }
  .even-sec-p {
    padding: 0 100px 0 50px;
  }
  section.Team_profile div.container .row div.TeamFlex_Box img {
    padding: 8px;
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 1199px) {
  section.Sec3_Wedo div.container .row div.Img_Box3 p {
    height: 135px;
  }
  section.Sec5_Team div.container .row div.Team_FlexBox {
    column-gap: 0px !important;
  }
  /*section.Sec5_Team div.container .row div.Team_FlexBox div.col-md-6{
		padding-left: 32px;
	}*/
  .sec-right-left {
    padding: 0 60px;
  }
  section.latest_News div.container .row .News_Box h2 {
    font-size: 20px;
  }
  .sec-right-left div.get-image {
    text-align: center !important;
  }
  section.Team_profile div.container .row div.TeamFlex_Box {
    padding: 30px 0px 0px;
  }
  section.Team_profile {
    padding-top: 40px;
  }
  section.Sec-2Video div.container .row div.Video_ifrem iframe {
    width: 88%;
    height: 445px;
  }
  div.padding-box {
    width: 48% !important;
  }
  .height-180 {
    height: 132px;
  }
  section.who_second div.container .row div.d-flex {
    row-gap: 40px;
  }
  section.Image_Left_right div.container .row div.col-md-6 h2 {
    font-size: 40px;
    line-height: 45px;
  }
  section.Image_Left_right div.container .row div.col-md-6 ul {
    padding-top: 12px;
  }
  section.Image_Left_right div.Image_carosl img {
    height: 302px;
    object-fit: cover;
  }
  section.Image_Left_right div.Image_carosl {
    padding-right: 35px;
  }
  section.Sec4_IcnBox div.container .row div.Icon_BoxSpace {
    column-gap: 62px;
  }
  .Pd_Left_Right {
    padding: 0px;
  }
  section.Productions_ImgBox div.container .row .Productions_Full_Img img {
    height: 295px;
  }
  section.Productions_ImgBox .container div.Btn_space {
    padding-top: 60px;
  }
  section.latest_News div.container .row .News_Box img {
    height: 225px;
  }
  .odd-sec-p {
    padding: 0 20px 0 100px;
  }
  .even-sec-p {
    padding: 0 100px 0 20px;
  }
  section.Sec-2Video p {
    padding: 0px 20px;
  }
}
@media (max-width: 1024px) {
  .font14_15Light {
    line-height: 16px;
  }
  .Font_ExtraBoldItalic {
    font-size: 64px;
    line-height: 70px;
  }
  .Font_ExtraBoldItalic_40_70 {
    font-size: 35px;
    line-height: 42px;
  }
  .Font_ExtraBold_50 {
    font-size: 42px;
    line-height: 50px;
  }
  .Font_ExtraBold_45_54 {
    font-size: 40px;
    line-height: 48px;
  }
  .Font_ExtraBold_25_40 {
    font-size: 22px;
    line-height: 28px;
  }
  section.Sec3_Wedo div.container .row div.Img_Box3 h3 {
    height: 82px;
  }
  .Font_Light {
    font-size: 15px;
    line-height: 18px;
  }
  section.Sec3_Wedo div.container .row div.Img_Box3 {
    padding: 20px 22px;
  }
  .Pd_Bottom {
    padding-bottom: 12px;
  }
  section.Sec4_IcnBox div.container .row div.Icon_BoxSpace {
    column-gap: 38px;
  }
  .Font_ExtraBold_50_60 {
    font-size: 42px;
    line-height: 50px;
  }
  section#Who_secIcon div.container .row h2.Font_ExtraBold_45_54 {
    padding-bottom: 10px;
  }
  .Font_Title_28_40 {
    font-size: 22px;
    line-height: 30px;
  }
  .even-sec-p {
    padding: 0 50px 0 20px;
  }
  .odd-sec-p {
    padding: 0 20px 0 50px;
  }
}
@media (max-width: 992px) {
  .Font_ExtraBold_50 {
    font-size: 38px;
    line-height: 44px;
  }
  section.Sec3_Wedo div.container .row div.Img_Box3 p {
    height: 144px;
  }
}
@media (max-width: 991px) {
  section.Sec3_Wedo div.container .row div.Img_Box3 h3 {
    height: unset !important;
  }
  section.Sec3_Wedo div.container .row div.Img_Box3 p {
    margin-bottom: 0px !important;
  }
  .sec-right-left {
    padding: 0px;
  }
  section.Sec3_Wedo div.container div.row div.d-flex {
    row-gap: 14px;
  }
  .Font_ExtraBold_45_54 {
    font-size: 36px;
    line-height: 40px;
  }
  section.Sec-2Video div.container .row div.Video_ifrem iframe {
    width: 100%;
    height: 418px;
  }
  section.Team_profile div.container .row div.Team_Content h2 {
    font-size: 24px;
    line-height: 32px;
    padding: 25px 20px 2px;
  }
  section.Team_profile div.container .row div.Team_Content img {
    width: 100%;
  }
  section.Team_profile div.container .row div.Team_Content h3 {
    font-size: 18px;
    line-height: 20px;
  }
  div.padding-box {
    width: 50% !important;
  }
  .height-180 {
    height: 152px;
  }
  section.Image_Left_right div.container .row div.col-md-6 h2 {
    font-size: 32px;
    line-height: 38px;
  }
  section.Image_Left_right div.container .row div.col-md-6 ul {
    font-size: 14px;
  }
  /*div.padding-box img{
		width: 48%;
	}*/
  .Sec_pd {
    padding: 50px 0px;
  }
  .Font_ExtraBold_30_50H {
    font-size: 22px;
    line-height: 28px;
  }
  section.Sec5_Team div.container .row div.Team_FlexBox div.col-md-6 a {
    font-size: 14px;
    line-height: 22px;
  }
  section.latest_News div.container .row .News_Box img {
    height: 205px;
  }
  section.Productions_ImgBox .container div.Btn_space {
    padding-top: 40px;
  }
  div.Icon_BoxSpace {
    flex-wrap: wrap;
  }
  section.Sec4_IcnBox div.container .row div.Icon_BoxSpace {
    column-gap: 20px;
  }
}
@media (max-width: 884px) {
  .Font_ExtraBoldItalic {
    font-size: 56px;
    line-height: 58px;
  }
  .Font_ExtraBoldItalic_40_70 {
    font-size: 35px;
    line-height: 42px;
  }
  .Font_ExtraBoldItalic {
    font-size: 56px;
    line-height: 58px;
  }
}
@media (max-width: 768px) {
  .font14_15Light {
    line-height: 18px;
  }
  .Pd_Left_Right {
    padding: 0px 0px;
  }
  .Font_ExtraBold_50 {
    font-size: 38px;
    line-height: 44px;
  }
  .Font_ExtraBold_45_54 {
    font-size: 34px;
    line-height: 42px;
  }
  section.Productions_ImgBox div.container .row .Productions_Full_Img {
    padding: 6px;
  }
  section.Sec5_Team div.container .row {
    padding: 0px 0px;
  }
  section.Sec5_Team div.Get_Touch_IconBox img {
    width: 80%;
  }
  section.Sec5_Team div.Get_Touch_IconBox {
    column-gap: 25px;
  }
  .Font_ExtraBold_50_60 {
    font-size: 38px;
    line-height: 42px;
  }
  .Sec_pd {
    padding: 45px 0px;
  }
  section.Image_Left_right div.Image_carosl img {
    height: 255px;
  }
  body.privacy-policy main,
  body.page-id-728 main,
  body.page-id-731 main {
    padding: 25px 32px;
  }
  div.sectionP-odd-even {
    padding: 40px 0px !important;
  }
  section.Productions_ImgBox div.container .row .Productions_Full_Img img {
    height: 332px;
  }
  div.arrow-image img {
    width: 142px;
  }
  section.Sec4_IcnBox div.container .row div.Icon_BoxSpace {
    column-gap: 15px;
  }
  section.Team_profile div.container .row div.TeamFlex_Box img {
    height: 178px;
  }
}
@media (max-width: 767px) {
  .Font_ExtraBold_50 {
    font-size: 28px;
    line-height: 34px;
  }
  .blue_Btn a {
    font-size: 15px;
    padding: 10px 26px;
  }
  section.Sec3_Wedo div.container .row div.Img_Box3 h3 {
    height: unset !important;
  }
  .sec-right-left,
  .get-image {
    text-align: center;
  }
  .get-image {
    padding-top: 50px;
  }
  section.Productions_ImgBox div.container .row .Productions_Full_Img {
    width: 33%;
  }
  section.Productions_ImgBox div.container .row .Productions_Full_Img img {
    height: 232px;
  }
  section.Sec3_Wedo div.container .row div.Img_Box3 p {
    height: unset !important;
    padding-bottom: 16px;
  }
  section.Sec3_Wedo div.container .row div.Img_Box3 img {
    width: 14%;
  }
  .Font_Light24_40 {
    font-size: 20px;
    line-height: 28px;
  }
  section.CTA_Section div.container .row div p {
    padding-right: 0px;
  }
  section.latest_News .sec-right-left {
    text-align: left;
  }
  section.Sec-2Video div.container .row h3 {
    font-size: 25px;
    line-height: 35px;
  }
  section.Sec-2Video div.container .row div.Video_ifrem iframe {
    width: 98%;
    height: 288px;
    padding-top: 10px;
  }
  .Banner_Padding {
    padding: 68px 0px 20px;
  }
  div.padding-box {
    width: 100% !important;
  }
  .height-180 {
    height: unset;
  }
  section.Floor_Plan_Map h2.Font_ExtraBold_25_40 {
    padding-top: 5px;
  }
  section.Image_Left_right div.container .row {
    row-gap: 45px;
  }
  section.Team_profile div.container .row div.TeamFlex_Box div.col-md-4 {
    width: 50%;
  }
  section.Team_profile div.container .row div.Team_Content h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 20px 12px 2px;
  }
  section.Team_profile div.container .row div.Team_Content img {
    width: 100%;
  }
  section.Image_Left_right div.Image_carosl {
    padding-right: 12px;
  }
  section.header_image div h3 {
    padding-left: 120px;
  }
  div.site-branding img {
    width: 320px !important;
  }
}
@media (max-width: 684px) {
  section.header_image div h3 {
    padding-left: 92px;
  }
}
@media (max-width: 584px) {
  .Font_ExtraBoldItalic {
    font-size: 36px;
    line-height: 40px;
  }
  .Font_ExtraBoldItalic_40_70 {
    font-size: 28px;
    line-height: 30px;
  }
  .Sec_pd {
    padding: 35px 15px;
  }
  .Font_ExtraBold_50 {
    font-size: 25px;
    line-height: 30px;
  }
  .Font_Light {
    font-size: 14px;
  }
  section.Sec3_Wedo div.container .row div.Img_Box3 {
    padding: 25px 5px;
  }
  section.Sec3_Wedo div.container .row div.Img_Box3 img {
    width: 18%;
  }
  section.Sec3_Wedo div.container .row div.Img_Box3 h3 {
    height: unset !important;
  }
  .Font_ExtraBold_25_40 {
    font-size: 19px;
    line-height: 22px;
  }
  .Font_ExtraBold_45_54 {
    font-size: 24px;
    line-height: 26px;
  }
  section.Sec4_IcnBox div.container .row div.Icon_BoxSpace {
    column-gap: 20px;
  }
  section.Productions_ImgBox div.container .row .Productions_Full_Img {
    width: 50%;
  }
  section.Productions_ImgBox div.container .row .Productions_Full_Img {
    padding: 6px;
  }
  section.Productions_ImgBox div.container .row .Productions_Full_Img img {
    width: 100%;
  }
  section.Productions_ImgBox {
    padding: 0px 15px;
  }
  .Font_ExtraBold_50_60 {
    font-size: 25px;
    line-height: 30px;
  }
  section.CTA_Section div.container .row {
    row-gap: 60px !important;
  }
  .blue_Btn a {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 25px;
  }
  section.Sec3_Wedo div.container .row div.Img_Box3 a {
    font-size: 15px;
  }
  .get-image img {
    height: 150px;
  }
  .get-image {
    padding-top: 0px;
  }
  section.Sec3_Wedo div.container div.row div.d-flex {
    row-gap: 0px;
  }
  hr {
    width: 80% !important;
    margin: 0px auto !important;
  }
  section.latest_News div.container .row .News_Box h2 {
    font-size: 18px;
    line-height: 22px;
  }
  section.latest_News div.container .row .News_Box h2 {
    padding: 18px 0px 8px;
  }
  .Blod_Date {
    font-size: 15px;
    margin-bottom: 0.6rem;
  }
  section.latest_News div.container .row .News_Box p a {
    font-size: 14px;
  }
  section.header_image {
    padding: 0px 10px;
  }
  section.header_image div.header-arrow img {
    width: 32%;
  }
  .padding-box {
    padding: 20px 0px;
  }
  .Font25_40Reg {
    font-size: 20px;
    line-height: 25px;
  }
  .Font_Title_28_40 {
    font-size: 20px;
    line-height: 25px;
  }
  section#Who_secIcon .padding-box img {
    width: 32%;
    margin-bottom: 10px;
  }
  section.Image_Left_right div.container .row div.col-md-6 h2 {
    font-size: 24px;
    line-height: 28px;
  }
  section.Image_Left_right div.container .row {
    row-gap: 32px;
  }
  section.Image_Left_right div.container .row div.col-md-6 ul {
    padding-top: 5px;
  }
  section.Floor_Plan_Map div.Map_Data a {
    font-size: 13px;
    line-height: 15px;
  }
  section.Floor_Plan_Map h2.Font_ExtraBold_45_54 {
    padding-bottom: 12px;
  }
  section.Sec3_Wedo {
    padding-bottom: 10px !important;
  }
  section.Sec-2Video div.container .row div.Video_ifrem iframe {
    width: 98%;
    height: 208px;
  }
  section.Team_profile div.container .row div.TeamFlex_Box div.col-md-4 {
    width: 50%;
  }
  section.Team_profile div.container .row div.Team_Content h2 {
    font-size: 17px;
    line-height: 22px;
    padding: 20px 12px 2px;
  }

  section.Team_profile div.container .row div.Team_Content h3 {
    font-size: 14px;
    line-height: 16px;
  }
  section.Team_profile div.container .row div.Team_Content img {
    width: 100%;
  }
  section.Sec-2Video div.container .row h3 {
    font-size: 19px;
    line-height: 30px;
    padding-top: 5px;
  }
  .Banner_Padding {
    padding: 42px 0px 0px;
  }
  section.Team_profile div.container .row div.TeamFlex_Box {
    padding: 15px 0px 0px;
  }
  input#input_1_5_1 {
    margin-top: 18px !important;
  }
  section.Image_Left_right div.Image_carosl img {
    height: 225px;
  }
  .Team_Dg {
    font-size: 13px;
  }
  section.Sec5_Team div.container .row div.Team_FlexBox div.col-md-6 a {
    line-height: 22px;
  }
  .Font_ExtraBold_30_50H {
    font-size: 20px;
    line-height: 24px;
  }
  body.privacy-policy main,
  body.page-id-728 main,
  body.page-id-731 main {
    padding: 15px 18px;
  }
  .odd-sec-p,
  .even-sec-p {
    padding: 0 40px 20px !important;
  }
  section.Sec4_IcnBox div.container .row div.Icon_BoxSpace {
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 35px;
  }
  section.Sec4_IcnBox div.container .row div.Icon_BoxSpace img {
    width: auto;
    height: 98px !important;
  }
  section.header_image div h3 {
    padding-left: 10px;
  }
  div.site-branding img {
    width: 65% !important;
  }
  div.arrow-image img {
    width: 105px;
  }
  section.Team_profile div.container .row div.TeamFlex_Box img {
    height: 158px;
  }
}
@media (max-width: 355px) {
  section.Team_profile div.container .row div.TeamFlex_Box div.col-md-4 {
    width: 100%;
  }
  .Font_ExtraBoldItalic_40_70 {
    font-size: 25px;
    line-height: 30px;
  }
  .padding-left80 {
    padding-left: 24px;
  }
  .Font_ExtraBoldItalic {
    font-size: 34px;
    line-height: 36px;
  }
  section.Team_profile div.container .row div.TeamFlex_Box {
    padding: 15px 0px 0px;
  }
  section.Team_profile div.container .row div.Team_Content img {
    width: 52%;
  }
}
/*========Form==============*/
div.gform_heading h2,
div.gform_heading p {
  display: none !important;
}
label.gfield_consent_label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
}
label.gfield_consent_label a {
  color: #3da9dd !important;
  font-weight: bold;
}
input.gform_button {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 600;
  background-color: #3da9dd;
  border-radius: 0px;
  color: #fff;
  padding: 14px 32px;
  border: 0;
}
.gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  span:not([style*="display:none"]):not(.ginput_full) {
  padding-right: 1.5% !important;
  padding-left: 0px !important;
}
.gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  span:not([style*="display:none"]):not(.ginput_full)
  ~ span:not(.ginput_full) {
  padding-left: 1.5% !important;
  padding-right: 0px !important;
}
div[aria-live="polite"] {
  display: none !important;
}
a:focus {
  outline: none !important;
}
div.privacy-policy {
  display: none;
}
section.Sec4_IcnBox div.container .row div.Icon_BoxSpace img {
  width: auto;
  height: 100px;
  object-fit: contain;
}
/* section.who_second.Sec_pd.about-section h2.Font25_40Reg.White_clr,
section.what_fourth.Sec_pd.about-section h2.Font25_40Reg.White_clr {
  font-weight: 600 !important;
} */
section.who_second.Sec_pd.about-section h3.Font25_40Reg.White_clr,
section.what_fourth.Sec_pd.about-section h3.Font25_40Reg.White_clr {
  font-weight: 600 !important;
}
.gform_confirmation_message {
  text-align: center;
  color: white;
  background-color: #3ea7e4;
  padding: 15px;
  border-radius: 5px;
  margin: 20px 0;
}
section.staff_picture_section img.staff_picture {
  max-width: 75%;
  margin: 0 auto;
  object-fit: contain;
  padding: 20px;
}
section.Sec_pd.Image_Left_right li.White_clr.Font_Light > p {
  margin-bottom: 0.2rem;
}
