@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

html {
    scroll-behavior: smooth;
  }
  body{
      overflow-x:hidden;
      font-family: 'Montserrat', sans-serif;
      padding: 0;
      margin: 0;
  }
.text-bold{
    font-weight: bold;
}
  .side-navigation{
      height: 100%;
      background-color: #fefef7;
      position: fixed;
      z-index: 4;
  }
.services ul{
    list-style-type: none;
}
  .shadow{
    box-shadow: 8px 8px 12px rgb(0, 0, 0, 0.5);
  }
  .maroon{
      color:#82151a;
  }
  .blue{
      color:#1b2854;
  }
  .ser-links{
      color:black;
      transition: 0.5s ease;
  }
  .ser-links:hover{
    color: #82151a;
    text-decoration: none;
  }
  .ser-links:hover h5{
    background-color: white;
    box-shadow: 8px 8px 12px rgb(0, 0, 0, 0.5);
  }
  .ser-links h5{
      font-size: 16px;
      transition: 0.5s ease;
  }
  /* screll back to top button */

#myBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    
  }

  .icon-bar {position: fixed;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.icon-bar a:hover {background-color: #000;}
.whatsapp {background: #25D366;color: white;}
.facebook {background: #3B5998;color: white;}
.twitter {background: #55ACEE;color: white;}
.google {background: #dd4b39;color: white;}
.linkedin {background: #007bb5;color: white;}
.icon-bar a {display: block;text-align: center;padding: 16px;transition: all 0.3s ease;color: white;font-size: 20px;}
.instagram{
    background: linear-gradient(110deg, #515bd4, #8134af, #dd2a7b, #feda77, #f58529);
    color: white;
}
.sm{
    width:40px;
    height:40px;
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
    transition: 0.5s ease;
}
.sm:hover{
    background: black;
}
.navbar{
    display: none;
}
.icon-txt{
    font-size: 14px;
}
.no-gutter{
    padding: 0;
    margin: 0;
}
.top-links{
    background-color: #1b2854;
    z-index: 2;
}   
.text-black{
    color:black;
}
.bg-black{
    background-color: #000;
}
.right-app {position: fixed;top: 50%; left:94.5%; -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%); transform:rotate(270deg); border:2px solid white; animation:blink 1s infinite;}
.bg-custom{
    background-color: #1b2854;
}
.quote-content{
	width:90%;
	margin-left:5%;
	padding:1%;
}
.quote-text{
	width:100%;
	margin-top:2%;
	border:none;
	text-align:center;
	box-shadow:1px 1px 1px 1px rgb(0, 0, 0, 0.5);
	padding:2%;
	font-size:16px;
}
.quote-select{
	width:100%;
	padding:2%;
	text-align:center;
}
.quote-option{
	padding:1%;
}
.quote-submit{
	font-size:20px;
}


@media only screen and (max-width:1400px){
    .name{
        font-size: 20px;
    }
    .tagline{
        font-size: 10px;
    }
    .ser-links h5{
        font-size: 12px;
        transition: 0.5s ease;
    }
    .sm{
        width: 30px;
        height:30px;
        font-size: 14px;
    }
    .icon-txt{
        font-size: 10px;
    }
    .events-section div{
        width: 100%;
        padding: 20px;
    }
    .right-app {position: fixed;top: 50%; left:92.5%; -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%); transform:rotate(270deg); border:2px solid white; animation:blink 1s infinite;}

}

@media only screen and (max-width:800px){
    .top-links{
        display:none;
    }
    .right-app {
		display: none;
	}
}