/* Enter Your Custom CSS Here */
.site-header-top.gradient {
  /*margin: auto;
  width: 93%;*/
	height:90px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
  background-color: white;
}

/* Site logo position edited by Manjunathgouda */
.site-logo{
  /*margin-left: -8px;*/
  margin-top: -15px;
  margin-bottom: -45px;
  /*margin: auto;*/
}
/* END */

/* CSS for GS-logo slider start */
.gs_logo_title {
  	font-weight: 600;
    font-size: 18px;
  	line-height: 1.2em;
  	padding: 15px 0 0 2px;
  	text-align: left;
}

.gs_logo_single img:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.1);
}

.gs_logo_single img {
	height: 245px;
  width: 245px;
  transition: transform .2s;
}

.gs_logo_single {
	width: 246px !important; 
  margin-right:20px !important;
}

.bx-wrapper .bx-controls-direction a {
  margin-top: -85px;
}


/* CSS for GS-logo slider end */

.bx-wrapper .bx-controls-direction a {
  margin-top: -85px;
}

/* added to heighlight current menu item by Manjunath */

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #715ba0 !important;
  font-weight: 700;
	
}

/* Navigation bar by likhith */
.menu-item a {
   	font-family: 'Noto Sans TC', sans-serif !important;
   	line-height: 15px;
    /*font-size: 15px;*/
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    text-indent: 0px;

}

 /* heighlight current menu item END */

/* Menu space correction added by Manjunath */
.banner--clone .main-navigation ul ul a {
		/*height: 3rem !important;*/
    line-height: 1rem !important;
    /*width: 200px;*/
    padding: -48px 12px;
    color: #666
}

.menu-primary-menu-container .menu .sub-menu li {
	/*height: 35px;*/
}
/* Menu space correction END */

.search-field {
  width: 60px;
}

.astm-search-menu {
	margin-top: 5px !important;
}

/* for navigation bar sub-menu hover changed by Likhith */
.main-navigation ul ul {
	top: 50px;
}

/* added for footer text formating by Manjunath */
.footer-text-new p{
   font-size: 12px; 
   text-align: left;
}

/* added for title adjustment by Manjunath */
.entry-title {
  margin-top: 16px !important;
  /*margin-bottom: 123px !important;*/
}

/* grid plus title and body opcity on the image changed by Likhith */
.grid-plus-container .post-item.thumbnail-title-hover-top .thumbnail-image .post-info {
	opacity: 0.9;
  bottom: 100px;
  height: 118px;
}

.astm-search-menu {
	width: 145px;
}

/* Navigation bar alignment by Likhith */
.main-navigation {
	/*New changes by AssistLnk after Auto updating the Rise Pro Themes */
		/* margin-left:6%; width:106%; (old values customm css)  */
	margin-left: 6%;
  /*margin: auto;*/
  width: 100% !important;
}

div.col_hover:hover,
a.col_hover:hover {
	color: red !important;
  text-decoration: underline;
}

header.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
}
/* search dropdown display by Satyamoorti*/
div.asl_r.vertical {
  left:1109px !important;
}

/* Added style to align footer- #2  area by Manjunath*/
.widget_recent_entries ul {
	margin-left: -24px !important;
}
/* Slider title color added by Manjunath */
h1.hero-title {
  color: #000000 !important;
  font-size: 45px;
  /* Responsive of the slider title by Likhith */
  width: 100%;
  height: auto;
}
/* slider title background style added by manjunath */
.sldr-body {
  height: 80px;
  padding-top: 13px;
  width: 100%;
	background-color: white;
  opacity: 0.7;
}

.sldr-div-position {
	margin-top:300px;
}

.sldr-div-position-small {
  margin-top: 128px;
}
/*to reduce the whole site width */

.hero-slider {
	margin-top: 30px;
}

/* sub-menu by Likhith */
ul .sub-menu {
	  font-family: 'Noto Sans', sans-serif !important;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    text-indent: 0px;
    font-color: #474747 !important;
}

.elementor-text-editor p {
	
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 16px;
  	
    line-height: 24px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
  
    font-weight: 300;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    text-align: start;
    text-indent: 0px;
}


header h1 .entry-title {
	
    font-family: "din-2014";
    font-size: 32px;
  
    line-height: 40px;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: 0px;
  
  
    font-weight: 500;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: start;
    text-indent: 0px;
}

.entry-title {
	font-size: 260%;
}
/*To increase the width of Content area div- by Satyamoorti */
.hentry {
    margin: -41px -50px 14px;

}

.site-header banner--clone banner--clone banner--stick  .site-logo {
	margin-left: 50px;
}


@media only screen and (min-width: 1217px) and (max-width: 1365px) { 
  /*.banner--clone{
  margin: auto;
  max-width: 1200px;
}*/
}

/*sticky Header and site logo position fixing in small devices by Satyamoorti */
@media only screen and (max-width: 1024px) {
   /*.banner--stick{
    width: 100%;
    margin: 0px 0px 0px; 
    left:0px;
    } */
  .site-logo{
  	margin-left: -50px;
    width: 150px;
  }  
  .main-navigation {
    margin-left: 11%;
    /* margin: auto; */
    width: 108%;
	}
  .navigation-container {
    margin-top: -20px;
	}
}
/* signup button showing in mobile and tab  by Satyamoorti*/
@media only screen and (max-width: 780px) {
  .sign_up{
    padding-right: 8px;
    margin-top: -23px !important;
   }
  h1.hero-title {
    font-size: 23px;
  }
} 

.bx-wrapper {
	max-width: 87% !important;
 /* margin-left: 55px !important;*/
}
/* search menu display positioning*/ 
.astm-search-menu {
    padding-top: 10px;
}

/* sub-menu alignment to right by Likhith START */
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	right: -100px;
}
/* sub-menu alignment to right by Likhith END */

.site-header-top > .grid {
    margin-top: -15px;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  right: -205px;
  left: 100%;
  top: 0px;
}
.navigation-container {
	/*margin-top: -30px;*/
}


/* media query is for IE chenged by Likhith START */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
  .navigation-container {
  		/*margin-right: 100px;
    	margin-top: 0px !important;*/
    
  }
    body {
      max-width: 1200px;
  	/*width: 1200px;*/
    margin: auto;
  }
  
   /* Added by manjunath to adjust social media height */
  .gradient.site-header-top{
    /*height: 65px;*/
    margin-top: 32px;
  }
  /* Slider image Fixing in IE by Satyamoorti*/
  .rise-slider-image {
	width:100%;
	height: 500px !important;
	display:block;
  padding-top:80px;  
	} 
 .toggle-menu .rise-mobile-only .toggle-menu {
    display: block;
}
}
/* media query is for IE chenged by Likhith END */

.banner--clone .sub-menu {
    top: 50px;
  	/*right: -100px;
  	left: 100%;*/
}

.site-header > .grid {
	margin-top: 15px;
}

@media only screen and (min-width: 1367px) {
	.navigation-container {
   /* margin-top: -30px;*/
	}
}



@media only screen and (min-width: 1395px) {
	/* width of the template by Likhith */
.site {
	margin: auto;
  max-width: 1200px;
	}
  .navigation-container {
    margin-top: -30px;
	}
}


@media only screen and (min-width: 1249px) and (max-width: 1394px) {
  .navigation-container {
    margin-top: -30px;
	}
}


@media only screen and (min-width: 1217px) and (max-width: 1366px) { 
	/* width of the template by Likhith */
.site {
	margin: auto;
  max-width: 1200px;
	}
}

@media only screen and (min-width: 880px) and (max-width: 992px) {
  .hero-slider	{
  	margin-top: 40px;
  }
}

@media only screen and (min-width: 993px) {
	.hero-slider {
    margin-top: 0px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1249px) {
	.hero-slider {
    margin-top: 20px;
	}	
}

@media handheld, only screen and (max-width: 767px) {
button.toggle-menu {
    margin-top: 30px;
	}
      .banner--unstick .button.toggle-menu {
  	margin-top: 100px !important;
  }
  .site-logo {
  	margin-left: auto;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1359px) {
  .banner--clone {
  	width: 1200px;
    left: 32px;
  }
}


@media only screen and (min-width: 1360px) and (max-width: 1365px) {
  .banner--clone {
  	width: 1200px;
    left: 72px;
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  .banner--clone {
  	width: 1200px;
    left: 75px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
 .banner--clone {
    left: 112px;
    width: 1200px; 
  }
}

@media only screen and (min-width: 1600px)  {
.banner--clone {
    width: 1200px;
    left: 192px;
  }
}


/* border for grids by Likhith */
div[data-gutter="gutter-30"].grid-stack > .grid-stack-item > .grid-stack-item-content {
	border: 1px solid black;
  height: 260.5px;
}


@media only screen and (max-width: 991px) and (min-width: 768px) {
	div[data-gutter="gutter-30"].grid-stack > .grid-stack-item > .grid-stack-item-content {
		max-width: 100%;
    height: auto;
	}
}

/* Hover on grid image by Likhith */
.grid-plus-container .post-item.thumbnail-title-hover-top:hover .post-info {
	opacity: 0.3;
}
/* Css to add position div width in job manager by Satyamoorti*/
div.position{
    float: left;
    width: 27% !important;
}
/* Site map Menu color and font change from blue to black by Satyamoorti*/
.menu-image-title{
  /*color:black;
  font-size:13px;*/
}
element {
    float: left;
    list-style: outside none none;
    position: relative;
    width: 200px;
    margin-right: 10px;
}
/* GS Logo size fixing in mobile view by Satyamoorti*/
@media only screen and (max-width: 320px)  {
.gs_logo_single img {
    height: 123px;
    width: 283px;
}  
}
/* Footer size modification like sydney site by Satyamoorti*/
.site-footer {
    font-size: 13px;
    line-height: 1.7;
    padding: 0px 0px 0px;
}
.site-info {
    padding: 0px 0 0;
    font-size: 12px;
    float: left;
  margin-top: -15px;
}
.grid .grid-pad{
  margin-bottom: -20px;
}
.footer-text-new{
 margin-top: -30px; 
} 
@media only screen and (max-width: 780px) and (min-width: 320px) {
 .col-3-12 {
    width: 100%;
    margin-bottom: -20px;
} 
} 
ul.social-media-icons{
  margin-left: -25px;
}


.site-header .main-navigation{
 color:black !important; 
}

@media only screen and (max-width: 992px) {
/* grid plus title and body opcity on the image changed by Likhith */
.grid-plus-container .post-item.thumbnail-title-hover-top .thumbnail-image .post-info {
	opacity: 0.9;
  bottom: 100px;
  height: 118px;
  top: 180px;
	}
}

.job_filters .search_jobs {
	background: #D85677;
}

.job_filters .search_jobs div.filter_first, .job_filters .search_jobs div.search_keywords {
		float: left;
		padding-right: .5em;
    width: 37%;
}

.job_filters .search_jobs div.filter_last, .job_filters .search_jobs div.search_location {
		float: left;
    padding-left: .5em;
    width: 34%;
}

.rp4wp-related-job_listing>ul li.job_listing a div.location, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.location, ul.job_listings li.job_listing a div.location, ul.job_listings li.no_job_listings_found a div.location {
	padding: 0 0 0 7em;
}


.bx-loading {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}

.search_job_expiry{
	width: 28% !important;
	padding-left: .5em;
	margin-top: -78px;
}