/*!
Theme Name: Gullf Job Central
Theme URI: http://gulfojbcentral.com/
Author: Basudev
Author URI: http://basudevkunwar.com.np/
Description: Job Website
Version: 1.2.0
*/
/*==============================================
Google Fonts
================================================*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700&amp;display=swap');
/* 
	font-family: 'Montserrat', sans-serif;
	font-family: 'Roboto', sans-serif;
*/


@import url('main.css');
@import url('animate.css');
@import url('LineIcons.2.0.css');
@import url('fontawesome-all.min.css');


/*==============================================
1. Variables
================================================*/
:root {
	--font-family-body: 'Rubik', sans-serif;
	--font-family-heading: 'Rubik', sans-serif;
	--primary-color: #df0e0e;
	--secondary-color: #0c31ac;
	--body-text-color: #083087;
	--heading-text-color: #0C1020;
	--paragraph-text-color: #262728;
	--white-color:rgb(255,255,255);
	--black-color:rgb(0,0,0);
	--dark-color:rgb(37,37,37);
	--facebook: #3b5998;
	--twitter: #00acee;
	--linkedin: #1976d2;
	--pinterest: #3b5998;
	--youtube: #c4302b;
	--skype: #00aff0;
  --purple: #3B3646;
}

/*==============================================
2. Theme default css
================================================*/
body {
	font-family: var(--font-family-body);
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6em;
	color: var(--body-text-color);
	overflow-x: hidden;
	font-style: normal;
}

html {
	scroll-behavior: smooth;
  }
  
  
  p {
	margin: 0;
	padding: 0;
  }
  
  * {
	margin: 0;
	padding: 0;
	border:none;
	  outline:none;
  }
  
  a {
/* display: inline-block; */
	text-decoration: none;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	color: #300864;
  }
  
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
	vertical-align: middle;
  }
/*
img,
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
*/
img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}
*/

.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.btn:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: var(--primary-color);
	text-decoration: none;
}
a,
button {
	color: var(--primary-color);
	outline: medium none;
	text-decoration: none;
}

button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family-heading);
	color: var(--heading-text-color);
	margin-top: 0px;
	font-style: normal;
	font-weight: 500;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.75;
	color: var(--paragraph-text-color);
	margin-bottom: 15px;
}

hr {
	border-bottom: 1px solid #021a61;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: var(--body-text-color);
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}
*::-moz-selection {
	background: var(--primary-color);
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: var(--primary-color);
	color: #fff;
	text-shadow: none;
}
::selection {
	background: var(--primary-color);
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: var(--primary-color);
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 16px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
}
.row.g-0 {
	--bs-gutter-x: 0;
}
.gutter-y-30 {
  	--bs-gutter-y: 30px;
}
[class*="flaticon-"] {
	display: inline-block;
	line-height: 0;
}

/* button style */
.btn {
    user-select: none;
    -moz-user-select: none;
    background: var(--primary-color) none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2rem;
    margin-bottom: 0;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: break-spaces;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.btn::after {
    content: "\f061";
    display: block;
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    font-size: 11px;
    line-height: 1;
    position: relative;
    top: -1px;
}
.transparent-btn {
	background: transparent;
	border: 2px solid var(--primary-color);
	color: var(--primary-color);
	padding: 18px 34px;
}
.btn::before {
    content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: var(--secondary-color);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.transparent-btn::before {
	background: var(--primary-color);
}
.btn:hover:before {
    top: -40%;
}
.btn:hover,
.transparent-btn:hover {
	color: #fff;
}
.btn.btn-link {
	text-decoration: none;
	padding: 0;
	border: none;
	color: var(--primary-color);
	background: transparent;
}
.btn.btn-link::before {
	display: none;
}

/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: var(--primary-color);
	transition: 1s ease;
	border: none;
	opacity: 0;
}
.scroll-top.open {
	opacity: 1;
	bottom: 30px;
}
.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
	background: var(--secondary-color);
}

/*==============================================
3. Header
================================================*/
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
}
.custom-container {
    max-width: 1790px;
}
.header-top-wrap {
    padding: 2px 0;
    background-color: rgb(1 12 58);
    border-bottom: 1px solid #df0e0e;
}
.header-top-left ul {
    display: flex;
	margin-left: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.header-top-left ul li {
	display: flex;
	align-items: center;
  font-family: 'Macondo', cursive;
	font-size: 1vw;
	font-weight: 400;
	padding-right: 20px;
	margin: 3px 20px 3px 0;
	position: relative;
}

.header-top-left ul li a:hover {
	  color: inherit;
    text-transform: capitalize;
	  font-style:italic;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s; 
    position: relative; 
}

.header-top-left ul li i {
	font-size: 16px;
	line-height: 0;
	color: var(--primary-color);
	margin-right: 10px;
}
.header-top-left ul li::after,
.header-top-right ul li::after {
	content: "";
	position: absolute;
	right: -.5px;
	top: 50%;
	width: 1px;
	height: 15px;
	background: #E1E6EE;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.header-top-left ul li:last-child,
.header-top-right ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.header-top-left ul li:last-child::after,
.header-top-right ul li:last-child::after {
	display: none;
}
.header-top-right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-top-right ul li {
	position: relative;
	margin: 3px 20px 3px 0;
	padding-right: 20px;
  color: var(--white-color);
}

.header-user-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.header-user-info a {
	color: var(--body-text-color);
}
.header-user-info i {
	font-size: 16px;
	margin-right: 10px;
	color: var(--primary-color);
}
.header-social {
	display: flex;
	align-items: center;
}
.header-social a {
    display: block;
    line-height: 1;
    font-size: 16px;
    color: var(--white-color);
}
.header-social a:hover {
	color: var(--primary-color);
}
.header-social a + a {
	margin-left: 20px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
}
.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.logo img {
	max-width: 191px;
}


.main-menu ul li { float: left; position: relative; margin:0 15px 0 0; white-space: nowrap; }
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(223 14 14);
}

.navbar-light .navbar-nav .nav-link {
    color:#010c3a;
}

.main-menu ul li a {
	font-size: 1vw;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--heading-text-color);
	padding: 15px 20px;
	display: inline-flex;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.header-action > ul > li {
	position: relative;
	margin-left: 40px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action > ul > li > a {
	color: var(--heading-text-color);
}
.header-shop-cart > a {
	display: block;
	font-size: 23px;
	line-height: 1;
	padding-right: 10px;
}
.header-shop-cart a span {
	position: absolute;
	right: 0px;
	top: 0;
	width: 17px;
	height: 17px;
	text-align: center;
	border-radius: 50%;
	font-size: 10px;
	font-weight: 500;
	line-height: 18px;
	background: var(--primary-color);
	color: #fff;
}
.header-shop-cart .minicart {
	background: #fff;
	opacity: 0;
	padding: 25px;
	position: absolute;
	right: 0px;
	top: 60px;
	transition: all 0.5s ease 0s;
	width: 350px;
	z-index: 9;
	box-shadow: 0px 12px 24px 0px rgba(120, 120, 120, 0.3);
	visibility: hidden;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
}
.header-shop-cart .minicart::before {
	position: absolute;
	content: '';
	left: 0px;
	top: -36px;
	width: 100%;
	height: 45px;
	display: block;
}
.header-shop-cart:hover .minicart {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	z-index: 9;
}
.header-shop-cart .minicart > li {
	display: block;
	margin-bottom: 22px;
	margin-left: 0;
	overflow: hidden;
	padding: 0;
}
.minicart .cart-img {
	width: 100px;
	flex: 0 0 100px;
}
.minicart .cart-img img {
	max-width: 100%;
}
.header-shop-cart .minicart .cart-content {
    width: 185px;
    flex: 0 0 185px;
    padding-left: 15px;
    text-align: left;
    padding-right: 25px;
}
.minicart .cart-content h4 {
	color: var(--heading-text-color);
	font-size: 15px;
	background: none;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.35;
}
.minicart .cart-content h4 a {
	display: inline-block;
}
.minicart .cart-price span {
    color: var(--body-text-color);
    font-size: 14px;
    font-weight: 500;
    margin-left: 6px;
    opacity: .7;
}
.minicart .cart-price .new {
	font-size: 14px;
	margin-left: 0;
	opacity: 1;
}
.header-shop-cart .minicart .del-icon {
	margin-top: 30px;
}
.minicart .del-icon > a {
	font-size: 18px;
	color: var(--primary-color);
}
.total-price {
    border-top: 1px solid #e8e8e8;
    overflow: hidden;
    padding-top: 20px;
    margin-top: 10px;
}
.total-price span {
	color: var(--body-text-color);
	font-weight: 500;
}
.header-shop-cart .minicart > li:last-child {
	margin-bottom: 0;
}
.header-shop-cart .minicart .checkout-link a {
	color: #fff;
	display: block;
	font-weight: 500;
	padding: 16px 30px;
	text-align: center;
	font-size: 13px;
	margin-bottom: 8px;
	text-transform: uppercase;
	background: var(--primary-color);
	letter-spacing: 1px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}
.header-shop-cart .minicart .checkout-link a.black-color {
	background: #222;
	color: #fff;
}
.header-action .header-btn .transparent-btn {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    padding: 15px 25px;
}
.header-action .header-btn .transparent-btn::before {
	background: var(--secondary-color);
}
.header-action .header-btn .transparent-btn:hover {
	color: #fff;
}

.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}
.header-fixed-position {
    display: block;
    height: 95px;
}
.header-style-two .header-top-wrap .container .row {
	margin-left: 335px;
}
.header-style-two .menu-area .container .row {
	margin-left: 315px;
}
.header-style-two .custom-container {
	position: relative;
}
.header-style-two .path-logo {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 9;
    min-height: 110px;
    display: flex;
    align-items: center;
}
.header-style-two .path-logo::before {
    content: "";
    position: absolute;
    right: -133px;
    top: 0;
    background-image: url(img/logo_path.png);
    width: 433px;
    height: 100%;
    z-index: -1;
}
.header-style-two .path-logo img {
	max-width: 228px;
}
.header-style-two .path-logo::after {
    content: "";
    position: absolute;
    right: 200px;
    top: 0;
    width: 2000px;
    height: 100%;
    background: var(--primary-color);
    z-index: -1;
}
.header-style-two .menu-nav .logo {
	display: none;
}

.header-style-two .header-action .header-phone {
	position: unset;
	padding: 0;
	border: none;
	right: 0;
	bottom: 0;
	padding-left: 0;
	border-radius: 0;
	margin-left: 30px;
}
.header-style-two .header-action .header-phone::before {
	display: none;
}
.header-action .header-phone .icon {
	margin-right: 14px;
}
.header-style-two .header-action > ul > li {
	padding-left: 25px;
	margin-left: 25px;
	position: relative;
}
.header-style-two .header-action > ul > li::before {
	content: "";
	position: absolute;
	left: -.5px;
	top: 50%;
	height: 67px;
	width: 1px;
	background: #E1E6EE;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.header-style-two .menu-area.sticky-menu .container .row {
	margin-left: -15px;
}
.header-style-two .menu-area.sticky-menu .menu-nav .logo {
	display: block;
}


/*==============================================
4. Mobile-menu
================================================*/
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: #fff;
	margin-right: 30px;
	top: 15px;
}
.nav-logo img {
	width: 150px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	border-radius: 0px;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: #fff;
}
.mobile-menu-visible .menu-backdrop {
	opacity: 0.80;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: var(--primary-color);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: var(--heading-text-color);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.mobile-menu .navigation li ul li > a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: uppercase;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: var(--primary-color);
	background: #efefef;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
    background: var(--primary-color);
    color: #fff;
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 20px;
}
.mobile-menu .social-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}
.mobile-menu .social-links li a {
    position: relative;
    line-height: 40px;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 40px;
    height: 40px;
    display: block;
    background: #efefef;
    border-radius: 50%;
    color: var(--heading-text-color);
}
.mobile-menu .social-links li a:hover {
	background: var(--primary-color);
	color: #fff;
}
.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: var(--heading-text-color);
    display: none;
    margin-top: 4px;
    border: 1px solid var(--heading-text-color);
    padding: 6px 10px;
    width: 50px;
    text-align: center;
}

/* Search Box Outer */
.outer-box{
	position: relative;
	float:right;
	padding: 37px 0px;
	margin-left:35px;
}

.search-box-outer{
	position:relative;
	float:left;
	border-right:1px solid #999999;
	margin-right:20px;
	padding-right:20px;
}

.search-box-btn{
	position:relative;
	top: 0px;
	display:block;
	float:left;
	font-size:20px;
	color:var(--secondary-color);
	line-height:20px !important;
	cursor:pointer;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.outer-box .nav-btn{
	position:relative;
	float:left;
	cursor:pointer;
	line-height:1em;
	font-size:22px;
	color:var(--secondary-color);
	margin-left:2px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.outer-box 
.outer-box .search-box-btn:hover{
	color:var(--primary-color);
}

/*** 

====================================================================
	Search Popup
====================================================================

***/


.search-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.search-popup .color-layer{
	position: absolute;
	content:'';
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup{
	width: 80%;
}

.search-popup:after{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-image: url(img/waves-shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
}

.search-active .search-popup{
	transform: translateY(0%);
	margin-top:0px;
}

.search-popup .close-search{
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color:var(--primary-color);
	width: 70px;
	cursor:pointer;
	border-bottom: 3px solid var(--white-color);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.search-popup .close-search span{
	position: relative;
	display: block;
	height: 70px;
	/*width: 70px;*/
	font-size:30px;
	line-height: 70px;
	color: var(--white-color);
}

.search-active .search-popup .close-search{
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form{
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	z-index:999;
	margin:-35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: var(--dark-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form{
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group{
	position:relative;
	margin:0px;
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	line-height: 50px;
	color:var(--black-color);
	height:70px;
	width:100%;
	padding: 10px 30px;
	background-color: var(--white-color);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-weight:500;
	text-transform:capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button{
	position:absolute;
	right:30px;
	top:0px;
	height:70px;
	line-height: 70px;
	background: transparent;
	text-align:center;
	font-size:24px;
	color:var(--black-color);
	padding: 0;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
	color: var(--black-color);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
	color: var(--black-color);
}

.search-popup .close-search.style-two{
	position: absolute;
	right: 25px;
	left: auto;
	color: var(--white-color);
	width:auto;
	height:auto;
	top:25px;
	margin:0px;
	border:none;
	background:none !important;
	box-shadow:none !important;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .close-search.style-two span{
	font-size:20px;
	color: var(--white-color);
}

/* Search Box End 
----------------------*/

.gap-20 {
    clear: both;
    height: 20px;
  }

/*== search bar bg ==*/
.header-text {
	left: 0;
	right: 0;
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
}

	.searchbar-section{
		position: relative;
		padding: 55px 0px 30px;
		background-position: right top;
		background-repeat: no-repeat;
		background-color: rgb(1,12,58);
	}

	.btn-block {
		display: block;
		width: 100%;
	}

	
	.btn-s {
		display: inline-block;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background-color: transparent;
		border: 1px solid transparent;
		padding: 0.375rem 0.75rem;
		font-size: 1rem;
		border-radius: 0.25rem;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	.btn-primary{
		color: #fff;
		background-color: #0a58ca;
		border-color: #0a58ca;
	}

 .btn-primary:hover {
		color: #fff;
		background-color:  #d70b0b;;
		border-color: #d40857;
	}

  .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color:  #520bd7;;
  border-color: #d40857;
}
/*== top header tag ==*/

/*=== Top Header */

.headline-wrap .bg { position: absolute; left: 0; top: calc(50% - 12px); border-radius: 0; text-transform: capitalize; font-weight: normal;
  font-size: 14px; padding: 0px 10px; }
  .headline-wrap { padding-left: 70px; position: relative; padding-right: 25px; padding-top: 30px; min-height: 26px;}
  /*spinner*/
  .alert-spinner{ width: 20px; height: 20px; position: absolute; right: 10; top: calc(50% - 10px);}
  .double-bounce1,
  .double-bounce2{ width: 100%; height: 100%; border-radius: 50%; opacity: 0.6; position: absolute; top: 0; left: 0;-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;}
  .double-bounce2{ -webkit-animation-delay: -1.0s; animation-delay: -1.0s;}
  @-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0)}
  50% { -webkit-transform: scale(1.0)}}
  @keyframes sk-bounce {
  0%, 100%{ transform: scale(0.0); -webkit-transform: scale(0.0);}
  50%{ transform: scale(1.0); -webkit-transform: scale(1.0);}}
/* Theme Backgroung Color */
.double-bounce1, .double-bounce2{ 
background: #ff1212;
}
.tags li { 
  position: relative;
  padding-left: .8em;
  margin-right: 1em; 
  display: inline-block;
}

.tags  li a { 
  color: #192786;
  font-weight: 600;
  font-size: .9vw;
}

.tags  li a:hover { 
  color: #d40000;
}

.tags li::after {
    content: '#';
    position: absolute;
    top: 0;
    left: 0;
    font-size: .9vw;
    color: rgba(24, 0, 245, 0.425);
    font-weight: 600;
}

.tickler-title {
  float: left;
  background: #e60505;
  color: #FFF;
  padding: 0 15px;
  position: relative;
  line-height: 26px;
  margin-right: 30px;
}

.tickler-title:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  border-left: 13px solid #0532f3;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

/*** 

====================================================================
	Slide Homepage
====================================================================

***/
.thumbn{
min-width:105px;
min-height:105px;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}

.thumbn:hover{
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
      transform: scale(1.08);
  }

.slide-title{
text-transform: capitalize;
font-size:15px;
font-weight: 600;
color:rgb(245, 0, 0);
}

.slide-title:hover a {
font-size:14px;
color:rgb(94, 8, 231);
transition: all 1s;
}

.carousel-wrap {
    padding-left: 0px;
    position: relative;
    padding-right: 0px;
    padding-top: 0px;
    }
    
    .carousel-wrap .badge {
    position: absolute;
    border-radius: 6;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
    padding: 40px 40px;
    }
    .carousel-title{
    background: #e60505;
    color: #FFF;
    padding: 0 15px;
    position: relative;
    line-height: 26px;
    margin-right: 30px;
    }


/*** 
====================================================================
	 Breadcrump
====================================================================
***/

.border-bottom {
    border-bottom: 1px solid #e8ebf3 !important;
}

.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative;
    height: 10px;
    background: #fff;
}

.page-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.5rem;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
    list-style: none;
    border-radius: 3px;
    left: 0;
    bottom: 0;
    padding: 0 !important;
    background-color: transparent !important;
    font-size: 14px;

}
/*** 
====================================================================
	 Home Popular or Canada
====================================================================
***/
.card {
  margin-bottom: 1.875rem;
  background-color: #fff;
  transition: all .5s ease-in-out;
  position: relative;
  border: 0rem solid transparent;
  border-radius: 0.625rem;
 box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgb(82 63 105 / 5%);
  height: calc(100% - 30px);
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.fs-20 {
  font-size: 20px !important;
  line-height: 1.5;
}

.fs-14 {
  font-size: 14px !important;
  line-height: 1.5;
}

.ms-3 {
  margin-left: 1rem !important;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.font-w500 {
  font-weight: 500;
}
.text-gold {
  color: #fd7e14;
}
/* canada*/
.search-row {
  padding: 0 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
  .search-row .title {
    font-size: 20px;
    font-weight: 600; }

  .search-row .sub-title {
    font-size: 18px; }
  .search-row:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 1400px) {
    .search-row .title {
      font-size: 17px; }
    .search-row .sub-title {
      font-size: 14px; } } 

/*** 
====================================================================
	 Advertisement
====================================================================
***/
.banner__ads {
  text-align: center;
}
.posts__banner__ads, .banner__ads {
  text-align: center;
}

.in__between_ads {
  float: none;
  width: 100%;
  margin-bottom: 30px;
  justify-content: center;
  text-align: center;
}

/*** 
====================================================================
	 Sidebar
====================================================================
***/

/* Sticky Sidebar*/

  .sticky {
    position: -webkit-sticky;
      position: sticky;
      top: 0;
    padding: 0 15px;
  }

.gulf_rightside_career_wrapper {
    /*  float: left;
      width: 100%;
      margin-bottom: 30px;*/
  }
  
  .gulf_rightside_career_heading {
      float: left;
      width: 100%;
      background: #23c0e9;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 20px;
      -webkit-border-top-left-radius: 10px;
      -moz-border-top-left-radius: 10px;
      border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -moz-border-top-right-radius: 10px;
      border-top-right-radius: 10px;
  }
  
  .gulf_rightside_career_heading h4 {
      font-weight: 700;
      color: #ffffff;
  }
  
  .gulf_rightside_career_main_content {
      float: left;
      width: 100%;
      background: #ffffff;
      padding-bottom: 20px;
      border: 1px solid #e9e9e9;
      border-bottom: 1px solid #22c0e9;
      border-top: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
  }
  
  .gulf_rightside_career_content_wrapper {
      float: left;
      width: 100%;
      padding-top: 10px;
      padding-left: 10px;
  }
  
  .gulf_rightside_career_img {
      float: left;
      width: 80px;
  }
  .gulf_rightside_career_img_cont {
      float: left;
      width: calc(100% - 80px);
      padding-left: 20px;
      padding-right: 20px;
  }
    .gulf_rightside_career-border_black {
      border-bottom: 1px dashed #DCDEDF;
    }
  
  .gulf_rightside_career_img_cont h4 {
      text-transform: capitalize;
      font-size: 14px;
      color: #4709d8;
      font-weight: bold;
  }
  
  .gulf_rightside_career_img_cont h4:hover{
      letter-spacing: 1px;
       transition-duration: 1s;
      -webkit-background-clip: text;
  }
  
  .gulf_rightside_career_img_cont i {
      color: #f36969;
      font-size: 10px;
      font-style: italic;
  }
  
  .gulf_rightside_career_img_cont .date {
      color: #f36969;
      font-size: 12px;
      font-weight: bold;
  }
  
  /*------*/
  .jp_rightside_job_categories_wrapper {
      float: left;
      width: 100%;
      margin-top: 30px;
  }
  
  .jp_rightside_job_categories_heading {
      float: left;
      width: 100%;
      background: #23c0e9;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 20px;
      -webkit-border-top-left-radius: 10px;
      -moz-border-top-left-radius: 10px;
      border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -moz-border-top-right-radius: 10px;
      border-top-right-radius: 10px;
  }
  
  .jp_rightside_job_categories_heading h4 {
      font-size: 16px;
      color: #ffffff;
  }
  
  .jp_rightside_job_categories_content {
      float: left;
      width: 100%;
      background: #ffffff;
      padding-left: 20px;
      padding-bottom: 40px;
      border: 1px solid #e9e9e9;
      border-bottom: 1px solid #23c0e9;
      border-top: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
  }
  
  .jp_rightside_job_categories_content ul {
      margin-top: 30px;
  }
  ul {
      list-style: none;
      margin: 0;
      padding: 0;
  }
  
  /*====== Clear=====*/
  .clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}
  
  /*========  Popular Post Widget =======*/
  
  .popular-posts {
      margin-top: 1px;
  }
  
  .popular-posts ul {
      padding: 0;
      border-radius: 2px;
      border: 0;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      position: relative;
      overflow: hidden;
  }
  .popular-posts ul li {
      box-sizing: border-box;
      list-style-type: none;
      margin: 0;
      padding: 10px 10px 10px 72px !important;
      min-height: 68px;
      line-height: 1.5rem;
      height: inherit; 
      position: relative;
  }
  .popular-posts ul li:nth-child(1) { 
      background-color: #9ddde6;
  }
  .popular-posts ul li:nth-child(2) { 
      background-color: #009688;
  }
  .popular-posts ul li:nth-child(3) { 
      background-color: #4caf50;
  }
  .popular-posts ul li:nth-child(4) { 
      background-color: #8bc34a;
  }
  .popular-posts ul li:nth-child(5) { 
      background-color: #cddc39;
  }
  .popular-posts ul li:nth-child(6) { 
      background-color: #ffeb3b;
  }
  .popular-posts ul li:nth-child(7) { 
      background-color: #ffc107;
  }
  .popular-posts ul li:nth-child(8) { 
      background-color: #ff9800;
  }
  .popular-posts ul li:nth-child(9) { 
      background-color: #ff5722;
  }
  .popular-posts ul li:nth-child(10) { 
      background-color: #795548;
  }
  .popular-posts ul li:hover {
      background-color: #757575;
  }
  .popular-posts ul li a {
      color: #300864;
      font-weight:700;
      text-decoration: none;
  }
  .popular-posts ul li a:hover {
      color: #EEE;
      font-weight:600;
      transform: scale(1);
      transition: all 0.3s ease-in-out 0.1s;
      opacity: 0.9;
      
  }
  .popular-posts ul li img {
      width: 42px;
      height: 42px;
      position: absolute;
      padding: inherit;
      border-radius: 50%;
      overflow: hidden;
      left: 15px;
      border: 0;
      display: inline-block;
      vertical-align: middle;
  }
  


/* ## Comments
--------------------------------------------- */

textarea#comment {
  width: 100%;   
  }

.comment-respond,
.entry-pings,
.entry-comments {
    color: #444;
   padding: 2px 4px 4px 4px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    border-left: 1px solid #444;
}
.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.comment-reply-title {
  padding: 20px 0 0 29px;
  font-size: 22px !important;
  font-weight: 500 !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}
.comment-reply-title a{
  color:rgb(49, 6, 241);
}
a#cancel-comment-reply-link{
color:rgb(241, 6, 241);
}

a#cancel-comment-reply-link:hover{
  color:rgb(59, 4, 23);
  }

/*
.comment-reply-title::before {
  content: "";
  padding: 20px 0px 20px 20px;
  margin-left:10px;
  position: absolute;
  left: 0;
  top: 26%;
  width: 25%;
  background-color: #622fcd;
  z-index: -1;
}
*/
.comment-respond {
    padding-bottom: 1%;
    margin: 20px 1px 20px 1px;
        border-left: none !important;
}
.comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}
.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}
li.comment {
    background-color: #fff;
    border-right: none;
}
.comment-content {
    clear: both;
    overflow: hidden;
}
.comment-list li {
  font-size: 14px;
  padding: 10px 0 10px 20px;
}
/*
.comment-list .children {
    margin-top: 40px;
    border: 1px solid #ccc;
}
.comment-list li li {
    background-color: #f5f5f6;
} */
.comment-list li li li {
    background-color: #fff;
}
.comment-form-email input[type="email"],
.comment-form-author input[type="text"],
.comment-respond input[type="url"] {
    width: 70%;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}
.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}
.entry-pings .reply {
    display: none;
}
.bypostauthor {
}
.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}
.comment-reply-link{
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}
.comment-reply-link:hover{
    color: #fff;
}
.comment-notes{
    color: #d70b0b;  
    font-size: 15px;
    padding-left:20px;
}



.comment-body{
  color: #444;
  padding: 10px 0 10px 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
  border-left: 1px solid #444444;
}
.comment-form input[type=submit] {
    width: auto;
    background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
    background-color:#18ab29;
    -moz-border-radius:28px;
    -webkit-border-radius:28px;
    border-radius:28px;
    border:1px solid #18ab29;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:17px;
    padding:10px 21px;
    text-decoration:none;
    text-shadow:0px 1px 0px #2f6627;
    } 
    
    #submit:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #df0e0e), color-stop(1, #df0e0e));
    background:-moz-linear-gradient(top, #df0e0e 5%, #df0e0e 100%);
    background:-webkit-linear-gradient(top, #df0e0e 5%, #df0e0e 100%);
    background:-o-linear-gradient(top, #df0e0e 5%, #df0e0e 100%);
    background:-ms-linear-gradient(top, #df0e0e 5%, #df0e0e 100%);
    background:linear-gradient(to bottom, #df0e0e 5%, #df0e0e 100%);
    background-color:#df0e0e; 
    }
/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	padding: 3px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}


.button {
	background-color: #f5f4f8;
	border-radius: 5px;
	text-align: center;
}



/*==========  =================*/

.job-header {
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
	  background-color: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 6px;
}
/*========== Single post Meta =================*/
.post-title{
  text-transform: capitalize;
	font-weight: 600;
    color: #622fcd;
	 transition-duration: 1s;
    -webkit-background-clip: text;
}

.post-title:hover{
	font-weight: 700;
	color: #cd2f2f;
	letter-spacing: 1px;
}

.single-post-meta {
    font-size: 14px;
    color: #7a7272;	
}

.single-post-meta:hover {
	font-size: 15px;
    color: #5c09e2;
	--webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-post-meta i {
    font-size: 14px;
    color: rgb(13 44 177);
    border: 1px dashed #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-post-meta:hover i {
    color: #f00909;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*======Single post Job Details======*/

.job-details .gulf-single-meta {
    background-color: #FFF;
    padding: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 0px 20px rgb(0 0 0 / 7%);
    margin-bottom: 30px;
    padding-bottom: 0;
}

.job-details .gulf-single-meta h4 {
    font-size: 22px;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 20px;
}

.job-details .gulf-single-meta ul {
    list-style: none;
    position: relative;
    overflow: hidden;
}

.job-details .gulf-single-meta .short-detail-icon {
    float: left;
    margin-right: 15px;
	font-size:28px;
	color:red;
}

.job-details .gulf-single-meta .short-detail-meta {
    position: relative;
    overflow: hidden;
}
.job-details .gulf-single-meta .short-detail-meta small {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.job-details .gulf-single-meta .short-detail-meta strong {
    font-weight: 400;
    font-size: 14px;
    color: #777;
}


.job-details .gulf-single-meta ul li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

@media (min-width: 320px) and (max-width: 767px){
	.job-details .gulf-single-meta ul li {
		width: 100%;
	}}
	
	@media (min-width: 576px) and (max-width: 768px) {
		.job-details .gulf-single-meta ul li {
		width: 100%;
		}}

/*Below post Apply Button */

.job-appy-box {
  background-color: #FFF;
  padding: 20px;
  position: relative;
  overflow: hidden; 
  box-shadow:1px 0px 20px rgba(0,0,0,0.07); 
  margin-bottom:30px;
}
.job-appy-box span {
  font-size: 18px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
}
/*
.job-appy-box .n-btn-apply{
  float:right;	
}
*/
.btn-apply {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.btn-apply {
padding: 10px 30px;
box-shadow: none;
}

.n-btn-apply { 
color: #FFF; 
background-color: #fb236a; 
border-color:#fb236a;
font-size:15px;
font-weight:500;
border-radius:4px;
position:relative;
z-index:1;
-webkit-transition: all .5s ease-out 0s;
-moz-transition: all .5s ease-out 0s;
-ms-transition: all .5s ease-out 0s;
-o-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s
} 
.n-btn-apply:hover, .n-btn-apply.focus, .n-btn-apply:focus {
color:rgb(55, 4, 236);	
}
.n-btn-apply.btn-mid {
padding:10px 30px;	
}
.n-btn-apply::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
border-radius: 4px;
opacity: 0;
transform: scale(0, 0);
z-index: -1;
-webkit-transition: all .5s ease-out 0s;
-moz-transition: all .5s ease-out 0s;
-ms-transition: all .5s ease-out 0s;
-o-transition: all .5s ease-out 0s;
transition: all .5s ease-out 0s
}
.n-btn-apply:hover::before {
background-color: rgba(255,255,255,.2);
opacity: 1;
transform: scale(1, 1);
}

/*===== Related Post Shaft Blog =====*/
.related-blog-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	margin-bottom: 2px;
  }
  .related-blog-title .title {
	background-color: red;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
	padding: 9px 18px 14px;
  }
  .related-blog-title .title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 5000%;
	height: 2px;
	background-color: red;
  }

/*===== Related JOBS =====*/

.related-jobs {
    position: relative;
    margin-top: 40px;
    display: block;
    width: 100%;
    float: left;
}

.heading-title {
    float: left;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.heading-title h2::after {
    background-color: #233d7b;
}
.heading-title h2::after {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100px;
    background-color: #fb236a;
}

.g-related-jobs {
    position: relative;
}

.g-related-jobs .g-related-job-boxes {
    position: relative;
}

.related-jobs .g-related-job-boxes .r-job-single:last-child {
    margin-bottom: 0;
}

.g-related-jobs .g-related-job-boxes .r-job-single {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.related-jobs .g-related-jobs .g-related-job-boxes .r-job-single .r-job-img {
    width: 11%;
    float: left;
    padding: 10px;
    transition: transform .7s ease-in-out;
}
.r-job-img:hover{
  transform: rotate(45deg);
}

.g-related-jobs .g-related-job-boxes .r-job-single .r-job-detail {
    position: relative;
    overflow: hidden;
    float: left;
    padding: 20px;
    border-left: 1px solid #b51c0e;
    box-shadow: 1px 0px 20px rgb(0 0 0 / 7%);
    border-radius: 4px;
    width: 89%;
    background-color: #FFF;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.g-related-jobs .g-related-job-boxes .r-job-single .r-job-detail ul li.r-job-title-box {
    width: 45%;
    float: left;
}

.g-related-jobs .g-related-job-boxes .r-job-single .r-job-detail ul li.r-job-title-box h4 {
    margin: 0;
    color: #370bd8;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    transition: transform .2s;
}
 .r-job-title-box h4 a:hover{
    transform: scale(.9); 
    -webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
 }

.g-related-jobs .g-related-job-boxes .r-job-single .r-job-detail ul li.r-job-title-box p {
    margin-bottom: 0;
    color: #777;
    font-size: 15px;
    font-weight: 500px;
}

.g-related-jobs .g-related-job-boxes .r-job-single .r-job-detail ul li.r-job-title-box p i {
    color: #233d7b;
}

.g-related-jobs .g-related-job-boxes .r-job-single .r-job-detail ul li.r-job-title-box p a {
    color: #233d7b;
}


.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.g-related-jobs .g-related-job-boxes .r-job-single .r-job-detail ul li.n-job-short {
    float: left;
    width: 32%;
}

.g-related-jobs .g-related-job-boxes .r-job-single .r-job-detail ul li.n-job-short span {
    display: block;
    font-size: 14px;
    color: #777;
    margin-top: 3px;
}

.g-related-jobs .g-related-job-boxes .r-job-single .r-job-detail ul li.n-job-short strong {
    color: #242424;
    font-size: 12px;
    margin-right: 10px;
    font-weight: 400;
}


.g-related-jobs .g-related-job-boxes .r-job-single .r-job-detail ul li.r-job-btns {
    width: 23%;
    text-align: right;
    margin-top: 8px;
}
.r-job-btns a{
	font-size:10px;	
}

@media (min-width: 768px) and (max-width: 1023px){
.g-related-jobs .g-related-job-boxes .r-job-single .r-job-img {
    display: none;
}}

@media (min-width: 320px) and (max-width: 767px){
.g-related-jobs .g-related-job-boxes .r-job-single .r-job-img {
    display: none;
}}

@media (min-width: 320px) and (max-width: 767px){
.heading-title.left h2 {
    font-size: 20px;
    border: none;
}}

@media (min-width: 320px) and (max-width: 767px){
.g-related-jobs .g-related-job-boxes .r-job-single .r-job-detail ul li {
    width: 100% !important;
    margin-bottom: 10px;
    text-align: left !important;
}}


.paginationc-c {
    text-align: right;
    margin-top: 2.14285714em;
}

.pagination-c .page-numbers.current:not(.disabled) {
    color: #fff;
}

.pagination-c .page-numbers.current:not(.disabled){
    background: #4101f0;
}

.pagination-c .page-numbers.dots {
    border: none;
    background: 0 0;
    border-radius: 0;
    color: #44494b;
    padding-left: 0.71428571em;
    padding-right: 0.71428571em;
}

.pagination-c .page-numbers {
    background: #ebeeef;
    border-radius: 4px;
    width: auto;
    padding: 0 10px;
    height: 30px;
    color: #44494b;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    margin: 0 1px;
}

/* ===== Careerjet searh ===== */
.career-form {
    background-color: #4e63d7;
    border-radius: 5px;
    padding: 0 16px;
  }
  
  .career-form .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border: 0;
    padding: 12px 15px;
    color: #fff;
  }
  
  .career-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
  }
  
  .career-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
  }
  
  .career-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
  }
  
  .career-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
  }
  
  .career-form .custom-select {
    background-color: rgba(255, 255, 255, 0.2);
    border: 0;
    padding: 12px 15px;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    height: auto;
    background-image: none;
  }
  
  .career-form .custom-select:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .career-form .select-container {
    position: relative;
  }
  
  .career-form .select-container:before {
    position: absolute;
    right: 15px;
    top: calc(50% - 14px);
    font-size: 18px;
    color: #ffffff;
  }
/* ==== Archive pagination===*/

  .ts-pagination {
    padding: 0;
    margin-top: 20px;
  }
  
  .ts-pagination li {
    display: inline-block;
  }
  
  .ts-pagination li span, .ts-pagination li a{
    background: #0e5dae;
    padding: 0px 15px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
  }
  .ts-pagination li span, .ts-pagination li a:hover{
    background: #0e5dae;
    
  }
  .ts-pagination li span.current {
    color: #fff;
    background: #0e5dae;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(252, 74, 0, 0.25);
    box-shadow: 0px 5px 15px 0px rgba(252, 74, 0, 0.25);
  }

 /* ===== Footer===*/
 
.site-footer.style-2 {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: auto !important;
  background-color: #1a033f;
  background-size: contain;
  z-index: 1;
}

.site-footer.style-2:before {
  content: "";
  background-image: url(img/footer-pattern.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.dlab-subscribe.style-1 {
  padding: 50px 60px;
  background-color: #fef1e7;
  z-index: 99;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
  background-image: url(img/subscribe-pattern.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%; }
  .dlab-subscribe.style-1 .title {
    font-size: 28px; }
  .dlab-subscribe.style-1 form .input-group,
  .dlab-subscribe.style-1 form .form-group {
    margin-bottom: 0; }
  .dlab-subscribe.style-1 form .form-control {
    border-radius: 0.5rem 0 0 0.5rem !important;
    border: 0;
    border: 1px solid #fff; }
    .dlab-subscribe.style-1 form .form-control:hover, .dlab-subscribe.style-1 form .form-control:focus {
      border-color: #f55f8d; }
  .dlab-subscribe.style-1 form button {
    border-radius: 0 0.5rem 0.5rem 0; padding:13px;}
  .dlab-subscribe.style-1 form .input-group.shadow {
    border-radius: 0.5rem;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s; }
    .dlab-subscribe.style-1 form .input-group.shadow:focus-within, .dlab-subscribe.style-1 form .input-group.shadow:hover {
      box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.2) !important; }
  @media only screen and (max-width: 1199px) {
    .dlab-subscribe.style-1 {
      margin: 0;
      padding: 40px; } }
  @media only screen and (max-width: 991px) {
    .dlab-subscribe.style-1 form {
      margin-left: 0;
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .dlab-subscribe.style-1 .title {
      font-size: 25px; } }
  @media only screen and (max-width: 575px) {
    .dlab-subscribe.style-1 {
      padding: 30px; }
      .dlab-subscribe.style-1 .title {
        font-size: 22px;
        }
      .dlab-subscribe.style-1 form {
        margin-top: 15px; } }

footer {
  font-size: 15px; }
  footer .widget {
    margin-bottom: 30px; }
  footer strong {
    color: #fff; }
  footer .footer-logo {
    margin-bottom: 25px; }
    footer .footer-logo img {
      max-width: 100%; }
  footer .widget-logo ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    footer .widget-logo ul li {
      display: inline-block;
      flex: 50%;
      padding: 0 15px 15px 0px; }
  footer .widget_about p {
    margin-bottom: 20px;
    line-height: 24px;
    opacity: 0.6;
    color:var(--white-color);
   }
   
  footer .footer-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
    line-height: 1.2; }
    footer .footer-title:before, footer .footer-title:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 4px;
      border-radius: 20px;
      background: var(--wp--preset--gradient--blush-bordeaux);
      background-size: 200%; }

    footer .footer-title:before {
      width: 15px; }
    footer .footer-title:after {
      width: 45px;
      left: 20px; }
  footer .footer-top {
    background: #f55f8d;
    padding: 70px 0 30px; }
    @media only screen and (max-width: 767px) {
      footer .footer-top {
        padding: 50px 0 20px; } }
  footer .footer-bottom {
    background-color: #1f343b;
    font-size: 15px;
    padding: 15px 0; }
    footer .footer-bottom .copyright-text a {
      font-weight: 400; }
    @media only screen and (max-width: 767px) {
      footer .footer-bottom .text-left,
      footer .footer-bottom .text-right {
        text-align: center !important; }
      footer .footer-bottom .text-right {
        margin-top: 10px; } }
  footer .widget-link li {
    display: inline-block;
    text-transform: uppercase;
    margin-left: 20px; }
    @media only screen and (max-width: 767px) {
      footer .widget-link li {
        margin-left: 8px;
        margin-right: 7px; } }
  footer .widget-link a {
    color: #fff; }
  footer .widget_getintuch ul li {
    color: #fff;
    position: relative;
    padding: 8px 0;
    display: flex;
    align-items: center; }
    footer .widget_getintuch ul li i {
      height: 40px;
      width: 40px;
      min-width: 40px;
      line-height: 40px;
      margin-right: 10px;
      text-align: center;
      background-color: #f55f8d;
      display: block;
      border-radius: 50px; }
    footer .widget_getintuch ul li span {
      opacity: 0.6; }
  footer .copyright-text {
    color: rgba(255, 255, 255, 0.5); }
  
  footer .widget_services ul {
    color: rgba(255, 255, 255, 0.6); }
    
    footer .widget_services ul a:hover {
      color: #fff; }

      .widget_services ul li {
        padding-bottom: 1.125rem;
        margin-bottom: 0.8125rem;
        position: relative;
        padding: 0.5rem 0rem 0.5rem 0.9375rem;
        margin-bottom: 0;
        line-height: 1.25rem; }

        .widget_services ul li a {
          color: inherit;
          text-transform: capitalize;
          -webkit-transition: all 1s;
          -ms-transition: all 1s;
          transition: all 1s;
          position: relative; }

          .widget_services ul li a:hover {
            color: rgb(216, 16, 16);
            transform: translateX(10px); }

    .widget_services ul li a:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    position:absolute;
    font-weight: 700;
    left: -15px !important;
    top: -2px;
}

.contact-info-bx li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 30px;
  padding-top: 2px; }
  .contact-info-bx li strong {
    font-weight: 400; }

.contact-info-bx i {
  width: auto;
  height: 22px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  border-radius: 30px;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px; }

  .gulf-social-icon li {
    display: inline-block; }
    .gulf-social-icon li a {
      height: 32px;
      width: 32px;
      line-height: 32px;
      text-align: center;
      border-radius: 50px;
      font-size: 14px;
      color: #f55f8d;
      background-color: #fff;
      -webkit-transition: all 1s;
      -ms-transition: all 1s;
      transition: all 1s;
      margin: 2px; }
      .gulf-social-icon li a:hover {
        color: #fff;
        background-image: var(--wp--preset--gradient--blush-bordeaux);
        background-size: 200%; }


  .site-footer.style-2 .gulf-social-icon li a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff; }
  .site-footer.style-2 .footer-top {
    background: transparent;
    padding-top: 300px; }
  .site-footer.style-2 .container + .footer-top {
    padding-top: 90px; }
  .site-footer.style-2 .footer-bottom {
    background-color: #1f343b;
    padding: 10px 0; }
  @media only screen and (max-width: 1199px) {
    .site-footer.style-2 .footer-top .widget_services {
      padding-left: 0; } }
  @media only screen and (max-width: 767px) {
    .site-footer.style-2 .footer-bottom .text-start,
    .site-footer.style-2 .footer-bottom .text-end {
      text-align: center !important; } }



