



.form-control{
    padding-left: 10;
    box-shadow: inherit;
    background: transparent;
    border-bottom: 1px solid grey;
    color: #000;
    
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 15px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}



img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
  font-family: 'Poppins', sans-serif;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-weight: 600;
}

b, strong {
  font-weight: 900;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

.fixed-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}


.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-dark {
  background-color: #1b1b1b !important;
}

.bg-theme {
  background-color: #1273eb;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important;
}
.shadow.dark-hard::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.align-center {
  align-items: center;
}

.btn {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 8px;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.btn-md {
  padding: 17px 42px;
}
.btn.btn-gradient {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.btn.btn-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, #1273eb,  #18ebeb, #1273eb);
  background-size: 220% 150%;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff !important;
  background-color: #1273eb;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}
.bg-fixed {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}

button, button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important;
}
.site-heading h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: #1273eb;
  position: relative;
  z-index: 1;
  display: inline-block;
  background: linear-gradient(90deg, rgba(18,115,235,1) 30%, rgba(4, 215, 242, 1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.site-heading h2 {
  display: block;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
}

.site-heading .devider {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #1273eb;
  position: relative;
  z-index: 1;
  left: 10px;
}
.site-heading .devider:before {
  position: absolute;
  left: -15px;
  top: 0;
  content: "";
  height: 2px;
  width: 10px;
  background: #1273eb;
}
.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 150px 0;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-area .content {
  position: relative;
  z-index: 9;
  overflow: hidden;
}


/* Animation delays */
.banner-area .carousel-item h1:first-child, 
 .banner-area .carousel-item h2:first-child, 
 .banner-area .carousel-item h3:first-child, 
 .banner-area .carousel-item h4:first-child, 
 .banner-area .carousel-item h5:first-child, 
 .banner-area .carousel-item h6:first-child {
  animation-delay: .5s;
}

.banner-area .carousel-item h1:nth-child(2), 
 .banner-area .carousel-item h2:nth-child(2), 
 .banner-area .carousel-item h3:nth-child(2), 
 .banner-area .carousel-item h4:nth-child(2), 
 .banner-area .carousel-item h5:nth-child(2), 
 .banner-area .carousel-item h6:nth-child(2) {
  animation-delay: .7s;
}

.banner-area .carousel-item p {
  animation-delay: .5s;
}

.banner-area .carousel-item ul {
  animation-delay: .6s;
}

.banner-area .carousel-item a, 
 .banner-area .carousel-item button {
  animation-delay: .7s;
}
.carousel-inner .carousel-item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

.banner-area .carousel-control {
    background: transparent none repeat scroll 0 0;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 9;
    display: inline-block;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    opacity: 0;
}

.banner-area .carousel-control.left {
  left: -80px;
}

.banner-area .carousel-control.left::after {
    position: absolute;
    left: 25px;
    top: 50%;
    content: "";
    height: 1px;
    width: 80px;
    background: #ffffff;
}

.banner-area .carousel-control.left::before {
    position: absolute;
    left: 20px;
    top: 22px;
    content: "";
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #ffffff;
}

.banner-area:hover .carousel-control.left {
  left: 50px;
  opacity: 1;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -80px;
}

.banner-area:hover .carousel-control.right {
  right: 50px;
  opacity: 1;
}

.banner-area .carousel-control.right::after {
    position: absolute;
    right: 25px;
    top: 50%;
    content: "";
    height: 1px;
    width: 80px;
    background: #ffffff;
}

.banner-area .carousel-control.right::before {
    position: absolute;
    right: 20px;
    top: 23px;
    content: "";
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffffff;
}


.banner-area h2 span {
  font-weight: 200;
}

.banner-area p {
    padding-right: 30%;
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
}
html {
  scroll-behavior: fast;
}
.whatsapp-chat > .fa
{font-size:24px;}
.whatsapp-chat > span, .whatsapp-chat > .fa 
{float:left;padding:0 4px;}
.whatsapp-chat > span 
{line-height:2em;}
.whatsapp-chat > span, .whatsapp-chat > .fa 
{float:left;padding:0 4px;}
.whatsapp-chat 
{position:fixed;
 padding:4px 10px 4px 5px;
 right:10px;
 bottom:10px;
 color:#fff;
 background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
 background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);
 background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
 background-image:linear-gradient(to bottom,#5bcf45 0,#2eb717 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
 filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;
 border-radius:4px;
 font-size:13px;
 z-index:1111;
}
.call-button > span, .call-button > .fa 
{float:right;padding:0 4px;}

.call-button > span 
{line-height:2em;}
.call-button 
{
 display:none;
 position:fixed;
 padding:4px 30px 4px 30px;
 right:83%;
 bottom:10px;
 color:#fff;
 background-image: linear-gradient(to right, #1273eb, #18ebeb, #1273eb);
 
 

 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
 filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;
 border-radius:4px;
 font-size:13px;
 z-index:1111;
 background-color: #1273eb;
}

.whataapp-qr{
    display:none;
}




.banner-area.text-center p {
    padding-left: 15%;
    padding-right: 15%;
}

.banner-area.top-pad-50 .content {
  padding-top: 50px;
}

.banner-area.text-big h2 {
    font-size: 90px;
    line-height: 120px;
    font-weight: 600;
    text-transform: uppercase;
}

.banner-area.text-big h2 span {
  font-weight: 400;
  font-size: 80px;
  display: block;
  line-height: 1.2;
}

.banner-area.text-big a.btn {
  margin-top: 20px;
}
.about-content-area .content-box .thumb {
    padding-right: 35px;
}

.about-content-area .thumb-box .shape {
    position: absolute;
    height: 300px;
    left: -150px;
    top: -80px;
    width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
}

.about-content-area .thumb-box {
    position: relative;
}

.about-content-area .thumb-box img:first-child {
    width: 80%;
    border-radius: 8px;
}

.about-content-area .thumb-box img:nth-child(2) {
    position: relative;
    right: 0;
    width: 50%;
    float: right;
    top: -200px;
    margin-bottom: -200px;
    border: 5px solid #ffffff;
    border-radius: 50%;
}
.about-content-area .content-box .info h2 {
    font-weight: 600;
    margin-bottom: 30px;
}

.about-content-area .content-box .info ul li {
    display: flex;
    margin-top: 30px;
}

.about-content-area .content-box .info ul li i {
    display: inline-block;
    font-size: 40px;
    margin-right: 25px;
    color: #1273eb;
}

.about-content-area .content-box .info ul li h4 {
    font-weight: 600;
}

.about-content-area .content-box .info ul li p {
    margin: 0;
}

.about-content-area .content-box .info .call {
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    align-items: center;
}

.about-content-area .content-box .info .call i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 75px;
    background: #1273eb;
    text-align: center;
    border-radius: 50%;
    margin-right: 25px;
    color: #ffffff;
    font-size: 30px;
    position: relative;
    z-index: 1;
    margin-left: 7px;
    margin-top: 7px;
}

.about-content-area .content-box .info .call i::after {
    position: absolute;
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: #1273eb;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
}

.about-content-area .content-box .info .call h5 {
    font-weight: 600;
    margin-bottom: 3px;
}

.thumb-services-area .right-shape {
    position: absolute;
    right: 0;
    top: 120px;
}

.thumb-services-area .single-item {
  margin-bottom: 30px;
}

.thumb-services-area .services-items .item {
    background-size: cover;
    background-position: center;
    padding: 60px 37px;
    position: relative;
    z-index: 1;
}

.thumb-services-area .services-items .item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .item .info h4 {
  font-weight: 600;
}

.thumb-services-area .services-items .item .info > i {
    display: inline-block;
    font-size: 45px;
    margin-bottom: 30px;
    color: #ffffff;
    height: 90px;
    width: 90px;
    line-height: 105px;
    background: linear-gradient(90deg, rgba(18,115,235,1) 57%, rgba(4, 215, 242, 1) 100%);
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .item .info > i::after {
    position: absolute;
    right: 8px;
    bottom: 0;
    content: "";
    height: 20px;
    width: 20px;
    background: #1273eb;
    z-index: -1;
    border-radius: 50%;
    border: 3px solid #ffffff;
    transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .single-item .item::before {
    opacity: 0.6;
    transition: all 0.35s ease-in-out;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 0;
    width: 100%;
    z-index: -1;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .single-item .item:hover::after,
.thumb-services-area .services-items .single-item:first-child .item::after {
    opacity: 0;
}


.thumb-services-area .services-items .single-item .item:hover::before,
.thumb-services-area .services-items .single-item:first-child .item::before {
    height: 100%;
}


.thumb-services-area .services-items .single-item:first-child .item .info > i,
.thumb-services-area .services-items .single-item .item:hover .info > i {
    background: #ffffff;
    color: #1273eb;
    transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .single-item .item h4, 
.thumb-services-area .services-items .single-item .item p, 
.thumb-services-area .services-items .single-item .item a {
    transition: all 0.35s ease-in-out;
}

.thumb-services-area .services-items .single-item:first-child .item h4, 
.thumb-services-area .services-items .single-item:first-child .item p, 
.thumb-services-area .services-items .single-item:first-child .item a,
.thumb-services-area .services-items .single-item .item:hover h4, 
.thumb-services-area .services-items .single-item .item:hover p, 
.thumb-services-area .services-items .single-item .item:hover a {
    color: #ffffff;
}

.thumb-services-area .services-items .item .bottom a {
    margin-top: 5px;
    color: #232323;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
}
.thumb-services-area .services-items .single-item:first-child .item .bottom a {
  border-color: rgba(255, 255, 255, 0.5)
}
.contact-area {
  position: relative;
  z-index: 1;
}
.alert {
    color:#fff;
}
.contact-form-box
/*{
    padding: 10px;
    border: 1px solid #e7e7e7;
}*/
.contact-area::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 120px;
  background: #ffffff;
  z-index: -1;
}

.contact-area::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 120px;
  background: #ffffff;
  z-index: -1;
}

.contact-area .info .content {
    padding: 50px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding-left: 80px;
    padding-top: 80px;
}

.contact-area .info .content::after {
    position: absolute;
    right: -30px;
    top: 30px;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: -1;
}

.contact-area .info h2 {
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-area .info ul {
    display: block;
    margin-top: 35px;
}

.contact-area .info ul li {
    display: flex;
    margin-top: 30px;
}

.contact-area .info ul li:first-child {
  margin-top: 0;
}

.contact-area .info ul li i {
    display: inline-block;
    height: 60px;
    width: 60px;
    min-width: 60px;
    line-height: 60px;
    background: linear-gradient(90deg, rgba(18,115,235,1) 57%, rgba(4, 215, 242, 1) 100%);
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 20px;
}

.contact-area .info ul li p {
  margin: 0;
}

/* .contact-area .form-box input, 
.contact-area .form-box textarea {
    padding: 20px;
    padding-left: 0;
    border: none;
    box-shadow: inherit;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    border-radius: inherit;
}

.contact-area .form-box input::-webkit-input-placeholder,
.contact-area .form-box textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.contact-area .form-box textarea {
    min-height: 180px;
}

.contact-area .form-box button {
    display: inline-block;
    padding: 15px 42px;
    border-radius: 5px;
    background: #ffffff;
    font-weight: 600;
    color: #1273eb;
}

.contact-area .form-box button i {
    margin-left: 3px;
}
footer {
    position: relative;
    z-index: 1;
}

footer::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 400px;
    width: 400px;
    background: url(assets/img/map.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.3;
}

footer .widget-title, 
footer img {
    margin-bottom: 30px;
    font-weight: 600;
}

footer .f-items .f-item.about {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 40px;
    margin-right: 10px;
}
footer p {
  color: #a0a2a6 !important;
}

footer a {
  font-weight: 500;
}

footer .f-items .f-item.link li {
    margin-bottom: 12px;
}

footer .f-items .f-item.link li:last-child {
    margin-bottom: 0;
}

footer .f-items .f-item.link li a {
    font-weight: 400;
    color: #a0a2a6;
}
footer .f-items .f-item .address li {
    display: flex;
    margin-bottom: 25px;
}

footer .f-items .f-item .address li .content,
footer .f-items .f-item .address li .content a {
  color: #a0a2a6;
}

footer .f-items .f-item .address li i {
    display: inline-block;
    margin-right: 20px;
    color: #ffffff;
    font-size: 24px;
    color: #1273eb;
    position: relative;
    top: 5px;
}
footer .f-items .f-item .address li:last-child {
    margin-bottom: -8px;
}

footer .f-items .f-item .address li strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}