/*--    Common Css  --*/
body {
  line-height: 25px;
  color: #333;
  font: 16px/24px Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 100;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0px; }

h1 {
  font-size: 44px;
  line-height: 56px;
  color: #fff; }

h2 {
  font-size: 30px;
  line-height: 35px; }

h3 {
  font-size: 23px;
  line-height: 25px; }
.custom-header h3 {
    line-height: 15px !important;
}

h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400; }

p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 1rem; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

a:focus,
.btn:focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0 none; }

a,
a:active,
a:focus,
a:active {
  text-decoration: none; }

.section {
  padding: 30px 0; }

/*--
    custom heading
--*/
.text-center {
  text-align: center; }

.heading {
  text-align: center;
  color: #777777;
  padding-bottom: 25px; }
  .heading h2 {
    color: #3c3c3c;
    padding-bottom: 15px;
    text-transform: none;
    /*font-weight: 600;
    font-size: 40px;*/
    font-weight: 600;
    font-size: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.4; }
  /*.heading p {
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300; }

.btn {
  border-radius: 0; }*/
.heading.text-left{
	text-align: left;
}
.btn-home {
  background-color: #0477ba;
  border-radius: 0px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 10px 40px;
  margin-top: 30px; }
  .btn-home:hover, .btn-home:focus {
    background-color: #fff;
    color: #555;
    border: 1px solid #fff; }

/*Preloader*/
#preloader {
  background-color: #fff;
  bottom: auto;
  height: 100%;
  left: auto;
  position: fixed;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 9999; }

.book {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  margin: 0 auto;
  border: 5px solid #ecf0f1;
  width: 100px;
  height: 60px; }

.book__page {
  position: absolute;
  left: 50%;
  top: -5px;
  margin: 0 auto;
  border-top: 5px solid #ecf0f1;
  border-bottom: 5px solid #ecf0f1;
  border-right: 5px solid #ecf0f1;
  background: #1bafb4;
  width: 50px;
  height: 60px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: flip 1.2s infinite linear;
  animation: flip 1.2s infinite linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.book__page:nth-child(1) {
  z-index: -1;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.book__page:nth-child(2) {
  z-index: -2;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s; }

.book__page:nth-child(3) {
  z-index: -3;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg); }
  20% {
    background: #1bafb4; }
  29.9% {
    background: #1bafb4; }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #1bafb4; }
  54.999% {
    opacity: 1; }
  55% {
    opacity: 0; }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #1bafb4; }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #1bafb4; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg); }
  20% {
    background: #1bafb4; }
  29.9% {
    background: #1bafb4; }
  30% {
    -webkit-transform: perspective(200px) rotateY(-90deg);
    transform: perspective(200px) rotateY(-90deg);
    background: #1bafb4; }
  54.999% {
    opacity: 1; }
  55% {
    opacity: 0; }
  60% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #1bafb4; }
  100% {
    -webkit-transform: perspective(200px) rotateY(-180deg);
    transform: perspective(200px) rotateY(-180deg);
    background: #1bafb4; } }

/*--
    .hero-area start
--*/
.bg-1 {
  background-image: url("../images/header-bg.jpg");
  /*background-image: url("../images/slide3.jpg");*/
  background-size: cover;
  background-attachment: fixed; }

.bg-gray {
  background: #f8f8f8; }
  
.bg-dark-gray {
  background: #676767;
  color: #fff;}
.bg-dark-gray h2{color: #fff; }
.bg-dark-gray hr{border-color: #fff; }
.bg-dark-gray .font-small{
	font-size:14px;
}
.bg-yellow{
  background-color: #ffdc1a;
}
.bg-pink{
  background-color: #e95546;
  color: #fff;
}
.bg-pink .heading h2{
	color: #fff;
	text-align: left;
	font-size: 60px;
	font-weight: 700;
}
.bg-pink hr{
	margin:0;
	border-color: #fff;
}
.bg-blue{
  background-color: #0da0cb;
  color
}
.bg-blue .heading h2{
	color: #fff;
}
.bg-blue hr{
	border-color:#fff;
}
.hero-area {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; 
  padding-top: 100px;
}
  .hero-area h1 {
    color: #fff;
    font-size: 60px;
    text-transform: none;
    font-weight: bold;
    padding-bottom: 19px;
    line-height: 1.1;
    margin-top: 30px; }
  .hero-area p {
    color: #fff;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 100; }
  .counter {
    background: #ffdc1a;
    /*padding: 18px; */}
    .counter ul{
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .counter ul li {
      color: #000;
      display: inline-block;
      line-height: 25px;
      padding: 5px 28px 0px;
      text-align: center;
      width: 15%;
      /*margin-bottom: 3px;*/ }
      .counter ul li span {
        display: block;
        font-size: 16px;
        font-weight: 600; }
      .counter ul li .digit {
        display: inline-block;
        font-size: 50px;
        font-weight: 100;
        line-height: 50px;
        position: relative;
        overflow: hidden;
        font-family: 'Source Sans Pro', sans-serif;
        /*height: 60px; */}
    .counter ul li:nth-child(1){
      background-color: #ffdc1a;
    } 
    .counter ul li:nth-child(2){
      background-color: #ffe135;
    }     
    .counter ul li:nth-child(3){
      background-color: #ffe75f;
    }  
    .counter ul li:nth-child(4){
      background-color: #ffee8d;
    }  

/* .hero-area  */
.navigation {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 10px 50px;
  margin: 0;
  border: 0; 
  box-shadow: 0px 1px 4px #666;
  border-radius:0;}
  .navigation .navbar-brand {
    padding-top: 5px;
    display: inline-block; 
    font-size: 35px;
    font-weight: 100;
    color: #fff;
  }
  .navigation .navbar-toggler {
    /*background: #fff;*/
    color: #fff;
    margin-top: 7px;
    outline: none;
    border-radius: 0;
    float: right; }
    .navigation .navbar-toggler i {
      font-size: 24px; }

.navigation.animated {
  background-color: rgba(0,0,0,0.95);
  box-shadow: 0 2px 7px 0px rgba(142, 142, 142, 0.15); }
  .navigation.animated .menu a {
    color: #fff; }

.menu li a {
  color: #fff;
  font-size: 16px; }
  .menu li a:hover, .menu li a:focus {
    background: none; }

/*--
    service start
--*/
.service {
  text-align: center; }
  .service .block {
    margin-bottom: 50px; }
    .service .block i {
      font-size: 30px;
      display: inline-block;
      margin-bottom: 15px;
      color: #0477ba; }
    .service .block h3 {
      color: #333333;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 15px;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .service .block p {
      color: #666; }

/*--
    About start
--*/
.about .content h3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  color: #7e7e7e;
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif; }

.about .about-slider img {
  width: 100%;
  height: auto; }

/*--
    call-to-action start
--*/
.call-to-action {
  padding: 90px 0px 0px;
  background-image: url(../images/participate-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative; }
  .call-to-action:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0); }
  .call-to-action .block h2 {
    color: #fff; }
  .call-to-action .block p {
    padding-top: 10px;
    color: #fff; 
    font-size: 20px;
    font-weight: 100;
  }
  .call-to-action .block .input-group {
    margin-top: 30px; }
    .call-to-action .block .input-group input {
      height: 50px;
      border-radius: 0;
      border: none;
      box-shadow: none; }
    .call-to-action .block .input-group .btn-subscription {
      height: 50px;
      border-radius: 0;
      border: none;
      box-shadow: none;
      background: #1bafb4;
      padding: 0px 35px;
      color: #fff;
      font-weight: bold; }

.input-field .form-control {
  box-shadow: none;
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  border-radius: 0; }

.btn-send {
  line-height: 48px;
  border: 2px solid #0477ba;
  background: #0477ba;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0;
  margin-top: 10px; }
  .btn-send:hover {
    color: #fff; }

.input-field label {
  color: rgba(237, 28, 36, 0.7); }

.form-group .input-field + .input-field {
  margin-top: 10px; }

.input-field textarea.form-control {
  height: 160px;
  box-shadow: none; }

.form-group {
  margin-top: 10px; }

#success,
#error {
  display: none; }

footer {
  background: #000;
  padding: 27px 0px; 
  color: #fff;}
  footer p {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px; }
    footer p a, footer ul li a{
      color: #fff; 
      font-size: 14px;}
      footer p a:hover, footer ul li a:hover {
        color: #fff;
        text-decoration: none; }
  footer h4{
    margin-bottom: 15px;
  }      
  footer ul li a i{
    width: 30px;
    text-align: center;
    display: inline-block;
  }

@media (min-width: 992px){
  .nav.float-lg-right {
      float: right!important;
      margin-top: 12px;
  }
}

.fs5{
  font-size: 100px;
  margin-bottom: 20px;
  display: block;
}
.fs3{
  font-size: 40px;
  margin-bottom: 20px;
  display: block;
}
.fs3.circled{
  background-color: rgba(255,255,255,0.7);
  border-radius: 80px;
  color: #000;
  display: inline-block;
  width: 110px;
  height: 110px;  
  line-height: 95px;
}
.jumbotron{
  background-color: transparent;
}
.about .block h3 {
    color: #333333;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase; }

.about .block h2{
  margin: 20px 0 10px;
}
.whatif .block h3{
  font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase; 
}
/*.about .block i{
  float: left;
}*/
.btn-warning{
  background-color: #dcbe16;
  border-color: #dcbe16;
  color: #000 !important;
}
.btn-warning:hover {
    color: #fff !important;
    background-color: #dcbe16;
    border-color: #dcbe16;
}
hr {
    border: 0;
    border-top: 5px solid #e95546;
    width: 100px;
    margin: 1rem auto;
}

ul.unordered {
  padding-left: 20px;
  margin: 0;
  list-style: disc; }
ul.unordered li{
  margin-bottom: 10px;
}
.sub-heading h2{
  margin-bottom: 30px;
  font-weight: 100;
  font-size: 2.2rem;
  line-height: 1.5;
  font-family: 'Source Sans Pro', sans-serif;
}
.sub-heading h3{
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: 'Source Sans Pro', sans-serif;
}
.thumbnail{
  padding: 7px;
  color: #000;
}
.thumbnail i{
  background-color: #ffdc1a;
  border-radius: 50%;
  width: 110px; 
  height: 110px;
  display: inline-block;
  text-align: center;
  font-size: 40px;
  line-height: 110px;
}
.thumbnail .caption p{
  color: #fff;
  line-height: 1.4;
}
.thumbnail img{
  margin-bottom: 10px;
}
/*slider */
.bx-viewport div div{
  padding-left: 12px;
  padding-bottom: 12px;
}
/*.bx-controls-direction{
  display: none;
}*/
section.about{
  background-image: url('../images/split-bg.jpg');
  background-repeat: repeat-y;
  background-size: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
  background: #ccc !important;
}
.panel{
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 15px 0;
}
.panel-body{
  padding: 20px 10px;
}
.form .panel-body{
  padding: 20px 25px;
}

.panel-body h4{
  margin: 10px 0;
}
.panel .bg-yellow, .panel .bg-pink, .panel .bg-blue{
  padding: 50px 20px 10px;
  color: #000;
  position: relative;
}
.panel .bg-yellow h1, .panel .bg-pink h1, .panel .bg-blue h1{
  color: #000;
  font-size: 4rem;
  margin: 15px auto;
  position: relative;
  width: 50%;
  border-bottom: 2px solid #000;
}
.panel .bg-yellow h1 span, .panel .bg-pink h1 span, .panel .bg-blue h1 span{
  font-size: 2.5rem;
  position: absolute;
  left: -25px;
  top: -10px;
  display: inline-block;
}
.panel .bg-yellow .number, .panel .bg-pink .number, .panel .bg-blue .number{
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  background-color: #fff;
  padding: 15px;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading h4 a{
  color: #000;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.question-panel .panel-heading {
  background-color: #fff;
  padding: 0;
}
.question-panel .panel-body {
  background-color: #fff;
  padding: 20px 35px;
}
.question-panel .panel-heading h4 a{
  padding: 10px 15px 10px 55px;
  text-decoration: none;
  display: block;
}
.question-panel .panel-heading h4 a:before{
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 35px;
  font-weight: bold;
  color: #747474;
  width: 43px;
  padding: 10px 12px;
  border-right: 1px solid #ccc;
  height: 100%;
}
.question-panel .panel-heading h4 a.collapsed:before{
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 35px;
  font-weight: bold;
  color: #747474;
  width: 43px;
  padding: 10px 12px;
  border-right: 1px solid #ccc;
}
.stepbystep .panel .bg-yellow .number, .stepbystep .panel .bg-pink .number, .stepbystep .panel .bg-blue .number{
  left: auto;
  right: 0;
}
img{
  width: 100%;
}
.navigation .navbar-brand{
  width: 60%;
}
footer img{
  width: auto;
}
.hero-area{
  color: #fff;
}
.hero-area .feature{
  text-align: center;
  padding: 0 10px;
}
.hero-area .tagline{
  text-align: center;
  color: #fff;
  font-size: 35px;
  margin: 50px 0;
  font-weight: 100;
}
.hero-area .tagline2{
  text-align: center;
  color: #fff;
  font-size: 18px;
  /*border-left: 1px solid rgba(255,255,255, 0.5);
  border-right: 1px solid rgba(255,255,255, 0.5);*/
  width: 50%;
  margin: 0 auto; 
  font-weight: 100;
}
.hero-area .fa{
  border: 1px solid rgba(255,255,255, 0.5);
  padding: 7px;
  margin: 0 5px;
}
.hero-area .tagline2 span{
  display: block;
  margin-bottom: 10px;
}
.in.navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
    background: #000;
    width: 97%;
    padding: 5px 10px;
    border-bottom: 1px solid #111;
}
@media (max-width: 768px){
        img.schoolLogo {
    display: none;
}
p.logo-font {
    font-size: 30px !important;
    margin-bottom: 0px !important;
    margin-top: 14px !important;
}
.mb-1 {
    margin-bottom: 1rem!important;
    width: 100%!important;
}
section.main {
    width: 100%!important;
}
.custom-events-summary {
    width: 100% !important;
}
  .navigation{
    padding: 10px 20px;
  }
  .xs-hidden{
    display: none;
  }
  .heading h2{
    font-size: 30px;
  }
  .hero-area h1{
    font-size: 40px;
    font-weight: 600;
    text-transform: none;
  }
  .hero-area p{
    font-size: 30px;
  }
  .about .block .pull-right{
    float: none;
  }
  .navbar-toggleable-md .navbar-nav{
    padding-top: 55px;
  }
}
.custom-events-summary {
                width: 394px !important;
            }
            section.main {
                width: 572px !important;
            }
@media (min-width: 768px){
.row.col-md-offset-2.calendrDiv {
    margin-left: 180px !important;
}
  .hero-area{
    color: #fff;
  }
  .hero-area .feature{
    text-align: center;
    padding: 0;
  }
  .hero-area .tagline{
    text-align: center;
    color: #fff;
    font-size: 35px;
    margin: 50px 0;
    font-weight: 100;
  }
  .hero-area .tagline2{
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-left: 1px solid rgba(255,255,255, 0.5);
    border-right: 1px solid rgba(255,255,255, 0.5);
    width: 50%;
    margin: 0 auto; 
    font-weight: 100;
  }
  .hero-area .tagline2 span{
    display: inline;
    margin-bottom: 0;
  }
  .hero-area .fa{
    border: 1px solid rgba(255,255,255, 0.5);
    padding: 7px;
    margin: 0 5px;
  }
  .hero-area .fa:first-child{
    margin-left: 20px;
  }
  .certification-slide img{
    box-shadow: -12px 12px 0px #ffdc1a;
  }
  .certification-slide figcaption{
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 12%;
  }
  iframe{
    box-shadow: -12px 12px 0px rgba(0,0,0,0.8);
  }
  .panel-fix{
    height: 200px;
  }
  .panel-fix2{
    height: 620px;
  }
  .panel-fix3{
    height: 350px;
  }
  img{
    width: auto;
  }
  .counsellorImage{
      height:350px !important;
  }
  .navigation .navbar-brand{
    width: auto;
  }
  img.activityImage {
    width: 100% !important;
    border: 33px solid #757474 !important;
    border-radius: 0px !important;
    padding: 5px !important;
    margin-left: -6px !important;
}
p.logo-font {
    font-size: 22px !important;
	font-weight:600;
    margin-top: 20px !important;
   
}
.navigation .navbar-brand {
   
    margin-bottom: 0PX!important;
    
}
  
}
.thumbnail.rounded{
	border-radius:50%;
        min-width: 230px;
}
.thumbnail.bordered{
	border: 7px solid #4e4c4c;
	padding:0;
}
.pill{
	border-radius: 20px;
	padding:0px 10px;
	display: block;
}
.pill-info{
	background-color:#128dbb;
}
.bxslider h4{
	font-weight: 600;
	font-size: 18px;
}

/* Header part mobile */

@media screen and (max-width: 600px){
    body {
    overflow-x: hidden !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.navigation .navbar-brand {
    font-size: 18px !important;
} 
p.logo-font {
    font-size: 18px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
a.navbar-brand.schoolImage {
    display: none !important; 
}
.navigation .navbar-brand {
    width: 30%;
}
img.univarietylogo {
    width: 163px !important;
    margin-left: -60px !important;
}
.p-3 {
    padding: 1rem 1rem!important;
}
}
 
/* Header part mobile */

@media screen and (max-width: 600px){
.navigation .navbar-brand {
    font-size: 18px !important;
} 

section.main {
    width: 100%!important;
    margin: -3px;
}
.custom-events-summary {
    width: 100% !important;
}
.custom-events-summary .events-details {
    height: 330px;
    overflow: auto;
    margin-left: 15px !important;
    margin-right: 15px !important;
}
a.navbar-brand.schoolImage {
    display: none !important; 
}
.navigation .navbar-brand {
    width: 30%;
}
.bg-pink .heading h2 {
    color: #fff;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    margin: 0px 10px 0px 10px !important;
} 
hr.headerHr {
    border: 0;
    border-top: 5px solid #fff !important;
    width: 100px;
    margin: 1rem auto;
    margin: 0px 10px 0px 10px !important;
}
.headerDesc{
    margin: 0px 15px 0px 15px !important;
}
img.imgResponse {
    width: auto;
}
.gcharts{width: 100%; min-height:150px;}
    .gcharts div{overflow: hidden;}
.mb-2 {
    margin-bottom: 0.5rem!important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.col-md-3.pull-right.selectDropdown {
    width: 100%;
}
.pt-3 {
    text-align: center;
    padding-top: 3rem!important;
}
.col-md-2.wow.fadeInLeft {
    margin: 0px 15px 0px 15px!important;
}
img.univarietylogo {
    width: 163px !important;
    margin-left: -60px !important;
}
.p-3 {
    padding: 1rem 1rem!important;
}
.footerLabel {
    margin-left: 18px!important;
    margin-top:10px !important;
}
span.ml-1.footerText {
    margin-left: 18px;
}
}
 
