@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&family=Titillium+Web:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&family=Titillium+Web:wght@900&display=swap');


body {
        background: white;
        transition: 0.5s ease;
        background-size: 100% 100%;
        font-family: "Gabarito";        
        text-decoration: none;
        font-size: 12pt;
        scroll-behavior: smooth;
    }
body, h1, h2, h3, div, p, i, ul, li, a, span, img {
          text-decoration: none;
      font-weight: normal;
      margin: 0;
      padding: 0;
      text-align:left;
    }

h1, h2, h3, h4, h5, h6 {
font-family: "Gabarito";
text-transform: unset;
}

p, span, ul, li, ol, a, alt {
font-family: "Poppins";
text-transform: unset;
}
    a
    {
      text-decoration: none;
    }
body
{
  margin: 0px;
  padding: 0px;
  background: white;
  }
.container
{
	position: relative;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.page
{
  position: relative;
  width: 1150px;
  box-sizing: border-box;
  margin: auto;
}
.page_1
{
  position: relative;
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
  overflow: hidden;
}

/*-------topbar---------*/
.topbar
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 0px solid #ccc;
  background: #111;
/*  background: url('../../storage/shape/01.svg');
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;*/
}
.topbar .topbar-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-left
{
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-left span
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-left span a
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  padding: 8px;
  color: #e9e9e9;
  
  font-weight: normal;
  font-size: 10pt;
}
.topbar .topbar-con .topbar-left span a i
{
  color: #F44336;
  padding: 6px 5px;
  border-radius: 50px;
  font-size: 8pt;
}

.topbar .topbar-con .topbar-right
{
  position: relative;
  float: right;
  width: auto;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-right span
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-right span a
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  padding: 8px 10px;
  color: #F44336;
  font-size: 10pt;
}
/*-------topbar---------*/
.header
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  z-index: 2000;
/*  background: url('../img/headerbg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
*/}
.header .header-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.header .header-con .header-left
{
  position: relative;
  float: left;
  width: 6%;
  box-sizing: border-box;
  padding: 10px 0px;

}
.header .header-con .header-left h1
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-weight: 800;
  text-transform: uppercase;
  color: #423692;
  font-size: 52px;
  
  text-align: left;
 
   
}
.header .header-con .header-left .web-logo
{
  position: relative;
  float: left;
  width: 100%;
   
  box-sizing: border-box;
  padding: 0px 0px;
}
.header .header-con .header-left .web-logo img
{
  position: relative;
  float: left;
  width: 100%;
   
  box-sizing: border-box;
}
.web-header
{
  position: relative;
  float: left;
  width: 80%;   
  box-sizing: border-box;
  padding: 0px 0px;
}
.web-header h2, p
{
   text-transform: uppercase;
   width: 100%;
   float: left;
   font-weight: 700;

}
.web-header p
{  
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 0px;
  line-height: auto;
  font-size: 20px;  
  font-family:'Poppins'; 
  color: #000000e0;
   }
.web-header h2
{  
  
  font-size: 55pt; 
  color: #a52c36;
  font-weight: 800;
 
   }
.header .header-con .header-right
{
  position: relative;
  float: right;
  width: 84%;
  box-sizing: border-box;
  padding: 0px 0px;
}
.header .header-con .header-right .hom-rat
{
  position: relative;
  float: left;
  width: 40%;
  box-sizing: border-box;
  padding: 10px 10px;
  padding-left: 60px;
}
.header .header-con .header-right .hom-rat p
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  text-transform: capitalize;
  color: #999;
  font-size: 14pt;
  font-weight: 800;
  text-align: center;
  
  padding-top: 4px;
  padding-bottom: 3px;
}
.header .header-con .header-right .hom-rat p i
{
  color: #ff7600;
}
.header .header-con .header-right .hom-cnt
{
  position: relative;
  float: right;
  width: 32%;
  box-sizing: border-box;
  padding: 10px 15px;
}
.header .header-con .header-right .hom-cnt .hom-cnt-left
{
  position: relative;
  float: left;
  width: 20%;
  box-sizing: border-box;
}
.header .header-con .header-right .hom-cnt .hom-cnt-left i
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-size: 3rem;
  color: #0e0e51;
}
.header .header-con .header-right .hom-cnt .hom-cnt-right
{
  position: relative;
  float: left;
  width: 80%;
  box-sizing: border-box;
}
.header .header-con .header-right .hom-cnt .hom-cnt-right p
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  
  font-size: 12pt;
  color: #999;
}
.header .header-con .header-right .hom-cnt .hom-cnt-right p a
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  font-weight: 800;
  color: #0e0e51;
  font-size: 12pt;
  text-align: center;
  
  padding-top: 5px;
  letter-spacing: 0.4px;
}
.navbar
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
  transition: 0.5s ease-in;
}
.navbar ul.menubar
{
  position: relative;
  float: right;
  width: auto;
  box-sizing: border-box;
  list-style-type: none;
  text-align: center;
}
.navbar ul.menubar li
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  padding: 15px 0px;
  display: inline-block;
  margin-left: 0px;
  padding-left: 0px;
}
.navbar ul.menubar li a
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  padding: 18px 10px;
  color:#333;
  font-size: 12pt;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 0px;
  font-weight: 600!important;
  font-weight: 600;
  transition: 0.5s ease;
}
.navbar ul.menubar li a.bgarrowup:hover
{
  background: url('../storage/bgimg/topicon.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 30px;
}




.navbar ul.menubar li:first-child a
{
  /*border-left: 1px solid #ccc;*/
}

.navbar ul.menubar li a:hover
{
/*  text-decoration: underline;*/
color: #999;
}

.navbar ul.menubar li:hover a
{
color: #999;
}
.navbar ul.menubar li:hover .sub-menu
{
  transition: 0.5s ease;
  display: block;
}

.mega-sub-menu
{
  position: fixed;
  width: 100%;
  left: 0%;
  transition: 0.5s ease;
  margin-top: 70px;
  float: left;
}
.mega-sub-menu .page
{
  background: #443F35;
  border-radius: 5px;
  padding: 0px 15px;
  box-sizing: border-box;
  display: table;
}
.mega-sub-menu .msm-head
{
  position: relative;
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
}
.mega-sub-menu .msm-head span
{
  position: relative;
  width: 100%;
  float: left;
  box-sizing: border-box;
  border-bottom: 0.5px solid #888;
}
.mega-sub-menu .msm-head span a
{
  position: relative;
  width: 100%;
  float: left;
  box-sizing: border-box;
  color: white;
  font-weight: 600;
  padding: 10px 0px;
}
.mega-sub-menu .msm-head span a:active
{
  background: #333;
}
.mega-sub-menu .msm-head b a
{
  width: 100%;
  padding: 10px 0px;
  font-weight: 600;
}
.mega-sub-menu .msm-head .msm-head-sub
{
  position: relative;
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 10px 0px;
}
.mega-sub-menu .msm-head .msm-head-sub a
{
  position: relative;
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 6px 6px;
  font-size: 10pt;
  color: #BEB7A7;
}
.mega-sub-menu .msm-head .msm-head-sub a:hover
{
  background: #5A5346;
}
.mega-sub-menu .msm-head .msm-head-sub a:active
{
  background: #111;
}

.navbar ul.menubar li .sub-menu
{
  position: absolute;
  float: left;
  box-sizing: border-box;
  margin-top: 55px;
  width: auto;
  transition: 0.5s ease;
  display: none;
}
.navbar ul.menubar li .sub-menu a
{
  float: left;
  box-sizing: border-box;
  width: 100%;
  font-size: 10pt;
  padding: 8px 10px;
  font-weight: normal!important;
  border-radius: 0px;
  border-bottom: none;
  color: white;
  transition: 0.5s ease;
  border-right: 0px;
  white-space: nowrap;
}
.navbar ul.menubar li .sub-menu a:hover
{
  background: #5A5346;
}
.navbar ul.menubar li .sub-menu a:active
{
  background: #222;
}



.mob-nav-open-btn
{
  display: none;
}

.footer
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  background:#ae3334;

}
.footer .footer-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
}
.footer .footer-con .footer-top .footer-top-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-bottom
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #222;
}
.footer .footer-con .footer-bottom .footer-bottom-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-left
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-left.top
{
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-left.bottom
{
}

.footer .footer-con .footer-bottom .footer-bottom-con .fb-left p
{
  position: relative;
  float: left;
  width: auto;
  padding: 8px 0px;
  
  color: white;
  box-sizing: border-box;
  font-size: 16pt;
  text-align: center;
  font-weight: normal;
  text-transform: capitalize;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-left .link
{
  position: relative;
  float: right;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-left .link a
{
  position: relative;
  float: none;
  display: inline-block;
  width: auto;
  padding: 6px 20px;
  box-sizing: border-box;
  color: white;
  border-radius: 2px;
  transition: 0.5s ease;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-left .link a:hover
{
  transform: scale(1.2, 1.2);
}

.footer .footer-con .footer-bottom .footer-bottom-con .fb-left .link a.back
{
  background-color: teal;
}

.footer .footer-con .footer-bottom .footer-bottom-con .fb-right
{
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-right a
{
  position: relative;
  float: right;
  width: auto;
  box-sizing: border-box;
  padding: 10px 20px;
  color: white;
  border:1px solid #ccc;
  margin-left: 10px;
  border-radius: 2px;
}

.footer .footer-con .footer-bottom .footer-bottom-con .fb-left .link a.facebook:hover
{
  background: #395795;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-left .link a.twitter:hover
{
  background: #1c9dec;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-left .link a.linkedin:hover
{
  background: #009cd6;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-left .link a.instagram:hover
{
  background: #DD2A7B;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-left .link a.youtube:hover
{
  background: #d72b27;
}


