

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');



body {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  background: transparent;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  border: none;
  outline: 0;
  color: #333;
  font-family: 'Poppins', sans-serif;
}
a:hover,
a:focus,
a:active,
button:focus {
  text-decoration: none;
  border: none;
  outline: 0;
  font-family: 'Poppins', sans-serif;
  color: #c70364;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #333333;
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
}
h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.section-padding {
    padding: 44px 0px 18px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
}
.section-title h2 {
    color: #164b7a;
    font-size:24px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    line-height: normal;
    border-radius: 71px;
    padding: 0px 10px 0 10px;
}
.section-title h2:before {
    content: " ";
    position: absolute;
    top: 43px;
    left: 15px;
    width: 61px;
    height: 3px;
    background-color: #f7931c;
}
.section-title h2:after {
    position: absolute;
    content: '';
    left: 75px;
    bottom: -13px;
    background-color: #f7931c;
    background-size: cover;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    transform: rotate(0deg);
    border-radius: 35px;
}
.section-title h2 span {
    font-size: 24px;
    color: #f7931c;
}
.section-title p {
  color: #f7931c;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3.7px;
  margin-bottom: 5px;
}
.s-table {
  height: 100%;
  width: 100%;
  display: table;
}
.s-tablec {
  
}
.seori-btn {
    font-weight: 600;
    color: #9f1d54;
    font-size: 20px;
    border-radius: 2px;
    -webkit-transition: 0.4s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    /* text-shadow: #000 0px 1px; */
}
.seori-btn:hover {
    font-weight: 600;
    color: #9f1d54;
    font-size: 20px;
    border-radius: 2px;
    -webkit-transition: 0.4s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    /* text-shadow: #000 0px 1px; */
}
.menu-btn p {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 0 0;
    /* text-shadow: #000 0px 1px; */
}

.plr-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  margin-right: 0px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-60 {
  margin-bottom: 60px;
}
/* ==========================================================================
   Topbar CSS
   ========================================================================== */

.top-bar {
  padding: 15px 0px;
  border-bottom: 1px solid #ccc;
}
.top-left {
  text-align: left;
}
.top-left li {
  display: inline-block;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
}
.top-left li:last-child {
  margin: 0;
}
.top-left li span:before {
  margin: 0;
  color: #f7931c;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 1px;
  display: inline-block;
}
.top-right {
  text-align: right;
}
.top-right li {
  display: inline-block;
  margin-right: 15px;
}
.top-right li:last-child {
  margin: 0;
}
.top-right li a {
  color: #a7a0b1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.top-right li a:hover {
  color: #f7931c;
}


.logo {
    padding: 0px 0px;
    text-align: left;
    margin: 7px 0 0 0;
}
.logo a img {
    height: auto;
    background: #fff0;
    border-radius: 4px;
    margin: -4px 0 0 -5px;
}

.menu-btn a i {
    font-size: 16px;
}
.menu-btn {
    text-align: right;
    width: 285px;
    position: relative;
    margin: 0px 0px 0 10px;
    padding: 0 56px 0 0px;
}
.menu_tollImg {
    position: absolute;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 47px;
    border: 1px solid #e0e0e0;
}
.menu-btn img {
    
}
.main-menu {
    padding: 6px 0px 6px 0;
    position: relative;
    z-index: 9;
    width: 100%;
}
.menu-right ul {
  text-align: right;
}
.menu-right ul li {
    display: inline-block;
    margin-right: 14px;
    padding: 12px 0px 12px 0px;
    position: relative;
}
.menu-right ul li:last-child {
  margin-right: 0px;
}
.menu-right ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu-right ul li a i {
  margin-left: 2px;
  vertical-align: middle;
}
.menu-right ul li a:hover,
.menu-right ul li a:active {
  color: #f7931c;
}
.menu-right li ul {
    background: #fff;
    border-top: 3px solid #330066;
    left: -20px;
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top:40px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden; 
    width:181px;
    z-index: -1;
    text-align: center;
}
ul#mobilemenu li a {
    font-size: 14px;
    padding: 8px 0 8px 0px;
    font-weight: 500;
    color: #333;
}
.menu-right ul li:hover ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 98px;
  z-index: 99;
}
.menu-right li ul li {
  display: block;
  padding-top: 0;
  margin-right: 0;
}
.menu-right li ul li a {
  padding-bottom: 13px;
  padding-top: 10px;
  display: block;
  text-transform: none;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
}
.menu-right li ul li:last-child a {
  border: none;
}
.menu-right li li {
  padding: 0;
}
#responsive-menu {
  display: none;
}
.slicknav_nav a {
  font-size: 16px;
}
.seori-header {
    background: #ffffff;
    position: relative;
    z-index: 9;
}
.banner {
  background-image: url(img/banner-full.png);
  background-size: cover;
  background-position: center bottom;
  position: relative;
  padding: 295px 0px 170px 0px;
  background-repeat: no-repeat;
}
.banner-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3.7px;
  color: #f7931c;
}
.banner-content h2 {
  color: #330066;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  margin-top: 20px;
  margin-bottom: 17px;
}
.banner-content p {
  margin-bottom: 30px;
}
