/*
Theme Name: Coherence Child
Theme URI: http://weshore.com/
Author: Weshore Themes
Author URI: https://weshore.com
Template: coherence
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: Private License
License URI: license.txt
Text Domain: coherence-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/


/*-----------------------------------------***style header***----------------------------------*/

.section-footer .menu-icon-home > a i{display:none !important;}
.section-header .coherence-core-nav-menu .menu-icon-rs {margin-inline: 5px !important;}
.section-header .coherence-core-nav-menu .menu-icon-rs > a {padding-inline: 5px !important;}
.section-header span.accueil  {display: none;}
.section-header i.fas.fa-home {font-size: 25px;}
.cstm-btn1 a.elementor-size-sm.coherence-button-style-solid {width:auto !important ;}
.home header:not(.sticky-active) .section-header {
    background-color: transparent !important;}
.home header:not(.sticky-active) .section-header p {
    color: white ;}
.home header:not(.sticky-active) .section-header .elementor-social-icon {
    border-color: white !important ;}
.home header:not(.sticky-active) .section-header .elementor-social-icon svg path {
    fill: white !important ;}
.home header:not(.sticky-active) .section-header a.elementor-button {
    background-color: #ffffff !important ;
    color: var( --e-global-color-color_black );
     
}
.home header:not(.sticky-active) .section-header a.elementor-button svg path{
    fill: var(--e-global-color-color_1);
}
.home header:not(.sticky-active) .section-header a.elementor-button:hover {   
     background-color: var( --e-global-color-color_1 ) !important ;
    color: var( --e-global-color-color_1 );
}

/* --------Media Query---------  */

@media only screen and (min-width: 1361px) and (max-width: 1900px){
	.section-header .section-header-left figure{max-width:125px !important;}
	.section-header i.fas.fa-home{font-size: 19px !important;}
	.section-header .section-header-right a.coherence-core-menu-item  {padding-right:4px !important; padding-left: 4px !important; font-sizE:14px !important;}
	.section-header .section-header-right .elementor-button {font-size: 14px !important; width:162px !important;}
	.section-header .section-header-right .elementor-social-icon {font-size: 15px !important}
	.section-header .section-header-right .social-icons {width: 110px !important;}
}
@media only screen and (min-width: 1025px){
	.section-header .menu-icon-home > a span{display: none;}
}
@media only screen and (max-width: 1024px){
	.section-header .menu-icon-home > a i{display:none !important;}
	.section-header .coherence-core-dropdown .menu-icon-rs{display:none !important;}
	.section-header span.accueil {display: block; }
	.section-header i.fas.fa-home {display:none;}
	.home header:not(.sticky-active) .section-header .coherence-core-nav-menu-icon svg {fill: #fff !important;}
}
@media screen and (min-width: 1025px) {
.home header:not(.sticky-active) .section-header a.coherence-core-menu-item span ,.home header:not(.sticky-active) .section-header a.coherence-core-menu-item .fa-home {
	color:var(--e-global-color-color_white) !important ;
}
.home header:not(.sticky-active) a.coherence-core-menu-item {
    color: white !important ;}
.home .section-header a.coherence-core-menu-item:hover , .home .section-header a.coherence-core-menu-item:focus {
    color: var(--e-global-color-color_1) !important ;}
}


.home header:not(.sticky-active) .section-header .site-logo-black {
    display:none;
}
.home header:not(.sticky-active) .section-header .site-logo-white {
    display:block !important ;
}
 .section-header .site-logo-white {
    display:none;
}

.elementor-button svg path {
    fill: transparent !important;
}

/*------------------------------------------------------***End***------------------------------------------------------*/


/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/



/*------------------------------------------------------***End***------------------------------------------------------*/


/*------------------------------------------------------***Begin Home page Style***------------------------------------------------------*/
/*style of buttom 1 */
.cstm-btn1 .elementor-button-icon svg {
     width:10px !important;
    height:10px !important;
    }
.cstm-btn1 .elementor-button-icon{
     background-color:#01AFF2;
     width:30px;
     height:30px;
     border-radius:50px !important;
     display:flex;
     justify-content: center;
     align-items: center;
}
.cstm-btn1 .elementor-button-content-wrapper {
    align-items: center;
}
.cstm-btn1:hover .elementor-button-icon {
    background-color:transparent ;
  animation: rotateIcon 0.5s ease-in-out forwards;
}
@keyframes rotateIcon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
.cstm-btn1 {
  display: inline-block;
  transition: transform 0.5s ease-in-out ;
}

.cstm-btn1:hover {
  transform: translateY(-10px);
}

.cstm-btn1:hover span .elementor-button-text  {
  color:white ;
}

/**************************************Section before H1********************************/
.slid-blur {
    backdrop-filter: blur(12px);
}
span.italique-cstm-font {
    font-weight: 200;
    font-style: italic;
}
.cstm-card-text {
    background-color:rgb(245, 245, 245); 
    border:solid 1px rgb(222, 222, 222);
    transition: transform 0.3s ease-in-out ;
}
.cstm-card-text:hover  {
    background-color:#01AFF2;
     transform: translateY(-10px);
}

.cstm-card-text:hover .cstm-title-hover div  , .cstm-card-text:hover .cstm-text-hover p {
    color:white !important ;
}
.cstm-card-text:hover .img-zoom-out img {
  animation: zoomImage 0.4s ease-in-out forwards;
}

@keyframes zoomImage {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2); 
  }
}
/**************************************Style : PRE-HOME*********************************/
@keyframes bounce-top {

   0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.img-bounce-top {
  animation: bounce-top 2s ease-in-out infinite;
}

@keyframes bounce-bottom {
 0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.img-bounce-bottom {
  animation: bounce-bottom 2s ease-in-out infinite;
}
/**************************************Style : Particulier section *********************************/
.yellow-dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  width: 15px;
  height: 15px;
  background-color: #F9B019;
  border-radius: 50%;
  transform: translateY(50%);
}
.green-dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  width: 15px;
  height: 15px;
  background-color: #69B84D;
  border-radius: 50%;
  transform: translateY(50%);
}
.white-dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(50%);
}
/**************************************Style : section-CTA*********************************/
.blur-container { backdrop-filter: blur(12px); }
.cta-zoom  {
   animation: bounceBg 15s ease-in-out infinite;}
@keyframes bounceBg {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 150%; /* zoom in */
  }
  100% {
    background-size: 100%; /* zoom out */
  }
}
@media only screen and (max-width: 600px){ .cta-zoom  { animation: none !important; }}

/**************************************Style : section_prestations*********************************/
.cstm-carousel .item-body:hover .imgCarContenair  img {filter: brightness(80%) !important; scale: 1.2 !important ;}
.cstm-carousel .item-body .imgCarContenair  img {transition: scale 0.4s, filter 0.4s ease-in-out !important;}
.cstm-carousel .item-body .imgCarContenair {overflow: hidden;border-radius: 20px;}
.cstm-carousel .item-body  .item-content {transition: transform 0.3s ease-in-out ;}
.cstm-carousel .item-body:hover  .item-content {transform: translateY(-10px);}
.cstm-carousel .item-body:hover .arrow-btn {
 backdrop-filter: blur(10px); 
 background-color:#ffffff90 ;
 width:80px;
 height:80px;
 border-radius:50px; 
 border:none;
 padding:30px;
 display: flex;
  align-items: center;
  justify-content: center;
  opacity:1;
position: absolute;
 right:45% ;
 top:-120%
}
.cstm-carousel .item-body .arrow-btn {
opacity:0 ;
}@media only screen and (max-width: 1024px){ .cstm-carousel .item-body:hover .arrow-btn {
opacity: 0;
	} .cstm-carousel .item-body .arrow-btn {
display:none !important ;}}

@media only screen and (max-width: 1360px){ .cstm-carousel .item-body:hover .arrow-btn {
 top:-150% !important ;
}}
@media only screen and (max-width: 1200px){ .cstm-carousel .item-body:hover .arrow-btn {
 top:-60%;
  right:40% ;
}}
@media only screen and (max-width: 1500px){ .cstm-carousel .item-body:hover .arrow-btn {
 top:-90%;
}}
/**************************************Style : section_Actualites*********************************/
/*.el-iframe-fb .fb-page.fb_iframe_widget {border: solid 8px var(--e-global-color-color_1);border-bottom: unset;border-radius: 26px 26px 0px 0px;overflow: hidden;margin-bottom: -6px !important;box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 17%);display: inline-block !important;} */


/**************************************Style : section_Collectivité*********************************/
.cars-collectivites .item-content section {backdrop-filter: blur(12px); }
.cars-collectivites img  { border-radius:20px ;}
.cars-collectivites .imgCarContenair{transition: scale 0.4s;}
.cars-collectivites .item-body:hover .imgCarContenair  {  scale: 1.25 !important ;     filter: brightness(85%) !important; }
.cars-collectivites .item-body {overflow:hidden ; border-radius:20px ;}
.portfolio h3.post-item-title {
    background-color: #ffffff10;
    width: 90%;
    max-width: 100%;
    border-radius: 20px 20px 20px 20px;
   backdrop-filter: blur(12px);
  align-self:center !important ;
margin:auto !important ;
}
.post-item-img{position:relative; overflow:hidden;}
.post-item-content{position:absolute;bottom:20px;left:0;right:0}
.portfolio .post-item-img:hover { filter: brightness(85%) !important;}

/**************************************Style : section_marques*********************************/
@media only screen and (max-width: 1024px){ 
.carousel-marque .swiper-slide-image  {
transition:none !important  ;}
}
@media only screen and (max-width: 497px){.carousel-marque figure.swiper-slide-inner {
  height: 150px !important ;
width:95%;}}
.carousel-marque .swiper-slide-image  {
  border:none;
    height:100% !important  ;
    width:auto !important ;
    min-height:50px !important  ;
    max-height:120px !important  ;
    max-width:200px !important  ;
    display:flex ; 
    align-items: center;
    justify-content: center;
     object-fit: contain;
 transition: scale 0.4s ;
}
 .carousel-marque figure.swiper-slide-inner {
  height: 200px;
 
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 20px;
  border:solid 1px #DBDBDB;
}
 .carousel-marque .swiper-slide:hover .swiper-slide-image   {
  scale: 1.25 !important ;}
.carousel-marque  svg  {
    fill: black !important;}
.carousel-marque .elementor-swiper-button {
    height:60px !important;
    width:60px !important;
    background-color:white;
    border:solid 1px #CCCCCC;
    border-radius:50px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.carousel-marque .elementor-swiper-button-prev {
	transform: translateX(-60%) translateY(-50%) !important ;}
 .carousel-marque .elementor-swiper-button-next {
	transform: translateX(60%) translateY(-50%) !important ;}
/**************************************Style : section_points_forts*********************************/
.cstm-icon-box { transition: transform 0.3s ease-in-out ;}
.cstm-icon-box:hover  {transform: translateY(-20px);}
.cstm-icon-box:hover .elementor-icon {background-color:#32BAEE;}
.cstm-icon-box:hover h3 ,.cstm-icon-box:hover p {color:white !important ;}
/**************************************Style : section_realisations*********************************/
.gallery-icon  img { transition: scale 0.4s ease-in-out ;  }
.gallery-icon:hover img {  scale: 1.25 !important ; filter: brightness(85%) !important; }
.gallery-icon { border-radius:20px;  overflow:hidden !important ;}
/**************************************Style : section_zones*********************************/
@media screen and (max-width: 1700px) {.arrow-yel img {
  width: 70% ;
    transform: translateX(50px) translateY(-10px) ;}
.arrow-red img {
    width: 80% ;
}}
/**************************************Style : qualifications*********************************/
.qualifications figure.gallery-item {
align-items: center;
    justify-content: center;
    object-fit: contain;
    transition: scale 0.4s;}

.qualifications .gallery-icon{
height: 160px;
background-color: white;
display: flex;
align-items: center;
justify-content: center;
border-radius: 20px;
padding: 20px;
border: solid 1px #DBDBDB;
 
}
.qualifications .gallery-icon img {
    width:100px;
}
/**************************************Style : section_avis*********************************/
.col-widget-avis .ti-widget.ti-goog .ti-reviews-container-wrapper {padding-top: 50px !important;}
.col-widget-avis .ti-widget.ti-goog .ti-review-item>.ti-inner {padding: 60px 30px 30px !important;border-radius: 0px !important;background-color:#fff !important;}
.col-widget-avis .ti-widget.ti-goog .ti-review-item>.ti-inner:before {content: "\00275E";font-size: 70px !important;line-height: normal !important;color: #fff;background: #171616;border-radius: 50%;width: 70px;height: 70px;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;position: absolute;top: -30px;}
.col-widget-avis .ti-footer{display:none !important;}
.col-widget-avis  .ti-review-content {font-size: 16px !important;line-height: normal !important;}

/*controls avis*/
.col-widget-avis .ti-controls {top: unset !important;bottom: -20px !important;left: 27px;display: block !important;}
.col-widget-avis .ti-next,.col-widget-avis .ti-prev {background: var(--e-global-color-color_1) !important;width: 45px !important;height: 45px !important;display: flex !important;align-items: center;left: 0px !important;right: unset !important;box-shadow: 0px 0px 0px 1px #ffffff;}
.col-widget-avis .ti-next {left: 58px !important;}
.col-widget-avis .ti-next:hover, .col-widget-avis .ti-prev:hover {transform: unset !important;background: var(--e-global-color-color_2) !important;}
.col-widget-avis .ti-prev:before,.col-widget-avis .ti-prev:after,.col-widget-avis .ti-next:before,.col-widget-avis .ti-next:after {background:#fff !important;}
.col-widget-avis .ti-prev:before {top: 27px !important;left: 14px !important;}
.col-widget-avis .ti-prev:after {top: 16px !important;left: 14px !important;}
.col-widget-avis .ti-next:before {top: 16px !important;right: 14px !important;}
.col-widget-avis .ti-next:after {top: 27px !important;right: 14px !important;}
body .ti-widget.ti-goog .ti-controls-dots {display: none !important;}

/*page avis*/
.section-avis-pg .ti-widget.ti-goog .ti-reviews-container {max-height: unset !important ;overflow-y: initial !important;}
.section-avis-pg .ti-widget.ti-goog .ti-reviews-container-wrapper {display: flex !important;flex-direction: row !important;flex-wrap: wrap !important;justify-content: center;align-items: flex-start !important;width: 100% !important;margin: 0px !important;}
.section-avis-pg .ti-widget.ti-goog .ti-review-item {width: 32% !important;float: left !important;margin: 0.5%;margin-top:30px !important;margin-bottom:30px !important;position: relative !important;left: 0px !important;max-width: 32% !important;min-width: 32% !important;flex: 0 0 32% !important;padding: 0px !important;}
.section-avis-pg .ti-widget.ti-goog .ti-reviews-container {width: 100% !important;overflow: hidden;}
.section-avis-pg .ti-widget.ti-goog .ti-controls-dots, .section-avis-pg .ti-widget.ti-goog .ti-controls {display:none !important;}

@media only screen and (max-width: 1024px){
	.section-avis-pg .ti-widget.ti-goog .ti-review-item {width: 48% !important;min-width: 48% !important;flex: 0 0 48% !important;}
}
@media only screen and (max-width: 600px){
	.section-avis-pg .ti-widget.ti-goog .ti-review-item {width: 98% !important;min-width: 98% !important;flex: 0 0 98% !important;}
}

/*--------------------------------------------------------------***End***----------------------------------------------------------------------*/

/*------------------------------------------------------***formulaire de contact***------------------------------------------------------*/


/*------------- Add Class --> coh-devi-form-1 --> To Column form -------------- */
.btn-wrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
padding: 12px 20px;
  background: #f9a825;
  border-radius: 40px;
  cursor: pointer;
margin-top:20px;
  transition: transform 0.5s ease-in-out ;
}
.btn-wrapper:hover {background: #03a9f4;
                   transform: translateY(-10px);}
.btn-wrapper input[type="submit"] {
  background-color:transparent;
  padding:0px !important ;
}
.btn-wrapper:hover input[type="submit"] {
  background-color:transparent;
  padding:0px !important ;
  color:white;
}
.btn-wrapper::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #03a9f4 url("https://www.aoelec-solaire.com/wp-content/uploads/2025/08/ao-elec-solaire-panneaux-photovoltaiques-a-chateaurenard-arrow.svg") no-repeat center;
  background-size: 50% 50%;
  transition: transform 0.3s ease;

}

.btn-wrapper:hover::after {
  transform: translateX(4px);
  background-color:transparent ;
  animation: rotateIcon 0.5s ease-in-out forwards;
}
.coh-devi-form-1 .class_devis{
	column-gap:15px;
	row-gap:15px;
	display:flex!important;
	align-items:stretch!important;
	flex-wrap:wrap!important;
	margin-bottom:30px!important;
	justify-content:space-between;
}
.checkbox-div{
	width:100%;
}
.coh-devi-form-1 .class_devis  .wpcf7-list-item{
	margin:0;
	width:calc(100% / 3 - 15px)!important;
	position:relative!important;
}
.coh-devi-form-1 .class_devis  .wpcf7-list-item span{
	padding:20px;
	background-color:transparent;
	border:1px solid transparent;
	color:#fff;
	background:var(--e-global-color-color_1);
	flex: 1;text-align: center;
	transition: 0.5s all;
	width: min(9px , 100% - 15px) !important;
	font-weight: bold;
	box-shadow: 0 0 44px #ecececd9 !important;
	min-height:180px !important;display: flex;
	min-height:200px!important;
	flex-direction:column;
	justify-content:center;
	border-radius:10px;
}
.coh-devi-form-1 .class_devis  .wpcf7-list-item:hover span{
	background-color:#faaf19;

						 }
.coh-devi-form-1 .class_devis  .wpcf7-list-item span:before{filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(86deg) brightness(102%) contrast(102%);}
.coh-devi-form-1 .class_devis  .wpcf7-list-item label{display:flex;cursor:pointer;}
.coh-devi-form-1 .class_devis  .wpcf7-list-item label{display:flex;cursor:pointer;}
.section_contact_home .bottom-boxs span.wpcf7-list-item label{cursor:pointer;}
.coh-devi-form-1 .class_devis  .wpcf7-list-item input{position: absolute;z-index:1;bottom: 15px;left: 0;right: 0;margin:auto;}
.coh-devi-form-1 .class_devis  .wpcf7-list-item span:before {position: relative;display: block;text-align: center;margin-top:20px !important;content: "";background-repeat: no-repeat !important;background-size: 100% 100%;width:100%;height:60px;margin-inline: auto;margin-bottom: 13px;transition: 0.5s all;}
.coh-devi-form-1 .class_devis  .wpcf7-list-item label input:checked + span , .coh-devi-form-1 .class_devis  .wpcf7-list-item:hover span{color: #fff !important;}
.coh-devi-form-1 .class_devis  span.wpcf7-list-item label input:checked + span{background: #102445 ;filter: drop-shadow(2px 4px 6px #00000029);border-color: #102445 ;color: #fff !important;}
.coh-devi-form-1 .class_devis span.wpcf7-list-item label input:checked + span:before  , .coh-devi-form-1 .class_devis  .wpcf7-list-item:hover span:before{filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(86deg) brightness(102%) contrast(102%);}
.coh-devi-form-1 .class_devis  .wpcf7-list-item span:before{background-size: contain , 80%;background-position: center;}
.wpcf7-response-output {padding-block: 20px !important;}
.coh-devi-form-1 .class_devis  .wpcf7-list-item:nth-child(1) span:before{background-image: url(/wp-content/uploads/2025/08/ao-elec-solaire-panneaux-photovoltaiques-a-chateaurenard-Panneaux-photovoltaiques-1.svg);}
.coh-devi-form-1 .class_devis  .wpcf7-list-item:nth-child(2) span:before{background-image: url(/wp-content/uploads/2025/08/ao-elec-solaire-panneaux-photovoltaiques-a-chateaurenard-Borne-de-recharge-1.svg);}
.coh-devi-form-1 .class_devis  .wpcf7-list-item:nth-child(3) span:before{background-image: url(/wp-content/uploads/2025/08/ao-elec-solaire-panneaux-photovoltaiques-a-chateaurenard-Maintenance-Entretien-1.svg);}
.coh-devi-form-1 .contact-home {width:100%!important;}
.coh-devi-form-1 .formulaire-choix {flex-basis: 45%;}
.coh-devi-form-1 .formulaire-inputs {flex-basis: 51%;}
.coh-devi-form-1 .form-dev {box-shadow: 0 0 20px #a9a9a970;border-radius: 29px;}
.home .coh-devi-form-1 .titre_formulaire span {display: block;padding-block: 16px 43px;}
.home .coh-devi-form-1 .page-contact-5 {position: relative;}
.home .coh-devi-form-1 .page-contact-5 :is(select , input[type="text"] ,input[type="email"] , input:not([type="submit"])){height: 60px !important;border-radius: 6px !important;}
.home .coh-devi-form-1 .projet-choix.esq{display:flex !important;align-items: center;}

.checkbox-div input[type="checkbox"] {
    font-size: 0 !important;
    opacity: 0;
    position: absolute !important;
}
@media only screen and (max-width: 600px){
    .coh-devi-form-1 .class_devis .wpcf7-list-item span{min-height:unset!important;}
	.coh-devi-form-1 .class_devis  .wpcf7-list-item{margin:0;width:calc(100% - 15px)!important;max-width: 100%!important;}	
	.coh-devi-form-1 .class_devis{justify-content: center;}
}

/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
.coherence-logo svg {width: 200px !important;}
.coherence-logo svg * {fill: #fff !important;}
.section-footer .menu-center-logo {display:none !important;}
.number a {color:white !important  ;}
.number a:hover { color: #fff; text-decoration: underline; text-decoration-color: #fff;}
.nav-link{ pointer-events : none;}   
/*style menu footer*/
@media only screen and (min-width: 601px){ .menu-main-footer ul.coherence-core-nav-menu {column-count: 2;}}
.menu-main-footer .hide-sub-mn .sub-menu , .menu-main-footer .hide-sub-mn .sub-arrow {display: none !important;}



/*------------------------------------------------------***End***------------------------------------------------------*/



/*------------------------------------------------------***Begin Responsive Media query style***------------------------------------------------------*/

/*------------***Large devices (desktops, more than 800px)***------------*/
@media only screen and (min-width: 801px){ 
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Large devices (desktops, less than 1501px)***------------*/
@media only screen and (max-width: 1500px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Large devices (desktops, less than 1361px)***------------*/
@media only screen and (max-width: 1360px){

    /*style header*/

    /*style main content*/
	
    /*style footer*/

}

/*------------***Large devices (desktops, less than 1281px)***------------*/
@media only screen and (max-width: 1280px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}


@media only screen and (max-width: 1200px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}


/*------------***Medium devices (tablets, less than 1025px)***------------*/
@media only screen and (max-width: 1024px){
	
	/*style header*/

    /*style main content*/
	
	
    /*style footer*/

}

/*------------***Medium devices (tablets, Bootstrap less than 993px)***------------*/
@media only screen and (max-width: 992px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Tablet Media query style***------------*/
@media only screen and (max-width: 800px){
    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Tablet Mini Media query style***------------*/
@media only screen and (max-width: 767px){
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Between Big Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 601px) and (max-width: 800px){
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}


@media only screen and (min-width: 601px){
	
}

/*------------***Begin Big Mobile Media query style***------------*/
@media only screen and (max-width: 600px){

    /*style header*/
	
	/*style slider*/
	
	
    /*style main content*/


    /*style footer*/
    
}

/*------------***Between Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 498px) and (max-width: 600px){
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Mobile Media query style***------------*/
@media only screen and (max-width: 497px){

    /*style header*/

    /*style main content*/

    /*style footer*/
    
    
}

/*------------------------------------------------------***End Media query***------------------------------------------------------*/
