
/*-------------   Color Variable  --------------*/
@import url("https://fonts.googleapis.com/css2?family=Muli:wght@300;400;500;600;700;800&amp;family=Poppins:wght@400;500;600;700;800;900&amp;display=swap");
.register_div .col-md-6{padding:5px ! important;}
.registration{background-color:#fff;padding:10px;box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;}
.register_div input, .register_div select, .register_div textarea{background-color:#fff ! important;}
.register_div label{font-size:13.5px ! important;margin-top:7px;font-weight:600 ! important;}
.register_div .col-md-9{padding:5px;}
.form-contact .form-group{margin-bottom:20px ! important;}
.positon{position:relative;}
.registration h4{background-color:#E5E8E8;padding:10px ;font-weight:800;color:#BF8642;margin-bottom:15px;}
.steps img{}
.register_div .nice-select{width:100% ! important;}
.iconss{position:absolute;top:12px;right:5px;width:22px ! important;filter: gray ! important; 
  -webkit-filter: grayscale(1) ! important; 
  filter: grayscale(1) ! important; }
.iconss{}
.forgotpass{color:#34495E;font-size:14px;}
.forgotpass:hover{color:#BF8642;}
.closepop{font-size:20px;font-weight:800;border-radius:50%;width:32px ! important;height:32px ! important;line-height:3px ! important;
background-color:#000 ! important;color:#fff ! important;margin:1px 1px 1px 1px ! important;}
.modal-header h5{font-size:18px;padding-top:10px;text-align:center ! important;font-weight:800 ! important;}
.modal-header {border:0 ! important;}
.modal{padding-right :0 ! important;}
.modal-dialog{max-width: 450px;}
.loginpopup{box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px ! important;}
.view_all{color:#BF8642;}
.view_all:hover{color:#BF8642;}
.register_div select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.dashboard{color:#bf8642 ! important;font-weight:700 ! important;}
.register_div select::-ms-expand {
  display: none;
}
.boxed-btn {
  background: #fff;
  color: #2A4441 !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif ! important;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #2A4441;
  letter-spacing: 3px;
  text-align: center;
  color: #2A4441;
  text-transform: uppercase;
  cursor: pointer;
}


.boxed-btn:hover {
  background: #2A4441;
  color: #fff !important;
  border: 1px solid #2A4441;
}


.boxed-btn:focus {
  outline: none;
}
/*#loan_forms{display:none;}*/
.switch-field {
	/*display: flex;*/
	/*margin-bottom: 36px;*/
	/*overflow: hidden;*/
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	/*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #bf8642;
	box-shadow: none;color: #F2E6D9;
}

.switch-field label:first-of-type {
	/*border-radius: 4px 0 0 4px;*/
}

.switch-field label:last-of-type {
	/*border-radius: 0 4px 4px 0;*/
}

.message-danger{background-color:#e60039;color:#ffbfcf;padding:8px 15px;display: table; 
    margin: 0px auto 0px auto;}
.message-success{background-color:#43A047;color:#d0ebd1;padding:8px 15px;display: table; 
    margin: 0px auto 0px auto;}   
    .brand_logo{width:170px;}
.describe_business .btn{
    background-color:#F4F6F6 ! important;
}

select{
    width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 0px;
    padding: 11px 19px 11px 23px;
    color: #1D2547;
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
    border: 0;
}
body {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
 
  color: #1D2547;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
}

/* line 24,  */
p {
  font-family: "Muli", sans-serif;
  color: #10285d;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: normal;
}


.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


.f-right {
  float: right;
}


.fix {
  overflow: hidden;
}


.clear {
  clear: both;
}


a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 67,  */
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

/* line 72,  */
a {
  color: #635c5c;
}

/* line 75,  */
a:hover {
  color: #fff;
}

/* line 78,  */
a:focus,
a:hover {
  text-decoration: none;
}

/* line 84,  */
a,
button {
  color: #fff;
  outline: medium none;
}

/* line 89,  */
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

/* line 90,  */

/* line 94,  */
input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

/* line 101,  */

/* line 105,  */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 114,  */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 118,  */
li {
  list-style: none;
}
hr{border:0.5px solid #E5E8E8 ! important;}
.comnbtn{ width:45%;margin-bottom:0 ! important;}
.comnbtn span{display:block;line-height:25px;}
.comnbtn .lg_txt{font-size:18px;color:#d8dddc;}
.comnbtn .sm_txt{font-size:14px;}

.pop_comnbtn{ width:100%;margin-bottom:0 ! important;}
.pop_comnbtn span{display:block;line-height:25px;}
.pop_comnbtn .lg_txt{font-size:18px;color:#d8dddc;}
.pop_comnbtn .sm_txt{font-size:14px;}
.popregisterdiv p{font-size:14px;}

.overlay1 {
  position: relative;
  z-index: 1;
}

/* line 133,  */
.overlay1::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 1, 2, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0 0;
}

/* line 150,  */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}


 .whatsapp_icon{
  position: fixed;bottom:10%;right:10px;}
  
.whatsapp_icon span{display:block; background-color:#ddd;padding:3px;margin-top:5px;border-radius:5px;color:#000;font-size:14px;  }
/* line 154,  */

/* line 157,  */

@media (max-width: 767px) {
  /* line 157,  */
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 157,  */
}

.logo img{
    width:270px;
}

.btn {
  background: #2A4441;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  padding: 25px 38px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  border-radius: 6px;
  line-height: 1;
  -moz-user-select: none;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
}

/* line 245,  */
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #BF8642;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0px;
}

/* line 263,  */
.btn i {
  padding-right: 11px;
}

/* line 267,  */
.btn:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}

/* line 272,  */
.btn:hover {
  background-position: right;
}

/* line 275,  */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}


.border-btn {
  border: 1px solid #fff;
  color: #fff;
  background: none;
  border-radius: 30px;
  text-transform: normal;
  padding: 12px 35px;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}

@media (max-width: 575px) {
  /* line 351,  */
  .border-btn {
    display: none;
  }
  .comnbtn{ width:100%;}
}

/* line 375,  */
.border-btn::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #fff;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
  border-radius: 0;
}

/* line 393,  */
.border-btn i {
  padding-right: 11px;
}

/* line 397,  */
.border-btn:hover::before {
  transform: scaleY(1);
  border: 1px solid transparent;
}

/* line 401,  */
.border-btn:hover {
  color: #2A4441 !important;
}


 #back-top {
  background: #2A4441;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}

@media (max-width: 575px) {
  /* line 430,  */
   #back-top {
    right: 16px;
  }
}

/* line 447,  */
 #back-top a i {
  display: block;
  line-height: 50px;
}

.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}

.top_page_common_section{padding-top:50px;padding-bottom:50px;

  background-image: url(../img/hero/banner3.jpg);
  height: 100%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mt-10 {
  margin-top: 10px;
}


.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}


.mb-5 {
  margin-bottom: 5px;
}

/* line 484,  */

/* line 484,  */

/* line 484,  */
.mb-20 {
  margin-bottom: 20px;
}

/* line 484,  */
.mb-25 {
  margin-bottom: 25px;
}

/* line 484,  */
.mb-30 {
  margin-bottom: 30px;
}

/* line 484,  */
.mb-35 {
  margin-bottom: 35px;
}

/* line 484,  */
.mb-40 {
  margin-bottom: 40px;
}

/* line 484,  */
.mb-45 {
  margin-bottom: 45px;
}

/* line 484,  */
.mb-50 {
  margin-bottom: 50px;
}


.mb-80 {
  margin-bottom: 80px;
}


.mb-100 {
  margin-bottom: 100px;
}


.ml-65 {
  margin-left: 65px;
}

.pt-20 {
  padding-top: 20px;
}

/* line 498,  */

/* line 498,  */
.pt-30 {
  padding-top: 30px;
}

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */
.pt-50 {
  padding-top: 50px;
}

/* line 498,  */

/* line 498,  */
.pt-60 {
  padding-top: 60px;
}

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */
.pt-80 {
  padding-top: 80px;
}

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */
.pt-120 {
  padding-top: 120px;
}

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */

/* line 498,  */
.pt-200 {
  padding-top: 200px;
}

/* line 500,  */

/*-- Padding Bottom --*/
/* line 505,  */

/* line 505,  */

/* line 505,  */

/* line 505,  */

/* line 505,  */

/* line 505,  */
.pb-30 {
  padding-bottom: 30px;
}

/* line 505,  */

/* line 505,  */
.pb-40 {
  padding-bottom: 40px;
}


.pb-120 {
  padding-bottom: 120px;
}


.pl-100 {
  padding-left: 100px;
}


.pr-100 {
  padding-right: 100px;
}


@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

/* rotateme */
/* line 568,  */

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* 20. preloader */
/* line 600,  */
.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto;
}

/* line 616,  */
.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-top-color: #2A4441;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #fff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

/* line 638,  */

/* line 641,  */
.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

/* line 659,  */
.preloader .preloader-img img {
  max-width: 55px;
}

/* line 662,  */
.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase;
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}

/* line 702,  */
.slick-initialized .slick-slide {
  outline: 0;
}

/*-- Section Padding -- */
/* line 708,  */

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 708,  */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 708,  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 708,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 708,  */
}

@media (max-width: 575px) {
  /* line 708,  */
}

/* line 733,  */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 733,  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 733,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 733,  */
}

@media (max-width: 575px) {
  /* line 733,  */
}

/* line 748,  */
.pb-top {
  padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 748,  */
  .pb-top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 748,  */
  .pb-top {
    padding-top: 70px;
  }
}

@media (max-width: 575px) {
  /* line 748,  */
  .pb-top {
    padding-top: 70px;
  }
}

/* line 760,  */
.w-padding2 {
  padding: 51px 33px;
  box-shadow: 0 20px 40px rgba(29, 37, 71, 0.04);
}

@media (max-width: 575px) {
  /* line 760,  */
  .w-padding2 {
    padding: 31px 13px;
  }
}

/* line 768,  */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 768,  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 768,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 768,  */
}

@media (max-width: 575px) {
  /* line 768,  */
}

/* line 788,  */

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 788,  */
}

@media (max-width: 575px) {
  /* line 788,  */
}

/* line 800,  */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 800,  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 .comnbtn {
    width: 100%;
    margin-bottom: 0 ! important;
 }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 800,  */
}

@media (max-width: 575px) {
  /* line 800,  */
}

/* line 820,  */
.section-padding40 {
  padding-top: 130px;
  padding-bottom: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 820,  */
  .section-padding40 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 820,  */
  .section-padding40 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  /* line 820,  */
  .section-padding40 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* line 836,  */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 836,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 836,  */
}

@media (max-width: 575px) {
  /* line 836,  */
}

/* line 848,  */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 848,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 848,  */
}

@media (max-width: 575px) {
  /* line 848,  */
}

/* line 860,  */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 860,  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 860,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 860,  */
}

@media (max-width: 575px) {
  /* line 860,  */
}

/* line 880,  */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 880,  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 880,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 880,  */
}

@media (max-width: 575px) {
  /* line 880,  */
}

/* line 902,  */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 902,  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 902,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 902,  */
}

@media (max-width: 575px) {
  /* line 902,  */
}

/* line 923,  */
.footer-padding {
  padding-top: 305px;
  padding-bottom: 13px;
}

@media (max-width: 575px) {
  /* line 939,  */
  .section-tittle {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 939,  */
  .section-tittle {
    margin-bottom: 50px;
  }
}

/* line 960,  */
.section-tittle h2 {
  font-size: 35px;
  display: block;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 960,  */
  .section-tittle h2 {
    font-size: 41px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 960,  */
  .section-tittle h2 {
    font-size: 31px;
  }
}

@media (max-width: 575px) {
  /* line 960,  */
  .section-tittle h2 {
    font-size: 27px;
  }
}

@media (max-width: 575px) {
  /* line 979,  */
  .small-section-tittle {
    margin-bottom: 50px;
    text-align: left !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 979,  */
  .small-section-tittle {
    margin-bottom: 50px;
  }
}

/* line 987,  */
.small-section-tittle span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #2A4441;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 0.05em;
}

@media (max-width: 575px) {
  /* line 987,  */
  .small-section-tittle span {
    font-size: 14px;
    padding-left: 0px;
    text-align: left;
  }
}

/* line 1001,  */
.small-section-tittle h4 {
  color: #28395a;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* line 1010,  */
.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

/* line 1016,  */
.section-bg2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 1021,  */
.border-bottom {
  border-bottom: 1px solid #ECEBF0;
}

/*-------------   Color Variable  --------------*/
/* line 33, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_color.scss */

/* line 36, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_color.scss */

/*-------------Color include--------------*/
/*-- Background color---*/
/* line 60, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_color.scss */

/* line 63, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_color.scss */

/* line 66, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_color.scss */

/* line 69, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_color.scss */

/* line 72, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_color.scss */

/* line 75, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_color.scss */

/*--- color------*/
/* line 81, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_color.scss */

/* line 84, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_color.scss */

/* line 87, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_color.scss */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 3,  */
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 3,  */
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}

@media (max-width: 575px) {
  /* line 3,  */
  .header-area {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  }
}

/* line 14,  */

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 14,  */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 14,  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 14,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 14,  */
}

@media (max-width: 575px) {
  /* line 14,  */
}

/* line 36,  */

/* line 45,  */

/* line 48,  */

/* line 56,  */

/* line 58,  */

/* line 62,  */

/* line 71,  */

/* line 78,  */

/* line 89,  */

/* line 96,  */

/* line 102,  */

/* line 112,  */

/* line 125,  */
.header-area .header-bottom {
  padding: 0px 130px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 125,  */
  .header-area .header-bottom {
    padding: 0px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 125,  */
  .header-area .header-bottom {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 125,  */
  .header-area .header-bottom {
    padding: 15px 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 125,  */
  .header-area .header-bottom {
    padding: 15px 20px;
  }
}

@media (max-width: 575px) {
  /* line 125,  */
  .header-area .header-bottom {
    padding: 15px 0px;
  }
}

/* line 148,  */
.main-header {
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 151,  */
  .main-header .main-menu {
    margin-right: 30px;
  }
}

/* line 156,  */
.main-header .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* line 160,  */
.main-header .main-menu ul li a {
  color: #fff;
  font-weight: 600;
  padding: 25px 19px;
  display: block;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
  text-decoration: underline transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 160,  */
  .main-header .main-menu ul li a {
    padding: 39px 14px;
  }
}

/* line 174,  */
.main-header .main-menu ul li:hover > a {
  color: #fff;
  text-decoration: underline;
}

/* line 180,  */
.main-header .main-menu ul ul.submenu {
  position: absolute;
  width: 170px;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  border-top: 5px solid #BF8642;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 192,  */
.main-header .main-menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
}

/* line 195,  */
.main-header .main-menu ul ul.submenu > li > a {
  padding: 6px 10px !important;
  font-size: 16px;
  color: #2A4441;
}

/* line 199,  */
.main-header .main-menu ul ul.submenu > li > a:hover {
  color: #2A4441;
  background: none;
  padding-left: 13px !important;
}

/* line 214,  */
.main-header ul > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

/* line 220,  */
.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

/* line 230,  */
.header-sticky.sticky-bar {
  background: #2A4441;
}

/* line 236,  */
.header-sticky.sticky-bar.sticky .main-menu ul li a {
  padding: 20px 20px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 232,  */
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 232,  */
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

@media (max-width: 575px) {
  /* line 232,  */
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

/* line 257,  */
.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
}
.slicknav_menu{position:relative;top:-70px;}
.slicknav_nav {background-color:#000;margin-top: 50px;padding:10px;}
.slicknav_menu .slicknav_icon{
    margin:0 ! important;
}

/* line 262,  */

/* line 265,  */

/* line 268,  */

/* line 272,  */

/* line 275,  */

/* line 279,  */

/* line 284,  */

/* line 2,  */
.slider-height {
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 2,  */
  .slider-height {
    min-height: 850px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2,  */
  .slider-height {
    min-height: 760px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2,  */
  .slider-height {
    min-height: 800px;
  }
}

@media (max-width: 575px) {
  /* line 2,  */
  .slider-height {
    min-height: 1000px;
  }
}

/* line 21,  */
.slider-height2 {
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 1199px){
.register_div .col-md-3 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}
.register_div .col-md-6 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
}
@media (max-width: 820px){
.register_div .col-md-3 {
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    max-width: 25;
}
.register_div .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 21,  */
  .slider-height2 {
    min-height: 300px ! important;
  }
  .hero__caption2 {
    margin-top: 130px ! important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
 
  .slider-height2 {
    min-height: 588px;
  }
}

@media (max-width: 575px) {
  
  .slider-height2 {
    min-height: 240px;
  }
}


.slider-height3 {
  min-height: 588px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
  .slider-height3 {
    min-height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .slider-height3 {
    min-height: 500px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 37,  */
  .slider-height3 {
    min-height: 308px;
  }
}

@media (max-width: 575px) {
  /* line 37,  */
  .slider-height3 {
    min-height: 308px;
  }
}

/* line 56,  */
.slider-area {
  background-image: url(../img/hero/banner3.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 3000px rgba(0, 0, 0, 0.7);
}
.slider-area2{
    background-image: url(../img/hero/banner3.jpg) ! important;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 3000px rgba(0, 0, 0, 0.7);
}


.hero__caption2{
    margin-top: 80px;color:#fff ! important;
}
.hero__caption2 h1{
    color:#fff ! important;font-size:30px;
}
/* line 63,  */
.slider-area .hero__caption, .slider-area2 .hero__caption {
  margin-top: -100px;
  text-align: center;
  text-align: center;
}

@media (max-width: 575px) {
  /* line 63,  */
  .slider-area .hero__caption, .slider-area2 .hero__caption {
    margin-top: 0px;
  }
  .hero__caption2{
    margin-top: 150px;
}
.hero__caption2 h1{
    color:#fff ! important;font-size:30px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 63,  */
  .slider-area .hero__caption, .slider-area2 .hero__caption {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 63,  */
  .slider-area .hero__caption, .slider-area2 .hero__caption {
    margin-top: 0px;
  }
}

/* line 76,  */
.slider-area .hero__caption span, .slider-area2 .hero__caption span {
  color: #31ff7a;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
}

@media (max-width: 575px) {
  /* line 76,  */
  .slider-area .hero__caption span, .slider-area2 .hero__caption span {
    margin-bottom: 30px;
    font-size: 56px;
  }
}

/* line 88,  */
.slider-area .hero__caption h1, .slider-area2 .hero__caption h1 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 88,  */
  .slider-area .hero__caption h1, .slider-area2 .hero__caption h1 {
    font-size: 60px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 88,  */
  .slider-area .hero__caption h1, .slider-area2 .hero__caption h1 {
    font-size: 50px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 88,  */
  .slider-area .hero__caption h1, .slider-area2 .hero__caption h1 {
    font-size: 51px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  /* line 88,  */
  .slider-area .hero__caption h1, .slider-area2 .hero__caption h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

/* line 114,  */
.slider-area .hero__caption p, .slider-area2 .hero__caption p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 49px;
}

@media (max-width: 575px) {
  /* line 114,  */
  .slider-area .hero__caption p, .slider-area2 .hero__caption p {
    font-size: 16px;
  }
}

/* line 122,  */
.slider-area .hero__caption.hero__caption2, .slider-area2 .hero__caption.hero__caption2 {
  margin-top: 0px;
  text-align: left;
  text-align: left;
}

/* line 126,  */
.slider-area .hero__caption.hero__caption2 h1, .slider-area2 .hero__caption.hero__caption2 h1 {
  font-size: 46px;
  margin-bottom: 0px;
  font-weight: 700;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 126,  */
  .slider-area .hero__caption.hero__caption2 h1, .slider-area2 .hero__caption.hero__caption2 h1 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  /* line 126,  */
  .slider-area .hero__caption.hero__caption2 h1, .slider-area2 .hero__caption.hero__caption2 h1 {
    font-size: 33px;
  }
}

/* line 140,  */
.slider-area form.search-box, .slider-area2 form.search-box {
  border: 10px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 140,  */
  .slider-area form.search-box, .slider-area2 form.search-box {
    border-radius: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 140,  */
  .slider-area form.search-box, .slider-area2 form.search-box {
    border: none;
  }
}

@media (max-width: 575px) {
  /* line 140,  */
  .slider-area form.search-box, .slider-area2 form.search-box {
    border: none;
  }
}

/* line 155,  */
.slider-area form.search-box .input-form, .slider-area2 form.search-box .input-form {
  width: 26%;
  position: relative;
  border-top-left-radius: 50px;
  overflow: hidden;
  border-bottom-left-radius: 50px;
}
.first-select-box{border-top-left-radius: 50px ! important;border-bottom-left-radius: 50px ! important;}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  
  .slider-area form.search-box .input-form, .slider-area2 form.search-box .input-form {
    width: 50%;
    margin-bottom: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .first-select-box{border-top-left-radius: 0px ! important;border-bottom-left-radius: 0px ! important;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 155,  */
  .slider-area form.search-box .input-form, .slider-area2 form.search-box .input-form {
    width: 50%;
    margin-bottom: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .first-select-box{border-top-left-radius: 0px ! important;border-bottom-left-radius: 0px ! important;}
}

@media (max-width: 575px) {
  /* line 155,  */
  .slider-area form.search-box .input-form, .slider-area2 form.search-box .input-form {
    width: 100%;
    margin-bottom: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .first-select-box{border-top-left-radius: 0px ! important;border-bottom-left-radius: 0px ! important;}
}

/* line 181,  */
.slider-area form.search-box .input-form input, .slider-area2 form.search-box .input-form input {
  height: 60px;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding: 9px 18px 9px 48px;
  border: none;
  border-radius: 0px;
  position: relative;
}

/* line 195,  */
.slider-area form.search-box .input-form input::placeholder, .slider-area2 form.search-box .input-form input::placeholder {
  color: #1D2547;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 195,  */
  .slider-area form.search-box .input-form input::placeholder, .slider-area2 form.search-box .input-form input::placeholder {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  /* line 195,  */
  .slider-area form.search-box .input-form input::placeholder, .slider-area2 form.search-box .input-form input::placeholder {
    font-size: 13px;
  }
}

/* line 208,  */
.slider-area form.search-box .input-form .icon, .slider-area2 form.search-box .input-form .icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 213,  */
.slider-area form.search-box .input-form .icon i, .slider-area2 form.search-box .input-form .icon i {
  font-size: 16px;
  color: #D9DEE2;
}

/* line 219,  */
.slider-area form.search-box .input-form2, .slider-area2 form.search-box .input-form2 {
  width: 26%;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 219,  */
  .slider-area form.search-box .input-form2, .slider-area2 form.search-box .input-form2 {
    width: 49%;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 219,  */
  .slider-area form.search-box .input-form2, .slider-area2 form.search-box .input-form2 {
    width: 49%;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  /* line 219,  */
  .slider-area form.search-box .input-form2, .slider-area2 form.search-box .input-form2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 235,  */
.slider-area form.search-box .input-form2 input, .slider-area2 form.search-box .input-form2 input {
  height: 60px;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  padding: 9px 18px 9px 48px;
  border: none;
  border-radius: 0px;
  position: relative;
}

/* line 248,  */
.slider-area form.search-box .input-form2 input::placeholder, .slider-area2 form.search-box .input-form2 input::placeholder {
  color: #1D2547;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 248,  */
  .slider-area form.search-box .input-form2 input::placeholder, .slider-area2 form.search-box .input-form2 input::placeholder {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  /* line 248,  */
  .slider-area form.search-box .input-form2 input::placeholder, .slider-area2 form.search-box .input-form2 input::placeholder {
    font-size: 13px;
  }
}

/* line 261,  */
.slider-area form.search-box .input-form2 .icon, .slider-area2 form.search-box .input-form2 .icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 266,  */
.slider-area form.search-box .input-form2 .icon i, .slider-area2 form.search-box .input-form2 .icon i {
  font-size: 16px;
  color: #D9DEE2;
}

/* line 272,  */
.slider-area form.search-box .select-form, .slider-area2 form.search-box .select-form {
  width: 26%;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 272,  */
  .slider-area form.search-box .select-form, .slider-area2 form.search-box .select-form {
    width: 50%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 272,  */
  .slider-area form.search-box .select-form, .slider-area2 form.search-box .select-form {
    width: 50%;
  }
}

@media (max-width: 575px) {
  /* line 272,  */
  .slider-area form.search-box .select-form, .slider-area2 form.search-box .select-form {
    width: 100%;
  }
}

/* line 284,  */
.slider-area form.search-box .select-form .nice-select, .slider-area2 form.search-box .select-form .nice-select {
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 0px;
  padding: 11px 19px 11px 23px;
  color: #1D2547;
  font-size: 14px;
  font-weight: 600;
  line-height: 42px;
  border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 284,  */
  .slider-area form.search-box .select-form .nice-select, .slider-area2 form.search-box .select-form .nice-select {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  /* line 284,  */
  .slider-area form.search-box .select-form .nice-select, .slider-area2 form.search-box .select-form .nice-select {
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 284,  */
  .slider-area form.search-box .select-form .nice-select, .slider-area2 form.search-box .select-form .nice-select {
    margin-bottom: 20px;
    padding-left: 25px;
  }
}

/* line 307,  */
.slider-area form.search-box .select-form .nice-select .list, .slider-area2 form.search-box .select-form .nice-select .list {
  width: 100%;
}

/* line 310,  */
.slider-area form.search-box .select-form .nice-select.open .list, .slider-area2 form.search-box .select-form .nice-select.open .list {
  width: 100%;
  border-radius: 0;
  border: 0;
}

/* line 315,  */
.slider-area form.search-box .select-form .nice-select::after, .slider-area2 form.search-box .select-form .nice-select::after {
  border-bottom: 1px solid #a9b6cd;
  border-right: 1px solid #a9b6cd;
  height: 12px;
  width: 12px;
  margin-top: -7px;
  right: 29px;
}

/* line 325,  */
.slider-area form.search-box .select-form .icon, .slider-area2 form.search-box .select-form .icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 330,  */
.slider-area form.search-box .select-form .icon i, .slider-area2 form.search-box .select-form .icon i {
  font-size: 16px;
  color: #D9DEE2;
}

/* line 336,  */
.slider-area form.search-box .search-form, .slider-area2 form.search-box .search-form {
  width: 21%;
  border-top-right-radius: 50px;
  overflow: hidden;
  border-bottom-right-radius: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 336,  */
  .slider-area form.search-box .search-form, .slider-area2 form.search-box .search-form {
    width: 49%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 336,  */
  .slider-area form.search-box .search-form, .slider-area2 form.search-box .search-form {
    width: 49%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

@media (max-width: 575px) {
  /* line 336,  */
  .slider-area form.search-box .search-form, .slider-area2 form.search-box .search-form {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

/* line 358,  */
.slider-area form.search-box .search-form a,.slider-area form.search-box .search-form #home_search, .slider-area2 form.search-box .search-form a {
  width: 100%;
  height: 60px;
  background: #BF8642;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: block;
  padding: 16px;
  font-weight: 700;
  border-radius: 0px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  line-height: 31px;
  font-size: 15px;
}

/* line 374,  */
.slider-area form.search-box .search-form a i, .slider-area2 form.search-box .search-form a i {
  color: #fff;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

/* line 383,  */
.slider-area .option:hover, .slider-area .nice-select .option.focus, .slider-area .nice-select .option.selected.focus, .slider-area2 .option:hover, .slider-area2 .nice-select .option.focus, .slider-area2 .nice-select .option.selected.focus {
  background-color: #BF8642 !important;
}

/* line 386,  */
.slider-area .option:hover, .slider-area .nice-select .option.focus, .slider-area .nice-select .option.selected.focus, .slider-area2 .option:hover, .slider-area2 .nice-select .option.focus, .slider-area2 .nice-select .option.selected.focus {
  background-color: #BF8642 !important;
}

/* line 395,  */
.slider-area .popular-search ul li, .slider-area2 .popular-search ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}

/* line 399,  */
.slider-area .popular-search ul li p, .slider-area2 .popular-search ul li p {
  color: #fff;
}

/* line 402,  */
.slider-area .popular-search ul li a, .slider-area2 .popular-search ul li a {
  padding: 5px 10px;
}

/* line 412,  */
.hero-overly {
  position: relative;
  z-index: 1;
}

/* line 415,  */
.hero-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 1, 2, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
}

/* line 430,  */

/* line 433,  */

/* line 449,  */
.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

/* line 1, */
.about-area {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1, */
  .about-area {
    display: block;
  }
}

@media (max-width: 575px) {
  /* line 1, */
  .about-area {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1, */
  .about-area {
    display: block;
  }
}

/* line 14, */
.about-area .about-img {
  background-image: url(../img/gallery/about.png);
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

@media (max-width: 575px) {
  /* line 14, */
  .about-area .about-img {
    width: 100%;
    height: 500px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 14, */
  .about-area .about-img {
    width: 100%;
    height: 550px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 14, */
  .about-area .about-img {
    width: 100%;
    height: 600px;
  }
}

/* line 45, */
.about-area .about-img .info-man {
  background: #fff;
  display: inline-block;
  padding: 35px 42px;
  position: relative;
  bottom: 90px;
  right: 140px;
  border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 45, */
  .about-area .about-img .info-man {
    bottom: 153px;
    right: 68px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 45, */
  .about-area .about-img .info-man {
    padding: 24px 31px;
    bottom: 136px;
    right: 49px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 45, */
  .about-area .about-img .info-man {
    padding: 23px 36px;
    bottom: 100px;
    right: 51px;
  }
}

@media (max-width: 575px) {
  /* line 45, */
  .about-area .about-img .info-man {
    padding: 21px 19px;
    bottom: 90px;
    right: 21px;
  }
}

/* line 73, */
.about-area .about-img .info-man .head-cap {
  display: flex;
  margin-bottom: 2px;
}

@media (max-width: 575px) {
  /* line 73, */
  .about-area .about-img .info-man .head-cap {
    margin-bottom: 9px;
  }
}

/* line 79, */
.about-area .about-img .info-man .head-cap h3 {
  color: #BF8642;
  font-size: 42px;
  font-weight: 600;
  padding-left: 15px;
  line-height: 1;
}

/* line 87, */
.about-area .about-img .info-man p {
  color: #646D77;
  margin: 0;
  font-size: 14px;
}

/* line 96, */
.about-area .about-details {
  background-image: url(../img/gallery/section_bg02.html);
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 700px;
  width: 50%;
  padding: 120px 75px;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 96, */
  .about-area .about-details {
    padding: 20px 20px 20px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 96, */
  .about-area .about-details {
    height: 523px;
    width: 100%;
    padding: 50px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 96, */
  .about-area .about-details {
    width: 100%;
    padding: 50px 30px;
    height: 432px;
    padding-top: 0 !important;
  }
}

@media (max-width: 575px) {
  /* line 96, */
  .about-area .about-details {
    height: 602px;
    width: 100%;
    padding: 50px 15px;
    padding-top: 0 !important;
  }
}

/* line 129, */
.about-area .about-details .right-caption {
  width: 69%;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 129, */
  .about-area .about-details .right-caption {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 129, */
  .about-area .about-details .right-caption {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 129, */
  .about-area .about-details .right-caption {
    width: 100%;
  }
}

@media (max-width: 575px) {
  /* line 129, */
  .about-area .about-details .right-caption {
    width: 100%;
  }
}

/* line 144, */

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 150, */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 155, */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 160, */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 165, */
}

@media (max-width: 575px) {
  /* line 170, */
}

/* line 175, */
.about-area .about-details .right-caption .about-more .pera-bottom {
  font-size: 18px;
  color: #776b6a;
  text-align: justify;
}

/* line 190, */

/* line 198, */

/* line 2,  */
.job-post .single-features {
  display: flex;
  align-items: center;
  background: #BF8642;
  border-radius: 10px;
}

/* line 8,  */
.job-post .single-features.single-features2 {
  background: #4463FF !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 2,  */
  .job-post .single-features {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  /* line 2,  */
  .job-post .single-features {
    flex-wrap: wrap;
  }
}

/* line 18,  */
.job-post .single-features .job-post-banner img {
  display: block;
}

/* line 22,  */
.job-post .single-features .features-caption {
  padding: 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 22,  */
  .job-post .single-features .features-caption {
    padding: 0 32px;
    padding-bottom: 0px;
    padding-bottom: 20px;
  }
}

/* line 29,  */
.job-post .single-features .features-caption h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 600;
  color: #fff;
}

/* line 36,  */
.job-post .single-features .features-caption p {
  font-size: 15px;
  line-height: 1.8;
  background-image: url(../index.html);
  color: #fff;
}

/* line 3,  */
.about-area2 {
  position: relative;
  padding-top: 195px;
  padding-bottom: 210px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 3,  */
  .about-area2 {
    padding-top: 25px;
    padding-bottom: 230px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 3,  */
  .about-area2 {
    height: 523px;
    width: 100%;
    padding: 50px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 3,  */
  .about-area2 {
    padding-top: 20px;
    padding-bottom: 110px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 3,  */
  .about-area2 {
    padding-top: 20px;
    padding-bottom: 110px;
  }
}

@media (max-width: 575px) {
  /* line 3,  */
  .about-area2 {
    padding-top: 20px;
    padding-bottom: 110px;
  }
}
.modal-open[style] {
padding-right: 0px !important;
padding-left: 0px !important;
}
/* line 32,  */
.about-area2 .about-caption .quotes-sign {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 32,  */
  .about-area2 .about-caption .quotes-sign {
    margin-bottom: 10px;
    display: none;
  }
}

/* line 41,  */
.about-area2 .about-img2 {
  padding-left: 90px;
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 41,  */
  .about-area2 .about-img2 {
    width: 57%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 41,  */
  .about-area2 .about-img2 {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 41,  */
  .about-area2 .about-img2 {
    display: none;
  }
}

@media (max-width: 575px) {
  /* line 41,  */
  .about-area2 .about-img2 {
    display: none;
  }
}

/* line 63,  */
.about-area2 .about-img2 img {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 63,  */
  .about-area2 .about-img2 img {
    width: 80%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 63,  */
  .about-area2 .about-img2 img {
    width: 80%;
  }
}

/* line 75,  */
.founder-img {
  margin-left: -15px;
}

/* line 81,  */
.testimonial-area .testimonial-caption p {
  font-size: 16px;
  color: #1D2547;

  line-height: 45px;
  line-height: 1.5;
  margin-bottom: 37px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 81,  */
  .testimonial-area .testimonial-caption p {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 81,  */
  .testimonial-area .testimonial-caption p {
    width: 99%;
  }
}

/* line 98,  */

/* line 104,  */

/* line 113,  */
.testimonial-area .founder-text span {
  color: #1D2547;
  font-weight: 500;
  line-height: 1.5;
  font-size: 22px;
}

/* line 120,  */
.testimonial-area .founder-text p {
  color: #646D77;
  font-size: 14px;
}

@media (max-width: 575px) {
  /* line 120,  */
  .testimonial-area .founder-text p {
    font-size: 12px;
  }
}

/* Homepage1 Testimonial */
/* line 132,  */
.h1-testimonial-active button.slick-arrow {
  position: absolute;
  border: 0;
  padding: 10px;
  cursor: pointer;
  background: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 10px;
  font-size: 20px;
  color: #ff5a5a;
  bottom: -72px;
  z-index: 1;
  transform: rotate(-45deg) !important;
}

/* line 150,  */
.h1-testimonial-active button.slick-next {
  left: 55px !important;
  transform: rotate(45deg) !important;
}

/* line 157,  */
.h1-testimonial-active.dot-style .slick-dots {
  bottom: -13%;
  left: 44px;
  position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 157,  */
  .h1-testimonial-active.dot-style .slick-dots {
    bottom: -22%;
    left: 46px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 157,  */
  .h1-testimonial-active.dot-style .slick-dots {
    bottom: -12%;
    left: 46px;
  }
}

@media (max-width: 575px) {
  /* line 157,  */
  .h1-testimonial-active.dot-style .slick-dots {
    bottom: -11%;
    left: 44px;
  }
}

/* line 174,  */
.h1-testimonial-active.dot-style .slick-dots li {
  display: inline-block;
}

/* line 177,  */
.h1-testimonial-active.dot-style .slick-dots button {
  margin-right: 7px;
  cursor: pointer;
  background: none;
  color: #000;
  border: 0;
  font-size: 16px;
  padding: 0;
}

/* line 197,  */
.slick-initialized .slick-slide {
  outline: 0;
}

@media (max-width: 575px) {
  /* line 4,  */
  .our-services {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 4,  */
  .our-services {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 4,  */
  .our-services {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 4,  */
  .our-services {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* line 24,  */
.our-services .col-lg-4:nth-child(1) .single-services,
.our-services .col-lg-4:nth-child(2) .single-services,
.our-services .col-lg-4:nth-child(3) .single-services {
  border-top: 1px solid #EFEFEF;
}

/* line 31,  */
.our-services .col-lg-4:nth-child(1) .single-services,
.our-services .col-lg-4:nth-child(4) .single-services {
  border-left: 0;
}

/* line 36,  */
.our-services .single-services {
  border-left: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  padding: 44px 26px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 575px) {
  /* line 36,  */
  .our-services .single-services {
    border: 1px solid #EFEFEF;
  }
}

@media (max-width: 575px) {
  /* line 36,  */
  .our-services .single-services {
    padding: 47px 19px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 36,  */
  .our-services .single-services {
    padding: 47px 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 36,  */
  .our-services .single-services {
    padding: 56px 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 36,  */
  .our-services .single-services {
    padding: 46px 23px;
  }
}

/* line 57,  */
.our-services .single-services:hover {
  box-shadow: -10px 10px 76px rgba(54, 127, 255, 0.12);
}

/* line 60,  */
.our-services .single-services .services-ion {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin-bottom: 31px;
  line-height: 80px;
  text-align: center;
  box-shadow: 0px 15px 60px rgba(54, 127, 255, 0.1);
}

/* line 79,  */
.our-services .single-services .services-cap h5 a {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 600;
  display: block;
  color: #1D2547 !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 79,  */
  .our-services .single-services .services-cap h5 a {
    font-size: 20px;
  }
}

/* line 90,  */
.our-services .single-services .services-cap h5 a:hover {
  color: #2A4441;
}

/* line 94,  */
.our-services .single-services .services-cap p {
  margin-bottom: 24px;
}

/* line 97,  */
.our-services .single-services .services-cap a.more-btn {
  color: #2A4441;
  font-size: 18px;
  font-weight: 400;
}

/* line 101,  */
.our-services .single-services .services-cap a.more-btn:hover {
  letter-spacing: 1px;
}

/* line 110,  */
.our-services .single-services:hover .services-ion span {
  color: #2A4441;
}

@media (max-width: 575px) {
  /* line 120,  */
  .top-jobs {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 120,  */
  .top-jobs {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 120,  */
  .top-jobs {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 120,  */
  .top-jobs {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* line 139,  */
.top-jobs .single-top-jobs {
  border: 1px solid #EFEFEF;
  margin: 0 15px;
  padding: 44px 26px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 143,  */
.top-jobs .single-top-jobs.single-top-jobs2 {
  margin: 0;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  /* line 139,  */
  .top-jobs .single-top-jobs {
    padding: 47px 19px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 139,  */
  .top-jobs .single-top-jobs {
    padding: 47px 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 139,  */
  .top-jobs .single-top-jobs {
    padding: 56px 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 139,  */
  .top-jobs .single-top-jobs {
    padding: 46px 23px;
  }
}

/* line 161,  */
.top-jobs .single-top-jobs:hover {
  box-shadow: -10px 10px 76px rgba(54, 127, 255, 0.12);
}

/* line 164,  */
.top-jobs .single-top-jobs .services-ion {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin-bottom: 31px;
  line-height: 80px;
  text-align: center;
  box-shadow: 0px 15px 60px rgba(54, 127, 255, 0.1);
}

/* line 175,  */
.top-jobs .single-top-jobs .services-ion img {
  display: inherit;
}

/* line 182,  */
.top-jobs .single-top-jobs .services-cap h5 a {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 600;
  display: block;
  color: #1D2547 !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 182,  */
  .top-jobs .single-top-jobs .services-cap h5 a {
    font-size: 20px;
  }
}

/* line 193,  */
.top-jobs .single-top-jobs .services-cap h5 a:hover {
  color: #2A4441;
}

/* line 197,  */
.top-jobs .single-top-jobs .services-cap p {
  margin-bottom: 24px;
}

/* line 200,  */
.top-jobs .single-top-jobs .services-cap a.more-btn {
  color: #2A4441;
  font-size: 18px;
  font-weight: 400;
}

/* line 204,  */
.top-jobs .single-top-jobs .services-cap a.more-btn:hover {
  letter-spacing: 1px;
}

/* line 213,  */
.top-jobs .single-top-jobs:hover .services-ion span {
  color: #2A4441;
}

/* line 218,  */
.top-jobs .single-top-jobs .stickers {
  position: absolute;
  right: 46px;
  top: 30px;
}

/* line 222,  */
.top-jobs .single-top-jobs .stickers span {
  padding: 7px 18px;
  background: rgba(253, 143, 95, 0.1);
  color: #FD8F5F;
  border-radius: 30px;
  font-size: 14px;
}
.profile_bg{background-color:#fbf4f2;}

.profiles{ padding-top: 50px;padding-bottom: 50px;}
 .profiles  .col-6{width:50% ! important;}  
    .profiles .col-md-3{padding:8px;}
    .profile_card{background-color:#f7f8f8;margin-bottom:30px;border:0.5px solid #e9ecec;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;height:400px;}
.card_img_text {
 position:relative;
  width:100%;
  font-size: 20px;padding-bottom:30px;
}
.card_img_text .btn{padding: 20px 38px;position:absolute;bottom:-40px;z-index:2;left: 50%;transform: translate(-50%, -50%);border-radius:50px;background-color:#2a4441;color:#BFC6C6;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
.card_img_text h3{padding-top:12px;font-weight:bold;margin: auto;text-align:center;}
.card_img_text p{padding-top:6px;margin: auto;text-align:center;font-size:12px;color:#BF8642;font-weight:bold;}
.card_img_text td{font-size:13.5px ! important;color:#515e5e ! important;}
 .profile_image{
  margin:5px;overflow:hidden;
  border-radius: 5px;height:120px;background-color:#fff;position: relative;
}
 .profile_image img{position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  width: 140px;}
  .catname{color:#BF8642;}
  .brand_name{padding-top:10px;}
  .profile_image_detail{background-color:#fff;
  
  }
  .profile_image_detail img{padding:15px ! important;}

.frame{box-shadow: 0 0 0 10px rgba(0,0,0,.2),
            0 3px 10px rgba(100,100,100,.7),
            0 5px 10px 15px rgba(0,0,0,.2);
border-radius: 0px;}
/* line 4, */
.wantToWork-area .wants-wrapper {
  background: #fff;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;border-radius:6px;
}

/* line 8, */
.wantToWork-area .wantToWork-caption h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: 600;
}
.wantToWork-area .wantToWork-caption p{
    font-size: 15px ! important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .wantToWork-area .wantToWork-caption h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .wantToWork-area .wantToWork-caption h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
 .card_img_text {
 padding-bottom:20px;
}   
    .card_img_text .btn{padding: 15px 20px;font-size:14px;bottom:-30px;}
    .profiles .col-md-3{padding:4px;}
  .card_img_text h3{padding-top:8px;font-size:15px;}
.card_img_text p{padding-top:4px;font-size:11px;}
.card_img_text td{font-size:12px ! important;color:#515e5e ! important;}
  .wantToWork-area .wantToWork-caption h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

/* line 25, */
.wantToWork-area .wantToWork-caption p {
  font-size: 18px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 29, */
  .wantToWork-area .wantToWork-btn {
    float: left;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  /* line 29, */
  .wantToWork-area .wantToWork-btn {
    /*float: left;*/
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 29, */
  .wantToWork-area .wantToWork-btn {
    float: left;
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  /* line 45, */
  .sm-left {
    float: left;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 45, */
  .sm-left {
    float: left;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
  .footer-wrappper {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
  .footer-wrappper {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
  .footer-wrappper {
    padding: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
  .footer-wrappper {
    padding: 0;
  }
}

@media (max-width: 575px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
  .footer-wrappper {
    padding: 0;
  }
}

/* line 20, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-area .footer-pera p {
  color: #C2C5DB;
  padding-right: 52px;
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 20, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
  .footer-area .footer-pera p {
    padding-right: 0px;
  }
}

/* line 33, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */

/* line 38, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-area .footer-tittle h4 {
  color: #1D2547;
  font-size: 22px;
  margin-bottom: 29px;
  font-weight: 600;
}

/* line 45, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-area .footer-tittle ul li {
  margin-bottom: 15px;
}

/* line 47, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-area .footer-tittle ul li a {
  color: #646D77;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline transparent;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 53, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-area .footer-tittle ul li a:hover {
  color: #1D2547;
  text-decoration: underline;
}

/* line 60, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-area .footer-tittle p {
  color: #646D77;
}

/* line 64, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-area .footer-form {
  margin-top: 40px;
}

/* line 66, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-area .footer-form form {
  position: relative;
}

/* line 68, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-area .footer-form form input {
  width: 100%;
  height: 43px;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 30px;
}

/* line 76, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-area .footer-form form .form-icon button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 13px 22px;
  line-height: 1;
  border-radius: 0 3px 3px 0;
}

/* line 91, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-area .info.error {
  color: #2A4441;
}

/* line 98, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-bottom-area .footer-border {
  padding: 30px 0px 20px;
}
.footer-bottom-area {
 background-color:#2a4441;
}

/* line 103, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-bottom-area .footer-copy-right p {
  color: #BFC6C6;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 12px;
}

/* line 109, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-bottom-area .footer-copy-right p i {
  color: #2A4441;
}

/* line 112, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-bottom-area .footer-copy-right p a {
  color: #2A4441;
}

/* line 125, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-social a {
  color: #2A4441;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  border: 1px solid #2A4441;
}

/* line 136, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-social a:hover {
  color: #fff;
  border: 1px solid transparent;
  background: #2A4441;
}

/* line 141, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_footer.scss */
.footer-social a i {
  display: inline-block;
}

/* line 3, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_pagination.scss */
.pagination-area {
  padding-top: 50px;
}

/* line 17, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_pagination.scss */
.pagination-area .page-item {
  margin: 0;
}

/* line 19, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_pagination.scss */
.pagination-area .page-item:first-child {
  margin: 0;
}

/* line 21, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_pagination.scss */
.pagination-area .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
}

/* line 28, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_pagination.scss */
.pagination-area .page-item:last-child .page-link {
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
}

/* line 33, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_pagination.scss */
.pagination-area .page-item.active .page-link {
  z-index: 1;
  border: 0;
  position: relative;
  box-shadow: none;
  outline: 0;
  color: #fff;
  background: #2A4441;
}

/* line 43, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_pagination.scss */
.pagination-area .page-link {
  border: 0;
  font-size: 15px;
  text-align: center;
  background: none;
  box-shadow: none;
  outline: 0;
  color: #727272;
  padding: 16px 18px;
  background: #fff;
  margin: 0 7px;
  border-radius: 0%;
  border: 1px solid #f0f0f0;
}

@media (max-width: 575px) {
  /* line 43, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_pagination.scss */
  .pagination-area .page-link {
    margin: 0 4px;
    padding: 8px 11px;
  }
}

/* line 60, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_pagination.scss */
.pagination-area .page-link:hover {
  color: #fff;
  background: #2A4441;
  border: 1px solid transparent;
}

/* line 73, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_pagination.scss */

/* line 78, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_pagination.scss */

/* line 82, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_pagination.scss */

/* line 90, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_pagination.scss */

/* line 2, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */

/* line 9, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */
.map img {
  width: 100%;
}

/* line 22, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */

/* line 32, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */

/* line 37, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */

/* line 46, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */

/* line 53, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */

/* line 57, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */

/* line 61, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 61, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 61, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */
}

@media (max-width: 575px) {
  /* line 61, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */
}

/* line 80, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */

/* line 95, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */

/* line 102, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */

/* line 106, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */

/* line 111, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */

@media (max-width: 575px) {
  /* line 117, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 117, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 117, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_details.scss */
}

@media (max-width: 575px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_job_details.scss */
  .job-post-company {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_job_details.scss */
  .job-post-company {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_job_details.scss */
  .job-post-company {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* line 17, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_job_details.scss */
.post-details2 ul {
  padding-left: 30px;
}

/* line 19, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_job_details.scss */
.post-details2 ul li {
  list-style-type: circle;
}

/* line 25, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_job_details.scss */
.post-details3 {
  padding: 30px 30px 30px 30px;
  border: 1px solid #ededed;
}

/* line 29, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_job_details.scss */
.post-details3 ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

/* line 34, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_job_details.scss */
.post-details3 ul li:last-child {
  margin-bottom: 50px;
}

/* line 42, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_job_details.scss */
.post-details4 span {
  color: #5b5c6e;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}

/* line 49, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_job_details.scss */
.post-details4 p {
  margin-bottom: 30px;
  display: block;
}

/* line 54, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_job_details.scss */
.post-details4 ul li {
  color: #5b5c6e;
  font-weight: 700;
  font-size: 18px;
  display: block;
}

/* line 59, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_job_details.scss */
.post-details4 ul li span {
  color: #5b5c6e;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  padding-left: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 71, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_job_details.scss */
}

/* line 2, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_login.scss */
.login-body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
}

/* line 9, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_login.scss */
.login-form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  padding: 90px 45px 60px 45px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

@media (max-width: 575px) {
  /* line 9, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_login.scss */
  .login-form {
    width: 282px;
    padding: 90px 15px 15px 15px;
  }
}

/* line 24, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_login.scss */
.login-form .logo-login img {
  width: 99px;
  height: 95px;
  position: absolute;
  top: -57px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 15px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}

/* line 38, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_login.scss */
.login-form h2 {
  color: #fff;
  font-size: 30px;
  margin: 0;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}

/* line 46, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_login.scss */
.login-form .form-input {
  position: relative;
  margin: 20px 0;
}

/* line 49, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_login.scss */
.login-form .form-input label {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

/* line 54, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_login.scss */
.login-form .form-input input {
  outline: none;
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: transparent;
  font-size: 18px;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* line 66, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_login.scss */
.login-form .form-input input::placeholder {
  color: #2A4441;
}

/* line 70, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_login.scss */
.login-form .form-input input[type="submit"] {
  background: #2A4441;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  border-radius: 20px;
  transition: .4s;
}

/* line 81, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_login.scss */
.login-form .form-input input[type="submit"]:hover {
  background: #000;
  background: #2A4441;
}

/* line 87, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_login.scss */
.login-form .forget {
  display: block;
  margin-top: 30px;
  color: #2A4441;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 5px;
}

/* line 94, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_login.scss */
.login-form .forget:hover {
  color: #fff;
}

/* line 98, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_login.scss */
.login-form .registration {
  display: block;
  color: #2A4441;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 5px;
}

/* line 104, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_login.scss */
.login-form .registration:hover {
  color: #fff;
}

/* line 1, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
.category-area {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 575px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
  .category-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
  .category-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* line 13, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
.category-area .count span {
  color: #001d38;
  font-size: 18px;
}

@media (max-width: 575px) {
  /* line 13, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
  .category-area .count span {
    margin-bottom: 30px;
  }
}

/* line 25, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
.category-listing .single-listing {
  /* check_box Start */
  /* check_box Start */
}

/* line 27, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
.category-listing .single-listing .input-form input {
  width: 100%;
  height: 45px;
  background: #fff;
  color: #777777;
  font-size: 18px;
  font-weight: 400;
  padding: 9px 33px 9px 18px;
  border: 1px solid #ededed;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}

/* line 41, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
 .category-listing .single-listing .select-job-items2 .nice-select {
  width: 100%;
  height: 45px;
  background: #fff;
  border-radius: 5px;
  padding: 11px 19px 11px 18px;
  color: #616875;
  line-height: 20px;
  border: 1px solid #ededed;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  /* line 41, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
   .category-listing .single-listing .select-job-items2 .nice-select {
    padding-left: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 41, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
   .category-listing .single-listing .select-job-items2 .nice-select {
    padding-left: 25px;
  }
}

/* line 57, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
 .category-listing .single-listing .select-job-items2 .nice-select .list {
  width: 100%;
}

/* line 60, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
 .category-listing .single-listing .select-job-items2 .nice-select.open .list {
  width: 100%;
  border-radius: 0;
  border: 0;
}

/* line 65, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
 .category-listing .single-listing .select-job-items2 .nice-select::after {
  border-bottom: 1px solid #a9b6cd;
  border-right: 1px solid #a9b6cd;
  height: 12px;
  width: 12px;
  margin-top: -9px;
  right: 29px;
}

/* line 78, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
.category-listing .single-listing .select-Categories .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #666666;
  font-size: 16px;
}

@media (max-width: 575px) {
  /* line 78, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
  .category-listing .single-listing .select-Categories .container {
    font-size: 14px;
  }
}

/* line 95, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
.category-listing .single-listing .select-Categories .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 102, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
.category-listing .single-listing .select-Categories .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid  #ddd;
}

/* line 110, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
.category-listing .single-listing .select-Categories .container input:checked ~ .checkmark {
  background-color: #2A4441;
  border: 2px solid transparent;
}

/* line 114, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
.category-listing .single-listing .select-Categories .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 119, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
.category-listing .single-listing .select-Categories .container input:checked ~ .checkmark:after {
  display: block;
}

/* line 122, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
.category-listing .single-listing .select-Categories .container .checkmark::after {
  left: 8px;
  top: 1px;
  width: 6px;
  height: 14px;
  border: solid white;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 140, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */

/* line 144, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */

/* line 150, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */

/* line 153, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
.irs-to,
.irs-from,
.irs-max,
.irs-min {
  display: none;
}

/* line 162, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */

/* line 168, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
.irs-bar {
  height: 2px;
  top: 33px;
  border-top: 1px solid #ff3368;
  border-bottom: 1px solid #ff3368;
  background: #ff3368;
  background: linear-gradient(to top, #ff3368 0%, #ff3368 100%);
}

/* line 176, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
.irs-line {
  height: 2px;
  top: 33px;
  /* background: #e8eff1; */
  background: linear-gradient(to bottom, #ffeaef -50%, #ffeaef 150%);
  border: 1px solid #ffeaef;
  border-radius: 16px;
  -moz-border-radius: 16px;
}

/* line 185, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
.irs-slider {
  height: 15px;
  width: 15px;
  border: 1px solid #ff3368;
  background-color: #ff3368;
  background: #fff;
  top: 26px;
  box-shadow: none;
  border-radius: 4px;
}

@media (max-width: 991px) {
  /* line 195, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
}

@media (max-width: 991px) {
  /* line 201, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
  /* line 203, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
  /* line 207, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
  /* line 211, C:/Users/HP/Desktop/July-HTML/287.Job_board/Job_board_Template/assets/scss/_category-page.scss */
}

/* line 3,  */

/* line 5,  */

/* line 8,  */

/* line 11,  */

/* line 17,  */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 17,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 17,  */
}

@media (max-width: 575px) {
  /* line 17,  */
}

/* line 35,  */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 35,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 35,  */
}

@media (max-width: 575px) {
  /* line 35,  */
}

/* line 51,  */

/* line 57,  */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 57,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 57,  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 57,  */
}

@media (max-width: 575px) {
  /* line 57,  */
}

/* line 77,  */

/* line 81,  */

/* line 89,  */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 81,  */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 81,  */
}

@media (max-width: 575px) {
  /* line 81,  */
}

/* line 104,  */

/* line 110,  */

/* line 122,  */

/* line 125,  */

/* line 129,  */

/* Start Blog Area css
============================================================================================ */
/* line 141,  */

/* line 146,  */
.blog_area a {
  /*color: "Poppins", sans-serif !important;*/
  text-decoration: none;
  transition: .4s;
}

/* line 150,  */
.blog_area a:hover, .blog_area a :hover {
  background: -webkit-linear-gradient(131deg, #2A4441 0%, #2A4441 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: .4s;
}



@media (max-width: 1199px) {
  
}



@media (max-width: 800px) {
  /* line 160,  */
}



@media (max-width: 1199px) {
 
}



@media (max-width: 1199px) {

}



@media (min-width: 992px) {
  /* line 296,  */
}



/*========= blog_categorie_area css ===========*/
/* line 574,  */

@media (min-width: 900px) {
  /* line 574,  */
}

@media (min-width: 1100px) {
  /* line 574,  */
}



/*============ blog_left_sidebar css ==============*/
/* line 661,  */
.blog_item {
  margin-bottom: 50px;
}

/* line 665,  */
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  /* line 665,  */
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

/* line 673,  */
.blog_details p {
  margin-bottom: 30px;
}

/* line 677,  */
.blog_details a {
  color: #080808;
}

/* line 680,  */
.blog_details a:hover {
  color: #2A4441;
}

/* line 685,  */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 685,  */
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* line 699,  */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/* line 703,  */
.blog-info-link li a {
  color: #999999;
}

/* line 707,  */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/* line 713,  */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/* line 719,  */
.blog-info-link li:last-child::after {
  display: none;
}

/* line 724,  */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

/* line 732,  */
.blog_item_img {
  position: relative;
}

/* line 735,  */
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #2A4441;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  /* line 735,  */
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

/* line 751,  */
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  /* line 751,  */
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

/* line 763,  */
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 763,  */
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

/* line 783,  */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 788,  */
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

/* line 796,  */
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 800,  */
.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0px;
}

/* line 808,  */
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

/* line 817,  */
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

/* line 821,  */
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 830,  */
.blog_right_sidebar .search_widget .input-group button {
  background: #2A4441;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
  cursor: pointer;
}

/* line 838,  */
.blog_right_sidebar .search_widget .input-group button i {
  color: #fff;
}

/* line 841,  */
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 852,  */
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

/* line 861,  */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

/* line 865,  */
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 874,  */
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 881,  */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #fff;
}

/* line 894,  */
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

/* line 899,  */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

/* line 903,  */
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/* line 908,  */
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

/* line 913,  */
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

/* line 930,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

/* line 935,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

/* line 946,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff;
}

/* line 952,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

/* line 959,  */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

/* line 967,  */
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

/* line 970,  */
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

/* line 981,  */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #2A4441;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 996,  */
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

/* line 1002,  */
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

/* line 1102,  */
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

/* line 1123,  */
.blog-pagination {
  margin-top: 80px;
}

/* line 1127,  */
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

/* line 1144,  */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

/* line 1156,  */
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

/* line 1163,  */
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
/* line 1188,  */
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

/* line 1193,  */

/* line 1196,  */

/* line 1200,  */

/* line 1213,  */
.single-post-area .blog_details {
  padding-top: 26px;
}

/* line 1216,  */
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 1226,  */
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 1226,  */
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

/* line 1240,  */
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

@media (min-width: 768px) {
  /* line 1240,  */
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

/* line 1250,  */
.single-post-area .arrow {
  position: absolute;
}

/* line 1253,  */
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

/* line 1260,  */

/* line 1265,  */
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

/* line 1269,  */
.single-post-area .navigation-top p {
  margin-bottom: 0;
}

/* line 1273,  */
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

/* line 1276,  */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1283,  */
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

/* line 1286,  */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1295,  */
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

/* line 1299,  */
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

/* line 1303,  */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

/* line 1321,  */
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  /* line 1321,  */
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

/* line 1330,  */
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {
  /* line 1330,  */
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

/* line 1343,  */
.single-post-area .blog-author a {
  display: inline-block;
}

/* line 1347,  */
.single-post-area .blog-author a:hover {
  color: #2A4441;
}

/* line 1352,  */
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/* line 1357,  */
.single-post-area .blog-author h4 {
  font-size: 16px;
}

/* line 1364,  */
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

/* line 1369,  */
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

/* line 1373,  */
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

/* line 1379,  */
.single-post-area .navigation-area .nav-left {
  text-align: left;
}

/* line 1382,  */
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

/* line 1386,  */
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1391,  */
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1398,  */
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

/* line 1403,  */
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  /* line 1379,  */
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

/* line 1414,  */
.single-post-area .navigation-area .nav-right {
  text-align: right;
}

/* line 1417,  */
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

/* line 1421,  */
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1426,  */
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1433,  */
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

/* line 1438,  */
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  /* line 1446,  */
}

/* line 1453,  */
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  /* line 1453,  */
  .comments-area {
    padding: 50px 8px;
  }
}

/* line 1464,  */
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

/* line 1471,  */
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

/* line 1480,  */
.comments-area .comment-list {
  padding-bottom: 48px;
}

/* line 1483,  */
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

/* line 1487,  */

@media (max-width: 413px) {
  /* line 1493,  */
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  /* line 1497,  */
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  /* line 1501,  */
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

/* line 1508,  */
.comments-area .thumb {
  margin-right: 20px;
}

/* line 1511,  */
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

/* line 1517,  */
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

/* line 1524,  */
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

/* line 1530,  */
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/* line 1547,  */
.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* line 1555,  */
.comment-form .form-group {
  margin-bottom: 30px;
}

/* line 1559,  */
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

/* line 1567,  */
.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  /* line 1567,  */
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

/* line 1576,  */
.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  /* line 1576,  */
  .comment-form .email {
    padding-left: 0px;
  }
}

/* line 1584,  */
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 1592,  */
.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 1597,  */
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 1602,  */
.comment-form .form-control::placeholder {
  color: #777777;
}

/* line 1607,  */
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

/* line 1613,  */
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

/* line 1619,  */
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

/* line 1625,  */
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

/* line 1631,  */
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/*=================== contact banner start ====================*/
/* line 3,  */
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 10,  */
.contact-info {
  margin-bottom: 25px;
}

/* line 13,  */
.contact-info__icon {
  margin-right: 20px;
}

/* line 16,  */
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 24,  */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/* line 30,  */
.contact-info .media-body h3 a:hover {
  color: #1f2b7b;
}

/* line 36,  */
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 45,  */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 53,  */
.form-contact label {
  font-size: 14px;
}

/* line 57,  */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 61,  */
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 69,  */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 74,  */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 80,  */
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}


.contact-section {
  padding: 130px 0 100px;
}

@media (max-width: 991px) {
  /* line 133,  */
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 133,  */
  .contact-section {
    padding: 80px 0 50px;
  }
}


@media (max-width: 767px) {
  /* line 10,  */
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 10,  */
}

/* line 22,  */

@media (max-width: 767px) {
  /* line 22,  */
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 22,  */
}

/* line 38,  */

@media (max-width: 767px) {
  /* line 38,  */
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 38,  */
}


@media (max-width: 767px) {
  /* line 131,  */
}



@media (max-width: 767px) {
  /* line 151,  */
}


.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #4A3600;
  opacity: 0.6;
}

@media (max-width: 767px) {
  /* line 208,  */
  .gj-picker.gj-picker-md.timepicker {
    width: 310px;
    left: 6px !important;
  }
}

@media (max-width: 767px) {
  /* line 215,  */
  .gj-picker.gj-picker-md.datepicker.gj-unselectable {
    width: 320px;
    left: 0 !important;
  }
}


.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 81,  */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 86,  */
b,
sup,
sub,
u,
del {
  
}

/* line 95,  */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 105,  */
.button-area {
  background: #fff;
}

/* line 106,  */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/* line 114,  */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

/* line 117,  */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* line 123,  */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 134,  */
.genric-btn:focus {
  outline: none;
}

/* line 137,  */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

/* line 141,  */
.genric-btn.large {
  line-height: 45px;
}

/* line 144,  */
.genric-btn.medium {
  line-height: 30px;
}

/* line 147,  */
.genric-btn.small {
  line-height: 25px;
}

/* line 150,  */
.genric-btn.radius {
  border-radius: 3px;
}

/* line 153,  */
.genric-btn.circle {
  border-radius: 20px;
}

/* line 156,  */
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 163,  */
.genric-btn.arrow span {
  margin-left: 10px;
}

/* line 167,  */
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 171,  */
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 176,  */
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 179,  */
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 185,  */
.genric-btn.primary {
  color: #fff;
  background: #1f2b7b;
  border: 1px solid transparent;
}

/* line 189,  */
.genric-btn.primary:hover {
  color: #1f2b7b;
  border: 1px solid #1f2b7b;
  background: #fff;
}

/* line 195,  */
.genric-btn.primary-border {
  color: #1f2b7b;
  border: 1px solid #1f2b7b;
  background: #fff;
}

/* line 199,  */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #1f2b7b;
  border: 1px solid transparent;
}

/* line 205,  */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 209,  */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 215,  */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 219,  */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 225,  */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 229,  */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 235,  */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 239,  */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 245,  */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 249,  */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 255,  */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 259,  */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 265,  */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 269,  */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 275,  */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 279,  */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 285,  */
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

/* line 290,  */
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 296,  */
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

/* line 301,  */
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 307,  */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 315,  */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #1f2b7b;
}

/* line 321,  */
.progress-table-wrap {
  overflow-x: scroll;
}

/* line 325,  */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

/* line 329,  */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/* line 333,  */
.progress-table .country {
  width: 28.07%;
}

/* line 336,  */
.progress-table .visit {
  width: 19.74%;
}

/* line 339,  */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/* line 343,  */
.progress-table .table-head {
  display: flex;
}

/* line 345,  */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 355,  */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

/* line 359,  */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

/* line 367,  */
.progress-table .table-row .country img {
  margin-right: 15px;
}

/* line 372,  */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/* line 376,  */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

/* line 379,  */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/* line 382,  */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/* line 385,  */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/* line 388,  */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/* line 391,  */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/* line 394,  */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/* line 397,  */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/* line 400,  */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* line 409,  */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/* line 417,  */

/* line 423,  */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

/* line 427,  */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #1f2b7b;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/* line 441,  */
.ordered-list {
  margin-left: 30px;
}

/* line 443,  */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 448,  */
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 456,  */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 462,  */
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 470,  */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 476,  */
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}
.enquiry_form{padding:15px;border:2px dashed #BF8642;background-color:#E5E7E9;border-radius:5px;}

.enquiry_form .boxed-btn {
 
  padding: 12px 44px;
  
}
.enquiry_form h3{margin-bottom:15px;margin-top:15px;}
.enquiry_form input {
border:0.5px solid #ddd ! important;
  background: #fff ! important;
 
}
/* line 483,  */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 491,  */
.single-input:focus {
  outline: none;
}

/* line 496,  */
.input-group-icon {
  position: relative;
}

/* line 498,  */
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

/* line 503,  */
.input-group-icon .icon i {
  color: #797979;
}

/* line 508,  */
.input-group-icon .single-input {
  padding-left: 45px;
}

/* line 513,  */
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

/* line 523,  */
.single-textarea:focus {
  outline: none;
}

/* line 528,  */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 536,  */
.single-input-primary:focus {
  outline: none;
  border: 1px solid #1f2b7b;
}

/* line 542,  */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 550,  */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/* line 556,  */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 564,  */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/* line 570,  */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 577,  */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 587,  */
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1f2b7b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 600,  */
.default-switch input:checked + label {
  left: 19px;
}

/* line 607,  */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 614,  */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 623,  */
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 631,  */
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 645,  */
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 661,  */
.primary-switch input:checked + label:after {
  left: 19px;
}

/* line 664,  */
.primary-switch input:checked + label:before {
  background: #1f2b7b;
}

/* line 672,  */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 679,  */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 688,  */
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 696,  */
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 710,  */
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 726,  */
.confirm-switch input:checked + label:after {
  left: 19px;
}

/* line 729,  */
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/* line 737,  */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 744,  */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 753,  */
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 766,  */
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

/* line 774,  */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 781,  */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 790,  */
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 803,  */
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

/* line 811,  */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 818,  */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 827,  */
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 839,  */
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 844,  */
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

/* line 852,  */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 859,  */
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 868,  */
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 881,  */
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 889,  */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 896,  */
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 905,  */
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 918,  */
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 926,  */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 933,  */
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 942,  */
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 954,  */
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 959,  */
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 967,  */
.default-select {
  height: 40px;
}

/* line 969,  */
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

/* line 976,  */
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 983,  */
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

/* line 990,  */
.default-select .nice-select .list .option.selected {
  color: #1f2b7b;
  background: transparent;
}

/* line 994,  */
.default-select .nice-select .list .option:hover {
  color: #1f2b7b;
  background: transparent;
}

/* line 1001,  */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1005,  */
.default-select .nice-select::after {
  right: 20px;
}

/* line 1010,  */
.form-select {
  height: 40px;
  width: 100%;
}

/* line 1013,  */
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

/* line 1021,  */
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1028,  */
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

/* line 1035,  */
.form-select .nice-select .list .option.selected {
  color: #1f2b7b;
  background: transparent;
}

/* line 1039,  */
.form-select .nice-select .list .option:hover {
  color: #1f2b7b;
  background: transparent;
}

/* line 1046,  */
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1050,  */
.form-select .nice-select::after {
  right: 20px;
}

/* line 1054,  */
.mt-10 {
  margin-top: 10px;
}

/* line 1057,  */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

/* line 1061,  */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1064,  */
.mt-30 {
  margin-top: 30px;
}

/* line 1067,  */
.switch-wrap {
  margin-bottom: 10px;
}

/*# sourceMappingURL=style.css.map */

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #BF8642;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #BF8642;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #2A4441;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #2A4441;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}