@font-face {
  font-family: song;
  src: url(../font/song.ttf);
}

@font-face {
  font-family: RobotoSlab;
  src: url(../font/RobotoSlab-Regular.ttf);
}

@font-face {
  font-family: Calibri;
  src: url(../font/Calibri.ttf);
}

.sec1 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sec2 {
  padding-top: 0px;
}
.bg1 {
  background-color: #5dade2;
}

.bg2 {
  background-color: #66cc00;
}

.bg3 {
  background-color: #cc0099;
}

.bg4 {
  background-color: #cc0099;
  padding-bottom: 20px;
}

.bg5 {
  background-color: #2d3246;
}

.heading1 {
  font-family: song;
}

.paragraph1 {
  font-family: Calibri;
  font-size: 12pt;
  text-align: center;
}
.paragraph2 {
  font-family: Calibri;
  font-size: 12pt;
}
.list1 {
  line-height: 1cm;
}

.para {
  font-family: Calibri;
}

img1 {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}

.white {
  color: white;
}

.fntm {
  font-size: medium;
}
.fntl {
  font-size: large;
}

.secp {
  padding-bottom: 0px;
}

.fontdec {
  font-size: 14px;
  font-family: Calibri;
}

/**{
	padding: 0px;
	margin:0px;
	box-sizing:border-box;

}*/

.fnt1 {
  font-family: song;
}

.parag1 {
  font-family: song;

  font-size: 20px;
}

.color-me {
  color: blue;
}

body {
  margin: 0;
}

/*.navbar {
  overflow: hidden;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
}
*/
/*.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  opacity: 0.5;

}*/

/*.navbar a:hover {
  background: #ddd;
  color: black;
}
*/
.main {
  padding: 16px;
  margin-top: 30px;
  height: 1500px; /* Used in this example to enable scrolling */
}
/*.navbar-right {
  float: right;
}*/

.fontclr {
  color: #2c4670;
}

.navfont {
  color: #2c4670;
  font-family: song;
}

/*----------------------start Dinesh Custom css------------------------*/
/*----------------------base css---------------------------------------*/
body {
  font-family: "Calibri";
}
ul {
  list-style: none outside;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
.bg-dark-blue {
  background-color: #205074;
}
.text-white {
  color: #fff;
}
.text-blue {
  color: #0853a8;
}
.text-dark-blue {
  color: #205074;
}
.m-t-10 {
  margin-top: 10px;
}
.p-r-0 {
  padding-right: 0;
}
.p-l-18 {
  padding-left: 18px;
}
.p-t-15 {
  padding-top: 15px;
}
.full-width {
  width: 100%;
}
.default-list {
  list-style-type: disc;
}
.font-size-16 {
  font-size: 16px;
}
/*-----------------------start main nav-------------------------------*/
#mainNav {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 30px;
}
#mainNav .navbar-brand {
  width: 200px;
}

#mainNav.navbar-shrink {
  padding-top: 35px;
  padding-bottom: 10px;
  background-color: #fff;
  margin-top: 0;
}

#mainNav.navbar-shrink .navbar-brand {
  padding: 0;
}
#mainNav .navbar-brand img {
  width: 100%;
}
#mainNav .navbar-nav .nav-item .nav-link {
  color: #0853a8;
  font-weight: 600;
  font-size: 18px;
  font-family: "song";
}
/*-----------------------end main nav---------------------------------*/
/*-----------------------main slider----------------------------------*/
#full-slider .carousel-item {
  height: 102vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* #full-slider .carousel-indicators {
  right: 0;
  left: auto;
  margin-right: 10%;
} */

#full-slider .carousel-caption {
  right: 15%;
  left: auto;
  bottom: 25%;
  text-align: left;
}
#full-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.carousel-indicators li {
  background-color: rgb(255, 255, 255);
}
#full-slider .carousel-indicators .active {
  background-color: #1d5faa;
}
/*start mouse scroll*/
.mouse-scroll {
  display: block;
  width: 32px;
  height: 48px;
  border: 3px solid #e0e0e0;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 0px;
  transform: translate(0, 0);
  overflow: hidden;
  font-size: 10000px;
}
.mouse-scroll::after {
  content: "";
  width: 4px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 7px;
  border-radius: 5px;
  background-color: #e0e0e0;
  margin-left: -2px;
  opacity: 1;
  transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  animation: 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s normal none infinite
    running scrollAnimation;
  -webkit-animation: 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s normal none
    infinite scrollAnimation;
}
@keyframes scrollAnimation {
  0%,
  20% {
    transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  }

  10% {
    opacity: 1;
    transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
  }

  100% {
    opacity: 0.01;
    transform: translateY(16px) scaleY(2.5) scaleX(0.5) translateZ(0px);
  }
}
@-webkit-keyframes scrollAnimation {
  0%,
  20% {
    -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
  }
  100% {
    opacity: 0.01;
    -webkit-transform: translateY(16px) scaleY(2.5) scaleX(0.5) translateZ(0px);
  }
}
/*end mouse scroll*/
/*----------------------end main slider--------------------------------*/
/*----------------------start profile sec------------------------------*/
.img-profile {
  padding-left: 35px;
}
/*----------------------end profile sec--------------------------------*/
/*----------------------start why choose sec---------------------------*/
.img-why-choose {
  padding-left: 35px;
  height: 100%;
  width: 100%;
}
/*----------------------end why choose sec-----------------------------*/

/*----------------------start gallery sec------------------------------*/
.gallery-outer .column {
  -ms-flex: 20%;
  flex: 20%;
  max-width: 20%;
  padding: 0 4px;
}
.portfolio-box img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.gallery-outer .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.gallery-outer .column ul {
  padding-left: 0;
}

/* Responsive layout - makes a two column-layout instead of four columns */
/*@media screen and (max-width: 800px) {
   .gallery-outer .column {
        -ms-flex: 33.3%;
        flex: 33.3%;
        max-width: 33.3%;
    }
}*/

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .gallery-outer .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
/*----------------------end gallery sec--------------------------------*/
/*----------------------start footer-----------------------------------*/
footer {
  padding: 15px 15px;
  font-size: 12px;
}
footer {
  padding-top: 3rem !important;
}
.cnt-info {
  padding-left: 0;
}
.cnt-info li {
  display: inline-block;
  margin-right: 40px;
  font-family: "song";
  font-size: 16px;
}
.cnt-info li a {
  color: #fff;
}
/*----------------------end footer-------------------------------------*/

@media screen and (max-width: 768px) {
  .mobile-p-15 {
    padding: 15px;
  }

  .img-why-choose {
    padding-left: 0;
  }
  .img-profile {
    padding-left: 0;
  }
  .cnt-info li {
    display: block;
  }
}

button {
  margin-right: 1em;
}

.navbar-brand {
  margin: 0;
}

@media screen and (max-width: 425px) {
  .notesup {
    width: 100%;
    padding: -10px !important;
  }
}


@media screen and (max-width: 768px) {
  #vl {
    display: none;
  }
}

/* index2.php css
.piechart {
  padding-top: 6em;
}

@media screen and (max-width: 768px) {
  .piechart {
    padding-top: 2em;
  }
} */
