/*
*
*	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: 'Gotham Light';
  src: url('./font/GothamLight.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway XBold';
  src: url('./font/Raleway-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway Bold';
  src: url('./font/Raleway-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Raleway Regular';
  src: url('./font/Raleway-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto Light';
  src: url('./font/RobotoLight.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto Regular';
  src: url('./font/RobotoRegular.ttf') format('truetype');
}

@font-face {
  font-family: 'Gotham Book';
  src: url('./font/GothamBook.ttf') format('truetype');
}

@font-face {
  font-family: 'Gotham Medium';
  src: url('./font/GothamMedium.ttf') format('truetype');
}

@font-face {
  font-family: 'Century Gothic';
  src: url('./font/CenturyGothic.ttf') format('truetype');
}

@font-face {
  font-family: 'Gotham XLight';
  src: url('./font/Gotham-XLight.otf') format('opentype');
}

/* Additional Font -Sample */

/* @font-face {
    font-family: 'Antipasto';
    src:
        local('Antipasto'),
        local('Antipasto'),
        url('font/Antipasto.otf');
} */

/* =================
   |  SOCIAL ICONS |
   ================= */
.social-icons{
	list-style: none;
	/*text-align: center; alignment */
	float: right;
}
.social-icons a{
	margin: 3px; 		/* desired gap */
	font-size: 20px; 	/* size */
	color: #2ea3f2; 	/* color */
	-o-transition:.3s; /* smooth hover effect */
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	/* ...and now for the proper property */
	transition:.3s;
}
.social-icons a:hover{
	color: #ffffff; /* color on hover */
}
/* 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 */
    z-index: 999;
}

#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: #fff;
    min-height: 350px;
    margin-bottom: 50px;

}
/*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: 400px;
    height: 350px;
    object-fit: cover;
    margin: 0 40px 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 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;
    }
}
/*Add a little top padding to the post titles*/
.ds-thumbnail-blog .et_pb_post h2 {
    padding: 0px 0 20px 0 !important;
    margin-top: 0px !important;
}
.ds-thumbnail-blog .et_pb_post p {
    font-size: 16px;
    margin-right: 40px;
    color: #1f1d1d;
}
.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.3em 1em;
    color: #fff;
    border: 2px solid #291111;
    background: #291111;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
	-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 #291111;
    color: #291111;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
}
/*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: #6A1B9A !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: #6A1B9A !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-info a.rm-favicon{
    background: url("/wp-content/themes/Divi-child/images/ReadersMagnet-Favicon.png") no-repeat 0 5px;
    background-size: 40px auto;
    padding: 10px 0 10px 50px;
    display: inline-block;
}
   /* Center Align Text without Social Media*/
   
	/* #footer-info{
		float: none;
		text-align: center;
		padding: 2% 0;
		font-size: 14px;
	}  */

/* End of Footer */

/* ==========================================
   |         Responsive Style               |
   ========================================== */
   
/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
	/* your css goes here */
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
	/* your css goes here */
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
	/* your css goes here */
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
	/* your css goes here */
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
	/* your css goes here */
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
	/* your css goes here */
}

/* End of Responsive Style */


/*custom css*/

/*.cus-head #main-header {
	background-color: #ffffff;
	box-shadow: 0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
}*/

/*sad*/
/*#page-container {
    padding-top: 0px !important;
}*/

#logo {
    max-height: 100%;
}

#main-header {
    background-color: rgb(255, 255, 255, 0);
    box-shadow: unset;
}

#main-header.et-fixed-header {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
}

#top-menu a {
    font-family: 'Gotham Book';
    font-size: 15px;
    color: #3f4244;
    text-transform: uppercase;
}

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

#top-menu li.current_page_item a {
    color: #2ea3f2;
    font-family: 'Gotham Book';
}

.mobile_menu_bar:before {
    color: #3f4244 !important;
}

.et_mobile_menu {
    background-color: #ffffff;
}

.et_mobile_menu li a {
    font-family: 'Gotham Book';
    font-size: 15px;
    color: #3f4244;
    text-transform: uppercase;
}

.et_mobile_menu li.current_page_item a {
    color: #2ea3f2;
    font-family: 'Gotham Book';
}

#main-footer {
    background-color: #211d1c;
}

#footer-bottom {
    background-color: unset;
}

#footer-bottom .container {
    width: 730px;
}

#footer-info {
    font-family: 'Raleway Regular';
    font-size: 15px;

    color: #fff;
    float: unset;
    text-align: center;
}

#footer-info a {
    font-weight: unset;
    color: #fff;
}

.social-icons span.follow-me {
    font-family: 'Raleway Regular';
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 10px;
}

.social-icons {
    float: unset;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.social-icons a {
    border-radius: 15px;
    border: 1px solid rgb(255, 255, 255, 1);
    font-size: 18px;
    margin-right: 10px;

    background-color: rgb(255, 255, 255, 1);
    color: #000 !important;
}

.social-icons a:hover {
    border: 1px solid #111111;
    background-color: #111111;
    color: #fff !important;
}

.social-icons a:last-child {
    margin-right: 0;
}

#footer-widgets > .footer-widget:nth-child(1) .fwidget p {
    font-family: 'Gotham Light';
    font-size: 16px;
}

#footer-widgets > .footer-widget:nth-child(2) .fwidget p {
    font-family: 'Gotham XLight';
    font-size: 13px;
}

#footer-widgets > .footer-widget:nth-child(3) .fwidget p {
    font-family: 'Gotham Light';
    font-size: 16px;
}

#footer-widgets .footer-widget .fwidget:last-child > p:first-child {
    font-weight: bold;
    font-size: 16px;
}

#footer-widgets .footer-widget:nth-child(2) .fwidget:last-child > p:first-child {
    padding-bottom: 1em;
}

.footer-widget li:before {
    border-color: #fff;
}

#footer-widgets > .footer-widget:nth-child(1) {
    width: 37%;
}

#footer-widgets > .footer-widget:nth-child(2) {
    width: 20%;
}

#footer-widgets > .footer-widget:nth-child(3) {
    width: 30%;
    margin-right: 0;
}

#footer-widgets > .footer-widget:nth-child(4) {
    display: none;
}

/*sad end*/

/*.cus-foot {
    background-color: #fff !important;
    border-top: 1px solid #00134f;
}

.cus-foot #footer-info {
    color: #00134f;   
}

.cus-foot #footer-info a {
    color: #00134f;
}

.cus-foot .social-icons a {
    background-color: #00134f;
    border: 1px solid #00134f;
    color: #fff;
}

.cus-foot .social-icons a:hover {
    border: 1px solid #00134f;
    background-color: #ffffff;
    color: #00134f;
}

.blog-posts .column > article > .et_pb_image_container {
    margin: 0;
}

.blog-posts .column > article {
    position: relative;
    padding: 0;
}

.blog-posts .column > article > .post-meta {
    margin-bottom: 20px;
}

.no-blog {
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
}*/

/*order page*/
/*.order-2nd-section .order-1st-row .order-now > a {
    float: left;
}

.order-2nd-section .order-1st-row .order-now > a:first-child {
    margin-right: 30px;
}

.order-2nd-section .order-1st-row .order-now > a:last-child {
    margin-top: 20px;
}

.order-2nd-section .order-1st-row .order-now:after{
    display: block;
    content: " ";
    clear: both;
}*/

/*contact page*/
/*.contact-form .et-pb-contact-message {
    font-family: 'Monts Regular',Helvetica,Arial,Lucida,sans-serif;
    font-size: 23px;
    color: #252525;
}

.et_pb_contact p .et_contact_error {
    border: 1px solid #252525!important;
}

.contact-form p > textarea {
    resize: none;
    height: 292px;
}

.contact-form .et_contact_bottom_container {
    display: block;
    float: unset;
    text-align: center;
}*/
/*custom css end*/

#et-top-navigation {
    padding-top: 25px !important;
}

#top-header-div {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
}

#top-header {
    background-color: rgb(0,0,0,0);
}

#top-header .container {
    padding-top: 20px;
}

#page-container #top-header #et-info {
    font-family: 'Gotham XLight';
    font-size: 14px;
    float: right;
    color: #000;
}

.home-1st-section .home-1st-row {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
}

.home-1st-section .home-1st-row > div {
    background-color: rgb(0, 0, 0, 70%);
    width: 520px;
    padding: 60px 40px 85px 40px;
    top: 200px;
}

.home-1st-section .home-1st-row .home-title h1 > span:nth-child(1) {
    font-size: 16px;
    font-family: 'Raleway Regular';
    padding-bottom: 8px;
    display: block;
}

.home-1st-section .home-1st-row .home-title h1 > span:nth-child(2) {
    display: block;
}

.home-1st-section .home-1st-row .home-title h1 > span:nth-child(3) {
    font-size: 16px;
    font-family: 'Raleway Regular';
    display: block;
}

.home-1st-section .home-2nd-row {
    padding-top: 0;
    padding-bottom: 0;
}

.home-3rd-section .home-1st-row > div:nth-child(2) {
    padding-left: 9%;
}

.dgbc_blog_carousel_0.dgbc_blog_carousel .dgbc_post_item {
    background-color: #000;
    padding: 50px 50px 35px 50px;
}

.dgbc_blog_carousel_0.dgbc_blog_carousel .dgbc_post_item::after {
    height: 90%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    content: " ";
    display: block;
    right: -20px;
    top: 15px;
}

/*slider gallery*/
div#n2-ss-2 .n2-style-785355f374be86c332d4665aae819858-dot.n2-active {
    background-color: #000000 !important;
}

div#n2-ss-2 .n2-style-785355f374be86c332d4665aae819858-dot {
    background-color: #fff !important;
    padding: 8px !important;
    margin: 5px !important;
}

div#n2-ss-2 .n2-ss-control-bullet {
    margin-bottom: 50px !important;
}

.n2-ss-slider .n2-ow {
    max-height: 848px !important;
}

.tss-wrapper .tss-carousel3 .item-content-wrapper {
    background: #163545 !important;
    color: #fff !important;
    padding: 60px 50px 50px 50px !important;
}

.tss-wrapper .tss-carousel3 .item-content {
    font-style: normal;
    line-height: 1.6;
    font-size: 12px !important;
    text-align: center;
    width: 264px;
    margin: 0 auto;
    font-family: 'Gotham XLight';
    position: relative;
}

.tss-wrapper .tss-carousel3 .item-content::before {
    background-image: url("/odt/wp-content/uploads/2022/01/quote-left.png");
    width: 18px;
    height: 14px;
    display: block;
    content: " ";
    left: -12px;
    position: relative;
}

.tss-wrapper .tss-carousel3 .item-content::after {
    background-image: url("/odt/wp-content/uploads/2022/01/quote-right.png");
    width: 18px;
    height: 14px;
    display: block;
    content: " ";
    right: 0;
    bottom: 12px;
    position: absolute;
}

.tss-wrapper .tss-carousel3 .item-content p {
    margin-top: 10px;
}

.tss-wrapper .slick-dots li button:before {
    width: 14px;
    height: 14px;
}

.slick-list {
    margin-bottom: 200px !important;
}

.slick-dots {
    bottom: -45% !important;
}

.tss-wrapper .tss-carousel3 .item-content-wrapper:before {
    display: none !important;
}
/*slider gallery end*/

.dgbc_blog_carousel_0 .dgbc_post_item .content-wrapper .dg_bc_title a {
    font-family: 'Gotham Medium';
}

.dgbc_blog_carousel_0 .dgbc_post_item .content-wrapper .post-content {
    font-family: 'Gotham Light';
}

.dgbc_blog_carousel_0 .dgbc_post_item .content-wrapper .post-meta {
    font-family: 'Gotham Light';
}

.dgbc_blog_carousel_0 .dgbc_post_item .dg-post-thumb span.published {
    font-family: 'Gotham Book';
}

.dgbc_blog_carousel_0 .dgbc_post_item .dg_read_more_wrapper .read-more {
    font-family: 'Gotham Medium';
}

@media ( max-width: 1478px ) {
    .tss-wrapper .tss-carousel3 .item-content {
        width: auto;
    }
}

@media ( max-width: 1465px ) {
    .home-2nd-section .home-1st-row .a-desc {
        width: auto;
    }
}

@media ( max-width: 1182px ) {
    .home-3rd-section .home-1st-row .why-choose {
        line-height: 30px;
    }

    .home-3rd-section .home-1st-row .our-services {
        line-height: 30px;
    }
}

@media ( max-width: 980px ) {
	.order-3rd-section .order-1st-row .order-now > a:first-child {
	    margin-right: 0;
	}

	.order-3rd-section .order-1st-row .order-now > a {
	    float: unset;
	    display: block;
	    text-align: center;
	}

    .home-3rd-section .home-1st-row > div:nth-child(2) {
        padding-left: 0;
    }

    #footer-bottom .container {
        width: 80%;
    }
}

@media ( max-width: 930px ) {
    .home-2nd-section .home-1st-row .a-title {
        width: auto;
    }
}

@media ( max-width: 800px ) {
    .home-1st-section .home-1st-row > div {
        top: 120px;
    }
}

@media ( max-width: 734px ) {
    .home-6th-section .home-1st-row .our-projects {
        width: auto;
    }
}

@media ( max-width: 650px ) {
    .home-1st-section .home-1st-row > div {
        width: 100%;
    }
}

@media ( max-width: 590px ) {
    #top-header #et-info > span:nth-child(3) {
        display: block;
        text-align: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #top-header #et-info > span:nth-child(4) {
        display: block;
        text-align: center;
        width: 100%;
    }

    #page-container #top-header #et-info {
        float: unset;
    }

    .home-4th-section .home-1st-row .testi-title {
        width: auto;
    }
}

@media ( max-width: 450px ) {
    .home-1st-section .home-1st-row .home-title {
        text-align: center;
    }

    .home-1st-section .home-1st-row .et_pb_button_0_wrapper {
        text-align: center;
    }
}

@media ( max-width: 376px ) {
    .home-1st-section .home-1st-row > div {
        top: 80px;
    }
}