* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: relative
}
html,
body {
  margin-top:20px;
  font-family: 'Poppins', sans-serif;
/*  line-height: 22px; */
  background: #fff;
  color: #000;
  overflow-x:hidden;
  line-height: 1.8;
}
h1,h2,h3,h5,h6{
 font-family: 'Poppins', sans-serif;
 color: rgb(34, 34, 34);
 font-weight:500;
 padding: 10px;
 letter-spacing:0;
}
section{
    display:flex;
    padding:2vw 0;
    align-items:center;
    justify-content:space-around;
    flex-direction:column;
}
.color1{
  color:#FF5800; /* Orange */
}
.color2{
  color: #0026FF;/* Blue */
}
.color3{
  color: #07cab2; /* Cyan */
}
.desktop_only{
    display:none;
}
h1{
  line-height: 64px;
  letter-spacing: -2px;
  font-weight: 700;
  font-size: 5vw;
  text-align: left;
  padding-right:2.5vw;
  color: rgb(34,34,34);
}
p{
  font-family: 'Poppins', sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1.6;
  color: rgb(34, 34, 34);
  padding-bottom:15px;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: auto;
}
.top_search_bar{
    background-color:#f6f6f6;
    padding:1vw 0 1vw 3vw;
    align-items:center;
    color:grey;
    font-size:14px;
    display:flex;
    margin-right:1vw;
    border-radius:3px;
}
.top_search_bar input[type=search]{
    padding:1vw 1vw 1vw 2vw;
    background-color:#f6f6f6;
    border:none;
    outline:none;
    color:black;
    font-size:14px;
    display:flex;
    justify-content:center;
}
.divider{
    background-color:#e7e7e7;
    margin:0 50px 5px 65px;
    height:1px;
}

.top-menu{
    height:12vh;
    position:fixed;
    top:0;
    left:0;
    background-color:white;
    z-index:2;
    flex-direction:row;
    width:100%;
    box-shadow:0 0.5px 10px rgb(200, 200, 200);
}
/*
  Navbar Styles End Here except media queries
  */
h2{
  font-size: 5vw;
  line-height: 1.2;
  margin-top: 0;
}
a, button {
	outline: none;
}

a {
	text-decoration: none;
  color: #0026FF;
}
a:hover{
  color:#FF5800;
}
ul{
  list-style: none;
}
.hero{
    padding:10vh 20px;
    text-align:center;
}

.hero_subheading{
    font-size:14px;
    padding-left:0;
    padding-bottom:0;
    margin-bottom:0;
    font-weight:bold;
}
.hero_heading{
    margin-left:0;
    padding-left:0;
    padding-top:5px;
    margin-top:0;
    font-size:6vh;
    line-height:1.2;
    text-align:center;
}
.hero_points{
  font-size: 14px;
  padding-left:0;
  padding-bottom:0;
  margin-bottom:0;
}
.background{
  z-index: 0;
}
.hero_buttons{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.button,input.submit{
    padding:15px 25px;
    border-radius:30px;
    color:white;
    box-shadow: rgb(0 38 255 / 30%) 0px 10px 20px;
    max-width: 300px;
    margin-top: 15px;
    min-width: 200px;
    text-align: center;
    z-index: 1;
    border: none;
}
.button1,input.submit{
    background-color: #0026FF;
}
.button2{
    background-color: #FF5800;
}
.button3{
  border: 1px solid grey;
  color: grey;
}
.button1:hover,.button2:hover,.button3:hover,input.submit:hover{
    background-color:#07cab2;;
    color:white;
}
.hero-1{
    padding-top:10px;
    max-width:100vw;
    max-height:80vh;
    position:absolute;
    right:0;
    top:18vh;
}
.cover_overlay{
    background-color:#0c5adb;
    position: absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    opacity: 0.9;
}
.center{
    text-align:center;
    justify-content:center;
    align-items:center;
}
.divider_center{
    background-color:#0c5adb;
    width:70px;
    height:4px;
    margin: 30px auto 40px auto;
}
.primary_color{
    color:#080e7b;
}
.bold{
    font-weight:bold;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../css/main-fonts/fonts/icomoon.woff?88wcpi') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\e914";
}
.icon-wordpressflash .path1:before {
  content: "\e90b";
  color: rgb(0, 38, 255);
}
.icon-wordpressflash .path2:before {
  content: "\e90c";
  margin-left: -7.541015625em;
  color: rgb(255, 88, 0);
}
.icon-wordpressflash .path3:before {
  content: "\e90d";
  margin-left: -7.541015625em;
  color: rgb(255, 167, 55);
}
.icon-phone:before {
  content: "\e901";
}
.icon-home:before {
  content: "\e904";
}
.icon-list2:before {
  content: "\e9bb";
}
.icon-whatsapp:before {
  content: "\ea93";
}

/*
Responsive CSS Start
*/
@media(min-width:900px){
  body{
      padding-top:50px;
      margin-top:0;
      /*margin-left:5vw; if fixed menu visible on desktop */
  }
.mobile_only{
        display:none;
    }
.hero{
    max-width:50vw;
    padding-left:5vw;
    padding-right:2vw;
    text-align:left;
    margin-bottom: 10vh;
}
.hero-1{
    padding-top:80px;
    max-width:50vw;
    margin-right:0;
    padding-right:0;
    position:relative;
    top:0;
    right:0;

}
.hero-2{
    position:absolute;
    right:0;
    top:0;
    max-width:50vw;
    padding-top:15vh;
}
.desktop_only{
    display:inline-block;
}
.hero_subheading{
    font-size:16px;
}
.hero_heading{
    font-size:5vw;
    text-align:left;
}
.hero_buttons{
  flex-direction: row;
  justify-content: flex-start;
}
h1{
font-size:4vh;
}
h2{
font-size:3vh;
}
h3{
    font-weight:bold;
}
p {
  font-size:2.4vh;
}
.top_search_bar{
    padding:1vh 0 1vh 2vh;
    margin-right:4vw;
}
.top_search_bar input[type=search]{
    padding:0.5vh 0.5vw 0.5vh 2vh;
    width:20vw;
}
section{
    padding:1.5vh 0;
    flex-direction:row;
}
.nav-active{
    width:40%;
}
.above_the_fold{
  padding-right: 5vw;
  padding-left: 5vw;
}
.divider{
  margin-left: 0;
}
  .button2{
    margin-left: 15px;
  }
}/* Responsive CSS End
*/
