
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body {
 /* font-family: "Lato", sans-serif;*/font-family: "Poppins", Sans-serif;
  background-color: #fff;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #667380;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", Sans-serif;
  color: #06223e;
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a:hover,
a:focus {
  text-decoration: none;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

/*.section-padding {
  padding: 125px 0 120px;
}*/
.section-padding {
  padding: 40px 0 120px;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}



.section-title {
  text-align: left;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-title {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.section-title h2 {
  font-size: 2.625rem;
  line-height: 0.8em;
  color: #006A7A;
  margin: 0 0 0.45em;
  padding-bottom: 0.71em;
  position: absolute;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 1.5rem;
  }
}

/*.section-title h2:after {
  content: "";
  background: #2575fc;
  background: -webkit-linear-gradient(left, #2575fc 46%, #fff 46.1%, #fff 54%, #2575fc 54.1%);
  background: -moz-linear-gradient(left, #2575fc 46%, #fff 46.1%, #fff 54%, #2575fc 54.1%);
  background: -o-linear-gradient(left, #2575fc 46%, #fff 46.1%, #fff 54%, #2575fc 54.1%);
  background: -ms-linear-gradient(left, #2575fc 46%, #fff 46.1%, #fff 54%, #2575fc 54.1%);
  background: linear-gradient(left, #2575fc 46%, #fff 46.1%, #fff 54%, #2575fc 54.1%);
  width: 105px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
*/
@media (max-width: 767px) {
  .section-title h2:after {
    width: 80px;
    height: 2px;
  }
}

.section-title p {
  margin: 0;
}

.theme-btn {
  background-color: #193775;
  font-size: 1.0625rem;
  color: #fff;
  padding: 10px 30px;
  border: 0;
  text-transform: capitalize;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
  background-color: #152d60;
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn {
    font-size: 1rem;
    padding: 8px 25px;
  }
}

@media (max-width: 767px) {
  .theme-btn {
    font-size: 0.9375rem;
    padding: 8px 22px;
  }
}



nav.sticky, .site-header-style2 nav.sticky2, .site-header-style3 nav.sticky2, .site-header-style3 nav.sticky3 {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-animation: navigationFlipIn 0.5s;
  animation: navigationFlipIn 0.5s;
}

@media screen and (min-width: 992px) {
  nav.sticky #navbar, .site-header-style2 nav.sticky2 #navbar, .site-header-style3 nav.sticky2 #navbar, .site-header-style3 nav.sticky3 #navbar {
    background: transparent;
  }
}

.site-header-style2 nav.sticky2, .site-header-style3 nav.sticky2, .site-header-style3 nav.sticky3 {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 992px) {
  .site-header-style3 nav.sticky3 #navbar > ul > li > a {
    color: #06223e;
  }
  .site-header-style3 nav.sticky3 #navbar > ul > li > a:hover {
    color: #f39c12;
  }
}

@-webkit-keyframes navigationFlipIn {
  from {
    top: -100px;
  }
  to {
    to: 0;
  }
}

@keyframes navigationFlipIn {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}

.box-layout .sticky, .box-layout .site-header-style2 nav.sticky2, .site-header-style2 .box-layout nav.sticky2, .box-layout .site-header-style3 nav.sticky2, .site-header-style3 .box-layout nav.sticky2, .box-layout .site-header-style3 nav.sticky3, .site-header-style3 .box-layout nav.sticky3 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 1200px) {
  .box-layout .sticky, .box-layout .site-header-style2 nav.sticky2, .site-header-style2 .box-layout nav.sticky2, .box-layout .site-header-style3 nav.sticky2, .site-header-style3 .box-layout nav.sticky2, .box-layout .site-header-style3 nav.sticky3, .site-header-style3 .box-layout nav.sticky3 {
    width: 1200px !important;
  }
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #224b9f;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #193775;
}

.page-title {
  background: url("../images/img-1.jpg") center center/cover no-repeat local;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 992px) {
  .page-title {
    margin-top: 0px;
  }
}

.page-title > .container {
  position: relative;
  height: 180px;
  z-index: 100;
}

@media (max-width: 991px) {
  .page-title > .container {
    height: 108px;
  }
}

.page-title .title-box {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-title .title-box h1 {
  font-size: 3rem;
  color: #fff;
  margin: 0 0 0.12em;
  text-transform: uppercase;
}

.page-title .title-box h1 span {
  color: #fff;
}

@media (max-width: 991px) {
  .page-title .title-box h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .page-title .title-box h1 {
    font-size: 1.875rem;
  }
}

.page-title .title-box ol {
  background: transparent;
  padding: 0;
  margin: 0;
}

.page-title .title-box ol li {
  color: #f39c12;
  font-size: 1.125rem;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .page-title .title-box ol li {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .page-title .title-box ol li {
    font-size: 0.9375rem;
  }
}

.page-title .title-box ol a {
  color: #fff;
}

.page-title .title-box .breadcrumb > li + li:before {
  content: "\f101";
  font-family: "FontAwesome";
  color: #fff;
}



/*** pagination ***/
.page-pagination {
  text-align: center;
}

.page-pagination ul {
  display: inline-block;
  overflow: hidden;
}

.page-pagination ul li {
  float: left;
  width: 33px;
  height: 33px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #00abc9;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .page-pagination ul li {
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-right: 5px;
  }
}

.page-pagination ul li:last-child {
  margin-right: 0;
}

.page-pagination ul li a {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #667380;
}

@media (max-width: 767px) {
  .page-pagination ul li a {
    font-size: 0.875rem;
  }
}

.page-pagination ul li a:hover,
.page-pagination ul .current a {
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  color: #f39c12;
}




/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header, .site-header-style2, .site-header-style3 { border-bottom:3px solid #753918;
  /*** topbar ***/
  /*** lower-topbar ***/
  /*** main navigation ***/
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .upper-topbar, .site-header-style2 .upper-topbar, .site-header-style3 .upper-topbar {
  background-color:#FFF2C5;
  padding: 5px 0;
  /*** contact info ***/
  /*** login language ***/
  /*** language select style ***/
}
.site-header .upper-topbar p{margin:0; padding:0; color:#54595f !important; font-size:14px;}

@media (max-width: 991px) {
  .site-header .upper-topbar, .site-header-style2 .upper-topbar, .site-header-style3 .upper-topbar {
    font-size: 14px;
    text-align: center;
  }
}

.site-header .upper-topbar p, .site-header-style2 .upper-topbar p, .site-header-style3 .upper-topbar p,
.site-header .upper-topbar ul, .site-header-style2 .upper-topbar ul, .site-header-style3 .upper-topbar ul,
.site-header .upper-topbar li, .site-header-style2 .upper-topbar li, .site-header-style3 .upper-topbar li,
.site-header .upper-topbar a, .site-header-style2 .upper-topbar a, .site-header-style3 .upper-topbar a,
.site-header .upper-topbar span, .site-header-style2 .upper-topbar span, .site-header-style3 .upper-topbar span {
  color: #fff;
}

.site-header .upper-topbar ul, .site-header-style2 .upper-topbar ul, .site-header-style3 .upper-topbar ul {
  overflow: hidden;
}

@media (max-width: 991px) {
  .site-header .upper-topbar ul, .site-header-style2 .upper-topbar ul, .site-header-style3 .upper-topbar ul {
    display: inline-block;
  }
}

.site-header .upper-topbar ul li, .site-header-style2 .upper-topbar ul li, .site-header-style3 .upper-topbar ul li {
  float: left;
  position: relative;
}

@media (max-width: 767px) {
  .site-header .upper-topbar ul li, .site-header-style2 .upper-topbar ul li, .site-header-style3 .upper-topbar ul li {
    float: none;
  }
}

.site-header .upper-topbar .fi, .site-header-style2 .upper-topbar .fi, .site-header-style3 .upper-topbar .fi {
  display: inline-block;
  padding-right: 8px;
}

.site-header .upper-topbar .fi:before, .site-header-style2 .upper-topbar .fi:before, .site-header-style3 .upper-topbar .fi:before {
  color: #f39c12;
  font-size: 14px;
}

.site-header .upper-topbar .contact-info ul li, .site-header-style2 .upper-topbar .contact-info ul li, .site-header-style3 .upper-topbar .contact-info ul li {
  margin-right: 27px;
}

@media (max-width: 767px) {
  .site-header .upper-topbar .contact-info ul li, .site-header-style2 .upper-topbar .contact-info ul li, .site-header-style3 .upper-topbar .contact-info ul li {
    margin: 0 0 10px;
  }
}

.site-header .upper-topbar .contact-info ul li:last-child, .site-header-style2 .upper-topbar .contact-info ul li:last-child, .site-header-style3 .upper-topbar .contact-info ul li:last-child {
  margin-right: 0;
}

.site-header .upper-topbar .login-language, .site-header-style2 .upper-topbar .login-language, .site-header-style3 .upper-topbar .login-language {
  float: right;
}

@media (max-width: 991px) {
  .site-header .upper-topbar .login-language, .site-header-style2 .upper-topbar .login-language, .site-header-style3 .upper-topbar .login-language {
    float: none;
  }
}

.site-header .upper-topbar .login-language form, .site-header-style2 .upper-topbar .login-language form, .site-header-style3 .upper-topbar .login-language form,
.site-header .upper-topbar .login-language ul, .site-header-style2 .upper-topbar .login-language ul, .site-header-style3 .upper-topbar .login-language ul {
  float: right;
}

.site-header .upper-topbar .login-language > div, .site-header-style2 .upper-topbar .login-language > div, .site-header-style3 .upper-topbar .login-language > div {
  display: inline-block;
}

.site-header .upper-topbar .login-language form, .site-header-style2 .upper-topbar .login-language form, .site-header-style3 .upper-topbar .login-language form {
  width: 70px;
}

.site-header .upper-topbar .login-register, .site-header-style2 .upper-topbar .login-register, .site-header-style3 .upper-topbar .login-register {
  margin-right: 25px;
}

.site-header .upper-topbar .login-register ul li, .site-header-style2 .upper-topbar .login-register ul li, .site-header-style3 .upper-topbar .login-register ul li {
  margin-right: 5px;
  padding-right: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .site-header .upper-topbar .login-register ul li, .site-header-style2 .upper-topbar .login-register ul li, .site-header-style3 .upper-topbar .login-register ul li {
    float: left;
  }
}

.site-header .upper-topbar .login-register ul li:last-child, .site-header-style2 .upper-topbar .login-register ul li:last-child, .site-header-style3 .upper-topbar .login-register ul li:last-child {
  margin: 0;
  padding: 0;
}

.site-header .upper-topbar .login-register ul li:after, .site-header-style2 .upper-topbar .login-register ul li:after, .site-header-style3 .upper-topbar .login-register ul li:after {
  content: "/";
  color: #fff;
  position: absolute;
  right: -3px;
  top: 0;
}

.site-header .upper-topbar .login-register ul li:last-child:after, .site-header-style2 .upper-topbar .login-register ul li:last-child:after, .site-header-style3 .upper-topbar .login-register ul li:last-child:after {
  display: none;
}

.site-header .upper-topbar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .site-header-style2 .upper-topbar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .site-header-style3 .upper-topbar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

@media (max-width: 991px) {
  .site-header .upper-topbar .bootstrap-select, .site-header-style2 .upper-topbar .bootstrap-select, .site-header-style3 .upper-topbar .bootstrap-select {
    font-size: 14px;
  }
}

.site-header .upper-topbar .bootstrap-select .btn, .site-header-style2 .upper-topbar .bootstrap-select .btn, .site-header-style3 .upper-topbar .bootstrap-select .btn {
  background-color: transparent;
  border: 0;
  outline: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}

.site-header .upper-topbar .bootstrap-select .caret, .site-header-style2 .upper-topbar .bootstrap-select .caret, .site-header-style3 .upper-topbar .bootstrap-select .caret {
  color: #f39c12;
}

.site-header .upper-topbar .bootstrap-select .filter-option, .site-header-style2 .upper-topbar .bootstrap-select .filter-option, .site-header-style3 .upper-topbar .bootstrap-select .filter-option {
  color: #f39c12;
}

.site-header .upper-topbar .bootstrap-select .dropdown-menu, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu {
  background-color: #152029;
  margin: 0;
  padding: 0;
  border: 0;
}

.site-header .upper-topbar .bootstrap-select .dropdown-menu li, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu li, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu li {
  width: 100%;
  border: 0;
  margin: 0;
}

.site-header .upper-topbar .bootstrap-select .selected a, .site-header-style2 .upper-topbar .bootstrap-select .selected a, .site-header-style3 .upper-topbar .bootstrap-select .selected a {
  background-color: #0e151c;
  outline: 0;
}

.site-header .upper-topbar .bootstrap-select .dropdown-menu li a, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu li a, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu li a {
  outline: 0;
}

.site-header .lower-topbar h2{
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #753918; margin-top:0; font-size:28px;
}

@media (max-width: 991px) {
  .site-header .upper-topbar .bootstrap-select .dropdown-menu li a, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu li a, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu li a {
    font-size: 12px;
  }
}

.site-header .upper-topbar .bootstrap-select .dropdown-menu li a:hover, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu li a:hover, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu li a:hover {
  background-color: #0e151c;
}

.site-header .lower-topbar, .site-header-style2 .lower-topbar, .site-header-style3 .lower-topbar {
  padding: 30px 0 20px; background:url(../images/material/header-bg.jpg);
}


@media (max-width: 991px) {
  .site-header .lower-topbar, .site-header-style2 .lower-topbar, .site-header-style3 .lower-topbar {
    padding: 10px 0 15px;
  }
  .site-header .lower-topbar .logo img, .site-header-style2 .lower-topbar .logo img, .site-header-style3 .lower-topbar .logo img {
    max-width: 140px;
  }
}

@media (max-width: 767px) {
  .site-header .lower-topbar, .site-header-style2 .lower-topbar, .site-header-style3 .lower-topbar {
    text-align: center;
  }
  .site-header .lower-topbar .logo, .site-header-style2 .lower-topbar .logo, .site-header-style3 .lower-topbar .logo {
    display: inline-block;
    margin-bottom: 8px;
  }
  .site-header .lower-topbar .logo img, .site-header-style2 .lower-topbar .logo img, .site-header-style3 .lower-topbar .logo img {
    max-width: 120px;
  }
}

.site-header .lower-topbar .company-info, .site-header-style2 .lower-topbar .company-info, .site-header-style3 .lower-topbar .company-info {
  float: right;
}

@media (max-width: 767px) {
  .site-header .lower-topbar .company-info, .site-header-style2 .lower-topbar .company-info, .site-header-style3 .lower-topbar .company-info {
    float: none;
    display: inline-block;
  }
}

.site-header .lower-topbar .company-info ul, .site-header-style2 .lower-topbar .company-info ul, .site-header-style3 .lower-topbar .company-info ul {
  overflow: hidden;
}

.site-header .lower-topbar .company-info ul li, .site-header-style2 .lower-topbar .company-info ul li, .site-header-style3 .lower-topbar .company-info ul li {
  float: left;
  padding: 5px 0 5px 65px;
  position: relative;
}

@media (max-width: 991px) {
  .site-header .lower-topbar .company-info ul li, .site-header-style2 .lower-topbar .company-info ul li, .site-header-style3 .lower-topbar .company-info ul li {
    padding: 5px 0 5px 45px;
  }
}

@media (max-width: 767px) {
  .site-header .lower-topbar .company-info ul li, .site-header-style2 .lower-topbar .company-info ul li, .site-header-style3 .lower-topbar .company-info ul li {
    padding: 5px 0 5px 35px;
    text-align: left;
  }
}

.site-header .lower-topbar .company-info ul li:first-child, .site-header-style2 .lower-topbar .company-info ul li:first-child, .site-header-style3 .lower-topbar .company-info ul li:first-child {
  margin-right: 0px;
}

@media (max-width: 991px) {
  .site-header .lower-topbar .company-info ul li:first-child, .site-header-style2 .lower-topbar .company-info ul li:first-child, .site-header-style3 .lower-topbar .company-info ul li:first-child {
    margin-right: 35px;
  }
}

.site-header .lower-topbar .company-info ul .fi, .site-header-style2 .lower-topbar .company-info ul .fi, .site-header-style3 .lower-topbar .company-info ul .fi {
  position: absolute;
  left: 0;
  top: -10px;
}

@media (max-width: 991px) {
  .site-header .lower-topbar .company-info ul .fi, .site-header-style2 .lower-topbar .company-info ul .fi, .site-header-style3 .lower-topbar .company-info ul .fi {
    top: -5px;
  }
}

@media (max-width: 767px) {
  .site-header .lower-topbar .company-info ul .fi, .site-header-style2 .lower-topbar .company-info ul .fi, .site-header-style3 .lower-topbar .company-info ul .fi {
    top: 0;
  }
}

.site-header .lower-topbar .company-info ul .fi:before, .site-header-style2 .lower-topbar .company-info ul .fi:before, .site-header-style3 .lower-topbar .company-info ul .fi:before {
  font-size: 3.13rem;
  color: #f39c12;
}

@media (max-width: 991px) {
  .site-header .lower-topbar .company-info ul .fi:before, .site-header-style2 .lower-topbar .company-info ul .fi:before, .site-header-style3 .lower-topbar .company-info ul .fi:before {
    font-size: 2.19rem;
  }
}

@media (max-width: 767px) {
  .site-header .lower-topbar .company-info ul .fi:before, .site-header-style2 .lower-topbar .company-info ul .fi:before, .site-header-style3 .lower-topbar .company-info ul .fi:before {
    font-size: 1.5rem;
  }
}

.site-header .lower-topbar .company-info ul h4, .site-header-style2 .lower-topbar .company-info ul h4, .site-header-style3 .lower-topbar .company-info ul h4 {
  font-size: 1.38rem;
  color: #06223e;
  margin: 0 0 0.15em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .site-header .lower-topbar .company-info ul h4, .site-header-style2 .lower-topbar .company-info ul h4, .site-header-style3 .lower-topbar .company-info ul h4 {
    font-size: 1.13rem;
  }
}

@media (max-width: 767px) {
  .site-header .lower-topbar .company-info ul h4, .site-header-style2 .lower-topbar .company-info ul h4, .site-header-style3 .lower-topbar .company-info ul h4 {
    font-size: 0.88rem;
  }
}

.site-header .lower-topbar .company-info ul .info, .site-header-style2 .lower-topbar .company-info ul .info, .site-header-style3 .lower-topbar .company-info ul .info {
  font-weight: bold;
  color: #999999;
}

@media (max-width: 991px) {
  .site-header .lower-topbar .company-info ul .info, .site-header-style2 .lower-topbar .company-info ul .info, .site-header-style3 .lower-topbar .company-info ul .info {
    font-size: 0.88rem;
  }
}

@media (max-width: 767px) {
  .site-header .lower-topbar .company-info ul .info, .site-header-style2 .lower-topbar .company-info ul .info, .site-header-style3 .lower-topbar .company-info ul .info {
    font-size: 0.75rem;
  }
}

.site-header .navigation, .site-header-style2 .navigation, .site-header-style3 .navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  z-index: 999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container, .site-header-style2 .navigation > .container, .site-header-style3 .navigation > .container {
  position: relative;
}

.site-header .navigation .social-links, .site-header-style2 .navigation .social-links, .site-header-style3 .navigation .social-links {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .site-header .navigation .social-links, .site-header-style2 .navigation .social-links, .site-header-style3 .navigation .social-links {
    display: none;
  }
}



.site-header .navigation .social-links a, .site-header-style2 .navigation .social-links a, .site-header-style3 .navigation .social-links a {
  background-color: transparent;
  font-size: 1rem;
}

.site-header .navigation .social-links a:hover, .site-header-style2 .navigation .social-links a:hover, .site-header-style3 .navigation .social-links a:hover {
  color: #f39c12;
}

.site-header #navbar, .site-header-style2 #navbar, .site-header-style3 #navbar {
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** second level ***/
  /*** icon ***/
}

.site-header #navbar > ul, .site-header-style2 #navbar > ul, .site-header-style3 #navbar > ul {
  margin: 0;
}

.site-header #navbar > ul a, .site-header-style2 #navbar > ul a, .site-header-style3 #navbar > ul a {
  display: block;
}

.site-header #navbar > ul a:hover, .site-header-style2 #navbar > ul a:hover, .site-header-style3 #navbar > ul a:hover,
.site-header #navbar > ul a:focus, .site-header-style2 #navbar > ul a:focus, .site-header-style3 #navbar > ul a:focus {
  text-decoration: none;
}

.site-header #navbar > ul li, .site-header-style2 #navbar > ul li, .site-header-style3 #navbar > ul li {
  position: relative;
}

.site-header #navbar > ul > li > a, .site-header-style2 #navbar > ul > li > a, .site-header-style3 #navbar > ul > li > a {
  color: #fff; font-weight:600;
  padding: 9px 15px; font-size:15px;
  text-transform: uppercase;
}

.site-header #navbar > ul > li > a:hover, .site-header-style2 #navbar > ul > li > a:hover, .site-header-style3 #navbar > ul > li > a:hover,
.site-header #navbar > ul > li.current > a, .site-header-style2 #navbar > ul > li.current > a, .site-header-style3 #navbar > ul > li.current > a {
  outline: none;
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li > a:hover, .site-header-style2 #navbar > ul > li > a:hover, .site-header-style3 #navbar > ul > li > a:hover,
  .site-header #navbar > ul > li.current > a, .site-header-style2 #navbar > ul > li.current > a, .site-header-style3 #navbar > ul > li.current > a {
    color: #ffee04;
  }
}

.site-header #navbar > ul > li > a:focus, .site-header-style2 #navbar > ul > li > a:focus, .site-header-style3 #navbar > ul > li > a:focus {
  background-color: transparent;
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li:hover > ul, .site-header-style2 #navbar > ul > li:hover > ul, .site-header-style3 #navbar > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li > ul > li:hover > ul, .site-header-style2 #navbar > ul > li > ul > li:hover > ul, .site-header-style3 #navbar > ul > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
  }
}

.site-header #navbar > ul > li > ul li, .site-header-style2 #navbar > ul > li > ul li, .site-header-style3 #navbar > ul > li > ul li {
  border-bottom: 1px solid #152d60;
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li > ul li, .site-header-style2 #navbar > ul > li > ul li, .site-header-style3 #navbar > ul > li > ul li {
    border-color: #cccccc;
  }
}

.site-header #navbar > ul > li > ul li:first-child, .site-header-style2 #navbar > ul > li > ul li:first-child, .site-header-style3 #navbar > ul > li > ul li:first-child {
  border-bottom: 1px solid #152d60;
  border-top: 1px solid #152d60;
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li > ul li:first-child, .site-header-style2 #navbar > ul > li > ul li:first-child, .site-header-style3 #navbar > ul > li > ul li:first-child {
    border-color: #cccccc;
  }
}

.site-header #navbar > ul > li > ul li:last-child, .site-header-style2 #navbar > ul > li > ul li:last-child, .site-header-style3 #navbar > ul > li > ul li:last-child {
  border-bottom: 0;
}

.site-header #navbar > ul > li > ul a, .site-header-style2 #navbar > ul > li > ul a, .site-header-style3 #navbar > ul > li > ul a {
  padding: 6px 15px 6px 45px;
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li > ul ul a, .site-header-style2 #navbar > ul > li > ul ul a, .site-header-style3 #navbar > ul > li > ul ul a {
    padding-left: 60px;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li > ul, .site-header-style2 #navbar > ul > li > ul, .site-header-style3 #navbar > ul > li > ul {
    background-color: #753918;
    width: 200px;
    position: absolute;
    left: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-header #navbar > ul > li > ul li, .site-header-style2 #navbar > ul > li > ul li, .site-header-style3 #navbar > ul > li > ul li {
    border-bottom: 1px solid #152d60;
  }
  .site-header #navbar > ul > li > ul li:first-child, .site-header-style2 #navbar > ul > li > ul li:first-child, .site-header-style3 #navbar > ul > li > ul li:first-child {
    border-top: 0;
  }
  .site-header #navbar > ul > li > ul a, .site-header-style2 #navbar > ul > li > ul a, .site-header-style3 #navbar > ul > li > ul a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li > ul a:hover, .site-header-style2 #navbar > ul > li > ul a:hover, .site-header-style3 #navbar > ul > li > ul a:hover {
    background-color: #753918; color:#FFFF00;
    padding-left: 20px;
  }
  .site-header #navbar > ul > li > ul ul, .site-header-style2 #navbar > ul > li > ul ul, .site-header-style3 #navbar > ul > li > ul ul {
    background-color: #193775;
    width: 200px;
    position: absolute;
    left: 110%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}



.site-header #navbar .sub-sub-menu > a, .site-header-style2 #navbar .sub-sub-menu > a, .site-header-style3 #navbar .sub-sub-menu > a {
  position: relative;
}

.site-header #navbar .sub-sub-menu > a:before, .site-header-style2 #navbar .sub-sub-menu > a:before, .site-header-style3 #navbar .sub-sub-menu > a:before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 15px;
}

@media (max-width: 991px) {
  .site-header #navbar .sub-menu > a:before, .site-header-style2 #navbar .sub-menu > a:before, .site-header-style3 #navbar .sub-menu > a:before,
  .site-header #navbar .sub-sub-menu > a:before, .site-header-style2 #navbar .sub-sub-menu > a:before, .site-header-style3 #navbar .sub-sub-menu > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    width: 40px;
    height: 100%;
    line-height: 41px;
    text-align: center;
    border-left: 1px solid #cccccc;
    position: absolute;
    right: 0;
    top: 0;
  }
  .site-header #navbar .sub-sub-menu > a:before, .site-header-style2 #navbar .sub-sub-menu > a:before, .site-header-style3 #navbar .sub-sub-menu > a:before {
    line-height: 33px;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar .sub-menu .current a, .site-header-style2 #navbar .sub-menu .current a, .site-header-style3 #navbar .sub-menu .current a,
  .site-header #navbar .sub-sub-menu .current a, .site-header-style2 #navbar .sub-sub-menu .current a, .site-header-style3 #navbar .sub-sub-menu .current a {
    background-color: #152d60;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn, .site-header-style2 .navbar-header .open-btn, .site-header-style3 .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar, .site-header-style2 #navbar .close-navbar, .site-header-style3 #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header, .site-header-style2, .site-header-style3 {
    /* class for show hide navigation */
  }
  .site-header .container, .site-header-style2 .container, .site-header-style3 .container {
    width: 100%;
  }
  .site-header .navbar-header button, .site-header-style2 .navbar-header button, .site-header-style3 .navbar-header button {
    background-color: #193775;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: -34px;
    z-index: 20;
  }
  .site-header .navbar-header button span, .site-header-style2 .navbar-header button span, .site-header-style3 .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child, .site-header-style2 .navbar-header button span:last-child, .site-header-style3 .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar, .site-header-style2 #navbar, .site-header-style3 #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul li a, .site-header-style2 #navbar ul li a, .site-header-style3 #navbar ul li a {
    color: #000;
    font-size: 0.8rem;
  }
  .site-header #navbar ul li a:hover, .site-header-style2 #navbar ul li a:hover, .site-header-style3 #navbar ul li a:hover,
  .site-header #navbar ul li.current a, .site-header-style2 #navbar ul li.current a, .site-header-style3 #navbar ul li.current a {
    color: #193775;
  }
  .site-header #navbar .navbar-nav, .site-header-style2 #navbar .navbar-nav, .site-header-style3 #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar, .site-header-style2 #navbar .close-navbar, .site-header-style3 #navbar .close-navbar {
    background-color: #193775;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li, .site-header-style2 #navbar > ul > li, .site-header-style3 #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a, .site-header-style2 #navbar > ul > li > a, .site-header-style3 #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn, .site-header-style2 .slideInn, .site-header-style3 .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand, .site-header-style2 .navbar-header .navbar-brand, .site-header-style3 .navbar-header .navbar-brand {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse, .site-header-style2 .navbar-collapse.collapse, .site-header-style3 .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in, .site-header-style2 .navbar-collapse.collapse.in, .site-header-style3 .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse, .site-header-style2 .navbar-header .collapse, .site-header-style3 .navbar-header .collapse,
  .site-header .navbar-toggle, .site-header-style2 .navbar-toggle, .site-header-style3 .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header, .site-header-style2 .navbar-header, .site-header-style3 .navbar-header {
    float: none;
  }
  .site-header .navbar-right, .site-header-style2 .navbar-right, .site-header-style3 .navbar-right {
    float: none;
  }
  .site-header .navbar-nav, .site-header-style2 .navbar-nav, .site-header-style3 .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li, .site-header-style2 .navbar-nav > li, .site-header-style3 .navbar-nav > li {
    float: left !important;
  }
}

/*** site header style 2 ***/
.home-style2 .slider-section {
  margin-top: 0;
}

.site-header-style2, .site-header-style3 {
  /*** topbar ***/
}

@media (max-width: 1199px) {
  .site-header-style2 .upper-topbar .contact-info ul li, .site-header-style3 .upper-topbar .contact-info ul li {
    font-size: 15px;
  }
}

.site-header-style2 .social-links, .site-header-style3 .social-links {
  float: right;
}

@media (max-width: 991px) {
  .site-header-style2 .social-links, .site-header-style3 .social-links {
    float: none;
    margin: 15px 0;
  }
}

.site-header-style2 .social-links li, .site-header-style3 .social-links li,
.site-header-style2 .social-links a, .site-header-style3 .social-links a {
  background-color: transparent;
  color: #fff;
  width: auto;
  height: auto;
  line-height: 10px;
}

.site-header-style2 .upper-topbar .social-links li, .site-header-style3 .upper-topbar .social-links li {
  margin-right: 25px;
}

@media (max-width: 1199px) {
  .site-header-style2 .upper-topbar .social-links li, .site-header-style3 .upper-topbar .social-links li {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .site-header-style2 .upper-topbar .social-links li, .site-header-style3 .upper-topbar .social-links li {
    float: left;
  }
}

.site-header-style2 .social-links li:last-child, .site-header-style3 .social-links li:last-child {
  margin-right: 0;
}

.site-header-style2 .social-links a, .site-header-style3 .social-links a {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .site-header-style2 .social-links a, .site-header-style3 .social-links a {
    font-size: 16px;
  }
}

.site-header-style2 .social-links a:hover, .site-header-style3 .social-links a:hover {
  background-color: transparent;
  color: #f39c12;
}

.site-header-style2 .navbar-brand, .site-header-style3 .navbar-brand {
  min-height: auto;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .site-header-style2 .navbar-brand, .site-header-style3 .navbar-brand {
    margin-top: 0;
  }
  .site-header-style2 .navbar-brand img, .site-header-style3 .navbar-brand img {
    max-width: 120px;
  }
}

@media screen and (min-width: 992px) {
  .site-header-style2 #navbar, .site-header-style3 #navbar {
    padding-right: 0;
    margin-right: -20px;
  }
}

.site-header-style2 .navigation, .site-header-style3 .navigation,
.site-header-style2 #navbar, .site-header-style3 #navbar {
  background: #fff;
}

@media (max-width: 991px) {
  .site-header-style2 .navigation, .site-header-style3 .navigation {
    padding: 15px 0;
  }
}

.site-header-style2 #navbar > ul > li > a, .site-header-style3 #navbar > ul > li > a {
  color: #06223e;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .site-header-style2 #navbar > ul > li > a, .site-header-style3 #navbar > ul > li > a {
    padding: 40px 17px;
  }
}

.site-header-style2 .navbar-header button, .site-header-style3 .navbar-header button {
  top: 12px;
}

/*** header style 3 ***/
@media screen and (min-width: 768px) {
  .site-header-style3 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .site-header .lower-topbar .company-info ul li:first-child{margin-right:8px;}
  .site-header .lower-topbar .company-info ul li:last-child{ padding:22px 0px 20px 40%;}
}

@media screen and (min-width: 768px) {
  .site-header-style3 .upper-topbar {
    background-color: transparent;
    border-bottom: 1px solid #9c9c9c;
  }
}

.site-header-style3 .navigation,
.site-header-style3 #navbar {
  background-color: transparent;
}

@media (max-width: 991px) {
  .site-header-style3 #navbar {
    background-color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .site-header-style3 #navbar > ul > li > a {
    padding: 40px 17px;
    color: #fff;
  }
}

.site-header-style3 .navbar-header button {
  top: 5px;
}

@media (max-width: 991px) {
  .home-style-1 .site-header .navigation, .home-style-1 .site-header-style2 .navigation, .home-style-1 .site-header-style3 .navigation {
    border-top: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navigation, .site-header-style2 .navigation, .site-header-style3 .navigation {
    border-top: 1px solid #d9d9d9;
    padding-top: 1px;
  }
}

@media (max-width: 991px) {
  .site-header-style3 .navigation {
    border-top: 0;
    padding-top: 15px;
  }
  .site-header-style3 .upper-topbar {
    padding-bottom: 7px;
  }
}

/*** box layout headery style ***/
@media screen and (min-width: 1200px) {
  .box-layout .site-header .navigation > .container, .box-layout .site-header-style2 .navigation > .container, .box-layout .site-header-style3 .navigation > .container {
    width: 1200px;
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .box-layout .site-header-style2 .navigation > .container, .box-layout .site-header-style3 .navigation > .container,
  .box-layout .site-header-style3 .navigation > .container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.box-layout .site-header .navigation .social-links, .box-layout .site-header-style2 .navigation .social-links, .box-layout .site-header-style3 .navigation .social-links {
  right: 20px;
}

@media (max-width: 1199px) {
  .box-layout .site-header .navigation .social-links, .box-layout .site-header-style2 .navigation .social-links, .box-layout .site-header-style3 .navigation .social-links {
    right: 35px;
  }
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.slider-section {
  margin-top: -70px;
}

@media (max-width: 767px) {
  .slider-section .main-heading,
  .slider-section .slider-text,
  .slider-section .link-button {
    display: none;
  }
}

.slider-section .main-heading h1{
  font-family: "Roboto Slab", serif;
  font-size: 40px !important;
  color: #06223e;
  font-weight: bold;
  line-height: 4.375rem;
}
.slider-section .main-heading span {
  font-family: "Roboto Slab", serif;
  font-size: 20px !important;
  color: #06223e;
  font-weight: bold;
  line-height: 4.375rem;
}

.slider-section .slider-text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  cursor: auto !important;
}

.slider-section .slider-btn {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 150px;
  height: 48px;
  line-height: 48px;
  font-size: 1.125rem;
  color: #fff;
  padding: 0;
  text-align: center;
  border: 0;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -o-border-radius: 55px;
  -ms-border-radius: 55px;
  border-radius: 55px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .slider-section .slider-btn {
    width: 120px;
    height: 42px;
    line-height: 42px;
    font-size: 0.9375rem;
  }
}

.slider-section .link-button .slider-btn:nth-child(2) {
  background: #f39c12;
  color: #fff;
}

.slider-section .link-button a:first-child {
  margin-right: 25px;
}

.home-style2 .slider-section .main-heading {
  color: #06223e;
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.footer { background:url(../images/material/footer-bg.jpg);
    background-color: #e4fbfb; background-repeat: repeat-x; padding:40px 0px 0px;
}


/*#footer:before {background:url(../images/blue-grid.png) no-repeat; background-size:100%;
    content: "";
    height: 55px;
    width: 100%;
    position: absolute;
    top: -55px; left:0;
    background: rgb(75, 85, 161);
    background: linear-gradient( 180deg, rgba(75, 85, 161, 0) 35%, rgba(75, 85, 161, 1) 100% );
}*/

.footer .container{
	z-index: 10;
	position: relative;
}
.footer img{padding-bottom:10px;}

.footer section{padding:0px !important; background:#fff; margin-top:20px;}
.footer-bot h4{color:#050404; text-align:left; font-size: 16px; line-height: 24px; font-weight:500;}
.footer-bot h5{color:#050404; text-align:right; font-size: 16px; line-height: 24px; font-weight:500;}
.footer-bot h5 a{color:#050404;}
.footer-bot a:hover{color:#033563;}

/*-- Footer logo */

.footer-logo{
    margin: 30px 0;
}


/*Home Footer*/
.sub-foot {
	text-align:left;
    color: #050404;
    /* background-color: #242424; */
}
.sub-foot .fa{position: absolute;
    margin-left: -30px;
    font-weight: 900;
    color: #da612a;
    }


.sub-foot01 {  
    width: 88%;
    color: #050404;
    /* background-color: #242424; */
}
.sub-foot h3 { font-size:19px; text-transform:uppercase;   
    width: 100%;
    padding-bottom: 10px;
}
.name-hilight {
    color: #033563;
}
.sub-foot p { float: left; width: 100%; line-height: 27px; font-size: 15px; color:#050404;}
.sub-foot p a, .sub-foot h3, .sub-foot01 h3 { color: #050404; }
.sub-foot p a:hover { color:#033563; /*color: rgb(182, 32, 41);*/ }

/*Siderbar Social Media Style*/

.social_link {
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  line-height: 3;
}

.socialpar {
  color: white;
  position: relative;
/*  left: -10px;
  font-family: 'Fira Sans', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  line-height: 3;
  margin: 0px;
}

#social_sidebar {
  height: 500px;
  width: 10px;
  position: fixed;
  text-align: center;
  padding: 10px;
  margin-left: 10px;
  bottom: 0rem;
  z-index: 999999;
}

.socialpar i {
  left: 34px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
}

.social_media {
  margin-left: -200px;
  width: 230px;
  padding: 0;
  display: inline-table;
  height: 0px;
  background-color: rgb(255, 7, 99);
  -moz-transition-property: margin-left;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-property: margin-left;
  -ms-transition-duration: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-property: margin-left;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  box-shadow: 0px 0px 6px 0px #3E3D3D;
  cursor: pointer;
  margin-bottom: 5px;
}

.social_media:hover {
  margin-left: -30px;
  width: 230px;
  background-color: #3b5998;
}

.facebook:hover {
  background-color: #3b5998;
}

.twitter:hover {
  background-color: #4099FF;
}

.instagram:hover {
  background-color: #DD4B39;
}

.linkedin .socialpar i {
  left: 34px;
}

.instagram .socialpar i {
  left: 26px;
}

.youtube .socialpar i {
  left: 18px;
}

.youtube:hover {
  background-color: #E52D27;
}

.linkedin:hover {
  background-color: #0976B4;
}
.mob-social-media ul{display:block; margin:0px; padding:0px;}
.mob-social-media ul li{display:inline-block; list-style:none; font-size:20px; width:40px; background:#FFFFFF; margin-right:10px;}

/*--------------------------------------------------------------
#0.6	featured
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  .featured {
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .featured {
    padding-bottom: 65px;
  }
}

@media (max-width: 767px) {
  .featured {
    padding-bottom: 45px;
  }
}

@media (max-width: 650px) {
  .featured .content > .col {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .featured .content > .col {
    margin-bottom: 35px;
  }
}

/*--------------------------------------------------------------
#0.7	services
--------------------------------------------------------------*/
.services {
  padding: 0 0 50px;
}

@media (max-width: 991px) {
  .services {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .services {
    padding-bottom: 50px;
  }
}

.services .content > .col {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .services .content > .col {
    margin-bottom: 30px;
  }
}



/*--------------------------------------------------------------
#0.9	about-us-section
--------------------------------------------------------------
.about-us-section {
  position: relative; 
}*/
.about-us-section{position: relative; background:url(../images/material/bg1.jpg) no-repeat; background-attachment: fixed;}
.msg-block{ margin-top:30px; padding:10px 25px;}
.msg-block h2{font-size: 2.625rem;
  line-height: 0.8em;
  color: #006A7A;
  margin: 0 0 0.45em;
  padding-bottom: 0.71em;
  position: absolute;
  text-transform: uppercase;}
.msg-block p {font-size:16px; color:#000000; text-align:justify; margin-block-end: 28px; line-height:24px; font-family:"Poppins", Sans-serif; font-weight:400;}
.msg-block p strong{color:#000;}

.msg-block ul{display:block;}
.msg-block ul li{list-style:disc; margin-left:25px; line-height:35px; font-size:18px; color:#000000;}
.msg-block ul li:last-child{padding-bottom:15px;}





@media (max-width: 1199px) {
  .home-style-1 .about-us-section:after {
    width: 970px;
  }
}

@media (max-width: 991px) {
  .home-style-1 .about-us-section:after {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .home-style-1 .about-us-section:after {
    width: 100%;
  }
}



@media (max-width: 991px) {
  .about-us-section .about-us-slider {
    margin-bottom: 3.75rem;
  }
}

@media (max-width: 767px) {
  .about-us-section .about-us-slider .signature img {
    max-width: 100px;
  }
}

.about-us-section .about-us-slider h3 {
  font-size: 1.5625rem;
  line-height: 1.3em;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .about-us-section .about-us-slider h3 {
    font-size: 1.25rem;
  }
}

.about-us-section .about-us-slider p {
  margin-bottom: 1em;
}

.about-us-section .about-us-slider img {
  width: auto;
}

.about-us-section .about-us-slider .owl-controls {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-us-section .about-us-slider .owl-controls .owl-nav .owl-prev,
.about-us-section .about-us-slider .owl-controls .owl-nav .owl-next {
  color: #f39c12;
}

.about-us-section .about-us-slider .owl-controls .owl-nav > div {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.125rem;
  margin: 0 5px 0 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
}

@media (max-width: 991px) {
  .about-us-section .about-us-slider .owl-controls .owl-nav > div {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.about-us-section .about-us-slider .owl-controls .owl-nav > div:hover {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
}

.about-us-section .about-us-slider .owl-controls .owl-nav > div:before {
  content: "";
  width: 41px;
  height: 41px;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .about-us-section .about-us-slider .owl-controls .owl-nav > div:before {
    width: 31px;
    height: 31px;
    left: 2px;
    top: 2px;
  }
}

.about-us-section .about-us-slider .owl-controls .owl-nav i {
  position: relative;
  z-index: 10;
}

.about-us-section .skills .skill {
  margin-bottom: 5px;
}

.about-us-section .skills .skill:last-child {
  margin-bottom: 0;
}

.about-us-section .skills .skill:last-child .progress {
  margin-bottom: 0;
}

.about-us-section .skills h6 {
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0 0 0.6em;
}

@media (max-width: 991px) {
  .about-us-section .skills h6 {
    font-size: 1rem;
  }
}

.about-us-section .skills .progress {
  background-color: #e6e6e6;
  height: 15px;
  box-shadow: none;
  overflow: visible;
  box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .about-us-section .skills .progress {
    height: 12px;
  }
}

.about-us-section .skills .progress-bar {
  background: #193775;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
}

.about-us-section .skills .progress-bar span {
  background-color: #f39c12;
  font-size: 0.75rem;
  color: #fff;
  padding: 2px 6px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .about-us-section .skills .progress-bar span {
    padding: 0 6px;
  }
}

.about-us-section .skills .progress-bar span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #f39c12;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}






/*--------------------------------------------------------------
#	contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#0.0	contact-section-wrapper
--------------------------------------------------------------*/
.contact-page .contact-section-wrapper .form input,
.contact-page .contact-section-wrapper .form select,
.contact-page .contact-section-wrapper .form textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/*# sourceMappingURL=style.css.map */

/*DATE Modify 27Jan2022*/
.attractions{background:url(../images/material/bg-register.jpg) no-repeat; background-size:cover; padding:50px 0px;}
.attractions h2{text-align:center;color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    text-transform: uppercase; padding-bottom:30px;}
.attractions .row .col-md-4{margin-bottom:40px;}
	
.reg-block{background-color: #FFF2C5;
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #f5f5f5;
    border-radius: 5px 5px 5px 5px;}


.reg-block h3{padding: 0px 0px 0px 0px;
    color: #58468c;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase; text-align:center; margin:0; line-height:52px;}

.content-margin{margin-top:30px !important;}






/*Registration*/
.registration {background: #f5fbff; padding: 50px 0px; color: #000;}
.registration .table.table-responsive {width: 100%; display: inline-table !important;}
.registration .table.table-responsive tr td{text-align:center; font-weight:700; font-size:17px;}
.btn-style-two {position: relative; padding: 10px 30px; font-size: 16px; line-height: 30px; color: #ffffff; font-weight: 400; text-align: center; background-color: #800d43;   overflow: hidden; border-radius: 10px;}
.theme-btn {position: relative; transition: all 300ms ease; display: inline-block;}


.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:18px;
	text-transform:uppercase;
	line-height:40px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#e1137b;
	display:none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#4c35a9;
}

.abstract{box-shadow:3px 5px 15px 1px; margin-bottom:80px; padding:20px 15px;}
.abstract h4{padding:15px 0px;}
.abstract p{color:#000;}
.abstract ul{margin-left:24px; padding-left:0px;}
.abstract li{list-style:none; padding-bottom:10px; background: url(../images/arrow.jpg) no-repeat;
    list-style: none;
    padding-left: 22px;}
.abstract li:last-child{margin-bottom:15px;}




@media (max-width: 500px) {

.border-right{border-right:none !important; border-bottom:3px solid #FFFFFF;}
.site-header .lower-topbar .logo img, .site-header-style2 .lower-topbar .logo img, .site-header-style3 .lower-topbar .logo img{width:100%; max-width:170px;}
.site-header .lower-topbar h2{font-size:16px; margin-bottom:25px;}
.site-header .upper-topbar p{text-align:center;}
.site-header .lower-topbar-logo{padding-top:15px !important; padding-bottom:0px !important;}
  .team-s2-page .team-s2-grids > .col {
    width: 100%;
  }
  .well{padding:1px 8px !important;}
  .well img{width:90% !important;}
  .site-header .lower-topbar .company-info ul{margin-left:0px !important; padding-left:0px !important;}
  .site-header .lower-topbar .company-info ul li{margin-left:0px !important; padding-left:0px !important;}
  .site-header .lower-topbar .company-info ul li img{width:120px;}
  .site-header .lower-topbar .company-info ul li:first-child{margin-right:8px;}
  .site-header .lower-topbar .company-info ul li:last-child{padding-left: 25% !important; padding-top:22px;}
  .site-header #navbar ul li a{color:#fff; font-size:16px; font-weight:700;}
  .site-header #navbar ul li a:hover{color:#ffee04;}
  
  .theme h4 {
  color: #FFFFFF;
  font-size: 16px !important;
  line-height: 22px;
}
.about-us-section{ background:#d6fbff;}
.msg-block{margin-top:55px;}
.msg-block h2{font-size:30px; top:-23px; line-height:0;}
.msg-block h3{font-size:20px;}
.elementskit-border-divider{margin-top:20px !important;}

.venue img{width:100%;}
.committee .row .col-md-4, .committee .row .col-md-6{margin-bottom:0px !important;}
  .comm-block{min-height: 275px !important;}
  .committee h3{font-size:21px !important;}
  .sci-comm-detail{min-height:150px !important;}
  .sci-comm h3{font-size:17px !important;}
  .sci-comm-detail ul li{font-size:16px !important;}
}

.navbar{min-height:auto;}
/*.navbar-nav{float:right;}*/

.well {
    min-height: 197px;
    padding: 020px;
    margin-bottom: 20px;
    background-color: #f4f0f000;
    border: 0px solid #E91E63;
    font-weight: 600;
    color: #191717;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
}

  .well img {
    width: 170px;
    border-radius: 50%;
	border:3px dotted #282d88; padding:4px; margin-bottom:10px;
}
.well p {color:#282d88; text-align:center;
    line-height: 1.6em;}
.well p span{display:block; color:#000000; font-size:17px;}


.venue {background:#fff; padding:30px 0px 10px;}
.venue h2{color: #006A7A;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    margin: 0px 0px 5px 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.venue h3{color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px; margin-bottom:25px;}


/* Instagram Widget */

.instagram-widget{
	position: relative;
}

.instagram-widget .link-box{
	position: absolute;
	right: 30px;
	top: 27px;
}

.instagram-widget .link-box a{
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-color: #f70068;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*.instagram-widget .link-box a:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.10);
	background-color: #ffffff;
	color: #f70068;
}*/

.instagram-widget .outer{
	position:relative;
	margin: 0px -5px 0;
}

.instagram-widget .outer .image{
	position:relative;
	float:left;
	width:33.3333%;
	padding:0px 4px;
	margin-bottom:10px;
}

.instagram-widget .image img{
	display:block;
	width:100%;	
}

.instagram-widget .image a{
	position: relative;
	display: block;
}

.theme{display:block; text-align:center;}
.theme h4{color:#FFFFFF; font-size:18px; line-height:30px;}
.theme h4 span{ display:block; font-size:15px;}
.border-right{border-right:4px solid #FFFFFF;}

.workshop-home {
    display: block;
    padding-bottom: 20px;
}
.workshop-home{    
    vertical-align: middle;
    box-shadow: #000 4px 4px 16px 1px;
    padding: 5px 2px;
    color: #FFFFFF;
    text-align: center;
    background:#69b3d7;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500; margin-bottom:30px; min-height:356px;
}
.workshop-home h5{display:block; font-size:16px; text-decoration:none; background:#06223e; color:#FFFFFF; padding:10px; font-weight:500;}
.workshop-home p{color:#000000;}

.count-block{background:#BDBB89; padding:15px; border-radius:30px;}

.ekit-wid-con a, .ekit-wid-con b, .ekit-wid-con div, .ekit-wid-con li, .ekit-wid-con ul {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
.elementskit-section-title-wraper.text_left {
    text-align: left;
}
.elementskit-border-divider::after {
    height: 4px;
}
.elementskit-border-divider {
    width: 100px;
}
.elementskit-border-divider {
    left: 0;
}
.elementskit-border-divider {
    height: 4px;
    width: 125px;
    background: #2575fc;
    border-radius: 2px;
    position: relative;
    margin-left:35px; margin-top:45px;
}
.elementskit-border-divider::after {
    content: "";
    position: absolute;
    color: #0c5adb;
    left: -27px;
    top: 0;
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #0c5adb;
    -webkit-box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
    box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
}

.msg-org-chair{position: relative; background:url(../images/material/bg2.jpg) no-repeat; background-attachment: fixed; background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover; padding:50px 0px;}
	
.msg-org-chair:after { background:url(../images/material/devider.jpg) no-repeat; background-size:100%; padding-bottom:0px;
content: "";
    height: 30px;
    width: 100%;
    position: absolute;
    bottom:-4px;
}

.chair-msg.mt-40{margin-top:40px;}

.chair-msg h4{color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;}	
	
.chair-msg h2{color: #F95900;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    margin: 0px 0px 25px 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;}
	
.chair-msg p{display:inline-block; color:#000000;}
.chair-msg img { width:150px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}
.chair-msg p img.a-left{float:left; display:inline; padding:0 20px 0 0;}
	
	.dates-block{background-color: #033563; min-height:400px;}
	.imp-dates h3{color: #ffffff; background:#bb4707;
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px; border-top-left-radius:30px; border-top-right-radius:30px; text-align:center; padding:20px 0px; margin-bottom:0px;}

.news-alerts {
    width: 100%;
    height: auto;
    padding: 15px;
    overflow: hidden;
}	
	.news-alerts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.news-alerts ul li {
    display: block !important;
    line-height: 20px;
    margin-bottom: 7px;
    padding: 6px 0px;
    font-weight: 400;
    font-size: 16px;
    list-style: none;
    color: #fff;
    text-decoration: none;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    border-bottom: 2px solid #FF9900;
}

.committee{padding:40px 0px;}	
.committee .row .col-md-4, .committee .row .col-md-6{margin-bottom:30px;}
.comm-block{ display:block; text-align:center; min-height: 300px; transition: all .4s ease;}

.comm-block img{max-width:100%; width:250px;}
.comm-block h4{font-family: "Poppins", Sans-serif;
    font-size: 17px;
    text-transform: uppercase; color:#000000;}
.comm-block h6{margin: 10px 10px 10px 10px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    text-transform: uppercase; color:#333333; font-weight:500;}
	
.comm-block:hover h4{color:#2575fc;}
	
	.hover-border-bottom::before{height:5px;}
.committee h3 {
    text-align: center;
    color: #b63c1b;
    background: #b63c1b;
    height: 3px;
    padding: 0;
    margin-bottom: 50px;
    font-size: 25px;
}
.committee h3 span {
    background: #b63c1b;
    padding: 5px 15px;
    color: #fff;
}
.committee .team-block h5 {
    background: #01a6b7;
    color: #000;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    padding: 10px 2px;
    margin-bottom: 15px;
    font-size: 18px; text-transform:uppercase;
}

.sci-comm-detail{background-color: #033563; min-height:290px;}
.sci-comm-detail.fin-comm{min-height:445px;}
.sci-comm-detail.ven-comm{min-height:315px;}

.sci-comm h3{color: #ffffff; background:#bb4707;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 700;
  text-transform: uppercase; border-top-left-radius:30px; border-top-right-radius:30px; text-align:center; padding:20px 0px 38px; margin-bottom:0px;}
  
 .sci-comm-detail ul{display:block; padding-top:20px;}
.sci-comm-detail ul li{list-style:disc; color:#FFFFFF; padding-bottom:7px; margin-left:50px; text-transform:uppercase; font-size:18px;}

.program{padding:50px 0px;}