/****************
CSS Table of contents
:::::::::::::::::::::
1. Global styles
2. Header styles
3. slider one styles
4. welcome message
5. service widget
6. About us section
7. Video box
8. Portfolio styles
9. why choose section
10. Counter box
11. Why choose section
12. cta section
13. Testimonials slider
14. Blog section
15. partner carousel
16. Footer styles
17. home 2 styles
18. Service styles
19. Line progress
20. Responsive styles
*************/
/* 1. Global styles  */
html {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
body {
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
.fpara {
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
.site-wrapper {
  position: relative;
  overflow: hidden;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
bold { font-weight: 800 }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 3px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.hidden,
[hidden] {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " ("attr(href) ")";
  }
  abbr[title]::after {
    content: " ("attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
p { text-align: justify; }
/* 2. Header styles  */
.header-top {
  background: #777777;
  color: #f7f7f7;
  padding: 0;
  line-height: 1;
}
.htc-block span {
  font-weight: 800
  
}
.htc-block {
    padding: 10px 28px;
    border-right: 1px solid #283448;
}
.htc-block:first-child {
  padding-left: 0;
}
.htc-block:last-child {
  border-right: 0px solid #283448;
}
.hts-block ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.hts-block ul li {
  padding: 12px;
  font-size: 14px;
  color: #fff;
}
.hts-block ul li a,
.hts-block ul li a:visited {
  font-size: 14px;
  color: #fff;
}
.hts-block ul li a:hover {
 text-decoration: underline;  color: #064827;
}
/* menu  */
.header-logo { text-align: center; }
.logo-wrap {  padding: 10px; }
.header-menu {
  margin-left: auto;
}
.navigation-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.navigation-menu>li>a {
    display: block;
    text-decoration: none;
    color: #e21d24;
    font-size: 16px;
    font-weight: 600;
    padding: 19px 12px;
    position: relative;
    text-transform: uppercase;
}
ul.header-navigation-menu {
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 991.98px) {
ul.header-navigation-menu>li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  min-height: 60px;
}
}
ul.header-navigation-menu a {
  text-decoration: none;
  font-size: 16px;
}
ul.header-navigation-menu li a:hover {
    color: black !important;
}

.header-navigation-menu .active a {
  color: #064827;
}
@media (max-width: 1199.98px) {
  ul.header-navigation-menu>li>a {
    padding-left: 7px;
    padding-right: 7px;
  }
  
}
@media (max-width: 1399.98px) {
 /* .header-contact-search{
    display: none !important;
  }*/
  /*.header-style-2 .header-menu {
    margin-left: auto !important;
}*/
ul.header-navigation-menu li a:hover {
    color: black !important;
}
}
.menu-item-has-children>a {
  position: relative;
}
ul.header-navigation-menu>li:last-child>a:before {
  display: none;
}
ul.header-navigation-menu>li:hover>a,
ul.header-navigation-menu>li:active>a,
ul.header-navigation-menu>li:focus>a,
ul.header-navigation-menu>li.current_page_parent>a {
  color: #81bfa1;
}
ul.header-navigation-menu>li:hover>a .menu-arrow,
ul.header-navigation-menu>li:active>a .menu-arrow,
ul.header-navigation-menu>li:focus>a .menu-arrow,
ul.header-navigation-menu>li.current_page_parent>a .menu-arrow {
  bottom: -7px;
  opacity: 1;
}
ul.header-navigation-menu>li>.submenu-inner {
  border: 1px solid #F7EAE8;
}

/*ul.header-navigation-menu>li>.submenu-inner.full-view {
  
}*/

.menu-header { background: #FFFFFF; }

ul.header-navigation-menu>li .submenu-inner {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
ul.header-navigation-menu>li .submenu-inner,
ul.header-navigation-menu>li ul.submenu-inner {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  top: 100%;
  z-index: 99;
  margin-top: -1px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-width: 250px;
  padding: 5px 20px;
  background: #fff;
  list-style-type: none;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
ul.header-navigation-menu>li .submenu-inner.last,
ul.header-navigation-menu>li ul.submenu-inner.last { right: calc(100% + 20px); left: auto !important; }

ul.header-navigation-menu>li .submenu-inner.main-last,
ul.header-navigation-menu>li ul.submenu-inner.main-last { right: calc(0% + 0px); left: auto !important; }

ul.header-navigation-menu>li .submenu-inner li,
ul.header-navigation-menu>li ul.submenu-inner li {
  background: transparent;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #F7EAE8;
  padding: 5px 0;
}
.submenu-inner>li>ul>li:last-child {
  border-bottom: 0px solid #F7EAE8 !important;
}
.megamenu-wrap-inner>li {
  border-bottom: 0px solid #F7EAE8 !important;
}
@media (max-width: 991.98px) {
  ul.header-navigation-menu>li .submenu-inner li,
  ul.header-navigation-menu>li ul.submenu-inner li {
    border-bottom: 0;
    width: 90%;
  }
}


.megamenu-wrap-inner li:last-child {
  border-bottom: none;
}
ul.header-navigation-menu>li .submenu-inner:not(.megamenu-wrap-inner) li:last-child,
ul.header-navigation-menu>li ul.submenu-inner:not(.megamenu-wrap-inner) li:last-child {
  border-bottom: none;
}
ul.header-navigation-menu>li .submenu-inner li a,
ul.header-navigation-menu>li ul.submenu-inner li a {
    display: block;
    line-height: 1.4;
    padding: 3px 0;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
  color: #35373a;
}
ul.header-navigation-menu>li .submenu-inner li a .caret,
ul.header-navigation-menu>li ul.submenu-inner li a .caret {
  top: 16px;
  position: absolute;
  right: 0;
  height: 8px;
  width: 10px;
  display: inline-block;
}
ul.header-navigation-menu>li .submenu-inner li a .caret:after,
ul.header-navigation-menu>li ul.submenu-inner li a .caret:after {
  content: '\f129';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
  font-family: Flaticon;
  line-height: 1;
  font-size: 12px;
}
ul.header-navigation-menu>li .submenu-inner li a:hover,
ul.header-navigation-menu>li .submenu-inner li a:focus,
ul.header-navigation-menu>li .submenu-inner li a:active,
ul.header-navigation-menu>li ul.submenu-inner li a:hover,
ul.header-navigation-menu>li ul.submenu-inner li a:focus,
ul.header-navigation-menu>li ul.submenu-inner li a:active {
   color: #e21d24;
}
ul.header-navigation-menu>li .submenu-inner li ul.submenu-inner,
ul.header-navigation-menu>li ul.submenu-inner li ul.submenu-inner {
  position: absolute;
  left: calc(100% + 20px);
  top: 0;
  border-top:2px solid #064827;
}
ul.header-navigation-menu>li .submenu-inner li:hover>ul.submenu-inner,
ul.header-navigation-menu>li ul.submenu-inner li:hover>ul.submenu-inner {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
ul.header-navigation-menu>li:hover>.submenu-inner {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
@media (max-width: 1600px) {
  ul.header-navigation-menu>li:last-child ul.submenu-inner li ul.submenu-inner,
  ul.header-navigation-menu>li:nth-last-child(2) ul.submenu-inner li ul.submenu-inner {
    right: 100%;
    left: auto;
  }
}
ul.header-navigation-menu>li.megamenu-parent {
  position: static !important;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner {
  width: 100%;
  max-width: 1170px;
  left: 0;
  background: #fff;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.megamenu-wrap-inner>li>a {
  font-size: 18px !important;
  font-weight: 600;
  color: #000 !important;
}
.megamenu-wrap-inner>li>a::after {
  content: none;
}
.megamenu-wrap-inner>li>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.megamenu-wrap-inner>li {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
@media (max-width: 991.98px) {
  ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li>a {
    margin-top: 6px;
  }
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li>a .caret {
  margin-left: 5px;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner {
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  position: static;
  padding: 0;
  min-width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li {
  list-style: none;
  border: none;
  padding: 0;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li:last-child {
  border: none;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li.menu-item-has-children>a {
  font-weight: 600;
}
ul.header-navigation-menu>li.megamenu-parent .megamenu-wrap-inner ul.megamenu-sub>li .submenu-inner li .submenu-inner {
  padding-left: 20px !important;
  display: block;
}
ul.header-navigation-menu>li.megamenu-parent:hover .megamenu-wrap-inner {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.offcanvas-content {
  position: fixed;
  left: -250px;
  width: 100%;
  max-width: 85%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.offcanvas-content a {
  color: #e21d24;
}
.offcanvas-content a:hover {
  color: #2c85ff;
}
.offcanvas-content .close-canvas {
  background: #e21d24;
  position: absolute;
  left: 100%;
  top: 20px;
  z-index: 999;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #064827;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
}
.offcanvas-content .close-canvas a {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #fff;
}
.offcanvas-content .close-canvas a:hover {
  cursor: pointer;
  color: #2c85ff;
}
.offcanvas-content .instagram-pics>li {
  width: 33.333% !important;
  overflow: hidden;
  padding: 10px !important;
}
.offcanvas-content .instagram-pics>li a {
  padding: 0 !important;
}
.offcanvas-content .wp-sidebar .widget {
  padding-top: 20px;
  margin-bottom: 10px;
}
.offcanvas-content .wp-sidebar .widget:last-child {
  border-bottom: 0;
}
.offcanvas-content .wp-sidebar .widget .widget-title {
  color: #fff;
  text-align: center;
}
.offcanvas-content .wp-sidebar .widget .widget-title span {
  font-size: 18px;
  color: #3F3836;
}
.offcanvas-content .wp-sidebar .widget .widget-title:before {
  left: 50%;
  margin-left: -40px;
}
.offcanvas-content .wp-sidebar .widget .widget-title:after {
  left: 50%;
  margin-left: -25px;
}
.offcanvas-content .wp-sidebar {
  overflow-x: hidden;
  height: 100%;
  padding: 20px;
}
.offcanvas-content #mobile-menu {
  padding: 0;
}
.offcanvas-content #mobile-menu ul.mobile-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li {
  position: relative !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  padding: 0;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li>.submenu-inner {
  padding-bottom: 15px !important;
  -webkit-transition: 0s;
  transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li a {
  padding: 12px 0 12px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  color: #19203f;
  position: relative;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li a .caret {
  display: none;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li a:after {
  display: none;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li a:hover {
  color: #2c85ff;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret::after {
  border: none;
  position: absolute;
  top: 20px;
  margin-top: -10px;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 9;
  color: #002e5b;
  content: "\f107";
  font-family: 'Fontawesome';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  margin-left: 7px;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children .caret:hover {
  cursor: pointer;
  color: #064827;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li.menu-item-has-children.menu-active .caret::after {
  border: none;
  position: absolute;
  top: 20px;
  margin-top: -10px;
  right: 0;
  width: 30px;
  height: 30px;
  z-index: 9;
  color: #064827;
  content: "\f106";
  font-family: 'Fontawesome';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  margin-left: 7px;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li>a {
  display: block;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li>ul {
  display: none;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner {
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
  background: none;
  left: auto;
  top: auto;
  padding: 0;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:before,
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:after,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:before,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:after {
  content: " ";
  display: table;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner:after,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner:after {
  clear: both;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner .caret,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner .caret {
  display: none;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner li a,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner li a {
  padding: 8px 0;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner ul,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner ul {
  width: 100%;
  padding-left: 15px;
  display: block !important;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner ul>li,
.offcanvas-content #mobile-menu ul.mobile-menu>li div.submenu-inner ul>li {
  padding: 0;
  display: block;
  width: 100%;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li ul.submenu-inner {
    padding-left: 5px;
}
.offcanvas-content.open {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.megamenu-parent .megamenu-wrap-inner {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.megamenu-parent .widget {
  text-align: left;
  color: #3f3836;
}
.megamenu-parent .widget .widget-title,
.megamenu-parent .widget .widgettitle {
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
  border: none;
}
.megamenu-parent .widget ul {
  list-style: none;
  padding: 0;
}
.megamenu-parent .widget.widget-html ul li {
  line-height: 32px;
  padding: 5px 0;
}
.megamenu-parent .widget.widget-html ul li strong {
  color: #2c85ff;
  font-weight: 600;
}
.megamenu-parent .widget .product-block {
  margin-bottom: 10px;
}
#mobile-header-expander .hamburger-menu {
  position: relative;
  display: block;
  width: 28px;
  height: 25px;
}
#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-1 {
  top: 0;
  width: 15px;
}
#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-2 {
  top: 0;
  right: 0;
  left: auto;
  width: 10px;
}
#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-3 {
  top: 12px;
  width: 100%;
}
#mobile-header-expander .hamburger-menu .hamburger-menu-line.hamburger-menu-line-4 {
  bottom: 0;
  width: 100%;
}
#mobile-header-expander:hover .hamburger-menu .hamburger-menu-line.hamburger-menu-line-1 {
  width: 10px;
}
#mobile-header-expander:hover .hamburger-menu .hamburger-menu-line.hamburger-menu-line-2 {
  width: 25px;
}
#mobile-header-expander .hamburger-menu .hamburger-menu-line {
  position: absolute;
  left: 0;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/* 3. slider one styles  */
.slider-one-slide {
  min-height: 50vh;
  position: relative;
}
.slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  /*z-index: -1;*/
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
/*  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);*/
}
.swiper-slide-active {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 7000ms linear;
  -moz-transition: all 7000ms linear;
  -ms-transition: all 7000ms linear;
  -o-transition: all 7000ms linear;
  transition: all 7000ms linear;
}
.slider-one-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 0;
}
.container-full {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.slider-widget {
  overflow-x: hidden;
}
.slider-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: table;
}
.slider-content {
  padding: 350px 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
.slide-intro {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: #fff;
  z-index: 1;
  position: relative;
  display: inline-block;
  background-color: #001b0e;
  opacity: .75;
  padding: 18px 45px;
  margin-bottom: 40px;
}
.slide-intro span {
  z-index: 1;
  position: relative;
}
.slide-intro span::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 1px;
  background-color: #3a9ce8;
}
.slide-intro span::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 1px;
  background-color: #3a9ce8;
}
.slide-heading {
  font-size: 120px;
  line-height: 100px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.theme-btn {
  position: relative;
  display: inline-block;
  text-align: center;
background-color: rgba(226, 29, 36, 0.85); /* 85% opacity */
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 25px 30px;
  z-index: 3;
  word-wrap: none;
  white-space: nowrap;
}
.theme-btn::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background: #e21d24;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.black-btn {
  background: #001b0e;
}
.black-btn::before {
  background: #1d283c;
}
.theme-btn:hover {
  color: #fff;
  text-decoration: none;
}
.theme-btn:hover::before {
  width: 100%;
}
.header-style-1 {
  z-index: 99;
  width: 100%;
}
.menu-button .theme-btn {
  padding: 20px 40px;
}
.header-search-btn {
  margin-left: auto;
  padding-left: 20px;
  border-left: 1px solid #e2e2e2;
}
.search-btn {
  line-height: 60px;
  color: #fff;
  margin-right: 20px;
  cursor: pointer;
}
.header-content {
  min-height: 90px;
  padding: 0px;
  /*border-bottom: 1px solid #354156;*/
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.swiper-button-next {
  width: 50px;
  height: 70px;
  background: #fff;
  right: 0;
  opacity: 1;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.swiper-button-prev {
  width: 50px;
  height: 70px;
  background: #fff;
  left: 0;
  opacity: 1;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 22px;
  color: #001b0e;
}
.slide-intro,
.slide-heading,
.slider-button,
.slide-descriptions {
  opacity: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
}
.swiper-slide-active .slide-intro {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
.swiper-slide-active .slide-heading {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.swiper-slide-active .slide-descriptions {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.swiper-slide-active .slider-button {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transition-delay: 1700ms;
  -moz-transition-delay: 1700ms;
  -ms-transition-delay: 1700ms;
  -o-transition-delay: 1700ms;
  transition-delay: 1700ms;
}
.full-bar-search-wrap {
  position: fixed;
  top: 0;
  left: 0;
  background: #e21d24;
  height: 100%;
  width: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}
.full-bar-search-wrap.search-show {
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.close-search::before {
  font-family: Flaticon;
  font-style: normal;
  font-weight: 300;
  content: "\f150";
  font-size: 13px;
  color: #fff;
  position: absolute;
  right: 7px;
  top: 9px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #898989;
  border-radius: 50%;
}
.search-form-group {
  position: relative;
}
.full-bar-search-wrap .form-control {
  height: 100%;
  min-height: 60px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  background: transparent;
  border: none;
}
.search-form-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 650px;
  height: 70px;
  line-height: 70px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -khtml-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.search-form-wrapper .search-form {
  position: relative;
}
.close.search-btn {
  z-index: 99;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: transparent;
}
.search-form-group {
  border-bottom: 1px solid #fff;
}
.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  color: #fff;
  display: block;
  padding: 0px;
  line-height: 1;
  height: 60px;
}
.search-submit:focus,
.search-form-group .form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.close-search {
  position: absolute;
  right: 50px;
  left: auto;
  top: 50px;
  color: #fff;
  cursor: pointer;
  width: 60px;
  margin-left: -25px;
}
.close-search:hover::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* 4. welcome message  */
.welcome-widget {
  background: #e21d24;
  /*padding: 48px 0;*/
  position: relative;
  color: #fff;
}
.welcome-widget::before {
  content: '';
  background: url(../img/welcome-bg.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*.welcome-widget::after {
  content: '';
  position: absolute;
  left: -webkit-calc((100% - 1180px)/2);
  left: calc((100% - 1180px)/2);
  bottom: -40px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 110px 0 0;
  border-color: #064827 transparent transparent transparent;
}*/
.welcome-intro {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.welcome-heading {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.welcome-desc {
  font-size: 18px;
  line-height: 34px;
}
/* 5. service widget  */
.services-section {
  padding: 100px 0;
  background: #edf0f5;
  background-attachment: fixed;
}
.data-background {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.sw-icon {
  font-size: 65px;
  color: #064827;
  line-height: 1;
}
.service-widget {
  padding: 40px 25px;
  background: #fff;
  min-height: 275px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
}
.service-widget::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 5px;
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #777777;
  -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.service-widget:hover::before {
  background: #064827;
}
.sw-count {
  color: #edf0f5;
  font-size: 50px;
  position: absolute;
  right: 0;
  margin-right: 50px;
  font-weight: 100;
  line-height: 1;
}
.sw-title {
  margin: 10px auto 30px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding: 0 35px 0 0;
  text-transform: uppercase;
}
.sw-content {
  font-size: 18px;
  line-height: 32px;
  color: #7b8391;
  font-weight: 500;
  margin-bottom: 30px;
}
.btn-grey {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #edf0f5;
  color: #7b8391;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 30px;
  z-index: 3;
}
.btn-grey::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  background: #e1e5ea;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-grey:hover::before {
  width: 100%;
  background: #e21d24;
}
.btn-grey:hover {
  text-decoration: none;
  color: #fff;
  background: #064827;
}
/* 6. About us section  */
.about-widget {
  position: relative;
  /*margin-bottom:30px;*/
}
.about-focus {
  background: #e21d24;
  color: #fff;
  padding: 40px 60px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
  position: absolute;
  top: 60px;
  left: -130px;
  max-width: 220px;
}
.about-image-box {
  margin-top: 80px;
  position: relative;
}
.foucs-icon {
  font-size: 60px;
  line-height: 1;
}
.ex-year {
  font-size: 40px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}
.ex-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.about-img-2 {
  position: absolute;
  margin-bottom: -110px;
  max-width: calc(100% - 240px);
  width: calc(100% - 240px);
  bottom: 0;
  left: 60px;
}
.about-img-2 img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
/*.about-content {*/
/*  background: #fff;*/
/*    margin-left: -180px;*/
/*    margin-top: 50px;*/
/*    border: 1px solid #ddd;*/
/*    padding: 100px 0px 100px 100px;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    -webkit-border-radius: 7px;*/
/*    -moz-border-radius: 7px;*/
/*    border-radius: 7px;*/
/*}*/
/*.about-content::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 100%;*/
/*  top: 0;*/
/*  margin-left: -1px;*/
/*  width: 2000px;*/
/*  height: 100%;*/
/*  background: #ffffff;*/
/*}*/
.section-intro {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #064827;
    text-transform: uppercase;
}
table {
    margin: 40px 0;
}
.section-title {
    font-size: 29px;
    line-height: 1.2;
    color: #001b0e;
    font-weight: 700;
    margin: 5px auto 15px;
    text-transform: uppercase;
}
.section-sub-title { 
  font-size: 30px;
  line-height: 1.2;
  color: #001b0e;
  font-weight: 700;
  margin: 5px auto 15px; 
}

.section-sub-title a { color: #001b0e }
.section-secondary-title { 
  font-size: 22px;
  line-height: 1.2;
  color: #001b0e;
  font-weight: 700;
  margin: 5px auto 15px; 
 }
.about-info {
  font-size: 18px;
  line-height: 34px;
  color: #7b8391;
  font-weight: 500;
  padding-left: 20px;
  border-left: 2px solid #064827;
}
.af-icon {
  font-size: 60px;
  line-height: 1;
  color: #064827;
  margin-right: 20px;
}
.af-title {
  color: #001b0e;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.about-features {
  padding: 40px 0;
  border-top: 1px solid #d9dfe9;
  border-bottom: 1px solid #d9dfe9;
}
.mt-50 {
  margin-top: 50px;
}
.about-shape-1 {
  position: absolute;
  left: 0;
}
.about-shape-2 {
  position: absolute;
  right: 100px;
  z-index: 3;
  margin-top: -100px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.phone-icon {
  min-width: 68px;
  width: 68px;
  height: 68px;
  font-size: 24px;
  line-height: 68px;
  color: #064827;
  text-align: center;
  background: #edf0f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
}
.phone-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #7b8391;
  display: block;
}
.phone-bumber {
  font-size: 26px;
  font-weight: 600;
  color: #001b0e;
}
.ml-20 {
  margin-left: 20px;
}
/* 7. Video box  */
.video-box {
  background: #064827;
  color: #fff;
  display: inline-block;
}
.video-box a,
.video-box a:visited {
  color: #fff;
  padding: 45px;
  font-size: 20px;
  line-height: 1;
  display: block;
}
a:hover {
  text-decoration: none;
}
.white-text {
  color: #fff;
}
.portfolio-header {
  padding: 120px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.mb-60 {
  margin-bottom: 60px;
}
.dark-text,
.ph-details {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}
/* 8. Portfolio styles  */
.portfolio-header-details {
  position: relative;
  padding-bottom: 60px;
}
.portfolio-header-details::after {
  content: '';
  position: absolute;
  height: 1px;
  width: calc(100% - 60px);
  background: #384357;
  left: 0;
  bottom: 0;
}
.ph-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
}
.ph-icon {
  font-size: 65px;
  line-height: 1;
  color: #064827;
  margin-right: 20px;
}
.portfolio-carousel-block {
  position: relative;
  overflow: hidden;
}
.portfolio-item-overlay {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50px;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.portfolio-item:hover .portfolio-item-overlay {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 3;
}
.portfolio-item {
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding-top: 35px;
  padding-bottom: 10px;
  min-height: 250px;
}
.portfolio-item::after {
  content: '';
  position: absolute;
  height: 0px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #064827;
  opacity: 0.9;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}
.portfolio-item:hover::after {
  height: 100%;
}
.portfolio-carousel-block {
  margin-left: -webkit-calc((100% - 1180px)/2);
  margin-left: calc((100% - 1180px)/2);
}
.portfolio-carousel-block {
  margin-top: -60px;
}
.portfolio-carousel-block img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.portfolio-block-category a,
.portfolio-block-category a:visited {
  color: #d7e6fd;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.portfolio-block-title {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.portfolio-block-sub-title {
  font-size: 25px;
}
.portfolio-more {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #001b0e;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50px;
  bottom: 50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.portfolio-item:hover .portfolio-more {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 3;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.portfolio-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #001b0e;
  opacity: .2;
  margin: 0px 3px;
}
[role=button]:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.portfolio-pagination .swiper-pagination-bullet-active {
  background: #064827;
  opacity: 1;
}
.portfolio-carousel-footer {
  padding: 40px 0;
}
.btn-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  vertical-align: top;
  color: #7b8391;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-underline:hover {
  text-decoration: none;
  color: #064827;
}
.btn-underline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #001b0e;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-underline:hover::before {
  border-color: #064827;
  transform: scaleX(0.8);
}
/* 9. why choose section  */
.why-choose-features {
  border-left: 2px solid #064827;
  padding-left: 30px;
}
.hc-features {
  font-size: 20px;
  font-weight: 700;
  color: #001b0e;
  text-transform: uppercase;
  /*margin-bottom: 30px;*/
}
.why-choose-features {
  font-size: 18px;
  font-weight: 500;
  color: #7b8391;
}
.why-choose-section {
  /* padding: 120px 0; */
  position: relative;
  /*box-shadow: 1px 2px 10px #dddddd85;*/
}
.why-choose-section::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
/*  background: url(../img/large-lines.png) no-repeat;*/
  background-position: right bottom;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.portfolio-carousel-footer>.container {
  margin-left: 0px;
}
/* 10. Counter box  */
.counter-icon {
    /*height: 100px;*/
    background: #fff !important;
    font-size: 65px;
    line-height: 1;
    text-align: center;
    color: #fdfdfdc7;
    background: #001b0e !important;
    /* border: 1px solid #8b1e48; */
    display: inline-block;
    /*padding: 20px;*/
    margin-bottom: 40px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 83px rgb(11 38 83 / 8%);
    -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
    -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
    -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
    -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
    box-shadow: 0 5px 83px rgb(11 38 83 / 8%);
}
.counter-icon::after {
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.counter-block {
  text-align: center;
  margin-top: -60px;
  position: relative;
  padding: 0px 60px 40px;
}
.counter-block::after {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 60px);
  background: #ffffff;
  right: -7px;
  bottom: 0;
}
.counter-last::after {
  content: none;
}
.counter-number {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.fun-facts-section {
  position: relative;
  bottom: 140px;
  margin-top: 140px;
}
.fun-facts-inner {
  background: #e21d24;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.counter-title {
  color: #ddd;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
.trust-section {
  padding: 230px 0px 120px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* 11. Why choose section  */
.why-chhose-2 {
  background: #edf0f5;
  padding: 120px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
}
.why-choose-img {
  position: relative;
}
.why-choose-img-caption {
  position: absolute;
    top: 0;
    right: -2px;
    -webkit-transform: rotate(90deg) translate(100%,0);
    -ms-transform: rotate(90deg) translate(100%,0);
    transform: rotate(90deg) translate(100%,0);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
  justify-content: center !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
    background: #edf0f5;
    padding: 15px 40px;
}
.why-choose-img-caption span {
  font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #001b0e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}
.horizontal-dots {
  position: absolute;
  bottom: 60px;
  left: 5%;
}
.slide-top {
  -webkit-animation: slide-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
  animation: slide-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate-reverse both;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.list-item ul,
.list-item-2 ul {
  list-style: none;
  padding-left: 0;
}

.link-list-item { 
  padding-left: 0
}
.link-list-item li {
  list-style: none;
  line-height: 30px;
}
.link-list-item li a { 
  color: #000
}

.link-list-item li a:hover { 
  color: #064827
}


.list-item ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    position: relative;
    left: 30px;
    text-align: justify;
}
.list-item ul li .list-icon {
  color: #064827;
  margin-right: 10px;
  position: absolute;
  left: -30px;
}
.list-item-2 ul li {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 20px;
}
.list-item-2 ul li .list-icon {
  color: #fff;
    background: #064827;
    height: 35px;
    width: 35px;
    min-width: 35px;
    text-align: center;
    line-height: 35px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
}
.list-item-2 ul li {
color: #7b8391;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.why-choose-details {
  font-size: 18px;
  /*font-weight: 600;*/
  color: #7b8391;
}
.circle-outer {
  position: relative;
}
.counter-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
  font-size: 30px;
  color: #064827;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  margin-top: -30px;
}
.circle-outer {
  text-align: center;
  max-width: 110px;
  margin-right: 20px;
}
.count-title {
  font-size: 18px;
  color: #001b0e;
  font-weight: 600;
}
.btn-sm {
  padding: 20px 40px;
}
/* 12. cta section  */
.cta-small-title {
  font-size: 18px;
  color: #7b8391;
  font-weight: 600;
}
.cta-phone {
  font-size: 18px;
  color: #001b0e;
  font-weight: 700;
}
.cta-small {
  position: absolute;
  background: #fff;
  padding: 20px;
  z-index: 999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
}
.cta-small-btn {
  margin-left: 20px;
}
/* 13. Testimonials slider  */
.testimonials-section {
  padding: 80px 0px 80px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-style-1 {
  position: relative;
  background: #fff;
  padding: 60px;
  -webkit-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -khtml-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  z-index: 2;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-border-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 5px;
  border-bottom-left-radius: 0;
}
.testimonial-style-1::before {
  content: '';
  position: absolute;
  top: -30px;
  left: -225px;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: url(../img/testimonials-lines.png) no-repeat;
  opacity: 0;
  -webkit-transform: translateY(-180px);
  -moz-transform: translateY(-180px);
  -ms-transform: translateY(-180px);
  -o-transform: translateY(-180px);
  transform: translateY(-180px);
}
.testimonial-style-1:hover::before,
.swiper-slide-active .testimonial-style-1::before {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
.testimonial-style-1:hover,
.swiper-slide-active>.testimonial-style-1 {
  background: #064827;
  color: #e0ecff;
}
.tu-photo {
  max-width: 50px;
  margin-right: 20px;
}
.testimonial-content {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  color: #7b8391;
  display: block;
  margin-bottom: 28px;
  position: relative;
  padding-left: 20px;
}
.testimonial-content::after {
  content: '';
  position: absolute;
  background: #064827;
  width: 2px;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.testimonial-style-1:hover .testimonial-content::after,
.swiper-slide-active .testimonial-content::after {
  background: #ffffff;
}
.tu-name {
  font-size: 18px;
  line-height: 20px;
  color: #064827;
  font-weight: 600;
  text-transform: uppercase;
}
.tu-role {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #7b8391;
  text-transform: uppercase;
}
.testimonial-style-1:hover .tu-role,
.testimonial-style-1:hover .tu-name,
.testimonial-style-1:hover .testimonial-content,
.swiper-slide-active .tu-role,
.swiper-slide-active .tu-name,
.swiper-slide-active .testimonial-content {
  color: #fff;
}
.testimonials-slider {
  padding: 40px 0px;
}
.testimonial-style-1::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
  -webkit-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -khtml-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.testimonial-style-1:hover::after,
.swiper-slide-active .testimonial-style-1::after {
  border-color: #064827 transparent transparent transparent;
}
.testi-circle {
  position: absolute;
  bottom: 0;
  right: 0;
}
.testi-circle::after {
  content: '';
  position: absolute;
  z-index: 4;
  width: 168px;
  height: 168px;
  bottom: 0;
  right: 0;
  background: url(../img/circle-shape.png) no-repeat;
  opacity: 0;
  -webkit-transform: translateY(180px);
  -moz-transform: translateY(180px);
  -ms-transform: translateY(180px);
  -o-transform: translateY(180px);
  transform: translateY(180px);
}
.testimonial-style-1:hover .testi-circle::after,
.swiper-slide-active .testi-circle::after {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.cta-bar {
  background: #064827;
  position: relative;
  padding: 100px 0;
}
.cta-bar::before {
  content: '';
  background: url(../img/welcome-bg.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* 14. Blog section  */
.blog-section {
  padding: 120px 0;
}
.post-title-block {
  font-size: 24px;
  font-size: 600;
  color: #001b0e;
}
.post-title-block a,
.post-title-block a:visited {
  color: #001b0e;
}
.post-read-more {
  border-top: 1px solid #d9dfe9;
  padding: 30px 0;
  text-align: center;
  margin-top: 30px;
}
.post-thumb-block {
  position: relative;
  overflow: hidden;
  background: #001b0e;
}
.post-thumb-block img {
  mix-blend-mode: luminosity;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.blog-block:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.post-content-block {
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  margin-top: -70px;
  z-index: 2;
  position: relative;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.post-date {
  padding: 15px 25px;
  background: #064827;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.post-title-block {
  text-align: center;
  display: block;
  margin: 20px auto 30px;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
}
.post-title-block a,
.post-title-block a:visited {
  color: #001b0e;
}
.post-author {
  margin-right: 20px;
}
.post-meta-block i {
  color: #064827;
}
.blog-block-inner {
  padding: 0px 20px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.post-excerpt-block {
  font-size: 18px;
  color: #7b8391;
  text-align: center;
}
.post-read-more a,
.post-read-more a:visited {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  color: #7b8391;
  text-transform: uppercase;
}
.post-read-more a:hover {
  color: #064827;
  text-decoration: none;
}
.post-read-more a::before {
  content: '\f129';
  font-family: Flaticon;
  font-style: normal;
  font-weight: 300;
  right: -5px;
  position: absolute;
  font-size: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.post-read-more a:hover::before {
  right: -10px;
}
.post-content-block:hover {
  -webkit-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -khtml-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 10px 0px 60px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* 15. partner carousel  */
.partners-section {
  padding: 50px 0;
  padding-bottom: 0;
}
.partners-carousel img {
  opacity: 2;
}
/*.partners-carousel img:hover {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  opacity: 1;
}*/
.partners-carousel .swiper-slide {
  text-align: center;
}
/* 16. Footer styles  */
.site-footer-1 {
  background: #001b0e;
  padding-top: 60px;
  color: #e2e2e2;
  font-size: 18px;
  font-weight: 500;
}
.footer-about {
  margin: 40px auto;
}
.footer-menu ul {
  padding-left: 0;
  list-style: none;
}
.footer-menu ul a,
.footer-menu ul a:visited {
  color: #e2e2e2;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.footer-menu ul a:hover {
  text-decoration: none;
  color: #fff;
}
.footer-menu ul a:after {
  background-color: #fff;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 1px;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: 0.5s;
  width: 0;
}
.footer-menu li a:hover:after {
  left: 0;
  width: 100%;
}
.footer-menu ul li {
  display: block;
  margin-bottom: 10px;
}
.footer-widget-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff2e;
  padding-bottom: 15px;
}
.lp-item:not(:last-child) {
  margin-bottom: 50px;
}
.lp-thumb {
  width: 70px;
  min-width: 70px;
}
.lp-details {
  margin-left: 20px;
}
.lp-date {
  font-size: 12px;
  color: #064827;
  font-weight: 600;
  text-transform: uppercase;
}
.lp-title {
  font-size: 18px;
  font-weight: 500;
}
.lp-title a,
.lp-title a:visited {
  color: #ffffff;
}
.lp-thumb img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.lp-title a:hover {
  color: #ffffff;
  text-decoration: underline;
  -webkit-text-decoration-color: #064827;
  text-decoration-color: #064827;
}
.contact-widget ul {
  padding-left: 0px;
  list-style: none;
}
.contact-widget ul li:not(:last-child) {
  /*margin-bottom: 20px;*/
  padding-bottom: 10px;
  /*border-bottom: 1px solid #1b263a;*/
}
.contact-info {
  position: relative;
}
.contact-icon {
  color: #e21d24;
  font-size: 18px;
  margin-right: 10px;
}
.contact-widget ul li a,
.contact-widget ul li a:visited {
  color: #e2e2e2;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  padding-left: 5px;
}

.contact-widget ul li p,
.contact-widget ul li p:visited {
  color: #e2e2e2;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  padding-left: 5px;
}

.footer-social-media ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.footer-social-media ul li {
  margin: 0px 15px;
}
.footer-social-media ul li:last-child {
  margin-right: 0;
}
.footer-social-media ul li a,
.footer-social-media ul li a:visited {
  color: #fff;
}
.footer-social-media ul li a:hover {
  color: #064827;
}
.footer-bottom {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #212d40;
}
/* 17. home 2 styles  */
.header-style-2 {
  position: relative;
}
.header-style-2 .navigation-menu>li>a {
  color: #e21d24;
}
.header-style-2 .search-btn {
  color: #001b0e;
  cursor: pointer;
}
.mc-phone {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #001b0e;
  display: block;
}
.mc-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #7b8391;
  display: block;
}
.mc-icon {
  font-size: 40px;
  color: #5b92e5;
  margin-right: 20px;
}
.header-style-2 .header-menu {
  /*margin-right: auto;
  margin-left: 0px;*/
  margin-right: 0;
  margin-left: auto;
}
.header-style-2 .header-search-btn {
  margin-left: 30px;
}
body.st-prevent-scroll {
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.search-btn-dark {
  color: #001b0e;
}
.slider-two .slider-content {
  text-align: left;
  padding: 100px 0;
}
.slider-two .slide-heading {
  font-size: 70px;
  line-height: 1;
}
.slide-descriptions {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  color: #e6e6e6;
  max-width: 600px;
}
.slider-two .slider-button {
  margin-top: 45px;
}
.experience-section {
  position: absolute;
  width: 100%;
}
.experience-block {
  background: #064827;
  padding: 40px;
  max-width: 240px;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  position: relative;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* 18. Service styles */
.service-block-2 {
  position: relative;
  overflow: hidden;
}
.service-details {
  max-width: calc(100% - 40px);
  background: #fff;
  position: relative;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.service-block-2:hover .service-details{
  
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}


.service-block-title {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.service-block-title a,
.service-block-title a:visited {
  color: #001b0e;
}
.service-block-title a:hover{
  color: #064827;
}
.service-anchor {
  border-top: 1px solid #d9dfe9;
  padding: 30px;
  text-align: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 0px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  visibility: hidden;
}
.service-anchor a,
.service-anchor a:visited {
  color: #7b8391;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.service-anchor a:hover{
  color: #064827;
}
.service-block-2:hover .service-anchor {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.services-section-two {
  padding-top: 120px;
  position: relative;
}
.services-section-two::before {
  content: '';
  background: #051228;
  height: calc(100% - 300px);
  width: 100%;
  position: absolute;
  top: 0;
}
.mb-n-200 {
  margin-bottom: -200px;
  position: relative;
  z-index: 2;
}
.about-section-2 {
  padding-top: 40px;
}
.service-block-2:hover .service-details {
  -webkit-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -khtml-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -moz-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -ms-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -o-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  box-shadow: 0 0 20px rgba(6, 30, 98, .12);
}
.styled-image-1 {
  position: relative;
  z-index: 3;
}
.styled-image-1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -40px;
  left: -40px;
  right: 0;
  bottom: 0;
  background: #edf0f5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: -1;
}
.styled-image-1::after {
  content: '';
  position: absolute;
  width: 190px;
  height: 190px;
  top: -40px;
  left: -40px;
  right: 0;
  bottom: 0;
  background: #064827;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: -1;
}
/* 19. Line progress  */
.bar-line {
  background: #edf0f5;
  height: 7px;
  margin-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bar-line-active {
  position: relative;
  display: block;
  width: 0px;
  height: 7px;
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
  background: #064827;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.skill-title {
  font-size: 18px;
  line-height: 1;
  color: #001b0e;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.count-text {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background: #064827;
  position: absolute;
  padding: 8px 10px;
  right: -40px;
  bottom: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.count-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #064827;
  border-left: 12px solid #064827;
}
.bar-box {
  position: relative;
}
.bar-box:not(:last-child) {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.copany-info-box {
    background: #fff;
    position: relative;
    padding: 20px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgb(6 30 98 / 12%);
    -khtml-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
    -moz-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
    -ms-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
    -o-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
    box-shadow: 0 0 20px rgb(6 30 98 / 12%);
    margin-bottom: 30px;
    z-index: 5;
    width: 100%;
    overflow: hidden;
}
.copany-info-box::before {
content: '';
    position: absolute;
    left: 20px;
    bottom: -3px;
    height: 3px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: calc(100% - 40px);
  background: #064827;
  -webkit-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  -o-box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  box-shadow: 0 5px 83px rgba(11, 38, 83, 0.08);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.com-logo {
  width: 50px;
  max-width: 55px;
}
.com-details {
  /* padding-left: 20px; */
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #001b0e;
  text-transform: uppercase;
  width: 100%;
}
.mt-60 {
  margin-top: 60px;
}
.about-style-3 {
  background: #001b0e;
  position: relative;
}
.about-style-3::after {
  content: '';
  background: url(../img/diamonds-shape.png) no-repeat;
  background-position: left top;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.about-inner {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: -webkit-calc((100% - 1200px)/2);
  margin-left: calc((100% - 1200px)/2);
  position: relative;
  z-index: 2;
}
.about-inner-content {
  padding: 120px 0;
}
.about-image-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.about-dots {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100px;
}
.member-meta {
  background: #fff;
  position: relative;
  padding: 20px 0 60px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: calc(100% - 30px);
  margin-left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.member-name {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 0;
  color: #85001b;
  text-transform: uppercase;
}
.member-name a,
.member-name a:visited {
  color: #001b0e;
}
.member-designation {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.member-social {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  /*margin-top: 20px;*/
  height: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.team-member:hover .member-social {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.team-member:hover .member-meta {
  -webkit-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -khtml-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -moz-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -ms-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -o-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  box-shadow: 0 0 20px rgba(6, 30, 98, .12);
}
.member-social ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.member-social ul li {
  margin: 0px 15px;
  width: 100%;
}
.member-social ul li a,
.member-social ul li a:visited {
  color: #7b8391;
  text-transform: capitalize;
  font-size: 15px;
}
.member-social ul li a:hover {
  color: #064827;
}
.team-section-2 {
  background: #edf0f5;
  padding-top: 120px;
}
.white-bg {
  background: #fff;
}
.portfolio-section-2 {
  padding-top: 100px;
}
.testimonials-section-2 {
  padding: 120px 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.video-block {
  position: relative;
}
.video-poster {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 230px 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.video-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  color: #064827;
  z-index: 99;
}
.hero-video-pulse {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.video-icon:before {
  z-index: 0;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  background: #ffffff;
}
.video-icon:after {
  z-index: 1;
  transition: all 200ms;
  background: #fff;
}
.video-icon:before,
.video-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-icon i {
  color: #064827;
  z-index: 2;
  position: absolute;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  left: 1px;
  top: 2px;
  font-size: 16px;
  text-align: center;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay-content {
  background: #e21d24;
  color: #fff;
  padding: 50px 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 270px;
  position: absolute;
  right: 30px;
  top: -30px;
  text-align: left;
}
.video-overlay-count {
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
}
.video-overlay-title {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-section-bg {
  position: relative;
}
.blog-section-bg::after {
  content: '';
  background: #001b0e;
  left: 0;
  bottom: 0;
  height: 450px;
  width: 100%;
  position: absolute;
}
.blog-dark .post-content-block {
  background: #001b0e;
  color: #e2e2e2;
}
.blog-dark .post-title-block a,
.blog-dark .post-title-block a:visited {
  color: #fff;
}
.blog-dark .post-read-more {
  border-top: 1px solid #1d283c;
}
.blog-dark .blog-block:hover .post-content-block {
  background: #fff;
}
.blog-dark .blog-block:hover .post-title-block a,
.blog-dark .blog-block:hover .post-title-block a:visited {
  color: #001b0e;
}
.map-canvas {
  min-height: 550px;
}
.page-header-section {
  padding: 100px 0px 80px;
  text-align: center;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: white !important;
}

.page-header-section .breadcrumb {
  background-color: #e21d24;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.page-header-section nav {
  display: inline-block;
}
.page-title {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.breadcrumb-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.breadcrumb-item a,
.breadcrumb-item a:visited {
  color: #fff;
}
.breadcrumb-item.active {
  color: #e2e2e2;
}
.page-header-section {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.header-style-2 .header-content.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header-style-1 .header-content.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #001b0e !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.about-section-6 {
  padding: 80px 0;
  position: relative;
}
.about-content-6 {
  color: #7b8391;
  font-size: 18px;
  font-weight: 500;
}
/*.about-section-6::before {
  content: '';
  position: absolute;
  background: url(../img/half-circle.png) no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
}*/
.top-border {
  border-top: 10px solid #064827;
}
.team-section-3 {
  position: relative;
  padding-top: 120px;
  background: #edf0f5;
}
.partners-section-2 {
  position: relative;
  background: #fff;
  padding: 300px 0px 60px;
}
.mb-n-300 {
  margin-bottom: -300px;
}
.partners-section-2::before {
  content: '';
  position: absolute;
  background: url(../img/lines.png) no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
}
.services-section-3 {
  background: #fff;
  padding: 120px 0;
}
.pb-lg-120 {
  padding-bottom: 120px;
}
.video-box-section-2 {
  padding: 120px 0px;
  position: relative;
}
.video-box-section-2::after {
  content: '';
  position: absolute;
  background: url(../img/lines.png) no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.video-box-section-2::before {
  content: '';
  position: absolute;
  background: url(../img/large-lines.png) no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.table .thead-dark th {
    text-align: center;
}
.service-section-inner {
  padding: 80px 0;
}
.service-nav ul {
  padding-left: 0px;
  list-style: none;
  /*padding: 40px;
  background: #edf0f5;*/
  margin-bottom: 0;
}
.service-nav ul li a {
  font-size: 16px;
    border: 1px solid #001b0e;
    border-bottom: 1px solid #001b0e;
    background: #001b0e;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    display: block;
}

.service-nav ul li a i{
  padding-right: 10px;
}
.service-nav ul .active { 
  color: #064827;
  border-left: 2px solid #064827
}
/*.service-nav ul .active a {
  background: #064827;
  color: #fff;
}*/

.service-nav ul li a:hover { 
      color: #999999;
}

.widget_categories ul li:last-child { border: none }

.service-nav ul li {
  border: 1px solid #064827;
  border-bottom: none;
}

.service-nav ul li:last-child {
  border-bottom: 1px solid #064827;
}


.contact-box-widget {
  padding: 115px 40px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contact-box-icon {
  background: #fff;
  min-width: 100px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 32px;
  display: inline-block;
  margin: 0px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.contact-phone {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.contact-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.service-widget-box:not(:last-child) {
  margin-bottom: 30px;
}
.widget-box:not(:last-child) {
  margin-bottom: 30px;
}

.quote-small,
.wp-block-quote {
  font-size: 18px;
  line-height: 34px;
  color: #7b8391;
  font-weight: 600;
  padding-left: 20px;
  border-left: 2px solid #064827;
}
.team-member {
  border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 12px;
}
.team-member .table td, .table th {
  border: none;
  padding: 5px;
 }
/*.service-content img {
  margin-bottom: 40px;
}*/
.ficon {
  font-size: 65px;
  line-height: 1;
  color: #064827;
}
.ftitle {
  font-size: 20px;
  font-weight: 600;
  color: #001b0e;
  text-transform: uppercase;
  margin: 15px auto 5px;
}
.service-features {
  /*border-top: 1px solid #d9dfe9;
  border-bottom: 1px solid #d9dfe9;*/
  /*padding: 60px 0px;*/
}
.mtb-60 {
  margin: 60px auto;
}
.foucs-text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #2d2d2d;
    margin-top: 10px;
}
.mb-45 {
  margin-bottom: 45px;
}
.faq-item:not(:last-child) {
  margin-bottom: 10px;
}
.faq-header {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #001b0e;
    cursor: pointer;
    background: #edf0f5;
    padding: 15px 0px 5px 15px;
    margin: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.faq-item-active .faq-header {
  background: transparent;
  color: #064827;
}
.faq-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.faq-item-active .faq-content {
    max-height: 1030px;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    padding: 0px 40px 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    color: #7b8391;
}
.faq-item-active {
  border: 2px solid #064827;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.faq-header::before {
  content: '\f140';
  font-family: Flaticon;
  font-style: normal;
  font-weight: 300;
  position: absolute;
  right: 40px;
}
.faq-item-active .faq-header::before {
  content: '\f149';
}
.portfolio-filters ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.portfolio-filters ul li {
  margin: 0px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #7b8391;
  text-transform: uppercase;
  cursor: pointer;
}
.portfolio-sec {
  padding: 120px 0px;
}
.portfolio-filters {
  margin-bottom: 40px;
}
.portfolio-gallary .portfolio-item {
  margin-bottom: 30px;
}
.portfolio-filters .mixitup-control-active,
.portfolio-filters ul li:hover {
  color: #001b0e;
}
.project-summary {
  background: #001b0e;
  color: #ffffff;
  max-width: calc(100% - 40px);
  margin: -30px auto 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.ps-block {
  padding: 60px 40px;
  position: relative;
  display: block;
  width: 100%;
}
.ps-block::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0;
  top: 0;
  background: #1d283c;
}
.pd-title {
  color: #e2e2e2;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.pd-content {
  font-size: 20px;
  font-weight: 600;
}
.project-single-wrapper {
  padding: 120px 0px;
}
.project-summary [class*="col-"]:last-child .ps-block::after {
  content: none;
}
.project-details-widget h2,
.project-details-widget h3,
.project-details-widget h4 {
  margin: 40px auto;
  font-weight: 700;
  color: #001b0e;
}
.project-details-widget h2 {
  font-size: 50px;
}
.project-details-widget h3 {
  font-size: 34px;
}
.project-details-widget h4 {
  font-size: 28px;
}
.related-porolio {
  border-top: 1px solid #d9dfe9;
  padding-top: 120px;
}
.project-details-widget {
  padding-bottom: 120px;
}
.post-page .blog-block {
  margin-bottom: 30px;
}
.ps-content {
  position: relative;
  margin-top: -30px;
  background: #fff;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding: 0px 40px 30px;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -khtml-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -moz-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -ms-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  -o-box-shadow: 0 0 20px rgba(6, 30, 98, .12);
  box-shadow: 0 0 20px rgba(6, 30, 98, .12);
}
.ps-content .post-date {
  margin-left: -40px;
}
.ps-inner {
  position: relative;
  overflow: hidden;
}
.tags-title {
  font-size: 20px;
  font-weight: 600;
  color: #001b0e;
  margin-right: 10px;
}
.tags-list {
  font-size: 18px;
  font-weight: 500;
  color: #7b8391;
}
.post-share ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.post-share ul {
  float: right;
}
.post-share ul li {
  margin-left: 20px;
}
.post-share ul a,
.post-share ul a:visited {
  color: #7b8391;
  font-size: 14px
}
.post-share ul a:hover {
  color: #064827;
}
.ps-tags-share {
  border-top: 1px solid #d9dfe9;
  padding-top: 40px;
  margin-top: 40px;
}
.ps-author-box {
  background: #edf0f5;
  padding: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 60px;
}
.ps-author-name {
  font-size: 24px;
  font-weight: 600;
  color: #001b0e;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.ps-author-descriptions {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #7b8391;
}
.ps-author-photo img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sidebar-widgets .widget_search {
  background: #064827;
  padding: 50px;
}
.sidebar-widgets .widget_search .widget-title {
  color: #fff;
}
.search-widget .form-control {
  height: 70px;
  border: none;
  padding: 10px 100px 10px 30px;
}
.search-widget {
  position: relative;
}
.search-widget-submit {
  border: none;
  background: transparent;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1;
  color: #064827;
}
.widget-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    background: #064827;
    padding: 15px;
    text-align: center;
}
.wlp-thumb {
  margin-right: 20px;
  min-width: 70px;
  max-width: 70px;
}
.wlp-comment {
  font-size: 14px;
  color: #7b8391;
  text-transform: uppercase;
}
.wlp-comment i {
  color: #064827;
}
.wlp-title {
  font-size: 18px;
  font-weight: 600;
  color: #001b0e;
  line-height: 30px;
  text-transform: uppercase;
}
.wlp-title a,
.wlp-title a:visited {
  color: #001b0e;
}
.wlp-item {
  position: relative;
  display: block;
}
.wlp-item:not(:last-child) {
  margin-bottom: 30px;
}
.wlp-item:hover .wlp-title a {
  color: #064827;
}
.widget-box {
    background: #edf0f5;
    padding: 20px 40px;
    padding-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 2px solid #064827;
}
.widget_categories ul {
  list-style: none;
  padding-left: 0px;
}
.widget_categories ul li {
  position: relative;
    /* margin-bottom: 30px; */
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    padding: 10px 0;
    border-bottom: 1px solid #3f4b611f;
    -ms-transition: all 0.35s;
}
.widget_categories ul li::before {
  color: #064827;
  content: "\f061";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  position: absolute;
  left: 0;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.widget_categories ul li:hover::before {
  opacity: 1;
  visibility: visible;
}
.widget_categories ul li:hover {
  padding-left: 20px;
}


.widget_categories ul li.active::before {
  opacity: 1;
  visibility: visible;
}
.widget_categories ul li.active {
  padding-left: 20px;
  font-weight: 600;
}


.widget_categories ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #001b0e;
}




.widget_categories ul li a:hover {
  text-decoration: none;
  color: #001b0e;
  font-weight: 600;
}
#site-overlay.open {
  display: block;
  background: #333;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: .7;
}
.back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  border: 1px solid #fff;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  z-index: 9999;
  opacity: 0.9;
  background: #e21d24;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.back-to-top.in {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.back-to-top:hover {
  background:#e21d24;
  color: #fff;
}
.ptb-120 {
  /* padding: 120px 0px; */
}
.contact-social ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.contact-social ul li {
  margin-right: 20px;
}
.contact-social ul li a,
.contact-social ul li a:visited {
  color: #7b8391;
}
.contact-social ul li a:hover {
  color: #064827;
}
.error_message {
  display: block;
  height: 22px;
  line-height: 22px;
  background: #FBE3E4 url('../img/error.gif') no-repeat 10px center;
  padding: 3px 10px 3px 35px;
  color: #8a1f11;
  border: 1px solid #FBC2C4;
  -webkit-border-radius: 5px;
}
.loader {
  padding: 0 10px;
}
#success_page h1 {
  background: url('../img/success.gif') left no-repeat;
  padding-left: 22px;
}
.contact-form {
  position: relative;
}
.contact-form .form-group {
  margin-bottom: 30px;
}
/*.contact-form input,*/
.contact-form select,
.contact-form textarea {
  background: #edf0f5;
  min-height: 50px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 30px;
  width: 100%;
}
.contact-form textarea {
  padding: 30px;
}
.contact-form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
}
.form-select {
  position: relative;
}
.contact-form .form-select::before {
  position: absolute;
  content: '\f107';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 300;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.form-submit-btn {
  border: none;
  padding: 25px 50px;
}
.ciw-icon {
    background: #064827;
    color: #ffffff;
    height: 90px;
    min-width: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    margin-right: 20px;
    font-size: 32px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ciw-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #e2e2e2;
  text-transform: uppercase;
}
.ciw-details {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.ciw-details a,
.ciw-details a:visited {
  color: #fff;
}
.ciw-details a:hover {
  text-decoration: none;
}
.contact-box-wrapper {
  position: relative;
  margin-bottom: -120px;
  z-index: 2;
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #001b0e;
}
@media (max-width: 768px) {
.header-mobile-logo img {
    margin: 0;
    /* min-width: 520px; */
    /* max-width: 520px; */
    object-fit: cover;
    padding: 0;
}
}
/* 20. Responsive styles  */
/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  ul.header-navigation-menu>li .submenu-inner.last, ul.header-navigation-menu>li ul.submenu-inner.last {
    right: auto !important;
    left: auto !important;
}
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .ml-xs-20 {
    margin-left: 20px;
  }
  .slide-heading {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .slide-intro {
    font-size: 16px;
  }
  .welcome-heading {
    font-size: 30px;
  }
  .service-widget {
    margin-bottom: 50px;
  }
  .about-focus {
    padding: 40px 60px;
    display: block;
    position: relative;
    top: 60px;
    left: 0px;
    max-width: 100%;
  }
  /*.about-content {*/
  /*  background: #fff;*/
  /*  margin-left: 0px;*/
  /*  margin-top: 0px;*/
  /*  padding: 60px 0;*/
  /*  position: relative;*/
  /*  z-index: 1;*/
  /*}*/
  .about-img-2 {
    position: relative;
    margin-bottom: 0px;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .portfolio-carousel-block {
    margin-left: auto;
    margin-left: auto;
  }
  .welcome-widget::after {
    left: -webkit-calc((100% - 340px)/2);
    left: calc((100% - 340px)/2);
  }
  .slider-content {
    padding: 150px 0;
  }
  .dropdown-toggle::after {
    display:inline-block;
  }
  .header-mobile-logo {
    /*padding: 30px 0;*/
    text-align: center;
  }
 .canvas-menu.menu-offcanvas {
    position: relative;
    left: 40px;
    top:15px;
}

  .ph-icon {
    margin-bottom: 30px;
  }
  .fun-facts-inner {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  .counter-block {
    margin-top: 0px;
    padding: 30px;
  }
  .counter-block::after {
    content: none;
  }
  .section-title {
    font-size: 30px;
  }
  .cta-small-btn {
    margin-left: 0px;
    margin-top: 30px;
  }
  .cta-small {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .mb-xs-60 {
    margin-bottom: 30px;
  }
  .search-btn-dark {
    margin-right: 0;
    text-align: right;
  }
  .slider-two .slide-heading {
    font-size: 35px;
  }
  .experience-section {
    position: relative;
    padding: 60px 0;
  }
  .experience-block {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block;
    max-width: 100%;
  }
  .about-section-2 {
    padding-top: 60px;
  }
  .about-inner {
    margin-left: auto;
    margin-left: auto;
  }
  .post-row>[class*="col-"]:not(:last-child) {
    margin-bottom: 30px;
  }
  .blog-section-bg::after {
    background: transparent;
  }
  .footer-social-media ul {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .footer-social-media {
    margin-top: 30px;
  }
  .page-header-section {
    padding: 100px 0;
  }
  .faq-header {
    padding: 30px 70px 30px 40px;
  }
  .post-share ul {
    float: left;
  }
  .post-share {
    margin-top: 30px;
  }
  .ps-author-photo {
    margin-bottom: 30px;
  }
  .contact-info-widget {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .contact-info-widget {
    margin-bottom: 30px;
  }
  .search-btn-dark {
    margin-right: 0;
    text-align: right;
  }
  .dropdown-toggle::after {
    display:inline-block;
  }
  .header-mobile-logo {
    padding: 30px 0;
    text-align: center;
  }
  .dropdown-toggle {
    color: #333;
  }
  .slider-content {
    padding: 50px 0;
  }
  .slide-heading {
    font-size: 40px;
    margin-bottom: 20px;
  }
  

  .slide-intro {
    margin-bottom: 20px;
  }
  .welcome-widget::after {
    left: -webkit-calc((100% - 640px)/2);
    left: calc((100% - 640px)/2);
  }
  .service-widget {
    margin-bottom: 50px;
  }
  .about-focus {
    left: -30px;
  }
  /*.about-content {*/
  /*  margin-left: 0px;*/
  /*  padding: 60px 0;*/
  /*}*/
  .fun-facts-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .counter-block {
    margin-top: 0px;
    padding: 60px;
  }
  .why-choose-content {
    margin-top: 30px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .section-title {
    font-size: 32px;
  }
  .theme-btn {
    padding: 25px 40px;
  }
  .slider-two .slide-heading {
    font-size: 50px;
  }
  .experience-section {
    position: relative;
    padding: 60px 0;
  }
  .experience-block {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block;
    max-width: 100%;
  }
  .about-section-2 {
    padding-top: 60px;
  }
  .about-inner {
    margin-left: auto;
    margin-left: auto;
  }
  .post-row>[class*="col-"]:not(:last-child) {
    margin-bottom: 30px;
  }
  .blog-section-bg::after {
    background: transparent;
  }
  .slider-two .slider-one-slide {
    min-height: 700px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .slider-two .slider-content {
    padding: 200px 50px;
  }
  .search-btn {
    font-size: 24px;
  }
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1399.98px) {
  .about-focus {
    left: -30px;
  }
  .portfolio-carousel-block {
    margin-left: auto;
    margin-left: auto;
  }
}
.slide-bg {
  /*background-color: #001b0e;*/
 
}
.about-img-1,
.about-img-2,
.portfolio-item,
.why-chhose-image,
.why-choose-img,
.tu-photo img,
.lp-thumb img,
.service-thumb,
.styled-image-1 img,
.about-image-4,
.member-photo,
.teammember-photo {
  background:transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.about-img-1 img,
.about-img-2 img,
.portfolio-item img,
.why-chhose-image img,
.why-choose-img img,
.tu-photo img,
.lp-thumb img,
.service-thumb img,
.styled-image-1 img,
.about-image-4,
.member-photo img,
.teammember-photo img {
/*  mix-blend-mode: luminosity;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.notfound-wrapper {
  padding: 120px 0;
}
.notfound-title {
  font-size: 140px;
  font-weight: 700;
}
.notfound-subtitle {
  font-size: 50px;
  font-weight: 600;
}
.notfound-btn {
  margin-top: 45px;
}
.faq-page-wrapper,
.team-section-page {
  padding: 120px 0;
  position: relative;
}
.faq-page-wrapper::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/large-lines.png) no-repeat;
  background-position: right bottom;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.faq-page-wrapper::before {
  content: '';
  position: absolute;
  background: url(../img/lines.png) no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
}
.team-single-page {
  padding: 120px 0px;
}
.teammember-contact ul {
  padding-left: 0px;
  list-style: none;
}
.teammember-contact ul li {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 20px;
}
.tmc-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #064827;
  margin-right: 30px;
  border-radius: 100%;
  background-color: #b7d4ff;
  text-align: center;
}
.tmc-content,
.tmc-content a,
.tmc-content a:visited {
  font-weight: 600;
  font-size: 18px;
  color: #001b0e;
}
.teammember-name {
  font-weight: 700;
  font-size: 45px;
  color: #001b0e;
  text-transform: uppercase;
}
.teammember-designation {
  font-weight: 600;
  font-size: 22px;
  color: #064827;
  text-transform: uppercase;
}
.teammember-bio {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #7b8391;
}
.teammember-skills {
  margin-bottom: 40px;
}
/*.active-page-menu a{
color: #064827 !important;
}*/

.news-carousel .welcome-intro { 
  padding: 2px 10px;
  background: #e21d24;
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
}
.news-single p { 
    color: #fff;
    font-weight: 500;
}
.news-single h5 { font-size: 20px; }
.news-single a {
    /* background: #C3A36C; */
    color: #064827;
    font-size: 15px;
    /* padding: 5px 15px; */
    border-radius: 5px;
}
.cour-img { text-align: center; }
.cour-img img { width: 40%;
    margin-bottom: 25px; }
/*.logo-wrap { width: 100%; }*/

.service-nav.service-widget-box {
  position: sticky;
  top: 110px;
  margin-top: 0px;
}
.why-choose-3 {
  /*border-bottom: 1px solid #d9dfe9;*/
  /*margin-bottom: 15px;*/
}

/*Tab section*/

.tab-list {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ddd;
}
.tab-content {
  /*display: none;*/
  padding: 15px;
}

.tab-content.current {
  display: inherit;
}

.projects_select {
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  color: #666;
  font-weight: 500;
  padding: 10px 15px;
  float: left;
  cursor: pointer;
}

.projects_select:hover {
  color: #064827
}
@media screen and (max-width: 735px) {
  .projects_select {
    width: 100%;
  }
}

.projects_select.current {
  font-weight: 500;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  background: #064827;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.projects_select.current:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #FFF;
  border-width: 20px;
  margin-left: -20px;
  z-index: 101;
}
@media screen and (max-width: 735px) {
  .projects_select.current:after {
    display: none;
  }
}
.content-wrap {
    margin-bottom: 10px;  
}
.content-wrap:last-child { border:none; }
.content-wrap p span { color: #064827 }

/*.member-photo { border: 1px solid #dadada; }*/
.member-photo img {
    max-width: 100%;
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    height: auto;
    object-fit: cover;
    /* text-align: center; */
    object-position: top;
}
.bold { font-weight: 800; margin-bottom: 0; }
.com-details a { color: #064827; display: block; }

.table-wrap thead { background: #001b0e; color: #fff; }

.table-wrap .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle; }

.zigzag { padding: 10px 0; border-bottom: 1px solid #ddd }
.zigzag:last-child { border: none }
.center-content { padding-top: 15px; padding-bottom: 15px}
.center { text-align: center; }





/*Gallery with image popup*/


.magnific-img img {
    max-width: 100% !important;
    width: 100% !important;
    min-height: 180px !important;
    max-height: 180px !important;
    height: auto !important;
    object-fit: cover;
}

.magnific-img {
    display: inline-block;
    /*width: 33.33%;*/
    padding: 5px;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -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.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background:#0b0b0bb0;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 735px) {
  .projects_select {
    width: 100%;
  }
}

.normal-list { padding-left: 0 }
.normal-list li { list-style: none;  line-height: 30px; }
.normal-list li i {  color: #86021d; padding-right: 10px;}
.normal-list li a { color: #064827 } 
.bg-gray { background: #edf0f5 }

.link { color: #000;  }

/*.mel-nav ul{
  display:flex;
  flex-direction: row;
  padding-left: 15px;
}*/
.mel-nav li{
  list-style: none;
    padding-right: 15px;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #33333324;
}
.mel-filter.is-checked {  color: #064827 }
.mel-nav li:last-child { border-bottom: 0 }

.mel-grid {
  max-width: 100%;
}
.mel-grid:after {
  content: '';
  display: block;
  clear: both;
}
.mel-grid-sizer {
  width: 33%;
}

.mel-grid-item{
  width: 32%;
}
.mel-grid-item{
  float: left;
}
.mel-item-wrapper{
  
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.mel-item-wrapper:hover{
  -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}
.mel-image-container{
  width: 100%;
  height: 200px;
  max-height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mel-content{
  padding: 15px;
}

@media all and (min-width: 769px) and (max-width: 980px) {
  .mel-grid-item{
    width: 50%;
  }
}
@media (max-width: 768px) {
  .mel-grid-item{
    /*width: 100%;*/
    left: 0 !important;
  }
  .mel-filter-nav {
    padding-left: 0;
  }
  .member-photo img {    
   min-height: 100%;
   max-height: 100%; }
}


@media (max-width: 560px) {
.list-item ul li, .list-item-2 ul li{
  padding-right: 30px;
}
.page-title {
    font-size: 38px;
}
.welcome-widget, .news-single p {
    text-align: center;
    padding: 0 15px;
}
.swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
.swiper-button-next, .swiper-button-prev {
      top: 90%;
}

.theme-btn {
  padding: 15px;
}

}

.mel-item-wrapper { max-height: 250px; }

.widget_categories ul .menu-item.has-collapsible .menu-child {
  display: none;
}

.widget_categories ul .menu-item.has-collapsible span::after {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: inherit;
  position: absolute;
  top: 0.15rem;
  right: 1rem;
  color: #252a32;
  transition: all 0.35s ease;
}

.widget_categories ul .menu-item.active.has-collapsible .menu-child {
  display: block;
  transition: all 0.35s ease;
}

.widget_categories ul .menu-item.active.has-collapsible span::after {
  transform: rotate(180deg);
}
.team-member .table th { width: 50%; }

/* .under-construction {
    padding-top:30px;
} */
.post-single-thumb img {
    width: 100%;
    height: auto;
    min-height: 260px;
    max-height: 260px;
    object-fit: cover;
}
.wlp-thumb img {
    width: 100%;
    height: auto;
    min-height: 60px;
    max-height: 60px;
    object-fit: cover;
}
.lft_algn {
    text-align: left;
    font-size: 35px;
    color: #064827;
}
.princepl-table {
    text-align: left;
} 
.pri-td {
    text-align: initial;
    color: #e21d24;
    margin-bottom: 15px;
}
.team-member.princepl-table.btm-lns {
    border-bottom: none;
}
.ind_dir {
    background: #f1f1f1;
    padding: 40px 20px 40px 20px;
}
.cem-sec {
    padding: 0px 0 50px 0;
}
.council-subpage {
    margin: 50px 0;
}
.council-subpage th {
    text-align: center;
}
.about-siddha {
    padding: 50px 0;
}
.qut_contn p {
    text-align: center;
}
.team-member.princepl-table {
    border-bottom: none;
}
.abut-sid_img img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    box-shadow: 10px 10px 20px 0px #e21d2475;
}
.qut_inner {
    padding: 50px 0;
}
.qut_contn {
    margin-top: 80px;
}
.algn-md {
    margin: auto;
    padding-top: 1%;
}
.qut_contn.qut_inner {
    padding: 0px 50px 0px 0;
}
.qut_contn.qut_inner p {
    text-align: justify;
}
.iec_column {
    margin: 80px 0px 80px 0px;
}
.Principal-phto img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    max-height: 350px;
    object-fit: contain;
}
.bg-col table {
    background: #193226;
    color: #fff;
}
.opd-td {
    text-align: initial;
}
.mt-30 {
    margin-top: 25px;
    margin-bottom: 40px;
}
.about-section-6 {
    padding: 30px 0;
    position: relative;
}
.btm-alighn {
    margin-top: 30px;
}
.tran_cont p {
    margin-bottom: 50px;
    margin-top: 20px;
}

#mobile-header-expander .hamburger-menu {
    position: relative;
    display: block;
    width: 30px;
    height: 25px;
    top: 28px;
    color: #e21d24;
    right: 16px;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li a {
    padding: 12px 0 12px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #19203f;
    position: relative;
    display: inline-block;
    width: 100%;
}

.offcanvas-content {
    position: fixed;
    left: -250px;
    width: 52%;
    max-width: 52%;
    top: 0;
    bottom: 0;
    z-index: 9999;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}
.offcanvas-content #mobile-menu ul.mobile-menu>li a {
    padding: 12px 0 12px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #e21d24;
    position: relative;
    display: inline-block;
    /* width: 45%; */
}



@media (max-width:768px){
 .header-logo img {
    text-align: center;
    object-fit: cover;
    display: block;
}
}
.lft_al tr, td {
    text-align: initial;
}
.teach-staf-gl img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 300px;
    object-fit: contain;
}
.algn_ce td{
text-align: center;
}
.til {
    margin: 50px 0;
    color: #e21d24;
}











#app {
  width: 100%;
  /* padding: 48px 0; */
}
#app .cards {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#app .trigger {
  position: relative;
  flex-basis: 30%;
  margin: 1.5%;
  border-radius: 8px;
}
@media (max-width: 768px) {
  #app .trigger {
    flex-basis: 47%;
  }
}
@media (max-width: 480px) {
  #app .trigger {
    flex-basis: 80%;
    margin: 24px auto;
  }
}
#app .trigger:hover .card {
  transform: rotateX(180deg);
}
#app .trigger:hover .front {
  opacity: 0;
}
#app .trigger:hover .back {
  opacity: 1;
}
#app .trigger .card {
    transition: transform 0.5s;
    box-shadow: 3px 6px 10px 0px rgb(22 109 66 / 52%);
    border-radius: 8px;
    overflow: hidden;
}
#app .trigger .front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s;
  overflow: hidden;
  border-radius: 8px;
}
#app .trigger .back {
  transition: opacity 0.5s;
  transform: rotateX(180deg);
  opacity: 0;
}
main {
  display: block;
}
.card_stle {
    /* background: #e21d24; */
    margin: 20px 0px;
}
.img-txt {
    width: 100%;
    position: absolute;
    top: 75%;
    color: #ffffff;
    left: 0px;
    letter-spacing: 1px;
    right: 0;
    padding: 10px 0px 0px 8px;
    bottom: 0;
    background: #0000008a;
    margin: auto 0;
    word-spacing: 5px;
    line-height: 20px;
}
.back a {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    top: 45%;
    text-align: center;
    width: 40%;
    color: #e21d24;
}
.trigger img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
.trigger img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    opacity: 0.9;
}
.trigger:hover.trigger img{
 opacity: 5.8;
}
.stl-bg {
    padding: 30px;
    width: 65%;
    margin: auto;
    margin-top: 40px;
    box-shadow: 0px 0px 15px 0px #e21d2442;
}
.Hospital_staf td p {
    text-align: center;
}
.trustee_img img {
    height: auto;
    min-height: 335px;
    max-height: 335px;
    object-fit: contain;
}
.sprt_cnt {
    text-align: center;
    padding: 20px;
    display: inline-block;
    margin: 25px 0px;
}
.alin_le {
    text-align: center;
    margin-bottom: 0;
}
.sprt_cnt p {
    margin-top: 20px;
}

.sprt_img img {
    width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
    border-radius: 10px;
   /* box-shadow: -15px 15px 15px 0px #084053a3;*/
      box-shadow: -15px 15px 0px 0px #e2e2e2;
}
.txt_aln {
    margin: 40px 0;
}
h2.alin_ce {
    text-align: center;
}
.video-box-section {
    /*margin-top: 30px;*/
}
.al-c {
    text-align: center;
}
ul.ot_exten li {
    display: inline-block;
    margin: 0 0 0 10px;
    color: #e21d24;
}
ul.ot_exten {
    width: 20%;
    margin: auto;
    box-shadow: 0px 0px 2px 1px #e21d24;
    padding: 5px;
    border-radius: 5px;
}
ul.ot_exten p {
    margin: 0;
}
i.fas.fa-star {
    font-family: 'FontAwesome';
    color: #064827;
}
.list-item ul {
    margin-top: 20px;
}
.cl-s {
    text-align: center;
    margin: 40px 0 20px 0px;
}
.al-ph img {
    position: relative;
    top: 60px;
    padding: 15px;
}
.al-non-tch {
    position: relative;
    left: 20%;
}
.wd-80 {
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
}
.com-col {
    padding: 50px 0 50px 0;
}
.service-content.pdf_con {
    padding: 20px 0 35px 0px;
}
.client_lab_con p {
    margin-top: 15px;
    margin-bottom: 0;
}
.client_lab_con {
    padding-bottom: 50px;
}
.contact-info-widget {
    margin-bottom: 10px;
}
.al_tp {
    margin-bottom: 38px;
    margin-top: 20px;
}
.her_gar_con img {
    width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
    border-radius: 4px;
}
.her_gar_con {
    margin-top: 70px;
    margin-bottom: 50px;
}
.her_gar_con p {
    margin-top: 15px;
    text-align: justify;
}
.news-single a {
    font-weight: 800;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.cme_fun {
    padding-top: 50px;
} 
span.sub_td_main {
    font-size: 22px;
    line-height: 2;
}
.doctr_pht {
    margin-top: 40px;
}
.cour_img img {
    width: 100%;
    height: auto;
    min-height: 250px;
    max-height: 250px;
    border-radius: 10px;
    object-fit: cover;
}
.subpage.intake_column {
    width: 38%;
    margin: auto;
    text-align: center;
    padding: 30px 0;
}
.othr_lnk_con {
    margin-top: 50px;
}
.othr_lnk_con h3 {
    font-size: 20px;
    color: #001b0e;
    font-weight: 600;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.s-reslt {
    width: 50%;
    margin: auto;
    text-align: center;
}
.td_al th, td {
    text-align: center !important;
}
.atm_img img {
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
.fn_siz h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
.non_teach_staf td p {
    text-align: center;
}





th, td {
    border: 1px solid #dcdcdc !important;
}
.m-t-b {
    margin-top: 20px;
    margin-bottom: 10px;
}
.m-t-b img {
    min-height: 250px !important;
    max-height: 250px !important;
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.gallery_column {
    padding-bottom:70px;
    background: #eaeaea;
}
.news-single h5 {
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    /*min-height: 60px;*/
    /*max-height: 100px;*/
}
h2.news_td {
    font-size: 25px;
    color: #064827;
}
.princepl-table .table td, .table th {
    border: none !important;
}
.princepl-table td {
    text-align: left !important;
}
.team-member table tr, table td {
    border: none !important;
}
.team-member table td {
    text-align: start !important;
}

button.close {
    background: #e21d24;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: auto;
    z-index: 9999;
    opacity: 1;
    color: #fff;
}
.modal-dialog {
    max-width: 750px;
}
.modal-header {
    display: block;
    background: #e21d24;
    color: #fff;
}
.pt-100 {
    padding-top: 170px;
}
#admission_entry {
    padding-right: 30px;
}
.pt-100.text-white:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #e21d24;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.9;
}
h5.text-center {
    color: #e21d24;
    /*padding-top: 35px;*/
    /*padding-bottom: 25px;*/
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.modal-content{
    height:590px;
}



@media screen and (min-width:481px) and (max-width:767px) {
    .modal-content {
    height: auto;
}
#admission_entry {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}
}


@media screen and (min-width:320px) and (max-width:480px) {
    .modal-content {
    height: auto;
}
#admission_entry {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}
}
.contact-widget-2 ul li a {
    font-size: 15px;
    color: #fff;
}
.contact-widget-2 ul li .contact-icon i {
    font-size: 13px;
}
.contact-widget-2 ul {
    list-style: none;
    padding: 0;
}
.contact-widget-2 .contact-icon {
    color: #ffffff;
    font-size: 18px;
    margin-right: 5px;
}
.button button {
    padding: 4px 40px;
}
.button {
    text-align: center;
    padding-top: 15px;
}
.contact-widget-2 {
    margin-top: 30px;
}
.header-content.is-sticky .header-logo {
    display: none;
}
.pdf-grid.ad_pdf {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
span.head_gal {
    color: #e21d24;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.opd-content.tour_heading {
    text-align: center;
    margin: 2rem 0 1rem 0;
    border: 1px dotted #e21d24;
    padding: 10px 0;
    background: #0000000a;
}
span.section-intro.medical_camp_td {
    font-size: 18px;
    color: #636363;
    letter-spacing: 0;
    text-transform: capitalize;
}
.camp-pdf .copany-info-box {
    padding: 10px 30px;
    width: 70%;
}

.mm-link{
      color:#001b0e;
  }
.mm-link:hover{
      color:#001b0e;
  }
.camp-pdf {
    margin-bottom: 1rem;
}