/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
font-family: 'Roboto', sans-serif;
}

a {
  color:  #9d2235;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 0px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 0px 0;
  padding: 0;

}

/* Back to top button */

.back-to-top {
  position: fixed;
  border:1px solid #fff;
  display: none;
  background:#490e61;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}


.clear {clear:both;}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height:90px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
    background-color: #ffffff;
}

#header.header-scrolled,
#header.header-pages {
  
  padding: 0px 0;
    background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:90px;

}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: -40px 0px 0;
	width:80%;
}

.main-pages {
  margin-top: 60px;
}

.mp0 { margin:0px !important; padding:0px !important;}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


.topheader {
    background-color: transparent;
    min-height: 60px;
    border-radius: 0px;
    margin-top:60px;
    padding: 0px 10px 10px;
}
#intro {
  width: 100%;

 
}


.paddingtop{padding-top:120px !important;}
.container1{
	max-width:800px;
	margin:auto;
}


.mbdisplay { display:none;}
.desktopdisplay { display:block;}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav, .main-nav * {
    margin: 0;
    padding: 0 10px 0 10px;
    list-style: none;
	

}
.navbox{ position: relative;}
.navbox::before{	
content: "";
    background: url("../images/nav_bg.png");
	background-repeat:no-repeat;
    height:63px;
    width:650px;
    position: absolute;
    right:0px;
    top: 0px;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;

}

.main-nav a {
         display: block;
    position: relative;
    color: #fff;
    padding: 7px 7px 15px;
    transition: 0.3s;
    font-size: 17px;
    text-transform: uppercase;
    /*font-weight: 600;*/

    margin-top: 12px;
}
.main-nav .active > a{
	  color: #fff;
	
}
.main-nav .active > a:hover{
	  color: #fff;
	
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #fff;
  text-decoration: none;
 
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;

}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul li a {
  padding: 0px 20px;
  font-size: 13px;
  color: #000;
   
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color:#490e61;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background:#fff;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #000;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #6e4088;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #490e61;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin:33px 50px 0 0;
  color: #490e61;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 18, 18, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.topheader{position:relative;padding:0px 10px 10px;}
.sign {
    position: absolute;
    right: 10px;
    top: -43px;
    float: right;
    padding: 5px 0px 5px 10px;
    background-color:transparent;
}
.phone{border:0px;background-color:#fff;color:#490e61;font-size:16px;border-radius:0px;padding:10px;font-weight:bold;
cursor:pointer; border:1px solid #490e61;}
.phone:hover{border:1px solid #490e61;background-color:#99a98c; color:#490e61;font-size:16px;border-radius:0px;padding:10px;font-weight:bold;
cursor:pointer;}

/* About Us Section
--------------------------------*/

#about {
  padding: 55px 0 160px;
  background:#fff;
background-image:url("../images/about_bg.jpg");
 background-repeat:no-repeat;
background-position:top left!important;
margin-bottom:-110px;
position:relative;
    background-size: cover;
}
#about::before{
	content: "";
    background: url("../images/abt_before.png");
	background-repeat:no-repeat;
    height:276px;
    width:198px;
    position: absolute;
    left: 0px;
    top:0px;
}

.abtcontent{
padding:80px 50px 0px 0px;
text-align:left;position:relative;
}
#about h2{
	padding-bottom:20px;
	font-weight:500;
    font-size:45px;
    color: #490e61;
    text-align: center;
	text-transform:uppercase; 
}
#about h2 span {
	padding-bottom:20px;
	font-weight:500;
    font-size:70px;
    color: #490e61;
    text-align: center;
	text-transform:uppercase; 
}
.abtimg{
    padding: 80px 50px 0px 0px;
}

#about .about-container .background {
  margin: 20px 0;
}


#about .about-container h1 {
line-height: 40px;
    color: #490e61;
    padding: 20px 25px 20px 0px;
    font-size: 32px;
    font-weight:600;
    text-align: left;
    margin: 0px!important;
}
#about .about-container p {
	     text-align: left;
    line-height: 26px;
    font-size: 17px;
    color: #490e61;
    padding: 15px 27px 51px 0px;
    font-weight: 400;

 }

.about-container{text-align:center;}

#about1 .about-container{
	margin:50px 0 ;background-color:#fff;

}
#about1{  position: relative;}
#about1::before{
	content: "";
    background: url("../images/abt_before.png");
	background-repeat:no-repeat;
    height:276px;
    width:198px;
    position: absolute;
    left: 0px;
    top:-50px;
}
#about1 .about-container .abtcontent1 h1 {
	line-height:50px;
  color:#636153;
  padding:0px  0px;
  font-size:30px;
  font-weight:800;
  margin:0px!important;
 text-align:left;
 	text-transform:uppercase;

  margin:0px!important;
 }
#about1 .about-container p {
	 text-align:left;
  line-height: 28px;
  font-size:17px;
  color:#636153;
  padding:0px 0px 10px;
  /*font-weight:500;*/
 }
 #about1 .abtcontent1 {
    padding: 0px 5px 0px;
    text-align: left;
}
.learnmorebtn { 
border:1px solid #490e61;
background-color:transparent;
color:#490e61;
font-size:13px;
border-radius:0px;
padding:10px 20px;
font-weight:bold;
text-transform:uppercase;
cursor:pointer;
transition:0.5s;    transform: skew(-30deg);
}

.learnmorebtn:hover { 
border:1px solid #490e61;
background-color:#490e61;
color:#fff;
font-size:13px;
padding:10px 20px;
border-radius:0px;
font-weight:bold;
text-transform:uppercase;
cursor:pointer;
transition:0.5s;  
  transform: skew(-30deg);
}


/*--------------------------------------------------------------
# concert
--------------------------------------------------------------*/

.concert {
	
	padding:25px 0px;
	font-size:18px;
	font-weight:normal;
	color:#FFF;
	line-height:63px;

}

.greyrow{margin:0 auto -94px;position: relative;
    z-index: 3;padding:10px 0px;clip-path: polygon(8% 0, 100% 0%, 94% 100%, 0% 100%);background-color:#99a98c;}
.iconbox{padding:0 0 0 100px;}
.greyrow h2{
	line-height: 40px;
    color: #ffffff;
    padding: 40px 25px 20px 0px;
    font-size:35px;
    font-weight: 600;
    text-align: left;
    margin: 0px!important;
	}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer .ftrlogo{text-align:left; padding-bottom:30px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;

}
#footer .ftrtoprow{border-bottom:2px solid #fff;}

#footer .footer-top {
  border-top:0px; 
  padding:90px 0 0 0;
clip-path: polygon(8% 0, 100% 0%, 94% 100%, 0% 100%);

background-color:#490e61;

}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 50px 0px 10px;
  
}

#footer .footer-top .footer-links {
  margin-bottom: 0px!important; 
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0 ;
  margin: 0;
  display:flex;
  justify-content:center;
}

#footer .footer-top .footer-links ul li {
  padding:22px 0px;
  font-size:13px;
  text-transform:uppercase;

}


#footer .footer-top .footer-links ul a {
  color: #fff;
  font-weight:500;
  border-right:1px solid #fff;
  padding:0px 25px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
   font-weight:500;
}


#footer .left_box{padding:50px 0px 0px;}


#footer .copyright {
  text-align: left;
  font-size:14px;
  color:#fff;
   padding:0px 0px;
 margin-top:20px;
}

#footer .copyright p{
padding-bottom:0px;
}
#footer .footer-top .social-links{ padding:20px 0;}
#footer .footer-top .social-links a {
	
  font-size: 13px;
  background: transparent;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  text-align: left;
  transition: 0.3s;
}


#footer .footer-top .social-links ul{  
 display:flex;
  justify-content:right;
    list-style: none!important;
    padding-top:0px;

  }
  #footer .footer-top .social-links ul li{  
  padding:10px 12px 8px 12px;
  border-radius:50%;
  background-color:#6e4088;
  font-size:14px;
  margin:0px 5px;

  }
  
    #footer .footer-top .social-links ul li i{   font-size:18px;}

    #about1 h2{
        font-size: 33px;
        color: #490e61;
        margin: 15px 0px 12px 0px;
        font-weight: bold;
    }

#about1 h3{
    font-size: 27px;

    margin: 15px 0px 12px 0px;
    font-weight: bold;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1260px){

.abtcontent{
padding:20px 20px 20px;
 text-align:left;
}
.main-nav, .main-nav * {
    margin: 0;
    padding: 0 10px 0 10px;
    list-style: none;
}
.abtimg {
    display: block;
}
#about::after {display:none;}



.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 7px 7px 15px;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 12px;
}
#about .about-container h1 {
  line-height:25px;
font-size:22px;
}
#about {
    padding: 55px 0 100px;
    background: #fff;
    background-image: url(../images/about_bg.jpg);
    background-repeat: no-repeat;
    background-position: top left!important;
    margin-bottom: -110px;
    position: relative;
}
#footer .footer-top .footer-links ul a {
    color: #fff;
    font-weight: 500;
    border-right: 1px solid #fff;
    padding: 0px 16px;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0px;
    font-size: 13px;
    text-transform: uppercase;
}
#footer .ftrlogo {
    text-align: left;
    padding-bottom: 30px;
    width: 70%;
}
.greyrow h2 {
    line-height: 40px;
    color: #ffffff;
    padding: 40px 25px 20px 0px;
    font-size: 29px;
    font-weight: 600;
    text-align: left;
    margin: 0px!important;
}
#footer .copyright {
    padding: 0px 0px 0 20px;
  
}
#footer .footer-top .social-links {
    padding: 20px 40px 20px 0px;
}
}

@media (min-width:901px) and (max-width: 991px) {
	    .navbox::before{display:none;}

   #intro {
    padding: 0px 0 0px 0;
  }
#footer .footer-top {
    border-top: 0px;
    padding: 90px 0 0 0;
    clip-path: polygon(8% 0, 100% 0%, 94% 100%, 0% 100%);
    background-color: #490e61;
}
#about {
  padding: 10px 0 100px;
}

#header .logo img {
  padding: 0;
  margin: 0px;
}
.abtcontent{
padding:0px 0px 20px;
 text-align:left;
}
#about .about-container h1 {
  line-height:25px;
font-size:22px;
padding: 0px;
}
#about .about-container p {
    text-align: left;
    line-height: 23px;
    font-size: 14px;
    color: #490e61;
    padding: 20px 0px 20px;
    font-weight: 400;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:20px;
  padding-bottom:10px!important;
}
#footer .copyright{padding-bottom:0px;}

.ftrlogo {
    text-align: left;
    padding-top:0px;
}
.topheader {
    background-color: transparent;
    min-height: 60px;
    border-radius: 0px;
    margin-top: 25px;
    padding: 0px 10px 10px;
}
.sign {
    position: absolute;
    right:0px;
    top: 7px;
   
}
.greyrow {
    margin: 0px auto -92px;
}
.greyrow h2 {
    line-height: 40px;
    color: #ffffff;
    padding: 40px 25px 20px 0px;
font-size: 25px;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0px;
    font-size: 10px;
    text-transform: uppercase;
}
#footer .footer-top .footer-links ul a {
    color: #fff;
    font-weight: 500;
    border-right: 1px solid #fff;
    padding: 0px 10px;
}
.abtimg {
    display: block;
}
#about::after {display:none;}
#header .logo img {width:70%;}
#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height: 143px;
}

}
@media (min-width:861px) and (max-width:900px) {
	    .navbox::before{display:none;}
	.sign {
    position: absolute;
    right: 25px;
    top:-30px;
}
.abtimg {
    display: block;
}
#about::after {display:none;}
#about .about-container h1 {
  line-height:25px;
font-size:22px;
padding: 0px;
}
#about .about-container p {
    text-align: left;
    line-height: 23px;
    font-size: 14px;
    color: #490e61;
    padding: 20px 0px 20px;
    font-weight: 400;
}
.abtcontent {
    padding: 0px 0px 20px;
    text-align: left;
}
.greyrow h2 {
    line-height: 40px;
    color: #ffffff;
    padding: 40px 25px 20px 0px;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    margin: 0px!important;
}
#footer .footer-top .footer-links ul a {
    color: #fff;
    font-weight: 500;
    border-right: 1px solid #fff;
    padding: 0px 10px;
}
#footer .footer-top .footer-links ul li {
    padding: 14px 0px;
    font-size: 11px;
    text-transform: uppercase;
}

}
@media (min-width:768px) and (max-width:860px) {
	    .navbox::before{display:none;}
	#about {
  padding: 10px 0 100px;
}
 .abtcontent{
padding:0px 0px 20px;
 text-align:left;
}
#about .about-container h1 {
  line-height:25px;
font-size:22px;
padding: 0px;
}
#about .about-container p {
    text-align: left;
    line-height: 23px;
    font-size: 14px;
    color: #490e61;
    padding: 20px 0px 20px;
    font-weight: 400;
}
.sign {
    position: absolute;
    right:60px;
    top: 7px;
}
#footer .footer-top .footer-links ul a {
    color: #fff;
    font-weight: 500;
    border-right: 1px solid #fff;
    padding: 0px 7px;
}
#footer .footer-top .footer-links ul li {
    padding: 14px 0px;
    font-size: 11px;
    text-transform: uppercase;
}
.sign {
    position: absolute;
    right: 60px;
    top: -32px;
}
.abtimg {
    display: block;
}
#about::after {display:none;
}
.greyrow h2 {
    line-height: 40px;
    color: #ffffff;
    padding: 40px 25px 20px 0px;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    margin: 0px!important;
}
}

@media (max-width: 767px) {
	    .navbox::before{display:none;}
  #intro {
    padding: 0px 0 0px 0;
  }
#footer .footer-top {
    border-top: 0px;
    padding: 90px 0 0 0;
    clip-path: polygon(8% 0, 100% 0%, 94% 100%, 0% 100%);
    background-color: #490e61;
}
.abtimg {
    display: block;
}
#about::after {display:none;}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.abtcontent{
padding:20px 20px 20px;
 text-align:left;
}
#about .about-container h1 {
  line-height:25px;
font-size:22px;
}
#about {
  padding: 30px 0 100px;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:20px;
  padding-bottom:10px!important;
}
#footer .copyright{padding-bottom:0px;}
.topheader{padding:0px 10px 10px;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }
 .readmorebtn {margin-left:10px;}
.ftrlogo {
    text-align: left;
    padding-bottom:10px!important;
}
#footer .footer-top .social-links ul {
    display: flex;
    justify-content: center;
    list-style: none!important;
    padding-top: 0px;
}


#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height: 80px;
}
.greyrow h2 {
    line-height: 40px;
    color: #ffffff;
    padding: 40px 0px 20px 0px;
    font-size: 20px;
}
.iconbox {
    padding: 0 0 0 65px;
}
.greyrow {
    margin: 0px auto -93px;
}
#about h2 {
  padding-bottom:0px;
    font-weight: 500;
    font-size: 32px;
    color: #490e61;
    text-align: center;
    text-transform: uppercase;
}
#about h2 span {
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 45px;
}
#footer .ftrtoprow {
    border-bottom: 2px solid #fff;
    justify-content: center;
}
#footer .copyright {
text-align: center;}
#header .logo img {
    padding: 0;
    margin: -70px 0px 0;
    width:70%;
}
.sign {
    position: absolute;
        right:-23px;
    top: -33px;
}
	#footer .footer-top .footer-links ul a {
    color: #fff;
    font-weight: 500;
    border-right: 1px solid #fff;
    padding: 0px 10px;

}
}

@media (min-width:575px) and (max-width:766px) {
	.sign{display:none;}    .navbox::before{display:none;}
}
@media (max-width: 574px) {
	    .navbox::before{display:none;}
  #intro {
    padding: 40px 0 0px 0;
  }

.abtcontent{
padding:20px 20px 20px;
 text-align:left;
}
#about .about-container h1 {
  line-height:25px;
font-size:22px;
}
.abtimg {
    display: block;
}
#about::after {display:none;}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:20px;
  padding-bottom:10px!important;
}
#footer .copyright{padding-bottom:0px;}
.topheader{padding:0px 10px 10px;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }
 .readmorebtn {margin-left:10px;}

.ftrlogo {
    text-align: left;
    padding-top:0px;
}


#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:80px;
}
#about {
  padding: 10px 0 100px;
}
.greyrow {
    margin: 0px auto -193px;
}
.greyrow h2 {
    line-height: 40px;
    color: #ffffff;
    padding: 40px 0px 20px 0px;
    font-size: 28px;
    text-align: center;
}
.sign {
    position: absolute;
        right: 80px;
    top: -33px;
	}
	#footer .footer-top .footer-links ul a {
    color: #fff;
    font-weight: 500;
    border-right: 1px solid #fff;
    padding: 0px 10px;

}
#footer .footer-top {
    border-top: 0px;
    padding: 190px 0 0 0;
    clip-path: polygon(8% 0, 100% 0%, 94% 100%, 0% 100%);
    background-color: #490e61;
}
#footer .ftrtoprow {
    border-bottom: 2px solid #fff;
    justify-content: center;
}
#footer .copyright {
text-align: center;}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
#footer .footer-top .social-links ul {
    display: flex;
    justify-content: center;
    list-style: none!important;
    padding-top: 0px;
}
#header .logo img {
    padding: 0;
    margin:-50px 0px 0;
    width:70%;
}
}
@media (min-width:320px) and (max-width:573px){
	    .navbox::before{display:none;}
	#intro {
    padding: 80px 0 0px 0;
}
#header .logo img {
    padding: 0;
    margin: -70px 0px 0;
    width:60%;
}
.sign {display:none;}
#about h2 {
    padding-bottom: 0px;
    font-weight: 500;
    font-size: 24px;
    color: #490e61;
    text-align: center;
    text-transform: uppercase;
}
.abtimg {
    display: block;
}
#about::after {display:none;}
#about .about-container h1 {
    line-height: 18px;
    font-size: 14px;
}
#about .about-container p {
    padding: 20px 0px 20px;
}
.greyrow {
    margin: 0px auto -153px;
}
.greyrow h2 {
    line-height: 40px;
    color: #ffffff;
    padding: 0px 0px 20px 0px;
    font-size: 17px;
    text-align: center;
}
#footer .ftrlogo{width:60%;}
#footer .footer-top .footer-links ul li {
    padding: 10px 0px;
    font-size:7px;
    text-transform: uppercase;
}
#footer .footer-top .footer-links ul a {
    color: #fff;
    font-weight: 500;
    border-right: 1px solid #fff;
    padding: 0px 5px;
}
#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height: 80px;
}
}