/**
*	Theme Name: Strive Health
**/

/*
font-family: "Playfair Display", serif;
font-family: "Poppins", sans-serif;
*/

body{
   font-family: "Poppins", sans-serif !important; 
}
h1,
h2,
h3,
h4,
h5,
h6,
strong{
   font-family: "Playfair Display", serif !important; 
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
body.bmenu-open {
    overflow: hidden;
}
.nav-bar {
    text-align: right;
}
.main-navigation {
    clear: both;
    position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    margin: 0px 45px 0 0;
    position: relative;
}

.nav-menu li:last-child {
    margin: 0;
}

.nav-menu li a {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    padding-bottom: 8px;
}
.nav-menu li a::after{
    content: '';
    display: inline-block;
    background-color: #c83803;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    transition: all 0.4s ease;s
}
.nav-menu li a:hover::after{
    width: 100%;
}
.nav-menu li a img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7488%) hue-rotate(290deg) brightness(105%) contrast(105%);
    margin-right: 2px;
    margin-top: -2px;
}

.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}

.nav-menu li.menu-item-has-children::after {
    color: #1b2336;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    right: -3px;
    top: 5px;
    line-height: 1;
}

.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    right: 16px;
    top: 18px;
}

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #1b2336;
    border: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}

ul.sub-menu li {
    margin: 0;
}

ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 225px;
    font-size: 15px;
}

ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #ffffff;
    margin: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: rgb(31, 115, 190);
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover {
    color: #c83803;
}
.nav-menu .current_page_item > a img,
.nav-menu .current_page_ancestor > a img,
.nav-menu .current-menu-item > a img,
.nav-menu .current-menu-ancestor > a img,
.nav-menu li a:hover img{
    filter: brightness(0) saturate(100%) invert(29%) sepia(94%) saturate(5373%) hue-rotate(19deg) brightness(92%) contrast(98%);
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu,
span.submenu-toggle{
    display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.content-header.cover {
    padding: 170px 0 156px;
    position: relative;
    background-attachment: fixed !important;
}
.page-template-careers .content-header.cover {
    padding: 90px 0 88px;
}
.content-header.cover::after{
    content: '';
    display: inline-block;
    background-image: linear-gradient(to right, #0b162a, #0b162a, #0b162a);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.7;
}
.conthead-content{
    position: relative;
    z-index: 1;
}
.conthead-content h1{
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px 0;
}
.conthead-content p{
    color: #d1d5db;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.page-template-careers .conthead-content {
    width: 55%;
}
.page-template-careers .conthead-content h1{
    text-align: left;
    margin: 0 0 20px 0;
}
.page-template-careers .conthead-content a.all-buttons{
    margin-top: 20px;
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.all-pages-content {
    padding: 60px 0 45px;
}
.all-pages-content h1,
.all-pages-content h2,
.all-pages-content h3,
.all-pages-content h4,
.all-pages-content h5,
.all-pages-content h6{
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.all-pages-content p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.all-pages-content p a{
    color: #000000;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.all-pages-content p a:hover{
    color: red;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.all-pages-content ul li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 25px;
}
.all-pages-content ul li::after {
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0;
}
.all-pages-content ul li:last-child{
    margin-bottom: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Header*/
#wrapper {
    margin-top: 121px;
}
.site-header {
    background-color: #0b162a;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.site-logo img {
    width: 79px;
}

/*Header*/

/*Home*/
.hbanner-sec.cover {
    position: relative;
    padding: 165px 0;
    display: flex;
    align-items: center;
}
.hbanner-sec.cover::after {
    content: '';
    display: inline-block;
    background-image: linear-gradient(to right, #0b162a, #0b162a, #0b162a);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.7;
}
.hbanner-content{
    position: relative;
    z-index: 1;
}
.hbanner-ct{
    position: relative;
    z-index: 1;
}
.hbanner-ct .d-flex {
    align-items: center;
    column-gap: 10px;
}
.d-flex.btns{
    column-gap: 10px;
}
a.all-buttons {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.4s ease;
    padding: 10px 25px 11px 31px;
    border-radius: 5px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
a.all-buttons img{
    width: 16px;
    height: 16px;
    margin-left: 3px;
    margin-top: -2px;
    transition: all 0.4s ease;
}
a.all-buttons:hover img{
    margin-left: 8px;
}
a.all-buttons.orange{
    background-color: #c83803;
}
a.all-buttons.orange:hover {
    background-color: #c83803;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
a.all-buttons.orange img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(0%) hue-rotate(32deg) brightness(119%) contrast(100%);
}
a.all-buttons.blue{
    color: #ffffff;
    background-color: #0b162a;
}
a.all-buttons.blue:hover{
    color: #ffffff;
    background-color: #c83803;
}
a.all-buttons.blue img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(0%) hue-rotate(32deg) brightness(119%) contrast(100%);
}
a.all-buttons.white {
    color: #0b162a;
    background-color: #ffffff;
}
a.all-buttons.white:hover{
    color: #ffffff;
    background-color: #0b162a;
}
a.all-buttons.white img{
    filter: brightness(0) saturate(100%) invert(7%) sepia(23%) saturate(2635%) hue-rotate(188deg) brightness(104%) contrast(98%);
}
a.all-buttons.white:hover img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(0%) hue-rotate(32deg) brightness(119%) contrast(100%);
}
.hbanner-ct .d-flex{
    margin-top: 30px;
}
.hbanner-ct .d-flex strong{
    color: #fafafa;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}
.hbanner-ct img{
    width: 225px;
}
.hbanner-ct p strong{
    color: #ffffff;
    font-size: 24px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    display: block;
}
.hbanner-ct h1,
.hbanner-ct h2,
.hbanner-ct h3,
.hbanner-ct h4,
.hbanner-ct h5,
.hbanner-ct h6{
    color: #ffffff;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.hbanner-ct h1 strong,
.hbanner-ct h2 strong,
.hbanner-ct h3 strong,
.hbanner-ct h4 strong,
.hbanner-ct h5 strong,
.hbanner-ct h6 strong{
    font-weight: 700;
    background: linear-gradient(90deg, #ffffff, #bfdbfe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hbanner-ct p {
    color: #ffffffe6;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px 0;
    width: 85%;
}
.hmain-content{
    text-align: center;
    margin-bottom: 60px;
}
.hmain-content h1,
.hmain-content h2,
.hmain-content h3,
.hmain-content h4,
.hmain-content h5,
.hmain-content h6{
    color: #0b162a;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 33px 0;
    padding: 0 0 24px 0;
    position: relative;
}
.hmain-content h1 strong,
.hmain-content h2 strong,
.hmain-content h3 strong,
.hmain-content h4 strong,
.hmain-content h5 strong,
.hmain-content h6 strong{
    color: #c83803;
    font-weight: 700;
}
.hmain-content h1::after,
.hmain-content h2::after,
.hmain-content h3::after,
.hmain-content h4::after,
.hmain-content h5::after,
.hmain-content h6::after{
    content: '';
    display: inline-block;
    background-image: linear-gradient(to right, #f43f5e, #C83803);
    position: absolute;
    width: 80px;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    border-radius: 100px;
}
.hmain-content.sm h1,
.hmain-content.sm h2,
.hmain-content.sm h3,
.hmain-content.sm h4,
.hmain-content.sm h5,
.hmain-content.sm h6{
    color: #0b162a;
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 0;
}
.hmain-content.sm h1::after,
.hmain-content.sm h2::after,
.hmain-content.sm h3::after,
.hmain-content.sm h4::after,
.hmain-content.sm h5::after,
.hmain-content.sm h6::after{
    display: none;
}
.hmain-content.sm p,
.hmain-content.sm ul li{
    color: #374151;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.hmain-content.sm p {
    width: 100%;
    margin: 0 0 15px 0;
}
.hmain-content.sm p:last-child{
    margin-bottom: 0;
}
.hmain-content p,
.hmain-content ul li{
    color: #6b7280;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.hmain-content p{
    width: 59%;
    margin: 0 auto 20px;
}
.hmain-content ul li,
.hmain-content.sm ul li{
    margin: 0 0 13px 0;
}
.hmain-content.sm ul li:last-child{
    margin: 0;
}
.hmain-content ul li{
    position: relative;
    padding-left: 28px;
}
.hmain-content ul li::after{
    content: '';
    display: inline-block;
    background-color: rgb(200 56 3);
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 0;
    border-radius: 100%;
}
.hmain-content.sm ul li {
    padding-left: 20px;
    margin: 0 0 9px 0;
}
.hmain-content ul li strong{
    color: #020817;
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.hmain-content a{
    margin-top: 15px;
}
.hmain-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hmain-content.white h1,
.hmain-content.white h2,
.hmain-content.white h3,
.hmain-content.white h4,
.hmain-content.white h5,
.hmain-content.white h6{
    color: #ffffff;
}
.hmain-content.white p{
    color: rgba(255, 255, 255, 0.9);
}
.hwhoweare-sec.cover {
    position: relative;
    padding: 60px 0 69px;
}
.hwhoweare-sec.cover::after{
    content: '';
    display: inline-block;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hwhoweare-content{
    position: relative;
    z-index: 1;
}
.hwhoweare-lbox{
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 2rem;
    border-radius: .75rem;
    height: 100%;
}
.hwhoweare-lbox .d-flex{
    column-gap: 17px;
    align-items: center;
}
.hwhoweare-lbox .icon{
    background-image: linear-gradient(to right, #f43f5e, #C83803);
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
}
.hwhoweare-lbox .icon img{
    width: 24px;
    height: 24px;
    margin: 0 auto;
    text-align: center;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7469%) hue-rotate(83deg) brightness(99%) contrast(109%);
}
.hwhoweare-lbox .content {
    flex: 0 1 calc(100% - 65px);
}
.hwhoweare-lbox .content p{
    color: #0b162a;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.hourservices-sec {
    padding: 60px 0 69px;
}
.hourservices-list .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}
.hourservice-lbox {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    background-color: #ffffff;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    height: 100%;
    transition: all 0.4s ease;
}
.hourservice-lbox:hover{
    transform: scale(1.04);
    transition: all 0.4s ease;
}
.hourservice-lbinner {
    padding: 1.5rem;
    background-image: linear-gradient(to right, #d05c33, #d77451);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.hourservice-lbox:hover .hourservice-lbinner,
.hourservices-list .col-sm-12:nth-child(2n) .hourservice-lbox:hover .hourservice-lbinner{
    background: transparent;
    background-color: #0b162a;
}
.hourservices-list .col-sm-12:nth-child(2n) .hourservice-lbinner{
    background-image: linear-gradient(to right, rgb(147 154 165), #939AA5);
}
.hourservice-lbox .icon {
    background-color: #ffffff1a;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 22px;
    transition: all 0.4s ease;
}
.hourservice-lbox .icon img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(5724%) hue-rotate(299deg) brightness(117%) contrast(100%);
    transition: all 0.4s ease;
}
.hourservice-lbox:hover .icon img,
.hourservices-list .col-sm-12:nth-child(2n) .hourservice-lbox:hover .icon img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(152deg) brightness(109%) contrast(101%);
}
.hourservice-lbox h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.hourservice-lbox .content {
    padding: 1.5rem;
}
.hourservice-lbox p{
    color: #6b7280;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.hwhyfacilities-sec {
    background-image: linear-gradient(to right, rgb(147 154 165), #939AA5);
    padding: 63px 0 70px;
}
.hwhyfacilities-list .col-sm-12 {
    flex: auto;
    width: 20%;
}
.hwhyfacilities-lbox {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    background-color: #ffffff;
    border-radius: .75rem;
    height: 100%;
    text-align: center;
    padding: 1.5rem;
    transition: all 0.4s ease;
}
.hwhyfacilities-lbox:hover{
    background-color: #0b162a;
}
.hwhyfacilities-lbox .icon {
    background-color: rgb(200 56 3);
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 100%;
    margin: 0 auto 20px;
}
.hwhyfacilities-lbox .icon img{
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(15%) hue-rotate(296deg) brightness(106%) contrast(103%);
}
.hwhyfacilities-lbox h3{
    color: #0b162a;
    font-size: 16px;
    line-height: 24px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    margin: 0;
    transition: all 0.4s ease;
}
.hwhyfacilities-lbox:hover h3{
    color: #ffffff;
}
.fw-btns {
    text-align: center;
    margin-top: 64px;
}
.hourmission-sec {
    background-color: rgb(163 49 10);
    padding: 100px 0 92px;
    position: relative;
}
.hourmission-sec::after {
    content: '';
    display: inline-block;
    background-image: url(images/hourmission-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    width: 410px;
    height: 195px;
    position: absolute;
    top: 35%;
    right: 0;
    z-index: 0;
}
.hourmission-content{
    text-align: center;
    position: relative;
    z-index: 1;
}
.hourmission-content .icon {
    background-color: #fff3;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin: 0 auto 18px;
}
.hourmission-content .icon img{
    width: 32px;
    height: 32px;
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(15%) hue-rotate(296deg) brightness(106%) contrast(103%);
}
.hourmission-content h1,
.hourmission-content h2,
.hourmission-content h3,
.hourmission-content h4,
.hourmission-content h5,
.hourmission-content h6{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.hourmission-content p {
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-style: italic;
    margin: 0 auto;
    width: 68%;
}
.hoperationalmodel-sec {
    padding: 60px 0 72px;
}
.hoperationalmodel-list .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}
.hoperationalmodel-lbox {
    background-color: rgb(249 250 251);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    padding: 1.5rem;
    border-radius: .75rem;
    transition: all 0.4s ease
}
.hoperationalmodel-lbox:hover{
    background-color: #0b162a;
}
.hoperationalmodel-lbox .d-flex {
    column-gap: 17px;
    align-items: center;
}
.hoperationalmodel-lbox .icon{
    width: 48px;
    height: 48px;
    line-height: 46px;
    background-image: linear-gradient(to right, #f43f5e, #C83803);
    text-align: center;
    display: inline-block;
    border-radius: 100%;
}
.hoperationalmodel-lbox .icon img {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    text-align: center;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7469%) hue-rotate(83deg) brightness(99%) contrast(109%);
}
.hoperationalmodel-lbox p{
    color: #0b162a;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    transition: all 0.4 ease;
}
.hoperationalmodel-lbox:hover p{
    color: #ffffff;
}
.contactget-sec{
    background-image: linear-gradient(to right, #fff, #f3f4f6);
    padding: 70px 0 77px;
}
.contactget-content .row {
    --bs-gutter-x: 40px;
}
.contactinfo-title{
    background-color: #0b162a;
    padding: 2rem;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
}
.contactservices-box.second {
    margin-top: 30px;
}
.contactservices-box.second .contactinfo-title {
    border-radius: .75rem;
}
.contactinfo-title h1,
.contactinfo-title h2,
.contactinfo-title h3,
.contactinfo-title h4,
.contactinfo-title h5,
.contactinfo-title h6,
.contact-form h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.contactinfo-title p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.contactinfo-title ul{
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}
.contactinfo-title ul li{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}
.contactinfo-title ul li:last-child{
    margin-bottom: 0;
}
.contactinfo-title ul li::after {
    content: '';
    display: inline-block;
    background-color: rgb(200 56 3);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    border-radius: 100%;
}
.contactinfo-box ul {
    background-color: #ffffff;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem;
    list-style: none;
}
.contactinfo-box ul li {
    margin-bottom: 26px;
}
.contactinfo-box ul li:last-child{
    margin-bottom: 0;
}
.contactinfo-box ul li .icon{
    width: 44px;
    height: 44px;
    line-height: 42px;
    background-color: #c838031a;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
}
.contactinfo-box ul li .icon img{
    width: 20px;
    height: 20px;
    margin: 0 auto;
    text-align: center;
    filter: brightness(0) saturate(100%) invert(21%) sepia(95%) saturate(2427%) hue-rotate(11deg) brightness(93%) contrast(98%);
}
.contactinfo-box .info {
    padding-left: 20px;
}
.contactinfo-box ul li strong{
    color: #0b162a;
    font-size: 16px;
    font-weight: 500;
    display: block;
    font-family: "Poppins", sans-serif !important;
}
.contactinfo-box ul li a,
.contactinfo-box ul li span{
    color: #6b7280;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease;
    display: inline-block;
}
.contactinfo-box ul li a:hover{
    color: #c83803;
}
.contact-form {
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 2rem;
    border-radius: .75rem;
    position: relative;
}
.contact-form::after{
    content: '';
    display: inline-block;
    background-color: #c838031a;
    width: 8rem;
    height: 8rem;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 9999px;
    z-index: 0;
}
.contact-form .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.contact-form h3 {
    color: #0b162a;
    margin-bottom: 35px;
}
.contact-form p{
    margin: 0;
}
.contact-form br{
    display: none;
}
.contact-form label{
    color: #0b162a;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form input::placeholder,
.contact-form textarea::placeholder{
    color: #0b162aa6;
    font-size: 14px;
    font-weight: 400;
}
.contact-form input,
.contact-form select,
.contact-form textarea{
    background-color: #ffffff;
    border: 1px solid rgba(209 213 219);
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border-radius: .5rem;
    position: relative;
    z-index: 1;
}
.contact-form textarea {
    height: 139px;
    padding-top: 15px;
}
.contact-form .button{
    text-align: center;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: #c83803;
    border: none;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    color: #ffffff;
    background-color: #0b162a;
}
.contact-form span.wpcf7-spinner {
    margin: 5px auto 0;
}
.contact-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    border: none;
}
.contact-form .wpcf7-not-valid-tip{
    font-size: 13px;
}
/*Home*/

/*Careers*/
.careerteam-sec {
    padding: 60px 0 70px;
}
.hmain-content.sm.careerteam-lbox {
    text-align: left;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 40px 40px 34px;
    height: 100%;
    margin: 0;
}
.careerteam-list .col-sm-12:first-child .hmain-content.sm.careerteam-lbox {
    background-color: #0b162a;
}
.hourservices-sec.careersworking-sec {
    background: rgb(249 250 251);
    padding: 60px 0 70px;
}
.careersworking-sec .hourservice-lbox .hourservice-lbinner,
.careersworking-sec .hourservices-list .col-sm-12:nth-child(2n) .hourservice-lbinner,
.careersworking-sec .hourservice-lbox:hover .hourservice-lbinner,
.careersworking-sec .hourservices-list .col-sm-12:nth-child(2n) .hourservice-lbox:hover .hourservice-lbinner{
    background: transparent;
    background-color: #ffffff;
}
.careersworking-sec .hourservice-lbox h3 {
    color: #0b162a;
    margin: 0 0 15px 0;
}
.careersworking-sec .hourservice-lbox .icon {
    background-color: rgba(200, 56, 3, 0.1);
    width: 64px;
    height: 64px;
    line-height: 64px;
}
.careersworking-sec .hourservice-lbox .icon img {
    width: 32px;
    height: 32px;
    filter: brightness(0) saturate(100%) invert(19%) sepia(83%) saturate(4242%) hue-rotate(24deg) brightness(97%) contrast(98%) !important;
}
.careersworking-sec .hourservice-lbox {
    border-radius: 1rem;
    padding: 1.5rem;
}
.careersworking-sec .hourservice-lbox .content {
    padding: 0;
}
.careersworking-sec .hourservice-lbinner{
    padding: 0;
}
.readyjoin-sec {
    background-color: #0b162a;
    padding: 61px 0 50px;
}
.readyjoin-sec .hmain-content.white {
    margin: 0;
}

/*Careers*/

/*Footer*/
.site-footer {
    background-image: linear-gradient(to right, #051020, #0B162A);
    padding: 60px 0 0;
    border-top: 4px solid;
    border-image: linear-gradient(to right, #f43f5e, #C83803);
    border-image-slice: 1;
}
.footer-content .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}
.footer-logo {
    text-align: center;
}
.footer-logo img {
    width: 150px;
    margin-bottom: 20px;
}
.footer-logo p{
    color: #d1d5db;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.ft-menu strong {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    display: block;
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 20px;
}
.ft-menu strong::after{
    content: '';
    display: inline-block;
    background-color: rgba(55 65 81);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.ft-menu strong::before{
    content: '';
    display: inline-block;
    background-color: #f43f5e;
    width: 77px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.ft-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-menu ul li{
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
.ft-menu.ft-contactinfo ul li{
    padding-left: 0;
}
.ft-menu ul li::after{
    content: '';
    display: inline-block;
    background-color: rgb(200 56 3);
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    z-index: 0;
    border-radius: 100%;
}
.ft-menu.ft-contactinfo ul li::after{
    display: none;
}
.ft-menu.ft-contactinfo ul li a, .ft-menu.ft-contactinfo ul li span {
    display: flex;
    column-gap: 7px;
}
.ft-menu.ft-contactinfo ul li a img, .ft-menu.ft-contactinfo ul li span img{
    margin-top: 1px;
}
.ft-menu ul li a,
.ft-menu ul li span,
.ft-menu ul li{
    color: #d1d5db;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease;
}
.ft-menu ul li a:hover{
    color: #c83803;
}
.ft-menu ul li:last-child{
    margin-bottom: 0;
}
.ft-menu ul li img{
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(21%) sepia(95%) saturate(2427%) hue-rotate(11deg) brightness(93%) contrast(98%);
    margin-right: 5px;
}
.copyright {
    border-top: 1px solid rgb(31 41 55);
    padding: 20px 0;
    margin-top: 45px;
    text-align: center;
}
.copyright .row {
    justify-content: space-between;
}
.copyright span{
    color: #9ca3af;
    font-size: 14px;
    font-weight: 400;
}
.copyright span img{
    width: 17px;
    height: 17px;
    margin: 0 3px;
    filter: brightness(0) saturate(100%) invert(21%) sepia(95%) saturate(2427%) hue-rotate(11deg) brightness(93%) contrast(98%);
}
.copyright span a{
    color: #9ca3af;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.copyright span a:hover{
    color: #c83803;
}
/*Footer*/

/*  Media Query  */

@media(max-width: 1441px){
    .hbanner-sec.cover {
        padding: 125px 0;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 50px;
    }
    .hbanner-ct p strong{
        font-size: 20px;
    }
    .hbanner-ct p{
        font-size: 18px;
    }
    a.all-buttons{
        font-size: 16px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 32px;
        line-height: 36px;
        margin: 0 0 29px 0;
        padding: 0 0 20px 0;
    }
    .hmain-content {
        margin-bottom: 40px;
    }
    .hmain-content p, .hmain-content ul li{
        font-size: 16px;
    }
    .hmain-content p {
        width: 67%;
        margin: 0 auto 15px;
    }
    .hwhoweare-lbox .content p {
        font-size: 16px;
    }
    .hourmission-content h1, .hourmission-content h2, .hourmission-content h3, .hourmission-content h4, .hourmission-content h5, .hourmission-content h6{
        font-size: 35px;
    }
    .hourmission-sec {
        padding: 60px 0 60px;
    }
    .hourmission-content p {
        font-size: 25px;
        line-height: 31px;
        width: 61%;
    }
    .content-header.cover {
        padding: 140px 0 126px;
    }
    .conthead-content h1{
        font-size: 40px;
    }
}

@media(max-width: 1367px){
    .hbanner-sec.cover {
        padding: 100px 0;
    }
    .hmain-content p {
        width: 78%;
    }
    .hwhoweare-lbox .d-flex {
        display: block !important;
        text-align: center;
    }
    .hwhoweare-lbox {
        padding: 22px 22px;
    }
    .hwhoweare-lbox .icon {
        margin: 0 auto 15px;
    }
    .hourservice-lbox .icon {
        width: 64px;
        height: 64px;
        line-height: 64px;
    }
    .hourservice-lbox .icon img {
        width: 30px;
        height: 30px;
    }
    .hwhyfacilities-list .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .hwhyfacilities-list .col-sm-12 {
        flex: auto;
        width: 33.33%;
    }
    .hourmission-content p {
        width: 100%;
    }
    .site-footer .container,
    .site-header .container{
        max-width: 100%;
        padding: 0 40px;
    }
    .contact-form textarea {
        height: 120px;
    }
    .contact-form{
        height: 100%;
    }
    .page-template-careers .conthead-content {
        width: 100%;
    }
    .careerteam-sec,
    .hourservices-sec.careersworking-sec{
        padding: 45px 0 55px;
    }
    .readyjoin-sec {
        padding: 45px 0 35px;
    }
}
@media(max-width: 1281px){
    body .container{
        max-width: 100%;
        padding: 0 30px;
    }
    .hourservices-list .row {
        --bs-gutter-x: 25px;
        --bs-gutter-y: 25px;
    }
    .page-template-careers .conthead-content,
    .page-template-careers .conthead-content h1{
        text-align: center;
    }
}
@media(max-width: 1025px){
    .hbanner-sec.cover {
        padding: 60px 20px 70px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 45px;
    }
    .hmain-content p {
        width: 90%;
    }
    .hwhoweare-lbox .content p {
        font-size: 15px;
        font-family: "Playfair Display", serif !important;
        font-weight: bold;
    }
    .hourservices-list .col-sm-12 {
        width: 50%;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6,
    .hourmission-content h1, .hourmission-content h2, .hourmission-content h3, .hourmission-content h4, .hourmission-content h5, .hourmission-content h6{
        font-size: 29px;
    }
    .hourmission-content p {
        font-size: 20px;
        line-height: normal;
    }
    .contactget-sec {
        padding: 50px 0 57px;
    }
    .hwhoweare-sec.cover,
    .hoperationalmodel-sec,
    .hwhyfacilities-sec,
    .hourservices-sec{
        padding: 50px 0 59px;
    }
    .nav-menu li {
        margin: 0px 25px 0 0;
    }
    .contactget-content .row {
        --bs-gutter-x: 20px;
    }
    .contactservices-box.second {
        margin-top: 20px;
    }
    .content-header.cover {
        padding: 100px 0 86px;
    }
    .page-template-careers .content-header.cover {
        padding: 48px 0 45px;
    }
}

@media (max-width: 831px){
    .hbanner-content .col-sm-12 {
        flex: auto;
        width: 100%;
        text-align: center;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6{
        font-size: 35px;
    }
    .hbanner-ct br{
        display: none;
    }
    .hbanner-ct .d-flex {
        justify-content: center;
    }
    .hbanner-ct p{
        width: 100%;
    }
    .hwhoweare-list .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .hwhoweare-list .col-sm-12 {
        flex: auto;
        width: 50%;
    }
    .hoperationalmodel-lbox .content {
        flex: 0 1 calc(100% - 65px);
    }
    .contactservices-box.second {
        margin-bottom: 20px;
    }
    .site-footer {
        padding: 45px 0 0;
        border-top: 2px solid;
        border-image: linear-gradient(to right, #f43f5e, #C83803);
    }
    .ft-menu strong{
        font-size: 18px;
    }
    .footer-content .col-3:first-child{
        width: 100%;
        text-align: center;
    }
    .footer-logo img {
        width: 99px;
    }
    .footer-content .col-3 {
        flex: auto;
        width: 33.33%;
    }
    .footer-logo p {
        width: 66%;
        margin: 0 auto;
    }
    .copyright {
        padding: 15px 0;
        margin-top: 30px;
    }
    .copyright .row {
        justify-content: center;
    }
    .hoperationalmodel-list .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .content-header.cover {
        background-attachment: unset !important;
    }
    .page-template-careers .conthead-content h1 {
        font-size: 30px;
        margin: 0 0 15px 0;
    }
    .conthead-content p {
        font-size: 17px;
        line-height: 25px;
    }
    .page-template-careers .conthead-content a.all-buttons {
        margin-top: 10px;
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 53px;
        right: 40px;
        z-index: 1;
        user-select: none;
    }
    #menuToggle.open {
        position: fixed;
        top: 25px;
        right: 6px;
        opacity: 1;
        z-index: 999999999;
    }
    #menuToggle input {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 1;
        top: 0;
        right: 0;
        display: inline-block;
    }
    #menuToggle.open input {
        top: -6px;
        right: 5px;
    }
    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 0;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }
    #menuToggle.open span:first-child {
        transform-origin: 0% 0%;
    }
    #menuToggle.open span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    #menuToggle.open input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #fff;
    }
    #menuToggle.open input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle.open input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu {
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu {
        display: block !important;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-menu li.menu-item-has-children ul.sub-menu {
        height: 0;
        transition: all 0.4s ease;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        height: auto;
        background-color: transparent;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 15px;
        padding-bottom: 0;
    }
    .nav-menu li.menu-item-has-children:last-child.open ul.sub-menu.open-submenu {
        padding-bottom: 0;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #fff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .mobilesubmenu.open {
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    ul.sub-menu {
        display: none !important;
        position: relative !important;
        top: -100% !important;
        width: 100%;
        transition: all 1s;
    }
    ul.sub-menu li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    ul.sub-menu li:last-child {
        border: 0 !important;
    }
    ul.sub-menu li a {
        color: #fff !important;
        font-weight: 600;
        width: auto;
        display: inline-block;
        text-align: left;
    }
    .nav-menu .sub-menu,
    .nav-menu .children {
        width: 100%;
        background-color: transparent;
        transform: translateX(0);
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
        display: none;
    }
    .nav-bar {
        background-color: #0d1755;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 20px 20px 100px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 300px;
        text-align: left;
        z-index: 99999;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 10px !important;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .nav-menu li a {
        color: #fff;
        font-weight: normal;
        font-size: 14px;
        padding: 15px 0;
    }
    .nav-menu .current_page_item > a,
    .nav-menu .current_page_ancestor > a,
    .nav-menu .current-menu-item > a,
    .nav-menu .current-menu-ancestor > a,
    .nav-menu li a:hover {
        color: #ffffff !important;
        background: transparent !important;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333;
        float: right;
    }
    span.submenu-toggle {
        position: absolute;
        top: 8px;
        right: 8px;
        color: #ffffff;
        width: 30px;
        display: inline-block;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.2);
        text-align: center;
        line-height: 33px;
        font-size: 13px;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #fff;
        cursor: pointer;
        margin-bottom: 20px;
    }
    #navbar {
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #navbar::-webkit-scrollbar {
        width: 3px;
        visibility: hidden;
        opacity: 0;
    }
    #navbar::-webkit-scrollbar-track,
    #navbar::-webkit-scrollbar-thumb {
        border-radius: 0;
    }
    #navbar:hover::-webkit-scrollbar {
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 768px){
    .careerteam-list .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
}
@media (max-width: 668px){
    .hwhyfacilities-list .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .hourservices-list .col-sm-12 {
        width: 100%;
    }
    .content-header.cover {
        padding: 70px 0 56px;
    }
    .conthead-content h1{
        font-size: 30px;
    }
    .conthead-content p br{
        display: none;
    }
}
@media (max-width: 571px){
    .hbanner-sec.cover {
        padding: 40px 0 55px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 28px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6, .hourmission-content h1, .hourmission-content h2, .hourmission-content h3, .hourmission-content h4, .hourmission-content h5, .hourmission-content h6 {
        font-size: 25px;
    }
    .hbanner-ct p strong {
        font-size: 17px;
    }
    .hbanner-ct p {
        font-size: 16px;
    }
    a.all-buttons {
        font-size: 14px;
    }
    .hmain-content p {
        width: 100%;
    }
    .hwhoweare-list .col-sm-12 {
        width: 100%;
    }
    .hoperationalmodel-lbox p{
        font-size: 16px;
    }
    .contact-form {
        height: auto;
        padding-bottom: 5px;
    }
    .footer-logo p {
        width: 100%;
    }
    .footer-content .col-3 {
        flex: auto;
        width: 100%;
    }
}
@media (max-width: 481px){
    body .container,
    .site-footer .container, .site-header .container{
        max-width: 100%;
        padding: 0 20px;
    }
    #menuToggle{
        right: 20px;
    }
    .contact-form .col-6 {
        flex: auto;
        width: 100%;
    }
    .contact-form {
        padding-left: 25px;
        padding-right: 25px;
    }
    .contactinfo-box ul {
        padding: 2rem 25px;
    }
    .hourmission-content p {
        font-size: 16px;
        line-height: normal;
    }
    .contactget-sec {
        padding: 30px 0 45px;
    }
    .hmain-content p br{
        display: none;
    }
    .page-template-careers .conthead-content h1 {
        font-size: 25px;
    }
    .careerteam-sec, .hourservices-sec.careersworking-sec {
        padding: 35px 0 45px;
    }
}
@media (max-width: 375px){
    .hbanner-ct .d-flex {
        display: block !important;
    }
    .hbanner-ct .d-flex a:first-child{
        margin-bottom: 10px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6, .hourmission-content h1, .hourmission-content h2, .hourmission-content h3, .hourmission-content h4, .hourmission-content h5, .hourmission-content h6 {
        font-size: 22px;
    }
    .hwhoweare-sec.cover, .hoperationalmodel-sec, .hwhyfacilities-sec, .hourservices-sec {
        padding: 30px 0 49px;
    }
}