@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;
  padding: 5px 0px;
}
.topbar .topbar-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-left
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-left .mc_box
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  padding:4px 4px;
}
.topbar .topbar-con .topbar-left .mc_box button
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  background: none;
  border:none;
  color: white;
  cursor: pointer;
}
.topbar .topbar-con .topbar-left .mc_box button:focus
{
  outline: none;
}
.topbar .topbar-con .topbar-left .mc_box button:active
{
  opacity: 0.7;
}
.topbar .topbar-con .topbar-left .mc_box button.main:hover
{
  text-decoration: underline;
}


.topbar .topbar-con .topbar-right
{
  position: relative;
  float: right;
  width: auto;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-right .mc_box
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  padding:4px 4px;
}
.topbar .topbar-con .topbar-right .mc_box button
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  background: none;
  border:none;
  color: white;
  cursor: pointer;
}
.topbar .topbar-con .topbar-right .mc_box button:focus
{
  outline: none;
}
.topbar .topbar-con .topbar-right .mc_box button:active
{
  opacity: 0.7;
}
.topbar .topbar-con .topbar-right .mc_box button.main:hover
{
  text-decoration: underline;
}

/*-------topbar---------*/
.header
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  z-index: 2000;
}
.header .header-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.header .header-con .header-left
{
  position: relative;
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0px 0px;
}
.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;
}


.header .header-con .header-center
{
  position: relative;
  float: left;
  width: 80%;
  box-sizing: border-box;
  padding: 15px 0px;
}
.header .header-con .header-center h1
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-weight: 800;
  text-transform: uppercase;
  color: #1c273d;
  font-size: 25pt;
  text-align: left;
  text-align: center;
}
.header .header-con .header-center h2
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-weight: 500;
  text-transform: uppercase;
  color: #1c273d;
  font-size: 14pt;
  text-align: left;
  text-align: center;
  padding: 10px 0px;
}
.header .header-con .header-right
{
  position: relative;
  float: right;
  width: 7%;
  box-sizing: border-box;
  padding: 5px 10px;
}
.header .header-con .header-right .web-logo
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
}
.header .header-con .header-right .web-logo img
{
  position: relative;
  float: left;
  width: 100%;
   
  box-sizing: border-box;
}

.navbar
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
  transition: 0.5s ease-in;
  background: #ffffff;
  z-index: 10;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.navbar ul.menubar
{
  position: relative;
  float: left;
  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: 0px 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: 10px 10px;
  color: #303030;
  font-size: 11pt;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 0px;
  font-weight: 400;
}
.navbar ul.menubar li:first-child a
{
  /*border-left: 1px solid #ccc;*/
}
.navbar ul.menubar li:hover a
{
color: #333;
background: white;
}
.navbar ul.menubar li:hover .sub-menu
{
  transition: 0.5s ease;
  display: block;
}

.navbar ul.menubar li .sub-menu
{
  position: absolute;
  float: left;
  box-sizing: border-box;
  margin-top: 38px;
  width: auto;
  transition: 0.5s ease;
  display: none;
  background: white;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border:0px solid #1c273d;
  z-index: 10;
}
.navbar ul.menubar li .sub-menu a
{
  float: left;
  box-sizing: border-box;
  width: 100%;
  font-size: 11pt;
  padding: 8px 10px;
  font-weight: normal!important;
  border-radius: 0px;
  border-bottom: none;
  color: #1c273d;
  transition: 0.5s ease;
  border-right: 0px;
  white-space: nowrap;
  background: white;
}
.navbar ul.menubar li .sub-menu a:hover
{
  background: #0472db;
  color: white;
}
.navbar ul.menubar li .sub-menu a:active
{
  opacity: 0.5;
}
.navbar ul.menubar li .sub-menu a i
{
  color: #0472db;
  width: 20px;
  text-align: center;
  padding: 3px 0px;
  font-size: 10pt;
}
.navbar ul.menubar li .sub-menu a:hover i
{
  color: #fff;
}


.mob-nav-open-btn
{
  display: none;
}

.footer
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;

}
.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;
}


