/*
Theme Name: Ruby
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body{
  font-family: "Poppins", sans-serif !important;
  font-style: normal;
  font-size: 16px;
}
h1,h2,h3,h4,h5{
	font-family:  "Poppins", sans-serif !important;
}
:root{
	--color-main: #ffbf3b!important ;
	--color-text: #353535;
	--font-main:"Poppins", sans-serif; 
}
header .header-nav{
	gap: 20px;
}
.nav > li > a{
	font-family: var(--font-main) !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #000 !important;
	text-transform: capitalize;
}
.nav > li.active > a{
	color: var(--color-main) !important;
	font-weight: 600 !important;
}
.home_ss1 .banner_text{
	padding: 20px;
}
.home_ss1 .banner_text span{
	font-size: 16px;
	font-weight: 600;
	color: var(--color-main);
}
.home_ss1 .banner_text h3{
	font-size: 52px;
	font-weight: 700;
	font-family: var(--font-main);
	line-height: 55px;
}
.home_ss1 .banner_text p{
	font-size: 16px;
}
.btn_ruby a {
    background-color: var(--color-main);
    border-radius: 8px;
    padding: 8px 20px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
.home_ss2 .custom_title h3{
	font-size: 30px;
	font-weight: 700;
	color: var(--color-text);
	line-height: 35px;
}
.home_ss2 .custom_title p{
	font-size: 16px;
	font-weight: 500;
	color: #0a0000;
	line-height: 20px;
}
.home_ss2 .row_2{
	background-color: #000;
	border-radius: 12px;
	overflow: hidden;
}
.home_ss2 .row_2 .col{
	padding: 0px;
}
.home_ss2 .row_2 .col:nth-child(1){
	padding: 90px 40px;
}
.home_ss2 .row_2 .col:nth-child(2) .col-inner{
	height: 100%;
}
.home_ss2 .row_2 .col:nth-child(2) .col-inner .img, .home_ss2 .row_2 .col:nth-child(2) .col-inner .img .img-inner{
	height: 100%;
	width: 100%;
}
.home_ss2 .row_2 .col:nth-child(2) .col-inner img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.home_ss2 .row_2 .box_text{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.home_ss2 .row_2 .box_text h2{
	color: var(--color-main) !important;
	font-size: 28px;
	margin-bottom: 0px;
}
.home_ss2 .row_2 .box_text h3{
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 0px;
}
.home_ss2 .row_2 .box_text h3 span{
	color: var(--color-main) !important;
}
.home_ss2 .row_2 .box_text .tel{
	color: var(--color-main) !important;
	font-size: 35px;
	font-weight: 700;
}
.home_ss2 .row_2 .box_text p{
	margin-bottom: 0px;
	color: 16px;
}
.home_ss2 .row_2 .box_text .date{
	font-size: 24px;
	font-weight: 600;
}
.home_ss3 .row .banner{
	border-radius: 8px;
	overflow: hidden;
}
.header_title{
	background-color: var(--color-main);
	border-radius: 8px;
	padding: 10px;
}
.header_title h3{
	color: #fff;
	margin-bottom: 0px;
	font-size: 35px;
}
.home_ss4 .custom_blog .box-text{
	padding: 0px 50px;
}
.home_ss4 .custom_blog h5.post-title{
	color: #fff;
	font-size: 29px;
    font-weight: 500;
}
.home_ss4 .custom_blog .from_the_blog_excerpt {
	font-size: 16px;
	color: #fff;
}
.home_ss4 .custom_blog .box-image{
	height: 400px;
}
.home_ss4 .custom_blog .box-image .image-cover {
    width: 100%;
    height: 100%;
}
.home_ss4 .custom_blog .box-image .image-cover img{
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.home_ss5 .col_1>.col-inner{
	border: 3px solid #353535;
	border-style: dashed;
	border-radius: 10px;
	padding: 20px;
	height: 100%;
}
.home_ss5 .box_text{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.home_ss5 .box_text h4{
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
}
.home_ss5 .col-2 .col-inner{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.home_ss5 .col-2 .col-inner .banner{
	border-radius: 10px;
	overflow: hidden;
}
footer .ux-menu-title{
	color: var(--color-main);
	font-size: 16px;
	text-transform: uppercase;
	padding: 0px;
}
footer a.ux-menu-link__link {
    border: 0px ;
    color: #ffff;
}
footer .footer_title{
	display: flex;
	flex-direction: column;
}
footer .footer_title h3{
	color: var(--color-main);
	font-size: 16px;
	text-transform: uppercase;
	height: 50px;
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}
footer .footer_title .item{
	padding: 5px 0px;
}
footer .footer_title a{
	color: #fff;
}
footer .footer_title .support span{
	color: #fff;
}
footer .footer_title .support a{
	color: var(--color-main);
	font-size: 18px;
}
.service_ss1, .service_ss1 .row .col{
	padding-bottom: 0px !important;
}

.service_ss1 .box_img {
    width: 100%;
    height: 500px;
}
.service_ss1 .box_img .img-inner {
    width: 100%;
    height: 100%;
}
.service_ss1 .box_img .img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}
.service_ss1 .box_text h3{
	font-size: 60px;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 0px;
}
.service_ss1 .box_text span{
	font-size: 60px;
	color: var(--color-main);
	font-weight: 600;
}
.service_ss1 .box_text p{
	color: #fff;
}
.service_ss1 .btn_ruby {
    display: flex;
    gap: 10px;
}
.service_ss1 .btn_ruby a{
	border-radius: 30px;
}
.service_ss2 .row_1 .title h3{
	font-size: 40px;
	color: var(--color-text);
}
.service_ss2 .row_2 img{
	border-top-left-radius: 50%;
    border-top-right-radius: 50%;
	object-fit: cover;
}
.service_ss2 .row_2 .box_text h3,.service_ss2 .row_2 .box_text a{
	font-weight: 500;
	color: var(--color-main);
}
.service_ss2 .row_2 .box_text p {
	font-weight: 500;
	color: var(--color-text);
}
.box_form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_form .form_input{
	max-width: 49%;
	flex-basis: 49%;
}
.box_form .form_input input{
	height: 45px;
	border-radius: 45px;
}
.box_form .form_input p{
	color: var(--color-text);
	font-weight: 500;
	margin-bottom: 10px;
}
.service_ss3 .row{
	max-width: 1200px !important;
}
.service_ss3 .title h3{
	font-size: 40px;
	color: #000;
	line-height: 1.2;
}
.service_ss3 .title p{
	font-size: 18px;
	color: #333333;
}
.service_ss3 .icon-box{
	border-top-left-radius: 120px;
	border-top-right-radius: 120px;
	background-color: #fff;
	padding: 50px 20px 30px 20px;
}
.service_ss3 .icon-box .icon-box-text h3{
	font-size: 18px;
	color: #000;
}
.service_ss3 .icon-box .icon-box-text p{
	font-size: 15px;
	color: #000;
}
.service_ss3 .btn_ruby {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.service_ss3 .btn_ruby a{
    border-radius: 30px;
}
.service_ss4 .box_text{
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: center;
	align-items: center;
}
.service_ss4 .box_text span{
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.service_ss4 .box_text h3{
	text-align: center;
	color: #353535;
	font-size: 24px;
	font-weight: 400;
}
.service_ss4 .box_text p{
	font-weight: 600;
	font-style: italic;
	color: #000;
	margin-bottom: 0px;
}
.icon-qa {
    display: inline;
    font-size: 90px;
    border: 4px solid var(--color-main);
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    border-radius: 50%;
    color: var(--color-main);
	margin-bottom: 30px;
}
.service_ss5 .col-1 p {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}
.service_ss5 .col-1 p span{
	color: var(--color-main);
}
.service_ss5 .accordion{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.service_ss5 .accordion .accordion-item a{
    background-color: #fee07e;
    border-top-left-radius: 12px;
	border-top-right-radius: 12px;

}
.service_ss5 .accordion .accordion-item a {
    border: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 20px;
}
.service_ss5 .accordion .toggle{
	left: auto;
	right: 10px;
}
.service_ss5 .accordion .accordion-item a.active, .service_ss5 .accordion .accordion-inner{
	background-color: var(--color-main);
}
.service_ss5 .accordion .accordion-inner{
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	color: #fff;
}
.service_ss6 .boxx_img img{
	border-top-left-radius: 40%;
	border-top-right-radius: 40%;
}
.service_ss6 .title h3{
	font-size: 35px;
	color: var(--color-text);
}
.service_ss6 .service_item{
	border-radius: 12px;
	border-top: 1px solid #353535;
	padding: 20px 20px 20px 50px;
}
.service_ss6 .service_item h3{
	font-size: 25px;
	color: var(--color-text);
}
.service_ss6 .service_item p{
	font-size: 16px;
	color: var(--color-text);
}
.service_ss6 .btn_ruby {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.service_ss6 .btn_ruby a{
    border-radius: 30px;
}
.about_ss2 .row_1 .custom_title span{
	color: var(--color-main);
	font-size: 16px;
	font-weight: 600;
}
.about_ss2 .row_1 .custom_title h3{
	font-size: 36px;
	font-weight: 600;
	color: var(--color-text);
}
.about_ss2 .row_1 .custom_title p{
	color: #000;
}
.about_ss2 .row_2 .box-image{
	height: 250px; 
	border-radius: 12px; 
	overflow: hidden;
}
.about_ss2 .row_2 .box-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}
.about_ss2 .row_2 .box-text{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.about_ss2 .row_2 .box-text h4{
	font-size: 36px;
	text-align: left;
}
.about_ss2 .row_2 .box-text p{
	font-size: 16px;
	text-align: left;
}
.about_ss2 .row_2 .box_item{
	padding: 30px 16px;
	border-radius: 12px;
	cursor: pointer;
}
.about_ss2 .row_2 .box_item i{
	font-size: 30px;
	color: var(--color-main);
}
.about_ss2 .row_2 .box_item h3{
	color: #000;
	font-size: 18px;
	font-weight: 800;
}
.about_ss2 .row_2 .box_item p{
	color: var(--color-text);
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: 400;
}
.about_ss2 .row_3 .col{
	padding-left: 10px;
	padding-right: 10px;
}
.about_ss2 .row_2 .box_item:hover{
	background-color: var(--color-main);
}
.about_ss2 .row_2 .box_item:hover i, .about_ss2 .row_2 .box_item:hover h3, .about_ss2 .row_2 .box_item:hover p{
	color: #fff;
}
.about_ss3 .row_1{
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.about_ss3 .row_1 .col{
	padding-bottom: 0px;
}
.about_ss3 .row_1 .col:nth-child(1){
	padding-left: 0px;
}
.about_ss3 .row_1 .box_img img{
	height: 430px;
	width: 100%;
	object-fit: cover;
	border-top-right-radius: 48%;
	border-bottom-right-radius: 48%;
}
.about_ss3 .custom_title h3{
	font-size: 45px;
	color: #000;
}
@media only screen and (max-width: 900px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

@media (max-width: 500px){
	.header_title h3 {
		font-size: 18px;
	}
	.service_ss1 .btn_ruby {
		flex-direction: column;
	}
	.service_ss1 .box_text span {
		font-size: 30px;
	}
	.service_ss1 .box_img {
		margin-top: 30px;
		height: 300px;
	}
	.about_ss2 .row_1 .custom_title h3 {
		font-size: 27px;
		line-height: 1.3;
	}
	.about_ss3 .row_1 .box_img img {
		height: 369px;
		border-top-right-radius: 48%;
		border-bottom-right-radius: 0;
		border-top-left-radius: 50%;
		border-bottom-left-radius: 50%;
	}
	.about_ss2 .row_2 .box_item {
		box-shadow: 0px 0px 3px;
	}
	.about_ss3 .row_1 .col {
		padding-bottom: 30px;
	}
	.service_ss6 .title h3 {
		font-size: 30px;
	}
	.service_ss6 .btn_ruby,.service_ss3 .btn_ruby{
		flex-direction: column;
	}
	.service_ss1 .box_text{
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.service_ss1 .box_text h3 {
		font-size: 40px;
	}
	.service_ss1 .btn_ruby a {
		text-align: center;
	}
	.service_ss3 .title h3 {
	    font-size: 28px;
	}
	.service_ss3 .title p {
		margin-bottom: 0px;
	}
	.service_ss5 .accordion .accordion-item a {
		border-radius: 10px;
	}
	.service_ss5 .col-1 p {
		font-size: 36px;
		margin-bottom: 0;
	}
	.icon-qa {
		font-size: 60px;
		width: 85px;
		height: 85px;
	}
	.service_ss5 .accordion .accordion-item a {
		font-size: 16px;
		padding-right: 30px;
	}
	 .service_ss5 .accordion .toggle {
        width: 20px;
        margin: 0px;
        top: 15px;
    }
	.service_ss5{
		padding-bottom: 0px !important;
	}
	.service_ss6,.service_ss3{
		padding-top: 30px !important;
	}
	.service_ss4 .box_text h3 {
		font-size: 16px;
	}
}