
:root {
    --primary: #FE5D37;
    --light: #FFF5F3;
    --dark: #103741;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
  }
ul,li{
    list-style: none;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 40px;
    height: 40px;
    color: #FE5D37;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 40px;
}



.titulo1{
    line-height: 1em;
    font-family: 'Bubblegum Sans', cursive;
	font-size: 60px;

 font-weight: 600;
    color: #2f6900;
	text-shadow: 1px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 1px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;

}
.titulo2{
    font-family: 'Bubblegum Sans', cursive;
	font-size: 30px;
	font-weight: normal;
    color: #FE5D37;
    text-shadow: 1px 0 0 rgb(252, 252, 252), -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	font-weight: 200;
	margin-bottom: 0.5em;
}


.titulos1{
    line-height: 1em;
    font-family: 'Bubblegum Sans', cursive;
	font-size: 60px;

 font-weight: 600;
    color: #2f6900;
	text-shadow: 1px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 1px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;

}
.titulos2{
    font-family: 'Bubblegum Sans', cursive;
	font-size: 30px;
	font-weight: normal;
    line-height: 1em;
    color: #FE5D37;
    text-shadow: 1px 0 0 rgb(252, 252, 252), -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	font-weight: 200;
	margin-bottom: 0.5em;
}

.btn-slider{
	display: inline-block;
	background: #e0dd04;
	color: rgb(238, 17, 17);
	font-size: 20px;
	
	padding: 7px 15px;
	border-radius: 7px;
	transition: all 0.3s;
}

.btn-slider:hover{
	background: #ff5722;
	color: #fff;
}
.font-secondary {
    font-family: 'Jost', sans-serif;
}


/*** Navbar ***/
.navbar .navbar-nav .nav-link {
    padding: 30px 15px;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}
.header-carousel .owl-carousel-item .movil1{
    display: none;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: calc(100% - 15px);
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


.header-carousel::before,
.header-carousel::after,
.page-header::before,
.page-header::after {
	position: relative;
	background-color: #25d366;
}
.header-carousel::before,
.header-carousel::after,
.page-header::before,
.page-header::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background: url(../img/bg-header-top.png) center center repeat-x;
    z-index: 1;
}
.banner-slide .banner-slide-overlay{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 30%;
	right: 30%;
	transform: translate(0, -50%);
}

.banner-slide .banner-slide-overlay:before{
	bottom: auto;
	top: -4px;
}
.header-carousel::after,
.page-header::after {
    height: 19px;
    top: auto;
    bottom: -5px;
    background: url(../img/bg-header-bottom.png) center center repeat;
    z-index: 1;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        object-fit: cover;
    width: 100%;
       min-height: 1024px;
       background-size: cover;
       background: center center;
    }
    
    .header-carousel .owl-carousel-item .sliderg{
        display: none;
    }
    .header-carousel .owl-carousel-item .movil1{
        display: block;
    }
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
    .headerp{
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 0px;
    
    
    }

    .faqs .faq-image,
    .faqs .faq-main{
        margin-top:0px;
    }

}

.header-carousel .owl-nav {
    position: absolute;
    bottom: 10%;
    left: 50%;
    
    display: inline-block;
  
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 3px;
    width: 10px;
    height: 10px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #EEEEEE;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}
.headerp{
    padding-top: 3rem;
    padding-bottom: 3rem;



}

.page-header {
  width: 100%;

  position: relative;
    background:  url(../img/bannerpag1.png)   center center no-repeat;
    background-size: cover;
background-size:  100%;

    
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}
.carrusel{
    padding-left: 40px;
}
.bg-about {
    background: url(../img/garderie.jpg), no-repeat center center;
    background-size: cover;
  }
  .intervier {
    background: url(../img/entrevist.png), no-repeat center center;
    background-size: cover;
    
  }
  .bg-equipe {
    background: url(../img/sala.jpg), no-repeat center center;
    background-size: cover;
  }
  .bg-activites {
    background: url(../img/activites.jpg), no-repeat center center;
    background-size: cover;
  }
  .bg-integracion {
    background: url(../img/integracion.png), no-repeat center center;
    background-size: cover;
  }
  .bg-integracion2 {
    background: url(../img/integracion2.JPG), no-repeat center center;
    background-size: cover;
  }
  .educadoras{
    text-align: justify;
    font-size: 12pt;
    
  }
  .mili
  {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
.our-activities{
	color: #000000;
    padding-bottom: 40px;
	position: relative;
	
}

.our-activities:after{
	content: '';
	position: absolute;
	height: 16px;
	bottom: -10px;
	left: 0;
	right: 0;
	background: url(../img/wave-bg3.png) repeat-x;
	
	z-index: 1;
}
.our-activities .solide{
    font-size: 12pt;
    text-align: justify;
}
  .courses{
	background: #ffb59e;
   
    margin-top: -8px;
	position: relative;
	color: #000000;
}
.courses .cal{
padding-top: 50px;
padding-bottom: 50px;
}
.bg-calificacion {
    background: url(../img/calificacion.jpg) no-repeat center top;
    background-size: cover;
  }
.courses:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	height: 16px;
	background: url(../img/wave-bg3.png) repeat-x;
	transform: rotate(180deg);
	z-index: 1;
}
.courses .equipec{
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 12pt;
    text-align: justify;
}

.about-us{
  
	position: relative;
	color: #000000;
	margin-top: -8px;
  
}
.about-us .notrees{
    padding-top: 40px;
    padding-bottom: 40px;   
}

.about-us:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
    bottom: -5px;
	height: 20px;
	background: url(../img/wave-bg3.png) repeat-x;
	transform: rotate(180deg);
	z-index: 1;
}



#playList{
	
	
	text-align: left;
	opacity: 0.8;
	color: #1a9402;
	
}



#playList ul {
	
	list-style: none;
	padding: 10px 10px;
	
	
  }
  
  #playList li {
	padding-left: var(--icon-space);
	padding-top: 10px;
	
		text-transform: capitalize;
	  
  }
  #playList ul li:first-letter {
    text-transform: uppercase;
}
 
  #playList ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	padding: 10px 10px;
	font-style: normal;
	
  }
  
  #playList ul li.active:before {
	font-family: "Font Awesome 5 Free";
	content: "\f058";
  }
#playList ul li:hover, i:hover {
	cursor: pointer;
	color: #c50000;
}

#playList ul li.active{
	color: #ff0000;
	font-weight: 900;
}


#controls{
	border: 1px #eee solid;
	border-radius: 10px;
	padding: 10px;
	padding-top: 60px;
	padding-bottom: 50px;
	background: rgb(1, 15, 17);
	opacity: 0.8
}
#controls .controls2{
	border: 1px #eee solid;
	border-radius: 10px;
	padding: 30px;
	background: rgba(1, 16, 31, 0.6);
	
}



#controls h3{
	color: #ffffff;
	padding-left: 10px;
}

 
progress{
	width: 90%;
	margin: 3px;
	opacity: 0.6;
 
}
 
.timer {
	width:50%;
	position: relative;
	top:10px;
	left:0px;
	text-align:left;
	float:left;
	color: #eaeaea;
	font-weight: 600;
}
.volumen{
	width:50%;
	position: relative;
	top:10px;
	right:0px;
	text-align:right;
	float:left;
	color: #f3f3f3;
	margin-bottom:20px;
}
#currentPlay{
	color: #ffffff;
	
	font-weight: 500;
}




.enterview{
	
	position: relative;
	background: url(../img/fondolujo.jpg) center center;
	background-size: cover;
	margin-top: -15px;
}
.enterview .enter{
    padding-top: 50px;
    padding-bottom: 50px;
}
.enterview:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 20px;
	background: url(../img/wave-bg3.png) repeat-x;
	transform: rotate(180deg);
	z-index: 1;
}
.notrem{
	
	position: relative;
	color: #000000;
	margin-top: -8px;
}
.notrem .notrem2{
	
	padding-top: 40px;
    padding-bottom: 40px;}
.notrem:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 20px;
	background: url(../img/wave-bg3.png) repeat-x;
	transform: rotate(180deg);
	z-index: 1;
}
.establecimiento{
    font-size: 12pt;
    text-align: justify;
}
.servicios{

	background: #a7fff3;
	position: relative;
margin-top: -10px;
    
	color: #000000;
 
}
.servicios .servi{
    padding-top:50px;
    padding-bottom: 50px;
}
.servicios:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
   
	bottom: 0px;
	height: 20px;
    background: url(../img/wave-bg3.png) repeat-x;
	transform: rotate(180deg);
	z-index: 1;
    
	
}

.nosotros{
	
    padding-bottom: 10px;
    
	position: relative;
}

.nosotros:after{
	content: '';
	position: absolute;
	height: 16px;
	bottom: -16px;
	left: 0;
	right: 0;
	background: url(../img/wave-bg3.png) repeat-x;
	z-index: 1;
}
.somos{
	background: #e7eefa;
    padding: 30px 0;
    
	position: relative;
}

.somos:after{
	content: '';
	position: absolute;
	height: 16px;
	bottom: -16px;
	left: 0;
	right: 0;
	background: url(../img/wave-bg3.png) repeat-x;
	z-index: 1;
}
.fin{
   
    background: #e7eefa;
        
        position: relative;
    }
    
    .fin:after{
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        height: 20px;
        background: url(../img/wave-bg3.png) repeat-x;
        transform: rotate(180deg);
    }
    
.historia img{
    max-width: 100%;
}
.inicio h5{
    color: rgb(23, 24, 25, 0.8);
	
}
.inicio .garderi{
    color: #1434eb;
    font-weight: 600;
    font-family: 'Bubblegum Sans', cursive;
    text-shadow: 1px 0 0 rgb(252, 252, 252), -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.inicio .contiene .precio{
    color: rgb(2, 1, 1);
    font-weight: 700;
}
.lista1 .fa-check{
  
   font-size: 20px;
   
}
.page-header2 {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.tituloabout{
    margin-top: 0px;
    font-size: 17pt;
}
.propus h1{
padding-left:85px}
.equipet h1{
    padding-left:30px  
}
.activitiest h1{
    padding-left:28px
}
.contactof h1{
    padding-left: 25px;
}
.inscriptiont h1 {
    padding-left: 47px;
}
.philosopie{
    font-size: 12pt;
    text-align: justify;
}
.somosc{
    padding-top: 10px;
    font-size: 12pt;
    text-align: justify;
}
.border-start{
    line-height: 0.5em;
}
.about-img img {
    max-width: 100%;
    transition: .5s;
}

.about-img img:hover {
    background: var(--primary) !important;
}
.section-header{
    text-align: justify;
    font-size: 12pt;
}
.equipec{
    text-align: justify;
    font-size: 12pt;
}
.textop{
    text-align: justify;
    font-size: 12pt;
}
.listaact{
    text-align: justify;
    font-size: 12pt;
    line-height: normal;
}
.courses{

	position: relative;
}



.course-single{
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
}

.course-body{
	padding: 10px 0;
}

.course-body h3{
	font-size: 14px;
	margin: 0 0 10px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	background: #a4cf27;;
	padding: 9px 30px;
	position: relative;
}

.course-body h3:after{
	content: '';
	width: 40px;
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
	transform: skewX(40deg);
}

.course-orange .course-body p{
	padding: 0 30px;
    padding-top: 15px;
    color: #ff5722;
	font-size: 14px;
	line-height: 1em;
}
.course-green .course-body p{
    padding: 0 30px;
    padding-top: 15px;
	color: #a4cf27;
	font-size: 14px;
	line-height: 1em;
}
.course-blue .course-body p{
    padding: 0 30px;
    padding-top: 15px;
	color: #1976d2;
	font-size: 14px;
	line-height: 1em;
}
.course-footer{
	border-top: 1px solid #e8e8e8;
	padding: 20px 30px;
}

.course-footer a{
	display: inline-block;
	color: #fff;
	padding: 6px 10px;
	font-size: 14px;
	border-radius: 4px;
	transition: all 0.3s;
}

.course-footer a:hover{
	background: #333 !important;
}

.course-footer span{
	font-size: 24px;
	font-weight: 900;
	float: right;
}

.course-orange h3{
	background: #a4cf27;
}

.course-orange h3:after{
	background: #a4cf27;	
}

.course-orange .course-footer a{
	background: #ff5722;
}

.course-orange .course-footer span{
	color: #ff5722;
}

.course-blue h3{
	background:  #a4cf27;;
}


.course-blue h3:after{
	background: 	 #a4cf27;;	
}

.course-blue .course-footer a{
	background: #1976d2;
}

.course-blue .course-footer span{
	color: #1976d2;
}

.course-green h3{
	background: #a4cf27;
}

.course-green h3:after{
	background: #a4cf27;	
}

.course-green .course-footer a{
	background: #a4cf27;
}

.course-green .course-footer span{
	color: #a4cf27;
}

/*** equipo***/


.team-carousel .owl-nav {
    position: absolute;
    width: 50px;
    height: 160px;
    top: calc(50% - 80px);
    right: 0;
    z-index: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.team-item img {
    transition: .5s;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

}
.titeq{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;  
}

.team-item:hover img {
    transform: scale(1.2);
}




.faqs .faq-image,
.faqs .faq-main{
	margin-top:30px;
}
.faqs .text-content {
	text-align: left;
	padding: 0 30px 0 0;
	margin-bottom:20px;
}
.faqs .faq-img img{
	width:100%;
}
.faqs .panel-group{
	margin: 0;
	text-align:left;
}
.faqs .panel {
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: none;
	margin-bottom: 9px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.faqs .panel:last-child{
	margin:0;
}
.faqs .panel-heading{
	background:none;
}
.faqs .faq-title a {
	padding: 9px;
	font-size: 15px;
	position: relative;
	color: #252525;
	background: rgb(19, 141, 240);
	width: 100%;
	display: block;
	font-weight: 700;
}
.faqs .panel.active .faq-title a {
	text-decoration: none;
	color: #fff;
}
.faqs .panel .faq-title a i {
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 100%;
	width: 22px;
	height: 22px;
	display: inline-block;
	line-height: 22px;
	text-align: center;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.faqs .panel.active .faq-title a i{
	border-color:#fff;
}
.faqs .faq-body {
	padding: 25px;
	color: #555;
	font-size: 12pt;
    text-align: justify;
	line-height: 24px;
	background: #fff;
}
.notrem{
    padding-top: 20px;
    padding-bottom: 20px;
}
.fintext{
    text-align: justify;
    font-size: 12pt;
}
.ftco-animate{
    text-align: justify;
    font-size: 12pt;
}
.listaasis{
    text-align: justify;
    font-size: 12pt;
}


.team-carousel .owl-nav {
    position: absolute;
    width: 50px;
    height: 160px;
    top: calc(50% - 80px);
    right: 0;
    z-index: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
}

.team-item .team-overlay {
    position: absolute;
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(122, 183, 48, .8);
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}





.photo-gallery{
	padding: 100px 0 50px;
	position: relative;
}

.photo-gallery:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	height: 16px;
	background: url(../images/wave-bg3.png) repeat-x;
	z-index: 1;
}

.photo-single{
	padding: 8px;
	position: relative;
	margin-bottom: 50px;
}

.photo-single img{
	border: 8px solid #fff;
}

.photo-single:before{
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.photo-single:after{
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.photo-orange:before,
.photo-orange:after{
	background: #ff5722;
}

.photo-blue:before,
.photo-blue:after{
	background: #1976d2;
}

.photo-green:before,
.photo-green:after{
	background: #a4cf27;
}


/*** Footer ***/
.footer{
    margin-top: 50px;
   
}
.footermargin{
    padding-bottom: 20px;
}
.company .textof{
    color: #ffffff;
    font-size: 15px;
    opacity: .85;
}
.company .garderiedu{
    color: #eb0e0e;
  
    font-family: 'Bubblegum Sans', cursive;
    text-shadow: 1px 0 0 rgb(250, 192, 192), -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 45px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    border-color: var(--primary);
    background: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 2px;
    padding: 0;
    color: #ffffff;
    opacity: .85;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer .btn1.btn-link {
    display: block;
    margin-bottom: 2px;
    padding: 0;
    color: #ffffff;
    opacity: .85;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
   
    transition: .3s;
}
.footer .btn1.btn-link:hover {
    color: var(--primary) !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary) !important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #FFFFFF;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--primary) !important;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.footer2{
    background: url("../img/footer.jpg")center top;
   
    height: 96px;
    background-size: cover;
 
    z-index: -1;
  }
  .float1{
	position:fixed;
	width:60px;
	height:60px;
	bottom:150px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float1:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

img.zoom {
   
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
