:root  {
    --bgcolor: #fff;
    --maincolor: #6d6e71;
    --lightcolor: #DDF1F4;
    --accentcolor:#32c2db;
    --menucolor:#fff;
    --fontcolor: #000;

}
body {
    font-family: 'Montserrat';
    background-color: var(--bgcolor);
}

/*################################################*/
/*#################### NAVBAR ####################*/
/*################################################*/

.navbar {
  background-color:  var(--menucolor) !important; 
   padding:30px;
    transition: 0.4s; /* Adds a transition effect when the padding is decreased */
    position: fixed; /* Sticky/fixed navbar */
    width: 100vw;
    top: 0; /* At the top */
    z-index: 99;    
  }
  .shadow-navbar{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
  }

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color:  var(--fontcolor) !important;
  opacity: 1;
}
.navbar-light .navbar-nav .nav-link {
  color:  var(--fontcolor) !important;
  opacity: 0.55;
  
}

/*################################################*/
/*#################### ABOUT #####################*/
/*################################################*/


#about_section {
  padding: 0 calc(18vw - 10rem);
  display: block;  
  margin: 0 auto;
  background: gainsboro;
  transform: skewY(-2deg);
}

#about_section .card{
  transform: skewY(2deg); 
}
.about_p {
  display: block;
 
}
.about_title {
  padding-bottom: 3rem;
  line-height: 1;
}

/*################################################*/
/*#################### SERVICES ##################*/
/*################################################*/

#service_section .container {
  
 
  transform: skewY(2deg);
}
.fa-serv {
  color: var(--lightcolor);
  text-align: center;
  padding: 30px;
  font-size: 46px;
}
.title_serv {
 
    text-align: center;
    font-size: 22px;
    font-weight: 600;

}
#service_section {
  padding: calc(18vw - 8rem) calc(18vw - 10rem);
  display: block;
  max-width: 100vw;
  margin: 0 auto;
 
  background: var(--accentcolor);  /* fallback for old browsers */
 
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
   transform: skewY(-2deg);
  

}

.service_p {
  display: block;

}
.service_title {
  padding-bottom: 2rem;
  line-height: 1;
}

/*################################################*/
/*#################### TESTEMONIAL ###############*/
/*################################################*/

.testimonial .container {
  transform: skewY(2deg);
}

.title_testemonial {
 
    text-align: center;
    font-size: 22px;
    font-weight: 600;

}
.testimonial {
  padding: calc(18vw - 8rem) calc(18vw - 10rem);
  display: block;
  max-width: 100vw;
  margin: 0 auto;
 
  background: var(--lightcolor);  /* fallback for old browsers */
 
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
   transform: skewY(-2deg);
  

}

.testemonial_p {
  display: block;

}
.testemonial_title {
  padding-bottom: 2rem;
  line-height: 1;
}
.testimonial {
  padding: 100px 0;
}
.testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}
.testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}


.testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
}
.testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}
.testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}
.testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}
.testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}
.testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}
.testimonial .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}
.testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}
.testimonial .row .tabs li:nth-child(3) {
  align-self: flex-end;
}
.testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}
.testimonial .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}
.testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}
.testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}
.testimonial .row .tabs li:nth-child(4) {
  align-self: flex-start;
}
.testimonial .row .tabs li:nth-child(4)::before {
  right: -65px;
  top: 50%;
}
.testimonial .row .tabs li:nth-child(4)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}
.testimonial .row .tabs li:nth-child(4) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}
.testimonial .row .tabs li:nth-child(5) {
  align-self: flex-end;
}
.testimonial .row .tabs li:nth-child(5)::before {
  right: -10px;
  top: -66%;
}
.testimonial .row .tabs li:nth-child(5)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}
.testimonial .row .tabs li:nth-child(5) figure img {
  margin-left: auto;
  margin-top: -50px;
}
.testimonial .row .tabs li:nth-child(5):focus {
  border: 10px solid red;
}
.testimonial .row .tabs li figure {
  position: relative;
}
.testimonial .row .tabs li figure img {
  display: block;
}

.testimonial .row .tabs li figure::after {
 
    content: "";
    position: absolute;
    top: -10%;
    left: -10%;
    z-index: -1;
    width: 120%;
    height: 120%;
    border: 2px solid var(--accentcolor);
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.testimonial .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border: 15px solid var(--accentcolor);
}
.testimonial .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border: 15px solid var(--accentcolor);
}
.testimonial .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}
.testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
  width: 30px;
  margin: 10px;
}
.testimonial .row .carousel .carousel-indicators li {
  background: #000;
  background-clip: padding-box;
  height: 2px;
}
.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}
.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 18px;
  line-height: 1.72222;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #000;
  font-weight: 700;
  margin-top: 37px;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}
.fa-testemonial {
  color: var(--accentcolor);
  text-align: center;
  padding: 30px;
  font-size: 46px;
}
@media only screen and (max-width: 1200px) {
  .testimonial .row .tabs {
    margin-right: 25px;
  }
}

/*################################################*/
/*#################### BUTTONS ###################*/
/*################################################*/

.btn-accent {
    position: relative;
    margin: auto;
    padding: 19px 22px;
    transition: all 0.2s ease;
  }
  .btn-accent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    border: solid 3px var(--accentcolor);
    opacity: 0.5;
    width: 2px;
    height: 60px;
    transition: all 0.3s ease;
  }
  .btn-accent span {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    vertical-align: middle;
  }
  .btn-accent svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
  }
  .btn-accent:hover:before {
    width: 100%;
    background: var(--accentcolor);
  }
  .btn-accent:hover svg {
    transform: translateX(0);
  }
  .btn-accent:active {
    transform: scale(0.96);
  }   
 
.btn-main {
    background-color: var(--maincolor);
    color: var(--maincolor);
}

.btn-light {
  background-color: var(--lightcolor);
  color: var(--fontcolor);
}

/*################################################*/
/*#################### CAROUSEL  #################*/
/*################################################*/

#mainSlides .carousel-item {
  min-height: 350px; 
  max-height: 70vh;
  width: 100vw;
}

#mainSlides .carousel-caption {
  position: absolute;
  right: 0;
  top: auto;
  left: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: black;
  text-align: left;
  background: rgb(255,255,255,0.8);
  bottom: 0;
  padding-left: 3rem;
  padding-right: 3rem;
}
#mainSlides .carousel-caption h3 {
  color: var(--accentcolor);
  
}
#mainSlides .carousel-caption h3 {
 /* padding: .5em; */
}
#mainSlides .carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}

/* Animation delays */
#mainSlides .carousel-caption h3:first-child {
  animation-delay: 1s;
}


/*################################################*/
/*#################### FOOTER ####################*/
/*################################################*/

.app_footer .widget_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .app_footer .widget_wrapper .widget {
      margin-bottom: 40px;
  }
}
.app_footer .widget_wrapper .widget .widget_title {
  margin-bottom: 30px;
}
.app_footer .widget_wrapper .widget .widget_title ul li {
  list-style: none;
  
}
.app_footer .widget_wrapper .widget .widget_title h4 {
  font-weight: bold;
}

.app_footer .widget_wrapper .widegt_about p {
  margin-bottom: 20px;
}
.app_footer .widget_wrapper .widegt_about .social li {
  display: inline-block;
  margin-right: 10px;
}
.app_footer .widget_wrapper .widegt_about .social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--accentcolor);
  color: var(--fontcolor);
  font-size: 14px;
  -webkit-transition: all all 0.5s ease-out 0s;
  -moz-transition: all all 0.5s ease-out 0s;
  -ms-transition: all all 0.5s ease-out 0s;
  -o-transition: all all 0.5s ease-out 0s;
  transition: all all 0.5s ease-out 0s;
}
.app_footer .widget_wrapper .widegt_about .social li a:hover,
.app_footer .widget_wrapper .widegt_about .social li a:focus {
  background-color: var(--accentcolor); 
  color: #fff;
  box-shadow: 2.5px 4.33px 15px 0px var(--accentcolor);
}
.app_footer .widget_wrapper .widget_link ul li {
  margin-bottom: 5px;
  
}
.app_footer .widget_wrapper .widget_link ul li a {
  text-transform: capitalize;
  color: #6d6e71;
  text-decoration: none;
}
.app_footer .widget_wrapper .widget_link ul li a:hover,
.app_footer .widget_wrapper .widget_link ul li a:focus {
  color: var(--accentcolor);
}
.app_footer .widget_wrapper .widget_contact .contact_info .single_info {
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;

}
.app_footer .widget_wrapper .widget_contact .contact_info .single_info .icon {
  font-size: 12px;
  color: var(--accentcolor);
  margin-right: 10px;
}
.app_footer .widget_wrapper .widget_contact .contact_info .single_info .info p a {
  color: #6d6e71;
}
.app_footer .widget_wrapper .widget_contact .contact_info .single_info .info p span {
  display: block;
}

.app_footer .copyright_area {
  background: rgb(0,0,0);
  padding: 10px 0;
 
}
.app_footer .copyright_area .copyright_text {
  text-align: center;
}
.app_footer .copyright_area .copyright_text p {
  color: var(--lightcolor);
}
.app_footer .copyright_area .copyright_text p span {
  color: var(--lightcolor);
}
.app_cta .cta_wrapper {
  padding: 45px 50px 42px;
  max-width: 970px;
  border-radius: 15px;
  margin: auto;
  margin-bottom: -135px;
  position: relative;
  background-color: var(--accentcolor); 
  box-shadow: 2.5px 4.33px 15px 0px var(--accentcolor);
  z-index: 1;
}
.app_cta .cta_wrapper:after {
  content: "";
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.app_cta .cta_wrapper .cta_content h3 {
  color: var(--fontcolor);
  font-weight: bold;
}
@media (max-width: 767px) {
  .app_cta .cta_wrapper .cta_content h3 {
      font-size: 24px;
  }
}
.app_cta .cta_wrapper .cta_content h3:after {
  content: "";
  display: block;
  max-width: 110px;
  height: 2px;
  margin-top: 13px;
  margin-bottom: 24px;
}
.app_cta .cta_wrapper .cta_content p {
  color: var(--fontcolor);
}
.app_cta .cta_wrapper .button_box {
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app_cta .cta_wrapper .button_box {
      float: none;
      text-align: left;
      margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .app_cta .cta_wrapper .button_box {
      float: none;
      text-align: center;
      margin-top: 30px;
  }
}
.app_cta .cta_wrapper .button_box .app_btn {
  background: #fff;
  color: var(--fontcolor);
}
.app_cta .cta_wrapper .button_box .app_btn:hover,
.app_cta .cta_wrapper .button_box .app_btn:focus {
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}

.ripple-background {
    position: relative;
    /*top: 30vh;*/
}
.circle{
  position: absolute;
  border-radius: 50%;
  background: white;
  animation: ripple 15s infinite;
  box-shadow: 0px 0px 1px 0px var(--lightcolor);
}

.small{
  width: 200px;
  height: 200px;
  left: -100px;
  bottom: -100px;
}

.medium{
  width: 400px;
  height: 400px;
  left: -200px;
  bottom: -200px;
}

.large{
  width: 600px;
  height: 600px;
  left: -300px;
  bottom: -300px;
}

.xlarge{
  width: 800px;
  height: 800px;
  left: -400px;
  bottom: -400px;
}

.xxlarge{
  width: 1000px;
  height: 1000px;
  left: -500px;
  bottom: -500px;
}

.shade1{
  opacity: 0.2;
}
.shade2{
  opacity: 0.5;
}

.shade3{
  opacity: 0.7;
}

.shade4{
  opacity: 0.8;
}

.shade5{
  opacity: 0.9;
}

@keyframes ripple{
  0%{
    transform: scale(0.8);
  }
  
  50%{
    transform: scale(1.2);
  }
  
  100%{
    transform: scale(0.8);
  }
}

/*##################################################*/
/*##################### CARD #######################*/
/*##################################################*/

.card {
  padding: 30px;
  margin: 10px;
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 1%);
  transition: box-shadow 0.3s ease-in-out;
  border: 20px solid var(--accentcolor);
  cursor: pointer;
  border-radius: 4px;
}

/*################################################*/
/*#################### SOCIAL ####################*/
/*################################################*/


.fa-social {
  color: var(--lightcolor);
  text-align: center;
  padding: 30px;
  font-size: 46px;
}
.title_social {
 
    text-align: center;
    font-size: 22px;
    font-weight: 600;

}
.social_section {
  padding: calc(18vw - 8rem) calc(18vw - 10rem);
  display: block;
 
  margin: 0 auto;
 
  background: var(--bgcolor);  /* fallback for old browsers */


}

.social_p {
  display: block;

}
.social_title {
  padding-bottom: 2rem;
  line-height: 1;
}
 
/*###########################################################*/ 
/*######################### CONTACT FORM ####################*/
/*###########################################################*/

/* ///// inputs /////*/

#contact_section { 
  padding-top: 40px;

}
#contact_div {

  padding: calc(18vw-8rem) calc(18vw-10rem);
    display: block;
    margin: 0 auto;
    background: var(--accentcolor);
    transform: skewY(-2deg);
    height: 150px;
}

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
  font-size: 0.75em;
  color: #999;
  top: -5px;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
}

.styled-input {
  float: left;
  width: 293px;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
}

@media only screen and (max-width: 768px){
  .styled-input {
      width:100%;
  }
}

.styled-input label {
  color: #999;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.styled-input.wide { 
  width: 650px;
  max-width: 100%;
}

input,
textarea {
  padding: 30px;
  border: 0;
  width: 100%;
  font-size: 1rem;
  background-color: var(--lightcolor);
    color: var(--fontcolor);
  border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

textarea {
  width: 100%;
  min-height: 15em;
}

.input-container {
  width: 650px;
  max-width: 100%;
  margin: 20px auto 25px auto;
}
#map_div {

    background-repeat: no-repeat;
   
  }
/*##### LOGO CLIENTS ##### */

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.logo-carousel {
  overflow: inherit;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}

.slick-slide img {
  width: 100%;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
  color: #fff;
  filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
  border: none;
  width: 2rem;
  height: 1.5rem;
  text-indent: -10000px;
  margin-top: -16px;
  z-index: 99;
}

.slick-arrow.slick-next {
  right: -40px;
  transform: rotate(180deg);
}

.slick-arrow.slick-prev {
  left: -40px;
}

/* Media Queries */
#carousel_s  {
  position: relative;
  top: 70px;
}

@media (max-width: 768px) {
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }
  #section_logo {
    padding: calc(18vw) calc(18vw) !important;
    width: 90vw !important;
  }
  .xxlarge {
   display:none;
}
.xlarge {
  display:none;
}
#carousel_s  {
  position: relative;
  top: 190px;
}

}
#section_logo {
  padding: calc(18vw - 8rem) calc(18vw - 10rem);
  width: 100vw;
}
.logo_client {
  height:50px;
  width: auto;
}
.container-log {
  overflow: hidden;
  display: flex;
  height: 200px;
  
  margin: 0 auto;
}

.container-log div {
  height: 250px;
  min-width: 300px;
  margin-left: 100px;
 animation: slide 25s linear infinite;
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1500px, 0, 0); /* The image width */
  }
}


.arlo-calendar * {
  outline: 0
}

.arlo-calendar .fc-view-container {
  position: relative
}

.arlo-calendar .arlo-loading {
  display: none;
  background: url(../images/ajax-loader.gif) center no-repeat #fff;
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  -khtml-opacity: .7;
  -moz-opacity: .7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100
}

.arlo-calendar .fc-event:hover,
.arlo-calendar a.label:hover,
.arlo-calendar button.fc-button:hover {
  opacity: .7
}

.arlo-calendar input,
.arlo-calendar select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  font-size: .9em;
  border-color: rgba(0, 0, 0, .1)
}

.arlo-calendar .fc-toolbar .fc-center h2 {
  font-size: 3em
}

.arlo-calendar button.fc-button {
  background: #F1F7FB;
  border: 0;
  box-shadow: none;
  padding: 10px 25px;
  height: auto;
  width: auto;
  text-transform: capitalize;
  font-size: 1.2em
}

.arlo-calendar button.fc-button.fc-state-active {
  font-weight: 700
}

@media (max-width:990px) {
  .arlo-calendar .fc-toolbar .fc-left,
  .arlo-calendar .fc-toolbar .fc-right {
    float: none
  }
  .arlo-calendar .fc-toolbar .fc-center {
    display: block
  }
  .arlo-calendar button.fc-button {
    display: block;
    width: 100%;
    margin-bottom: 1em
  }
  .arlo-calendar .fc-button-group {
    width: 100%;
    margin-bottom: 2em
  }
  .arlo-calendar .fc-button-group>:first-child,
  .arlo-calendar .fc-button-group>:last-child {
    width: 50%
  }
  .arlo-calendar .fc-button-group .fc-basicDay-button,
  .arlo-calendar .fc-button-group .fc-basicWeek-button,
  .arlo-calendar .fc-button-group .fc-month-button {
    width: 33%
  }
}

.arlo-calendar .fc-popover .fc-header {
  padding: 6px 10px;
  font-size: 1.1em
}

.arlo-calendar .fc-toolbar {
  margin-bottom: 2em
}

@media (max-width:990px) {
  .arlo-calendar .fc-toolbar>*>* {
    margin-left: 0
  }
  .arlo-calendar .arlo-facet-container button,
  .arlo-calendar .arlo-facet-container input,
  .arlo-calendar .arlo-facet-container select {
    margin-bottom: .5em
  }
}

.arlo-calendar .fc-more-popover .fc-event-container {
  padding: 16px 12px
}

.arlo-calendar .fc-icon-left-single-arrow:after,
.arlo-calendar .fc-icon-right-single-arrow:after {
  top: -30%
}

.arlo-calendar .fc-state-default.fc-corner-right {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px
}

.arlo-calendar .fc-state-default.fc-corner-left {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px
}

.arlo-calendar .fc-basic-view .fc-day-number {
  padding: 5px 10px;
  font-size: 1.8em
}

.arlo-calendar .fc-basic-view .fc-day-top {
  text-align: right
}

.arlo-calendar.fc-unthemed .fc-today {
  background-color: #F1F7FB;
  border-color: #ddd
}

.arlo-calendar th.fc-day-header.fc-widget-header {
  font-size: 1.2em;
  padding: 8px;
  text-transform: uppercase
}

.arlo-calendar a.fc-more {
  font-size: 1.2em;
  padding-left: 10px;
  padding-top: 4px;
  display: block;
  color: #ED007B
}

.arlo-calendar.fc-unthemed .fc-divider,
.arlo-calendar.fc-unthemed .fc-popover,
.arlo-calendar.fc-unthemed .fc-row,
.arlo-calendar.fc-unthemed tbody,
.arlo-calendar.fc-unthemed td,
.arlo-calendar.fc-unthemed th,
.arlo-calendar.fc-unthemed thead {
  border-color: #ececec
}

.arlo-calendar .arlo-facet-container input[type=text],
.arlo-calendar select.arlo-facet-select {
  background: #F1F7FB;
  font-size: 1.2em;
  border: none;
  padding: 11px 16px;
  height: auto;
  width: auto;
  border-radius: 25px
}

.arlo-calendar .arlo-facet-tag-container>div {
  font-size: 1.2em;
  padding-bottom: 10px
}

.arlo-calendar a.label {
  background-color: #ED007B;
  font-size: 1.1em;
  font-weight: 400;
  border-radius: 30px;
  padding: 3px 12px
}

.arlo-calendar a.label.selected {
  background-color: #0086E3
}

.arlo-calendar .fc-event {
  background-color: #ED007B;
  border: 1px solid #ED007B;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 1em
}

.arlo-calendar .fc-event.color1 {
  border: 1px solid #ED007B;
  background-color: #ED007B
}

.arlo-calendar .fc-event.color2 {
  border: 1px solid #1DC6BC;
  background-color: #1DC6BC
}

.arlo-calendar .fc-event.color3 {
  border: 1px solid #FFBD1F;
  background-color: #FFBD1F
}

.arlo-calendar .fc-event.color4 {
  border: 1px solid #0086E3;
  background-color: #0086E3
}

.arlo-calendar .fc-event.color5 {
  border: 1px solid #ae5ed0;
  background-color: #ae5ed0
}

.arlo-calendar .fc-event.color6 {
  border: 1px solid #ff6000;
  background-color: #ff6000
}

.arlo-calendar .fc-event.color7 {
  border: 1px solid #f3404d;
  background-color: #f3404d
}

.arlo-calendar .fc-event.color8 {
  border: 1px solid #7a59e5;
  background-color: #7a59e5
}

.arlo-calendar .fc-event.color9 {
  border: 1px solid #99e060;
  background-color: #99e060
}

.arlo-calendar .fc-event.color10 {
  border: 1px solid #00b5e3;
  background-color: #00b5e3
}

.arlo-calendar.fc .fc-toolbar .arlo-facet-container {
  float: none;
  text-align: left
}

.arlo-calendar.fc .fc-toolbar .arlo-facet-container input,
.arlo-calendar.fc .fc-toolbar .arlo-facet-container select {
  width: 100%
}

.arlo-calendar.fc .fc-toolbar .arlo-facet-container .label {
  display: inline-block;
  cursor: pointer;
  margin-left: 4px;
  margin-bottom: 4px;
  line-height: 1.4em
}

.arlo-calendar.fc .fc-toolbar .fc-right .arlo-facet-container {
  text-align: right
}

.arlo-calendar.fc table {
  margin-bottom: 0
}

.arlo-calendar .fc-left .arlo-facet-tag-container .label:first-child {
  margin-left: 0
}

.arlo-calendar .arlo-facet-tag-container .label span.glyphicon {
  display: none
}

.arlo-calendar .arlo-facet-tag-container .label.selected span.glyphicon {
  display: inline-block;
  margin-left: 4px
}