@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&family=Share+Tech&display=swap");

* {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Share Tech", sans-serif;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 48px;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #333333;
}

.nav-item a {
  font-family: "Share Tech", sans-serif;
  font-size: 1.2rem;
  color: #2e58a6 !important;
}

.nav-item a:hover,
.nav-item a:active {
  color: #ff8a3d !important;
}

h4 a {
  text-decoration: none;
  color: #f0f0f0 !important;
}

h4 a:hover,
h4 a:active {
  color: #ffffff !important;
}

.jtron {
  min-height: 80vh;
  padding-top: 500px;
}

.bg-pgif {
  background-image: url("../img/bg.gif");
  background-size: cover;
  color: #fff;
}

.bg-p {
  /*background-color: #574aa4;*/
  background-image: url("../img/sridots-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: #2e58a6;
  color: #fff;
}

.p05 {
  margin-top: -30px;
}

.grad {
  color: white;
  margin: 0.5rem;
  padding: 0.5rem;
  text-align: center;
  border-radius: 50px;
}
.cl1 {
  background-image: linear-gradient(to right, #a5d6ff, #51b0ff);
}
.cl2 {
  background-color: #51b0ff;
}
.cl3 {
  background-color: #2573e3;
}

.spc {
  padding-top: 20vh;
}

.bx {
  padding: 10%;
}
.cl-orange {
  background-color: #ff8a3d;
}
.cl-lorange {
  background-color: #ffa727;
}
.cl-grey {
  background-color: #f1f1f1;
}
.cl-lgrey {
  background-color: #fafafa;
}
.cl-dblue {
  background-color: #15314e;
}
.cl-nblue {
  background-color: #1f3368;
}
.cl-blue {
  background-color: #2762cd;
}
.rc {
  border-radius: 1.5rem;
}

footer {
  background-color: #0b162a;
  color: #d0d0d0;
}
.e-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}

.shape-bg {
  /*
 data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"
        path fill="#2E58A6" fill-opacity="1"
            d="M0,192L60,202.7C120,213,240,235,360,213.3C480,192,600,128,720,122.7C840,117,960,171,1080,202.7C1200,235,1320,245,1380,250.7L1440,256L1440,0L1380,0C1320,0,1200,0,1080,0C960,0,840,0,720,0C600,0,480,0,360,0C240,0,120,0,60,0L0,0Z"
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 200'%3E%3Cpath d='M10 10h123v123H10z'/%3E%3C/svg%3E");
  */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' path fill='#2E58A6' fill-opacity='1'  d='M0,192L60,202.7C120,213,240,235,360,213.3C480,192,600,128,720,122.7C840,117,960,171,1080,202.7C1200,235,1320,245,1380,250.7L1440,256L1440,0L1380,0C1320,0,1200,0,1080,0C960,0,840,0,720,0C600,0,480,0,360,0C240,0,120,0,60,0L0,0Z'/%3E%3C/svg%3E");
}
