/*

My Custom CSS
=============

Author:  Ciuski 2020



*/


/* --------------------------------------
   Global / Debug
   -------------------------------------- */

/* show MD columns 
div { border: solid 1px #000;} */

/*.container { max-width: 974px; }*/


.nopadding { padding: 0; }


.btn, a {
	-o-transition:color .2s ease-out, background 2s ease-in;
	-ms-transition:color .2s ease-out, background 2s ease-in;
	-moz-transition:color .2s ease-out, background 2s ease-in;
	-webkit-transition:color .2s ease-out, background 2s ease-in;
	/* ...and now for the proper property */
	transition:color .2s ease-out, background .2s ease-in;

}

body { overflow-x: hidden;}

/* --------------------------------------
   Mobile Header
   -------------------------------------- */

#mobile-menu a {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #0078ad;
	font-size: 24px;
	z-index: 50;
}


#mobile-footer {
	text-align: center;
	color: #fff;
	padding: 15px 0;
	background-color: #212b35;	
}
#mobile-footer i {
	margin-right: 5px;
}
#mobile-footer a {
	color: #fff;
	font-size: 24px;
}




/* --------------------------------------
   Simple classes / hacks
   -------------------------------------- */

.hidethis { 
	display: none!important;
}
.h150 {
	min-height: 150px;
}


.wp-block-social-links .wp-social-link a {
	color: #fff!important;
}
.wp-block-media-text__media img {
	height: auto;
}
.kt-block-intrisic.kt-over-set-ratio>img {
	width: 100%!important;
}
.kt-img-overlay_07302e-2d .kt-image-overlay-message .image-overlay-title {
	font-weight: bold!important;
}

.wpgmza_modern_infowindow_close {
	color: #fff;
}
#candidate-resources .frm_final_submit {
	padding: 5px 20px!important;
	margin: 0!important;
	width: 100%!important;
}


#our-focus .slick-slide {
	margin: 0!important;
}
#home .wpgmza_map {
	height: 350px!important;
}
.addshadow {
	box-shadow: 4px 2px 14px 0px rgba(0, 0, 0, 0.3)!important;
}
#contact-us form, #contact-us .wp-block-button {
	margin-top: -15px;
} 

#contact-us button {
	 margin-top: -5px;
}

.wp-block-button a:hover {
	background-color: #4b7494!important;
	text-decoration: none!important;
}



.caption {
	font-style: italic;
	text-align: center;
	padding: 5px;
	font-size: 14px;
}
.upper {
	text-transform: uppercase;
}

.big-text {
	font-size: 22px;	
}  
   

.small-text {
	font-size: 12px;
	text-align: left;
	font-style: italic;
 }
 
blockquote {
	font-size: 140%;
	font-style: italic;
	line-height: 1.4em;
	padding: 0;
	margin:0;
	border-left: none;
	padding: 15px;
	background-color: #fff; 
}


 
/* --------------------------------------
   TYPOGRAPHY
   -------------------------------------- */

body {
	font-family: 'Arial', sans-serif;
}  


h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	line-height: normal;
	font-family: 'Cinzel', sans-serif;
	font-weight: 400;
	color: #000;	
	text-transform: capitalize;
}

h1 strong, h2 strong, h3 strong {
	font-weight: normal;
}

h1 {
	font-size: 34px;
	margin-bottom: 30px;
	line-height: 1.3em;
}

h2 {
	font-size: 30px;	
}

#home h2 strong {
	letter-spacing: 5px;
	font-weight: bold;

}

h3 {
	font-size: 24px;
}


h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;	
}

h6 {
	font-size: 18px;	
}


/* --------------------------------------
   Woocommerce
   -------------------------------------- */
.woocommerce a {
	color: #7E9FB9;
}

#checkout #content li {
	list-style-type: none;
	margin-left: 0;
}

#content .woocommerce-product-gallery li {
	list-style-type: none;
	margin-left: 0; 
}

/* hide woocommerce zoom icon by wooexplorer*/
/*
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
display: none;
}
*/

/* --------------------------------------
   header
   -------------------------------------- */

header {
	position: -webkit-sticky; 
	position: sticky; 
	top: 0; 
	z-index: 999;
}

.page-template-page-projects2 header {
	position: relative;
}
header #masthead {
	background-color: #fff;
	padding: 20px 0;
	position: relative;
}
header #logo {
	text-align: center;
}

header #logo img {
 -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -ms-transition: height .3s;
  -o-transitiont: height .3s;
  transition: height .3s;
  width: auto;

}
header #nav {
	padding-top: 40px;
}


header .home-icon a {
	font-size: 24px!important;
}

header #candidate-login {
	position: absolute;
	top: -5px;
	right: -15px;
	z-index: 10;
}
header #candidate-login a {
	color: #000;
	border-bottom: 2px solid rgba(127, 161, 186, 0.5);
	text-decoration: none;
	padding-bottom: 7px;
}

header #candidate-login a:hover {
	color: rgba(127, 161, 186, 1);
}


/* --------------------------------------
   search popup
   -------------------------------------- */
   
* {
  box-sizing: border-box;
}

.openBtn {
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #005bbf;
  position: absolute;
  top: 42px;
  right: -30px;
  z-index: 50;
  background-color: #fff;
}

.openBtn:hover {
    color: #518dcd;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}




#banner {
	z-index: 1;
	position: relative;
}

#video-buttons {
	z-index: 10;
	position: absolute;
	bottom: 143px;
	width: 100%;
	padding: 0 100px;
}


#video-buttons a {
	font-family: 'Cinzel', sans-serif;
	font-size: 28px;
	background-color: rgba(255, 255, 255, 0.60);
	padding: 15px 0;
	color: #000;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
}
#video-buttons a:hover {
	background-color: rgba(255, 255, 255, 1);
}

/* --------------------------------------
   Sections
   -------------------------------------- */

.sliders, .noslider {
	padding: 80px 100px;
}
.sliders p, .noslider p {
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
.sliders h2, .noslider h2, #home h2 {
	font-weight: 700;
	text-align: center;
	font-size: 30px;
	letter-spacing: 5px;
	margin-bottom: 20px;
	font-weight: bold!important;
} 


#adk-placements, #testimonials-home, #wrap {
	background-color: #f3f0e9;	
}


#testimonials-home {
	padding: 40px 0;
}
#testimonials-home img {
	float: left;
	margin-right: 15px;
	height: 215px;
	width: auto;
}
#testimonials-home p {
	font-style: italic;
	font-family: 'Times';
	font-size: 18px;
	color: #344266;
}
#testimonials-home h2 {
	font-weight: 700;
	text-align: center;
	letter-spacing: 5px;
	margin-bottom: 40px;
}
#testimonials-home .name {
	font-style: normal;
}


/* --------------------------------------
   Client Logos
   -------------------------------------- */
   
   
.home-logo { 
	background-repeat: no-repeat;
	background-position: center center;
	height: 180px;
/* 	width: 180px; */
	background-size: 100% auto;
}

#client-grid {
	padding-bottom: 40px;
}
.client-logo {
	width: 180px;
	height: 180px;
	border: 1px solid #ccc;
	box-shadow: 5px 5px 5px #ccc;
	margin: 7px;
	background-color: #fff;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}
.client-logo:hover {
	
}
/* --------------------------------------
   OUR TEAM
   -------------------------------------- */
#our-team-grid {
	margin-bottom: 50px;
}

#our-team-grid .card {
	margin-bottom: 30px;
}
#our-team-grid .card-title, #our-team-grid .card-text {
	padding-left: 15px;
}

#our-team-grid a {
	color: #000;
	text-decoration: nonel
}
	                    
	                    
/* Sticky Nav Smaller
-------------------------------------------------------------- */

/*

.smaller { 
	height: 100px; 
  
}
*/
.smaller #masthead {
/* 	padding: 10px 0; */
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.54);
}
/*
.smaller #nav { 
	margin-top: 0px;
}

.smaller #logo img {
	height: 80px;
	width: auto;
}

.smaller #menu {
	margin-top: 0px;
	background-color: #9f7da4;
}
*/


/* --------------------------------------
   QUICK SEARCH
   -------------------------------------- */
/*
  
#quick-search { 
	float: right;

}
#quick-search input[type=search] {
	color: transparent;
	cursor: pointer;

}
#quick-search input[type=search]:hover {

}


#quick-search input[type=search]:focus {
	width: 30px;
	padding-left:40px;
	color: #616161;
	background-color: #fff;
	cursor: auto;
}
#quick-search input:-moz-placeholder {
	color: transparent;
}
#quick-search input::-webkit-input-placeholder {
	color: transparent;
}
#quick-search input {
	outline: none;
}
#quick-search  input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#quick-search  input::-webkit-search-decoration,
#quick-search  input::-webkit-search-cancel-button {
	display: none; 
}


#quick-search input[type=search] {
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	border: 0;
	padding: 5px 15px;
	margin-top: 6px;
	border-radius: 60px;
	width: 5px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	
}
#quick-search  input[type=search]:focus {
	width: 100px;
	border-radius: 0;
	
	background-color: #dedede;
	border-color: #4d014a;

}


#quick-search input:-moz-placeholder {
	color: #999;
}
#quick-search  input::-webkit-input-placeholder {
	color: #999;
}
*/




/* --------------------------------------
   ask-an-expert-block
   -------------------------------------- */

.ask-an-expert-block {
	background-color: #fff;
	padding: 20px;
	text-align: center;
	margin-top: 40px;
/* 	min-height: 310px; */
}
.ask-an-expert-block .price {
	color: #7e9fb9;
}
.ask-an-expert-block:hover {
	background-color: rgba(169, 219, 255, 0.29);
}



/* --------------------------------------
   CONTENT
   -------------------------------------- */	   


#content p a, #content li a, #content h2 a  {
	color: #7e9fb9;
}
#frame {
	overflow: hidden;
}
#frame iframe {
	margin-top: -55px;
}
#content {
	padding: 30px 0;
}

#content p {
	line-height: 1.8em;
}
#content ul {
	padding-left: 0;
}
#content li {
	list-style-type: disc;
	margin-left: 17px;
}

#contact-us #content li {
	list-style-type: none;
	margin-left: 0;
}



#content .soliloquy-outer-container li {
	list-style-type: none;
	margin-left: 0;	
}
#content p a, #content li a {
	color: #7E9FB9;
	text-decoration: underline;
}

#content p a:hover, #content li a:hover {
	color: #000;
}
/* [1] The container */
.img-hover-zoom {
/*   height: 250px;  *//* [1.1] Set it as per your need */
/*   overflow: hidden;  *//* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img, .slider-hover, .img-hover-zoom50 img  {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img, .slider-hover:hover {
  transform: scale(1.07);
}


.img-hover-zoom50:hover img {
	transform: scale(1.50);
}



/* --------------------------------------
   FOOTER
   -------------------------------------- */
   
   
footer {
	color: rgba(0, 0, 0, 0.3);
	background-color: #fff;
	padding: 40px 0;
	clear: both;
}

footer h4 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
}


footer a {
	color: rgba(0, 0, 0, 0.3);
	text-decoration: underline;	
}

footer a:hover {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.6);
}

footer p.cities {
	margin-bottom: 15px;
	color: #000;
	font-size: 12px;
	margin-top: 15px;
}

footer .credits, footer .credits a {
	color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	text-transform: capitalize;
	margin-bottom: 0;
 }


/* --------------------------------------
   Social
   -------------------------------------- */

  
#social-icons a {
	color: #000;
	font-size: 24px;
	margin-right: 15px;
}   
#social-icons a:hover {
	color: #000;
}

.fa-facebook-f:before {
	content: "\f39e"!important;
}


/* --------------------------------------
   banner
   -------------------------------------- */

#sub-banner {
	position: relative;
/*     max-height: 500px; */
    overflow: hidden;
}
#breadcrumbs {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: left;
    text-shadow: 1px 1px 2px #000;
    padding: 0 5%;
}
#breadcrumbs a {
	color: #fff;
	text-decoration: underline;
}

#breadcrumbs .breadcrumb_last {

}

/* --------------------------------------
   PROJECTS
   -------------------------------------- */
#project-section {
	padding-bottom: 40px;
}

#project-section img {
	max-height: 215px;
	width: auto;
}
#project-section .project-image { 
	margin-bottom: 15px;
}
#project-section h2 {
	background-color: #ccc;
	padding: 5px 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#project-section .project-image {
	float: right;
	width: 250px;
	text-align: center;
}


#project-section .project-image-left {
	float: left;
}


#project-section .project-image img {
	border: 1px solid #ccc;
	max-width: 250px;
	height: auto;
	border-radius: 5px;
	padding: 5px;
	background-color: #fff;
}
#project-section .entry {
	border-bottom: 1px dashed #000;
	padding-top: 15px;
}

#project-section .entry:last-child {
	border-bottom: none!important;
}

#project-section .submit-resume {
	border-bottom: none;
	height: auto;
/*
	border-top: 1px dashed #000;
	margin-top: -1px;
*/
} 

#project-section p a {
	color: #000;
	text-decoration: underline;
}

#project-section p a:hover {
	text-decoration: none;
}

.btn-apply { 
	background-color: #1d1d1d;	
}
.btn-apply a {
	color: #fff;
}
.btn-apply:hover {
	background-color: #4b4b4b;	
}
.btn-apply a:hover {
	text-decoration: none;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;	
}
#sidebar li a {
	color: #000;
}

.page-template-page-projects header {
	position: relative;
}

.jumptop {
	text-align: right;
}

.jumptop a:hover {
	color: #212121;
}

button i {
	margin-right: 10px;
}

#col-1 label {
	display: none;
}
.video-link { 
	font-size: 12px;
	text-align: center;	
}
.video-link p {
	margin: 0;
}

/* --------------------------------------
   project-listing new format 2 columns
   -------------------------------------- */
   

#project-section .twocolumns  {
	width: 50%;
	float: left;
}  

#project-section .second-column {
	min-height: 300px;
	padding-right: 20px;
/* 	position: relative; */
}

#project-section .project-content {
	min-height: 120px
}

/*
#project-section .fixheight {
	height: 300px;
}
*/
/*
#project-section .actions {
	position: absolute;
	bottom: 50px;
	padding: 0!important;
}
*/
/*
.project-listing-image {
	width: 200px;
	float: left;
	padding-right: 10px;
}

.project-listing-content {
	float: left;
	width: 300px;
	min-height: 300px;
}
*/


/* --------------------------------------
   Newsroom
   -------------------------------------- */

.pagination {
	padding-top: 50px;
}  
.pagination a {
	color: #000;
}  
#newsroom-main {
/* 	background-color: #f0f0f0; */
}

.newsroom-page .card-title {
	font-size: 18px;
	font-family: 'Arial', sans-serif;
}

.newsroom-page .card {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 0;
	margin: 7px;
}
.newsroom-page .card a {
	color: #000;
}
.newsroom-page .card a:hover {
	text-decoration: none;
	color: #787878;
}

.newsroom-page .card .btn-newsroom {
	background-color: #2f2f2f;
	color: #fff;
}
.newsroom-page .card .btn-newsroom:hover {
	background-color: #787878;
	color: #fff;
}

.newsroom-page .card .btn-newsroom a:hover {
	color: #fff!important;
}

.newsroom-page .card .postmetadata {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.newsroom-page .card img {


}
.newsroom-page .card img:hover {
	opacity: 0.8;
}



#newsletter-signup, .blue-button {
	background-color: #7E9FB9;
	color: #fff;
	padding: 15px;
	margin-bottom: 15px;
	text-align: center;
}

#newsletter-signup h3 {
	color: #fff;
}

#newsletter-signup a, .blue-button a {
	color: #fff;
	font-weight: bold;
}

.card-columns {
	 column-count: 4;
}

.sendmessage .kt-accordion-header-wrap {
	box-shadow: 2px 2px 5px #acacac;
	text-align: center;
}

/*==================================================
=            Bootstrap 4 Media Queries             =
==================================================*/

@media (min-width: 1800px) { 
	#project-section .fixheight { height: 300px!important; }	
}


@media (min-width: 1200px) { 
	
	header .container { max-width: 1920px; padding: 0 5%; }	
	.container { max-width: 1920px; padding: 0 10%; }
	#project-section .fixheight { height: 300px; }

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) {

	#video-buttons .item { font-size: 24px;}
	#project-section .fixheight { height: 300px; }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) {

	#video-buttons .item { font-size: 22px;}
	.card-columns { column-count: 3; }

	#project-section img { max-height: inherit; width: inherit; }
	#project-section .video-link p { margin-bottom: 20px; }	
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {

header #logo img {  max-width: 302px; }
header { position: relative; }
#video-buttons  { bottom: 15px; padding: 15px; }
#video-buttons a { margin-bottom: 1px;}

#project-section .twocolumns div  {	padding: 0 15px; }  

#project-section .actions { position: relative; bottom: inherit; }

#project-section .entry { height: auto; }
.card-columns { column-count: 2; }
#project-section .fixheight { height: 800px; }

header #candidate-login { position: relative; text-align: center; top: 0; right: 0; }
.openBtn {  top: 38px;  right: 15px; }

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) { 

h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }

#video-buttons  { position: relative; padding: 15px 0; }
#video-buttons a { background-color: #f3f0e9;}

.card-columns { column-count: 2; }
#breadcrumbs { display: none; }
.wp-block-columns { margin-bottom: 0; }
}


/* // Extra small devices (portrait phones, less than 576px)  */
@media (max-width: 575.98px) { 

header #logo img { width: 100%; }
#project-section .twocolumns  { width: 100%; }  
.card-columns { column-count: 1; }
#project-section .fixheight { height: auto; }

}

 