/*
*
*	Theme Name: DIVI Child theme
*	Description: Child theme for Divi theme
*	Theme URI: http://www.elegantthemes.com/gallery/divi/
*	Version: 2.7.5
*	Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
*	Author: Elegant Themes
*	Template: Divi
*
*/

@import url('css/fontello.css');

@font-face {
  font-family: 'texgyR';
  src: url('./font/texgyreadventor-regular.otf') format('opentype');
}
@font-face {
  font-family: 'texgyB';
  src: url('./font/texgyreadventor-bold.otf') format('opentype');
}
@font-face {
  font-family: 'texgyI';
  src: url('./font/texgyreadventor-italic.otf') format('opentype');
}
@font-face {
  font-family: 'texgyBI';
  src: url('./font/texgyreadventor-bolditalic.otf') format('opentype');
}
@font-face {
  font-family: 'AlkesBoldIt';
  src: url('./font/AlkesBoldIt.ttf') format('truetype');
}



/* NAVIGATION */
#top-menu>li:last-child {
    padding-right: 35em !important;
}
#top-menu li{
	font-family: 'texgyR';
	font-weight:normal;
	padding-right: 10em;
}
.et_mobile_menu {
    border-top: 3px solid #2ea3f2 !important;
}
#mobile_menu .current-menu-item a{
	color:#2ea3f2;
}
/* HOME */
.btn{
	font-family: 'texgyR';
	font-size:25px;
	color:#ffffff;
	background:#002157;
	padding:1em 2em;
	margin-top:1em;
	border:1px solid #002157;
	border-radius:50px;
}
.btn1{
	font-size: 16px !important;
}
.btn:hover,
.submitbtn:hover{
	transition: all .25s ease-in-out;
	transform: scale(1.1);
}
/* Customer Review */
.container_slide{
	display:none;
}
.reviewcontainer {
	float: left;
    width: 30%;
    background: #002157;
    color: #ffffff;
    padding: 4em 5em;
	text-align: center;
}
.reviewcontainer.col1,
.reviewcontainer.col2{
	margin-right:4em;
}
.reviewcontainer h2{
	font-family: 'texgyR';
	font-size:25px;
	color: #ffffff;
    text-align: center;
}
.reviewcontainer p{
	font-family: 'texgyI';
	font-size:17px;
	line-height: 2em;
    margin: 2em 0;
   
}
.reviewcontainer .quote{
	font-family: 'AlkesBoldIt';
	font-size:50px;
	
}


/*Trustpilot next and previous*/
/* .customer_slider_container{
	position: absolute;
	right: 0;
	top: 27em;
} */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	width: auto;
	margin-top: 10em;
	padding: 10px 15px;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 50px;
	user-select: none;
	background-color: #fff;
	box-shadow: 7.419px 11.873px 35px 0px rgba(48, 48, 48, 0.1);
}
.prev{
	left:-5em;
}
.next{
	right:-3em;
}

/* The dots/bullets/indicators */
.customer_dot_container{
    position: absolute;
    top: 35em;
    right: 50%;
	display: none;
}
.dot {
	height: 11px;
	width: 11px;
	margin: 0 5px;
	background-color: #333;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.activedot {
	background-color: rgb(222, 33, 52) !important;
}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}


/* CONTACT */
.et_contact_bottom_container {
    float: left;
}
.placeholder{
	color: #002157;
}
input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
input[type=number],
select, textarea {
    border: 1px solid #bbb;
    padding: 1em 1em !important;
    font-family: 'texGyR' !important;
    color: #002157;
	margin-bottom: 3em;
	border-radius:30px;
}
input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
textarea{
	width:100%;
}
input[type=number],
select{
	width:46%;
}
input[type=number]{
	float:right;
}
textarea{
	padding: 1em 1em 10em !important;
}
.submitbtn{
	font-family: 'texgyB';
    font-size: 16px;
    color: #ffffff;
    background: #002157;
    border: 1px solid;
    padding: 10px 1.8em;
    border-radius: 30px;
}
    

/* =================
   |  SOCIAL ICONS |
   ================= */
.header-number{
	display: flex;
    position: absolute;
    right: 13em;
    top: 1em;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 0.7em 2em;
    font-family: 'texgyB';
    font-size: 20px;
}
/*.header-icons{
    display:flex;
	position: absolute;
    right: 3em;
    top: 2em;
}
.header-icons a{
    padding:0 5px;
}
.header-icons i{
    font-size:17px;
}
i.icon-facebook,
i.icon-tumblr,
i.icon-pinterest {
    border-radius: 50%;
    padding: 2px !important;
    transition: all .2s ease-in-out;
	background-color: #ffffff;
	color:#333333;
}
i.icon-facebook:hover,
i.icon-tumblr:hover,
i.icon-pinterest:hover {
    box-shadow: 0px 0px 20px #ffffff;
    
}
i.icon-facebook:hover {
    color: #3a559f;
}
i.icon-tumblr:hover {
    color: #55aded;
}
i.icon-pinterest:hover {
    color: #e71a21;
}*/
/* End of Social Icons */

/* =================
   |  Back to top |
   ================= */
#back-top {
	position: fixed;
	bottom: 100px;	/* fixed distance from the bottom */
	right: 0;
	/* display: none !important; uncomment this if you don't want to show the button */
}

#back-top a {
	display: block;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
	
	color: #ffffff;
	background-color: #000000; /* change this to the theme color */
	opacity: 0.5; /* Adjust transparency */

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #ffffff;
}

@media only screen and ( max-width: 980px ) {
	#back-top {
		bottom: 0;
		right: 15px;
	}
	#back-top a {
		border-bottom-left-radius: 0;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
}

/* End of Back to top */

/* =================
      BLOG STYLE
   ================= */
.ds-thumbnail-blog .et_pb_post {
    background-color: transparent;
    min-height: 350px;
    margin-bottom: 50px;

}
.et_pb_portfolio_items .et_pb_portfolio_item  img{
	float: left;
    width: 400px;
    height: 350px;
    object-fit: cover;
    margin: 0 40px 0 0;
}
/*Sets the image size posts and moves it to the left of the text*/
.ds-thumbnail-blog .et_pb_post a img {
    float: left;
    width: 442px;
    height: 470px;
    object-fit: cover;
    margin: 0 4em 0 0;
}
/*Resize the overlay to fit the image*/
.ds-thumbnail-blog .et_overlay {
/*     width: 300px !important;
    height: 280px !important; */
}
.et-cart-info { display: none; }

/*Stack the image and content on smaller screens*/
@media all and (min-width:981px) and (max-width:1024px){
	.ds-thumbnail-blog .et_pb_post a img {
		width: 250px;
		height: 250px;
	}
}
@media only screen and (max-width: 980px) {
    .ds-thumbnail-blog .et_pb_post a img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        margin: 0 0 40px 0;
    }
    /*Resize the overlay on smaller screens*/
    
    .ds-thumbnail-blog .et_overlay {
        width: 100% !important;
        height: 500px !important;
    }
    .ds-thumbnail-blog .et_pb_post h2 {
        margin: 40px 30px 20px 30px !important;
    }
    .ds-thumbnail-blog .et_pb_post p {
        margin: 0 30px;
    }
    .ds-thumbnail-blog a.more-link {
        margin: 20px 0 30px 30px;
    }
}
@media all and (max-width:768px){
	.ds-thumbnail-blog .et_pb_post h2 {
		font-size:27px !important;
	}
}
@media all and (max-width:414px){
	.ds-thumbnail-blog .et_pb_post a img {
		height: 250px;
	}
}
/*Add a little top padding to the post titles*/
.ds-thumbnail-blog .et_pb_post h2 {
    padding: 1em 0 1em 0 !important;
    margin-top: 0px !important;
	color:#002157;
	font-family: 'texgyB';
	font-size:47px;
	
}
.ds-thumbnail-blog .et_pb_post p {
    font-size: 20px;
    margin-right: 40px;
	margin-bottom: 1em;
    color:#002157;
	font-family: 'texgyR';
	
}
.ds-thumbnail-blog .post-meta {
    font-size: 14px !important;
}
/*This styles the read more link*/
.ds-thumbnail-blog a.more-link {
    display: inline-block;
    padding: 0.8em 1.5em;
    color: #fff;
    border: 2px solid #002157;
    background: #002157;
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 16px;
	border-radius:30px;
	-o-transition:.3s; /* smooth hover effect */
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	/* ...and now for the proper property */
	transition:.3s;
}
/*This styles the read more link on hover*/
.ds-thumbnail-blog a.more-link:hover {
/*     display: inline-block;
    background: #fff;
    border: 2px solid #002157;
    color: #002157;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 16px; */
	transition: all .25s ease-in-out;
	transform:scale(1.1);
}
/*This styles the double arrow on hover*/
.ds-thumbnail-blog a.more-link:hover:after {
    color: #fff;
}

/* End of Blog Style */

/* =================
   WOOCOMMERCE STYLE
   ================= */
.woocommerce div.product div.images img, .woocommerce-page div.product div.images img {
    max-width: 335px;
    margin: 0 auto;
}

/* messages background */
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message {
    background: #6A1B9A !important; /* Change this to over all theme color */
}

/* Buttons and links */
#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit input, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover {
    color: #2ea3f2 !important; /* Change this to over all theme color */
}

/* Buttons and links on hover */
.comment-reply-link:hover, .form-submit input:hover, .et_password_protected_form .et_submit_button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover {
    background: #2ea3f2 !important; /* Change this to over all theme color */
	color: #ffffff! important;
}

/* For Products with variation */
.woocommerce-variation-price .woocommerce-Price-amount::before {
    content: "Unit Price: ";
    font-size: 0.7em;
    font-weight: 500;
}
.woocommerce-variation-price .woocommerce-Price-amount {
    margin-bottom: 35px;
    display: block;
    font-weight: bold;
    font-size: 1.5em;
}

/* End of WooCommerce */

/* =================
   |Default Footer|
   ================= */
#footer-widgets {
    width: 1335px;
    margin: auto;
}
#footer h2{
	font-family: 'texgyR';
	color:#ffffff;
	font-size:25px;
}
#footer p{
	font-family: 'texgyR';
	color:#ffffff !important;
	font-size:17px;
	line-height:2em;
}
#footer p a {
    color: #f0f0f1;
}
#footer .telephone{
	font-family: 'texgyB';
	font-size:20px;
	line-height:4em;
}
#footer-info  {
    display: flex;
    width: 100%;
    justify-content: left;
    align-items: left;
    flex-wrap: wrap;
	font-size:20px;
	padding: 0em 4em 4em;
}
.footer-info,
#footer-info a{
    font-family:'texgyR';
    align-items:left;
    text-align:left;
}

/* End of Footer */

/* ==========================================
   |         Responsive Style               |
   ========================================== */
@media all and (min-width:1025px) and (max-width:1366px){
	#homebannertxt h1{
		margin-top:1em !important;
	}
	
	
}
@media all and (min-width:981px) and (max-width:1366px){
	#contactcol2{
		padding-left:5em !important;
	}
}
@media all and (max-width:1366px){
	.header-number {
		right: 6em;
	}
	#top-menu>li:last-child {
		padding-right: 23em !important;
	}
	#top-menu li {
		padding-right: 8em;
	}
	#hometxt2{
		margin-top: 2em!important;
	}
	.reviewcontainer {
		padding: 3em 2em;
	}
	.reviewcontainer.col1,
	.reviewcontainer.col2{
		margin-right:2em;
	}
	
	
	.et_pb_gutters3 .footer-widget {
		margin-right: 0% !important;
	}
	#footer-info {
		padding: 0em 0em 4em !important;
	}
}
@media all and (min-width:981px) and (max-width:1024px){
	.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
		width: 15.875%;
	}
	
}
@media all and (max-width:1024px){
	#homebannertxt{
		font-size:50px !important;
	}
	.reviewcontainer {
		padding: 2em 1em;
	}
	.reviewcontainer.col1,
	.reviewcontainer.col2 {
		margin-right: 1em;
	}
	#top-menu li {
		padding-right: 3em;
	}
}
@media all and (max-width:980px){
	.footer-widget:nth-child(n) {
		width: 50.25%!important;
	}
	.header-number {
		right: 9em;
	}
	.reviewcontainer h2 {
		font-size: 20px;
	}
	.reviewcontainer p {
		font-size: 14px;
	}
}
@media all and (max-width:768px){
	.reviewcontainer .quote {
		font-size: 35px;
	}
	.reviewcontainer {
		width: 100%;
	}
	.prev{
		left:0em;
	}
	.next {
		right: 0em;
	}
	
	.prev, .next {
		position: relative;
		top: 2em;
	}
	#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {
		margin-bottom: 5%!important;
	}
}
@media all and (max-width:414px){
	#block-19{
		max-width:26% !important;
	}
	.header-number {
		right: 9em;
	}
	.header-number {
		top: 1.5em;
		font-size: 11px;
	}
	.btn {
		font-size: 16px;
	}
}
@media all and (max-width:375px){


}
@media all and (max-width:320px){
	#block-19 {
		max-width: 19% !important;
	}
	#block-16{
		max-width: 22% !important;
	}
}

/* End of Responsive Style */