/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

p {
	text-align: justify;
	text-align-last: left;
}
#primary-menu > ul > li:hover > a
{
	color:#2e8ece !important;
}

.quick-contact-form .g-recaptcha {
    transform:scale(0.75);
    transform-origin:0 0;
}

.feature-box.fbox-border .fbox-icon {
    border: none !important; 
}

.dark .section, .section.dark {
    background-color: #333 !important;
}

.h1-page-title
{
font-weight: 900 !important;
font-size: 350% !important;
}

.shadow-title{
text-shadow: 2px 2px #000 !important;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.25); }

.vertical-center 
{
   transform: translateY(50%);
}

.error404 {
    color: #1265A8;
    line-height: 1.35;

}

.footer-logo
{
	margin-left: -15px; 
	margin-top:-15px;
	width: 50%;
}

.col_img {
	border-radius: 20px;
	border: 2px solid #333;
}

.center {
	text-align: center;
}

.feature-box .fbox-icon {

    width: 100px;
    height: 100px;
	margin-left: -30px;
  
}

.feature-box.fbox-border .fbox-icon {
    border-radius: 0;
}


 .short-text { display: none; }
  .full-text { display: block; }

@media (min-width: 1023px) and (max-width: 1604px)
{
   .short-text { display: block; }
  .full-text { display: none; }
  
  #primary-menu > ul > li > a
{
	font-size: 12px;
}

.feature-box p {
	text-align: justify; 
	text-align-last: left;
	font-size: 12px;
}

}


@media (max-width: 1220px)
{
	
	
	.mob-center
	{
	 margin-left:30% !important;
	}
	
	.mob-hide
	{
	display: none;
	}
	
	.mob-background-none{
	background: none !important;
	}
	.swiper_wrapper .slider-caption h2 {
		font-size: 20px;
	}
	
	.swiper_wrapper .slider-caption h4 {
		font-size: 10px;
	}
	
	#page-title.page-title-parallax h1 {
    font-size: 30px;
	}
	
	#page-title{
    padding: 10px !important;
	}
	
	div.col_two_fifth > img:first-child, div.col_three_fifth > img:first-child {
    height: auto !important;
	display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
	} 
	
	.widget {
    margin-top: -20px !important;
    margin-bottom: 40px !important;
	}
	

	
	h3 {
		text-align: center;
	}
	
	.heading-block:after { 
	display:none;
	}
	
	.footer-logo, .col_img {
		margin-left: auto;
		margin-right: auto;
		margin-top: -50px;
	}
	
	#copyrights .col_half {
		font-size: 12px;
}
}

@media (max-width: 1022px)
{

 .short-text { display: none; }
  .full-text { display: block; }

	.vertical-center, .footer-widgets-wrap 
	{
	   text-align: center;
	}
	
	h3 {
		padding-top: 30px;
	}
	

.feature-box {    
    padding: 0px;
}

.footer-logo, .col_img {
		width:100%;
		margin:0;
		margin-left: auto;
		margin-right: auto;
	}
	
.feature-box .fbox-icon {

	position:relative;
    margin-left: auto;
	margin-right:auto;
  
}

.quick-contact-form .g-recaptcha {
    transform:scale(0.5);
    transform-origin:0 0;
}

}

@media (max-width: 767px)
{
#primary-menu-trigger {  
    margin-left: -20px !important;
}

.g-recaptcha {
    transform:scale(0.75);
    transform-origin:0 0;
}



}





