/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/
/*@import url('https://fonts.googleapis.com/css?family=Cairo');*/
/*@import url('https://fonts.googleapis.com/css?family=Century+Gothic');*/

body section{
    color: #4d4d4f;
    text-align: justify;
}

body {
    padding: 0px;
    font-family: Open Sans!important;
    font-size: 15px!important;
    text-align: justify!important;
}

.bg {
    color: #4d4d4f;
}

.two-col{
    padding-left: 0!important;
}
.logo {
	left: 0;
    position: relative;
    padding-top: 46px;
}

.green-bar {
    width: 65%;
}

.first-text{
    right: 35%;
    text-align: center;
    position: absolute;
    top: 130%;
}

.blue-text{
    color: #1ac3f3;
    font-weight: 600;
    font-size: 43px;
}

.local-text{
    font-size: 30px;
}

ul#calendar {
        display: inline-flex;
        padding: 0 0 0 0;
        margin-top: 18px;
} 

ul#calendar li{
    display: inline-block;
    background: #1ac3f3;
    margin-left: 5px;
    padding: 0px 10px 0 10px;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
}

.idea-title p.line-under:before{
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 0px;
    border-top: 2px solid #1ac3f3;
}

#first {
    height: 635px;
    padding: 12px;
}

#second{
      height: 819px;
      padding: 12px;
}
.blue-cloud{
    right: 0;
    position: absolute;
    top: 0;
}


.idea-title{
    display: inline-flex;
    font-size: 20px;
}

.blue-cloud-right{
    right: 8%;
    width: 12%;
    position: absolute;
}

.blue-cloud-left{
    width: 18%;
    position: absolute;
    left: 0%;
}

.second{
     padding: 62px 0 0 0;
}
#second .second img{
    left: 0;
    position: absolute;
    width: 35%;
}

.right-text{
    float: right;
    width: 50%;
}

#second .second left-text{
   float: left;
    width: 50%;
    padding: 40px 0 0 0;
}

#third{
  height: 455px;
  padding: 12px;
}
    
#third li{
    display: table;
}

#third ul{
    padding: 0 0 0 0;
  
}

.two-third {
    width: 50%;
    float: right;
    margin-top: 40px;
    text-align: center;
}

.two-third img {
    width: 74%;
    float: unset;
}

li img.li-img {
    width: 32px;
    padding: 0px 8px 4px 0;
}

.one-third{
    width: 50%;
    float: left;   
     margin-top: 60px;
}

.one-third button{
    text-align: center;
    background-color: #1ac3f3;
    color: #fff;
    border: none;
    border-radius: 7px;
    padding: 4px 46px 4px 46px;
    cursor: pointer;
    margin: 0 0 0 7%;
}

.one-third button:hover{
  background-color: #16a3cc;
}

#fourth li{
    display: table;
}

#fourth ul{
    padding: 0 0 0 0;
}

#fourth {
    height: 360px;
    padding: 12px;
}

#fifth {
       margin-top: 0px;
    height: auto;
    margin-bottom: 0;
    padding: 12px;
}

#fifth textarea{
    width: 100%;
    background: #ebebeb;
    border: none;
    border-radius: 10px;
    border: 1px solid #8b8b8e;
    padding: 7px 0px 7px 15px;
}

#fifth input{
    width: 100%;
    background: #ebebeb;
    border: 1px solid #8b8b8e;
    border-radius: 10px;
    padding: 7px 0px 7px 15px;
    margin-bottom: 15px;
}


.three-second div{
    width: 100%;
    font-size: 15px;;

}

.three-second li{
    display: table;
}

.three-second ul{
    padding: 0 25px 0 0;
        display: table;
}

.to-get{
    margin: 26px 0 10px 0;
}

.three-second{
    display: flex;
}

.watch-video{
      left: 115px;
  position: absolute;
    cursor: pointer;
}


.contact-tel {

  top: 370.4%;
    position: absolute;
    width: 100px;
    text-align: center;
    left: 40%;

}

.contact-mail {

 top: 371%;
    position: absolute;
    width: 100px;
    text-align: center;
    left: 51%;

}

#fifth [type=submit] {
    -webkit-appearance: button;
    width: 15%;
    background: #1ac3f3;
    border: 1px solid #1ac3f3;
    border-radius: 10px;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
    padding: 7px 0px 7px 0px;
}

#fifth [type=submit]:hover {
  background: #16a3cc;
}

.copyright {
    text-align: center;
    background: #1ac3f3;
    color: #fff;
    padding: 4px;
    font-size: 14px;
}




#news-bar {
  width: 64%;
    background: transparent;
    border-radius: 15px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    color: inherit;
    border: #1ac3f3 1px solid;
    text-align: center;
    right: 18%;
    position: absolute;
    font-size: 14px;

}

#news-bar:hover {
  transition: 0.37s;
 }



/* slideUp */

.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;

}

.slideUp p{
    margin-bottom: 0px!important;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%)
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}


.modal-content{
        background-color: #444344!important;
            width: 132%;
}

.modal-body {
    padding: 0px 0 0 0!important;
}



.g-recaptcha div {
    margin: 12px 0 0 0;
}

.mx-wd label{
    margin-bottom: 2%!important;
        color: red;
}


.mx-wd {
        padding-left: 0!important;
}

.mx-txt{
    padding-left: 0!important;
}

.mx-txt label{
    margin-bottom: 2%!important;
        color: red;
}

.modal-dialog {
    max-width: -webkit-fill-available;
}

.two-col{
    padding-right: 0!important;
}

@media only screen and (min-width: 300px) and (max-width: 500px){
   .modal-body {
    margin-top: 0!important;
}
.mx-wd {
    padding-left: 0!important;
    padding-right: 0!important;
}
.mx-txt{
    padding-right: 0!important;
}

    #fifth input{
    width: 100%;
    }
    body section{
        height: unset;
        width: unset;
    }
    .blue-cloud {
        right: unset;
        position: absolute;
        top: 0;
        width: 100%;
    }
    
    .blue-cloud img {
   width: 250px;
    right: 0;
    position: absolute;
}
    .logo {
    left: 0%;
    position: relative;
    padding-top: 50px;
}

.logo .logo-img {
    width: 37%;
    padding: 0 0 0 22px;
}

.logo img{
    width: 30%;
}

.first-text {
    right:0%;
    margin: 0 40px 0 40px;
}

.blue-text {
    font-size: 29px;
    padding: 10px 0 0 0;
}
.local-text {
    font-size: 20px;
}
ul#calendar li{
    margin-left: 3px;
    padding: 0px 2px 0px 2px;
    font-size: 27px;
}

.logo .first-text p .green-bar{
    width:70%;
}
.watch-video {
    right: unset;
    position: unset;
    margin: 0 0 0 0;
}
#news-bar {
    width: 100%!important;
    right: 0!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
        margin-top: -26px;
}
#first {
        height: 477px;
        padding: 0px;
}

.three-second {
    display: grid;
}

.three-second div {
    width: 100%;
    font-size: inherit;
}
#second {
    height: unset;
}
.second {
    display: grid;
    padding: 30px 0 0 0;
}

#second .second img {
    position: relative;
    width: 68%;
    left: -5%;
}
.right-text {
    float: right;
    width: 100%;
    padding: 0;
}

#third {
    display: grid;
        margin-bottom: 0%;
        height: unset;
}

.one-third button{
    margin:0;
    
}

.one-third {
    width: 100%;
    order: 2;
    margin-top: 2%;
    margin-bottom: 0%;
        text-align: center;
}
.two-third {
    width: 100%;
    text-align: center;
   margin-top: 36px;
    margin-bottom: 27px;
        order: 2;

}

.two-third img {
    float: unset;
}

#third li {
    text-align: center;
        display: block;
}

#fourth {
    margin-bottom: 0;
    height: unset;
}
#fifth {
    height: unset;
    margin-top: 0;
    margin-bottom: 0;
}

.to-get{
    text-align: center;
    padding: 8px 0 0 0;
}

.g-recaptcha div {
    text-align: center;
    width: unset!important;
    margin: 12px 0 0 0;
}


#fifth [type=submit] {
    width: 100%;
}
.modal-body {
    margin-top: 15%;
}

.left-text {
        display: none;
}
}



@media only screen and (min-width: 501px) and (max-width: 767px){
    .modal-dialog {
        margin: 0!important;
}
    body section{
        height: unset;
        width: unset;
        max-width: 100%!important;
    }
    .blue-cloud {
        right: unset;
        position: absolute;
        top: 0;
        width: 100%;
    }
    
    .two-third img {
    float: unset;
}
    
    .blue-cloud img {
   width: 309px;
    right: 0;
    position: absolute;
}
    .logo {
    left: 0%;
    position: relative;
    padding-top: 50px;
}

.logo .logo-img {
    width: 30%;
    padding: 0 0 0 22px;
}

.logo img{
    width: 30%;
}

.first-text {
    right:0%;
}

.blue-text {
    font-size: 29px;
    padding: 10px 0 0 0;
}
.local-text {
    font-size: 20px;
}
ul#calendar li{
    margin-left: 3px;
    padding: 0px 2px 0px 2px;
    font-size: 27px;
}

.watch-video img{
    width: 3%!important;
}
.logo .first-text p .green-bar{
    width:70%;
}
.watch-video {
    right: unset;
    position: unset;
    margin: 0 0 0 0;
}
#news-bar {
    padding-left: 10px!important;
    padding-right: 10px!important;
        margin-top: -26px;
}
#first {
        height: 500px;
        padding: 0px;
}

.three-second {
    display: grid;
}

.three-second div {
    width: 100%;
    font-size: inherit;
}
#second {
    height: unset;
    padding: 50px 28px 12px 28px;
}
.second {
    display: grid;
    padding: 25px 0 0 0;
}

#second .second img {
    position: absolute;
    width: 68%;
    left: 0%;
}
.right-text {
    float: right;
    width: 100%;
    padding: 0;
}

#third {
    display: grid;
    margin-bottom: 0%;
    height: unset;
    text-align: center;
        
}

.left-text {
    display: none;
}

#third li {
    display: block;
}

.one-third button {
     margin: 0;
}

.one-third {
    width: 100%;
    order: 2;
    margin-top: 2%;
}
.two-third {
    width: 100%;
    float: unset;
    text-align: center;
    margin-bottom: 40px;
        order: 2;
}
#fourth {
    margin-bottom: 0%;
    height: unset;
    padding: 12px 28px 12px 28px;
}

#fifth {
    height: unset;
    padding: 12px 28px 12px 28px;
}
.mx-txt {
    padding-right: 0!important;
}
.mx-wd {
    padding-left: 0!important;
    padding-right: 0!important;
}

}


@media only screen and (min-width: 768px) and (max-width: 992px){
    body section{
        height: unset;
        width: unset;
    }
    .blue-cloud {
        right: 0;
        position: absolute;
        top: 0;
        /*width: 100%;*/
    }
    
    .blue-cloud img {
   width: 424px;
    right: 0;
    position: absolute;
}
    .logo {
    left: 0%;
    position: relative;
    padding-top: 50px;
}

.logo .logo-img {
    width: 30%;
    padding: 0 0 0 22px;
}

.logo img{
    width: 30%;
}

.video-button {
    width: 3%!important;
}

.first-text {
    right:0%;
}

.blue-text {
    font-size: 44px;
    padding: 10px 0 0 0;
}
.local-text {
    font-size: 30px;
}
ul#calendar li{
    margin-left: 7px;
    padding: 0px 4px 0px 5px;
    font-size: 50px;
}

.logo .first-text p .green-bar{
    width:70%;
}
.watch-video {
    right: unset;
    position: unset;
    margin: 0 0 0 0;
}

#first {
        height: 630px;
        padding: 0px;
}

.three-second {
   display: flex;
}

.three-second div {
    width: 100%;
    font-size: inherit;
}
#second {
    height: unset;
}
.second {
    display: flex;
    padding: 15px 0 0 0;
}

#second .second img {
    position: relative;
        width: 91%;
    left: -15%;
}

.left-text{
        margin: 14% 0 0 0;
}

.right-text {
    float: right;
    width: 100%;
    padding: 30px 0 0 0;
}

#third {
    display: flex;
    margin-bottom: 0%;
    height: unset;
}

.one-third {
    width: 100%;
    order: unset;
    margin-top: 8%;
    margin-bottom: 6%;
}
.two-third {
    width: 100%;
    margin-top: 50px;
}
.two-third img {
    width: 84%;
    float: right;
}

#fourth {
    margin-bottom: 0%;
    height: unset;
}
#fifth {
    height: unset;
}

.blue-cloud-left {
    left: 0%;
    width: 180px;
    position: absolute;
}

.mx-wd {
        max-width: 100%!important;
}
.mx-txt {
    padding-right: 0!important;
}
.mx-wd {
    padding-left: 0!important;
    padding-right: 0!important;
}
}

@media only screen and (min-width: 993px) and (max-width: 1200px){
	
    body section{
        height: unset;
        width: unset;
    }
    .blue-cloud {
        right: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    
    .blue-cloud img {
       width: 54%;
    right: 0;
    position: absolute;
}
    .logo {
    left: 0%;
    position: relative;
    padding-top: 50px;
}

.logo .logo-img {
    width: 30%;
    padding: 0 0 0 22px;
}

.logo img{
    width: 30%;
}

.video-button {
    width: 3%!important;
}

.first-text {
    right:0%;
}

.blue-text {
    font-size: 44px;
    padding: 10px 0 0 0;
}
.local-text {
    font-size: 30px;
}
ul#calendar li{
    margin-left: 7px;
    padding: 0px 4px 0px 5px;
    font-size: 50px;
}

.logo .first-text p .green-bar{
    width:70%;
}
.watch-video {
    right: unset;
    position: unset;
    margin: 0 0 0 0;
}
#news-bar {
    width: 100%!important;
    right: 0!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
        margin-top: -26px;
}
#first {
        height: 665px;
        padding: 0px;
}

.three-second {
   display: flex;
}

.three-second div {
    width: 100%;
    font-size: inherit;
}
#second {
    height: unset;
}
.second {
    display: flex;
    padding: 15px 0 0 0;
}

#second .second img {
    position: relative;
        width: 91%;
    left: -15%;
}

.left-text{
        margin: 5% 0 0 0;
}

.right-text {
    float: right;
    width: 100%;
    padding: 30px 0 0 0;
}

#third {
    display: flex;
    margin-bottom: 0%;
    height: unset;
}

.one-third {
    width: 100%;
    order: unset;
    margin-top: 8%;
    margin-bottom: 6%;
}
.two-third {
    width: 100%;
}
#fourth {
    margin-bottom: 0%;
    height: unset;
}
#fifth {
    height: unset;
    margin-bottom: 6%;
}

.blue-cloud-left {
    left: 0%;
    width: 180px;
    position: absolute;
}


}




