<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------------

    Template Name: Jobhere

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
  
    1. Job Category Style
    2. Job Post Style
    3. Fun Factor Area
    4. Working Area
    5. Testimonial Area
    6. Blog Area
    7. Home Two Style
    8. About Page
    9. Single Job Post Page
    10. Candidates Page
    11. Blog Page
    12. Register/Login  Page
    13. Contact Page
    14. Other Page CSS


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


/*----------------------------------------*/
/*  1. Job Category Style
/*----------------------------------------*/
.owl-stage-outer .img-icon &gt; img {
  width: auto;
}
.category-item {
  align-items: center;
  box-shadow: 0 0 5px 1px #ddd;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  margin:5px;
  min-height: 200px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
.img-icon{
    display: inline-block;
}
.category-item &gt; h5,.cat-text &gt; h5 {
  color: #696969;
  font-family: montserratsemi_bold;
  margin-bottom: 10px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.category-item &gt; h6,.cat-text &gt; h6 {
  font-family: montserratregular;
  transition: all 0.3s ease-in-out;
}
.category-item:hover {;
  background: #4683a9 none repeat scroll 0 0;
  box-shadow: 0 0 5px 1px #ddd;
}
.category-item:hover &gt; h5, .category-item:hover &gt; h6{
    color: #fff;
}

/*----------------------------------------*/
/*  2. Job Post Style
/*----------------------------------------*/
.post-tab {
  align-items: center;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  margin: auto auto 60px;
  overflow: hidden;
}
.post-tab a {
  border: 1px solid #ddd;
  color: #696969;
  font-family: montserratregular;
  font-size: 14px;
  padding: 18px 22px;
  transition: all 0.3s ease-in-out;
  border-left: none;
}
.post-tab a.active,.post-tab a:hover{
    background:#4683a9;
    color: #fff;
    border-color: #4683a9;
}
.post-tab a:last-child{

    border-radius: 0 14px 14px 0;
}
.post-tab a:first-child{
    border-left: 1px solid #ddd;
    border-radius: 14px 0px 0px 14px;
}
.single-job-post {
  box-shadow: 0 0 6px 1px #ddd;
  display: flex;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}
.address {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.address &gt; h6 {
  font-family: montserratregular;
  margin-bottom: 15px;
}
.address &gt; p{
    margin-bottom: 5px;
}
.img-icon {
  align-items: center;
  display: flex;
}
.button-box {
  display: flex;
  align-items: flex-end;
  width: 213px;
}
.job-title {position: relative;}
.job-title:after {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 4px;
}
.single-job-post:hover .job-title {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-job-post:hover .job-title:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.job-title a {display: block;}
.job-title a img {border: 1px solid #E5E5E5}
.job-title h4 {font-family: "montserratregular";}
.job-title h5 {color: #646464; font-family: "montserratsemi_bold";}
.address span {color: #6d6d6d; line-height: 24px;}
.time-payment span {
    color: #6d6d6d;
    font-family: "montserratsemi_bold";
    font-size: 18px;
    line-height: 24px
}
.stime-payment a.button {
  padding: 0;
  text-align: center;
  width: 121px;
  font-size: 14px
}
.single-job-post:last-child {border-bottom: 1px solid #e3e3e3;}
a.button.large-button {line-height: 33px; padding: 0 30px}
/*----------------------------------------*/
/*  3. Fun Factor Area
/*----------------------------------------*/
.fun-factor-area {
  background-position: center center;
  background-size: cover;
  padding: 125px 0;
}
.single-fun-factor h3 {
  color: #fff;
  font-family: montserratregular;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
}
.single-fun-factor &gt; h1 {
  color: #fff;
  font-family: montserratregular;
  font-size: 36px;
  margin-bottom: 6px;
}

/*----------------------------------------*/
/*  4. Working Area
/*----------------------------------------*/
.work-item {
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center;
}
.work-item .img-icon {
  border-radius: 100%;
  box-shadow: 0 0 8px 0 #ddd;
  height: 115px;
  justify-content: center;
  margin: auto;
  width: 115px;
  background:#fff;
}
.work-item &gt; h5 {
  color: #555555;
  font-family: montserratsemi_bold;
  margin-bottom: 30px;
  margin-top: 38px;
}
.work-shap {
  background: rgba(0, 0, 0, 0) url("images/icons/work-shap.png") no-repeat scroll center 13px;
}
/*----------------------------------------*/
/*  5. Testimonial Area
/*----------------------------------------*/
.testimonial-carousel .testimonial-img &gt; img {
    border: 3px solid #ffffff;
    border-radius: 50%;
    height: 143px;
    margin: auto;
    width: 143px;
}
.testimonial-name {
  font-size: 16px;
}
.testimonial-text {position: relative;}
.testimonial-text::after {
  color: #fff;
  content: "\f1b2";
  font-family: material-design-iconic-font;
  font-size: 50px;
  height: 31px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 9;
}
.testimonial-text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}
/*----------------------------------------*/
/*  6. Blog Area
/*----------------------------------------*/
.blog-text &gt; h4 {
  color: #262626;
  font-family: montserratregular;
  font-size: 24px;
  margin-bottom: 15px;
}
.blog-image {
  margin-bottom: 35px;
}
.blog-text &gt; h4:hover a{
    color: #4683a9;
}

.box-hover a {display: block; position: relative;}
.box-hover &gt; a:after {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.hover-effect:hover .box-hover &gt; a:after {
    bottom: 20px;
    left: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 20px;
    top: 20px;
}
.hover-effect:hover .box-hover.hover-large &gt; a:after {bottom: 88px; top: 88px;}
.blog-image img {width: 100%;}
.blog-date {
  display: inline-block;
  font-family: "montserratregular";
  height: 66px;
  line-height: 24px;
  text-align: center;
  width: 77px;
}
.blog-post-info &gt; span {
  color: #7a7a7a;
  display: inline-block;
  font-family: montserratregular;
  font-size: 12px;
  margin-right: 26px;
  position: relative;
  text-transform: uppercase;
}
.blog-post-info &gt; span + span::before {
  background: #c3c3c3 none repeat scroll 0 0;
  bottom: 5px;
  color: #7a7a7a;
  content: "";
  font-size: 30px;
  height: 2px;
  left: -18px;
  position: absolute;
  width: 5px;
  z-index: 2;
}
.blog-post-info {
  display: inline-block;
  margin-bottom: 20px;
}
.blog-text &gt; p {
  font-size: 14px;
  line-height: 26px;
}

/*----------------------------------------*/
/*  7. Home Two Style
/*----------------------------------------*/
.search-catestyle2 .job-search-content.text-center {
  background: #34495e none repeat scroll 0 0;
  border-radius: 100px;
  padding: 60px 130px;
}
.search-catestyle2 {
  margin-top: -90px;
  position: relative;
  z-index: 99;
}
.category-item {
  align-items: center;
 
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  
  min-height: 200px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
.category-item2 {
  box-shadow: 0 0 5px 1px #ddd;
  display: flex;
  /*margin: 5px 5px 30px;*/
  padding: 20px 30px;
  transition: all 0.3s ease-in-out 0s;
  border-right: 3px solid transparent;
  cursor: pointer;
}
.cat-text {
  padding-left: 25px;
}
.cat-text &gt; h5{
    margin-top: 0;
}
.category-item2:hover{
    border-right:3px solid #4683a9;
}
.all-job-post2 .single-job-post {
  align-items: center;
  background: #fff none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 10px 10px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
.all-job-post2 .img-icon {
  align-items: center;
  background: #f2f2f2 none repeat scroll 0 0;
  display: flex;
  padding: 15px 20px;
}
.all-job-post2 .single-job-post:hover{
  box-shadow: 0 0 6px 1px #ddd;  
}
.all-job-post2 .address {
  flex-grow: 70;
  padding: 0 0 0 30px;
  width: 260px;
}
.all-job-post2 .button-box {
  display: block;
  width: auto;
}
.all-job-post2 .address &gt; h6 {
  margin-bottom: 7px;
}
.all-job-post2 .address &gt; p {
  color: #4683a9;
  margin-bottom: 0;
}
.loaction {
  flex-grow: 50;
}
.loaction &gt; p{
    margin-bottom: 0;
    line-height: 24px;
}
.loaction &gt; p i {
  font-size: 20px;
  margin-right: 10px;
}
.job-post-area2 .section-title {
  margin-bottom: 28px;
}
.post-tab2 {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}
.post-tab2 a {
  color: #696969;
  margin: 0 4px;
  position: relative;
}
.post-tab2 a::before {
  border: 1px solid #ddd;
  border-radius: 100%;
  content: "";
  height: 18px;
  left: -7px;
  position: absolute;
  top: 5px;
  width: 18px;
}
.post-tab2 a.active:before{
    background: #4683a9;
    border-color: #4683a9;
}
.work-shop2{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.work-item .img-icon {
  position: relative;
}
.img-icon &gt; span {
  background: #4683a9 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

/*----------------------------------------*/
/*  8. About Page
/*----------------------------------------*/

.breadcrumb-text {z-index: 9; position: relative;}
.breadcrumb-bar .breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: flex;
  justify-content: center;
  padding: 0;
}
.breadcrumb-text h2 {
  font-family: montserratsemi_bold;
  line-height: 25px;
  margin-bottom: 15px;
  color: #333;
}
.breadcrumb-bar li {
  color: #333;
  font-family: "montserratregular";
  font-size: 15px;
  margin: 0 10px;
  position: relative;
}
.breadcrumb-bar .breadcrumb &gt; li:not(:last-child)::before {
  border-radius: 50%;
  color: #333;
  content: "/";
  display: inline-block;
  font-family: "Material-Design-Iconic-Font";
  font-size: 14px;
  position: absolute;
  right: -11px;
  top: -1px;
}
.breadcrumb-bar .breadcrumb &gt; li + li:before {display: none;}
.breadcrumb-bar a {
  color: #333;
}
.breadcrumb-bar a:hover{
    color: #4683a9;
}
.abt-img {
  padding-right: 30px;
}
.abt-content &gt; h4 {
  align-self: flex-start;
  border-bottom: 1px solid #ddd;
  font-family: montserratsemi_bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.abt-content &gt; h4 span {
  border-bottom: 1px solid #4683a9;
  color: #4683a9;
  padding-bottom: 3px;
    font-family: montserratbold;
}
.abt-content p strong {
  font-weight: 600;
}
.abt-content &gt; p:last-child{
    margin-bottom: 0;
}
.single-team {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.team-img img{
    width: 100%;
}

.team-content {
  background: #4683a9 none repeat scroll 0 0;
  bottom: -86px;
  padding: 20px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease-in-out;

}
.single-team:hover .team-content{
    bottom: 0;
}
.team-content &gt; h5 {
  color: #fff;
  font-family: montserratsemi_bold;
}
.team-content h6 {
  color: #fff;
  font-family: poppins;
  font-size: 14px;
  margin-top: 5px;
}
.abt-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
/*----------------------------------------*/
/*  9. Single Job Post Page
/*----------------------------------------*/
.job-search-content.brd-style {
  margin: 80px auto auto;
  max-width: 900px;
}
.loadmorebtn {
  margin-top: 20px;
  text-align: center;
}
.loadmorebtn .button {
  background: #4683a9 none repeat scroll 0 0;
  border-radius: 0;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 145px;
}
.loadmorebtn .button::after{
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}
.area-title .single-job-post {
  box-shadow: 0 0 6px 1px #ddd;
  display: flex;
  margin-bottom: 60px;
  padding: 20px;
  position: relative;
}
.title {
  border-bottom: 2px solid #ddd;
  color: #434343;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 14px;
  text-transform: capitalize;
}
.title &gt; span {
  border-bottom: 2px solid #4683a9;
  padding-bottom: 10px;
}
.single-job-form {
  margin-bottom: 57px;
}
.mark-icon, .number {line-height: 28px; position: relative;}
.mark-icon:after {
  content: "ï‰©";
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  left: 0;
  position: absolute;
  top: -1px;
  color: #4683a9;
}
.number &gt; span {
  display: inline-block;
  font-family: "montserratregular";
  width: 20px;
}
.single-info label {
  color: #525252;
  font-family: "montserratsemi_bold";
  font-size: 14px;
  width: 160px;
  line-height: 34px;
}
.single-info input{
  font-size: 12px;
  color: #a2a2a2;
  font-family: 'montserratlight';
  height: 36px;
  border: 1px solid #DEDEDE;
  background: #fff
}
.single-info input.dark-border {border-color: #a2a2a2;}
.area-title &gt; h2, .border-title {
    border: 1px solid #525252;
    color: #525252;
    font-family: "montserratregular";
    font-size: 24px;
}
.border-title {font-size: 16px; border: 1px solid #A2A2A2}
.background-title {
    font-size: 16px;
    color: #fff;
    font-family: "montserratregular";
}

.title &gt; span.lg {padding: 7px 46px}
.title &gt; span.medium {padding: 7px 31px}
.text-style span {color: #525252; display: inline-block;}
.text-style {background: #f0f0f0 none repeat scroll 0 0;}
textarea.textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    font-size: 12px;
    color: #a2a2a2;
    font-family: 'montserratlight';
    height: 150px;
    border: 1px solid #DEDEDE;
    resize: none
}
textarea.textarea.small{height: 120px}
.uploader, .photo-uploader {
    position: relative;
    height: 36px;
    border: 1px solid #dedede;
    width: 310px
}
.photo-uploader {width: 79.1%;}
#fileupload &gt; input, .fileupload #fileupload {
  -moz-appearance: none;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.filename {
  color: #a2a2a2;
  cursor: default;
  display: block;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 34px;
  overflow: hidden;
  padding: 0 10px;
  width: 65%;
}
.action {
  color: #5e5e5e;
  font-size: 12px;
  height: 100%;
  overflow: hidden;
  text-align: right;
  float: right;
  line-height: 34px;
  padding-right: 14px;
  font-family: 'montserratlight';
}
.action i{font-size: 12px; margin-right: 7px}
.photo-uploader .action {
  color: #ffffff;
  font-family: "montserratregular";
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 102px;
}
.max-size {
  color: #a2a2a2;
  font-family: "montserratlight";
  font-size: 12px;
  line-height: 36px;
}
/*----------------------------------------*/
/*  10. Candidates Page
/*----------------------------------------*/

.canditates-area .button-box {
  align-items: center;
  width: auto;
}
.canditates-area .img-icon{
  
}
.canditates-area .address{
  width: 50%;
}
.canditates-area .img-icon img {
  width: 100%;
}
.canditates-area .button-box a {
  background: #ececec none repeat scroll 0 0;
  color: #696969;
  width: 135px;
  text-align: center;
}
.canditates-area .button-box a:hover{
  color: #fff;
}
.canditates-area .address p span{
  color: #4683a9;
}

/*----------------------------------------*/
/*  11. Blog Page
/*----------------------------------------*/

.blog-posts .single-blog {
  margin-bottom: 50px;
}
.sidebar-widget-title h4{
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 15px;
  color: #333;
  font-family: "montserratregular";
  font-size: 24px;
  line-height: 21px;
}
.sidebar-widget-title h4 span {
  border-bottom: 2px solid #4683a9;
  padding-bottom: 9px;
}
.search-container input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #efefef;
  color: #333;
  font-size: 12px;
  font-weight: 300;
  height: 40px;
  padding: 0 88px 0 17px;
}
.search-container &gt; form {
  position: relative;
}
.search-container button {
  background: #4683a9 none repeat scroll 0 0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-transform: capitalize;
  top: 0;
}
.sidebar-widget-lists &gt; li a {color: #616161;}
.sidebar-widget-lists &gt; li a:hover {padding-left: 5px}
.recent-post-item h5 {font-family: "montserratregular";}
.recent-post-item span {color: #616161;}
.recent-post-item h5 a:hover{
  color: #4683a9;
}
.blog-post-info &gt; span.l-text {font-size: 14px;}
.blog-text &gt; h5.l-text {font-size: 24px;}
.tags-and-links {border-bottom: 1px solid #ebebeb; border-top: 1px solid #ebebeb;}
.tags-and-links span {
  color: #333;
  font-weight: 500;
  font-size: 16px;
}
.tags &gt; li {display: inline-block;}
.tags &gt; li a {
  color: #444;
  padding: 0px 2px;
  line-height: 21px;
}
.tags &gt; li a:hover {color: #4683a9;}
.tags {display: inline-block;}
.social-links {display: inline-block;}
.tags-and-links .social-links a {
  color: #333;
  height: auto;
  margin: 0 0 0 10px;
  padding: 0;
}
.tags-and-links .social-links a i {font-size: 14px; line-height: 17px;}
.tags-and-links .social-links a:hover {background: transparent; color: #4683a9; }
.comments {color: #4c4c4c;}
h4.title {
  color: #4c4c4c;
  font-family: "montserratregular";
  font-size: 24px;
  position: relative;
}
h4.title:after {
    bottom: 2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 73px;
}
.author-image {
    border: 2px solid #eaeaea;
    border-radius: 2px;
    float: left;
    height: 67px;
    margin-right: 23px;
    width: 67px;
}
.author-image &gt; img {width: 100%;}
.comment-text {border-bottom: 1px solid #f0f0f0;}
.author-info &gt; h4 {
    display: inline-block;
    font-family: "montserratregular";
    font-size: 18px;
    line-height: 21px;
}
.author-info &gt; h4 a {color: #4c4c4c;}
span.reply a:hover {color: #2D3E50;}
.comment-time, span.reply {
    float: right;
    font-family: "montserratregular";
    line-height: 22px;
}
span.comment-time {padding-right: 3px; position: relative;}
.comment-text &gt; p {
  color: #4c4c4c;
  font-weight: 300;
  line-height: 20px;
}
.single-comment.comment-reply {padding-left: 131px;}
.comments .single-comment:last-child {margin-bottom: 0;}
.reply &gt; a {
  color: #4683a9;
}
/*----------------------------------------*/
/*  12. Register/Login  Page
/*----------------------------------------*/
.single-info label.lg-text {font-family: "montserratregular"; font-size: 16px;}
p.panel-title {
  color: #414141;
  font-size: 14px;
  font-weight: 500;
}
.conditions {
    color: #959595;
    font-family: "montserratlight";
    font-size: 14px;
}
.conditions input[type="radio"], input[type="checkbox"] {
  border: 1px solid #e3e3e3;
  height: 17px;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  top: -1px;
  width: 20px;
}
.conditions input[type="radio"]:focus, input[type="checkbox"]:focus {outline: 0 none;}

.modal-dialog.register{height: 555px}

.form-pop-up-content {background: #ffffff none repeat scroll 0 0;}
.form-pop-up-content .area-title h2 {
  border-color: #cccccc;
  display: inline-block;
  font-size: 18px;
}
.form-pop-up-content .area-title h2 {
    border-color: #cccccc;
    display: inline-block;
    font-size: 18px;
}
.form-box &gt; input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #959595;
    font-family: "montserratlight";
    height: 43px;
    padding: 0 16px;
}
.modal-dialog button.close {
  background: green none repeat scroll 0 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  height: 28px;
  line-height: 0;
  margin: 0;
  opacity: 1;
  padding: 1px;
  position: absolute;
  right: -31px;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 30px;
}
.modal-content {
  border: medium none;
}
.modal-dialog button.close span i{
    font-size: 25px;
}
.modal-dialog button.close:after {display: none}
.form-pop-up-content span a {
  color: #959595;
  font-family: "montserratlight";
  font-size: 12px;
}
.remember {
    color: #959595;
    font-family: "montserratlight";
    font-size: 12px;
}
.remember input[type="checkbox"] {
  height: 14px;
  margin-right: 6px;
  position: relative;
  top: -1px;
  width: 15px;
}
.form-pop-up-content button {
  background: #4683a9 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 43px;
  width: 136px;
}
.signup-form #form-pop-up {height: 598px; top: 47.2%;}
.box2 {
  display: flex;
  width: 100%;
}
.box2 input:first-child {
  margin-right: 7px;
  width: 48%;
}
.box2 input:last-child {
  margin-left: 7px;
  width: 48%;
}
/*----------------------------------------*/
/*  13. Contact Page
/*----------------------------------------*/
.single-contact-info {
  display: flex;
  margin: auto auto 30px;
  max-width: 220px;
}
.contact-form h4 {
  font-family: montserratregular;
  font-size: 24px;
  margin-bottom: 25px;
  padding-left: 15px;
}
.single-contact-icon {
    border-radius: 50%;
    color: #ffffff;
    display: inline-table;
    font-size: 22px;
    margin: auto;
}
.single-contact-icon i {
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  border: 1px solid #4683a9;
  color: #4683a9;
}
.single-contact-info:hover .single-contact-icon i{
    background: #4683a9;
    color:#fff;
}
.single-contact-text {
  color: #4c4c4c;
  font-family: montserratlight;
  line-height: 24px;
  width: calc(100% - 50px);
}
.single-contact-text {
  color: #4c4c4c;
  font-family: montserratlight;
  line-height: 24px;
  text-align: left;
  padding-left: 10px;
  width: calc(100% -50px);
}
.contact-form label {
    color: #9a9a9a;
    font-family: "montserratlight";
    font-weight: 300;
}
.contact-form input, .contact-form textarea {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #c1c1c1;
  font-size: 12px;
  height: 40px;
  padding: 10px 20px;
}
.contact-form textarea {height: 150px; padding-left: 20px}
.submit-btn {
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  padding: 0 42px;
  background: #4683a9;
}
.contact-form{
  padding-left: 100px;
}
.contact-form div {
  margin-bottom: 30px;
}
.followus {
  text-align: center;
  margin-top: 50px;
}
.followus h4 {
  margin-bottom: 10px;
}
.followus .social-links &gt; a {
  border: none;
  color: #4d4d4d;
  transition: all 0.3s ease-in-out;
}
.followus .social-links &gt; a:hover{
    background: transparent;
    color: #4683a9;
}
.followus .social-links a i {
  font-size: 20px;
}
.contact-left {
  padding: 96px 0;
}
/*----------------------------------------*/
/*  14. Other Page CSS
/*----------------------------------------*/
.banner-content h1.border-none:after {display: none;}

.header-logo-menu.stick.semi-transparent {
  background: rgba(46, 63, 81, 0.85) none repeat scroll 0 0;
}
.mb_YTPBar span.mb_OnlyYT {left: auto; right: 68px;}
.mb_YTPUrl.ytpicon {display: none !important;}

.box-layout {
  box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  margin: auto;
  max-width: 1340px;
}
.box-wrapper {
  background: rgba(0, 0, 0, 0) url("images/bg/pattern.png") repeat fixed 0 0;
}
.box-layout {
  background: #fff none repeat scroll 0 0;
  box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  margin: auto;
  max-width: 1340px;
}

.box-layout .sticky {
  max-width: 1340px;
}

		[data-notify="container"][class*="alert-pastel-"] {
			background-color: rgb(255, 255, 238);
			border-width: 0px;
			border-left: 15px solid rgb(255, 240, 106);
			border-radius: 0px;
			box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
			font-family: 'Old Standard TT', serif;
			letter-spacing: 1px;
		}
		
		[data-notify="container"].alert-pastel-info {
			border-left-color: rgb(255, 179, 40);
		}
		
		[data-notify="container"].alert-pastel-danger {
			border-left-color: rgb(255, 103, 76);
		}
		
		[data-notify="container"][class*="alert-pastel-"]&gt; [data-notify="title"] {
			color: rgb(80, 80, 57);
			display: block;
			font-weight: 700;
			margin-bottom: 5px;
		}
		
		[data-notify="container"][class*="alert-pastel-"]&gt; [data-notify="message"] {
			font-weight: 400;
		}
		
		.newsdesta {
			background-position: center; 
			background-repeat: no-repeat;
			/*
			position: relative;
			display: inline-block;
			*/
			/*min-height:420px; 	*/
			overflow: hidden; 
			transition: all 200ms ease-out;
			cursor: pointer;
			padding-left:0px;
			padding-right:0px;
		}
		.newsdesta .play {
			background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ +CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
			background-size: 64px 64px;
			position: absolute;
			height: 100%;
			width: 100%;
			opacity: .8;
			filter: alpha(opacity=80);
			transition: all 0.2s ease-out;
		}
		.newsdesta .play:hover {
			opacity: 1;
			filter: alpha(opacity=100);
		}
		.videoGraph {
			display: block;
			padding-top: 1px;
			padding-left: 10px;
			background: rgba(0, 0, 0, 0.75);
			text-align: left;
			font-size: 13px;
			/*font-weight: bold;*/
			margin-top: 0 !important;
			position: absolute;
			bottom: 0;
			height: 50px;
			width: 100%;
			color:#fff;
		}
		.grtvideo-popup {
			position:fixed;
			top:0;
			left:0;
			right:0;
			bottom:0;
			background: rgba(0, 0, 0, 0.35);
			z-index:99999;
		}
		.grtvideo-popup-content {
			margin-top:150px;
			width:95%;
			max-width:850px;
			margin-left:auto;
			margin-right:auto;
			-webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
			-moz-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
			box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
			position:relative;
		}
		.grtvideo-popup-close {
			position:absolute;
			top:-35px;
			right:0;
			color:#FFF;
			font-size:25px;
			cursor:pointer;
		}
		.grtyoutube-iframe {
			width:100%;
			height:480px;

		}
		 @media (max-width:767px) {
				 .grtyoutube-iframe {
				 width:100%;
				 height:350px;
				}
		}
		.carousel-caption {
		  background-color: rgba(0, 0, 0, 0.5);
		  width: 100%;
		  left: auto;
		  right: auto;
		  bottom: 0;
		  padding: 2px;
		}
		.carousel-caption.carousel-caption-dark {
		  background-color: rgba(0, 0, 0, 0.7);
		}
		.carousel-caption h1,
		.carousel-caption h2,
		.carousel-caption h3,
		.carousel-caption h4,
		.carousel-caption h5,
		.carousel-caption h6 {
		  color: #fff;
		  margin: 0 0 10px 0;
		}
		.carousel-caption h3{
		 font-size: 22px
		}
		.carousel-caption h1 a,
		.carousel-caption h2 a,
		.carousel-caption h3 a,
		.carousel-caption h4 a,
		.carousel-caption h5 a,
		.carousel-caption h6 a {
		  color: #fff;
		  text-decoration: none;
		}

.main-menu &gt; li &gt; a {
			padding: 38px 10px !important;
		
		}
		.breadcrumb-bar a {
			color: #fff;
		}
		.breadcrumb-text h2 {
			/* font-family: montserratsemi_bold; */
			line-height: 25px;
			margin-bottom: 15px;
			color: #fff;
		}
		.header-top {
			align-items: center;
			background: #02548c none repeat scroll 0 0;
			display: flex;
			height: 60px;
			transition: all 0.3s ease-in-out 0s;
		}
		.dropdown li a:hover, .single-mega-item li a:hover {
			padding-left: 17px;
		}

.main-menu &gt; li &gt; a {
    padding: 38px 5px !important;
}
		.breadcrumb-text h2 {
    /* font-family: montserratsemi_bold; */
    line-height: 38px;
    margin-bottom: 15px;
    color: #fff;
}
		
		.logo {
    
     padding: 1px 0; 
    
}
		/* ---------------------------------------------------- */
/* Animations Delay */
/* ---------------------------------------------------- */
.animation-delay-1 {
  animation-delay: .1s !important;
}
.animation-delay-2 {
  animation-delay: .2s !important;
}
.animation-delay-3 {
  animation-delay: .3s !important;
}
.animation-delay-4 {
  animation-delay: .4s !important;
}
.animation-delay-5 {
  animation-delay: .5s !important;
}
.animation-delay-6 {
  animation-delay: .6s !important;
}
.animation-delay-7 {
  animation-delay: .7s !important;
}
.animation-delay-8 {
  animation-delay: .8s !important;
}
.animation-delay-9 {
  animation-delay: .9s !important;
}
.animation-delay-10 {
  animation-delay: 1s !important;
}
.animation-delay-11 {
  animation-delay: 1.1s !important;
}
.animation-delay-12 {
  animation-delay: 1.2s !important;
}
.animation-delay-13 {
  animation-delay: 1.3s !important;
}
.animation-delay-14 {
  animation-delay: 1.4s !important;
}
.animation-delay-15 {
  animation-delay: 1.5s !important;
}
.animation-delay-16 {
  animation-delay: 1.6s !important;
}
.animation-delay-17 {
  animation-delay: 1.7s !important;
}
.animation-delay-18 {
  animation-delay: 1.8s !important;
}
.animation-delay-19 {
  animation-delay: 1.9s !important;
}
.animation-delay-20 {
  animation-delay: 2s !important;
}
.animation-delay-21 {
  animation-delay: 2.1s !important;
}
.animation-delay-22 {
  animation-delay: 2.2s !important;
}
.animation-delay-23 {
  animation-delay: 2.3s !important;
}
.animation-delay-24 {
  animation-delay: 2.4s !important;
}
.animation-delay-25 {
  animation-delay: 2.5s !important;
}
.animation-delay-26 {
  animation-delay: 2.6s !important;
}
.animation-delay-27 {
  animation-delay: 2.6s !important;
}
.animation-delay-28 {
  animation-delay: 2.8s !important;
}
.animation-delay-29 {
  animation-delay: 2.9s !important;
}
.animation-delay-30 {
  animation-delay: 3s !important;
}
.animation-delay-40 {
  animation-delay: 4.0s !important;
}
.animation-delay-45 {
  animation-delay: 4.5s !important;
}
.contact-form {
    padding-left: inherit;
}
		.single-contact-info {
    display: flex;
    margin: auto auto 30px;
    max-width: 320px;
}
		.contact-form p {
    font-family: montserratregular;
    font-size: 15px;
    margin-bottom: 25px;
    padding-left: 15px;
}
		.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.logo img {  
    height: 90px;
}
.sticky .logo img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: inherit;
	 height: 80px;
}
</pre></body></html>