@import url('https://fonts.googleapis.com/css2?family=Saira&display=swap');
@font-face {/*
  font-family: 'Saira';
  font-style: normal;
  font-weight: 400;
  src: local('Saira-Regular'), url(../image/Saira-Regular.ttf) format('truetype');*/
}
*{font-family:Saira !important;}
.fa {font-family:fontawesome !important;}
body {
  font-family: "Saira", sans-serif;
  /* color: #444444; */
  font-size:16px; line-height:23px;
}

a {
  color: #5c1b9a;
}

a:hover {
  color: #e40180;
  text-decoration: none;
}

p
{
  font-family: "Saira", sans-serif!important;
  color: #444444;
  font-size:16px;
  line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Saira", sans-serif;
}
/* .rotate {
  animation: rotation 100s infinite linear; position:absolute;top:20%; right:0; left:0; margin:0 auto;
} */

.rotate {
  animation: rotation 100s infinite linear;
  position: absolute;
  top: 20%;
  /* right: 0; */
  left: 31%;
  margin: 0 auto;
}

.rotate img{
  margin:0 auto; opacity:.5;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 30px 0;
    height: 92px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997; /*background:rgba(35,44,43,.95);*/
}

.about h1 {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #530e98;
}

.com-pad {
  padding-left: 38px;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header img {
 margin:0 auto;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #dd3d25;
}

#header #logo img {
  padding: 0;
  margin: 0;
}
.body-fx #header{padding: 6px 0;
    height: 65px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: rgba(83,14,152,.85);}
.body-fx .navbar-default{background-color: transparent !important;}

/*--------------------------------------------------------------
# banner-hm Section
--------------------------------------------------------------*/
#banner-hm {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* position: relative; */
  background: rgb(237,1,127);
background: linear-gradient(-90deg, rgba(237,1,127,1) 0%, rgba(83,14,152,1) 100%);
  padding: 0;
}

#banner-hm .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 100vh;
  padding-top: 60px;
}

#banner-hm h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#banner-hm p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
      font-size: 17px;
    line-height: 30px;
}

#banner-hm .btn-get-started {
  font-family: "Saira", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #ed017f;
}

#banner-hm .btn-get-started:hover {
  background: #5c1b9a;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #banner-hm p {
    width: 60%;
  }
}


@media (min-width: 882px) {
  #footer img {
    margin: 0 auto;
    width: 257px !important;
}
}



@media(max-width:467px)
{
  
    #footer img {
      padding: 0px;
      margin: 0 auto;
      width: 284px;
  }
  .rotate {
    animation: rotation 100s infinite linear;
    position: absolute;
    top: 23%;
    /* right: 0; */
    left: 1%;
    margin: 0 auto;
}
}


@media (max-width: 768px) {
  #banner-hm .carousel-container {
    height: 100vh;
  }
  #footer img {
    padding: 0px;
    margin: 0 auto;
    width: 284px;
}
.rotate {
  animation: rotation 100s infinite linear;
  position: absolute;
  top: 23%;
  /* right: 0; */
  left: 1%;
  margin: 0 auto;
}
  #banner-hm h2 {
    font-size: 28px;
  }
  .navbar-default .navbar-toggle {
    border-color: #ddd;
    /* padding-top: 31px; */
    margin-top: 72px;
}
.head-section img {
  /* position: absolute; */
  margin-top: 26px;
  width: 352px!important;
}
.head-section {
  position: absolute;
  top: -39px;
}
.about h1 {
  margin: 0;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #530e98;
}
.com-pad {
  padding-left: 0px;
}
/* #MenuControl_C .navbar-default, #MenuControl_C .container-fluid, #MenuControl_C .navbar-nav {
  height: 100%;
  margin-top: 3px;
  background: #530e98;;
} */
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #fff;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
  padding: 6px 15px 6px 25px;
}
.team-dotted img {
  width:52px;
  border-radius: 50%;
  border: 1px dashed #26539a;
}

.team-dotted1 img {
  width:52px;
  border-radius: 50%;
  border: 1px dashed #26539a;
}
.cont-page .feature-box-image .fa {
  font-size: 30px;
  color: #fff;
}

.cont-in 
{
  padding-top: 259px;
}
.cont-page .feature-box-image .fa {
  font-size: 30px;
  color: #fff;
}

}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.cont-page .feature-box-image .fa {
  font-size: 30px;
  color: #fff;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 15px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #111;
  text-align: left;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}

/* .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
} */

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #530e98;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #530e98;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding-top: 30px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
  font-size:15px;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #5c1b9a;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Saira", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #5c1b9a;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #5c1b9a;
}

.about .content .btn-learn-more:hover {
  background: #5c1b9a;
  color: #fff;
  text-decoration: none;
}
.about p{text-align:justify; font-size: 15px;
  line-height: 26px;}
.about .content h4{font-size:20px; line-height:40px; color:#530e98;}

/*--------------------------------------------------------------
# carr
--------------------------------------------------------------*/
.carr {
  background: rgb(237,1,127);
  background: linear-gradient(-90deg, rgba(237,1,127,1) 0%, rgba(83,14,152,1) 100%);
  padding: 80px 0;
}

.carr h2 {
  color: #fff;
  font-weight: 700;
}
.carr .section-title h2::after{background:#fff;}
.carr .section-title p{text-align:left;}
.carr p {
  color: #fff;
}

.carr .carr-btn {
  font-family: "Saira", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #5c1b9a;
  margin-top: 60px;
}

.carr .carr-btn:hover {
  background: #fff;
  color: #5c1b9a;
}

@media (max-width: 1024px) {
  .carr {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .carr .carr-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{background: rgb(237,1,127);
    background: linear-gradient(90deg, rgba(237,1,127,1) 0%, rgba(83,14,152,1) 100%);}
.services .section-title h2, .services .section-title p{color:#fff;}
.services .section-title h2::after{background:#fff;}
.services .icon-box {
  /* padding: 30px; */
  padding: 30px 21px 30px 21px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  margin: 20px auto;
}

.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}
.services .icon-box:hover .icon i{
  transform:rotate(-45deg);
}
.services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
  color:#530e98;
}

.services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #2a2c39;
  transition: ease-in-out 0.3s;
}

.services .title a:hover {
  color: #5c1b9a;
}

.services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
  background: rgb(237,1,127);
    background: linear-gradient(180deg, rgba(237,1,127,1) 0%, rgba(83,14,152,1) 100%); 
}
.team .member:hover .member-img {
  background: rgb(237,1,127);
    background: linear-gradient(0deg, rgba(237,1,127,1) 0%, rgba(83,14,152,1) 100%); 
}
.team .member .member-info {
  padding: 15px 5px; background:#530e98;
}
.team .member:hover .member-info {
 background:#ec017f;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 25px;
  color: #fff; text-align:center;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #eee; text-align:center;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #5c1b9a;
  float: left;
  width: 44px;
  height: 44px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555974;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #5c1b9a;
  color: #fff;
}

.contact .map-hm-rht {/*
  width: 100%;
  background: #fff;*/
}

.contact .map-hm-rht .form-group {
  padding-bottom: 8px;
}

.contact .map-hm-rht input{
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .map-hm-rht input {
  height: 44px;
}

.contact .map-hm-rht input[type="submit"] {
  background: #5c1b9a;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .map-hm-rht input[type="submit"]:hover {
  background: #e40180;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #14151c;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer img{margin:0 auto;width:292px!important;}
#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
  color: #fff;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5c1b9a;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #e40180;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
  color: #fff;
}

#footer .credits {
  font-size: 13px;
  color: #fff;
}
#footer .credits a{
  color:#fff;
}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #5c1b9a;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #5c1b9a;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}

.top .fa {
    display: block !important;
}

/* our team page */

.main-table {
  Font-size: 15px;
  color: #333;
  line-height: 24px;
  text-align: justify;
  padding: 0 5px;
}
.main-tables {
    Font-size: 15px;
    color: #333;
    line-height: 24px;
    text-align: justify;
    /* padding: 0px 5px; */
    padding: 0px 0px 43px 0px;
}
.main-heading {
  font-weight: bold;
  Font-size: 24px;
  color: #000;
  text-transform: capitalize;
  line-height: 36px;
  border-bottom: 1px #ccc dashed;
  text-align: left;
  margin-bottom: 10px;
  padding: 0;
}
.main-heading {
  font-weight: bold;
  Font-size: 24px;
  color: #000;
  text-transform: capitalize;
  line-height: 36px;
  border-bottom: 1px #ccc dashed;
  text-align: left;
  margin-bottom: 10px;
  padding: 0;
}
.team-pad {
  margin-top: 48px;
}
.team-dotted {
  padding: 20px 0px 0px 0px;
  margin-bottom: 5px;
}
.team-dotted img {
  border-radius: 50%;
  border: 1px dashed #26539a;
}
.sub-heading {
  font-weight: bold;
  Font-size: 18px;
  color: #333;
  line-height: 30px;
  text-transform: capitalize!important;
  margin: 0;
  text-align: left;
}

/* strip heading */

.heading-innerpage {
  padding: 1% 0;
  background: linear-gradient(-90deg, rgba(237, 1, 127, 1) 0%, rgba(83, 14, 152, 1) 100%)!important;
  margin-top: -21px;
}

.heading-innerpage h2 {
  color: #fff;
  font-size: 36px;
  letter-spacing: .5px;
  text-align: center;
  position: relative;
}

.heading-innerpage h2::after {
  position: absolute;
  content: '';
  background: #ffff;
  width: 100px;
  height: 2px;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* about-us-page */

.abt-pad 
{
  padding:30px 0px 20px 0px;
}

.main-table ul li 
{
  line-height:30px;
}

.core-pad
 {
  padding-top:15px;
 }

 .main-headings {
  font-weight: bold;
  Font-size: 20px;
  color: #000;
  text-transform: capitalize;
  line-height: 36px;
  border-bottom: 1px #ccc dashed;
  text-align: left;
  margin-bottom: 10px;
  padding: 0;
}



/* contact us page */

.cont-page h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}
.cont-page .st-feature-box {
    background: linear-gradient(-90deg, rgba(237, 1, 127, 1) 0%, rgba(83, 14, 152, 1) 100%);
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
}
.st-feature-box {
    padding-left: 70px;
    position: relative;
}
.st-feature-box .st-feature-box-icon {
    color: #fff;
    display: block;
    position: absolute;
    width: 61px !important;
    height: 52px;
    line-height: 0px;
    top: 27 !important;
    left: 0;
    text-align: center;
    font-size: 30px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

/* our clients */

.industries-section .industries-bx {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px 10px;
    margin: 12px 0;
    text-align: center;
    min-height: 210px;
}
.industries-section .industries-bx img {
    width: 90px;
    transition: all .3s ease-in-out;
}
.industries-section .industries-bx h4 {
    text-transform: none;
    text-align: center;
    font-size: 16px;
    margin: 36px 0 0 0;
    font-weight: 700;
    color: black;
}

.client-mar
{
    margin-top: 23px;
}

.cl-pad 
{
    margin-top:-35px;
}
#MenuControl_C .dropdown-menu{padding: 10px 0px 10px 0px!important; animation: fadeInUp 400ms;}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff !important;
    text-decoration: none;
   background-color: #530e98 !important;
}
.dropdown-menu>li>a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 16px;
}


/* navbar fix */

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 12px;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.head-section
{
  position: absolute;
    top: -11px;
}

	
.body-fx #HeaderControl{
  height: 90px;
  float: Left;
  position: fixed;
  width: 32%;
  padding: 0;
  padding-left: 0;
  background:rgba(83,14,152,.85);
  z-index: 99;
  text-align: left;
  transition: 0.5s;
height: 84px !important;
    top: 0;
  
}

.body-fx #logo-web{ margin-top: 6px;}

.body-fx #MenuControl_C{ height: 68px !important;}

#MenuControl{
  height: 82px;
  float: Right;
  margin-bottom: 0;
  padding: 0px 0;
  transition: 0.5s;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 9;
  width: 67%;
  background: transparent;
  }


.body-fx #MenuControl {
  height: 90px;
  float: Right;
  position: fixed;
  right: 0;
  width: 68%;
  padding: 0;
  padding-right: 0;
  background:rgba(83,14,152,.85)!important;
  transition: 0.5s;
  top: 0;
  height: 84px !important;
}

center #form1 #HomepagecontentControl{padding:0px;}
center #form1 .top-nav{background:#410b74;}
center #form1 #HeaderControl,
center #form1 #MenuControl{background: #410b74;position: static;}

center #form1 #HeaderControl{margin-left:0;width:30%;margin-top: -7px;}
center #form1 #MenuControl{margin-right:0;width: 70%;margin-top: -7px;}

.body-fx center #form1 #HeaderControl{margin-left:0; margin-top:0;}
.body-fx center #form1 #MenuControl{margin-right: 0; margin-top:0;}



#widgetsControl, #widgetsControl_C {
  padding: 0px;
  height: inherit !important;
}
.rdHorizontal .RadDock {
  float: left;
  padding: 0px;
}
.head-section img {
  /* position: absolute; */
  margin-top: 20px;
  width:385px;
}

/* menu left */

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(180deg);
}
.dropend .dropdown-menu {
  right: 100% !important; top:0;
  left: auto !important;
}

  .nav-item a{font-size:15px;padding: 6px 13px 6px 13px;}
  .nav-link {
    font-weight: 600;
    color: #fff;
    padding: 5px 10px 5px 10px !important;
}
  #MenuControl .nav-link:hover {
      color: #fff!important;
      padding: 5px 10px 5px 10px!important;
  }
  
  #MenuControl .bg-light {
      margin-top: 0px!important;}
      .bg-light {
          --bs-bg-opacity: 1;
          /* background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; */
          background: transparent!important;
      }

    
    .submit-btns:hover {
      background: #5fae3f;
  }
  .submit-btns {
    background: #530e98;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    margin-top: 40px;
    transition: 0.4s;
    border-radius: 50px!important;
}
#RadDockZone1 {
  overflow: visible!important;
  padding: 0px!important;
  max-width: 100%;
}
/* #RadDockZone {
  padding: 0px!important;
  width: 100%;
} */


#mainclass
{
  margin-top:53px;
}
.nav-link:focus, .nav-link:hover {
  color: #fff;
}
