/*
	Theme Name:     Studio Lumina Child
	Theme URI:      
	Description:    Studio Lumina Theme
	Author:         Studio Lumina
	Author URI:     
	Template:       Divi
	Version:        1.0.0
*/



@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&display=swap');
/*font-family: 'Nunito Sans', sans-serif;*/
/*font-family: 'Oswald', sans-serif;*/
@import url("main_style.css");

:root {
	--color-white: #fff;
	--color-pc: #00C5F6;
	--color-gray: #202020;
	--font-family-nunito: 'Nunito Sans', sans-serif;
	--font-family-oswald: 'Oswald', sans-serif;
}

body {
	font-family: var(--font-family-nunito);
	font-size: 16px;
	color: #000;
	margin: 0 !important;
	line-height: 1.5;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #00c5f6 !important;
	color: #000 !important;
	background: #fff !important
}

.giwu_6 select {
	color: #7d7d7d !important
}

.giwu_6 select.add_select {
	color: #000 !important
}

.giwu_6 select option {
	color: #000 !important
}
.page-id-499 .bnr_section::after{
	display:none;
}
.page-id-499 .bnr_section {
    border-bottom: 2px solid #000;
}
.page-id-1154 .bnr_col_box {
    margin-top: -30px;
}
.ccbs_text2 {
    padding: 20px 0;
}
h2.ccb_ttl.pc.logo_ttl {
    text-align: left;
}
/*-----------------banner--------------*/
.bd_text {
    padding: 10px 0 !important;
}
.banner_link span {
    padding: 3px !important;
}
.banner_link {
    display: flex;
    align-items: center;
    justify-content: center;
	text-transform: capitalize;
}
.banner_link span:nth-child(2), .banner_link span:nth-child(4) {
    font-size: 28px;
	margin-top: -5px;
}

	
.sl_bnr_col .et_pb_slide {
	padding: 0 !important;
	height: 800px;
}

.sl_bnr_col .et_pb_slide_description {
	padding: 0 !important;
}

.sl_bnr_col .et_pb_slide_title {
    font-size: 80px !important;
    color: #00c5f6 !important;
    /* -webkit-text-stroke: 2px #000000; */
    text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.52);
    font-weight: 600 !important;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 !important;
    font-family: var(--font-family-oswald);
    position: relative;
    z-index: 4;
    /* opacity: 0.5; */
    letter-spacing: 3px;
	top: -30px;
}
span.und_txt {
    padding: 10px 0 !important;
    display: flex;
    justify-content: center;
}
.sl_bnr_col::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 55.83%, #000 100%);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 3;
}

/* .sl_bnr_col::before {
	content: "";
	position: absolute;
	background: url(../../../wp-content/uploads/2024/01/Banner-curve.png) no-repeat;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 6;
	background-size: contain;
	background-position: bottom;
} */

.bnr_arw {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	width: 48px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	background: #fff;
	z-index: 9999999;
	border-radius: 40px;
	border: 3px solid #00C5F6;
	transition: 1s;
}

.bnr_arw .et-pb-icon {
	font-size: 35px !important;
	color: #000 !important;
	-webkit-animation: arrow_moving 2s ease-in-out infinite;
	-moz-animation: arrow_moving 2s ease-in-out infinite;
	animation: arrow_moving 2s ease-in-out infinite;
}

@keyframes arrow_moving {
	0% {
		transform: translate(0, -10px);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translate(0, 10px);
		opacity: 0;
	}
}

/*-----------------end banner--------------*/
/*-----------------about--------------*/
.title_ft {
	font-size: 100px;
	color: #202020;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	font-family: var(--font-family-oswald);
	animation: title 5s infinite;
}

@keyframes title {
	0% {
		letter-spacing: 0px;
		opacity: 1;
	}

	50% {
		letter-spacing: 5px;
		opacity: 0.5;
	}

	100% {
		letter-spacing: 0px;
		opacity: 1;
	}
}

.title_st {
	font-size: 40px;
	margin: -20px 0 0 0;
	font-weight: 700;
	text-transform: capitalize;
	font-family: var(--font-family-nunito);
	line-height: 1.3;
	position: relative;
	z-index: 1;
}

.title_box {
	padding: 0 0 20px 0;
}

.sl_ab_section:hover .al_ab_img_2 {
	border: 3px solid #00c5f6;
	border-right: none !important;
}
.sl_ab_img_1 {
    padding: 0 !important;
    margin:0 !important;
}
.sl_ab_titl {
	font-size: 38px;
	text-transform: uppercase;
}

.sl_ab_title {
	position: relative;
	z-index: 3;
}
.sl_ab_col {
    padding-right: 30px;
}
.sl_ab_section::before {
	height: 400px;
	top: 0;
	content: "";
	position: absolute;
	background: url(../../../wp-content/uploads/2024/01/abBg-png.png) no-repeat;
	background-size: contain;
	width: 100%;
	left: 0;
	z-index: 2;
}

.sl_ab_img_1 img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}

.al_ab_img_2 img {
	width: 100%;
	height: 580px;
	object-fit: cover;
}

.al_ab_img_2 {
	margin: 50px 0 0 0;
	border: 3px solid #FFF;
	border-right: none;
	position: absolute;
	left: -150px;
	transition: 1s;
}

/*-----------------end about--------------*/
/*-----------------services--------------*/
.page-id-747 .wwd_col {
	width: 25%;
}
.page-id-747 .wwd_col img {
	height: 250px;
}
.wwd_section .title_ft {
	color: #323232;
}

.wwd_col {
	width: 33.33%;
	padding: 10px 5px;
	display: flex;
}

.wwd_col img {
	width: 100%;
	height: 270px;
	object-fit: cover;
	transition: 1s;
}

.wwd_col .et_pb_blurb_content {
	max-width: 100% !important;
	width: 100% !important;
	display: flex;
	flex-wrap: wrap;
}

.wwd_col .et_pb_main_blurb_image {
	margin: 0 !important;
	width: 100% !important;
	position: relative;
}

.wwd_col .et_pb_module_header {
	padding: 0 !important;
}

.wwd_col .et_pb_module_header a {
	font-size: 19px;
	font-family: var(--font-family-nunito);
	font-weight: 700 !important;
	color: #000;
	text-align: center;
	padding: 0 !important;
	line-height: 1.2 !important;
	transform: skewX(15deg);
	display: flex;
}

.wwd_col .et_pb_blurb_container {
	width: 70%;
	padding: 10px 5px !important;
	background: #00C5F6;
	margin: -15px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: skewX(-15deg);
}

.wwd_col .et_pb_main_blurb_image::before {
	content: "";
	position: absolute;
	background: #222222;
	width: 100%;
	height: 100%;
	top: -1px;
	left: 0;
	z-index: 1;
	clip-path: polygon(20% 0, 0 0, 0 25%);
}

span.et_pb_image_wrap.et_pb_only_image_mode_wrap {
	position: relative;
	overflow: hidden;
	clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
	border: 6px solid #fff;
}

.wwd_col:hover img {
	transform: scale(1.2);
}

/*-----------------end services--------------*/
/*-----------------why choose us--------------*/
.wcu_section::before {
	content: "";
	position: absolute;
	background: #ffffffe3;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.wcu_row {
	/*padding: 0 20px 0 30px !important;*/
	padding: 0 !important;
}

.wec_title .title_ft {
	color: rgba(186, 213, 220, 0.50);
}

.wcu_col_one {
	padding: 0 10px 0 0;
}

.wcu_col {
	width: 50%;
	padding: 10px;
	display: flex;
}

.wcu_col_box {
	padding: 30px;
	border: 1px solid #000;
	background: rgba(255, 255, 255, 0.49);
	backdrop-filter: blur(6px);
	text-align: center;
	height: 100%;
}

.wcu_img img {
	height: 600px;
	width: 100% !important;
	object-fit: cover;
}

.wec_desc_col_box {
	padding: 25px 0 0 0px;
}

.wcu_col_one {
	width: 37% !important;
}

.wcu_col_two {
	width: 63% !important;
}

/*-----------------end why choose us--------------*/
/*-----------------our packages--------------*/
.sl_op_section:before,
.sl_cr_section::before {
	content: "";
	position: absolute;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.sl_op_col_box .title_ft {
	color: #444;
}

.sl_op_desc {
	padding: 25px 120px;
	margin: 10px 0 30px 0;
	border: 3px solid #00C5F6;
	background: rgba(255, 255, 255, 0.17);
	backdrop-filter: blur(11px);
}

/*-----------------end our packages--------------*/
/*-----------------testimonial--------------*/
.sl_cr_section::before {
	background: linear-gradient(180deg, #000000e3 0%, #000000cc 100%) !important;
}

.wp-gr .grw-review-inner.grw-shadow {
	border-top: 4px solid #00C5F6 !important;
	background: rgba(255, 255, 255, 0.09) !important;
}

/*-----------------end testimonial--------------*/
/*-----------------gallery--------------*/
.sl_og_section::before {
	height: 400px;
	content: "";
	position: absolute;
	background: url(../../../wp-content/uploads/2024/01/abBg-png.png) no-repeat;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background-size: contain;
}

.sl_og_img img {
	width: 100% !important;
	height: 340px;
	object-fit: cover;
	transition: 1s;
}

.sl_og_img img:hover {
	filter: grayscale(1);
	transform: translate(0px, 7px);
}

.sl_og_img {
	padding: 5px;
}

/*.sl_og_img_col:nth-child(odd) {
    margin: 80px 0 0 0;
}*/
.sl_og_img_row {
	padding: 30px 0 !important;
}

button.mfp-close {
	opacity: 1 !important;
	transition: 1s;
	cursor: pointer !important;
}

button.mfp-close:hover {
	color: #00C5F6;
}

/*-----------------end gallery--------------*/
/*-----------------faqs--------------*/
.sl_faq_section::before {
	content: "";
	position: absolute;
	background: #000000c2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.sl_faq_section .title_ft {
	color: #464646;
}

.sl_faq_col .et_pb_toggle {
	background: #fff0 !important;
	border: none;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
}

.sl_faq_col .et_pb_toggle_title {
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.15) !important;
	padding: 20px 40px 20px 20px !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 700;
}

.sl_faq_col .et_pb_toggle_open .et_pb_toggle_title {
	color: #00C5F6 !important;
}

.sl_faq_col .et_pb_toggle_content {
	padding: 20px !important;
	color: #fff;
}

.sl_faq_col .et_pb_toggle_title:before,
.sl_faq_col .et_pb_toggle_open .et_pb_toggle_title:after {
	content: "\4c" !important;
	position: absolute;
	font-size: 22px !important;
	right: 20px !important;
	font-family: ETmodules !important;
	top: 30px !important;
}

.sl_faq_col .et_pb_toggle_open .et_pb_toggle_title:after {
	content: "\4b" !important;
	top: 20px !important;
}

.sl_faq_col {
	width: 82%;
	margin: auto;
}

/*-----------------end faqs--------------*/
/*-----------------contact--------------*/
.sl_gt_block {
	padding: 30px;
	width: 82%;
	border: 1px solid rgba(255, 255, 255, 0.30);
	margin: auto;
}

.giwu_12_inr {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.giwu_6 {
	padding: 8px;
	width: 50%;
}

.contect_filed {
	font-size: 18px;
	height: 50px;
	padding: 10px !important;
	width: 100%;
	background: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.50);
	color: #000;
	font-family: var(--font-family-nunito);
}

.giwu_12 {
	padding: 8px;
}

textarea.contect_filed {
	height: 120px;
	resize: none;
}

span.wpcf7-not-valid-tip {
	font-size: 13px;
	line-height: 1.1;
	font-weight: 800;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #00c5f6;
	color: #000;
	background: #fff;
}

.sl_gt_section .title_ft {
	color: #323232;
}

.sl_gt_section,
.wwd_section,.btn_sec {
	background: linear-gradient(180deg, #222 0%, #222222 100%);
}

/*-----------------end contact--------------*/
/*----------------- blog--------------*/
.blog_main_box {
	position: relative;
	padding: 5px;
}

.blog_main_box_inner {
	background: #1B1B1B;
}

.blog_content_box {
	padding: 40px 5px;
}

.blog_img_box_inner {
	display: flex;
}

.blog_main_box_inner:hover img {
	filter: brightness(0.5);
}

.blog_main_box_inner:hover .site_button {
	background: #fff !important;
}

.blog_img_box_inner img {
	width: 100%;
	height: 352px;
	object-fit: cover;
	transition: 1s;
}

.blg_date {
	position: absolute;
	left: 30px;
	top: 20px;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-direction: alternate-reverse;
	transform-origin: 50% 50%;
	animation-name: skeFour;
}

@keyframes skeFour {
	0% {
		transform: skew(10px);
	}

	100% {
		transform: skewX(-10deg);
	}
}

.blg_date_text {
	background: #00C5F6;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px !important;
	color: #000;
	text-align: center;
	color: #000;
	font-family: Oswald;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
	width: 70px;
	height: 70px;
	transform: skewX(-15deg);
}

.blg_date_text span {
	transform: skewX(15deg);
}

/*-----------------end blog--------------*/
.sl_og_img_row .slick-prev {
	left: 5px !important;
}

.sl_og_img_row .slick-next {
	right: 5px !important;
}

.about_page_gallery .et_pb_gallery_pagination {
	display: none;
}


.table_content_section_col1_inner video {
    height: 300px;
    width: 100%;
}



.ps_text {
    display: grid;
}

.flr_txt h2 {
    padding: 25px 0 10px 0 !important;
	width:100%;
}
.flr_txt {
    height: 350px;
    overflow: auto;
	    padding: 0 !important;
}
.flr_txt .pack_li {
	    padding: 0px 0 5px 30px;
}
.flr_txt p{
    display: flex;
    width: 100%;
    padding: 10px 0 0px 0 !important;
}


/* ---------------------------------------- */
.wec_desc_text span {
    display: flex;
    justify-content: center;
}

.wec_desc_text span {
    padding: 10px 0;
}






@media all and (min-width: 320px) and (max-width: 767px) {
	.sl_bnr_col .et_pb_slide_title {
	top: 0px;
}
	.page-id-1154 .bnr_col_box {
    margin-top: 0px;
}

	.sl_og_img_row {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	div#main-content {
		margin-top: 50px;
	}
.wec_desc_text span {
    padding: 5px 0;
}
	/*-----------------banner--------------*/
	.sl_bnr_col .et_pb_slide {
		height: 300px;
	}

	.sl_bnr_col .et_pb_slide_title {
		font-size: 27px !important;
	}

	.bnr_arw {
		width: 30px;
		height: 40px;
		bottom: -16px;
	}

	.bnr_arw .et-pb-icon {
		font-size: 25px !important;
	}

	/*-----------------end banner--------------*/
	/*-----------------about--------------*/
	.title_ft {
		font-size: 40px;
	}

	@keyframes title {
		0% {
			letter-spacing: 0px;
			opacity: 1;
		}

		50% {
			letter-spacing: 3px;
			opacity: 0.5;
		}

		100% {
			letter-spacing: 0px;
			opacity: 1;
		}
	}

	.title_st {
		font-size: 20px;
		margin: -10px 0 0 0;
	}

	.title_box {
		text-align: center;
	}

	.sl_ab_img_1 img {
		height: 330px;
		width: 100% !important;
	}
	.sl_ab_col_box {
		padding: 20px 0;
	}
	.st_2_row {
		display: flex;
		flex-direction: column-reverse;
	}
	.sl_ab_col {
		padding-right: 0px;
	}

	.al_ab_img_2 img {
		height: 250px;
	}

	.sl_ab_titl {
		font-size: 18px;
	}



	.al_ab_img_2 {
		display: none;
	}

	.sl_ab_row {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.sl_ab_col_one::before {
		height: 190px;
		top: -60px;
	}

	/*-----------------end about--------------*/
	/*-----------------services--------------*/
	.wwd_col {
		padding: 10px 5px;
		width: 100%;
	}
	.page-id-747 .wwd_col {
		width:100%;
	}
	.wwd_col img {
		height: 200px;
	}

	.wwd_col .et_pb_blurb_container {
		padding: 10px 5px;
		width: 80%;
	}

	.wwd_col .et_pb_module_header a {
		font-size: 15px;
	}

	.wwd_section {
		padding-top: 0 !important;
	}

	/*-----------------end services--------------*/
	/*-----------------why choose us--------------*/
	.wcu_img img {
		height: 240px;
	}

	.wcu_col_box {
		padding: 10px 10px;
	}

	.wcu_col {
		padding: 5px;
	}

	.wcu_row {
		padding: 0 15px 0 15px !important;
	}

	.wcu_col_one {
		width: 100% !important;
		padding: 0 0 10px;
	}

	.wcu_col_two {
		width: 100% !important;
	}

	.wec_desc_col_box {
		padding: 15px 0 0 0px;
	}

	.wcu_col {
		width: 100%;
	}

	/*-----------------end why choose us--------------*/
	/*-----------------our packages--------------*/
	.sl_op_desc {
		padding: 10px 10px;
		margin: 5px 0 20px 0;
	}

	/*-----------------end our packages--------------*/
	/*-----------------gallery--------------*/
	.sl_og_img img {
		height: 250px;
	}

	.sl_og_section::before {
		height: 110px;
	}

	.sl_og_img_row {
		padding: 15px 0 !important;
	}

	/*.sl_og_img_col:nth-child(odd) {
	    margin: 0px 0 0 0;
	}*/
	/*-----------------end gallery--------------*/
	/*-----------------faqs--------------*/
	.sl_faq_col {
		width: 100%;
	}

	.sl_faq_col .et_pb_toggle_title {
		font-size: 16px !important;
		padding: 15px 40px 15px 10px !important;
	}

	.sl_faq_col .et_pb_toggle_content {
		padding: 5px !important;
		font-size: 15px !important;
	}

	.sl_faq_col .et_pb_toggle_title:before,
	.sl_faq_col .et_pb_toggle_open .et_pb_toggle_title:after {
		top: 15px !important;
		right: 10px !important;
	}

	/*-----------------end faqs--------------*/
	/*-----------------contact--------------*/
	.sl_gt_block {
		width: 100%;
		padding: 10px;
	}

	.contect_filed {
		font-size: 16px;
		height: 40px;
	}

	.giwu_6,
	.giwu_12 {
		padding: 4px;
		width: 100%;
	}

	textarea.contect_filed {
		height: 100px;
	}

	/*-----------------end contact--------------*/
	/*----------------- blog--------------*/
	.blog_img_box_inner img {
		height: 280px;
	}

	.blog_content_box {
		padding: 10px 5px;
	}

	.blg_date_text {
		font-size: 18px;
		width: 50px;
		height: 50px;
	}

	/*-----------------end blog--------------*/

}

@media all and (min-width: 481px) and (max-width: 767px) {

	/*-----------------banner--------------*/
	.sl_bnr_col .et_pb_slide_title {
		font-size: 35px !important;
	}

	/*-----------------end banner--------------*/
}

@media all and (min-width: 551px) and (max-width: 767px) {

	/*-----------------services--------------*/
	.wwd_col {
		width: 50% !important;
	}

	/*-----------------end services--------------*/
	/*-----------------why choose us--------------*/
	.wcu_col {
		width: 50% !important;
	}

	/*-----------------end why choose us--------------*/
	/*-----------------end contact--------------*/
	.giwu_6 {
		width: 50% !important;
	}

	/*-----------------end contact--------------*/
}

@media all and (min-width: 768px) and (max-width: 980px) {
	.page-id-1154 .bnr_col_box {
    margin-top: 0px;
}
	div#main-content {
		margin-top: 60px;
	}

	/*-----------------banner--------------*/
	.sl_bnr_col .et_pb_slide {
		height: 370px;
	}

	.sl_bnr_col .et_pb_slide_title {
		font-size: 50px !important;
	}

	.bnr_arw {
		width: 30px;
		height: 50px;
		bottom: -24px;
	}

	.bnr_arw .et-pb-icon {
		font-size: 25px !important;
	}

	/*-----------------end banner--------------*/
	/*-----------------about--------------*/
	.title_ft {
		font-size: 50px;
	}

	.title_st {
		font-size: 23px;
		margin: -10px 0 0 0;
	}

	.title_box {
		text-align: center;
	}

	.sl_ab_img_1 img {
		height: 330px;
		width: 100% !important;
	}
	.sl_ab_col_box {
		padding: 20px 0;
	}
	.st_2_row {
		display: flex;
		flex-direction: column-reverse;
	}
	.sl_ab_col {
		padding-right: 0px;
	}
	.sl_ab_text {
		height: 200px;
		overflow: auto;
	}

	.al_ab_img_2 img {
		height: 250px;
	}

	.sl_ab_titl {
		font-size: 26px;
	}

	

	.al_ab_img_2 {
		display: none;
	}

	.sl_ab_row {
		padding-left: 12px !important;
		padding-right: 12px !important;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.sl_ab_col_one::before {
		height: 190px;
		top: -60px;
	}

	/*-----------------end about--------------*/
	/*-----------------services--------------*/
	.wwd_col {
		padding: 10px 5px;
		width: 50%;
	}
	.page-id-747 .wwd_col {
		width:50%;
	}
	.wwd_col img {
		height: 230px;
	}

	.wwd_col .et_pb_blurb_container {
		padding: 10px 5px;
		width: 80%;
	}

	.wwd_col .et_pb_module_header a {
		font-size: 17px;
	}

	.wwd_section {
		padding-top: 0 !important;
	}

	/*-----------------end services--------------*/
	/*-----------------why choose us--------------*/
	.wcu_img img {
		height: 380px;
	}

	.wcu_col_box {
		padding: 10px 10px;
	}

	.wcu_col {
		padding: 5px;
	}

	.wcu_text {
		height: 167px;
		overflow: auto;
	}

	.wcu_row {
		padding: 0 15px 0 15px !important;
	}

	.wcu_col_one {
		width: 100% !important;
		padding: 0 0 10px;
	}

	.wcu_col_two {
		width: 100% !important;
	}

	.wec_desc_col_box {
		padding: 15px 0 0 0px;
	}

	/*-----------------end why choose us--------------*/
	/*-----------------our packages--------------*/
	.sl_op_desc {
		padding: 20px 20px;
		margin: 5px 0 20px 0;
	}

	/*-----------------end our packages--------------*/
	/*-----------------gallery--------------*/
	.sl_og_img img {
		height: 250px;
	}

	.sl_og_section::before {
		height: 160px;
	}

	/*-----------------end gallery--------------*/
	/*-----------------faqs--------------*/
	.sl_faq_col {
		width: 100%;
	}

	.sl_faq_col .et_pb_toggle_title {
		font-size: 16px !important;
		padding: 15px 40px 15px 10px !important;
	}

	.sl_faq_col .et_pb_toggle_content {
		padding: 15px !important;
	}

	.sl_faq_col .et_pb_toggle_title:before,
	.sl_faq_col .et_pb_toggle_open .et_pb_toggle_title:after {
		top: 15px !important;
		right: 10px !important;
	}

	/*-----------------end faqs--------------*/
	/*-----------------contact--------------*/
	.sl_gt_block {
		width: 100%;
		padding: 10px;
	}

	.contect_filed {
		font-size: 16px;
		height: 40px;
	}

	/*-----------------end contact--------------*/
	/*----------------- blog--------------*/
	.blog_img_box_inner img {
		height: 280px;
	}

	.blog_content_box {
		padding: 10px 5px;
	}

	.blg_date_text {
		font-size: 18px;
		width: 50px;
		height: 50px;
	}

	/*-----------------end blog--------------*/

}

@media all and (min-width: 981px) and (max-width: 1024px) {
	div#main-content {
		margin-top: 85px;
	}

	/*-----------------banner--------------*/
	.sl_bnr_col .et_pb_slide {
		height: 400px;
	}

	.sl_bnr_col .et_pb_slide_title {
		font-size: 55px !important;
	}

	.bnr_arw {
		width: 30px;
		height: 50px;
		bottom: -24px;
	}

	.bnr_arw .et-pb-icon {
		font-size: 25px !important;
	}

	/*-----------------end banner--------------*/
	/*-----------------about--------------*/
	.title_ft {
		font-size: 55px;
	}

	.title_st {
		font-size: 25px;
		margin: -15px 0 0 0;
	}

	.sl_ab_img_1 img {
		height: 380px;
	}
	.sl_ab_text {
		height: 230px;
		overflow: auto;
	}
	.al_ab_img_2 img {
		height: 270px;
	}

	.sl_ab_titl {
		font-size: 28px;
	}

	

	.al_ab_img_2 {
		display: none;
	}

	.sl_ab_row {
		display: flex;
		align-items: center;
	}

	.sl_ab_col_one::before {
		height: 190px;
		top: -60px;
	}

	/*-----------------end about--------------*/
	/*-----------------services--------------*/
	.wwd_col {
		padding: 10px 5px;
	}

	.wwd_col img {
		height: 230px;
	}

	.wwd_col .et_pb_blurb_container {
		padding: 10px 5px;
	}

	.wwd_col .et_pb_module_header a {
		font-size: 17px;
	}

	.wwd_section {
		padding-top: 0 !important;
	}
	.page-id-747 .wwd_col {
		width:33.33%;
	}
	/*-----------------end services--------------*/
	/*-----------------why choose us--------------*/
	.wcu_img img {
		height: 450px;
	}

	.wcu_col_box {
		padding: 10px 10px;
	}

	.wcu_col {
		padding: 5px;
	}

	.wcu_text {
		height: 167px;
		overflow: auto;
	}

	.wcu_row {
		padding: 0 15px 0 15px !important;
	}

	/*-----------------end why choose us--------------*/
	/*-----------------our packages--------------*/
	.sl_op_desc {
		padding: 20px 20px;
		margin: 5px 0 20px 0;
	}

	/*-----------------end our packages--------------*/
	/*-----------------gallery--------------*/
	.sl_og_img img {
		height: 210px;
	}

	.sl_og_section::before {
		height: 190px;
	}

	/*.sl_og_img_col:nth-child(odd) {
	    margin: 40px 0 0 0;
	}*/
	/*-----------------end gallery--------------*/
	/*-----------------faqs--------------*/
	.sl_faq_col {
		width: 100%;
	}

	.sl_faq_col .et_pb_toggle_title {
		font-size: 16px !important;
		padding: 15px 40px 15px 10px !important;
	}

	.sl_faq_col .et_pb_toggle_content {
		padding: 15px !important;
	}

	.sl_faq_col .et_pb_toggle_title:before,
	.sl_faq_col .et_pb_toggle_open .et_pb_toggle_title:after {
		top: 15px !important;
	}

	/*-----------------end faqs--------------*/
	/*-----------------contact--------------*/
	.sl_gt_block {
		width: 100%;
		padding: 20px;
	}

	.contect_filed {
		font-size: 16px;
		height: 40px;
	}

	/*-----------------end contact--------------*/
	/*----------------- blog--------------*/
	.blog_img_box_inner img {
		height: 280px;
	}

	.blog_content_box {
		padding: 10px 5px;
	}

	.blg_date_text {
		font-size: 18px;
		width: 50px;
		height: 50px;
	}

	/*-----------------end blog--------------*/

}

@media all and (min-width: 1025px) and (max-width: 1140px) {
	div#main-content {
		margin-top: 85px;
	}

	/*-----------------banner--------------*/
	.sl_bnr_col .et_pb_slide {
		height: 500px;
	}

	.sl_bnr_col .et_pb_slide_title {
		font-size: 60px !important;
	}

	.bnr_arw {
		width: 30px;
		height: 50px;
		bottom: -24px;
	}

	.bnr_arw .et-pb-icon {
		font-size: 25px !important;
	}

	/*-----------------end banner--------------*/
	/*-----------------about--------------*/
	.title_ft {
		font-size: 60px;
	}

	.title_st {
		font-size: 25px;
		margin: -15px 0 0 0;
	}

	.sl_ab_img_1 img {
		height: 400px;
	}
	.sl_ab_col {
		padding-right: 15px;
	}
	.al_ab_img_2 img {
		height: 270px;
	}

	.sl_ab_titl {
		font-size: 28px;
	}



	.al_ab_img_2 {
		display: none;
	}

	.sl_ab_row {
		display: flex;
		align-items: center;
	}

	.sl_ab_col_one::before {
		height: 190px;
		top: -60px;
	}

	/*-----------------end about--------------*/
	/*-----------------services--------------*/
	.wwd_col {
		padding: 10px 5px;
	}

	.wwd_col img {
		height: 230px;
	}

	.wwd_col .et_pb_blurb_container {
		padding: 10px 5px;
	}

	.wwd_col .et_pb_module_header a {
		font-size: 17px;
	}

	.wwd_section {
		padding-top: 0 !important;
	}
	.page-id-747 .wwd_col {
		width: 33.33%;
	}
	/*-----------------end services--------------*/
	/*-----------------why choose us--------------*/
	.wcu_img img {
		height: 470px;
	}

	.wcu_col_box {
		padding: 10px 10px;
	}

	.wcu_col {
		padding: 5px;
	}

	.wcu_text {
		height: 167px;
		overflow: auto;
	}

	/*-----------------end why choose us--------------*/
	/*-----------------our packages--------------*/
	.sl_op_desc {
		padding: 20px 70px;
		margin: 5px 0 20px 0;
	}

	/*-----------------end our packages--------------*/
	/*-----------------gallery--------------*/
	.sl_og_img img {
		height: 210px;
	}

	.sl_og_section::before {
		height: 240px;
	}

	/*.sl_og_img_col:nth-child(odd) {
	    margin: 60px 0 0 0;
	}*/
	/*-----------------end gallery--------------*/
	/*-----------------faqs--------------*/
	.sl_faq_col {
		width: 100%;
	}

	/*-----------------end faqs--------------*/
	/*-----------------contact--------------*/
	.sl_gt_block {
		width: 100%;
		padding: 20px;
	}

	/*-----------------end contact--------------*/
	/*----------------- blog--------------*/
	.blog_img_box_inner img {
		height: 280px;
	}

	.blog_content_box {
		padding: 10px 5px;
	}

	.blg_date_text {
		font-size: 18px;
		width: 50px;
		height: 50px;
	}

	/*-----------------end blog--------------*/

}

@media all and (min-width: 1141px) and (max-width: 1280px) {
	div#main-content {
		margin-top: 85px;
	}

	/*-----------------banner--------------*/
	.sl_bnr_col .et_pb_slide {
		height: 550px;
	}

	.sl_bnr_col .et_pb_slide_title {
		font-size: 62px !important;
	}

	.bnr_arw {
		width: 35px;
		height: 55px;
		bottom: -24px;
	}

	.bnr_arw .et-pb-icon {
		font-size: 30px !important;
	}

	/*-----------------end banner--------------*/
	/*-----------------about--------------*/
	.title_ft {
		font-size: 70px;
	}

	.title_st {
		font-size: 28px;
		margin: -15px 0 0 0;
	}

	.sl_ab_img_1 img {
		height: 420px;
	}

	.al_ab_img_2 img {
		height: 300px;
	}
	.sl_ab_col {
		padding-right: 15px;
	}
	.sl_ab_titl {
		font-size: 28px;
	}


	.al_ab_img_2 {
		margin: 20px 0 0 0;
	}

	.al_ab_img_2 {
		width: calc(100% + 150px);
	}

	.sl_ab_col_one::before {
		height: 230px;
		top: -40px;
	}

	/*-----------------end about--------------*/
	/*-----------------services--------------*/
	.wwd_col {
		padding: 10px 5px;
	}

	.wwd_col img {
		height: 220px;
	}

	.wwd_col .et_pb_blurb_container {
		padding: 10px 5px;
	}

	.wwd_col .et_pb_module_header a {
		font-size: 17px;
	}

	/*-----------------end services--------------*/
	/*-----------------why choose us--------------*/
	.wcu_img img {
		height: 470px;
	}

	.wcu_col_box {
		padding: 10px 10px;
	}

	.wcu_col {
		padding: 5px;
	}

	.wcu_text {
		height: 167px;
		overflow: auto;
	}

	/*-----------------end why choose us--------------*/
	/*-----------------our packages--------------*/
	.sl_op_desc {
		padding: 20px 90px;
		margin: 5px 0 20px 0;
	}

	/*-----------------end our packages--------------*/
	/*-----------------gallery--------------*/
	.sl_og_img img {
		height: 250px;
	}

	.sl_og_section::before {
		height: 240px;
	}

	/*.sl_og_img_col:nth-child(odd) {
	    margin: 60px 0 0 0;
	}*/
	/*-----------------end gallery--------------*/
	/*-----------------faqs--------------*/
	.sl_faq_col {
		width: 100%;
	}

	/*-----------------end faqs--------------*/
	/*-----------------contact--------------*/
	.sl_gt_block {
		width: 100%;
		padding: 20px;
	}

	/*-----------------end contact--------------*/
	/*----------------- blog--------------*/
	.blog_img_box_inner img {
		height: 300px;
	}

	.blog_content_box {
		padding: 20px 5px;
	}

	.blg_date_text {
		font-size: 21px;
		width: 60px;
		height: 60px;
	}

	/*-----------------end blog--------------*/
	
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
	div#main-content {
		margin-top: 85px;
	}

	/*-----------------banner--------------*/
	.sl_bnr_col .et_pb_slide {
		height: 600px;
	}

	.sl_bnr_col .et_pb_slide_title {
		font-size: 65px !important;
	}

	.bnr_arw {
		width: 35px;
		height: 55px;
		bottom: -24px;
	}

	.bnr_arw .et-pb-icon {
		font-size: 30px !important;
	}

	/*-----------------end banner--------------*/
	/*-----------------about--------------*/
	.title_ft {
		font-size: 80px;
	}

	.title_st {
		font-size: 32px;
	}

	.sl_ab_img_1 img {
		height: 440px;
	}

	.al_ab_img_2 img {
		height: 370px;
	}

	.sl_ab_titl {
		font-size: 31px;
	}

	.al_ab_img_2 {
		width: calc(100% + 150px);
	}

	.sl_ab_col_one::before {
		height: 250px;
		top: -40px;
	}

	/*-----------------end about--------------*/
	/*-----------------services--------------*/
	.wwd_col {
		padding: 10px 5px;
	}

	.wwd_col img {
		height: 250px;
	}

	.wwd_col .et_pb_blurb_container {
		padding: 13px 5px;
	}

	/*-----------------end services--------------*/
	/*-----------------why choose us--------------*/
	.wcu_img img {
		height: 500px;
	}

	.wcu_col_box {
		padding: 10px 10px;
	}

	.wcu_col {
		padding: 5px;
	}

	.wcu_text {
		height: 170px;
		overflow: auto;
	}

	/*-----------------end why choose us--------------*/
	/*-----------------our packages--------------*/
	.sl_op_desc {
		padding: 25px 90px;
	}

	/*-----------------end our packages--------------*/
	/*-----------------gallery--------------*/
	.sl_og_img img {
		height: 280px;
	}

	.sl_og_section::before {
		height: 300px;
	}

	/*.sl_og_img_col:nth-child(odd) {
	    margin: 60px 0 0 0;
	}*/
	/*-----------------end gallery--------------*/
	/*-----------------faqs--------------*/
	.sl_faq_col {
		width: 90%;
	}

	/*-----------------end faqs--------------*/
	/*-----------------contact--------------*/
	.sl_gt_block {
		width: 90%;
	}

	/*-----------------end contact--------------*/
	/*----------------- blog--------------*/
	.blog_img_box_inner img {
		height: 300px;
	}

	.blog_content_box {
		padding: 20px 5px;
	}

	.blg_date_text {
		font-size: 21px;
		width: 60px;
		height: 60px;
	}

	/*-----------------end blog--------------*/

}

@media all and (min-width: 1441px) and (max-width: 1680px) {
	div#main-content {
		margin-top: 85px;
	}

	/*-----------------banner--------------*/
	.sl_bnr_col .et_pb_slide {
		height: 700px;
	}

	.sl_bnr_col .et_pb_slide_title {
		font-size: 75px !important;
	}

	.bnr_arw {
		width: 40px;
		height: 60px;
	}

	/*-----------------end banner--------------*/
	/*-----------------about--------------*/
	.title_ft {
		font-size: 90px;
	}

	.title_st {
		font-size: 36px;
	}

	.sl_ab_img_1 img {
		height: 450px;
	}

	.al_ab_img_2 img {
		height: 520px;
	}

	.sl_ab_titl {
		font-size: 35px;
	}

	.al_ab_img_2 {
		width: calc(100% + 150px);
	}

	.sl_ab_col_one::before {
		height: 310px;
	}

	/*-----------------end about--------------*/
	/*-----------------services--------------*/
	.wwd_col {
		padding: 10px 5px;
	}

	.wwd_col img {
		height: 250px;
	}

	.wwd_col .et_pb_blurb_container {
		padding: 13px 5px;
	}

	/*-----------------end services--------------*/
	/*-----------------why choose us--------------*/
	.wcu_img img {
		height: 580px;
	}

	.wcu_col_box {
		padding: 20px 10px;
	}

	/*-----------------end why choose us--------------*/
	/*-----------------gallery--------------*/
	.sl_og_section::before {
		height: 300px;
	}

	/*-----------------end gallery--------------*/
	/*----------------- blog--------------*/
	.blog_img_box_inner img {
		height: 320px;
	}

	.blog_content_box {
		padding: 20px 5px;
	}

	/*-----------------end blog--------------*/


}

@media all and (min-width: 1681px) and (max-width: 1880px) {

}