/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* General css start */

div#top-bar-wrap {
    display: none !important;
}
.elementor-element.elementor-element-d8d7557.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    display: block;
}

a:focus {
    outline: solid 0px !important;
}

.ignore-toc span.cs-elementor-message{
   color: #ff3c36 !important;
   font-weight: 700 !important;
}
.ignore-toc select.elementor-field-textual {
    font-size: 14px !important;
}
.mm-contact-form select.elementor-field-textual {
    font-size: 14px !important;
}
body {
    background: #f0f8ff;
}
/* General css end */

/*Home page css start  */

.page-id-11 .elementor-tab-title {
    background: #026495 !important;
	width:350px !important;
	text-align:center !important;
	}
.page-id-11 .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    background: #00acf0 !important;
}
.page-id-11 .elementor-tab-title:hover {
    background: #101010 !important;
}



/*Home page css end  */

/* contact us page start */
select.elementor-field-textual option {
    color: black !important;
}

/* contact us page end */

/* services Detail page  */
ul#menu-services .serv-lst a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    position: relative;
   padding: 10px 20px 10px 20px;
    background-color: #dcdcdc;
  display: flex;
    justify-content: space-between;
	    margin-bottom: 10px;
	flex-direction: row-reverse;
	align-items: center;
}
ul#menu-services .serv-lst i.icon.after.line-icon.icon-arrow-right {
     font-weight: bold;
    padding-top: 9px;
    font-size: 15px !important;
	color:white !important;
}
.menu-services-container .menu .current_page_item a {
    background: black !important;
	color:white !important;
}

.side-icn .elementor-icon-box-content {
    background: #fff;
    border-radius: 12px;
    padding: 5px 10px;
}
.content-area {
    border: none;
}
ul#menu-services .serv-lst-btn a{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 10px 20px 10px 20px;
    background-color: #00acf0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
	flex-direction: row-reverse;
	align-items: center;
}
.icon-arrow-right-circle:before{
	font-weight: 600 !important;
}


/* services Detail page  end */

/* Service Listing page start*/

.elementor-flip-box__front .elementor-flip-box__layer__inner {
    background: #fefefe;
    box-shadow: 0px 0px 5px #00000045 !important;
    border-radius: 4px;

}
.elementor-flip-box__front .elementor-flip-box__layer__title{
	padding: 0px 20px !important;
}
.elementor-flip-box__front .elementor-flip-box__layer__description {
    padding: 0px 20px 20px 20px;
}
.elementor-flip-box__back {
    height:468px !important;
}
.elementor-flip-box__image{
   margin-bottom: 0px !important;
}
a.mm-mobile-service-listing-btn {
    background: #00acf0;
    color: white !important;
    padding: 10px 50px;
    border-radius: 3px;
}
.mm-mobile-service-listing-description {
    margin-bottom: 13px;
	padding-left: 10px;
    padding-right: 10px;
}

.mm-service-carousel figcaption.elementor-image-carousel-caption {
    padding-bottom: 29px !important;
}
h3.mm-mobile-service-listing-Heading {
    font-size: 20px;
    font-weight: 800;
}
.mm-service-carousel .swiper-slide{
   border-radius: 4px !important;
    box-shadow: 0px 0px 5px #00000054 !important;
}

/* Service Listing page end*/

/* Header css start */
.elementor-sticky.elementor-sticky--active .mm-menu-section {
    padding-top: 12px;
    padding-bottom: 4px;
}
.elementor-sticky.elementor-sticky--active .mm-logo .elementor-widget-container {
    margin-top: -16px !important;
}
.elementor-sticky.elementor-sticky--active .mm-logo a img {
    width: 45% !important;
}
/* Header css end */

/* Desktop Responsiveness start*/
.page-id-11 .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper{
     justify-content: space-between !important;
        display: flex !important;
}
@media only screen and (min-width:2570px){
	.mm-slider-section .swiper-slide-inner {
    padding: 0% 0% 0% 24% !important;
}
.mm-slider-section .swiper-slide-contents {
    max-width: 24% !important;
}
}

@media only screen and (min-width:2537px) and (max-width:2560px){
	.mm-slider-section .swiper-slide-inner {
    padding: 0% 0% 0% 21% !important;
}
.mm-slider-section .swiper-slide-contents {
    max-width: 25% !important;
}
}

@media only screen and (min-width:2400px) and (max-width:2500px){
	.mm-slider-section .swiper-slide-inner {
    padding: 0% 0% 0% 19% !important;
}
.mm-slider-section .swiper-slide-contents {
    max-width: 25% !important;
}
}

@media only screen and (min-width:1950px) and (max-width:2200px){
	.mm-slider-section .swiper-slide-inner {
    padding: 0% 0% 0% 15% !important;
}
.mm-slider-section .swiper-slide-contents {
    max-width: 25% !important;
}
}

/* Desktop Responsiveness end*/


/* Mobile Responsiveness start */
@media only screen and (max-width:767px){
.elementor-sticky.elementor-sticky--active .mm-logo a img {
    width: 57% !important;
    padding-top: 15px;
}
	.page-id-11 .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper{
     display: table-column !important;
}
	.page-id-11 .elementor-tab-title {
    background: #026495 !important;
	width:100% !important;
	text-align:center !important;
	}
}

/* Mobile Responsiveness end */



/* tab Responsiveness start */
@media only screen and (min-width:768px) and (max-width:1023px){
.elementor-sticky.elementor-sticky--active .mm-logo a img {
    padding-top: 10px;
}
}


/* tab Responsiveness end */


@media only screen and (min-width:850px){
.mm-slider-section .elementor-background-overlay {
    background-color: rgb(0 0 0 / 0%) !important;
}
}