html, body{
    overflow-x: hidden;
}

.page-content,
.entry-content,
.entry-summary,
.post, .page {
	margin: 0;
}

ul{
    margin: 0;
    padding: 0;
}

li{
    list-style-type: none;
    display: inline-block;
}

a{
    text-decoration: none;
    transition: all linear .25s;
}

.container{
  max-width: 1440px;
}

.font_bold{
  font-weight: 700;
}

.font_extra_bold{
  font-weight: 900;
}

.testi_info {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.home_testi p {
  font-size: 26px;
  line-height: 1.3;
}

.owl-carousel{
	display: block;
}

/* header sec css start */

.banner_btns {
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
	border-color: #fff !important;
}

.banner_btns:hover {
  background: #c80106 !important;
  border-color: #c80106 !important;
}

.topheader {
  padding: 10px 0;
  color: #fff;
  border-bottom: 1px solid #FFFFFF80;
  margin-bottom: 10px;
}

.tophead_contact li {
  position: relative;
  padding-right: 10px;
  font-size: 16px;
}

.tophead_contact li:not(:last-child)::after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}

.tophead_contact li a, #top-menu li a {
  font-size: 16px;
  color: #fff;
}

#top-menu li {
  margin-right: 20px;
}

.home #masthead {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
	width: 100%;
	padding-bottom: 10px;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.menu-top-head-menu-container, .tophead_social {
  display: inline-block;
}

#top-menu li a:hover{
    opacity: .7;
}

.follow_text {
  font-size: 16px;
  padding-right: 10px;
}

.tophead_social li a i {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all linear.25s;
}

.tophead_social li a {
  color: #fff;
}

.tophead_social li a:hover i{
    opacity: .7;
}

.main-navigation ul{
	justify-content: end;
}

#primary-menu li:not(:last-child, .sub-menu li) {
  margin-right: 50px;
  position: relative;
}

#primary-menu li.menu-item-has-children::after {
  content: "\f0d7";
  position: absolute;
  top: 30px;
  right: 10px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #fff;
}

#menu-item-551::after, #menu-item-603::after, #menu-item-552::after {
  right: -20px !important;
}

#primary-menu li a {
  color: #fff;
}

#primary-menu li a:hover {
  opacity: .7;
}
 
/* #primary-menu li a:hover ~ li::after{
  opacity: .7;
} */

.sub-menu {
  background: #1e2f6c;
  display: block !important;
	
}
.sub-menu li::after {
  display: none;
}
.sub-menu li a {
  padding: 10px;
  border-bottom: 2px dotted #C70006;
	width: 250px !important;
}

.sub-menu li.current-menu-item a {
  background: #C70006;
}

.sub-menu li a:hover {
  background: #C70006;
  opacity: 1 !important;
  color: #fff !important;
}

#masthead:not( .home #masthead ) {
  background: #000;
}
.subheader {
	background: url(https://syner-ice.com/wp-content/uploads/2025/08/Syner-Ice-Watermark-800-x-800.png) no-repeat left top, #0044A7;
    background-attachment: scroll, scroll;
	color: #fff;
	padding: 80px 0;
	text-align: center;
	background-attachment: fixed;
}
.subheader h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 60px;
}

#breadcrumbs, #breadcrumbs a {
  margin-bottom: 0;
  color: #fff !important;
  font-size: 22px !important;
}
#breadcrumbs a {
  font-weight: 700;
}
#breadcrumbs a:hover {
/*   color: #000 !important; */
	opacity: .7;
}

.about_sec {
  background: url(https://syner-ice.com/wp-content/uploads/2025/10/about-left-bg.jpg) no-repeat bottom left, 
  url(https://syner-ice.com/wp-content/uploads/2025/08/about-right-bg.jpg) no-repeat right top;
  padding: 50px 0;
  color: #fff;
	background-size: cover;
}

.page-id-377 .about_sec {
  padding-top: 0px;
}

.about_subhead{
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.about_main_head {
  color: #fff;
  font-weight: 700;
  font-size: 46px;
  padding-bottom: 20px;
	text-align: center;
}
.about_main_head span {
  color: #C70006 !important;
}

.about_sec p{
  margin-bottom: 10px;
}

.transparent_btn a {
  color: #fff !important;
  background: transparent !important;
  text-transform: uppercase;
  font-size: 20px !important;
  border-radius: 50px !important;
  padding: 10px 35px !important;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.transparent_btn a:hover{
  background-color: #C70006 !important;
  border-color: #C70006 !important;
}

.card_column {
	position: relative;
	min-height: 462px;
	overflow: hidden;
	max-width: 440px;
  	width: 100%;
	margin: auto;
}
.card_column h4 {
  position: absolute;
  color: #fff;
  top: 25px;
  left: 25px;
  font-weight: 700;
  font-size: 45px;
}
.card_column .card_inner {
  color: #fff;
  height: 100%;
  transform: translateY( 500px );
  transition: all linear .5s;
  font-size: 18px;
  position: relative;
}

.card_column img{
	border-radius: 20px;
}
.card_column:hover .card_inner {
  transform: translateY( 0 );
}
.card_column:hover h4 {
  z-index: 1;
}

.card_column .card_inner .card_inner_content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 25px;
}

.card_column .card_inner .card_inner_content a, .aecruiting_link a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  display: inline-block !important;
  padding: 5px 20px !important;
  border-radius: 50px !important;
  background: transparent !important;
}

.card_column .card_inner .card_inner_content a:hover, .aecruiting_link a:hover{
  background-color: #C70006 !important;
  border-color: #C70006 !important;
}

.flex {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.flex h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #C70006;
	line-height: 1;
}
.flex h3 span {
  font-size: 40px;
	
}

.flex h4 {
  font-size: 20px;
	font-weight: 600;
}

.accessories_sec {
  background: url( https://syner-ice.com/wp-content/uploads/2025/10/accessories-bg.jpg ) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}

.accessories_sec .about_main_head, .services_sec .about_main_head, .achievements_sec .about_main_head, .latest_blog_sec .about_main_head, .recruiting_sec .about_main_head, .gallery_sec .about_main_head,
.partner_sec .about_main_head, .technology_adaptable_sec .about_main_head, .installation_sec .about_main_head, .four_steps_sec .about_main_head, .accomplishments_sec .about_main_head, .long_standing_sec .about_main_head, .product_sec .about_main_head, .single_product_sec .about_main_head, .page_gallery_sec .about_main_head, .table_row .about_main_head{
  text-transform: uppercase;
  padding-bottom: 10px;
}

/* .accessories_img img{
  border-radius: 30px;
} */

.accessories_faq{
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.accessories_faq .vc_toggle_title h4 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.accessories_faq .vc_toggle_title {
  padding-left: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.accessories_faq .vc_toggle_content {
  color: #fff;
  padding-left: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
}
.accessories_faq .vc_toggle_title .vc_toggle_icon {
  display: none !important;
}
.accessories_faq .vc_toggle_title::after {
  content: '\f061';
  position: absolute;
  top: 10px;
  right: 0;
  font-family: 'font awesome 6 free';
  font-weight: 900;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #000;
  background: #ffffff50;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all linear .25s;
}

.accessories_faq.vc_toggle_active{
  border-bottom: 5px solid #fff;

}

.accessories_faq.vc_toggle_active .vc_toggle_title::after{
  transform: rotate(-26deg);
  background: #fff;
}

.services_sec {
  background: #EEEEEE66;
  padding: 50px 0;
}
.services_inner {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px #00000050;
}

.services_img {
  padding-bottom: 30px;
}

.services_img img{
  border-radius: 10px;
}
.services_inner .service_head {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  padding: 0 10px 20px 10px;
  margin: 0;
}
.service_excerpt {
  font-size: 22px;
  line-height: 1.3;
  padding: 0 10px;
}
.service_link {
  color: #000;
  border: 1px solid #000;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 5px 25px;
  border-radius: 50px;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 10px 10px 10px !important;
}

.service_link:hover{
  background-color: #C70006 !important;
  border-color: #C70006 !important;
  color: #fff;
}

.logo_sec, .achievements_sec, .latest_blog_sec, .technology_adaptable_sec{
  padding: 50px 0;
}

.latest_blog_sec{
	padding-bottom: 0;
}

.custom_home_blog .vc_gitem_row.vc_row.vc_gitem-row-position-top, .custom_home_blog .vc_gitem_row.vc_row.vc_gitem-row-position-middle {
  position: unset;
  transform: translateY(0%);
}

.custom_home_blog .wpb_wrapper.vc_figure a img {
  border-radius: 20px;
	transition: all linear .25s;
}

.custom_home_blog .wpb_wrapper.vc_figure a:hover img{
	opacity: .7;
}

.custom_home_blog .vc_gitem-post-data-source-post_title h4 a:hover {
  color: #1a2c6a;
  opacity: 1;
}

.custom_home_blog .vc_gitem-post-data-source-post_date, .custom_home_blog .vc_gitem-post-data-source-post_date p {
  margin-bottom: 0;
}
.custom_home_blog .vc_gitem-post-data-source-post_title {
  margin-bottom: 0;
}

.custom_home_blog .vc_btn3-left a {
  background: transparent !important;
  padding: 0;
  border: 0;
  font-size: 16px;
  color: #0044A7 !important;
  font-style: italic;
  font-family: 'Montserrat', san-sarif;
  font-weight: 500;
}
.custom_home_blog .vc_btn3-left a:hover {
  border: 0;
  opacity: .7;
}

.home_gallery .owl-item:nth-child(even) {
  margin-top: 40px;
}

.home_gallery .item img {
  border-radius: 25px;
}

.recruiting_sec {
  background: url(https://syner-ice.com/wp-content/uploads/2025/08/Vector-red.jpg) no-repeat left bottom, url(https://syner-ice.com/wp-content/uploads/2025/08/Vector-black.jpg) no-repeat right top;
  padding: 50px 0;
}

.img_with_txt{
  position: relative;
}

.img_with_txt img{
	border-radius: 20px;
}

.heading_ele{
  position: absolute;
  top: 4%;
  left: 8%;
  z-index: 1;
}

.heading_ele h2, .heading_ele h4 {
  color: #fff;
  margin: 0;
}
.heading_ele h2 {
  font-family: 'Oswald' , san-serif;
  font-weight: 700;
  font-size: 80px;
}
.heading_ele h4 {
  font-family: 'Montserrat', san-sarif;
  font-weight: 400;
}

.job_head {
  font-family: 'oswald', san-serif;
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
}
.job_head span {
  color: #C70006;
}

.aecruiting_link a {
  color: #000;
  text-transform: uppercase;
  border: 1px solid #060606;
  padding: 5px 20px !important;
}

.aecruiting_link a:hover{
  color: #fff !important;
}

.join_team_link a {
  font-size: 22px !important;
  border-radius: 50px !important;
  border-color: #C70006 !important;
  background: #C70006 !important;
  color: #fff !important;
  padding: 10px 60px 10px 35px !important;
  text-transform: uppercase;
}
.join_team_link a i {
  background: #fff;
  border-radius: 50px;
  color: #1E1E1E;
  font-size: 20px !important;
  width: 30px;
  height: 30px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: rotate( -30deg ) !important;
  position: absolute !important;
  top: 7px !important;
  right: 15px !important;
  transition: all linear .25s;
}

.join_team_link a:hover i{
  transform: rotate( 0deg ) !important;
}

.testi_sec {
  background: url( https://syner-ice.com/wp-content/uploads/2025/10/testi-bg.jpg ) no-repeat top center;
  padding: 50px 0;
	background-position-y: -25px;
}

.testi_left_col {
  position: relative;
  left: 7%;
/*   z-index: 2; */
}

.testi_main_head{
	margin-left: -100px;
}

.home_testi{
  background: transparent;
  padding: 50px 0;
  color: #fff;
	position: relative;
}

.testi_head {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 0;
  color: #fff;
}

.home_testi .item {
  max-width: 780px;
  width: 100%;
}

.testi_info .row {
  align-items: center;
}

.testi_info img {
  max-width: 74px;
  width: 100%;
  margin-left: auto;
	display: block;
	height: 74px;
	border-radius: 50%;
	object-fit: cover;
}

.home_testi .item p {
  position: relative;
  padding-left: 50px;
  padding-top: 20px;
	margin-bottom: 20px !important;
}
.home_testi .item p::before, .home_testi .item p::after {
  content: '\f10d';
  font-family: 'Font Awesome 6 Free';
	font-weight: 900;
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 40px;
  line-height: 1;
}

.home_testi .item p::after{
	content: '\f10e';
	top: unset;
	bottom: -5px;
	left: unset;
	right: 0;
}

.home_testi .owl-nav {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
}

.home_testi .owl-nav .owl-next {
  position: absolute;
  right: 9%;
}
.home_testi .owl-nav .owl-prev {
  position: absolute;
  left: -1%;
}

.home_testi .owl-nav button {
  background: #bab8b8 !important;
  max-width: 60px;
  width: 100%;
  height: 44px;
  transition: all linear .25s;
}
.home_testi .owl-nav button:hover {
  background: #c70006 !important;
}

.testi_right_col img {
  border: 5px solid #fff;
}



.contact_global_sec {
  color: #fff;
  background: url(https://syner-ice.com/wp-content/uploads/2025/08/dots-bg.png) no-repeat top center, 
  url(https://syner-ice.com/wp-content/uploads/2025/08/bg-watermark.png) no-repeat bottom right, #1a2c6a;
  padding: 50px 0;
}

.form_sec p {
  font-size: 18px;
}

#input_2_1_3_container {
  padding-right: 0;
}

#gform_2 input:not([type="submit"]), #gform_2 textarea{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

#gform_2 input::placeholder, #gform_2 textarea::placeholder{
  color: #ffffff;
}

#gform_submit_button_2, #gform_submit_button_3 {
  background: #C70006;
  color: #fff;
  border: 0;
  border-radius: 50px;
  padding: 0;
  padding: 15px 35px;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  transition: all linear .25s;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

#gform_submit_button_2:hover, #gform_submit_button_3:hover{
  opacity: .7;
}


.gallery_sec, .partner_sec, .installation_sec, .accomplishments_sec, .long_standing_sec{
	padding: 50px 0;
}

.gallery_sec{
	background: #f7f7f7;
}

.partners_logo{
	background: #f4f4f4;
}

.partner_sec .about_main_head {
  color: #000;
  text-align: left;
  margin-bottom: 0;
	padding-bottom: 0;
}

.partners_head {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
}
.partners_head span {
  color: #c70006;
}

.partners_carousel .owl-nav.disabled, .partners_carousel .owl-nav {
  display: block;
	margin-top: 0;
}

.partners_carousel .owl-nav.disabled button, .partners_carousel .owl-nav button {
  position: absolute;
  top: 30%;
  left: -5%;
}
.partners_carousel .owl-nav.disabled button.owl-next, .partners_carousel .owl-nav button.owl-next {
  left: unset;
  right: -5%;
}

.partners_carousel .owl-nav.disabled button:hover, .partners_carousel .owl-nav button:hover {
  background: transparent !important;
}

.partners_carousel .owl-nav.disabled button i, .partners_carousel .owl-nav button i {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #c70006;
  color: #fff;
  font-size: 24px;
}

.partners_carousel .owl-nav.disabled button i:hover, .partners_carousel .owl-nav button i:hover{
	background: #000;
}


.page-id-377 .about_sec{
	background: url(https://syner-ice.com/wp-content/uploads/2025/10/about-left-bg.jpg) no-repeat bottom left;
}

.page-id-377 .about_sec .about_main_head{
	text-align: left;
}

.page-id-377 .achievements_sec{
	background: #f7f7f7;
}


.contact_page_form{
	background: #f4f4f4;
}

.contact_form_col .vc_column-inner {
  max-width: 500px;
  margin: auto;
  padding: 50px 0;
}

.contact_form_col #gform_2 input:not([type="submit"]), .contact_form_col #gform_2 textarea{
	background: #fff;
}

.contact_form_col #gform_2 input::placeholder, .contact_form_col #gform_2 textarea::placeholder{
	color: #111;
}

.contact_info_sec{
	padding: 50px 0;
/* 	background: #c70006; */
}

.contact_page_contacts ul {
  text-align: center;
}

.contact_page_contacts ul li {
	background: #282828;
	color: #fff;
	border-radius: 25px;
	margin-right: 20px;
	vertical-align: middle;
	line-height: 1.3;
	width: 350px;
	height: 200px;
	display: inline-block;
	padding: 40px 0;
	transition: all linear .25s;
}

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

.contact_page_contacts ul li:hover{
	background: #c70006;
}

.contact_page_contacts ul li i{
	display: block;
	font-size: 60px !important;
  padding-bottom: 20px;
}

.contact_page_contacts ul li a{
	color: #fff;
}

.footer_inner{
    background: #F4F4F4;
    padding-top: 50px;
}

#text-2, #text-3 {
  max-width: 800px;
  margin: auto;
  position: relative;
}

#gform_wrapper_1 {
  max-width: 540px;
  margin-left: auto;
}

#text-2 p {
  display: inline-block;
  font-size: 30px;
  padding: 25px 35px;
  border-radius: 50px;
  background: #C70006;
  color: #fff;
  border: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Montserrat', san-sarif;
  font-weight: 600;
	line-height: 1;
}

#gform_wrapper_1 .gform_heading {
  display: none;
}

#gform_fields_1 {
  background: #fff;
  border-radius: 50px;
}

#gform_fields_1 #input_1_1 {
  padding: 26px 20px;
  font-size: 20px;
  border: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
/* 	line-height: 1; */
}

#gform_fields_1 #input_1_1:focus{
    outline: none;
}

#gform_fields_1 #field_submit {
  margin: auto;
  background: #C70006;
  margin-right: 20px;
  padding: 10px;
  border-radius: 50px;
	transition: all linear .25s;
}

#gform_submit_button_1 {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
	line-height: 1;
	padding: 15px 35px;
}

#gform_fields_1 #field_submit:hover{
	opacity: .7;
}

#text-3 p {
  text-align: center;
  color: #666666;
}

#media_image-3 {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 0;
}

footer .widget-title {
  font-size: 22px;
  color: #0044A7;
	font-weight: 700;
}

#menu-footer-menu-1 li, #menu-footer-menu-2 li, #menu-footer-menu-3 li, #nav_menu-6 li {
  display: block;
}

#menu-footer-menu-1 li a, #menu-footer-menu-2 li a, #menu-footer-menu-3 li a, #nav_menu-6 li a {
  color: #000;
  font-size: 16px;
}

#menu-footer-menu-1 li a:hover, #menu-footer-menu-2 li a:hover, #menu-footer-menu-3 li a:hover, #nav_menu-6 li a:hover {
  opacity: .7;
}

.menu_sec p {
  font-size: 16px;
}

.footer_contact_list {
  display: flex;
  justify-content: space-between;
}

.footer_contact_list li a {
  color: #000;
}

.footer_contact_list li a:hover {
  opacity: .7;
}

.footer_bottom_links {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer_bottom_menu {
  padding-bottom: 10px;
}

#footer_bottom_menu li {
  margin-right: 40px;
}

#footer_bottom_menu li a {
  color: #000;
  font-size: 16px;
}

#footer_bottom_menu li a:hover {
  opacity: .7;
}

.footer_social {
  text-align: center;
  display: block;
}

.footer_social li a i {
  color: #000;
  border: 0;
  transition: all linear .25s;
}

.footer_social li a:hover i {
  opacity: .7;
}

.footer_bottom {
  padding: 10px 0;
  background: #000;
  color: #fff;
  text-align: center;
}

#bottom_to_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #090a22;
  text-indent: -9999px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  transition: all linear .25s;
  z-index: 999;
	padding: 0;
}

#bottom_to_top i{
	color: #fff;
	display: block;
  	text-indent: 0;
}

#bottom_to_top:hover {
  background-color: #c70006;
  opacity: 1;
}

.installation_sec{
	background: url( https://syner-ice.com/wp-content/uploads/2025/08/Rectangle-12.jpg ) left center no-repeat, url( https://syner-ice.com/wp-content/uploads/2025/08/Vector.png ) right top no-repeat;
}

.installation_sec a, .unforgettable_sec .transparent_btn a, .peace_mind_sec .transparent_btn a, .technology_adaptable_sec .transparent_btn a{
  border-color: #111 !important;
  color: #111 !important;
}

.installation_sec a:hover, .unforgettable_sec .transparent_btn a:hover, .peace_mind_sec .transparent_btn a:hover, .technology_adaptable_sec .transparent_btn a:hover {
  	color: #fff !important;
	border-color: #C70006 !important;
}

.cooling_units_sec{
	background: none;
}

.four_steps_sec{
	padding: 50px 0;
	background: #1B1B1B;
}

.steps_head {
  max-width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 25px;
  margin: auto;
  margin-bottom: 20px !important;
  border-bottom-left-radius: 0;
}

.four_steps_sec .steps_col .vc_column-inner {
  position: relative;
}
.four_steps_sec .steps_col:not(:last-child) .vc_column-inner::after {
  content: '';
  background: url(https://syner-ice.com/wp-content/uploads/2025/08/Arc-2.png) no-repeat right top;
  position: absolute;
  top: 0;
  right: -115px;
  width: 230px;
  height: 33px;
  background-size: contain;
}

.four_steps_sec .steps_col:nth-child(even) .vc_column-inner::after{
	background: url(https://syner-ice.com/wp-content/uploads/2025/08/Arc-1.png) no-repeat right bottom;
	top: 30%;
}

.tab_sec{
/* 	background: linear-gradient(to right, #F7F7F7 0%, #F7F7F7 50%, #fff 50%, #fff 100%); */
/* 	background-image: url(https://syner-ice.com/wp-content/uploads/2025/08/Vector.png);
	background-position: top right;
	background-repeat: no-repeat; */
}

.tab_sec .tabs_col{
	padding-left: 13%;
	padding-right: 15px;
}

.tabe-inner {
  padding-bottom: 20px;
}

.rounded_img img{
	border-radius: 10px;
}


#pills-tab li{
	margin-right: 10px;
}

#pills-tab li button {
  border-radius: 50px;
	border: 1px solid #000;
  color: #000;
}

#pills-tab li button.active {
  border-radius: 50px;
  background: #C70006;
  color: #fff;
	border-color: #C70006;
}

.tabe-inner .tab-content-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
	color: #1a2c6a;
}
.tabe-inner .tab-content-list li, .synerice_lists li {
  position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
	display: block;
}

.tabe-inner .tab-content-list li:before, .synerice_lists li::before{
	content: "\f0da";
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	color: #C70006;
}

.accomplishments_sec{
	background: #1F5AAF;
	padding: 80px;
}

.accomplishments_sec .transparent_btn a{
	background-color: #C70006 !important;
  	border-color: #C70006 !important;
}

.accomplishments_sec .transparent_btn a:hover{
	background-color: transparent !important;
  	border-color: #fff !important;
}

.long_standing_sec{
	background: url( https://syner-ice.com/wp-content/uploads/2025/08/Vector.png ) no-repeat right top;
}

.bordered_img img{
	border: 7px solid #d6d6d6;
}

.comfort_security_sec {
  background: url(https://syner-ice.com/wp-content/uploads/2025/08/Vector.png) no-repeat right center;
}

.red_bull_sec{
	background: url(https://syner-ice.com/wp-content/uploads/2025/08/Vector-red.jpg) no-repeat left center;
	padding: 50px 0;
}

.product_box{
	position: relative;
	overflow: hidden;
	transition: translateY linear .25s;
	margin-bottom: 30px !important;
}

.product_box img {
  border-radius: 20px;
  width: 370px;
  height: 300px;
  margin: auto;
  display: block;
  object-fit: cover;
}

.product_box .hover_div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY( 100% );
	background: rgba( 0, 0, 0, .5 );
	border-radius: 20px;
	transition: all linear .25s;
}

.product_box h4 {
	text-align: center;
	line-height: 1.2;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.product_box:hover .hover_div {
  transform: translateY( 0 );
}

.single_product_sec {
	padding: 50px 0;
	background: url(https://syner-ice.com/wp-content/uploads/2025/08/Vector.png) no-repeat right center;
}

/* .product_gallery {
  padding-top: 50px;
} */

.product_gallery li{
	margin-bottom: 20px;
}

.product_gallery img {
  max-height: 500px;
  height: auto;
  object-fit: contain;
	border: 5px solid #f7f7f7;
}

.page_gallery .owl-theme .owl-nav [class*="owl-"], .product_gallery.owl-theme .owl-nav [class*="owl-"] {
  width: 50px;
  background: #869791 !important;
  color: #fff !important;
  height: 40px;
  transition: all linear .25s;
}

.page_gallery .owl-theme .owl-nav [class*="owl-"]:hover, .product_gallery.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #c70006 !important;
}

.color_lists li{
	text-align: center;
}

.color_lists img {
  display: block;
}

.page_gallery_sec{
	background: #f7f7f7;
	padding: 50px 0;
}

.page_image_gallery_title {
	font-size: 48px;
	color: #000000;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.page_gallery .owl-carousel {
  max-width: 1080px;
  margin: auto;
}


.product_col .vc_column-inner {
/*   background: #f7f7f7; */
  padding: 0 !important;
  border-radius: 20px;
  box-shadow: 0 0 10px 0px #000;
	border-bottom: 5px solid #c70006;
}

.product_col .vc_column-inner h4 {
  color: #1f5aaf;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 15px;
}

.product_col .vc_column-inner .wpb_text_column {
  padding-left: 15px;
  padding-right: 15px;
}

.product_col .vc_column-inner img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	min-height: 350px !important;
	height: 100%;
	object-fit: cover;
	transition: all linear .25s;
}

.product_col .vc_column-inner img:hover{
	opacity: .7;
}

.pro_read_more {
  padding-left: 15px;
  padding-right: 15px;
}

.pro_read_more a {
  border: 0 !important;
  background: #c70006 !important;
  color: #fff !important;
  border-radius: 50px !important;
  transition: all linear .25s;
  font-size: 18px !important;
}

.pro_read_more a:hover {
  background: #1f5aaf !important;
}

.product_gallery .wpb_image_grid_ul li a:hover{
	opacity: .7
}

#text-3 p {
  font-size: 24px;
  line-height: 1.3;
}

/*---------- blog Page start ----------*/

.row.isotope_cont {
  padding: 50px 0;
}

.post-title-bg h2 {
    color: #fff !important;
    font-size: 74px;
    font-family: barlow !important;
    font-weight: 700 !important;
}

#text-6 h2.widget-title{
    font-size: 25px;
    color: #194588;
    text-align: left;
    font-family: Quicksand;
    font-weight: 700;
    font-style: normal;
	margin-left: -12px !important;
}

span.blog-title {
    font-size: 20px;
    font-weight: 600;
	display: block;
	margin-bottom: 10px !important;
}

.blog .blog-title h2 {
  font-size: 34px;
	font-weight: 400;
}

span.blog-title a {
    color: #1a2c6a !important;
  transition: linear all .25s;
  font-size: 30px;
  font-weight: 600;
}

span.blog-title a:hover {
    opacity: .7 !important;
}

.blog_page_read_more {
    margin-top: 10px;
}

.blog_read_more, .entry-link a {
  color: #c70006 !important;
  font-size: 18px;
  font-weight: 700;
}

.blog_read_more:hover, .entry-link a:hover {
  opacity: .7;
}

.blog .blogImage {
    border: 1px solid #cccdcd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #ebebeb;
	margin-bottom: 0;
}

.blogBox.style3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.blogPage.style8 .blogBox.style3 .blogImage {
    width: 33%;
}

.blogBox.style3 .blogImage {
    float: left;
    margin: 0 0 0 0;
    width: 25%;
}

.zoom {
    position: relative;
    overflow: hidden;
}

.zoom img {
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	min-height: 250px;
    object-fit: cover;
}

.zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogImage .blogDate {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 39px;
    background: #c70006;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
}

.blogImage .blogDate i {
    font-size: 12px;
    font-style: normal;
    display: block;
}

.blogImage .blogDate i ~ i {
    margin-left: -6px;
}

.blogPage hr {
    border-color: #d6d6d6;
}

.isotope-item .row {
  border-bottom: 1px solid #5dbb4b;
	    padding: 28px 0 25px 0;
}
.isotope-item .row:last-child {
  border-bottom: 0 !important;
}

.blogImage .blogDate hr {
    border-top: 0px solid #fff;
/*     padding: 5px 0 0 0; */
    margin: 5px 0 5px 0;
	opacity: 1 !important;
}

.blogImage .blogDate i, .blogImage .blogDate span {
    margin-left: -3px;
}

.blogImage .blogDate span {
    font-size: 20px;
    font-style: normal;
    display: block;
}

a.more2, .blog_ul li a {
    color: #164688 !important;
	transition: all 0.3s;
	font-weight: bold;
}

a.more2:hover, .blog_ul li a:hover {
    opacity: .7 !important;
}

ul.blog_ul {
    margin: 20px 0 !important;
}

ul.blog_ul li span {
    margin-right: 5px;
	width: 40px;
    height: 40px;
    background: #1877f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px !important;
    color: #fff;
}

span.social_icons.icon_ig {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

span.social_icons.icon_linkedin {
    background: #007bb5;
}

section#search-2 {
    background: #f1f1f1;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 30px 25px;
    margin-bottom: 30px;
}

section#search-2 form label {
    width: 75%;
}

input.search-field {
    width: 100%;
}

input.search-submit {
    background: #c70006;
    color: #fff;
	transition: all linear .25s !important;
	border: 0;
	padding: 8px 15px;
}

input.search-submit:hover {
    opacity: .7 !important;
}

section#recent-posts-2 h3, section#text-4 h3, section#text-5 h3 {
    background: #1a2c6a;
    color: #fff;
    border-left: 20px solid #c70006;
    line-height: 1.5;
	text-indent: 5px !important;
	font-size: 24px !important;
}

section#recent-posts-2 ul {
    margin-top: 10px !important;
}

section#recent-posts-2 ul li {
    display: block;
}

section#recent-posts-2 ul li a {
    color: #000 !important;
    display: flex !important;
	padding: 10px 0;
    transition: all linear .25s;
    text-indent: 0px !important;
	border-bottom: 2px dotted #000 !important;
}
section#recent-posts-2 ul li a:before {
    content: "\f0da";
    margin: 0 10px 0 5px;
    display: inline-block;
    font-family: FontAwesome;
}

section#recent-posts-2 ul li:first-child a {
    border-top: 0px dotted #000 !important;
}

section#recent-posts-2 ul li:last-child a {
    border-bottom: 0px dotted #000 !important;
}

section#recent-posts-2 ul li a:hover {
    color: #fff !important;
    background: #c70006;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-top: 10px;
}

.heateor_sss_sharing_ul a {
    transition: all linear .25s !important;
}

.heateor_sss_sharing_ul a:hover {
    opacity: .7 !important;
}

.blog .latest_blog_sec, .single-post .latest_blog_sec, .search .latest_blog_sec, .single-product .latest_blog_sec {
  display: none;
}

.pagination.clearfix{
	justify-content: center;
}

.pagination.clearfix ul{
	padding-bottom: 50px;
}

.pagination.clearfix a.page-numbers, .pagination.clearfix span.page-numbers{
	background: #c70006;
	color: #fff;
	width: 50px;
	display: flex;
	height: 50px !important;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	font-size: 24px;
}

.pagination.clearfix span.page-numbers{
	background: #1a2c6a;
}

.pagination.clearfix a.page-numbers:hover{
	background: #1a2c6a;
}

/* .pagination.clearfix span.page-numbers{
	
} */

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

/*---------- Single blog start ----------*/


.single-blog.single-post {
  padding: 50px 0;
}

.single_blog_title, .error-404.not-found h2 {
  color: #C70006;
  font-size: 40px;
	font-weight: 600;
}

.single_blog_date {
  font-size: 16px;
  font-weight: 600;
  color: #1a2c6a;
	margin-bottom: 20px;
}


.single-blog.single-post .blogImage {
  margin-bottom: 20px;
}

ul.single-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    list-style: none;
    font-size: 20px;
    color: #5dbb4b !important;
}
ul.single-pagination li a {
    color: #C70006 !important;
}
ul.single-pagination li a:hover {
    color: #1a2c6a !important;
}

.reference_url {
  color: #c70006 !important;
}

.reference_url:hover {
  opacity: .7;
}
/*---------- Single blog end ----------*/

.no-results.not-found .search-form {
  display: none;
}

.no-results.not-found h2, .search-results h3 a, .search-results h2.page-title  {
  color: #c70006;
  font-weight: 600;
  font-size: 36px;
}

.search-results h3 a {
	color: #1a2c6a;
}


.search-results article {
  background: #f7f7f7;
  border-radius: 10px;
  border-bottom: 1px solid #c70006;
	margin-bottom: 40px;
	padding: 25px;
	border-bottom: 5px solid #c70006;
}

.search-results h3 a:hover{
	opacity: .7;
}

.search-results article .entry-meta .single_blog_date {
  color: #c70006;
}

.search-results article .post-thumbnail img {
  margin-bottom: 20px !important;
}

.search-results article .entry-footer{
	display: none;
}

.page-id-411 .latest_blog_sec, .error404 .latest_blog_sec, .page-id-1489 .latest_blog_sec {
  background: #f7f7f7;
}

div.heateor_sss_mobile_footer{
	display: none !important;		
}

#gform_3{
	padding: 46px 62px;
	border-radius: 20px;
	background-color: #0043ab;
	box-shadow: 0px 0px 9px 4px #9999993b;
}

#gform_3 label, #gform_3 .gform_drop_instructions, #gform_3 .gform_fileupload_rules {
/* 	padding: 0; */
    color: #FFFFFF;
    font-family: 'Montserrat';
    margin-bottom: 0;
	margin-bottom: 0;
  font-weight: 600;
}

#gform_3 .gfield_consent_description{
	color: #FFFFFF;
}

#gform_wrapper_3 .gform_required_legend {
  display: none;
}

#gform_browse_button_3_10 {
  color: #fff;
  border: 0;
  border-radius: 50px;
  padding: 10px 35px;
  background: #C70006;
  transition: all linear .25s;
	margin-top: 10px;
}

#gform_browse_button_3_10:hover {
  opacity: .7;
}

#gform_confirmation_wrapper_3 {
  text-align: center;
  font-size: 26px;
  font-style: italic;
  color: #0042aa;
  font-weight: 600;
}

.footer_logos{
	text-align: center;
}

.recep-table-1-1 td:first-child {
    width: 33%;
}

.page_gallery_sec .transparent_btn a{
	background-color: #C70006 !important;
  	border-color: #C70006 !important;
	transition: all linear .25s;
}

.page_gallery_sec .transparent_btn a:hover {
  background: #0044a7 !important;
  border-color: #0044a7 !important;
}


.home-tykeskater-part-12 {
    padding: 120px 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-tykeskater-part-12 h2 {
    text-transform: uppercase;
}

.home-tykeskater-part-12 iframe {
	border: 3px solid #fff;
}

@media screen and ( max-width: 1600px ){
	.tab_sec .tabs_col{
		padding-left: 9.5%;
	}
}


@media screen and ( max-width: 1440px ){	
	.card_column:hover .card_inner {
	  transform: translateY( 0 );
	}
	
	.testi_main_head{
		font-size: 60px !important;
		margin-left: -100px;
	}
	
	.tab_sec .tabs_col{
		padding-left: 5%;
	}
}

@media screen and ( max-width: 1366px ){
	.tab_sec .tabs_col{
		padding-left: 4%;
	}
}

@media screen and ( max-width: 1200px ){
	
	#top-menu li{
		margin-right: 10px;
	}
	
	#primary-menu li a{
		font-size: 18px;
	}
	
	#primary-menu li.menu-item-has-children::after{
		top: 26px;
	}
	
	.card_column {
		margin-bottom: 20px;
	}
	
	.card_column:hover .card_inner {
	  transform: translateY( 0 );
	}
	
	.card_column h4, .flex h4, .service_excerpt{
		font-size: 20px;
	}
	
	.flex h3{
		font-size: 60px;
	}
	
	.accessories_faq .vc_toggle_title h4, .services_inner .service_head{
		font-size: 30px;
	}
	
	.heading_ele{
		top: 8%;
	}
	
	.w_65{
		width: 66% !important;
	}
	
	.w_65 p{
		font-size: 20px !important;
	}
	
	.testi_main_head{
		font-size: 40px !important;
	}
	
	.home_testi .owl-nav{
		top: -70px;
	}
	
	.contact_form_head {
	  font-size: 40px !important;
	}
	
	.footer_contact_list li {
	  font-size: 18px;
	}
	
	.home_testi p{
		font-size: 26px;
	}
	
	.home_testi .item p::after{
		right: 10px;
	}
	
	.tab_sec .tabs_col{
		padding-left: 1.5%;
	}
	
	.topheader [class*="col-md-"] {
	  width: 100%;
	  text-align: center !important;
	}
}

@media screen and ( max-width: 1080px ){
	body{
		font-size: 18px !important;
	}
	.heading_ele{
		top: 24%;
	}
	
	.card_sec .vc_col-sm-3 {
	  width: 50%;
	}

	.card_sec .vc_col-sm-3 .card_column {
	  max-height: 634px;
	  height: auto;
	  margin-bottom: 30px;
	}
	
	.card_column h4{
		font-size: 30px;
	}
	
/* 	.card_column .card_inner{
		transform: translateY( 190px );
	} */
	
	.card_column:hover .card_inner {
		transform: translateY( 0px );
	 }
	
	.flex h4, .w_65 p{
		font-size: 18px !important;
	}
	
	.services_inner .service_head{
		font-size: 24px;
	}
	
	.join_team_link a{
		font-size: 20px !important;
	}
	
	.testi_main_head{
		margin-left: -70px;
	}
	
	.contact_form_head{
		font-size: 34px !important;
	}
	
	.home_gallery .owl-item:nth-child(2n){
		margin-top: 20px;
	}
	
	section#search-2 form label{
		width: 68%;
	}
}

@media screen and ( max-width: 1024px ){
	
	.topheader .col-md-6 {
	  width: 100%;
	  text-align: center !important;
	}
	
	.topheader .col-md-6.text-end{
		padding-top: 10px;
	}
	
	#pills-tab li button{
		font-size: 16px;
	}
	
	section#search-2 form label{
		width: 66%;
	}
}

@media screen and ( max-width: 992px ){
	.accessories_faq .vc_toggle_title h4{
		font-size: 24px;
	}
	
.home-tykeskater-part-12 h2 {
    font-size: 46px !important;
}

	
	.accessories_faq .vc_toggle_title::after{
		width: 30px;
  		height: 30px;
	}
	
	.accessories_sec .about_main_head {
	  font-size: 40px !important;
	}
	
	.accessories_sec .about_main_head, .services_sec .about_main_head, .achievements_sec .about_main_head, .latest_blog_sec .about_main_head, .recruiting_sec .about_main_head {
	  font-size: 40px !important;
		line-height: 1;
	}
	
	.about_main_head.our_style_head{
		font-size: 28px !important;
	}
	
	.accessories_design{
		font-size: 24px !important;
	}
	
	.testi_main_head{
		font-size: 36px !important;
	}
	
	section#search-2 form label{
		width: 64%;
	}
	
	#text-2 p{
		position: unset;
		display: block;
		max-width: 240px;
		margin: auto;
		margin-bottom: 20px;
	}
	
	#gform_wrapper_1{
		margin-left: auto;
		margin-right: auto;
	}
	
}

@media screen and ( max-width: 767px ){
	.home_services .col-md-3 {
	  width: 50%;
	  margin-bottom: 30px;
	}
	
	.subheader h1{
		font-size: 40px;
	}
	
	.about_main_head{
		font-size: 34px !important;
		text-transform: capitalize !important;
	} 
	
	.home-tykeskater-part-12 h2 {
        font-size: 34px !important;
		text-transform:uppercase !important;
    }
	.home-tykeskater-part-12 {
    padding: 100px 15px 20px;
	}
	
	.about_sec, .page-id-377 .about_sec{
		background-image: none;
		background-color: #1a2c6a;
	}
	
/* 	.testi_sec{
		background: #f7f7f7;
	} */
	
/* 	.testi_sec h4:not(.testi_head){
		color: #000 !important;
	} */
	
	.custom_home_blog .wpb_single_image {
	  text-align: left !important;
	}
	
	.recruiting_sec{
		background-image: none;
		background: url(https://syner-ice.com/wp-content/uploads/2025/08/Vector-black.jpg) no-repeat right top;
	}
	
	.heading_ele{
		top: 0%;
		left: 18%;
	}
	
	.join_team_link a i{
		top: 7px !important;
	}
	
	.testi_left_col{
		position: unset !important;
	}
	
	.testi_info {
	  text-align: center;
	}
	
	.testi_info img{
		margin: auto;
	}
	
	.footer_contact_list li{
		font-size: 16px;
	}
	
	.flex{
		display: grid;
		justify-content: center;
	}
	
	.w_65{
		width: 100% !important;
	}
	
	.accessories_faq .vc_toggle_title h4{
		font-size: 20px;
	}
	
	.installation_sec{
		background-image: none;
		background-color: #f7f7f7;
	}
	
	.cooling_units_sec{
		background: none;
	}
	
	.tab_sec{
		background: linear-gradient(to right, #F7F7F7 0%, #F7F7F7 100%, #fff 50%, #fff 100%);
	}
	
	.long_standing_sec{
		background: none;
/* 		background-color: #f7f7f7 !important; */
	}
	
	.page_image_gallery_title{
		font-size: 30px;
		text-transform: capitalize;
	}
	
	.red_bull_sec{
		background: none;
		background-color: #f7f7f7
	}
	
	.contact_page_form {
	  padding: 0 15px;
	}
	
	.contact_page_contacts ul li {
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 20px;
	}
	
	section#search-2 form label{
		width: 70%;
	}
	
	.footer_logos img{
		margin-bottom: 20px;
	}
	
	#gform_3{
		padding: 40px;
	}
}

@media screen and ( max-width: 680px ){
	
	.heading_ele{
		left: 15%;
	}
	
	.footer_contact_list, .footer_contact_list li{
		display: block;
		text-align: center;
		padding-bottom: 0px;
	}
	
	.card_sec .vc_col-sm-3{
		width: 100%;
	}
	
	.card_column h4{
		font-size: 30px;
	}
	
	section#search-2 form label{
		width: 66%;
	}
}

@media screen and ( max-width: 640px ){
	#gform_fields_1 {
	  background: transparent;
	}
	#gform_fields_1 #input_1_1 {
	  padding: 15px 20px;
	  border-radius: 50px;
		line-height: 1;
	}
	#gform_fields_1 #field_submit {
	  display: block;
	  width: 100%;
	  padding: 0px 20px;
	}
	
	.card_column .card_inner{
		transform: translateY( 300px );
	}
	
	section#search-2 form label{
		width: 63%;
	}
}

@media screen and ( max-width: 600px ){
	.heading_ele{
		left: 10%;
	}
	
	.home_testi .item p{
		padding-left: 0;
	}
	
	.home_testi .item p::before, .home_testi .item p::after{
		display: none;
	}
}

@media screen and ( max-width: 576px ){
	
	.tophead_contact li{
		font-size: 14px;
	}
	
	.site-branding img {
	  max-width: 250px;
	}
	
	#rmp_menu_trigger-245{
		top: 117px;
	}
	
	.accessories_sec .about_main_head, .services_sec .about_main_head, .achievements_sec .about_main_head, .latest_blog_sec .about_main_head, .recruiting_sec .about_main_head{
		font-size: 34px !important;
	}
	
	.about_main_head.our_style_head{
		font-size: 28px !important;
	}
	
	.home_services .col-md-3{
		width: 100%;
	}
	
	.home_gallery .owl-item:nth-child(2n){
		margin-top: 0px;
	}
	
	.testi_main_head{
		font-size: 32px;
		margin-left: 0;
	}
	.home_testi{
		padding: 20px;
	}
	
	.home_testi p{
		font-size: 18px;
	}
	
	.home_testi .item p::after{
		right: 10px;
		bottom: -20px;
	}
	
	.home_testi .owl-nav{
		position: unset;
		display: none;
	}
	
	.heading_ele{
		left: 8%;
	}
	
	.heading_ele h2{
		font-size: 70px;
	}
	
	section#search-2 form label{
		width: 69%;
	}
	
	.blog .blog-title h2{
		line-height: 1;
  		padding-top: 10px;
	}
	
	.single_blog_title, .error-404.not-found h2{
		font-size: 34px;
	}
	
	.page_image_gallery_title{
		font-size: 26px;
	}
	
	.blog .isotope-item, .col_left {
		padding-bottom: 50px;
	}
	
	.subheader h1{
		font-size: 36px;
	}
	
	#gform_submit_button_2, #gform_submit_button_3, #gform_submit_button_1{
		font-size: 20px;
	}
	
	#gform_3{
		padding: 25px;
	}
}


@media screen and ( max-width: 480px ){
	#rmp_menu_trigger-245{
		top: 170px;
	}	
}

