/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/

@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600&display=swap');

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


#main-header{
	padding: 10px 0;
}

#footer-info{
	text-align: center;
	width: 100%;
	font-family: 'Poppins', sans-serif;
}

.header-right-widget {
    float: right;
    overflow: hidden;
    width: auto;
    display: flex;
}

.infobox{
    float: right;
    display: inline-block;
    width: auto;
    margin-top: 20px;
}

.infobox ul li{
	display: inline-block;
	margin-right: 20px;
    font-size: 16px;
}

.infobox ul li:last-child{
	margin-right: 0;
}

.infobox ul li img{
	vertical-align: middle;
	margin-right: 10px;
}

.infobox ul li a {
    position: relative;
    display: inline-block;
    color: #ff671f!important;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

#et-top-navigation{
	width: 100%;
}

ul#top-menu,nav#top-menu-nav{
	float: right!important;
}

ul#top-menu li{
	padding-right: 40px;
}

ul#top-menu li a{
	font-weight: 600;
}

.et_pb_video_play{
	display: none;
}

.et_pb_module_header{
	position: absolute;
	top: 94px;
	left: 0;
	right: 0;
}


ul.info{
	position: relative;
}

.info li{
	list-style: none;
	padding-left: 35px;
	margin-bottom: 20px;
}

.info li.loc:before,.info li.phone:before,.info li.message:before{
	content: '';
	width: 35px;
	height: 35px;
	background: url(images/loc-icon.png)no-repeat left center;
	background-size: contain!important;
	display: inline-block;
	position: absolute;
	left: 0;
}

.info li.phone:before{
	background: url(images/phone-icon2.png)no-repeat left center;
}

.info li.message:before{
	background: url(images/message-icon2.png)no-repeat left center;
}

.info li img{
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
}


ul.social-icons{
	padding: 0;
}

.social-icons li{
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

.social-icons li a{
	width: 50px;
	height: 50px;
	display: inline-block;
	position: relative;
	background: url(images/social-icons.png)no-repeat center;
	background-size: cover;
	font-size: 0;
}

.fb{
	background-position: 0!important;
}

.tw{
	background-position: -69px 0!important;
}

.yt{
	background-position: -142px 0!important;
}

.in{
	background-position: -211px 0!important;
}

.gp{
	background-position: -277px 0!important;
}

.tss-wrapper .tss-carousel1 .item-content-wrapper .item-content{
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 20px 0px rgba(0,0,0,0.75);
	padding: 20px;
	margin-bottom: 20px!important;
}


.tss-carousel h3.author-name{
	font-size: 14px;
	color: #2e2e2e;
	font-weight: 700;
}

.author-designation{
	color: #2e2e2e!important;
	font-weight: 400;
	font-size: 14px;
}

.dashicons-arrow-right-alt2:before,span.dashicons.dashicons-arrow-right-alt2,.dashicons-arrow-left-alt2:before,span.dashicons.dashicons-arrow-left-alt2{
	display: none;
}

.owl-next:before,.owl-prev:after{
	content: '';
	width: 40px;
    height: 40px;
    position: absolute;
    right: -32px;
    bottom: 85px;
    background: url(images/next-arrow.png)no-repeat center!important;
    background-size: contain;
}

.owl-prev:after {
    left: -32px;
    background: url(images/prev-arrow.png)no-repeat center!important;
}

.owl-carousel .owl-nav.disabled {
    display: block!important;
}

body .testimonial_rotator.template-longform hr.longform_hr{
	display: none;
}

body .testimonial_rotator.template-longform .testimonial_rotator_img{
	border-radius: inherit;
}

body .testimonial_rotator_img{
	float: left;
}

body .testimonial_rotator_quote{
	padding: 60px 40px;
	background: #fff;
	text-align: left !important;
	margin-bottom: 34px;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	-webkit-box-shadow: 0px 0px 20px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    0px 0px 20px 1px #ccc;  /* Firefox 3.5 - 3.6 */
	box-shadow:         0px 0px 20px 1px #ccc;
}

body .testimonial_rotator.format-list .slide{
	padding: 0 20px 40px;
}

body .testimonial_rotator.template-longform .testimonial_rotator_author_info p{
	text-align: left;
	padding: 0 0 0 60px;
	font-size: 14px;
	line-height: 18px;
}

body .bx-wrapper .bx-prev{
	background: url(images/arrow-left.png) no-repeat !important;
	width: 40px;
	height: 40px;
	left: -60px;
}

body .bx-wrapper .bx-next{
	background: url(images/arrow-right.png) no-repeat !important;
	width: 40px;
	height: 40px;
	right: -60px;
}

body .testimonial_rotator_wrap{
	overflow: inherit;
}

.div-vertical-center .et_pb_text_inner{
	display: table-cell;
	vertical-align: middle;
}

/*Responsive Here*/

@media only screen and (max-width: 1100px) {
	.et_pb_cta_0.et_pb_promo .et_pb_promo_description{
		width: 100%!important;
		text-align: center;
	}

	.et_pb_cta_0.et_pb_promo.et_pb_promo .et_pb_button.et_pb_promo_button{
		display: table;
		margin: 20px auto;
	}
}

@media only screen and (max-width: 980px) {
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper{
		font-size: 35px!important;
	}

	.et_pb_fullwidth_header_0{
		padding:170px 0!important;
	}

	body .et_pb_blurb_1.et_pb_blurb,body .et_pb_blurb_2.et_pb_blurb{
		margin-top: 0!important;
	}

	.et_pb_text_0 h3,.et_pb_text_0{
		text-align: center!important;
	}

	body .et_pb_image_0{
		margin-top: 0!important;
	}
}

@media only screen and (max-width: 768px) {
	.owl-carousel .owl-nav.disabled {
   		display: none!important;
	}
}

@media only screen and (max-width: 680px) {
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper{
		font-size: 30px!important;
	}

	.et_pb_fullwidth_header_0{
		padding:90px 0!important;
	}

	.infobox ul li a {
		font-size: 12px;
	}
}

@media only screen and (max-width: 550px) {
	.infobox ul li a {
			display: none;
		}
}

@media only screen and (max-width: 500px) {
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper{
			font-size: 22px!important;
		}
}