
body {
    padding: 0;
    margin: 0;
    background-color: #d4f8e8;
}
.dfull{
    /* padding: 10; */
    width: 100%; 
    display: flex;
    justify-content: space-between;
}
.d85 {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    width: 79%;
    /* padding-left: 8%; */
    margin-left: 9%;
    padding: 10px;
}
.d15 {
    display: inline-block;
    vertical-align: top;
    width: 11%;
    padding-left: 1%;
}
#logo{
    position: -webkit-sticky;
    position: sticky;
    top:0;
    display: inline-block;
    max-width: 100%;
    right: 0;
}
#logo img {
    width: 100%;
    height: auto;
}
.d3 {
    display: inline-block;
    width: 33.3%;
}

.hide {
    display: none;
} 

/* #region CAROUSEL */
.owl-carousel{
/* padding: 10px;  */
/* max-width: 98%; */
/* border: 0px; */
background-color: none;
}

.owl-carousel .cont{ 
    border-radius: 35px;
    vertical-align: middle;
    background-color: #085f63;
    height: 200px;
    align-items: center;
    justify-content: center;
    /* text-align: center; */
    border: 1px solid white;
    padding:20;
    padding-top: 35;
}  
  
.owl-carousel .active.center{
    text-align: center;
 }
/* 
 .owl-carousel .left{
    display: block;
     text-align: left;
 } */

 .owl-carousel .left h2{
    display: block;
     text-align: left;
     margin-left: 30px;
 }
 /* .owl-carousel .right {
     display: block;
     text-align: right;
 } */
 .owl-carousel .right h2 {
     display: block;
     text-align: right;
     margin-right: 30px;
 }
  .owl-carousel h2 {
      color: #ff5959;
      text-align: center;
      font-family: 'Bitter';
  }
  .owl-carousel .cont h1 {
      padding:0;
      margin: 0;
      /* display:table-cell; */
      vertical-align: middle;
      color: #facf5a;
      word-wrap: break-word;
      white-space: pre-wrap;
  } 
  .owl-carousel .cont p {
    color: white;
    word-wrap: break-word;
    white-space: pre-wrap;

}
/* 
.owl-item.center {
    width: 50px!important;
}
.owl-item:not(.center) {
    width: 15%;
 } */ 
 /* #endregion */

/* #region FLOAT MENU */
 #floatMenu {
    position: -webkit-sticky;
    position: sticky;
    top:50%;
    right:0;
    width:100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
#floatMenu ul {
    /* margin-bottom:20px; */
    width:100%;
    list-style-type: none;
    margin:0;
    padding: 0;
}
#floatMenu #u1 li {
    display:block;
    width: 95%;
    border:0px solid #085f63;
    background-color:#085f63; 
    /* border-left:6px solid #f67575; */
    font-family: 'Roboto';
    color:#ff5959;
    font-weight: 900;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    /* padding:15px 5px 15px 25px; */
    font-size: 16px;
    padding-right: 0;
    cursor: pointer;

} 
#floatMenu #u2 li {
    display:block;
    width: 90%;
    border:0px solid #f67575;
    background-color:#49beb7;
    border-left:6px solid #f67575;
    color:white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    cursor: pointer;
    /* padding:15px 5px 15px 25px; */
    padding-right: 0;

} 
/* #endregion */


#second{
    padding-top: 80px;
    margin-bottom: 100px;
    text-align: center;
    color: #ffa34d;
    font-weight: bolder;
    /* height: 450px; */
    display: inline-block;
    /* border: 1px solid white; */
    
    /* position: relative; */
}
#second .cont1{
    width: 40%; 
    display: inline-block;
    /* border: 1px solid white; */
    vertical-align: bottom;
}
#second .cont2{
    width: 20%;
    /* margin-left: 5; */
    display: inline-block;
    /* border: 1px solid red; */
    margin-bottom: 50px;
}
#second .cont2.mid{
    margin-left: 8%;
    margin-right: 8%; 
}
/* #second img {
    position: absolute;  
} */
#divTag{
    display: block; 
    font-size: 20px; 
    margin-top: 8%;
    /* transform: rotate(-10deg); */ 
}
#i-tag{
    margin-top: 10%; 
    width: 100%;
    /* transform: rotate(20deg); */
}
#divTeam{
    display: block; 
    font-size: 20px; 
    margin-top: 8%;
    color: #ff5959; 
}
#i-team {    
    margin-top: 11%; 
    z-index: 2;
    width: 100%;
}
#divBuild{
    display: block; 
    font-size: 29px; 
    width: 80%;
    height: auto;
    background: #e8e8e8; 
    /* transform: skew(-15deg) rotate(-15deg); */
    transform: rotate(-15deg);
    border-radius: 7px;
    z-index: 3;
    padding:15;
    text-align: center;
    border: 3px solid #b3b3b3;
    -webkit-box-shadow: 11px 10px 6px -10px rgba(0,0,0,0.74);
    -moz-box-shadow: 11px 10px 6px -10px rgba(0,0,0,0.74);
    box-shadow: 11px 10px 6px -10px rgba(0,0,0,0.74);
    margin-left: 5.5%;
}
#divBuild span { 
    font-weight: bolder;
    display: inline-block;
    padding-bottom: 4px;
    font-family: 'Bitter';
    color: #ffa34d;
}
#i-build {     
    z-index: 1;
    width: 100%;
    margin-top: -75px;
}
#first #second #third, #fourth, #fifth, #sixth{
    width: 100%;
    display: inline-block;
}
#third, #fourth, #fifth, #sixth{
    padding-top: 50px;
    padding-bottom: 50px;
}
#fifth .dcol2{
    height: unset;
}

/* #region DATETIMEPICKER */
#datetimepicker12 tr{
    font-family: 'Roboto';
    text-align: center;
    font-size: 14.5px;
    padding: 2;
    cursor: pointer;
} 

#datetimepicker12 .glyphicon {
    color: #1eb2a6;
}

#datetimepicker12 .picker-switch{
    text-align: center;
    color: #ffa34d;
    font-family: 'Montserrat';
}

#datetimepicker12 .dow{
    color: #085f63;
}
#datetimepicker12 .weekend{
    color: red;
}
#datetimepicker12 .old, #datetimepicker12 .new{
    color: #b3b3b3;
}
#datetimepicker12 .btn-primary {
    background-color: #49beb7;
    border: #49beb7;
}
#datetimepicker12 .active {
    background-color: orange;
    color: white;
    border-radius: 6px;
}
/* #endregion */

.dcol2 {
    width: 44%;
    display: inline-block;
    height: 400px;
    padding: 15px;
    vertical-align: top;
}
.dcol2.left{
    margin-right: 1%;
}
.dcol2.right {    
    /* border-radius: 20px;
    border: 2px solid #ffa34d ; */
}
#fifth .dcol2.right{
    width: 48%;
}

.dcol2 span {
    display: inline-block; 
    padding-bottom: 10; 
}
#sixth .dcol2 span {
    display: inline-block;
    width: 100%;
    padding-bottom: 10;
    vertical-align: middle;
    font-family: 'Roboto';
    color: #1eb2a6;
}
.dcol2 .titl{
    font-family: 'Montserrat';
    color: #085f63; 
    font-weight:bolder; 
    font-size: 20px;
}
.dcol2 i {
    margin-right: 10px; 
    font-size: 20px;
}
.dcol2 a {
    text-decoration: none;
}
.dcol3 {
    width: 29%;
    display: inline-block;
    vertical-align: top;
}
.dcol3 .titl{
    font-weight: bold;
    color:#ffa34d ;
    font-size: 17px;
    margin-bottom: 8px;
    display: block;
}
.dcol3 .cont{
    font-weight: normal;
    font-family: 'Roboto'; 
    font-size: 15px;
    display: block;
    padding-bottom: 5px;
} 
.dcol3 .hd { 
    width: 100%;
    padding: 15px;
    color: white;
    background-color: #1eb2a6;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
}
.dcol3 .hd i {
    color: #facf5a;
    margin-right: 8px;
    font-size: 20px;
}
.dcol3 .dt { 
    width: 100%;
    padding: 15px;
    color: white;
    background-color: #f67575;/*#ffa34d; */
    border-radius: 0px 0px 20px 20px;
    font-family: 'Roboto';
    height: 120px;
}
.dcol3 .dt span {
    display: block;
    margin-bottom: 10px;
}
.dcol3.mid{
    margin-left: 5%;
    margin-right: 5%;
}

.box {
    display: inline-block;
    width: 100%;
    max-width: 97%;
    border-radius: 20px;
    border: 2px solid #ffa34d ;
    padding: 15px;
}

.title {
    display: block;
    background-color: #ffa34d;
    color: white;
    border-radius: 15px;
    padding: 10;
    width: 300px;
    font-weight: bolder;
}

/* #region SIDE NAV */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ccf0e0;
    border-left:0px;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
.sidenav ul {
    width:100%;
    list-style-type: none;
    margin:0;
    padding: 0;
    margin-top:30px;
}
.sidenav li {
    display:block;
    width: 90%; 
    /* background-color:#085f63; */
    border-left:6px solid #f67575;
    color:#085f63;;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-family: 'Montserrat';
    font-size: 14px;
    /* padding:15px 5px 15px 25px; */
    padding-right: 0;

} 
/* #endregion */

 
.circleBase {
    display: inline-block;
    border-radius: 50%;
    margin-left: 10;
    margin-right: 10;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
} 
.type3 {
    width: 150px;
    height: 150px; 
    border: 3px solid #f67575;
    object-position: 50% 50%;
    overflow: hidden;
}
.circleBase img {
    width: 100%;
    height: 100%;
}
#menuside{
    font-size:30px;
    cursor:pointer; 
    color:#085f63; 
    display: inline-block;
    width: 100%;
    text-align: right;
}

input[type=text]{
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding:8;
    margin-bottom: 5px;
    font-family: 'Montserrat';
}
input[type=text]:focus{
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1); 
}
#schedule i {
    margin-right: 5px;
    color: #1eb2a6;
}
button{
    /* margin-left: 15px; */
    /* width: 100px; */
    padding: 4px;
    background: #f67575;
    border: 1px solid #f67575;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    float:right;
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

@media screen and (max-width: 801px) { 
    .d85{
        width:75%;
    }
    .d15{
        width:20%;
    }
    .owl-carousel .cont h1 {
        font-size: 30px;
    }
    .sidenav{
        display: none;
    }
    #menuside {
        display: none;
    }
    .dcol2.left {
        margin-right: 0%;
    }
  }
@media screen and (min-width: 451px) and (max-width: 800px) { 
      body {
          width: 100%;
      }
      .d85{
  
          width:100%;
          margin-left: 0;
      }
      .d15{
          display: none; 
      }
      .owl-carousel .cont h1 {
          font-size: 26px;
      }
      .sidenav{
          display: block;
          /* border-left:6px solid #f67575; */
      }
      #menuside{
          display: inline-block;
      }
      .dcol3 {
          width: 29%;
          margin-bottom: 25px;
      }
      .dcol3 .mid{
          margin-left: 2%;
          margin-right: 2%;
      }
      .dcol3 .titl {
          font-size: 15px;
      }
      .dcol3 .cont {
          font-size: 12.5px;
      }
      .dcol3 .hd {
          padding:10;
          font-size: 14px;
          height: 40px;
      }
      .dcol3 .dt {
          padding:10;
          font-size: 13px;
      }
      .dcol2 {
          width: 100%;
      } 
      .dcol2.left{
          margin-right: 0;
      }
    }
@media screen and (min-width: 100px) and (max-width: 450px) {  
    .d85{
        display: inline-block;
        border: 1px solid yellow;
        width:100%;
        margin-left: 0;
    }
    .d15{
        display: none; 
    }
    .owl-carousel .cont h1 {
        font-size: 26px;
    }
    .sidenav{
        display: block;
        /* border-left:6px solid #f67575; */
    }
    #menuside{
        display: inline-block;
    }
    .dcol3 {
        width: 100%;
        margin-bottom: 25px;
    }
    .dcol3.mid{
        margin-left: 0;
        margin-right: 0;
    }
    .dcol2 {
        width: 100%;
    } 
    .dcol2.left{
        margin-right: 0;
    }
    #second{
        margin-bottom: 20px;
    }
    #second .cont1{
        width: 100%;
    }
    #second .cont2{
        width: 38%;   
    }
    #second .cont2.mid{ 
        margin-right: 8%; 
        margin-left: 0;
        left:5
    }
    #divBuild{
        font-size: 22px;
    }
    
  }


  /*#region TOAST  */
#toast {
    visibility: hidden;
    max-width: 600px;
    height: 45px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;

    position: fixed;
    z-index: 1;
    left: 0;right:0;
	/* position: absolute; */
	top:0;
	bottom: 0; 
    /* bottom: 0px; */ 
    font-size: 13px;
    white-space: nowrap;
}
#toast #img{
	width: 50px;
	height: 50px;
    
    float: left;
    
    padding-top: 16px;
    padding-bottom: 16px;
    
    box-sizing: border-box;

    
    background-color: #111;
    color: #fff;
}
#toast #desc{

    
    color: #fff;
   
    padding: 10px;
    
    overflow: hidden;
	white-space: nowrap;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 2s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 2s 1s, shrink 0.5s 3s, fadeout 0.5s 3.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px} 
    to {min-width: 350px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}
@-webkit-keyframes stay {
    from {min-width: 350px} 
    to {min-width: 350px}
}

@keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}
@-webkit-keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0px; opacity: 0;}
}
/* #endregion */