/*!
Theme Name: tbindustry
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tbindustry
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.

tbindustry is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


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

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


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


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


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


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


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url("https://use.typekit.net/jxc4zaf.css");
@font-face {
    font-family: 'Libre Baskerville';
    src: url('fonts/LibreBaskerville-Regular.eot');
    src: url('fonts/LibreBaskerville-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/LibreBaskerville-Regular.woff2') format('woff2'), url('fonts/LibreBaskerville-Regular.woff') format('woff'), url('fonts/LibreBaskerville-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Libre Baskerville';
    src: url('fonts/LibreBaskerville-Italic.eot');
    src: url('fonts/LibreBaskerville-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/LibreBaskerville-Italic.woff2') format('woff2'), url('fonts/LibreBaskerville-Italic.woff') format('woff'), url('fonts/LibreBaskerville-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Libre Baskerville';
    src: url('fonts/LibreBaskerville-Bold.eot');
    src: url('fonts/LibreBaskerville-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/LibreBaskerville-Bold.woff2') format('woff2'), url('fonts/LibreBaskerville-Bold.woff') format('woff'), url('fonts/LibreBaskerville-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body,
html {
    height: 100%;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

body {
    font-size: 18px;
    line-height: 30px;
    color: #39211b;
    font-family: "myriad-pro";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

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

.subarea_details img {
    width: 100%;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

a {
    color: #6ea8d8;
    text-decoration: none;
}

a:hover {
    color: #39211b;
    text-decoration: none;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Baskerville';
    padding: 0;
    margin: 0 0 25px 0;
}

h1 {
    font-size: 70px;
    line-height: 1.3;
}

h2 {
    font-size: 64px;
    line-height: 1.3;
}

h3 {
    font-size: 56px;
    line-height: 1.3;
}

h4 {
    font-size: 48px;
    line-height: 1.3;
}

h5 {
    font-size: 26px;
    line-height: 1.3;
}

h6 {
    font-size: 24px;
    line-height: 1.3;
}

p {
    margin-bottom: 35px;
}

p:last-child {
    margin-bottom: 0;
}

ol {
    padding-left: 20px;
}

ol li {
    margin-bottom: 5px;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    padding: 0;
    padding-left: 10px;
    position: relative;
    list-style: none;
    margin-bottom: 6px;
}

ul li:last-child {
    margin-bottom: 0;
}

ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #0d0d0d;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: -18px;
}

a {
    transition: 0.3s all ease-in-out 0s;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -moz-transition: 0.3s all ease-in-out 0s;
}

.dropdown-toggle:focus {
    outline: none;
}

mark {
    color: #4dbdf4;
    font-weight: 700;
    background: transparent;
    padding: 0;
}

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,
.form-control {
    font-family: 'Libre Baskerville';
    padding: 10px 12px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #777777;
    border-radius: 0;
    color: #6b655a;
    width: 100%;
    height: 55px;
}

textarea {
    height: 100px;
}

select {
    font-family: 'Libre Baskerville';
    background: url(images/down-arrow.svg) right 10px center no-repeat;
    background-size: 20px;
    border: 2px solid #777777;
    padding: 5px 10px;
    color: #6b655a;
    width: 100%;
    height: 55px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 15px;
    padding-right: 26px;
}

select[multiple] {
    background: transparent;
    min-height: 85px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6c6c6c;
    opacity: 1 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #6c6c6c;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #6c6c6c;
    opacity: 1 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #6c6c6c;
    opacity: 1 !important;
}

button[type="submit"],
input[type="button"],
input[type="submit"] {
    text-align: center;
    padding: 10px 40px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    background: #39211b;
    border: 0;
    font-weight: 700;
    transition: 0.3s all ease-in-out 0s;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -moz-transition: 0.3s all ease-in-out 0s;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

button[type="submit"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
    outline: none;
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background: #6ea8d8;
    color: #fff;
    outline: none;
    text-decoration: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}


/*checkbox open*/

.check-pro {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.check-pro input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.check-pro:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.check-pro input:checked~.checkmark {
    background-color: #68ae00;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.check-pro input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.check-pro .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Create a custom radio button */


/*checkbox end*/


/*radio open*/

.radio-pro {
    display: block;
    position: relative;
    padding-left: 38px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    line-height: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.radio-pro input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.radio-pro .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #6c6c6c;
}


/* On mouse-over, add a grey background color */


/*.radio-pro:hover input~.checkmark {
    background-color: #ccc;
}*/


/* When the radio button is checked, add a blue background */

.radio-pro input:checked~.checkmark {
    border: 1px solid #6c6c6c;
}


/* Show the indicator (dot/circle) when checked */

.radio-pro input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radio-pro .checkmark::after {
    top: 5px;
    left: 5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #6c6c6c;
}


/*radio end*/


/*file upload open*/

.customfile_input {
    height: 31px;
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
}

.customfile_label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    padding-left: 215px;
    line-height: 25px;
}

.customfile_label::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 197px;
    background: none;
    border: 2px solid #e9c04a;
    display: block;
    content: 'Choose File';
    height: 100%;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
    font-family: 'CenturyGothic';
    font-size: 16px;
    color: #e9c04a;
    text-transform: uppercase;
}

.customfile_inputin:hover+.customfile_label::after {
    background: #e9c04a;
    color: #2a597f;
}

.customfile_inputin {
    position: relative;
    z-index: 2;
    width: auto;
    margin: 0;
    opacity: 0;
    height: 100%;
    cursor: pointer;
}

.imageupload_inp {
    padding-top: 10px;
    width: 100%;
}


/*file upload end*/


/*images-check box open*/

.support_forminptradio {
    position: relative;
}

.support_forminptradio label {
    margin: 0;
    position: relative;
    display: inline-block;
}

.support_forminptradio_label {
    padding-left: 34px;
}

.support_forminptradio input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.support_forminptradio input[type="checkbox"]+.support_forminptradio_label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url(images/chk2.png) no-repeat center center;
    cursor: pointer;
}

.support_forminptradio input[type="checkbox"]:checked+.support_forminptradio_label::before {
    background-image: url(images/chk1.png);
}


/*images-check box end*/


/*back to top open*/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: url(images/uploading-white.svg) center no-repeat;
    background-size: 25px;
    background-color: #6ea8d8 !important;
    width: 52px;
    height: 52px;
    display: block;
    text-decoration: none;
    z-index: 999;
    border-radius: 0;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background-color: #000 !important;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/*back to top end*/


/*header*/

.header {
    position: relative;
}

#showmenu {
    display: block;
    position: absolute;
    height: 53px;
    left: 0px;
    top: 0px;
    width: 56px;
    z-index: 9002;
    box-shadow: none;
    border: 0;
    outline: 0;
    background: #fff;
    cursor: pointer;
}

#showmenu span {
    position: absolute;
    top: 25px;
    left: 17px;
    width: 18px;
    height: 2px;
    text-align: center;
    background: #000;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

#showmenu span:nth-child(1) {
    margin-top: -5px;
}

#showmenu span:nth-child(3) {
    margin-top: 5px;
}

.sidemenu-outer.open #showmenu {
    background: transparent;
    transform: rotate(90deg);
}

.sidemenu-outer.open #showmenu span {
    background-color: #fff;
}

.sidemenu-outer {
    display: inline-block;
    vertical-align: top;
    height: 100vh;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sidemenunav {
    height: 0;
    -moz-transition: right 0.2s linear;
    -o-transition: right 0.2s linear;
    -webkit-transition: right 0.2s linear;
    transition: right 0.2s linear;
    width: 0px;
    z-index: 9001;
    transform: translate(-60px, -60px);
    overflow-y: auto;
}

.sidemenu-outer.open {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 70px 30px 0 30px;
}

.sidemenu-outer .sidemenunav.open {
    left: 0;
    width: 272px;
    transform: translate(0px, 0px);
    height: 100%;
}

.sidemenunav ul li {
    position: relative;
}

.sidemenunav ul li:before {
    display: none;
}

.sidemenunav ul>li a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 12px 0 12px 5px;
    text-align: left;
    font-family: 'Libre Baskerville';
    display: inline-block;
    width: 100%;
}

.sidemenunav ul>li a:not([href]):not([tabindex]) {
    color: #fff;
    cursor: pointer;
}

.sidemenunav ul>li a:hover,
.sidemenunav ul li.current-menu-item>a,
.sidemenunav ul>li.current-menu-item>a:focus,
.sidemenunav ul>li.current-menu-item>a:hover,
.sidemenunav .sub-menu>li.current_page_item a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.sidemenunav .sub-menu>li a {
    padding-left: 35px;
}

body.fixed {
    overflow: hidden;
}


/*body.fixed .maincontnt,body.fixed .inner_page{
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}*/


/*body.fixed .header:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
     -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px); 
}*/

.sidemenunav ul>li {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    padding: 0;
}

.sidemenunav .sub-menu>li {
    border-bottom: 0;
}

.headr_logo {
    position: absolute;
    z-index: 99;
    padding: 0;
    width: auto;
    right: 30px;
    top: 22px;
}


/*header_end*/


/* animation Containers*/

.scrollContainer {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: auto;
}

.anim-wrapper,
.anim-wrapper .scrollContent {
    height: 100%;
}

.section-wipes {
    height: 100%;
    width: 100%;
}

.animSlideContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.panel {
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.scrollProgress {
    position: absolute;
    top: 100px;
    border-left: 1px solid #fff;
    width: 0;
    left: 24%;
    height: 110px;
    z-index: 1;
    pointer-events: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.scrollProgress:after {
    content: "scroll";
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    position: absolute;
    top: 80px;
    left: -17px;
    letter-spacing: 5px;
    line-height: 100%;
}

.scrollProgress:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: #fff;
    top: 0;
    left: -4px;
    width: 7px;
    height: 7px;
}

.image_bg {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.panel_content {
    position: absolute;
    top: 58%;
    left: 0;
    right: 0;
    text-align: left;
    color: #fff;
}

.pannel_container_innner h2 {
    background: url(images/text-shodow.png) center bottom no-repeat;
    background-size: contain;
    display: inline-block;
}


/*.panel_container{
	max-width: 857px;
	margin: 0 auto;
}*/

.animSlideContainer .pnnnl_para p {
    margin-bottom: 25px;
    font-family: 'Libre Baskerville';
}

.animSlideContainer .pnnnl_para p:last-child {
    margin-bottom: 0;
}

.animSlideContainer .pnnnl_para {
    opacity: 0;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    margin-left: -6%;
}

.animSlideContainer .pnnnl_para.show {
    opacity: 1;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.heading_sec {
    font-size: 65px;
    line-height: 1.4;
    color: #39211b;
}

.heading_sec span {
    display: block;
}

.our_people {
    padding: 0 68px;
    position: relative;
    padding-top: 131px;
}

.our_people_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.our_people_row_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
    padding-right: 20px;
}

.our_people_row_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 400px);
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
    padding-left: 20px;
}

.people_slider .slick-slide {
    padding: 0 25px;
}

.people_slider.slick-slider {
    margin: 0 -25px;
}

.inner_ppl h2 {
    font-size: 69px;
    line-height: 74px;
    margin-bottom: 15px;
    color: #39211b;
}

.inner_ppl p,
.inner_ppl span {
    color: #39211b;
}


/*.inner_ppl p{
	font-size: 20px;
	line-height: 30px;
}*/

.inner_ppl figure img {
    width: 100%;
}

.line_p1 {
    position: absolute;
    left: 257px;
    top: 0;
}

.slick-arrow {
    z-index: 1;
}

.slick-arrow:before {
    display: none;
}

.brown-arrow .slick-arrow {
    width: 95px;
    height: 95px;
}

.brown-arrow .slick-prev {
    left: 0;
    background: url(images/left-arrow-border.png) no-repeat 0 center;
}

.brown-arrow .slick-next {
    right: 0;
    background: url(images/right-arrow-border.png) no-repeat 0 center;
}

.people_slider .slick-arrow {
    top: 70%;
}

.people_slider .slick-arrow.slick-disabled {
    display: none !important;
}

.map_nw {
    position: absolute;
    left: -120px;
    bottom: -38px;
}

.explorer_cadetship {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

.explorer_cadetship_outer {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    background: rgba(57, 33, 27, 0.9);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 35px 70px;
    color: #fff;
}

.explorer_cadetship_outer .btn-info {
    background-color: transparent !important;
    color: #6ea8d8 !important;
    border: 0 !important;
    box-shadow: inherit !important;
    padding: 0;
    margin-bottom: 15px;
    text-decoration: underline;
    white-space: pre-line;
    text-align: left;
}

.explorer_cadetship_outer p {
    font-family: 'Libre Baskerville';
}

.cadetship_logo {
    text-align: center;
    margin-bottom: 66px;
}

.explorer_cadetship_inner .btn {
    background-color: transparent !important;
    color: #fff;
    border: 0 !important;
    box-shadow: inherit !important;
    padding: 0;
    white-space: inherit;
    text-align: left;
    font-size: 100%;
    vertical-align: middle;
    text-decoration: underline;
}

.explorer_cadetship_inner .btn:hover {
    color: #6ea8d8;
}

.explorer_cadetship_inner p a:hover {
    color: #6ea8d8;
    text-decoration: underline;
}

.vbtn {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    padding: 25px 65px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: inline-block;
    background: #6ea8d8;
    color: #fff;
}

.straight_source {
    padding: 85px 0;
}

.straight_source_container {
    max-width: 1413px;
    margin: 0 auto;
    padding: 0 20px;
}

.str_slid_cont {
    text-align: center;
}

.str_slid_cont h4 {
    margin-bottom: 70px;
}

.str_slid_cont p {
    font-family: 'Libre Baskerville';
    /*font-size: 28px;
	line-height: 1.5;*/
}

.str_slid_cont code {
    font-family: 'Libre Baskerville';
    padding-top: 50px;
    color: #39211b;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    font-style: italic;
}

.straight_source_slider .slick-arrow {
    width: 30px;
    height: 30px;
}

.straight_source_slider .slick-prev {
    background: url(images/lft_arrow.png) no-repeat 0 center;
    left: 0;
}

.straight_source_slider .slick-next {
    background: url(images/rt_arrow.png) no-repeat 0 center;
    right: 0;
}

.straight_source_slider {
    padding: 0 130px;
}

.straight_source_slider .slick-arrow.slick-disabled {
    opacity: 0.7;
}

.full-height {
    height: 100vh;
}

.topfooter {
    margin-top: -4px;
    padding: 0 70px;
    background: #39211b;
    color: #fff;
}

.footer_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-ms-flex-align: center;*/
    /*-webkit-align-items: center;*/
    /*-webkit-box-align: center;*/
    /*align-items: center;*/
}

.footer_in_left {
    flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    max-width: 32%;
    text-align: center;
    padding: 120px 0;
    padding-right: 50px;
    border-right: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home .footer_in_left {
    border-right: 0;
}

.footer_in_center{
    flex: 0 0 36%;
    -ms-flex: 0 0 36%;
    max-width: 36%;
    background-color: #ffffff;
}
h3.sponsors-header{
    margin: 45px 0 32px;
    text-align: center;
    color: #7aa7d4;
    font-family: 'Libre Baskerville', sans-serif !important;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}

@media (max-width: 1250px) {
    h3.sponsors-header{
        font-size: 23px;
        letter-spacing: 2.5px;
    }
}

.footer_in_center .desktop-sponsors{
    padding-bottom: 20px;
}
.footer_in_center .sponsors-row{
    width: 87%;
    margin: 14px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sponsor-item{
    width: 40%;
    text-align: center;
}
.sponsor-item img{
    max-height: 79px;
}

.footer_in_center .sponsors-row:nth-of-type(2) .sponsor-item{
    width: calc(100% / 3);
}
.footer_in_center .sponsors-row:nth-of-type(2) .sponsor-item:nth-of-type(2) img{
    max-height: unset;
}

.footer_in_right {
    flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    max-width: 32%;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 991px){
    .footer_in_right .social_media{
        display: none;
    }
}
@media (max-width: 991px){
    .footer_in_left .social_media{
        display: none;
    }
    .footer_logo{
        margin: auto;
    }
    .footer_in_center {
        flex: 0 0 calc(100% + 80px);
        -ms-flex: 0 0 calc(100% + 80px);
        max-width: calc(100% + 80px);
        margin: 0 -40px 35px;
    }
    h3.sponsors-header{
        font-size: 20px;
        letter-spacing: 2.5px;
    }
    .sponsor-item {
        width: auto;
    }
    .sponsor-item img {
        max-height: 53px;
        max-width: 169px;
    }
}
@media (max-width: 525px) {
    .sponsor-item img{
        max-width: 100%;
    }
}
@media (max-width: 475px) {
    .sponsor-item img{
        max-width: 80%;
    }
}
@media (max-width: 330px){
    .adrrs_sc li a {
        font-size: 16px !important;
    }
}


.social_media li:before {
    display: none;
}

.social_media li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding-left: 15px;
}

.social_media li:first-child {
    padding-left: 0;
}

.social_media li a {
    color: #fff;
    font-size: 33px;
}

.social_media li a:hover {
    color: #6ea8d8;
}

.social_media i{
    font-size: 30px;
}

.topfooter a {
    color: #fff;
}

.topfooter a:hover {
    color: #6ea8d8;
}

.topfooter h1,
.topfooter h2,
.topfooter h3,
.topfooter h4,
.topfooter h5,
.topfooter h6 {
    font-family: "myriad-pro";
}

.topfooter h5 {
    font-weight: 700;
    text-transform: uppercase;
}

.footer_in_right_sec1 {
    padding-right: 15px;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .footer_in_right_sec1 {
        display: none;
    }
}

.footer_in_right_sec2 {
    padding-left: 15px;
    text-align: right;
}

.adrrs_sc li:before {
    display: none;
}

.adrrs_sc li a {
    font-size: 28px;
    line-height: 32px;
}

.adrrs_sc li {
    margin-bottom: 18px;
    padding-left: 0;
}

.adrrs_sc li:last-child {
    margin-bottom: 0;
}

.footer_logo {
    display: inline-block;
    max-width: 65%;
}

.discover_more {
    min-height: 1640px;
    padding: 0 50px;
    padding-top: 120px;
    background-color: #61addf !important;
    overflow: hidden;
}

.discover_more_inn_left .heading_sec {
    margin-bottom: 0;
    color: #fff;
}

.ds_slides {
    color: #fff;
}

.ds_slides a {
    color: #fff;
}

.ds_slides a:hover {
    color: #000;
}

.ds_slides figure {
    margin-bottom: 20px;
}

.ds_slides figure img {
    width: 100%;
}

.ds_slides h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    min-height: 92px;
}


/*.ds_slides p{
	font-size: 15px;
	line-height: 1.5;
}*/

.discover_slider {
    padding: 0 50px;
    position: relative;
}

.discover_slider .slick-slide {
    padding: 0 38px;
}


/*.discover_more_inn_left{
	-ms-flex: 0 0 21%;
	flex: 0 0 21%;
	max-width: 21%;
}*/

.discover_more_inn_right {
    /*-ms-flex: 0 0 79%;
	flex: 0 0 79%;
	max-width: 79%;*/
    z-index: 1;
}

.white_arrow .slick-next {
    background: url(images/right_single_arrow.png) no-repeat center center;
    right: -20px;
}

.white_arrow .slick-prev {
    background: url(images/left_single_arrow.png) no-repeat center center;
    left: 0;
}

.discover_slider .slick-arrow.slick-disabled {
    display: none !important;
}

.white_arrow .slick-arrow {
    width: 68px;
    height: 68px;
    background-size: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    z-index: 1;
    background-color: #61addf;
}

.white_arrow .slick-arrow:hover {
    background-color: #000;
    border-color: #000;
}

.white_arrow .slick-arrow img.prev-mobile, .white_arrow .slick-arrow img.next-mobile{
    display: none;
}

.brdr_sec {
    border: 1px solid #fff;
    position: absolute;
    right: -35px;
    top: 0;
    width: 90px;
    height: 415px;
    border-right: 0;
    z-index: -1;
}

.isnta_img>.row {
    margin: 0;
    justify-content: center;
}

.isnta_img_outer {
    padding: 0;
    background-color: #39211b;
}

.insta_img_inn img {
    width: 100%;
}

.btm_insta_part {
    position: absolute;
    left: 30px;
    bottom: 20px;
    z-index: 10;
}

.btm_insta_part a {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Libre Baskerville';
}

.btm_insta_part a i {
    padding-right: 10px;
}

.insta_img_inn figure {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.insta_img_inn figure:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
}

.insta_img_content {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    padding: 30px;
}

.insta_img_content h4 {
    font-size: 55px;
    margin-bottom: 25px;
}

.read_white {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    padding: 18px 70px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 8px;
}

.read_white:hover {
    background: #fff;
    color: #000;
}

.cmn_gap {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner_banner_part {
    position: relative;
}

.inner_banner_part figure {
    margin-bottom: 0;
}

.inner_banner_part img {
    width: 100%;
}

.inner_banner_content {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 43%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.bnr_contnt_in {
    color: #fff;
}

.bnr_contnt_in h2 {
    font-size: 62px;
    line-height: 66px;
    font-weight: 700;
}


/*.bnr_contnt_in p{
	font-size: 32px;
	line-height: 1.4;
}*/

.bnr_contnt_in h2:last-child {
    margin-bottom: 0;
}

.about_page h3 {
    text-align: center;
    font-size: 46px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 42px;
}

.about_page p a {
    text-decoration: underline;
    color: #3d261f;
}

.about_page p a:hover {
    color: #6ea8d8;
}

.about_page figure {
    margin-top: 38px;
    margin-bottom: 75px;
}

.about_page figure:last-child {
    margin-bottom: 0;
}

.about_person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    max-width: 908px;
    margin: 0 auto;
}

.about_person>figure {
    flex: 0 0 195px;
    -ms-flex: 0 0 195px;
    max-width: 195px;
}

.about_person>figure img {
    overflow: hidden;
    width: 195px;
    min-height: 195px;
    max-height: 195px;
    border-radius: 50%;
    object-fit: cover;
}

.about_person .about_person_info {
    flex: 0 0 calc(100% - 195px);
    -ms-flex: 0 0 calc(100% - 195px);
    max-width: calc(100% - 195px);
    padding-left: 35px;
}

.about_person_info h5 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about_person_info ul li:before {
    display: none;
}

.about_person_info ul li {
    font-size: 28px;
    line-height: 32px;
    padding-left: 0;
    margin-bottom: 8px;
}

.about_person_info ul li a {
    color: #3d261f;
}

.about_person_info ul li a:hover {
    color: #6ea8d8;
}

.apply_now_part li {
    margin-bottom: 35px;
}

.apply_now_part li:last-child {
    margin-bottom: 0;
}

.apply_now_part h3 {
    margin-top: 74px;
    margin-bottom: 27px;
    font-weight: 700;
    text-align: center;
    font-size: 46px;
    line-height: 1.5;
}

.apply_now_part h3:first-child {
    margin-top: 0;
}

.apply_now_part h6 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}

.banner_form input[type="text"],
.banner_form input[type="email"],
.banner_form input[type="url"],
.banner_form input[type="password"],
.banner_form input[type="search"],
.banner_form input[type="number"],
.banner_form input[type="tel"] {
    font-size: 20px;
    line-height: 28px;
    color: #6c6c6c;
    padding: 9px 28px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0;
    height: auto;
}

.banner_form_col_check {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px 28px;
}

.banner_form_col_check .radio-pro {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.banner_form_col_check .radio-pro .checkmark {
    top: 4px;
}

.banner_form_col_check .radio-pro:last-child {
    margin-right: 0;
}

.search_advance {
    background-color: transparent !important;
    border: 0;
    font-size: 24px;
    line-height: 28px;
    text-decoration: underline;
    color: #fff;
}

.search_advance:hover {
    color: #6ea8d8;
}

.banner_form button[type="submit"],
.banner_form input[type="button"],
.banner_form input[type="submit"] {
    padding: 13px 18px;
    background-color: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    font-size: 24px;
    line-height: 28px;
    color: #6c6c6c;
}

.banner_form button[type="submit"]:hover,
.banner_form input[type="button"]:hover,
.banner_form input[type="submit"]:hover {
    background-color: #6ea8d8;
    color: #fff;
}

.banner_form input[type="reset"] {
    background: transparent;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    text-decoration: underline;
    border: 0;
    cursor: pointer;
}

.banner_form_col .form-group {
    margin-bottom: 0;
}

.banner_form_col {
    margin-bottom: 30px;
}

.banner_form_col:last-child {
    margin-bottom: 0;
}

.btm_form_contrnt {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.banner_vcncy {
    position: relative;
}

.inner_banner_content.inner_banner_content_vacancy {
    top: 40%;
}

.vacancy_inner_in span {
    display: block;
}

.vacancy_inner_in .timing_vc {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 6px;
    color: #2785e9;
    text-transform: uppercase;
}

.vacancy_inner_in .date_vc {
    font-size: 18px;
    line-height: 22px;
    color: #2b110b;
    margin-bottom: 8px;
}

.vacancy_inner_in h4 {
    font-size: 31px;
    line-height: 36px;
    margin-bottom: 15px;
}

.locate_vc li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 23px;
    line-height: 27px;
    color: #2b110b;
    margin-left: 10px;
    padding-left: 17px;
}

.locate_vc li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.locate_vc li:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #2785e9;
    border-radius: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.locate_vc li:first-child:before {
    display: none;
}

.vacancy_inner_in figure {
    margin-bottom: 56px;
}

.vacancy_inner_in {
    border: 1px solid #dcdcdc;
    padding: 13px 17px;
    position: relative;
}

.candidate_status {
    padding: 8px 13px;
    border-radius: 28px;
    font-size: 18px;
    line-height: 22px;
    background-color: #2b110b;
    color: #fff;
    position: absolute;
    right: 17px;
    top: 13px;
}

.vacancy_inner_row {
    margin-bottom: -24px;
}

.vacancy_inner_row [class*="col-"] {
    margin-bottom: 24px;
}

.heading_ss h3 {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 76px;
}

.az_career_row {
    display: inline-block;
    width: 100%;
    margin-bottom: -50px;
}

.az_career_row_col {
    float: left;
    margin-right: 2%;
    width: 49%;
    border: 1px solid #d9d9d9;
    margin-bottom: 50px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.az_career_row_col:nth-child(2n+2) {
    margin-right: 0;
}

.az_career_row_col_top {
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.az_career_row_col_top figure {
    margin-bottom: 0;
}

.az_career_row_col_top_cnt {
    height: 100%;
    overflow: auto;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.inner_crrs {
    padding: 41px 50px;
}

.az_career_row_col_btm h4 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 0;
}

.az_career_row_col_btm {
    padding: 12px 18px;
}

.az_career_row_col_top figure {
    margin-bottom: 0;
}

.az_career_row_col_top figure img {
    width: 100%;
}

.az_career_row_col:hover .az_career_row_col_top figure {
    opacity: 0;
}

.az_career_row_col:hover .az_career_row_col_top_cnt {
    opacity: 1;
}

.throughbed_img_sec {
    position: relative;
    padding-bottom: 5vw;
    padding-right: 4vw;
    max-width: 50vw;
}

.throughbeD_display {
    max-width: 35vw;
}

.throughbeD_abslt {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 24vw;
}

.throughbed_indus_row_left,
.throughbed_indus_row_right {
    padding-left: 0;
    padding-right: 0;
}

.heading_contents p {
    /*font-size: 22px;*/
    color: #3d261f;
    margin-bottom: 22px;
}

.heading_contents p:lastc-hild {
    margin-bottom: 0;
}

.heading_para {
    padding-left: 86px;
}

.heading_contents h2 {
    color: #000000;
    font-size: 46px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 40px;
}

.throughbed_indus_row_right {
    padding: 123px 130px 0 52px;
}

.throughbed_indus {
    padding-bottom: 100px;
}

.text-head {
    color: #3d261f;
    font-size: 46px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 60px;
}

.numbers_grid_contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 50px;
}

.numbers_grid {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.numbers_grid h4 {
    margin: 0;
    padding: 35px 0;
    font-size: 30px;
    line-height: 1.1;
    color: #412015;
}

.numbers_grid {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px dotted rgba(211, 211, 211, 0.8);
    padding: 20px;
    color: #000;
    text-align: left;
}

.numbers_grid p {
    margin: 0;
    padding-bottom: 30px;
    font-size: 21px;
    line-height: 25px;
    font-family: 'Myriad Pro';
}

.numbers_Inner_right_img figure {
    margin-bottom: 40px;
}

.numbers_Inner_right_img figure:last-child {
    margin-bottom: 0;
}

.heading_container {
    padding: 60px 100px 0 188px;
}

.heading_container_right {
    padding: 105px 100px 0 80px;
}

.life_after_racing {
    background-color: #6ea8d8;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 90px 0;
    margin-top: 184px;
}

.racingcntnts .heading_container_right {
    padding-bottom: 0;
    padding-top: 0;
}

.racingcntnts .heading_contents h2,
.racingcntnts .heading_contents p {
    color: #fff;
}

.racingimg {
    float: left;
    width: 54%;
}

.racingimg figure {
    margin-bottom: 0;
    margin-top: -174px;
}

.racingcntnts {
    float: right;
    width: 46%;
}

.double_img_left {
    text-align: right;
    position: relative;
    padding-bottom: 14vw;
    padding-left: 10vw;
    max-width: 50vw;
}

.double_img_topp {
    max-width: 40vw;
}

.double_img_right {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 16vw;
}

.animal_welfare {
    padding-top: 100px;
}

.animal_welfare .heading_container {
    padding-top: 0;
}

.headpoint {
    text-align: center;
}

.headpoint h4 {
    font-weight: 700;
    margin-bottom: 60px;
}

.timeline_row {
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
}

.timeline_row:last-child {
    padding-bottom: 0;
}

.timeline_row_left {
    float: left;
    width: 36%;
}

.timeline_row_right {
    float: right;
    width: 64%;
    padding-left: 28px;
}

.timeline_row_right p {
    color: #3d261f;
    margin-bottom: 20px;
    font-family: "myriad-pro";
}

.timeline_row_right p:last-child {
    margin-bottom: 0;
}

.timeline_row_right h4 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 20px;
    color: #3d261f;
    font-family: "myriad-pro";
    font-weight: 400;
}

.timeline_row_right h4:last-child {
    margin-bottom: 0;
}

.timeline_row_right h4 span {
    padding-right: 9px;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
}

.timeline_row_outer {
    position: relative;
    z-index: 1;
}

.timeline_row_outer:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #000;
    top: 0;
    left: 30%;
    transform: translateX(-30%);
    z-index: -1;
}

.timeline_row_right h6 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: "myriad-pro";
}

.daylife_cadetship_row {
    display: flex;
    flex-wrap: wrap;
}

.daylife_cadetship_row_left {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
}

.double_img_lftt {
    position: relative;
    max-width: 50vw;
    padding-right: 3vw;
    padding-bottom: 15vw;
}

.displays_img_lftt {
    max-width: 37vw;
}

.double_img_lftt_in {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 30vw;
}

.daylife_cadetship_row_right {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    padding: 55px 152px 0 15px;
}


/*.heading_contents .large p{
	font-size: 24px;
}*/

.week_in_life_row {
    display: flex;
    flex-wrap: wrap;
}

.week_in_life_left {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    order: 0;
    padding-left: 69px;
}

.week_in_life_right {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    order: 1;
    padding-left: 117px;
}

.week_in_life_right figure {
    margin-bottom: 26px;
}

.week_in_life_right figure:lastc-hild {
    margin-bottom: 0;
}

.cmn_gap_btm {
    padding-bottom: 80px;
}

.part_sequence_container {
    padding: 0 92px 0 164px;
}

.part_head {
    text-align: center;
    margin-bottom: 52px;
}

.part_head h3,
.part_head h4 {
    margin-bottom: 0;
    color: #000;
}

.part_head h3 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.part_head h4 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}

.part_sequence_row_right figure {
    margin-bottom: 40px;
}

.part_sequence_row_right figure:last-child {
    margin-bottom: 0;
}

.part_sequence_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 140px;
}

.part_sequence_row:last-child {
    margin-bottom: 0;
}

.part_sequence_row_left {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 85px;
}

.part_sequence_row_right {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.part_sequence_row:nth-child(even) .part_sequence_row_left {
    order: 1;
    padding-right: 0;
    padding-left: 85px;
}

.part_sequence_row:nth-child(even) .part_sequence_row_right {
    order: 0;
}

.part_sequence_row_left h1,
.part_sequence_row_left h2,
.part_sequence_row_left h3,
.part_sequence_row_left h4,
.part_sequence_row_left h5,
.part_sequence_row_left h6 {
    font-family: "myriad-pro";
}

.part_sequence_row_left h3 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 40px;
    font-weight: 700;
}

.part_sequence_row_left h4 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}

.part_sequence_row_left p {
    margin-bottom: 24px;
    font-weight: 600;
}

.part_sequence_row_left p a {
    text-decoration: underline;
    color: #39211b;
}

.part_sequence_row_left p a:hover {
    color: #6ea8d8;
}

.part_sequence_row_left span {
    font-weight: 600;
}

.cadet_spannn {
    display: block;
    margin-bottom: 25px;
}

.part_sequence_row_left p:last-child {
    margin-bottom: 0;
}

.part_sequence_row_left ul li:before {
    display: none;
}

.part_sequence_row_left ul li {
    padding-left: 20px;
    margin-bottom: 6px;
    font-weight: 600;
    position: relative;
}

.part_sequence_row_left ul li:after {
    position: absolute;
    content: "";
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 0;
    top: 11px;
}

.part_sequence_row_left ul {
    margin-bottom: 30px;
    margin-left: 11%;
}

.part_sequence_row_left ul:last-child {
    margin-bottom: 0;
}

.discover_more.discover_more_landing {
    padding: 67px 62px;
    min-height: inherit;
}

.discover_more_landing .ds_slides h3 {
    min-height: inherit;
}

.discover_more_landing .white_arrow .slick-arrow {
    top: 17%;
    -webkit-transform: translate(0, -17%);
    -ms-transform: translate(0, -17%);
    transform: translate(0, -17%);
}

.discover_more_landing .white_arrow .slick-prev {
    left: 50px;
}

.discover_more_landing .white_arrow .slick-next {
    right: 50px;
}

.about_program_row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about_program_right h4 {
    font-size: 46px;
    line-height: 52px;
    font-weight: 700;
}

.about_program_right p a {
    color: #39211b;
    text-decoration: underline;
}

.about_program_right p a:hover {
    color: #6ea8d8;
}

.about_program_right_in {
    padding-left: 60px;
}

.about_program {
    padding: 90px 0;
}

.sponsor_page{

}
.sponsor_page .sponsor_description,
.sponsor_page .donation,
.sponsor_page .donation-form{
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}
.sponsor_page .donation-form{
    margin: 50px auto 0 auto;
}
.sponsor_page h3{
    font-family: "Libre Baskerville";
    font-size: 40px;
}
.sponsor_page .sponsor_description p{
    font-family: "Libre Baskerville";
    font-size: 16px;
    text-align: center;
}
.sponsor_page .sponsor_description{
    margin: 0 auto 80px auto;
}

.sponsor_page .donate-options{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 70px 0 0 0;
}
.sponsor_page .donate-options .option-title,
.sponsor_page .donate-options .gst{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.sponsor_page .amount-option{
    cursor: pointer;
}

.sponsor_page .donate-options .option-amount{
    font-size: 17px;
    font-weight: bold;
    width: 135px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin: 16px 0;
}

.sponsor_page .donate-options .option-amount.sponsor-diamond{
    background-color: #6BD7E5;
}

.sponsor_page .donate-options .option-amount.sponsor-gold{
    background-color: #D0B43F;
}

.sponsor_page .donate-options .option-amount.sponsor-silver{
    background-color: #B8BCBF;
}

.sponsor_page .donate-options .option-amount.sponsor-bronze{
    background-color: #B56B4A;
}

.sponsor_page .donate-options .option-amount.sponsor-other{
    background-color: #6EA8D8;
}

.sponsor_page .donation h3{
    text-align: center;
}

.sponsor_page .donation-form .donation-fields{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sponsor_page .donation-form .donation-fields >p {
    display: none;
}

.sponsor_page .donation-form .donation-from-column{
    width: 100%;
    max-width: 330px;
}

.sponsor_page .donation-form .form-title{
    font-size: 19px;
    font-weight: bold;
    margin: 22px 0 8px 0;
}

.sponsor_page .donation-form .form-rules{
    font-size: 14px;
}

.sponsor_page .donation-form .required-star{
    font-size: inherit;
    color: #D93D23;
}

.sponsor_page .donation-form label{
    font-size: 17px;
    margin: 20px 0 0 0;
}
.sponsor_page .donation-form input{
    border: 1px solid #D2D2D2;
    height: 46px;
}

.sponsor_page .donation-form input{
    font-size: 16px;
    line-height: 22px;
}

.sponsor_page .donation-form button{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background-color: #6EA8D8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 0;
    margin: 30px 0 0 0;
}

.sponsor_page .donation-form .input-description{
    font-size: 11px;
}

.sponsor_page .sponsors-list{
    margin: 90px 0 0 0;
}

.sponsor_page .sponsors-list h3{
    text-align: center;
}

.sponsor_page .sponsors-section{
    height: 60px;
    width: 100%;
    max-width: 1350px;
    background-color: #39211B;
    color: #6EA8D8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Libre Baskerville';
    margin: 0 auto 5px auto;
    position: relative;
}

/*.sponsor_page .sponsors-section:before{*/
/*    content: '';*/
/*    height: 60px;*/
/*    width: 155px;*/
/*    background-color: #39211B;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -155px;*/
/*}*/
/*.sponsor_page .sponsors-section:after{*/
/*    content: '';*/
/*    height: 60px;*/
/*    width: 155px;*/
/*    background-color: #39211B;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: -155px;*/
/*}*/

.sponsor_page .sponsors-logos{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 228px;
}

.sponsor_page .sponsor-logo{
    margin: 20px 10px;
}

.landing_page_banner .bnr_contnt_in p {
    letter-spacing: 2px;
}

.landing_page_banner .bnr_contnt_in {
    max-width: 848px;
    margin: 0 auto;
    text-align: left;
}

.landing_page_banner .bnr_contnt_in h2 {
    text-transform: uppercase;
}

.landing_page_banner .inner_banner_content {
    top: 57%;
}

.industry_in {
    position: relative;
    padding-bottom: 14vw;
    max-width: 50vw;
    padding-right: 5vw;
}

.industry_in_img2 {
    position: absolute;
    max-width: 22vw;
    right: 0;
    bottom: 0;
}

.industry_in_img1 {
    max-width: 36vw;
}

.container-full-width {
    padding: 0 156px;
}

.indus_head h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 0;
    font-weight: 700;
    color: #000;
}

.indus_head {
    margin-bottom: 52px;
    text-align: center;
}

.industry_design_right h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 35px;
    font-weight: 700;
}

.industry_design_right h4:first-child {
    margin-top: 0;
}

.industry_design_right p {
    /*font-size: 20px;
	line-height: 28px;*/
    margin-bottom: 20px;
}

.industry_design_right p:last-child {
    margin-bottom: 0;
}

.industry_design_right p a {
    text-decoration: underline;
    color: #39211b;
}

.industry_design_right p a:hover {
    color: #6ea8d8;
}

.cmn_pad_left {
    padding-left: 46px;
}

.univercity_courses .container-full-width {
    padding-right: 65px;
}

.course_degree ul li:before {
    display: none;
}

.course_degree li {
    margin-bottom: 3px;
    padding-left: 0;
}

.course_degree li:last-child {
    margin-bottom: 0;
}

.course_degree h5 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 700;
}

.course_degree {
    margin-bottom: 28px;
}

.course_degree:last-child {
    margin-bottom: 0;
}

.accredated_qualification {
    padding: 46px 0;
    margin-bottom: 150px;
    background-color: #6ea8d8;
    color: #fff;
}

.accredated_qualification_left h4 {
    font-size: 40px;
}


/*.accredated_qualification_left p{
	font-size: 20px;
	line-height: 28px;
}*/

.accredated_qualification_left p a {
    color: #fff;
    text-decoration: underline;
}

.accredated_qualification_left p a:hover {
    color: #000;
}

.acc_ul_part ul li:before {
    display: none;
}

.acc_ul_part ul li {
    padding-left: 0;
    /*font-size: 18px;line-height: 25px;*/
}

.acc_ul_part h6 {
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.acc_ul_part {
    margin-bottom: 60px;
}

.acc_ul_part:last-child {
    margin-bottom: 0;
}

.acc_img {
    margin-bottom: -150px;
    display: inline-block;
    margin-top: 120px;
}

.training_country li:before {
    display: none;
}

.training_country li {
    display: inline-block;
    padding-left: 16px;
}

.training_country li:first-child {
    padding-left: 0;
}

.training_country_inner {
    border: 1px solid #39211b;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding: 8px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    z-index: 1;
}

.training_country_inner:after {
    position: absolute;
    content: "";
    background-color: #39211b;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    z-index: -1;
}

.training_country_inner:hover:after {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.training_country_inner figure {
    margin: 0;
    max-width: 60px;
}

.training_cn_name {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    text-align: center;
    z-index: 1;
    padding: 15px;
}

.training_country_inner:hover figure {
    opacity: 0;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.training_country_inner:hover .training_cn_name {
    opacity: 1;
    width: 100%;
    color: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.training_cn_name h4 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
}

.training_country {
    margin-bottom: 60px;
    text-align: center;
}

.industry_training_max {
    max-width: 860px;
    margin: 0 auto;
}

.international_courses_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -22px;
    margin-bottom: 64px;
}

.international_courses_row:last-child {
    margin-bottom: 0;
}

.international_courses_left,
.international_courses_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 22px;
}

.international_courses_right h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}

.international_courses_left figure {
    margin-bottom: 0;
}

.international_courses_right p a {
    color: #39211b;
    text-decoration: underline;
}

.international_courses_right p a:hover {
    color: #6ea8d8;
}

.international_courses_row:nth-child(even) .international_courses_left {
    order: 1;
}

.international_courses_row:nth-child(even) .international_courses_right {
    order: 0;
    text-align: right;
}

.heading_news {
    text-align: center;
    margin-bottom: 48px;
}

.heading_news h3 {
    margin-bottom: 0;
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
}

.faq-accordian .card-header {
    padding: 0;
    border: 0;
    background: transparent;
}

.faq-accordian .card {
    border: 0;
    background-color: transparent;
    padding-bottom: 60px;
}

.faq-accordian .card:last-child {
    padding-bottom: 0;
}

.faq-accordian .card .card-link {
    font-size: 28px;
    line-height: 32px;
    color: #457ab2;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    padding-right: 40px;
    position: relative;
}

.faq-accordian .card p a {
    text-decoration: underline;
    color: #39211b;
}

.faq-accordian .card p a:hover {
    color: #457ab2;
}

.faq-accordian .card ul {
    margin-bottom: 28px;
}

.faq-accordian .card ul:last-child {
    margin-bottom: 0;
}

.faq-accordian .card ul li:before {
    left: 0;
    width: 7px;
    height: 7px;
    top: 12px;
}

.faq-accordian .card ul li {
    padding-left: 22px;
}

.arrow-faq {
    position: absolute;
    right: 0;
    top: 7px;
    border: solid black;
    border-width: 0 7px 7px 0;
    display: inline-block;
    padding: 7px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.faq-accordian .card-link .arrow-faq {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.faq-accordian .card-link.collapsed .arrow-faq {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.faq-accordian .card-body {
    padding: 0;
    padding-top: 28px;
}

.our_people_inner {
    background-color: #39211b;
    color: #fff;
}

.our_people_inner .inner_ppl h2,
.our_people_inner .inner_ppl p,
.our_people_inner .inner_ppl span {
    color: #fff;
}

.our_people_inner .heading_sec {
    color: #fff;
}

.our_people_inner .inner_ppl a {
    color: #fff;
}

.our_people_inner .inner_ppl a:hover {
    color: #000;
}

.our_people_inner.our_people {
    padding-top: 68px;
}

.discover_more.discover_more_inner {
    min-height: inherit;
    padding: 70px 50px;
    padding-top: 100px;
}

.ss_slider {
    position: relative;
    margin-bottom: 50px;
    padding-left: 70px;
}

.ss_slider .heading_sec {
    color: #fff;
    padding-left: 40px;
}

.ss_slider_in {
    position: relative;
}

.ss_slider:last-child {
    margin-bottom: 0;
}

.ss_slider .brdr_sec {
    right: -50px;
}

.discover_more_inn>.row {
    align-items: center;
}

.ss_slider .discover_slider {
    padding-left: 40px;
    padding-right: 108px;
    margin: 0 -38px;
}

.ss_slider .discover_slider .slick-slide {
    padding: 0 38px;
}

.ss_slider .white_arrow .slick-next {
    right: 30px;
    top: 35%;
}

.ss_slider .white_arrow .slick-prev {
    left: -40px;
    top: 35%;
}

.discover_more.discover_more_inner .discover_more_inn {
    position: relative;
}

.line_p3 {
    width: 25.5%;
    right: 0;
    position: relative;
}

.line_p3 svg {
    position: absolute;
    right: 0;
    top: 0;
}

.home_ban_mb {
    position: relative;
}

.home_ban_mb_contents {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.home_ban_mb figure {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-active .home_ban_mb figure img {
    animation: zoominoutsinglefeatured 7s ease-in-out infinite alternate;
    -webkit-animation: zoominoutsinglefeatured 7s ease-in-out infinite alternate;
}

@keyframes zoominoutsinglefeatured {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
}

@-webkit-keyframes zoominoutsinglefeatured {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
}

.home_banner_mobile {
    display: none;
}

.container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

body.fixed .animSlideContainer,
body.fixed .inner_page,
body.fixed .inner_banner_part {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    position: fixed;
    width: 100%;
}

body.fixed footer {
    opacity: 0;
}

.pannel_container_innner {
    max-width: 879px;
}

.daylife_intro_parent {
    position: relative;
    max-width: 50vw;
    padding-right: 8vw;
    padding-bottom: 13vw;
}

.daylife_intro_left {
    max-width: 42vw;
}

.daylife_intro_right {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 33vw;
}

.click_mdal .modal-dialog {
    max-width: 720px;
}

.click_mdal .modal-body {
    padding: 15px 25px;
}

.click_mdal .modal-body ul li:before {
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
}

.click_mdal .modal-body ul li {
    padding-left: 25px;
}

.click_mdal .modal-body ul {
    margin-bottom: 18px;
}

.click_mdal .modal-body ul:last-child {
    margin-bottom: 0;
}

.discover_more_inner .discover_more_inn>.row {
    align-items: inherit;
}

.discover_more_inner .discover_more_inn_left {
    padding-top: 11%;
}

.top_btm {
    display: table;
    width: 38px;
    margin: 0 auto;
    margin-top: 22px;
    animation: btmm 1s infinite linear;
}

@keyframes btmm {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(20px);
    }
}

.btm_apply_log {
    background-color: #000;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}

.btm_apply_logo {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.btm_apply_log .large_paragrph {
    font-size: 30px;
    line-height: 42px;
}

.create_typeform span {
    display: block;
    margin-bottom: 10px;
}

.login_btn {
    font-size: 14px;
    line-height: 20px;
    background-color: #4FB0AE;
    color: #fff;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 3px;
}

.login_btn:hover {
    opacity: 0.8;
}

.powerd_by {
    padding: 5px 8px;
    display: inline-block;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    line-height: 16px;
    border-radius: 3px;
    margin-top: 30px;
}

.powerd_by:hover {
    border-color: #4FB0AE;
    color: #fff;
}

.create_typeform {
    margin-top: 70px;
}

.btm_apply_log_inners {
    max-width: 550px;
    margin: 0 auto;
}

.cmn_page_inner h2 {
    font-size: 44px;
    font-weight: 700;
}

.cmn_page_inner ul li {
    padding-left: 23px;
}

.cmn_page_inner ul {
    margin-top: 10px;
    margin-bottom: 20px;
}

.cmn_page_inner ul:last-child {
    margin-bottom: 0;
}

.cmn_page_inner ul li:before {
    top: 13px;
    left: 0;
    width: 7px;
    height: 7px;
}

.cmn_page_inner h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.people_fancybox {
    background-color: #5DA9DD;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.people_fancybox_row {
    margin: 0;
}

.people_fancybox_row .people_fancybox_left {
    border-right: 1px solid #fff;
    padding: 0;
}

.people_fancybox_row .people_fancybox_right {
    padding: 0;
    padding-left: 50px;
}

.people_fancybox_left {
    float: left;
    width: 40%;
}

.people_fancybox_right {
    float: right;
    width: 60%;
}

.people_fancybox_right_inner {
    max-width: 550px;
    color: #fff;
}

.people_fancy_details {
    padding-left: 75px;
}

.ss_slider_form {
    margin-bottom: 30px;
}

.ss_slider_form .form-group {
    position: relative;
    margin-bottom: 0;
    max-width: 460px;
    margin-left: auto;
}

.ss_slider_form input[type="text"],
.ss_slider_form input[type="email"],
.ss_slider_form input[type="search"],
.ss_slider_form input[type="password"] {
    border-color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    padding-right: 55px;
}

.ss_slider_form button[type="submit"],
.ss_slider_form input[type="submit"],
.ss_slider_form input[type="button"] {
    background-color: transparent !important;
    padding: 0;
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.mobile_homes_banner {
    display: none;
}

.animSlideContainer {
    display: block;
}

.mobile_homes_banner {
    position: relative;
}

.mobile_homes_banner_outer {
    position: absolute;
    left: 0;
    bottom: 60px;
}

.mobile_homes_banner_content {
    color: #fff;
}

.mobile_homes_banner_content h2 {
    font-size: 44px;
}

.mobile_homes_banner figure {
    margin-bottom: 0;
}

.logo {
    display: inline-block;
}

.login-private-typeform {
    background: rgb(98, 94, 93) none repeat scroll 0% 0%;
    display: flex;
    height: 100%;
    overflow: hidden;
}

.login-private-typeform-left {
    display: block;
    position: relative;
    height: 100%;
    color: rgb(255, 255, 255);
    padding: 16px 32px;
    flex: 5 1 0%;
}

.typeform_log .inner_page {
    height: 100%;
}

.styled-layout-logo.left {
    max-width: inherit;
}

.styled-layout-logo.left img {
    width: 200px;
}

.ifRCmC {
    color: rgb(255, 255, 255);
    font-size: 20px;
    display: inline-block;
    padding: 16px 48px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0% 0%;
    transition: all 200ms ease-out 0s;
    text-decoration: none;
    cursor: pointer;
}

.ifRCmC:hover {
    border-color: #000;
    color: #fff;
}

.faCBmm {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100%;
    z-index: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)) repeat scroll 0% 0%, rgba(0, 0, 0, 0) url("images/sign-bann.jpg") repeat scroll 0% 0%;
}

.typeform_log {
    overflow: hidden;
    height: 100%;
}

.login-private__ContentContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.login-private-typeform-right {
    position: relative;
    flex: 2 1 120px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    color: rgb(76, 76, 76);
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.signup-link__Container {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: end;
    justify-content: flex-end;
    padding: 8px 24px;
}

.signup-link__Text {
    font-size: 14px;
    padding-right: 5px;
}

.signup-link_url {
    display: inline-block;
    width: auto;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 12px 6px;
    color: rgb(38, 38, 39);
    background-color: rgb(255, 255, 255);
    font-family: inherit;
    text-decoration: none;
    border-radius: 2px;
    vertical-align: middle;
    -moz-appearance: none;
    cursor: pointer;
    transition: background-color 0.2s ease 0s;
    border: 1px solid;
}

.help_need {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    color: rgb(38, 38, 39);
    padding-left: 8px;
}

.styled-layout__ContentContainer {
    position: relative;
    width: 100%;
    height: 40vw;
    overflow-y: auto;
}

.styled-layout-textt {
    max-width: 256px;
    margin: 0 auto;
    position: relative;
}

.styled-layout-logo {
    max-width: 160px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.styled-layout__ContentContainer {
    padding: 30px 22px;
    text-align: center;
    padding-bottom: 80px;
}

.styled-layout-textt .p_textt {
    color: rgb(217, 87, 103);
}

.styled-layout-textt .form-group label {
    text-align: left;
    display: block;
    font-weight: 700;
}

.styled-layout-textt .form-group input[type="text"],
.styled-layout-textt .form-group input[type="email"],
.styled-layout-textt .form-group input[type="url"],
.styled-layout-textt .form-group input[type="password"],
.styled-layout-textt .form-group input[type="search"],
.styled-layout-textt .form-group input[type="number"],
.styled-layout-textt .form-group input[type="tel"],
.styled-layout-textt .form-group input[type="range"],
.styled-layout-textt .form-group input[type="date"],
.styled-layout-textt .form-group input[type="month"],
.styled-layout-textt .form-group input[type="week"],
.styled-layout-textt .form-group input[type="time"],
.styled-layout-textt .form-group input[type="datetime"],
.styled-layout-textt .form-group input[type="datetime-local"],
.styled-layout-textt .form-group input[type="color"],
.styled-layout-textt .form-group textarea,
.styled-layout-textt .form-group .form-control {
    width: 100%;
    font-size: 14px;
    line-height: 1;
}

.forget_passwrdd {
    text-align: left;
}

.forget_passwrdd button {
    font-size: 14px;
    line-height: 20px;
    background: transparent;
    border: medium none;
    padding: 0px;
    cursor: pointer;
    -moz-appearance: none;
    text-decoration: underline;
    font-family: inherit;
}

.forget_passwrdd button:hover {
    color: #61addf;
}

.policy_btm {
    text-align: left;
}

.policy_btm p {
    font-size: 14px;
    line-height: 1.2;
}

.policy_btm p a {
    text-decoration: underline;
}

.or_section {
    position: relative;
    margin-top: 28px;
    margin-bottom: 28px;
}

.or_section:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgb(232, 232, 232);
    content: "";
}

.or_section span {
    display: table;
    padding: 0 15px;
    background: #fff;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}

.signing_mthodd ul li {
    padding: 0;
    margin: 0;
}

.signing_mthodd ul li:before {
    display: none;
}

.signing_mthodd li a {
    display: inline-block;
    width: 100%;
    border: 1px solid rgb(217, 217, 217);
    padding: 10px 20px;
    padding-left: 30px;
    color: #000;
}

.signing_mthodd li.google_sign a {
    background: url(images/brands-and-logotypes.svg) no-repeat left 10px center;
    background-size: 15px;
}

.sign_up_page {
    margin-left: 0;
    margin-right: 0;
}

.sign_up_page_left {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.sign_up_page_left figure {
    height: 100%;
    margin-bottom: 0;
    width: 100%;
}

.sign_up_page_left figure img {
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.sign_up_page_right {
    margin-left: auto;
}

.sign_up_page_right_top_left select {
    position: relative;
}

.sign_up_page_select {
    display: inline-block;
    background: url(images/website_url.svg) no-repeat left center;
    background-size: 15px;
}

.sign_up_page_select select {
    border: 0;
    padding-left: 27px;
}

.sign_up_page_right_top_right .signup-link__Container {
    padding: 0;
}

.sign_up_page_right_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sign_up_page_right_btm {
    position: relative;
    width: 100%;
    height: 40vw;
    overflow-y: auto;
    padding-bottom: 75px;
    padding-top: 20px;
}

.checkbox-custom .check-pro {
    font-size: 18px;
}

.checkbox-custom .check-pro input:checked~.checkmark {
    background-color: #000;
}

.sign_up_page_right {
    height: 100%;
}

.checkbox-custom .check-pro a {
    text-decoration: underline;
}

body.sign-up {
    height: 100%;
    overflow: hidden;
}

body.sign-up .inner_page,
body.sign-up .sign_up_page {
    height: 100%;
}

.custom_radiio>p,
.pare_radio {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.3;
}

.custom_radiio {
    margin-bottom: 16px;
}

.pare_radio {
    margin-bottom: 0;
}

.custom_radiio>p a {
    text-decoration: underline;
}

.custom_radiio .radio-pro {
    display: inline-block;
    padding-left: 34px;
    margin-right: 20px;
}

.sign_up_page_right_btm_innnn {
    max-width: 580px;
    margin: 0 auto;
}

.see_more_option_in {
    padding-right: 20px;
    position: relative;
}

.see_more_option_in:after {
    position: absolute;
    content: "";
    right: 0;
    top: 8px;
    background: url(images/btm_arrow_blue.svg) center center no-repeat;
    background-size: 10px;
    width: 10px;
    height: 10px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.see_more_option_in.show:after {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.inner_ppl {
    display: inline-block;
    width: 100%;
}

.inner_ppl .vimage {
    width: 100%;
}


/*............*/

.sections-discover {
    position: fixed;
    background-color: #5DA9DD;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    bottom: 0;
    margin: 0 auto;
    z-index: 9;
}

.sections-discover .main-content {
    display: flex;
    flex-wrap: wrap;
}

.sections-discover .main-content .before-left {
    color: #fff;
    position: relative;
    display: flex;
    flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    max-width: 22%;
    text-align: center;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.sections-discover .main-content .left-content.with-slider {
    flex: 0 0 78%;
    -ms-flex: 0 0 78%;
    max-width: 78%;
    padding: 0 80px;
    padding-top: 3%;
    color: #fff;
}

.video-content p.headline {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.caption-botm {
    margin-bottom: 15px;
    min-height: 270px;
}

.sections-discover .videocontrol {
    position: absolute;
    bottom: 10%;
    width: 100%;
    flex-basis: 48%;
    max-width: 48%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.sections-discover .stories-text {
    padding-left: 50px;
    height: 54vh;
    overflow-y: auto;
}

.left-content-inner {
    max-width: 580px;
}

.sections-discover .before-lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.sections-discover .pauseVideo,
.sections-discover .playVideo {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.sections-discover .before-lines::after {
    width: 1px;
    height: 80vh;
    bottom: initial;
    background-color: #fff;
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    right: 52px;
    margin: auto;
}

.sections-discover .slider-no {
    position: relative;
    display: table;
    padding: 0 60px;
}

.sections-discover .slider-no .left-arrow {
    position: absolute;
    top: 30px;
    left: 0;
    background: url(images/ArrowForwardWhite.png) no-repeat center center;
    width: 20px;
    height: 23px;
    background-size: 100% auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
}

.sections-discover .slider-no .right-arrow {
    position: absolute;
    top: 30px;
    right: 0;
    background: url(images/ArrowForwardWhite.png) no-repeat center center;
    width: 20px;
    height: 23px;
    background-size: 100% auto;
    cursor: pointer;
}

.video-iframe,
.video-iframe iframe {
    width: 100%;
    height: 100%;
}

.video-iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    margin: auto;
}

.video-iframe .videocontrol {
    position: absolute;
    right: inherit;
    left: 5%;
    width: auto;
    bottom: 10.6%;
    padding-left: 0;
    justify-content: flex-start;
}

.popopen {
    overflow: hidden;
    height: 100%;
}

.popopen #return-to-top {
    display: none !important;
}

.inner_crrs p a {
    text-decoration: underline;
}

.back_peoplee_sec {
    background: url(images/back-white.svg) no-repeat left center;
    color: #fff;
    background-size: 15px;
    padding-left: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.landing_page_slidee_inner,
.landing_page_slidee_inner a {
    color: #fff;
}

.landing_page_slidee_inner a {
    text-decoration: underline;
}

.landing_page_slidee_inner a:hover {
    color: #000;
}

.landing_page_slidee_inner h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.landing_page_slidee_inner p {
    margin-top: 10px;
}

.landing_page_slidee_inner p:last-child {
    margin-bottom: 0;
}

.landing_page_slidee .slick-slide {
    padding: 0 18px;
}

.landing_page_slidee {
    padding: 0 25px;
}

.landing_page_slidee .slick-arrow.slick-disabled {
    display: none !important;
}

.landing_page_slidee_outer figure img {
    width: 100%;
}

h4.video-title {
    font-size: 34px;
}


/* 13/7/2020 Start */

.short_description,
.full_description {
    transform: scale(0);
    transform-origin: left;
    transition: all ease-in-out 0.3s;
    display: block !important;
    visibility: hidden;
}

.short_description.show,
.full_description.full_show {
    transform: scale(1);
    visibility: visible;
}

#image_map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}


/* .main_wrap{
	
} */

.location_wrap {
    position: absolute;
    top: -100%;
    left: -100%;
    z-index: 9;
    pointer-events: none;
}

.main_area_dot {
    display: block;
    pointer-events: all;
    cursor: pointer;
}

.main_area_dot:focus,
.main_area_dot:hover,
.main_area_dot:active {
    outline: 4px solid rgba(255, 255, 255, 0.5);
}

.short_description {
    position: relative;
    padding: 15px;
    padding-left: 35px;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    text-align: left;
}

.short_description .location_img {
    overflow: hidden;
    position: absolute;
    top: -8px;
    left: -39px;
    z-index: 999;
    max-width: 70px;
    max-height: 70px;
    border-radius: 100%;
    pointer-events: none;
}

.short_description .location_img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.short_info h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0;
}

.short_info {
    font-family: 'Libre Baskerville';
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}

.full_description {
    width: 100%;
    height: auto;
    max-width: 380px;
    min-width: 380px;
    background: rgba(131, 207, 255, 0.8);
    padding: 26px 32px 40px 32px;
    box-sizing: border-box;
    margin: auto;
    box-shadow: 0 0 10px inset #fff;
    position: relative;
}

.cross-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 100%;
    left: -12px;
    top: -12px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    pointer-events: all;
}

.cross-btn:hover {
    background-color: #f00;
}

.cross-btn::before {
    content: "X";
    font-weight: 400;
    color: #000;
}

.full_description>div:not(.short_info) {
    background-color: #fff;
    position: absolute;
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
    left: auto;
    right: -123px;
    overflow: hidden;
}

.full_description>div:not(.short_info) img {
    height: 150px;
    width: 150px;
    object-fit: cover;
}

.full_description .short_info h3 {
    font-size: 30px;
    margin: 0 0 14px 0;
    color: #361107;
    line-height: 34px;
}

.full_description .short_info p {
    font-size: 14px;
    margin: 0 0 25px 0;
    color: #361107;
    line-height: 22px;
    font-family: 'Libre Baskerville';
}


/* 13/7/2020 End */


/* 14/7/2020 Start */

.main_wrapper {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.page-template-global .inner_page {
    position: relative;
    overflow: scroll;
    background-color: #5da9dd;
    box-sizing: content-box;
    padding-right: 17px;
    padding-bottom: 17px;
    height: 100%;
}


/* 14/7/2020 End */


/* 17/7/2020 Start */

.full_description_wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    pointer-events: all;
}

.main_wrap .full_description {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    max-height: 90vh;
    right: auto !important;
}

.full_description .short_info {
    max-height: 80vh;
    overflow: auto;
}


/* 17/7/2020 End */


/* 31-07-2020 */

.subarea_details {
    position: absolute;
    z-index: -9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25%;
}

.short_description.sub {
    min-width: 150px;
}

.mobile-version {
    display: none;
}


/* 14-8-2020-work */

.popup-area {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    padding: 40px 25px;
    height: 100vh;
    overflow: auto;
    color: #fff;
    transition: 0.3s;
    top: 100%;
    visibility: hidden;
    opacity: 0;
}

.popup-area figure {
    border: 2px solid #5fa8e5;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    padding: 8px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.pop-title {
    font-size: 35px;
}

.popup-tab-area .nav.nav-pills li:first-child {
    padding-left: 0px;
}

.popup-tab-area .nav.nav-pills li a {
    border-right: 1px solid #fff;
    border-radius: 0;
    padding: 1px 10px;
    color: #5b5d5f;
    font-weight: 600;
    font-size: 18px;
}

.popup-tab-area .nav.nav-pills li {
    padding-left: 0px;
    width: 33.3333%;
}

.popup-tab-area .nav.nav-pills li:last-child a {
    border-right: 0px solid #fff;
}

.popup-tab-area .nav.nav-pills {
    display: flex;
    justify-content: center;
}

.popup-tab-area .nav.nav-pills li a.nav-link.active {
    background: transparent;
    color: #fff;
}

.popup-tab-area {
    margin-top: 10px;
}

.pop-back-area {
    position: absolute;
    margin: 0;
    cursor: pointer;
    top: 4px;
    right: 8px;
    width: auto;
}

.pop-back-area a {
    font-size: 0;
    color: #5fa8e5 !important;
    background: url(images/close.svg) no-repeat;
    background-size: 35px;
    height: 40px;
    width: 40px;
    display: inline-block;
}

.pop-back-area a:hover {
    opacity: 0.8;
}

.popup-area.oppup-open {
    top: 0;
    visibility: visible;
    opacity: 1;
}

body.over-hidden {
    overflow: hidden;
}


/* Added for job details page 28-08-2020 */

.card-meta {
    margin: 20px 0;
}

.card-meta .metaItem {
    float: left;
    width: 25%;
    border: 1px solid #999;
    padding: 10px;
    height: auto;
}

.cardBody .desc h3 {
    font-size: 45px;
}

.cardBody .wpjb-text p {
    margin-bottom: 0;
}

.apply {
    padding: 10px 15px;
    border: 1px solid #000000;
    margin-top: 25px;
    border-radius: 25px;
}

.apply a {
    font-weight: 600;
}

.page-template-our_people .inner_page {
    background-color: #39211b;
    color: #fff;
}


/*responsive start*/

@media(min-width: 1600px) {
    .container {
        max-width: 1346px;
    }
}

@media screen and (max-width: 1599px) and (min-width: 1300px) {
    .container {
        max-width: 1040px;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1200px) {
    .container {
        max-width: 995px;
    }
}

@media(max-width: 1750px) {
    /*	.panel_container {
    max-width: 818px;
}*/
    .pannel_container_innner h2 {
        font-size: 58px;
    }
}

@media(max-width: 1700px) {
    .our_people {
        padding-top: 81px;
    }
    .heading_sec {
        font-size: 55px;
    }
    .our_people_row_left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        max-width: 280px;
    }
    .our_people_row_right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 280px);
        flex: 0 0 calc(100% - 280px);
        max-width: calc(100% - 280px);
    }
    .inner_ppl h2 {
        font-size: 49px;
        line-height: 54px;
    }
    .inner_ppl p {
        /*font-size: 18px;
    line-height: 28px;*/
        margin-bottom: 15px;
    }
    .line_p1 {
        left: 200px;
    }
    .line_p1 svg {
        width: 128px;
        height: 670px;
    }
    .insta_img_content h4 {
        font-size: 50px;
    }
    .heading_container {
        padding: 60px 68px 0 68px;
    }
    .heading_container_right {
        padding-left: 60px;
        padding-right: 60px;
    }
    /*.double_img_left{max-width: 620px;margin-left: auto;}*/
    .throughbed_indus_row_right {
        padding-left: 52px;
        padding-right: 52px;
    }
    .numbers_grid h4 {
        padding: 20px 0;
    }
    .numbers_grid p {
        font-size: 18px;
        padding-bottom: 0;
    }
    .daylife_cadetship_row_right {
        padding: 0 60px 0 15px;
    }
    .vbtn {
        padding: 20px 63px;
        font-size: 21px;
    }
}

@media(max-width: 1600px) {
    /*.panel_container{
    max-width: 708px;
}*/
    .pannel_container_innner h2 {
        font-size: 47px;
    }
    .pannel_container_innner p {
        font-size: 21px;
        margin-bottom: 18px;
    }
    .pannel_container_innner p:last-child {
        margin-bottom: 0;
    }
    .topfooter {
        padding: 0 60px;
    }
    .footer_in_left {
        padding: 80px 0;
        padding-right: 30px;
    }
    /*.footer_logo {*/
        /*max-width: 300px;*/
    /*}*/
    .social_media i {
        font-size: 25px;
    }
    .adrrs_sc li a {
        font-size: 25px;
        line-height: 30px;
    }
    .straight_source_container {
        max-width: 983px;
    }
    .straight_source_slider {
        padding: 0 80px;
    }
    .cadetship_logo {
        max-width: 200px;
        margin: 0 auto;
        margin-bottom: 24px;
    }
    /*body {
    font-size: 20px;
    line-height: 34px;
}*/
    p {
        margin-bottom: 25px;
    }
    p:last-child {
        margin-bottom: 0;
    }
    .discover_slider .slick-slide {
        padding: 0 18px;
    }
    .ds_slides h3 {
        font-size: 20px;
        line-height: 27px;
        min-height: 120px;
    }
    .white_arrow .slick-arrow {
        width: 54px;
        height: 54px;
        background-size: 20px;
    }
    .brdr_sec {
        width: 70px;
        height: 395px;
    }
    .heading_sec {
        font-size: 43px;
    }
    /*ul li::before{width: 14px;height: 14px;}*/
    .apply_now_part li {
        margin-bottom: 25px;
    }
    /*.throughbed_img_sec img{height: 500px;}*/
    .heading_contents p {
        /*font-size: 18px;line-height: 28px;*/
        margin-bottom: 18px;
    }
    .heading_contents p:last-child {
        margin-bottom: 0;
    }
    .heading_para {
        padding-left: 36px;
    }
    .heading_contents h2,
    .text-head {
        font-size: 40px;
    }
    .heading_container_right {
        padding-left: 40px;
        padding-right: 40px;
    }
    .heading_container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .numbers_grid_contain {
        padding-left: 30px;
    }
    /*.double_img_left {
    max-width: 570px;
    padding-bottom: 41%;
}*/
    .timeline_row_right h4 {
        font-size: 20px;
        line-height: 34px;
    }
    .timeline_row_right h4 span {
        font-size: 31px;
        line-height: 38px;
    }
    .timeline_row_right h6 {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 34px;
    }
    /*.heading_contents .large p{
	font-size: 18px;
	line-height: 28px;
}*/
    .daylife_cadetship_row_right {
        padding: 0 40px 0 15px;
    }
    .week_in_life_right {
        padding-left: 40px;
    }
    figure.small_imgc {
        max-width: 60%;
    }
    /*.daylife_cadetship_row_left .double_img_lftt img{height: 430px;}*/
    .part_sequence_row_left h3 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .part_sequence_row_left p {
        margin-bottom: 15px;
    }
    .part_sequence_row_left h4 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .part_sequence_row_left ul {
        margin-bottom: 15px;
    }
    .part_sequence_container {
        padding: 0 80px 0 80px;
    }
    .part_sequence_row_left {
        padding-right: 43px;
    }
    .part_sequence_row:nth-child(even) .part_sequence_row_left {
        padding-left: 43px;
    }
    .discover_more_landing .discover_slider {
        padding: 0 20px;
    }
    .discover_more_landing .white_arrow .slick-next {
        right: 20px;
    }
    .discover_more_landing .white_arrow .slick-prev {
        left: 20px;
    }
    .landing_page_banner .inner_banner_content {
        top: 61%;
    }
    .bnr_contnt_in h2 {
        font-size: 50px;
        line-height: 61px;
    }
    /*.bnr_contnt_in p{
    font-size: 28px;
}*/
    .course_degree h5 {
        font-size: 20px;
        line-height: 26px;
    }
    .container-full-width {
        padding: 0 76px !important;
    }
    h6 {
        font-size: 20px;
        line-height: 24px;
    }
    .acc_ul_part {
        margin-bottom: 40px;
    }
    .international_courses_right h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .ss_slider .discover_slider {
        padding-left: 20px;
        padding-right: 58px;
        margin: 0 -18px;
    }
    .ss_slider .discover_slider .slick-slide {
        padding: 0 18px;
    }
    .ss_slider .white_arrow .slick-next {
        right: 10px;
        top: 35%;
    }
    .ss_slider {
        padding-left: 60px;
    }
    .ss_slider .heading_sec {
        padding-left: 20px;
    }
    .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
    /*.throughbed_img_sec{max-width: 730px;}*/
    /*.throughbeD_abslt{max-width: 400px;}*/
    .double_img_lftt {
        padding-right: 3vw;
        padding-bottom: 17vw;
    }
    .displays_img_lftt {
        max-width: 34vw;
    }
    .double_img_lftt_in {
        max-width: 27vw;
    }
}

@media(max-width: 1599px) {
    .pannel_container_innner {
        max-width: 650px;
    }
}

@media(max-width: 1466px) {
    .scrollProgress {
        left: 21%;
    }
    .our_people {
        padding-top: 40px;
    }
    .inner_ppl p {
        font-size: 17px;
        line-height: 27px;
    }
    .line_p1 svg {
        width: 106px;
        height: 554px;
    }
    /*.str_slid_cont p{
    font-size: 24px;
}*/
    .str_slid_cont h4 {
        font-size: 43px;
        margin-bottom: 40px;
    }
    .insta_img_content h4 {
        font-size: 45px;
    }
    .read_white {
        padding: 16px 50px;
    }
    .brown-arrow .slick-arrow {
        width: 65px;
        height: 65px;
        background-size: 60px !important;
    }
    /*body {
    font-size: 18px;
    line-height: 30px;
}*/
    .heading_ss h3 {
        font-size: 34px;
    }
}

@media(max-width: 1300px) {
    .scrollProgress {
        left: 18%;
    }
    /*.footer_logo {*/
        /*max-width: 270px;*/
    /*}*/
    .insta_img_content h4 {
        font-size: 41px;
    }
    .part_sequence_row_left ul li,
    .part_sequence_row_left span.part_sequence_row_left p {
        font-size: 18px;
        line-height: 24px;
    }
    /*.throughbeD_abslt {
    max-width: 340px;
}*/
    /*.double_img_lftt{padding-right: 15%;max-width: 660px;}
.double_img_lftt_in{max-width: 400px;}*/
    .pannel_container_innner {
        max-width: 600px;
    }
}

@media (min-width: 992px) and (max-width: 1300px){
    .footer_logo{
        max-width: 57%;
    }
    .adrrs_sc li a {
        font-size: 22px;
        line-height: 30px;
    }
}

@media(max-width: 1199px) {
    /*	.panel_container {
    max-width: 588px;
}*/
    .pannel_container_innner p {
        font-size: 18px;
    }
    .pannel_container_innner h2 {
        font-size: 44px;
    }
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    /*body {
    font-size: 18px;
    line-height: 32px;
}*/
    .explorer_cadetship_outer {
        padding: 15px 40px;
    }
    .vbtn {
        font-size: 20px;
        line-height: 24px;
        padding: 20px 31px;
    }
    p {
        margin-bottom: 15px;
    }
    .read_white {
        padding: 16px 30px;
    }
    .str_slid_cont p {
        font-size: 18px;
    }
    .str_slid_cont code {
        font-size: 18px;
        line-height: 22px;
    }
    .str_slid_cont h4 {
        font-size: 38px;
        margin-bottom: 31px;
    }
    .btm_insta_part a {
        font-size: 17px;
    }
    .throughbed_indus_row_right {
        padding: 0 50px;
    }
    .numbers_grid_contain {
        padding-left: 15px;
    }
    .heading_container {
        padding: 0 50px;
    }
    .numbers_grid {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .throughbed_indus {
        padding-bottom: 60px;
    }
    /*.double_img_left {
    max-width: 400px;
}
.double_img_right{max-width: 60%;}*/
    .bnr_contnt_in h2 {
        font-size: 40px;
        line-height: 51px;
    }
    /*.throughbeD_abslt {
    max-width: 300px;
}*/
    .heading_contents h2 br {
        display: none;
    }
    .heading_ss h3 {
        font-size: 28px;
    }
    .heading_ss h3 br {
        display: none;
    }
    .ds_slides h3 {
        min-height: 100px;
    }
    .styled-layout__ContentContainer {
        height: 50vw;
    }
    .sign_up_page_right_btm {
        height: 50vw;
    }
}

@media(max-width: 1024px) {
    .full-height {
        height: initial;
    }
    /*.animSlideContainer {
    display: none;
}*/
    .home_banner_mobile {
        display: block;
    }
    .our_people {
        padding: 50px 30px;
    }
    .explorer_cadetship {
        min-height: 600px;
        background-attachment: inherit !important;
    }
    .cadetship_logo {
        max-width: 130px;
    }
    .discover_more {
        min-height: inherit;
        background-image: none !important;
        padding: 40px 30px;
    }
    .insta_img_content h4 {
        font-size: 31px;
    }
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .ds_slides h3 {
        min-height: 140px;
    }
    .heading_contents h2 br {
        display: none;
    }
    .mobile_homes_banner {
        display: block;
    }
    .animSlideContainer {
        display: none;
    }
    .logo {
        max-width: 150px;
    }
    /*.sidemenu-outer.open{
	background-color: #39211b;
}*/
    body.fixed .mobile_homes_banner,
    body.home.fixed>div {
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        -o-filter: blur(10px);
        -ms-filter: blur(10px);
        filter: blur(10px);
        width: 100%;
    }
    .typeform_log {
        overflow: visible;
        height: auto;
    }
    .login-private-typeform {
        display: block;
    }
    .login-private-typeform-left,
    .login-private-typeform-right {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .styled-layout__ContentContainer {
        padding-bottom: 0;
        height: auto;
    }
    .signup-link__Container {
        justify-content: center;
    }
    body.sign-up {
        height: auto;
        overflow: visible;
    }
    .sign_up_page_left {
        position: static;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: none;
    }
    .sign_up_page_right {
        margin-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sign_up_page_right_btm {
        padding-bottom: 0;
    }
    .sign_up_page_right {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sections-discover .before-lines {
        display: none;
    }
    .sections-discover .main-content .before-left,
    .sections-discover .main-content .left-content.with-slider {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    .sections-discover .main-content .left-content.with-slider {
        order: 0;
        margin-bottom: 30px;
    }
    .sections-discover .main-content .before-left {
        order: 1;
    }
    .sections-discover .videocontrol {
        bottom: 2%;
        padding: 0;
        justify-content: space-between;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
    .sections-discover .main-content {
        max-width: 720px;
        margin: 0 auto;
        padding: 60px;
    }
    .video-iframe .videocontrol {
        position: absolute;
        left: 40px;
    }
    .sign_up_page_right_btm {
        height: inherit;
    }
    .sidemenu-outer .sidemenunav.open {
        height: 80%;
    }
    .location_wrap {
        display: none;
    }
    .full_description>div:not(.short_info) {
        position: static;
        margin: 0 auto;
    }
    .main_wrap .full_description {
        overflow: auto;
    }
    .main_wrap .full_description .cross-btn {
        left: initial;
        right: 30px;
        top: 30px;
        font-size: 20px;
    }
    .full_description {
        padding: 25px 42px 40px 42px;
    }
}

@media(max-width: 991px) {
    .mobile-map-area.mobile-map-carousel .slick-slide .each-continent {
        /*height: 100vh;*/
        min-height: 100vh;
        /*display: flex !important;*/
        display: block;
        /*align-items: center;*/
        /*flex-wrap: wrap;*/
        /*justify-content: center;*/
        margin-top: 100px;
    }
    .mobile-map-area.mobile-map-carousel .slick-slide .each-continent h3 {
        color: #fff;
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0 15px;
        font-size: 30px;
        margin-top: auto;
    }
    .mobile-map-area.mobile-map-carousel .slick-slide .each-continent img {
        margin-bottom: auto;
    }
    .line_p1 {
        display: none;
    }
    .our_people_row_left,
    .our_people_row_right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .heading_sec br {
        display: none;
    }
    .heading_sec {
        text-align: center;
        margin-bottom: 50px;
        font-size: 53px;
    }
    .heading_sec span {
        display: inline;
    }
    .inner_ppl h2 {
        font-size: 38px;
        line-height: 43px;
    }
    .people_slider .slick-slide {
        padding: 0 15px;
    }
    .people_slider.slick-slider {
        margin: 0 -15px;
    }
    .straight_source {
        padding: 55px 0;
    }
    .explorer_cadetship_inner p {
        font-size: 16px;
        line-height: 25px;
    }
    .vbtn {
        font-size: 17px;
        line-height: 21px;
        padding: 17px 25px;
    }
    .str_slid_cont h4 {
        font-size: 33px;
        margin-bottom: 24px;
    }
    .straight_source_slider {
        padding: 0 50px;
    }
    .discover_more_inn_left .heading_sec {
        margin-bottom: 50px;
    }
    .discover_slider {
        padding: 0 0;
        margin: 0 -15px;
    }
    .discover_slider .slick-slide {
        padding: 0 15px;
    }
    .brdr_sec {
        display: none;
    }
    .white_arrow .slick-next {
        right: 0;
    }
    .discover_slider .slick-arrow {
        top: 20%;
        -webkit-transform: translate(0, -20%);
        -ms-transform: translate(0, -20%);
        transform: translate(0, -20%);
    }
    .footer_in_left,
    .footer_in_right {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .footer_in_left {
        margin-bottom: 30px;
        border: 0;
    }
    .topfooter {
        padding: 30px 40px;
    }
    .insta_img_content h4 {
        font-size: 28px;
    }
    .read_white {
        padding: 13px 27px;
        font-size: 20px;
        line-height: 24px;
    }
    .container {
        max-width: 720px;
    }
    .cmn_gap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .cmn_gap_btm {
        padding-bottom: 50px;
    }
    .container-full-width {
        padding: 0 45px !important;
    }
    .cmn_pad_left {
        padding-left: 20px;
    }
    /*.industry_in{max-width: 510px;
margin: 0 auto;padding-bottom: 25%;}*/
    .industry_design_left {
        margin-bottom: 40px;
    }
    .cmn_pad_left {
        padding-left: 0;
    }
    .heading_contents h2 {
        margin-bottom: 20px;
    }
    .univercity_courses_left {
        margin-bottom: 40px;
    }
    .accredated_qualification_left h4 {
        font-size: 34px;
    }
    .acc_img {
        display: table;
        max-width: 450px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .accredated_qualification {
        margin-bottom: 0;
    }
    .industry_training {
        padding: 50px 0;
    }
    .indus_head h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .training_country_inner {
        width: 93px;
        height: 93px;
        padding: 0;
    }
    .training_country_inner figure {
        max-width: 42px;
    }
    .training_country {
        margin-bottom: 40px;
    }
    .international_courses_left,
    .international_courses_right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .international_courses_left {
        margin-bottom: 30px;
    }
    .international_courses_row:nth-child(2n) .international_courses_right {
        order: inherit;
        text-align: left;
    }
    .international_courses_row:nth-child(2n) .international_courses_left {
        order: inherit;
    }
    .container-full-width {
        padding: 0 35px !important;
    }
    .line_p3 {
        display: none;
    }
    .ss_slider .heading_sec {
        font-size: 43px;
        text-align: left;
        margin-bottom: 25px;
        padding: 0;
    }
    .ss_slider {
        padding-left: 0;
        margin-bottom: 30px;
    }
    .ss_slider .discover_slider {
        padding: 0;
    }
    .discover_more.discover_more_inner {
        padding: 40px 30px;
        padding-top: 60px;
    }
    .ss_slider .white_arrow .slick-next {
        right: 0;
    }
    .ss_slider .white_arrow .slick-prev {
        left: 0;
    }
    .throughbed_img_sec {
        margin: 0 auto;
        margin-bottom: 50px;
    }
    /*.throughbed_img_sec img {
    height: auto;
}*/
    /*.throughbed_img_sec {
    padding-bottom: 15%;
    padding-right: 8%;
    max-width: 490px;
    margin: 0 auto;
    margin-bottom: 40px;
}*/
    /*.throughbeD_abslt {
    max-width: 290px;
}*/
    /*.throughbed_img_sec > img{max-width: 80%;}*/
    /*.throughbeD_abslt{max-width: 60%;right: 0;}*/
    .text-head {
        margin-bottom: 40px;
    }
    .throughbed_indus {
        padding-bottom: 40px;
    }
    .numbers_Inner_right {
        margin-top: 50px;
    }
    .numbers_Inner_right_img {
        max-width: 500px;
        margin: 0 auto;
    }
    .racingimg figure {
        margin-bottom: 0;
        margin-top: 0;
    }
    .racingimg {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .racingimg figure {
        max-width: 500px;
        margin: 0 auto;
    }
    .racingcntnts {
        float: none;
        width: 100%;
    }
    .life_after_racing {
        padding: 60px 0;
        margin-top: 54px;
    }
    /*.double_img_left {
    max-width: 490px;
    margin: 0 auto;
    padding-bottom: 17%;
    padding-left: 40px;
}*/
    /*.double_img_topp{max-width: 80%;}*/
    .animal_welfare .row>[class*="col-"] {
        margin-bottom: 30px;
    }
    .animal_welfare .row>[class*="col-"]:last-child {
        margin-bottom: 0;
    }
    /*.double_img_right{left: 0;max-width: 45%;}*/
    .double_img_left {
        margin: 0 auto;
    }
    .animal_welfare {
        padding-top: 60px;
    }
    .throughbed_indus_row_right {
        padding: 0 40px;
    }
    .heading_container {
        padding: 0 40px;
    }
    .bnr_contnt_in h2 {
        font-size: 40px;
        line-height: 51px;
    }
    /*.bnr_contnt_in p {
    font-size: 24px;
}*/
    .about_program_left figure {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .landing_page_banner .inner_banner_content {
        top: 65%;
    }
    .about_program_right_in {
        padding-left: 0;
    }
    .about_program {
        padding: 60px 0;
    }
    .daylife_cadetship_row_left {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .daylife_cadetship_row_right {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        padding: 0 40px;
    }
    /*.double_img_lftt{padding-bottom: 15%;padding-right: 10%;max-width: 600px;margin: 0 auto;}
.double_img_lftt_in{max-width: 400px;}*/
    .part_sequence_container {
        padding: 0 40px;
    }
    /*.double_img_lftt_in {
    max-width: 360px;
}*/
    .week_in_life_right,
    .week_in_life_left {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        order: inherit;
        padding: 0;
    }
    .week_in_life_right {
        margin-bottom: 40px;
        text-align: center;
    }
    figure.small_imgc {
        margin: 0 auto;
    }
    .week_in_life_left {
        padding: 0 40px;
    }
    .inner_crrs {
        padding: 31px 30px;
    }
    .btm_form_contrnt {
        position: static;
        background-color: #2b110b;
        padding: 50px 0;
    }
    .inner_banner_content.inner_banner_content_vacancy {
        top: 50%;
    }
    .banner_form_col.banner_form_input>.row>[class*="col-"] {
        margin-bottom: 30px;
    }
    /*.banner_form_col.banner_form_input > .row > [class*="col-"]:last-child{margin-bottom: 0;}
.banner_form input[type="text"], .banner_form input[type="email"], .banner_form input[type="url"], .banner_form input[type="password"], .banner_form input[type="search"], .banner_form input[type="number"], .banner_form input[type="tel"]{
	padding: 17px 28px;
	font-size: 20px;
	line-height: 25px;
}*/
    /*.radio-pro .checkmark{width: 20px;height: 20px;}
.radio-pro .checkmark::after{
    top: 4px;
    left: 4px;
    width: 11px;
    height: 11px;
}*/
    .radio-pro {
        font-size: 20px;
        line-height: 23px;
        padding-left: 27px;
    }
    .banner_form_col_check {
        padding: 18px 25px;
    }
    .banner_form_col.banner_form_searc>.row>[class*="col-"] {
        margin-bottom: 30px;
    }
    .banner_form_col.banner_form_searc>.row>[class*="col-"]:last-child {
        margin-bottom: 0;
    }
    .double_img_lftt {
        padding-bottom: 25vw;
        max-width: 80vw;
        margin: 0 auto;
    }
    .displays_img_lftt {
        max-width: 57vw;
    }
    .double_img_lftt_in {
        max-width: 42vw;
    }
    .industry_in_img1 {
        max-width: 60vw;
    }
    .industry_in_img2 {
        max-width: 32vw;
    }
    .industry_in {
        padding-bottom: 20vw;
        max-width: 70vw;
        margin: 0 auto;
    }
    .daylife_intro_parent {
        max-width: 80vw;
        padding-bottom: 20vw;
        margin: 0 auto;
    }
    .daylife_intro_left {
        max-width: 70vw;
    }
    .daylife_intro_right {
        max-width: 51vw;
    }
    .discover_more_inner .discover_more_inn_left {
        padding-top: 0;
    }
    .top_btm {
        display: none;
    }
    .landing_page_banner .inner_banner_content {
        position: static;
        background-color: #39211b;
        padding-top: 20px;
        padding-bottom: 20px;
        transform: inherit;
        -webkit-transform: inherit;
        text-align: center;
    }
    .landing_page_banner .bnr_contnt_in {
        text-align: center;
    }
    .mobile_homes_banner_content {
        max-width: 480px;
    }
    .ds_slides h3 {
        min-height: 80px;
    }
    .az_career_row_col_btm h4 {
        font-size: 21px;
        line-height: 30px;
    }
    .mobile-version {
        display: block;
    }
    .desktop-area {
        display: none;
    }
    .slick-prev.slick-arrow {
        position: absolute;
        top: 50%;
        left: 0;
        width: 27px;
        height: 28px;
        /* background: red; */
        transform: translateY(-50%);
    }
    .slick-next.slick-arrow {
        position: absolute;
        top: 50%;
        right: 5px;
        width: 27px;
        height: 28px;
        /* background: red; */
        transform: translateY(-50%);
    }
    .page-template-global .inner_page {
        padding-right: 0;
    }
    /*.slick-prev.slick-arrow:before, .slick-next.slick-arrow:before{
	position: absolute;
	top:0;
	left:0;
	background:url('images/next.png') no-repeat;
	width:30px;
	height:44px;
	background-size: contain;
	content: "";
	z-index: 9;
	display: block;
	opacity: 1;
}*/
    /*.slick-prev.slick-arrow::before {
	transform: rotate(180deg);
	top: -13px;
}*/
    .main_wrapper {
        min-height: 100vh;
        height: auto;
        background: #5da9dd;
        display: flex;
        align-items: center;
    }
    button.popup {
        margin: 15px auto 0 auto;
        min-width: 100px;
        text-align: center;
        display: block;
        background: #39211b;
        color: #fff;
        border: 1px solid #39211b;
        padding: 10px 35px;
        text-transform: uppercase;
        cursor: pointer;
    }
    .popup-area .resp-vtabs .resp-tabs-container {
        background: transparent;
    }
    .popup-area .resp-vtabs li.resp-tab-active {
        background-color: transparent;
    }
    .popup-area .resp-vtabs .resp-tabs-list {
        float: none;
        width: 100%;
    }
    .popup-area .resp-vtabs .resp-tabs-list li {
        display: inline-block;
        border: 0;
        border-right: 1px solid #fff;
        color: #5b5c60;
        font-size: 18px;
        padding: 0px 15px !important;
    }
    .popup-area .resp-vtabs .resp-tabs-list li:last-child {
        border-right: 0px;
    }
    .popup-area .resp-vtabs li.resp-tab-active {
        background-color: transparent;
        color: #fff;
    }
    .popup-area .resp-vtabs .resp-tab-content {
        border: 0;
        padding: 20px;
    }
    .popup-area .resp-vtabs .resp-tabs-container {
        width: 100%;
        float: none;
        border: 0;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 0px;
    }
    .popup-area .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 0px !important;
    }
}

@media(max-width: 767px) {
    .right_part_head {
        padding: 0;
    }
    .header_sec {
        align-items: center;
    }
    .explorer_cadetship_outer {
        width: 100%;
    }
    .adrrs_sc li a {
        font-size: 21px;
        line-height: 26px;
    }
    .topfooter h5 {
        margin-bottom: 15px;
    }
    .isnta_img_outer {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .container {
        max-width: 540px;
    }
    .cmn_gap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .cmn_gap_btm {
        padding-bottom: 40px;
    }
    .training_country li {
        margin-bottom: 30px;
    }
    /*.throughbed_img_sec{max-width: 400px;}*/
    /*.throughbeD_abslt{
    max-width: 50%;
}*/
    .throughbed_indus_row_right {
        padding: 0 30px;
    }
    .heading_contents h2,
    .text-head {
        font-size: 30px;
    }
    /*.double_img_left {
    max-width: 390px;
}
.double_img_right{max-width: 41%;}*/
    .double_img_left {
        max-width: 80vw;
    }
    .double_img_topp {
        max-width: 70vw;
    }
    .double_img_right {
        max-width: 26vw;
    }
    .numbers_Inner_right_img {
        max-width: 340px;
    }
    .heading_container {
        padding: 0 30px;
    }
    .heading_container_right {
        padding-left: 30px;
        padding-right: 30px;
    }
    .bnr_contnt_in h2 {
        font-size: 30px;
        line-height: 41px;
    }
    .bnr_contnt_in p {
        /*font-size: 18px;*/
        letter-spacing: 1px;
    }
    .about_program_right h4 {
        font-size: 40px;
        line-height: 48px;
    }
    .about_program_left figure {
        max-width: 300px;
    }
    .about_program {
        padding: 40px 0;
    }
    .discover_more.discover_more_landing {
        padding: 37px 30px;
    }
    .part_sequence_container {
        padding: 0 30px;
    }
    .part_sequence_row_left,
    .part_sequence_row_right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .part_sequence_row_right {
        order: 0;
        text-align: center;
        margin-bottom: 40px;
    }
    .part_sequence_row_left {
        order: 1;
    }
    .part_sequence_row:nth-child(2n) .part_sequence_row_left {
        padding-left: 0;
    }
    .part_head h3 {
        font-size: 38px;
        line-height: 44px;
    }
    .part_head h4 {
        font-size: 26px;
    }
    .part_sequence_row {
        margin-bottom: 80px;
    }
    .daylife_cadetship_row_right {
        padding: 0 30px;
    }
    .week_in_life_left {
        padding: 0 30px;
    }
    .timeline_row_outer::after {
        display: none;
    }
    .timeline_row_left {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .timeline_row_right {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .headpoint h4 {
        font-size: 38px;
        margin-bottom: 30px;
    }
    .timeline_row_right h4 span {
        font-size: 25px;
        line-height: 34px;
    }
    .apply_now_part h3 {
        font-size: 36px;
    }
    ul li::before {
        width: 8px;
        height: 8px;
        left: 0;
    }
    ul li {
        padding-left: 20px;
    }
    .apply_now_part h6 {
        font-size: 20px;
        line-height: 24px;
    }
    .heading_news h3 {
        font-size: 33px;
        line-height: 40px;
    }
    .faq-accordian .card .card-link {
        font-size: 24px;
        line-height: 28px;
    }
    .arrow-faq {
        border-width: 0 5px 5px 0;
        padding: 5px;
    }
    .az_career_row_col {
        float: none;
        width: 100%;
    }
    .heading_ss h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .about_person>figure,
    .about_person .about_person_info {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .about_person>figure {
        margin-bottom: 30px;
        text-align: center;
    }
    .about_page h3 {
        font-size: 36px;
        line-height: 42px;
    }
    .throughbed_img_sec {
        max-width: 78vw;
    }
    .throughbeD_display {
        max-width: 55vw;
    }
    .throughbeD_abslt {
        max-width: 35vw;
    }
    .faq-accordian .card ul li::before {
        top: 11px;
    }
    .cmn_page_inner h2 {
        font-size: 30px;
    }
    .cmn_page_inner h5 {
        font-size: 20px;
    }
    .mobile_homes_banner_content {
        max-width: 300px;
    }
    .mobile_homes_banner_content h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .mobile_homes_banner_content p {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 21px;
    }
    .mobile_homes_banner_outer {
        bottom: 10px;
    }
    .sections-discover .slider-no h1 {
        font-size: 40px;
        margin-bottom: 0;
    }
    .sections-discover .slider-no .left-arrow,
    .sections-discover .slider-no .right-arrow {
        top: 11px;
    }
    .video-content p.headline {
        font-size: 30px;
        margin-bottom: 12px;
    }
    .sections-discover .stories-text {
        padding-left: 0;
    }
    .card-meta .metaItem {
        width: 100%;
    }
    .popup-area .resp-tabs-list {
        display: block;
    }
    .popup-area h2.resp-accordion {
        display: none;
    }
}

.page-template-global .headr_logo {
    display: none;
}

@media(max-width: 575px) {
    .container {
        max-width: 100%;
    }
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ds_slides figure {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .discover_more_inn_left .heading_sec {
        margin-bottom: 30px;
    }
    .heading_sec {
        margin-bottom: 40px;
        font-size: 43px;
    }
    .footer_in_right {
        display: block;
        text-align: center;
    }
    .footer_in_right_sec1 {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .footer_in_right_sec2 {
        padding-left: 0;
        text-align: center;
    }
    .our_people {
        padding: 30px 20px;
    }
    .brown-arrow .slick-arrow {
        width: 45px;
        height: 45px;
        background-size: 45px !important;
    }
    .discover_more {
        padding: 30px 20px;
    }
    .white_arrow .slick-arrow {
        width: 44px;
        height: 44px;
        background-size: 17px;
    }
    .explorer_cadetship_outer {
        padding: 15px 20px;
    }
    .container-full-width {
        padding: 0 20px !important;
    }
    /*.industry_in {
    max-width: 450px;
    padding-bottom: 17%;
}*/
    .indus_head h2 {
        font-size: 27px;
        line-height: 34px;
    }
    .heading_contents h2,
    .text-head {
        font-size: 30px;
    }
    .accredated_qualification_left h4 {
        font-size: 28px;
    }
    .bnr_contnt_in h2 {
        font-size: 25px;
    }
    .accredated_qualification_left p {
        font-size: 17px;
        line-height: 25px;
    }
    .acc_ul_part ul li {
        font-size: 17px;
        line-height: 24px;
    }
    .discover_more.discover_more_inner {
        padding: 30px 20px;
        padding-top: 60px;
    }
    .throughbed_indus_row_right {
        padding: 0 20px;
    }
    .racingimg figure {
        max-width: 400px;
    }
    .animal_welfare {
        padding-top: 40px;
    }
    .life_after_racing {
        padding: 45px 0;
        margin-top: 54px;
    }
    .heading_container {
        padding: 0 20px;
    }
    .heading_container_right {
        padding-left: 20px;
        padding-right: 20px;
    }
    body {
        font-size: 16px;
        line-height: 25px;
    }
    .landing_page_banner .inner_banner_content {
        top: 50%;
    }
    ul li::before {
        top: 10px;
    }
    .part_sequence_container {
        padding: 0 20px;
    }
    /*.double_img_lftt{max-width: 400px;}
.double_img_lftt_in {
    max-width: 270px;
}*/
    .part_sequence_row_left h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .part_sequence_row_left h4 {
        font-size: 21px;
        line-height: 25px;
    }
    /*.throughbed_img_sec{max-width: 360px;}*/
    /*.throughbeD_abslt{
    max-width: 190px;
}*/
    .daylife_cadetship_row_right {
        padding: 0 20px;
    }
    .week_in_life_left {
        padding: 0 20px;
    }
    .faq-accordian .card-body {
        padding-top: 18px;
    }
    .our_people_inner.our_people {
        padding-top: 38px;
    }
    .about_person_info ul li {
        font-size: 18px;
        line-height: 27px;
    }
    .about_page h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .about_person_info h5 {
        font-size: 24px;
        line-height: 30px;
    }
    .about_page figure {
        margin-bottom: 20px;
    }
    .training_cn_name h4 {
        font-size: 20px;
        line-height: 25px;
    }
    .click_mdal .modal-body ul li::before {
        top: 10px;
    }
    .mobile_homes_banner_outer {
        position: static;
        background-color: #39211b;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .sign_up_page_right_btm_innnn form>h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sign_up_page_right {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .part_sequence_row_left ul li,
    .part_sequence_row_left span.part_sequence_row_left p {
        font-size: 16px;
        line-height: 22px;
    }
    .part_sequence_row_left ul li:after {
        width: 7px;
        height: 7px;
        top: 9px;
    }
    .mobile_homes_banner_content {
        max-width: 100%;
        text-align: center;
    }
}

@media(max-width: 479px) {
    .explorer_cadetship_inner p {
        font-size: 14px;
        line-height: 23px;
    }
    .pannel_container_innner h2 {
        font-size: 24px;
    }
    .pannel_container_innner p {
        font-size: 18px;
        line-height: 24px;
    }
    .home_ban_mb figure img {
        height: 300px;
        object-fit: cover;
    }
    .heading_sec {
        margin-bottom: 30px;
        font-size: 32px;
    }
    .inner_ppl h2 {
        font-size: 31px;
        line-height: 38px;
    }
    .str_slid_cont h4 {
        font-size: 28px;
    }
    .str_slid_cont p {
        font-size: 16px;
    }
    .straight_source_slider {
        padding: 0 30px;
    }
    .straight_source_slider .slick-arrow {
        width: 20px;
        height: 20px;
        background-size: 20px !important;
    }
    .isnta_img_outer {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        background-color: transparent;
    }
    .insta_img_content {
        position: static;
        transform: inherit;
        -webkit-transform: inherit;
        background-color: #39211b;
        padding: 40px 25px;
    }
    .adrrs_sc li a {
        font-size: 18px;
        line-height: 23px;
    }
    .adrrs_sc li {
        margin-bottom: 8px;
    }
    .international_courses_row {
        margin-bottom: 44px;
    }
    .training_country li {
        float: left;
        width: 49%;
        padding: 0;
        margin-right: 2%;
    }
    .training_country li:nth-child(2n+2) {
        margin-right: 0;
    }
    .training_country_inner {
        margin: 0 auto;
    }
    .training_country>ul {
        display: inline-block;
        width: 100%;
    }
    .training_country {
        margin-bottom: 0;
    }
    .heading_para {
        padding-left: 20px;
    }
    .ss_slider .heading_sec {
        font-size: 32px;
    }
    .text-head {
        margin-bottom: 30px;
    }
    .numbers_grid {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .numbers_grid_contain {
        padding-left: 0;
    }
    .bnr_contnt_in h2 {
        font-size: 21px;
        line-height: 31px;
        margin-bottom: 12px;
    }
    .bnr_contnt_in p {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .about_program_right h4 {
        font-size: 27px;
        line-height: 38px;
        margin-bottom: 13px;
    }
    .heading_contents .large p {
        font-size: 16px;
        line-height: 24px;
    }
    .heading_contents h2,
    .text-head {
        font-size: 25px;
    }
    .apply_now_part h3 {
        font-size: 28px;
    }
    .inner_crrs {
        padding: 21px 20px;
    }
    .az_career_row_col_btm h4 {
        font-size: 25px;
        line-height: 32px;
    }
    .heading_ss h3 {
        font-size: 21px;
        margin-bottom: 25px;
    }
    .banner_form_col_check .radio-pro {
        display: table;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-bottom: 11px;
    }
    .banner_form_col_check .radio-pro:last-child {
        padding-bottom: 0;
    }
    .banner_form_col_check .radio-pro .checkmark {
        top: 2px;
    }
    ul li::before {
        top: 9px;
    }
    .cmn_page_inner h2 {
        font-size: 24px;
    }
    .logo {
        max-width: 120px;
    }
    .headr_logo {
        right: 10px;
        top: 10px;
    }
    .signup-link__Container {
        display: block;
    }
    .login-private-inner h5 {
        font-size: 20px;
    }
    .styled-layout-logo.left img {
        width: 150px;
    }
    .sections-discover .main-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .landing_page_slidee_inner h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .landing_page_slidee .slick-slide {
        padding: 0;
    }
    .discover_more_landing .landing_page_slidee.white_arrow .slick-prev {
        left: 0;
    }
    .discover_more_landing .landing_page_slidee.white_arrow .slick-next {
        right: 0;
    }
    .ds_slides h3 {
        min-height: inherit;
    }
    .caption-botm {
        min-height: inherit;
    }
    .popup-area .resp-vtabs .resp-tab-content {
        padding: 20px 10px;
    }
    .ds_slides {
        text-align: center;
    }
    /* 10.09.20 */
    .white_arrow .slick-arrow {
        border: 0;
        border-radius: 0;
        /*color: transparent;*/
        color: #fff;
        font-size: 20px !important;
        line-height: 24px !important;
        top: 97% !important;
        width: auto;
        height: auto;
    }
    .white_arrow .slick-arrow:hover {
        background-color: transparent;
    }
    .white_arrow.homepage .slick-next.slick-arrow{
        background: unset;
        right: 18px;
    }
    .white_arrow.homepage .slick-prev.slick-arrow{
        background: unset;
        left: 18px;
    }
    .white_arrow.homepage .slick-arrow img.prev-mobile{
        position: absolute;
        left: 4px;
        top: -20px;
        width: 18px;
        display: block;
    }
    .white_arrow.homepage .slick-arrow img.next-mobile{
        position: absolute;
        right: 4px;
        top: -20px;
        width: 18px;
        display: block;
    }


    .ss_slider .white_arrow .slick-prev {
        left: 13px;
        display: block !important;
        background-position: 5px 11px;
        padding-left: 30px;
    }
    .ss_slider .white_arrow .slick-next {
        right: 15px;
        background-position: 51px 12px;
        padding-right: 30px;
    }
    .ds_slides figure {
        width: 100%;
    }
    .ss_slider .discover_slider .slick-slide {
        padding-bottom: 43px;
    }
}

@media(max-width: 380px) {
    /*.double_img_lftt{
    max-width: 300px;
}
.double_img_lftt_in{
    max-width: 200px;
}*/
    .part_head h3 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 8px;
    }
    .part_head h4 {
        font-size: 23px;
    }
    .part_head {
        margin-bottom: 35px;
    }
}



/* FORM */
.page-template-apply_now .btm_apply_log{
    padding: 40px 0;
    background-color: #f5f3ee;
    color: #3a3a3a;
}
.page-template-apply_now .wpcf7 h2{
    text-align: left;
    font-size: 48px;
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
}
.page-template-apply_now .wpcf7 p.form-notes{
    text-align: left;
}
.page-template-apply_now .wpcf7 h3{
    margin-top: 2em;
    text-align: left;
    font-size: 32px;
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
}
.page-template-apply_now input[type="date"], .page-template-apply_now input[type="number"]{
    padding-right: 50px;
}
.page-template-apply_now .wpcf7 input, .page-template-apply_now .wpcf7 textarea{
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
}
.page-template-apply_now .wpcf7 input{
    height: 50px;
}
.page-template-apply_now .wpcf7 input[name="birth-date"]{
    cursor: pointer;
}
.page-template-apply_now .wpcf7 input:focus, .page-template-apply_now .wpcf7 textarea:focus{
    background: #fff;
}
.page-template-apply_now .wpcf7 select{
    color: inherit;
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    height: 50px;
}
.page-template-apply_now .wpcf7 span.req{
    color: #e80000;
}
.page-template-apply_now .wpcf7 .row{
    margin-left: unset;
    margin-right: unset;
    justify-content: space-between;
}
.page-template-apply_now .w100{
    width: 100%;
}
.page-template-apply_now .w50{
    width: calc(50% - 10px);
}
.page-template-apply_now .w30{
    width: calc(100%/3 - 10px);
}
.page-template-apply_now .wpcf7 .wpcf7-radio{
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
}
.page-template-apply_now .wpcf7 span.wpcf7-list-item{
    /*margin: 0 13% 0 0;*/
    margin: 0;
    width: 15%;
    position: relative;
}
.page-template-apply_now .wpcf7 input[type="radio"] ~ span.wpcf7-list-item-label{
    width: 10px;
    /*margin-left: -60%;*/
    margin-left: -26%;
}
.page-template-apply_now .wpcf7 input[type="radio"]{
    /*height: auto;*/
    /*margin-right: 20px;*/
    margin: -19px 0 0 -44%;
    height: 40px;
    /*margin-left: -44%;*/
    /*width: calc(100% - 10px);*/
    width: 100%;
    position: relative;
    top: 16px;
    z-index: 3;
    opacity: 0;
}
.page-template-apply_now .wpcf7 input[type="radio"]~::before{
    content: unset;
}
.page-template-apply_now .wpcf7 input[type="radio"]:checked~::before{
    content: '';
    position: absolute;
    top: 9px;
    left: 2px;
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    z-index: 2;
}
.page-template-apply_now .wpcf7 input[type="radio"]~::after{
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #c4c4c4;
    position: absolute;
    top: 5px;
    left: -2px;
    background: #f7f7f7;
}
.page-template-apply_now .wpcf7 input[type="radio"]:checked~::after{
    border-color: #333;
    transition: all .5s;
}
.page-template-apply_now .wpcf7 label{
    width: 100%;
    text-align: left;
}
.page-template-apply_now .wpcf7 div.submit{
    width: 100%;
    margin: 0;
    text-align: left;
}
.page-template-apply_now .wpcf7 input[type="submit"]{
    background: #333;
    border: 0;
    border-radius: 0;
    color: #f7f7f7;
    transition: all .5s;
    text-transform: uppercase;
}

#apply_photos_container{
    text-align: left;
    margin-bottom: 60px;
}
#apply_photos_container > input[type="button"]{
    font-size: 16px;
    margin: 0;
    padding: 12px;
    background: #333;
    border: 0;
    border-radius: 0;
    color: #f7f7f7;
    transition: all .5s;
}

@media (max-width: 768px) {
    .page-template-apply_now .w50, .page-template-apply_now .w30{
        width: 100%;
    }
}





/* FORM ERRORS */
.page-template-apply_now .wpcf7-not-valid{
    border-color: #e80000 !important;
}
.page-template-apply_now .wpcf7-not-valid~::after{
    background: #e80000;
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f12a";
    position: absolute;
    height: 48px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .5s;
}
.page-template-apply_now input.wpcf7-not-valid~::after, .page-template-apply_now select.wpcf7-not-valid~::after{
    top: -12px;
    right: 0;
}
/*.page-template-apply_now .wpcf7-radio.wpcf7-not-valid~::after{*/
    /*content: none;*/
/*}*/
.page-template-apply_now .wpcf7-radio.wpcf7-not-valid~.wpcf7-not-valid-tip{
    position: relative;
}
.page-template-apply_now .wpcf7-radio.wpcf7-not-valid~::after{
    top: -30px;
    right: 0;
}
.page-template-apply_now textarea.wpcf7-not-valid~::after{
    top: -81px;
    right: 0;
}

.page-template-apply_now .wpcf7-not-valid-tip{
    color: #e80000;
}
.page-template-apply_now .wpcf7 form.invalid .wpcf7-response-output, .page-template-apply_now .wpcf7 form.unaccepted .wpcf7-response-output{
    color: #e80000;
}
.page-template-apply_now .wpcf7 form .wpcf7-response-output{
    border: none;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
}

/* Fixed errot (validated input) */
.page-template-apply_now .wpcf7-valid-tip{
    font-weight: normal;
    display: block;
}
.page-template-apply_now .validated{
    border-color: green !important;
}
.page-template-apply_now .validated~::after{
    background: transparent;
    color: green;
    font-family: FontAwesome;
    font-size: 30px;
    content: "\f058";
    position: absolute;
    height: 48px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .5s;
}
.page-template-apply_now input.validated~::after, .page-template-apply_now select.validated~::after{
    top: -12px;
    right: 0;
}
.page-template-apply_now .wpcf7-radio.validated~.wpcf7-valid-tip {
    position: relative;
}
.page-template-apply_now .wpcf7-radio.validated~::after {
    top: -30px;
    right: 0;
}
.page-template-apply_now textarea.validated~::after {
    top: -81px;
    right: 0;
}
.page-template-apply_now textarea.validated{
    padding-right: 40px;
}


@media (max-width: 991px){
    .page-template-apply_now .wpcf7 input[type="radio"] ~ span.wpcf7-list-item-label {
        margin-left: -7%;
    }
}
@media (max-width: 575px){
    .page-template-apply_now input.wpcf7-not-valid~::after, .page-template-apply_now select.wpcf7-not-valid~::after {
        top: -14px;
    }
    .page-template-apply_now textarea.wpcf7-not-valid~::after {
        top: -84px;
    }
    .page-template-apply_now .wpcf7-radio.wpcf7-not-valid~::after {
        top: -35px;
    }
    .page-template-apply_now input.validated~::after, .page-template-apply_now select.validated~::after {
        top: -14px;
    }
    .page-template-apply_now textarea.validated~::after {
        top: -84px;
    }
    .page-template-apply_now .wpcf7-radio.validated~::after {
        top: -35px;
    }

    .page-template-apply_now .wpcf7 .wpcf7-radio {
        width: calc(100% - 50px);
    }
    .page-template-apply_now .wpcf7 span.wpcf7-list-item {
        width: 20%;
    }
    .page-template-apply_now .wpcf7 input[type="radio"] {
        margin-left: -30%;
    }
    .page-template-apply_now .wpcf7 input[type="radio"] ~ span.wpcf7-list-item-label {
        margin-left: -24%;
    }
}
@media (max-width: 400px){
    .page-template-apply_now .wpcf7 input[type="radio"] {
        margin-left: -12%;
    }
}
