/*----------FONTS URLS----------------------------------- */  
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

 body {
  font-family: "Montserrat", sans-serif;
  margin:0 auto;
}
a {
  color: #ec5620;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #ec5620 !important;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 5px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #ad7c01;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right:20px;
  bottom: 15px;
  transition: background 0.5s;
}
.mobile-no {
    background: #fff6db;
    padding: 10px;
    border-radius: 30px;
    margin-top: 20px;
    font-size: 16px !important;
    font-weight: bold;
    width:50%;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
	right: 10px;
  }
  .easy-strip {
      bottom:-10px;
  }
     .intro-disc p.mobile-no {
        width: 100%;
        font-size: 14px !important;
    }
h2 {
     font-size: 24px !important;
}
.btn-cst {
 font-size: 24px !important;
 margin-bottom:10px;
}
   .logo {
        padding:10px 75px !important;   
   }
}

.back-to-top:focus {
  background: #f1b51b;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #f1b51b;
  color: #fff;
}
#myVideo {
  position: fixed;
  top:0px;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
/*Header Banner*/
#intro{
	background:rgb(0,0,0,0.8);
	height:100vh;
    width: 100%;
    position: relative;
    background-size: cover;
}
.contact{
	background:#fff;
    width: 100%;
    /* height:550px; */
    position: relative;
   /*  background: url(../img/bg0.png) top right no-repeat; */
    background-size: cover;
	padding;60px 100px;
}

.intro-disc {
	background:;
	padding:45px;
	/* box-shadow:10px 10px 5px 1px #b88801; */
	border-radius:100px 0px 0px 0px;
}
.intro-disc h1 {
	font-size:50px !important;
	color:#fff;
	font-weight:600;
	letter-spacing: 0.08rem;
}
.intro-disc h2 {
	font-size:40px !important;
	color:#fff;
	font-weight:600;
	letter-spacing: 0.08rem;
}
.intro-disc p {
	color:#fff;
	font-size: 21px;
}

@media (max-width: 768px) {
 .intro-banner img{
	background-size:cover;
    height:auto !important;
}
.intro-disc {
	padding:20px 0px 0px !important;
	border-top:1px solid #ccc;
	border-radius:0px;
	margin:0px !important;
	text-align:center;
}
.intro-disc h1, .intro-disc h2 {
	font-size:29px !important;
	margin:0px;
}
.intro-disc p {
	font-size: 18px !important;
    margin-bottom: 20px;
}
}
.easy-strip{
position: absolute;
    background: #c0e2f5;
    bottom: 0px;
    width: 100%;
    padding: 10px 31px;
	color: #004A8B;
    font-size: 36px;
	font-weight:bold;
}
.btn-cst {
	background: #034a70;
    padding: 6px;
    border-radius: 30px;
    font-size: 30px;
    padding: 9px 20px;
    color: #fff;
}