
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700|Roboto+Slab:400,700");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-family: "Lato", sans-serif;
  background-color: #fff;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.logo img{width:100%;}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #000;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", 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;
  }
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}

.fancybox-wrap {
  z-index: 99999;
}





.box-layout .page-wrapper {
  background: #fff;
}

@media screen and (min-width: 1200px) {
  .box-layout .page-wrapper {
    width: 1200px !important;
    margin: 0 auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .box-layout {
    background: url("../images/body-bg.jpg") center center/cover no-repeat fixed;
  }
}

.section-title {
  text-align: center;
  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-family: "Roboto Slab", serif;
  font-size: 33px;
  line-height: 0.8em;
  color: #06223e;
  margin: 0 0 0.45em;
  padding-bottom: 0.71em;
  position: relative;
  text-transform: capitalize;
}

@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: #06223e;
  background: -webkit-linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
  background: -moz-linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
  background: -o-linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
  background: -ms-linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
  background: linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
  width: 105px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -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;
  }
}




.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}

.preloader > div {
  width: 58px;
  height: 40px;
  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%);
}

.preloader > div > span {
  background-color: #193775;
  display: block;
  width: 10px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: perloaderAnimation 0.5s infinite ease-in-out alternate;
  animation: perloaderAnimation 0.5s infinite ease-in-out alternate;
}

.preloader div > span:first-child {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader div > span:nth-child(2) {
  left: 12px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader div > span:nth-child(3) {
  left: 24px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader div > span:nth-child(4) {
  left: 36px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader div > span:nth-child(5) {
  left: 48px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes perloaderAnimation {
  from {
    height: 5px;
  }
  to {
    height: 40px;
  }
}

@keyframes perloaderAnimation {
  from {
    height: 5px;
  }
  to {
    height: 40px;
  }
}



/*** 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;
}




.toggle-switcherbox {
  left: 0;
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header, .site-header-style2, .site-header-style3 { border-bottom:3px solid #2f337e;
  /*** 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: #152029;
  padding: 25px 0;
  /*** contact info ***/
  /*** login language ***/
  /*** language select style ***/
}

@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;
}

@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-color: #fff;
}

@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: 25px;
  }
  .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;
}
.site-header .lower-topbar .company-info li img{border:1px solid #8224b6;}

@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 15px;
  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; text-align:center;
}
.site-header #navbar > ul li, .site-header-style2 #navbar > ul li, .site-header-style3 #navbar > ul li{
    float: none;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
 
}


.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:700;
  padding: 15px 6px;
  text-transform: none; font-size:15px;
}

.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: #f65bb6;
  }
}

.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: #193775;
    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: #152d60;
    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: 6px;
    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: #fff;
  }
  .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{text-align:left; display:block !important; width:100%; }
  .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: none;
  }
}

/*** 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;
  }
  .site-header #navbar > ul li, .site-header-style2 #navbar > ul li, .site-header-style3 #navbar > ul li{text-align:left; display:block; width:100%; }
}

@media screen and (min-width: 992px) {
.site-header #navbar > ul li, .site-header-style2 #navbar > ul li, .site-header-style3 #navbar > ul li{text-align:left; display:block; width:100%; }
  .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;
  }
  .site-header #navbar > ul li, .site-header-style2 #navbar > ul li, .site-header-style3 #navbar > ul li{text-align:left; display:inline-block; width:auto;}
 
}

@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;
  }
  
  
  
}
@media screen and (max-width: 1280px) {
.site-header #navbar > ul li, .site-header-style2 #navbar > ul li, .site-header-style3 #navbar > ul li{text-align:left; display:inline-block; width:auto;}
.site-header #navbar > ul > li > a, .site-header-style2 #navbar > ul > li > a, .site-header-style3 #navbar > ul > li > a {
  color: #fff; font-weight:700;
  padding: 15px 5px; font-size:14px;
  text-transform: none;
}
}

.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-color: #4b55a1;
    color: #fff;
    padding: 50px 0 0;
    position: relative;
    background-attachment: fixed;
}


#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 section{padding:0px !important; background:#2f337e; margin-top:20px;}
.footer-bot h4{color:#FFFFFF; text-align:left; font-size: 16px; line-height: 24px; font-weight:500;}
.footer-bot h5{color:#FFFFFF; text-align:right; font-size: 16px; line-height: 24px; font-weight:500;}
.footer-bot h5 a{color:#FFFFFF;}
.footer-bot a:hover{color:#ffed00;}

/*-- Footer logo */

.footer-logo{
    margin: 30px 0;
}


/*Home Footer*/
.sub-foot {
	text-align:left;
    color: #ffffff;
    /* background-color: #242424; */
}
.sub-foot .fa{position: absolute;
    margin-left: -30px;
    font-weight: 900;
    color: #da612a;
    }


.sub-foot01 {  
    width: 88%;
    color: #ffffff;
    /* background-color: #242424; */
}
.sub-foot h3 { font-size:17px; text-transform:uppercase;   
    width: 100%;
    padding-bottom: 10px;
}
.name-hilight {
    color: #ffed00;
}
.sub-foot p { float: left; width: 100%; line-height: 27px; font-size: 15px; color:#FFFFFF;}
.sub-foot p a, .sub-foot h3, .sub-foot01 h3 { color: rgb(255, 255, 255); }
.sub-foot p a:hover { color:#ffed00; /*color: rgb(182, 32, 41);*/ }



/*--------------------------------------------------------------
#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/bg-tour.png) no-repeat; background-size:100% 100%;}
.msg-block{    box-shadow: #ccc 3px 5px 25px 1px;/**/
    padding: 25px; background:rgba(255, 255, 255, 0.6);
}
.msg-block p {/*font-family:'Satisfy', cursive;*/ font-size:18px; color:#000000; text-align:justify;}
.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;}


.about-us-section:after {background:url(../images/blue-grid.png) no-repeat; background-size:100%; padding-bottom:50px;
content: "";
    height: 55px;
    width: 100%;
    position: absolute;
    bottom:0;
}


@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%);
}


/*--------------------------------------------------------------
#	home style 2
--------------------------------------------------------------*/





/*# sourceMappingURL=style.css.map */

/*DATE Modify 27Jan2022
.about-block img {display:block; float:left; margin:0px 0px 10px; border:2px solid #282d88; padding:2px; border-radius:12px 15px 25px; width:259px;}*/

.about-block p{text-align:justify;}
.about-block p strong{color:#2f337e;}
.content-margin{margin-top:30px !important;}
.about-block h4{ text-align:center; font-size:30px; background:#2f337e; color:#FFFFFF; border-radius:12px; padding:10px; margin-bottom:30px;}

.about-block .a-left{float:left; margin-right:30px;}
.about-block .a-right{float:right; margin-left:30px;}

.attractions img {display:inline-block; width:100%; border:2px solid #282d88; padding:2px; border-radius:12px 15px 25px;}
.attractions .row{margin-bottom:70px;}
.attractions .row.grey{background:#f9f6f5; padding:40px 0px;}
/*.about-block.about-block1{background:#7ed7f7; display:inline-table; padding:10px 15px; border-bottom-right-radius:120px; border-top-left-radius:50px;}
.about-block.about-block2{background:#bcebfd; display:inline-table; padding:10px 15px; border-bottom-right-radius:50px; border-top-left-radius:80px;}

.attractions{background:url(../images/material/bg-tour.png) no-repeat; background-size:100% 100%;}*/


.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;
}




@media (max-width: 500px) {
  .team-s2-page .team-s2-grids > .col {
    width: 100%;
  }
  
  .site-header .lower-topbar .logo img{max-width:250px !important;}
  
  .well{padding:20px 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:30px; margin-right:5px;}
  .site-header .lower-topbar .company-info ul li:first-child{margin-right:0px;}

.site-header #navbar > ul li, .site-header-style2 #navbar > ul li, .site-header-style3 #navbar > ul li{text-align:left; display:block; width:100%;}
 .site-header #navbar > ul li li, .site-header-style2 #navbar > ul li li, .site-header-style3 #navbar > ul li li{padding-left:0px;}
 .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 23px;}
 
 
  .site-header #navbar ul li a{color:#fff; font-size:16px; font-weight:700; text-align:left;}
  .site-header #navbar > ul > li > ul a{background:#0099FF;}
  .site-header #navbar ul li a:hover{color:#f65bb6;}
  .site-header #navbar ul li li a:hover{color:#fff; background:#f65bb6;}
  .navbar-nav{float:none !important;}
  .site-header #navbar ul li .fa{display:none;}
  
  .banner .container-fluid{padding-left:0px; padding-right:0px;}
  
  .banner-text h3{font-size:22px;}
  .banner-text h4 span {padding: 5px 12px; font-size:18px;}
  .countdown-block h2{margin-top:50px;}
  
  .collab-block img{display:block; width:100%; margin:0 !important;}
  
}

.navbar-nav{float:none;}

/* New Style Updated*/
/*.banner .container-fluid{padding-left:0px;}
.banner-text {text-align:center; padding:50px 10px;}
.banner-text h2{color:#e4097f; text-transform:uppercase; font-size:44px; font-style:italic; margin:0px; line-height:40px; font-family: 'Roboto Condensed', sans-serif; text-shadow: 2px 1px #8224b6;}
.banner-text h3{color:#393186; font-size:30px; padding-bottom:15px;}
.banner-text h4{display:block; line-height:40px; padding-bottom:15px;}
.banner-text h4 span{color:#fff; background:#e4097f; font-size:20px; padding:5px 15px; border-radius:20px;}
.banner-text h5{display:block; line-height:40px;}
.banner-text h5 span{color:#fff; background:#393186; font-size:18px; padding:7px 25px; border-radius:20px;}*/

.banner-text{padding-top:50px;}
.banner-text ul {display:block; margin:0px;}
.banner-text ul li{color:#000000; line-height:40px; background:url(../images/arrow.png) no-repeat left; padding-left:20px;}
.banner-text ul li a{color:#000000;}
.banner-text ul li a:hover{color:#9030c5;}
.block1{background:#6091e1; padding:15px 12px; border-radius:10px; border-bottom-right-radius:50px; border:4px solid #6091e1;}
.block1:hover{/*background:#6666CC;*/ background:#fff; padding:15px 20px; border-radius:10px; border-bottom-right-radius:50px; border:4px solid #6091e1;}

.block2{background:#84def8; padding:15px 12px; border-radius:10px; border-bottom-right-radius:50px; border:4px solid #84def8;}
.block2:hover{/*background:#6666CC;*/ background:#fff; padding:15px 12px; border-radius:10px; border-bottom-right-radius:50px; border:4px solid #84def8;}

.block1-first{margin-top:50px; background:#fff url(../images/reg-bg.jpg) repeat-x; border:-radius:10px;}
.block1-first h4{text-align:center; font-size:30px;  padding:13px 0px;}

.block2-first{background:#3d84a0; padding:20px; margin-top:40px; box-shadow:3px 5px 16px 1px; border-radius:10px;}
.block2-first h4{text-align:center;}

.block2-second{background:#6961be; padding:20px; margin-top:40px; box-shadow:3px 5px 16px 1px; border-radius:10px;}
.block2-second h4{text-align:center;}


.countdown-block{padding:70px 0px; background:url(../images/ERA-BG.jpg) center; background-size:cover;}
.gap-50{padding-top:50px;}
.countdown-block h4{text-align:left; padding-left:30px;}

ul.venue-block{display:block; text-align:left; margin-left:40px;}
ul.venue-block li{list-style:disc; text-align:left; color:#000000; line-height:30px;}


a.era-block{text-decoration:none;}
.era-block{box-shadow:#ccc 3px 5px 15px 1px; padding:5px; rotate:-15deg;}
.era-block img{width:100%;}
.era-block h3{text-align:center; text-decoration:none; color:#FFFFFF;}
.era-block p{text-align:center; text-decoration:none; color:#FFFFFF;}

.blink {text-decoration:none;}
.blink, .blink a{
		text-decoration:none;
		color: #fff;
		animation: blink 2.95s linear infinite;
		-webkit-animation: blink 2.95s linear infinite;
	}
@keyframes blink{
0%{ background:#FF6600;}
50%{ background:#FF6600;}
51%{background:#003399;}
100%{background:#003399;}
}
@-webkit-keyframes blink{
0%{background:#003399;}
50%{background:#FF6600;}
}

.countdown-block .deadline{display:block; white-space:normal; overflow:hidden; text-align:center; background:#9c21cb; margin-top:40px; padding:10px; border-radius:20px;}
.countdown-block .deadline h4{font-size:16px; text-align:center; padding:10px 0px; color:#FFFFFF;}
.countdown-block .deadline p{font-size:16px; text-align:center; color:#FFFFFF;}


.host-city{padding:70px 0px;}
.city-block p {
    text-align: justify;
    font-size: 16px;
    color: #000;
}


.well {
    min-height: 197px;
    padding: 20px;
    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: 200px;
    border-radius: 50%;
    border: 3px dotted #282d88;
    padding: 4px;
    margin-bottom: 1rem;
}
.well p {
    color: #282d88;
    text-align: center;
    line-height: 1.6em;
}
.well p span {
    display: block;
    color: #000000;
    font-size: 17px;
}

.about-block p{color:#000000;}


.collab-block{display:inline-block; width:100%; margin-top:50px;text-align:center;  box-shadow:#666 3px 5px 15px 1px;}
.collab-block h4{padding-top:6%;}
.collab-block h4, .collab-block p{text-align:center;}

.membership-isrnm h5{font-size:16px; line-height:40px;}
.membership-isrnm p{color:#000000;}
.membership-isrnm ul{display:block;}
.membership-isrnm ul li{color:#000000; background:url(../images/arrow.png) no-repeat left center; padding-left:20px; padding-bottom:7px;}
.membership-isrnm ul li a{color:#000000;}
.membership-isrnm ul li:last-child{margin-bottom:15px;}

.era{margin:50px 0px 10px;}
.era h2{text-align:center;}



