body {
  overflow-x: hidden;
  font-family: Poppins, sans-serif;
  line-height: 1.75;
  font-size:0.90rem;
}

a {
  color: #1B95E5;
}

a:hover {
  color: #fec503;
}

.text-primary {
  color: #1B95E5 !important;
}

.text-blue
{
  color: #1B95E5;
}

.btn {
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #04C3FF;
  border-color: #04C3FF;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #04C3FF !important;
  border-color: #04C3FF !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::selection {
color: #FFF;
background: #1B95E5;
text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/*#mainNav {
  background-color: #f3f7fb;
}*/

#mainNav .navbar-toggler {
  border: 0;
}

#mainNav .navbar-brand {
  color: #1B95E5;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  /*font-size: 100%;*/
/*  font-weight: 400;*/
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #464646c2;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #1B95E5;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 2em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f3f7fb;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }

}

.masthead {
  color: black;
  background-image: url("../images/background.png"); 
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
.leadform {
  background: linear-gradient(to bottom, #a1ffc9 0%, #4558ff 100%);
height: 700px;
}
.frame{
display: inline-block;
width: 50%;
float: left;
}
.frame .welcome{
padding-top: 150px;
padding-bottom: 100px;
}
.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
}

.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
}
.form{
    padding-top: 85px;
    padding-bottom: 100px;

}
.form .form-title{
	color: white;
	font-size: 23px;
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #1B95E5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #1B95E5;
}	
/*custom*/

section
{
	padding: 100px 0;
}

.main-title
{
	position: relative;
}

.main-title:after
{
	position: absolute;
    content: "";
    left: 0px;
    top: 0;
    bottom: 0;
    width: 8px;
    border-radius: 2px;
    background: #3ABCFA;
    background: -webkit-linear-gradient(to top, #533EF9, #3ABCFA); 
    background: linear-gradient(to top, #533EF9, #3ABCFA);
}

.subtitle
{
	padding-top:3rem;
	padding-bottom:1rem;
}
.subtitle2
{
	padding-top:0rem;
	padding-bottom:1rem;
}
.text-sm
{
	font-size:1rem;
}
.text-md
{
	font-size:1.15rem;
}

.text-lg
{
	font-size:1.5rem;
}

.cardimg
{
 align-items: center;
}
.text
.text-xl
{
	font-size:1.6rem;
}
.text-xxl
{
	font-size:2.2rem;
}
.font-weight-semibold
{
	font-weight: 500;
}
.font-weight-medium
{
  font-weight: 500;
}
.btn-primary
{
	background-color: #04C3FF !important; 
	outline:none !important;
	box-shadow: none !important;
}
.btn-primary:hover
{
	background-color: #03afe5 !important; 
	border-color: #03afe5 !important;
}

.bg-gradient
{
	background-image: url(../images/bg-vector.png), linear-gradient(to bottom, #3979FF , #0CC0F0); /* W3C */
}

.services-block
{
	position: relative;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    padding: 0px 0px 30px;
    background-color: rgb(0, 0, 0, 10%);
    margin-bottom:20px;
}

/*  */
.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox .hvrbox-layer-bottom {
	display: block;
}
.hvrbox .hvrbox-layer-top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	/*padding: 15px;*/
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer-top,
.hvrbox.active .hvrbox-layer-top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}
.iframe-width
{
	border-radius: 30px;
}

section#contact
{
	background: #0CC0F0 !important;
    background: -webkit-linear-gradient(to top, #0CC0F0, #3979FF) !important; 
    background: linear-gradient(to bottom, #3979FF, #0CC0F0) !important;
}

section#contact h4.call:before
{
	content: url('../images/call.svg');
	padding-right: 25px;
}

section#contact h4.mail:before
{
	content: url('../images/visit.svg');
	padding-right: 25px;
}

section#contact h4.visit:before
{
	content: url('../images/mail.svg');
	padding-right: 25px;
}
section#contact h4.follow:before
{
	content: url('../images/follow.svg');
	padding-right: 25px;
}

.contact-detail
{
	border-bottom: 1px solid #fff;
	padding:30px 0;
}

footer
{
	background-color: #00ADE5;padding: 40px 0 30px 0 !important;/*text-align: center;*/
}

footer a
{
	font-size: 13px;
}

.global
{
	color: #00FFFF;
}

.btn-accent {
    color: #ffffff!important;
    background: #00B0FF !important;
    background: -webkit-linear-gradient(to bottom, #00B0FF,#008DE9) !important;
    background: linear-gradient(to bottom, #00B0FF,#008DE9);
}
.btn-plain {
    color: #ffffff!important;
    background: #04C3FF !important;
    background: -webkit-linear-gradient(to bottom, #04C3FF,#00D1F2) !important;
    background: linear-gradient(to bottom, #04C3FF,#00D1F2);
}
.btn-circle {
    border-radius: 10em!important;
}

.btn
{
  font-weight:400 !important;
  padding: 13px 35px 13px 35px!important;
}

.section-grey {
    margin: 0;
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden;
}

#mask {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    height: 500px;
    width: 100%;
}
#mask iframe {
    position: absolute;
    border-radius: 15px;
    top: 0; left: 0;
    z-index: 50;
    width:100%;
    height: 500px;
}

header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
}

p.copyright
{
  margin-bottom:0;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(53,51,51, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}

@media only screen and (min-device-width : 300px) and (max-device-width : 390px) {
 .navbar-brand img
  {
    width: 210px;
  }
}

@media only screen and (min-device-width : 390px) and (max-device-width : 490px) {
 .navbar-brand img
  {
    width: 230px;
  }

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 575.98px) {
  #mainNav .navbar-toggler
  {
    margin:0;padding:0;
  }
  .hvrbox
  {
    display:block;
  }
    #mainNav{
    padding: 22px;
}
#mainNav.navbar-shrink{
background-color: #f3f7fb;
}
.welcome{
display: none;}
.frame{
display: block;
width: 100%;
padding: 0px 0 50px 0;
}

@media only screen and (min-width: 576px) { 
  .hvrbox
  {
    display:block;
  }
   #mainNav.navbar-shrink {
    background-color: #f3f7fb;
  }
    #mainNav{
      padding: 22px;
  }

 }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	section#product img
	{
	  	display: block;
	    margin: 0 auto;
	}
}
#mainNav.navbar-shrink{
background-color: #f3f7fb;
}

.welcome{
display: none;}
.frame{
display: block;
width: 100%;
padding: 0px 0 50px 0;
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #mask {
    height: 550px;
    width: 1000px;
    }
    #mask iframe {
        width:1000px;
        height: 550px;
    }
#mainNav.navbar-shrink{
background-color: #f3f7fb;
}

.welcome{
display: none;}
.frame{
display: block;
width: 100%;
padding: 0px 0 50px 0;
}

} 
