/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     RedRule
Version:        1.0.0
Author:         Unique-Theme
URL:            http://themeforest.net/user/Unique-Theme
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Global Elements
#0.3  header
#0.4  hero-slider
#0.5  footer
#0.6  features-grids
#0.7  services-section
#0.8  about-section
#0.9  testimonials-section
#1.0  feature-projects
#1.1  cta-section
#1.2  partners-section
#1.3  contact-section
#1.4  fun-fact-section
#1.5  recent-blog-section
#1.6  cta-s2-section
#1.7  social-newsletter-section


--------------------------------------------------------------
  #Home style 2
---------------------------------------------------------------
#2.1  services-section-s2
#2.2  about-section-s2
#2.3  feature-projects-s2
#2.3  cta-section-s2


--------------------------------------------------------------
  #Home style 3
---------------------------------------------------------------
#3.1  features-section-s2
#3.2  about-section-s3
#3.3  feature-projects-s3


--------------------------------------------------------------
  #service page
---------------------------------------------------------------
#4.1  services-pg-section


--------------------------------------------------------------
  #testimonials page
---------------------------------------------------------------
#5.1  testimonials-pg-section


--------------------------------------------------------------
  #service single page
---------------------------------------------------------------
#6.1  service-single-section


--------------------------------------------------------------
  #project single page
---------------------------------------------------------------
#7.1  project-single-section


--------------------------------------------------------------
  #shop page
---------------------------------------------------------------
#8.1  shop-section


--------------------------------------------------------------
  #shop details page
---------------------------------------------------------------
#9.1  shop-details-section


--------------------------------------------------------------
  #projects page
---------------------------------------------------------------
#10.1 projects-pg-section


--------------------------------------------------------------
  #projects s2 page
---------------------------------------------------------------
#11.1 projects-pg-section-s2


--------------------------------------------------------------
  #contact page
---------------------------------------------------------------
#12.1 contact-pg-section


--------------------------------------------------------------
  #contact s2 page
---------------------------------------------------------------
#13.1 contact-pg-section-s2


--------------------------------------------------------------
  #blog page
---------------------------------------------------------------
#14.1 blog-pg-section


--------------------------------------------------------------
  #blog single page
---------------------------------------------------------------
#15.1 blog-single-section


--------------------------------------------------------------
  #404 page
---------------------------------------------------------------
#16.1   error-404-section


--------------------------------------------------------------
  #about page
---------------------------------------------------------------
#17.1   about-pg-section
#17.2   about-pg-features-grids
#17.3   about-pg-history
#17.4   team-section




----------------------------------------------------------------*/
/*---------------------------
  Fonts
----------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i,900|Playfair+Display:400,400i,700,700i,900,900i');
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 15px;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  color: #b32b2b;
  font-size: 15px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 991px) {
  body {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

p {
  color: #7a1616;/*
  color: #787878;*/
  line-height: 1.8em;
}
h2{
    font-family: 'Playfair Display', serif;
}


h1,

h3,
h4,
h5,
h6 {
 /* font-family: 'Playfair Display', serif;*/
 font-family: 'Poppins', sans-serif;
  color: #000;
  font-size:14px;
  font-weight:400;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
  list-style-position: inside;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

b, strong {
  font-weight: 500;
}
hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;
}
/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}
.box-style {
    padding: 0 40px;
}
.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 50px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

.rotate-text {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #b5b5b5;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transform: rotate(-90deg) translateY(50%);
  -ms-transform: rotate(-90deg) translateY(50%);
  transform: rotate(-90deg) translateY(50%);
  display: inline-block;
  position: absolute;
  left: -180px;
  top: 50%;
}

@media (max-width: 1199px) {
  .rotate-text {
    display: none;
  }
}

.rotate-text:before {
  content: "";
  background: #b5b5b5;
  width: 2px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -25px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rotate-text:after {
  content: "";
  background: #b5b5b5;
  width: 2px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: -25px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  margin-top: 15px;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #b32b2b;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

/*** back to top **/
.back-to-top {
  background-color: #b32b2b;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #780000;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/** color ***/
.color-w {
  color: #fff !important;
}
.color-b {
  color: #003049 !important;
}
.color-g {
  color: #b32b2b !important;
}
/** bg color ***/
.bg-color-w {
background:  #fff !important;
}
.bg-color-b {
 background: #003049 !important;
}
.bg-color-g {
background: #b32b2b !important; 
z-index: 11; 
}

.font-size-30 {
   font-size: 30px !important;
 }
 .pad-top-0 {
  padding-top: 0 !important;
 }
/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

.section-title {
  margin-bottom: 50px;
  margin-top: -5px;
}
.section-title-s2 {
  margin-bottom: 50px;
  margin-top: -5px;
}
@media (max-width: 991px) {
    .section-title-s2 {
    margin-bottom: 30px;
    margin-top: -2px;
    border-right: none;
  }
}
.section-title-s3 {
  margin-bottom: 50px;
  margin-top: -5px;
}
.section-title > span, .section-title-s2 > span, .section-title-s3 > span {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  color: #7a1616;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .section-title > span, .section-title-s2 > span, .section-title-s3 > span {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

@media (max-width: 767px) {
  .section-title, .section-title-s2, .section-title-s3 {
    margin-bottom: 40px;
  }
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
  font-size: 42px;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0.23em 0 0.5em;
  position: relative;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
    font-size: 32px;
    font-size: 2.13333rem;
  }
}

.section-title p, .section-title-s2 p, .section-title-s3 p {
  color: #a7a5a5;
  margin: 0;
}

.section-title h2, .section-title-s2 h2 {
  position: relative;
    border-bottom: 1px solid #ececec;
    font-size: 28px;
    margin-bottom: 0;
    padding-bottom: 0.5em;
}

.section-title h2:before, .section-title-s2 h2:before {
  content: "";
  width: 40px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-title-s3 {
  text-align: center;
}  
.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
  background-color: #b32b2b;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  padding: 0 20px;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-size: 1rem;
    padding: 0 25px;
  }
}

.theme-btn:hover, .theme-btn-s2:hover, 
.theme-btn-s3:hover, .theme-btn-s4:hover, 
.theme-btn:focus, .theme-btn-s2:focus, 
.theme-btn-s3:focus, .theme-btn-s4:focus, 
.theme-btn:active, .theme-btn-s2:active, 
.theme-btn-s3:active, .theme-btn-s4:active {
  background-color: #780000;
  color: #fff;
}

.theme-btn-s2 {
  height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 14px;
    padding: 0 15px;
    adding: 0 30px;
    border-radius: 40px;
    text-transform: capitalize;
}
.theme-btn-s3 {
  background-color: #003049;
  color: #fdf7f7;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  line-height: 35px;
}

@media (max-width: 1199px) {
  .theme-btn-s3 {
    line-height: 43px;
  }
}

.theme-btn-s3:hover, .theme-btn-s3:focus, .theme-btn-s3:active {
  background-color: #b32b2b;
  color: #fff;
}

.theme-btn-s4 {
  background-color: #fdf7f7;
  color: #fff;
}

.theme-btn-s4:hover {
  background-color: #000102;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #b32b2b;
  -webkit-box-shadow: 0 0 5px 0 #b32b2b;
  -moz-box-shadow: 0 0 5px 0 #b32b2b;
  -o-box-shadow: 0 0 5px 0 #b32b2b;
  -ms-box-shadow: 0 0 5px 0 #b32b2b;
  box-shadow: 0 0 5px 0 #b32b2b;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.html) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #b32b2b;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #b32b2b;
}

/******************************
  #page title
******************************/
.page-title {
  background: url("../images/page-title.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 500px;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .page-title {
    height: 300px;
  }
}

.page-title:before {
    content: "";
    background-color: rgb(22, 22, 22);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title h2 {
font-size: 60px;
    font-weight: 500;
    margin: 0 0 0.30em;
    text-transform: uppercase;
    background: rgb(179 43 43 / 58%);
    display: inline-block;
    padding: 30px;

}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .page-title .breadcrumb li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.page-title .breadcrumb li a {
  color: #b32b2b;
}

.page-title .breadcrumb li a:hover {
  color: #b32b2b;
}

.page-title .breadcrumb > li + li:before {
  content: "\e628";
  color: #b32b2b;
  margin-right: 5px;
}

.page-loader {
  background-color: #fdf7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
}

.page-loader .page-loader-inner {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  border: 4px solid #b32b2b;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: loader 2s infinite ease;
  animation: loader 2s infinite ease;
}

.page-loader .page-loader-inner .inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  border-radius: 50%;
  background-color: #b32b2b;
  -webkit-animation: loader-inner 2s infinite ease-in;
  animation: loader-inner 2s infinite ease-in;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

/****************************************
  service single sidebar
****************************************/
.service-sidebar {
  /*** service-list-widget ***/
  /*** download-widget ***/
  /*** contact-widget ***/
}

.service-sidebar .experience-text h2 {
  font-size:36px;
  margin-bottom: 30px
}

@media (max-width: 991px) {
  .service-sidebar .experience-text h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .service-sidebar .experience-text h2 {
    font-size: 24px;
  }
}

.service-sidebar .experience-text h2 span {
  display: inline-block;
  border: 5px solid #b32b2b;
  padding: 15px 20px 20px;
}

@media (max-width: 767px) {
  .service-sidebar .experience-text h2 span {
    padding: 15px 8px 20px;
  }
}

.service-list-widget h3 {
    background: #003049;
  padding: 15px 0 18px 20px;
  color: #fff;
  font-size: 22px;
}
@media (max-width: 991px) {
  .service-sidebar {
    max-width: 300px;
    margin-top: 80px;
  }
}

.service-sidebar > .widget + .widget {
  margin-top: 60px;
}

.service-sidebar .service-list-widget ul {
  list-style: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}

.service-sidebar .service-list-widget ul li {
  border-bottom: 1px solid #e6e6e6;
}

/*.service-sidebar .service-list-widget a {
  font-weight: 500;
  display: block;
  color: #003049;
  padding: 15px 24px;
}*/

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
  background-color: #b32b2b;
  color: #fff;
}

.service-sidebar .download-widget ul {
  list-style: none;
}

.service-sidebar .download-widget ul > li + li {
  margin-top: 5px;
}

.service-sidebar .download-widget ul a {
  background-color: #fdf7f7;
  color: #fff;
  padding: 17px 25px;
  display: block;
}

.service-sidebar .download-widget ul i {
  display: inline-block;
  padding-right: 10px;
  color: #b32b2b;
}

.service-sidebar .download-widget ul a:hover {
  color: #b32b2b;
}

.service-sidebar .contact-widget {
  background-color: #b32b2b;
  padding: 45px 30px;
}

.service-sidebar .contact-widget h4 {
  font-size: 22px;
  font-size: 1.46667rem;
  color: #fdf7f7;
  margin: 0 0 0.8em;
}

.service-sidebar .contact-widget p {
  color: #fdf7f7;
  margin: 0 0 1em;
}

.service-sidebar .contact-widget p + a {
  color: #fff;
}

.service-sidebar .contact-widget p + a i {
  font-size: 14px;
}

.service-sidebar .contact-widget p + a:hover {
  color: #fdf7f7;
}

.service-sidebar .contact-widget {
  border: 4px solid #f0f2f3;
  padding: 40px 30px;
  overflow-wrap: break-word;
}

.service-sidebar .contact-widget li span {
  color: #c83226;
}

.service-sidebar .contact-widget ul > li + li {
  margin-top: 15px;
}
/****************************************
  shop sidebar
****************************************/
.shop-sidebar {
  /*** search-widget ***/
  /*** categories-widget ***/
  /*** popular-product-widget ***/
  /*** tag-widget ***/
}

@media (max-width: 991px) {
  .shop-sidebar {
    max-width: 300px;
    margin-top: 70px;
  }
}

.shop-sidebar > .widget + .widget {
  margin-top: 65px;
}

.shop-sidebar .widget > h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  text-transform: uppercase;
  margin: 0 0 1.5em;
}

.shop-sidebar .widget ul {
  list-style: none;
}

.shop-sidebar .search-widget div {
  position: relative;
}

.shop-sidebar .search-widget button {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #b32b2b;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shop-sidebar .search-widget input {
  background-color: #fdf7f7;
  height: 50px;
  padding: 6px 40px 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-sidebar .categories-widget ul li {
  position: relative;
  color: #727780;
}

.shop-sidebar .categories-widget ul li span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shop-sidebar .categories-widget ul li a {
  color: #727780;
}

.shop-sidebar .categories-widget ul > li + li {
  margin-top: 15px;
}

.shop-sidebar .categories-widget ul li a:hover {
  color: #b32b2b;
}

.shop-sidebar .popular-product-widget ul li {
  overflow: hidden;
}

.shop-sidebar .popular-product-widget ul > li + li {
  margin-top: 20px;
}

.shop-sidebar .popular-product-widget .product-image {
  width: 70px;
  float: left;
}

.shop-sidebar .popular-product-widget .product-info {
  width: calc(100% - 70px);
  float: left;
  padding-left: 20px;
}

.shop-sidebar .popular-product-widget .product-info > a {
  color: #727780;
  display: block;
  margin-bottom: 4px;
}

.shop-sidebar .popular-product-widget .product-info > a:hover {
  color: #b32b2b;
}

.shop-sidebar .popular-product-widget .star-rating {
  margin-bottom: 5px;
}

.shop-sidebar .popular-product-widget .star-rating i {
  font-size: 12px;
  font-size: 0.8rem;
  color: #b32b2b;
}

.shop-sidebar .tag-widget .tagcloud a {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #727780;
  display: inline-block;
  border: 1px solid #e8e8e8;
  padding: 6px 15px;
  border-radius: 32px;
  margin: 0 5px 5px 0;
}

.shop-sidebar .tag-widget .tagcloud a:hover {
  background-color: #b32b2b;
  border-color: #b32b2b;
  color: #fff;
}

/**** pagination ****/
.pagination-wrapper {
  max-height: 45px;
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 45px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  font-size: 1.33333rem;
  border: 1px solid transparent;
  color: #06163a;
  display: block;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  border-color: #fdf7f7;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/****************************************
  blog sidebar
****************************************/
.blog-sidebar {
  /*** search-widget ***/
  /*** categories-widget ***/
  /*** popular-product-widget ***/
  /*** tag-widget ***/
}

@media (max-width: 991px) {
  .blog-sidebar {
    max-width: 300px;
    margin-top: 70px;
  }
}

.blog-sidebar > .widget + .widget {
      margin-top: 65px;
    background: #fdf7f7;
    padding: 30px;
}

.blog-sidebar .widget > h3 {
  font-size: 30px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

.blog-sidebar .widget > h3:before {
  content: "";
  background-color: #b32b2b;
  width: 40px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.blog-sidebar .widget ul {
  list-style: none;
}

.blog-sidebar .search-widget div {
  position: relative;
}

.blog-sidebar .search-widget button {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #b32b2b;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .search-widget input {
  background-color: #fdf7f7;
  height: 50px;
  padding: 6px 40px 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-sidebar .categories-widget ul li {
  position: relative;
  color: #727780;
}

.blog-sidebar .categories-widget ul li span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .categories-widget ul li a {
  color: #727780;
}

.blog-sidebar .categories-widget ul > li + li {
  margin-top: 15px;
}

.blog-sidebar .categories-widget ul li a:hover {
  color: #b32b2b;
}

.blog-sidebar .popular-post-widget ul li {
  overflow: hidden;
}

.blog-sidebar .popular-post-widget ul > li + li {
  margin-top: 20px;
}

.blog-sidebar .popular-post-widget .post-image {
  width: 70px;
  float: left;
}

.blog-sidebar .popular-post-widget .post-info {
  width: calc(100% - 70px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar .popular-post-widget .post-title {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.6em;
}

@media (max-width: 991px) {
  .blog-sidebar .popular-post-widget .post-title {
    font-size: 15px;
    font-size: 1rem;
  }
}

.blog-sidebar .popular-post-widget .post-info > a {
  color: #727780;
  display: block;
  margin-bottom: 4px;
}

.blog-sidebar .popular-post-widget .post-info > a:hover {
  color: #b32b2b;
}

.blog-sidebar .tag-widget .tagcloud a {
  font-size: 14px;
  color: #727780;
  display: inline-block;
  border: 1px solid #e8e8e8;
  padding: 13px;
  margin: 0 5px 5px 0;
}

.blog-sidebar .tag-widget .tagcloud a:hover {
  background-color: #b32b2b;
  border-color: #b32b2b;
  color: #fff;
}

.theme-accordion-s1, .theme-accordion-s2 {
  margin-bottom: 0;
}

.theme-accordion-s1 .panel-default, .theme-accordion-s2 .panel-default {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.theme-accordion-s1 .panel-heading, .theme-accordion-s2 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel + .panel, .theme-accordion-s2 .panel + .panel {
  margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a, .theme-accordion-s2 .panel-heading a {
  background-color: #b32b2b;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #fff;
  display: block;
  padding: 18px 25px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a, .theme-accordion-s2 .panel-heading a {
    font-size: 16px;
    font-size: 1.06667rem;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a, .theme-accordion-s2 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s1 .panel-heading a:before, .theme-accordion-s2 .panel-heading a:before {
  content: "\e64b";
  font-size: 15px;
  font-size: 1rem;
  position: absolute;
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a:before, .theme-accordion-s2 .panel-heading a:before {
    font-size: 18px;
    font-size: 1.2rem;
    right: 20px;
  }
}

.theme-accordion-s1 .panel-heading a:focus, .theme-accordion-s2 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed, .theme-accordion-s2 .panel-heading .collapsed {
  background-color: #f1f1f1;
  color: #06163a;
}

.theme-accordion-s1 .panel-heading .collapsed:before, .theme-accordion-s2 .panel-heading .collapsed:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body, .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
  background-color: #fbfbfb;
  font-size: 18px;
  font-size: 1.2rem;
  border: 0;
  padding: 40px 25px 15px;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body, .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 25px 10px;
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body, .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    padding: 15px 15px 8px;
  }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p, .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body p {
  margin-bottom: 1.3em;
}

.theme-accordion-s2 .panel-default {
  border: 0;
  position: relative;
}

.theme-accordion-s2 .panel-heading a {
  background-color: #fff;
  color: #b32b2b;
  display: block;
  padding: 12px 25px;
  border: 1px solid #dde2e8;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s2 .panel-heading a {
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s2 .panel-heading a .icon {
  background: #b32b2b;
  width: 47px;
  height: 47px;
  line-height: 47px;
  color: #fff;
  font-size: 20px;
  font-size: 1.33333rem;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading a .icon {
    display: none;
  }
}

.theme-accordion-s2 .panel-heading a .icon:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-accordion-s2 .panel-heading a:before {
  display: none;
}

.theme-accordion-s2 .panel-heading .collapsed {
  color: #1e2331;
}

.theme-accordion-s2 .panel-heading .collapsed .icon:before {
  content: "\f107";
}

.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
  padding-left: 130px;
  min-height: 135px;
  position: relative;
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    padding-left: 15px;
    min-height: auto;
  }
}

.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body .img-holder {
  position: absolute;
  left: 0;
  top: 30px;
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body .img-holder {
    position: static;
    margin-bottom: 15px;
  }
}

/*--------------------------------------------------------------
#0.3  header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

/*.site-header .navigation .navbar-brand {
  height: auto;
}*/

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar ul {
  list-style: none;
}

.top-right-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    
    float: right;
    /*margin-top: 8px;*/
}
.top-right-menu a{
    color: #cacaca;
    content: "";
   
   
    
    
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #b32b2b;
}
.navbar-nav .menu-item-has-children a{
   
    font-size: 16px;
    text-transform: capitalize;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 17px;
    font-size: 1.13333rem;
    font-weight: 400;
    color: #fff;
    padding: 40px 16px;
    text-transform: capitalize;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #003049;
    width: 320px;
    padding: 5px 12px;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
  }
 
  .site-header #navbar > ul > li .sub-menu li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-weight:600;
    border-bottom:1px solid lightgrey;
    color: #fff;
    display: block;
    padding: 12px 15px;
  }
  .site-header #navbar > ul > li .sub-menu a:hover {
    color: #b32b2b;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    /*left: 110%;*/
    left:0;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
  /*  content: "\e64b";*/
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #b32b2b;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #b32b2b;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 37px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #b32b2b;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #b32b2b;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

/**********************************
  header style 1
***********************************/
.header-style-1, .header-style-2, .header-style-3 {
  /*** topbar ***/
  /*** cart-search-contact ***/
}

@media screen and (min-width: 992px) {
  .header-style-1, .header-style-2, .header-style-3 {
    background-color: rgba(255, 255, 255, 0.05);
    width: 100%;
   /* border-bottom: 1px solid rgba(255, 255, 255, 0.07);*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
    background-color: transparent;
  }
  .header-style-1 .navbar-header, .header-style-2 .navbar-header, .header-style-3 .navbar-header {
    margin-top: 7px;
  }
  .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
    margin-right: 55px;
  }
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1.06667rem;
    padding: 40px 12px;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    font-size: 16px;
    font-weight:600;
  }
  .header-style-1 #navbar, .header-style-2 #navbar, .header-style-3 #navbar {
    margin-right: 100px;
  }
}

@media (max-width: 991px) {
  .header-style-1 .navigation, .header-style-2 .navigation, .header-style-3 .navigation {
    background-color: #fdf7f7;
  }
  .header-style-1 .navigation .container, .header-style-2 .navigation .container, .header-style-3 .navigation .container {
    padding: 0 10px 15px;
  }
}

@media (max-width: 991px) {
  .header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
    background-color: #fdf7f7;
  }
}

@media (max-width: 767px) {
  .header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
    text-align: center;
    padding-top: 8px;
  }
}

.header-style-1 .topbar .container, .header-style-2 .topbar .container, .header-style-3 .topbar .container {
  position: relative;
}

.header-style-1 .topbar .container:before, .header-style-2 .topbar .container:before, .header-style-3 .topbar .container:before {
  width: calc(100% - 30px);
  height: 1px;
 /* background-color: rgba(255, 255, 255, 0.07);*/
  position: absolute;
  bottom: 0;
  left: 15px;
}

.header-style-1 .topbar li, .header-style-2 .topbar li, .header-style-3 .topbar li {
  font-weight: 300;
  color: #cacaca;
}

.header-style-1 .topbar .contact-info ul, .header-style-2 .topbar .contact-info ul, .header-style-3 .topbar .contact-info ul {
  overflow: hidden;
  list-style: none;
}

.header-style-1 .topbar .contact-info ul li, .header-style-2 .topbar .contact-info ul li, .header-style-3 .topbar .contact-info ul li {
  float: left;
  padding: 15px 0;
}

@media (max-width: 991px) {
  .header-style-1 .topbar .contact-info ul li, .header-style-2 .topbar .contact-info ul li, .header-style-3 .topbar .contact-info ul li {
    padding: 18px 0;
  }
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info ul li, .header-style-2 .topbar .contact-info ul li, .header-style-3 .topbar .contact-info ul li {
    float: none;
    padding: 0;
  }
}

.header-style-1 .topbar .contact-info ul li i, .header-style-2 .topbar .contact-info ul li i, .header-style-3 .topbar .contact-info ul li i {
  display: inline-block;
  color: #ffffff;
  padding-right: 5px;
}

.header-style-1 .topbar .contact-info ul > li + li, .header-style-2 .topbar .contact-info ul > li + li, .header-style-3 .topbar .contact-info ul > li + li {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info ul > li + li, .header-style-2 .topbar .contact-info ul > li + li, .header-style-3 .topbar .contact-info ul > li + li {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    border-left: 0;
  }
}

/*.header-style-1 .topbar .social-icons, .header-style-2 .topbar .social-icons, .header-style-3 .topbar .social-icons {
  float: right;
}*/

@media (max-width: 767px) {
  .header-style-1 .topbar .social-icons, .header-style-2 .topbar .social-icons, .header-style-3 .topbar .social-icons {
    float: none;
    float: none;
    left: -480px;
    position:relative;
    width: 100%;
  }
}

.header-style-1 .topbar .social-icons ul, .header-style-2 .topbar .social-icons ul, .header-style-3 .topbar .social-icons ul {
  list-style: none;
  overflow: hidden;
  /*padding: 15px 0;*/
}

@media (max-width: 991px) {
  .header-style-1 .topbar .social-icons ul, .header-style-2 .topbar .social-icons ul, .header-style-3 .topbar .social-icons ul {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .header-style-1 .topbar .social-icons ul, .header-style-2 .topbar .social-icons ul, .header-style-3 .topbar .social-icons ul {
    display: inline-block;
  }
}

.header-style-1 .topbar .social-icons ul li, .header-style-2 .topbar .social-icons ul li, .header-style-3 .topbar .social-icons ul li {
  float: left;
}

.header-style-1 .topbar .social-icons ul > li + li, .header-style-2 .topbar .social-icons ul > li + li, .header-style-3 .topbar .social-icons ul > li + li {
  margin-left: 15px;
}

.header-style-1 .topbar .social-icons ul a, .header-style-2 .topbar .social-icons ul a, .header-style-3 .topbar .social-icons ul a {
 
  font-size: 13px;
    color: #fff;
    font-weight: 600;
}

.header-style-1 .cart-search-contact, .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact {
  position: absolute;
  right: -65px;
  top: 72px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

@media (max-width: 991px) {
  .header-style-1 .cart-search-contact, .header-style-2 .cart-search-contact, .header-style-3 .cart-search-contact {
    right: 95px;
  }
}

.header-style-1 .cart-search-contact button, .header-style-2 .cart-search-contact button, .header-style-3 .cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

.header-style-1 .cart-search-contact .fi, .header-style-2 .cart-search-contact .fi, .header-style-3 .cart-search-contact .fi {
  font-size: 30px;
  font-size: 2rem;
  color: #e4e4e4;
}

.header-style-1 .cart-search-contact > div, .header-style-2 .cart-search-contact > div, .header-style-3 .cart-search-contact > div {
  float: left;
  position: relative;
}

.header-style-1 .cart-search-contact > div + div, .header-style-2 .cart-search-contact > div + div, .header-style-3 .cart-search-contact > div + div {
  margin-left: 20px;
}

@media (max-width: 450px) {
  .header-style-1 .cart-search-contact .header-search-form-wrapper, .header-style-2 .cart-search-contact .header-search-form-wrapper, .header-style-3 .cart-search-contact .header-search-form-wrapper {
    display: none;
  }
}

.header-style-1 .cart-search-contact .header-search-form, .header-style-2 .cart-search-contact .header-search-form, .header-style-3 .cart-search-contact .header-search-form {
  position: absolute;
  width: 250px;
  right: -25px;
  top: 75px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 15px 60px -19px black;
  box-shadow: 0px 15px 60px -19px black;
}

.header-style-1 .cart-search-contact form div, .header-style-2 .cart-search-contact form div, .header-style-3 .cart-search-contact form div {
  position: relative;
}

.header-style-1 .cart-search-contact form div button, .header-style-2 .cart-search-contact form div button, .header-style-3 .cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-style-1 .cart-search-contact input, .header-style-2 .cart-search-contact input, .header-style-3 .cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-style-1 .cart-search-contact .mini-cart .fi:before, .header-style-2 .cart-search-contact .mini-cart .fi:before, .header-style-3 .cart-search-contact .mini-cart .fi:before {
  font-size: 25px;
  font-size: 1.66667rem;
}

.header-style-1 .cart-search-contact .mini-cart .cart-count, .header-style-2 .cart-search-contact .mini-cart .cart-count, .header-style-3 .cart-search-contact .mini-cart .cart-count {
  background: #b32b2b;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  font-size: 0.66667rem;
  color: white;
  position: absolute;
  top: 0;
  right: -11px;
  border-radius: 50%;
}

.header-style-1 .cart-search-contact .mini-cart-content, .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
  background: #fff;
  width: 244px;
  border-top: 2px solid #b32b2b;
  z-index: 10;
  position: absolute;
  right: -25px;
  top: 75px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 15px 60px -19px black;
  box-shadow: 0px 15px 60px -19px black;
}

@media (max-width: 450px) {
  .header-style-1 .cart-search-contact .mini-cart-content, .header-style-2 .cart-search-contact .mini-cart-content, .header-style-3 .cart-search-contact .mini-cart-content {
    right: auto;
    left: -185px;
  }
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-title, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-title, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-title {
  padding: 12px 15px;
}

.header-style-1 .cart-search-contact .mini-cart-content p, .header-style-2 .cart-search-contact .mini-cart-content p, .header-style-3 .cart-search-contact .mini-cart-content p {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #06163a;
  margin: 0;
  text-transform: uppercase;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-items, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-items, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-items {
  padding: 15px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item:first-child, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item:first-child, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #eee;
  float: left;
  margin-right: 15px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image a, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image a, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image img {
  display: block;
  width: 46px;
  height: 46px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image:hover, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image:hover, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-image:hover {
  border-color: #fdc900;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 500;
  text-align: left;
  color: #06163a;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
  color: #b32b2b;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #888;
  display: block;
  margin-top: 3px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.8rem;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action {
  padding: 20px 15px;
  border-top: 1px solid #efefef;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2 {
  float: right;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price, .header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price, .header-style-3 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #06163a;
  margin-top: 10px;
  display: inline-block;
}

.header-style-1 .cart-search-contact .mini-cart-content-toggle, .header-style-2 .cart-search-contact .mini-cart-content-toggle, .header-style-3 .cart-search-contact .mini-cart-content-toggle,
.header-style-1 .cart-search-contact .header-search-content-toggle,
.header-style-2 .cart-search-contact .header-search-content-toggle,
.header-style-3 .cart-search-contact .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.header-style-1 .get-quote, .header-style-2 .get-quote, .header-style-3 .get-quote {
  padding-top: 6px;
  float: right;
}
@media (max-width: 991px) {
.header-style-1 .get-quote, .header-style-2 .get-quote, .header-style-3 .get-quote  {
    display: none;
  }
}

/**********************************
  header style 2
***********************************/
.header-style-2 .navigation, .header-style-3 .navigation {
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .header-style-2, .header-style-3 {
    background-color: #fff;
    border-bottom: 0;
    position: static;
    z-index: 10;
  }
  .header-style-2 .topbar, .header-style-3 .topbar {
    background-color: #b32b2b;
  }
  .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    color: #06163a;
    font-weight: bold;
  }
}

.header-style-2 .cart-search-contact .fi, .header-style-3 .cart-search-contact .fi {
  color: #b32b2b;
}

/**********************************
  header style 3
***********************************/
@media screen and (min-width: 992px) {
  .header-style-3 {
    background-color: transparent;
    position: absolute;
    left: 0;
  }
  .header-style-3 .topbar {
    background-color: transparent;
  }
  .header-style-3 .topbar .container {
    background-color: #b32b2b;
  }
  .header-style-3 .navigation {
    background-color: transparent;
  }
  .header-style-3 .navigation .container {
    background-color: #fff;
  }
}

/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/


@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

.hero .slide {
  height: 90vh;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
}

@media (max-width: 767px) {
  .hero .slide .container {
    padding: 0;
  }
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  width: 55px;
  height: 55px;
  z-index: 10;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
    border: 2px solid #f90202;
    background:  #b32b2b;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}

.hero .slick-prev {
  left: 25px;
}

.hero .slick-prev:before {
  content: "\f113";
  font-size: 26px;
  opacity: 1;
}

.hero .slick-next {
  right: 25px;
}

.hero .slick-next:before {
  content: "\f10f";
  font-size: 30px;
  opacity: 1;
}

.hero .slick-dots {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero .slick-dots {
    display: none !important;
  }
}

.hero .slick-dots li {
  margin: 0;
}

.hero .slick-dots button {
  background-color: #b32b2b;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
  display: none;
}
.static-hero {
    background: url(../images/slider/slide-1.jpg) center center / auto no-repeat local;
}
/***********************************
  hero style 1
*************************************/
.hero-style-1 {
    min-height: 700px;
  /*** hero slider animation ***/
}

    
@media (max-width: 991px) {
  .hero-style-1 {
    height: 400px;
    min-height: auto;
  }
}

.hero-style-1 .slide {
  min-height: 700px;
}

@media (max-width: 991px) {
  .hero-style-1 .slide{
    height: 500px;
    min-height: auto;
  }
}

.hero-style-1 .slide:before {
    content: "";
    background-color: rgb(0 48 79);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
}

.hero-style-1 .slide-caption {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .hero-style-1 .slide-caption {
    margin-top: 88px;
  }
}

.hero-style-1 .slide-caption p {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 300;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #b32b2b;
    display: inline-block;
    padding: 0 10px;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption p{
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption p{
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.hero-style-1 .slide-caption h2{
  font-size: 55px;
  font-weight: bold;
  margin: 30px 0 8px 0;
  color: #fff;
  line-height: 1.27em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .hero-style-1 .slide-caption h2 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

 .hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span {
  color: #b32b2b;
  margin-bottom: 10px;
  padding: 5px 20px 13px;
  display: inline-block;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span {
    padding: 4px 15px 12px;
  }
}

@media (max-width: 450px) {
  .hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span {
    padding: 4px 10px 12px;
  }
}
.hero-style-1 .slide-caption > div {
  overflow: hidden;
  text-align: left;
}

.hero-style-1 .slide-caption > div * {
  -webkit-animation: fadeOutLeft 1.5s both;
  animation: fadeOutLeft 1.5s both;
}
.hero-style-1 .slide-caption > .slider-pic * {
    -webkit-animation: fadeOutRight 1.5s both;
    animation: fadeOutRight 1.5s both;
}
.hero-style-1 .slide-caption > div.slide-title *  {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero-style-1 .slide-caption > div.slide-subtitle * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero-style-1 .slide-caption > div.btns * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero-style-1 .hero-slider .slick-current .slide-caption > div *  {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.hero-style-1 .hero-slider .slick-current .slide-caption > .slider-pic * {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.hero-style-1 .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.hero-style-1 .hero-slider .slick-current .slide-caption > div.slide-title * {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.hero-style-1 .hero-slider .slick-current .slide-caption > div.btns * {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.hero-style-1 .slider-pic,
.hero-style-2 .slider-pic {
    max-width: 625px;
    width: 425px;
    position: absolute;
    bottom: -60%;
    right: -53%;
    z-index: 2;
    animation: topBottom 3s ease-in-out infinite;
}

@media (max-width: 991px) {
    .hero-style-1 .slider-pic,
    .hero-style-2 .slider-pic {
        max-width: 350px;
        right: -60%;
        bottom: 8px;
    }
}

@media (max-width: 767px) {
    .hero-style-1 .slider-pic,
    .hero-style-2 .slider-pic {
        display: none;
    }
}
/*** cta-banner ***/
.cta-banner {
  position: relative;
  display: block;
  z-index: 1;
}
.cta-banner-img-box {
  position: relative;
  display: block;
}


.cta-banner-img>img {
  width: 100%;
  animation: topBottom 3s ease-in-out infinite;
}

.cta-banner-img-shape-box {
  position: absolute;
  top: 50px;
  right: -83px;
  width: 552px;
  height: 552px;
  background: rgb(217 2 2 / 51%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  z-index: -1;
}

.cta-banner-img-shape-1 {
  position: relative;
  width: 451px;
  height: 451px;
  background: rgb(217 2 2 / 51%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-banner-img-shape-2 {
  position: relative;
  width: 368px;
  height: 368px;
  background: rgb(217 2 2 / 51%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-banner-shape-1 {
  position: absolute;
  top: 51px;
  left: 0;
}

.cta-banner-shape-1 img {
  width: auto
}

.cta-banner-shape-2 {
  position: absolute;
  top: 126px;
  left: 0;
}

.cta-banner-shape-2 img {
  width: auto
}

.cta-banner-shape-3 {
  position: absolute;
  top: 32px;
  right: 0;
}

.cta-banner-shape-3 img {
  width: auto
}

.cta-banner-client-review {
    position: absolute;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 25px 15px 25px;
    max-width: 200px;
    width: 100%;
    top: 414px;
    right: 416px;
    animation: leftRight 4s ease-in-out infinite;
}

.cta-banner-client-review-img {
  position: absolute;
  top: -16px;
  right: -12px;
  max-width: 56px;
  border-radius: 50%;
}

.cta-banner-client-review-img img {
  width: 100%;
  border-radius: 50%;
  border: 4px solid #b32b2b;
}

.cta-banner-client-review-text {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.cta-banner-client-review-text h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.cta-banner-client-info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.cta-banner-client-name {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 16px;
}

.cta-banner-client-review-star {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
}

.cta-banner-client-review-star span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #b32b2b;
}

.cta-banner-customer {
  position: absolute;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 15px 15px 15px;
  max-width: 200px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  top: 100px;
  right: -180px;
  animation: leftRight 4s ease-in-out infinite;
}

.cta-banner-customer-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cta-banner-customer-list li+li {
  margin-left: -10px;
}

.cta-banner-customer-img {
  position: relative;
  display: block;
  max-width: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.cta-banner-customer-img img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #b32b2b;
}

.cta-banner-customer-plus {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #b32b2b;
  color: #ffffff;
  z-index: -1;
}

.cta-banner-customer-count-box {
  position: relative;
  display: block;
  margin-top: 0px;
}

.cta-banner-customer-count-box-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
}

.cta-banner-customer-count-box-inner p {
  font-size: 30px;
  color: #b32b2b;
  font-weight: 700;
  line-height: 30px;
}

.cta-banner-customer-count-box-inner span {
  font-size: 30px;
  color: #b32b2b;
  font-weight: 700;
  line-height: 30px;
}

.cta-banner-customer-text {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-top: 3px;
}

/***********************************
  hero style 2
*************************************/


@media (max-width: 991px) {
  .hero-style-2 {
    height: 500px;
    min-height: auto;
  }
}

.hero-style-2 .slide {
  min-height: 700px;
}

@media (max-width: 991px) {
  .hero-style-2 .slide{
    height: 500px;
    min-height: auto;
  }
}

.hero-style-2 .slide:before {
    content: "";
background-color: none;
width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
}

.hero-style-2 .slide-caption {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .hero-style-2 .slide-caption {
    margin-top: 88px;
  }
}

.hero-style-2 .slide-caption p {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: rgb(179 43 43 / 44%);
    display: inline-block;
    padding: 0 10px;
}

@media (max-width: 991px) {
  .hero-style-2 .slide-caption p{
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hero-style-2 .slide-caption p{
    font-size: 16px;
  }
}

.hero-style-2 .slide-caption h2{
  font-size: 55px;
  font-weight: bold;
  margin:30px 0 8px 0;
  color: #fff;
  line-height: 1.27em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .hero-style-2 .slide-caption h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .hero-style-2 .slide-caption h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .hero-style-2 .slide-caption h2 {
    font-size: 35px;
  }
}

.hero-style-2 .slide-caption > div {
  overflow: hidden;
}

.hero-style-2 .slide-caption > div * {
  -webkit-animation: fadeOutDown 1.5s both;
  animation: fadeOutDown 1.5s both;
}

.hero-style-2 .slide-caption > div.slide-title *  {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero-style-2 .slide-caption > div.slide-subtitle * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero-style-2 .slide-caption > div.btns * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero-style-2 .hero-slider .slick-current .slide-caption > div *  {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.hero-style-2 .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.hero-style-2 .hero-slider .slick-current .slide-caption > div.slide-title * {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.hero-style-2 .hero-slider .slick-current .slide-caption > div.btns * {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}


/*--------------------------------------------------------------
####   footer-section-2
--------------------------------------------------------------*/

.footer-section-2 {
    background-color: #003049;
    background-size: cover;
    font-size: 11.25pt;
    overflow: hidden;
}
.footer-section-2 .newsletter-area {
    padding-left: 0;
    padding-bottom: 5pc;
    padding-right: 0;
    padding-top: 5pc;
    top: 0.1875pc;
}
.footer-section-2,
.footer-section-2 .newsletter-area {
    position: relative;
}
.footer-section-2 ul {
    list-style: none;
}
.footer-section-2 p,
.footer-section-2 li {
    color: #c5c5c5;
    font-size:14px;
}
@media (max-width: 767px) {
    .footer-section-2 .newsletter-area {
        text-align: center;
        padding-left: 0;
        padding-bottom: 4.375pc;
        padding-right: 0;
        padding-top: 60px;
    }
}
.footer-section-2 .newsletter-area .separator {
    background: rgba(255, 255, 255, 0.08);
    width: 11.875in;
    height: 0.0625pc;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.footer-section-2 .newsletter-area .text {
    width: 3.020833333in;
    float: left;
}
@media (max-width: 767px) {
    .footer-section-2 .newsletter-area .text {
        width: 100%;
        float: none;
    }
}
.footer-section-2 .newsletter-area .text h3 {
    font-size: 2.25rem;
    color: #fff;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -0.05em;
}
@media (max-width: 767px) {
    .footer-section-2 .newsletter-area .text h3 {
        font-size: 30px;
    }
}
.footer-section-2 .newsletter-area .text p {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
}
@media (max-width: 767px) {
    .footer-section-2 .newsletter-area .text p {
        font-size: 17px;
    }
}
.footer-section-2 .newsletter-area form {
    width: calc(100% - 290px);
    float: right;
    position: relative;
}
@media (max-width: 767px) {
    .footer-section-2 .newsletter-area form {
        width: 100%;
        float: none;
        margin-top: 25px;
    }
}
.footer-section-2 .newsletter-area form input {
    background-color: #fff;
    color: #687693;
    padding-bottom: 0.0625in;
    border-bottom-width: 0;
    padding-top: 0.0625in;
    border-left-width: 0;
    border-right-width: 0;
    border-left-style: none;
    border-top-width: 0;
    border-right-style: none;
    border-bottom-style: none;
    border-top-style: none;
    border-left-color: currentColor;
    border-bottom-color: currentColor;
    border-right-color: currentColor;
    border-top-color: currentColor;
    border-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer-section-2 .newsletter-area form input,
.footer-section-2 .newsletter-area form button {
    height: 60px;
    padding-left: 1.25pc;
    padding-right: 1.25pc;
    border-radius: 0.625in;
}
.footer-section-2 .newsletter-area form button {
    background-color: #b32b2b;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 10.5pt;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-left-style: none;
    border-bottom-style: none;
    border-right-style: none;
    border-top-style: none;
    border-left-color: currentColor;
    border-bottom-color: currentColor;
    border-right-color: currentColor;
    border-top-color: currentColor;
    border-image: none;
    outline: 0;
    color: #fff;
}
.footer-section-2 .upper-footer {
    padding-left: 0;
    /*padding-bottom: 67.5pt;*/
    padding-right: 0;
    /*padding-top: 67.5pt;*/
     padding-bottom: 47.5pt;
    padding-top: 27.5pt;
}
@media (max-width: 991px) {
    .footer-section-2 .upper-footer {
        padding-left: 0;
        padding-bottom: 1.25pc;
        padding-right: 0;
        padding-top: 90px;
    }
}
@media (max-width: 767px) {
    .footer-section-2 .upper-footer {
        padding-left: 0;
        padding-bottom: 0.625pc;
        padding-right: 0;
        padding-top: 3pc;
    }
}
@media (max-width: 991px) {
    .footer-section-2 .upper-footer .col {
        min-height: 2.447916667in;
        margin-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .footer-section-2 .upper-footer .col {
        min-height: auto;
        margin-bottom: 0pt;
    }
}
.footer-section-2 .widget-title {
    margin-bottom: 15pt;
}
@media (max-width: 767px) {
    .footer-section-2 .widget-title {
        margin-bottom: 20px;
    }
}
.footer-section-2 .widget-title h3 {
    font-size: 1.25rem;
    color: #fff;
    margin: 0;
    margin-top: 20px;
    padding-bottom: 0.4em;
    text-transform: capitalize;
    position: relative;
}
@media (max-width: 991px) {
    .footer-section-2 .widget-title h3 {
        padding-bottom: 0;
    }
}
.footer-section-2 .about-widget p {
    margin-bottom: 1.5em;
    line-height: 1.9em;
}
.footer-section-2 .about-widget p:last-child {
    margin-bottom: 0;
}
.footer-section-2 .about-widget ul {
    overflow: hidden;
    float: left;
}
.footer-section-2 .about-widget ul li {
    float: left;
    margin-left: 5px;
    position: relative;
}
.footer-section-2 .about-widget ul > li:first-child {
    margin-left: 0;
}
.footer-section-2 .about-widget ul a {
    font-size: 13px;
    color: #fff;
}
.footer-section-2 .about-widget ul a:hover {
    color: #003049;
}
@media (max-width: 991px) {
    .footer-section-2 .about-widget ul a:hover {
        color: #233d62;
    }
}
.footer-section-2 .link-widget {
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .footer-section-2 .link-widget {
        padding-left: 20px;
    }
}
@media (max-width: 1199px) {
    .footer-section-2 .link-widget {
        padding-left: 20px;
    }
}
@media (max-width: 991px) {
    .footer-section-2 .link-widget {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .footer-section-2 .link-widget {
        max-width: 3.645833333in;
    }
}

.footer-section-2 .agent-widget h4 {
    font-size: 1rem;
}
.footer-section-2 .agent-widget h4,
.footer-section-2 .agent-widget p {
    font-weight: 600;
}
.footer-section-2 .agent-widget p {
    font-size: 13.5pt;
}
.footer-section-2 .agent-widget .fi:before {
    font-size: 25px;
}
.footer-section-2 .agent-widget h4 a,
.footer-section-2 .agent-widget p,
.footer-section-2 .link-widget ul li:hover:before,
.footer-section-2 .link-widget ul a:hover {
    text-decoration: underline;
}
.footer-section-2 .agent-widget .fi:before {
    font-size: 1.5625rem;
}
.footer-section-2 .agent-widget p {
    font-size: 1.125rem;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
}
.footer-section-2 .link-widget ul a {
    color: #c5c5c5;
    font-weight: 500;
}
.footer-section-2 .agent-widget p,
.footer-section-2 .agent-widget .fi:before {
    color: #b32b2b;
}
.footer-section-2 .agent-widget h4 i {
    display: inline-block;
    padding-right: 0.5pc;
    font-weight: normal;
}
.footer-section-2 .agent-widget h4 a {
    color: #fff;
}
.footer-section-2 .link-widget ul > li + li {
    margin-top: 15px;
}
@media screen and (min-width: 1200px) {
    .footer-section-2 .contact-widget {
        padding-left: 0.260416667in;
    }
}
.footer-section-2 .upper-footer .gallery-widget .instagram-widget > ul {
    overflow: hidden;
}

.footer-section-2 .upper-footer .gallery-widget .instagram-widget > ul > li img {
    max-width: 100%;
}

.footer-section-2 .upper-footer .gallery-widget .instagram-widget > ul > li {
    width: 48.53%;
    float: left;
    border: 3px solid transparent;
    margin: -1px 0 0 -1px;
}

.footer-section-2 .lower-footer .row {
    padding-left: 0;
    padding-bottom: 0.208333333in;
    padding-right: 0;
    padding-top: 0.208333333in;
}
.footer-section-2 .lower-footer {
    text-align: center;
}
.footer-section-2 .lower-footer .row,
.footer-section-2 .lower-footer,
.footer-section-2 .contact-widget ul li {
    position: relative;
}
.footer-section-2 .contact-widget li span {
    font-weight: 500;
}
.footer-section-2 .lower-footer .row .separator {
    background: rgba(255, 255, 255, 0.08);
}
.footer-section-2 .contact-widget ul {
    margin-top: 0.260416667in;
}
.footer-section-2 .lower-footer .row .separator {
    width: calc(100% - 30px);
    height: 0.75pt;
    position: absolute;
    left: 11.25pt;
    margin-right: 0;
    top: 0;
    margin-top: 0;
}
.footer-section-2 .lower-footer .copyright {
    display: inline-block;
    float: left;
    margin-left: 0;
    margin-bottom: 0;
}
.footer-section-2 .contact-widget ul > li + li {
    margin-top: 15px;
}
@media (max-width: 991px) {
    .footer-section-2 .lower-footer .copyright {
        float: none;
        display: block;
        margin-left: 0;
        margin-bottom: 15pt;
        margin-right: 0;
        margin-top: 0;
    }
}
.footer-section-2 .lower-footer .copyright a {
    color: #cdced0;
    text-decoration: underline;
}
.footer-section-2 .lower-footer .extra-link {
    display: inline-block;
    overflow: hidden;
    float: right;
}
@media (max-width: 991px) {
    .footer-section-2 .lower-footer .extra-link {
        float: none;
        text-align: center;
        display: block;
    }
}
.footer-section-2 .lower-footer .extra-link ul {
    overflow: hidden;
    list-style: none;
}
@media (max-width: 991px) {
    .footer-section-2 .lower-footer .extra-link ul {
        display: inline-block;
    }
}
.footer-section-2 .lower-footer .extra-link ul > li + li {
    margin-left: 35px;
    position: relative;
}
.footer-section-2 .lower-footer .extra-link ul li {
    float: left;
}
@media (max-width: 767px) {
    .footer-section-2 .lower-footer .extra-link ul > li + li {
        margin-left: 11.25pt;
    }
}
.footer-section-2 .lower-footer .extra-link ul > li + li:before {
    content: "";
    background: #fff;
    width: 0.0625pc;
    height: 14px;
    position: absolute;
    left: -0.177083333in;
    top: 0.041666667in;
}
@media (max-width: 767px) {
    .footer-section-2 .lower-footer .extra-link ul > li + li:before {
        display: none;
    }
}
.site-header .sticky-on {
    opacity: 1;
    top: 0;
}
.site-header .sticky-on .navbar-header{
    bottom: 0 !important;
}
.site-header .sticky-on #navbar{
    bottom: -20px !important;
    margin-right: -50px;
} 
    
.site-header .sticky-on .cart-search-contact
 {
    /*top: 80%;*/
   margin-top: 18px;
     
 }   
    
    
.footer-section-2 .lower-footer .extra-link ul a {
    font-size: 10.5pt;
}
.footer-section-2 .lower-footer .extra-link ul a {
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
}
/*** sticky-header  ****/

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  height:20vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.sticky-header .navbar-brand-wrapper{
   /* margin: -4px 0 0;*/
    margin-top:-1px;
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.header-style-1 .sticky-header, .header-style-2 .sticky-header, .header-style-3 .sticky-header {
  background-color: #003049;
  height:110px;
}

.header-style-2 .sticky-header, .header-style-3 .sticky-header {
  background-color: #fff;
}

/*.sticky-header .navbar-brand-wrapper{
    margin-top:40px;

}*/
/*--------------------------------------------------------------
#0.6  skill-section
--------------------------------------------------------------*/
.skill-field .img-fluid{
    margin-left:-10px !important;
    padding:5px;
}
.skill-field-pad-botm {
  padding-bottom: 90px;
}
.skill-field .skill-port-left {
   
    padding-right: 55px;
    border-right: 1px solid #ececec;
    float: left;
}
.skill-field .skill-port-left span {
   font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #161616;
}
.skill-field .skill-port-right h2 {
    margin: 10px 0 24px;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    position: relative;
    word-wrap: break-word;
    text-transform: uppercase;
    color: #b32b2b;
  /*  margin-bottom: 40px;*/
}
@media (max-width: 991px) {
   .skill-field .skill-port-left h2 {
    font-size: 23px;
    text-align:center;
  }
}
.skill-field .skill-port-right {
  padding-top: 30px;
}
@media (max-width: 991px) {
    .skill-field .skill-port-right {
    padding-top: 0px;
  }
  .skill-field .skill-port-left{
      padding-right: 0px !important;
      text-align:center;
  }
 
  .rs-about-content-wrapper{
      margin-left:30px;
  }
}
@media (max-width: 991px) {
  .skill-field {
    margin-top: 100px;
  } 
}
/*--------------------------------------------------------------
#0.6  about-section
--------------------------------------------------------------*/
.about-bg {
    background: #fdf7f7;
}
.about-bg {
    background: #fdf7f7;
}
  .about-section {
    padding-bottom: 120px;
  }

.about-section .about-title {
  position: relative;
}

.about-section .img-holder, .about-section .img-holder-s2 {
  position: relative;
  max-width: 457px;
  z-index: 1;
}
.about-section .img-holder-s2:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 30px;
    width: 100%;
    height: 100%;
    border: 3px solid #b32b2b;
    z-index: -1; 
  }
  .about-section .img-holder-s2:after {
    content: '';
    position: absolute;
    right: 30px;
    top: -30px;
    width: 100%;
    height: 100%;
    border: 3px solid #b32b2b;
    z-index: -1; 
  }
.about-section .img-holder img {
  position: relative;
  z-index: 1;
}
.about-section .title-text p {
  font-size: 14px;
  color: #b32b2b;
  letter-spacing: 6px;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .about-section .title-text p {
    letter-spacing: 4px;
  }
}

@media (max-width: 767px) {
  .about-section .title-text p {
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) {
  .about-section .about-text {
    padding-left: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .about-section .about-text {
    padding-left: 45px;
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .about-section .about-text {
    padding-top: 70px;
  }
}
.about-section .about-text h1 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
    line-height: 50px;
    font-family: 'Playfair Display', serif;
}
.about-section .about-text h1 span {
    display: inline-block;
    border: 5px solid #003049;
    padding: 0px 20px 10px;
}
@media (max-width: 991px) {
  .about-section .about-text h1 {
    font-size: 40px
  }
}
.about-section .about-text h2 {
  font-size: 20px;
  line-height: 1.67em;
  margin-bottom: 30px;
  color: #fff;
  font-family: 'Playfair Display', serif;
}

@media (max-width: 991px) {
  .about-section .about-text h2 {
    font-size: 20px;
  }
}

.about-section .about-text p {
  font-size: 16px;
  margin-bottom: 1.5em;
  color: #780000;
  text-align:justify;
}

@media (max-width: 1199px) {
  .about-section .about-text p {
    font-size: 16px;
  }
}

.about-section .theme-btn-s2, .about-section .theme-btn-s3, .about-section .theme-btn-s4 {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .about-section .theme-btn-s2, .about-section .theme-btn-s3, .about-section .theme-btn-s4 {
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
#0.6  features-grids
--------------------------------------------------------------*/
.features-mr-t {
  margin-top: -50px;
}
.features-section {
  padding-bottom: 100px;
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) {
  .features-section {
    margin: 0;
    padding: 90px 0;
  }
}

.features-section .features-grids {
  overflow: hidden;
  padding-left: 1px;
}

@media (max-width: 991px) {
  .features-section .features-grids {
    padding-left: 0;
    border-top: 3px solid #b32b2b;
  }
}

.features-section .features-grids .grid {
  background-color: #fff;
  width: 25%;
  float: left;
  padding: 36px 45px 40px;
  border: 1px solid #ececec;
  margin-left: -1px;
  text-align: center;
}

@media (max-width: 1199px) {
  .features-section .features-grids .grid {
    padding: 36px 35px 40px;
  }
}

@media (max-width: 991px) {
  .features-section .features-grids .grid {
    width: 100%;
    float: none;
    border-top: 1px solid #ececec;
    margin-left: 0;
    margin-top: -1px;
    padding: 26px 30px 30px;
  }
}

.features-section .icon {
  margin-bottom: 15px;
}

.features-section .icon .fi:before {
  font-size: 50px;
  color: #003049;
}

@media (max-width: 1199px) {
  .features-section .icon .fi:before {
    font-size: 45px;
  }
}

.features-section .grid h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 0.95em;
  color: #780000;
}

@media (max-width: 1199px) {
  .features-section .grid h3 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .features-section .grid h3 {
    font-size: 16px;
  }
}

.features-section .grid p {
  margin: 0;
}

.features-section .spinning .img-holder {
    height: 138px;
    right: -43px;
    top: -67px;
    width: 138px;
    position: absolute;
}/*
.features-section .spinning .img-holder:after {
    background: url(../images/add/front.png) no-repeat center / 100% auto;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (prefers-reduced-motion: no-preference) {
    .spinning .img-holder:after {
        animation: spinny 14s linear infinite;
        transform: rotate(0);
    }
}*/
/*--------------------------------------------------------------
#0.6  features-grids
--------------------------------------------------------------*/
.features-2-mr-t {
  margin-top: -110px;
}
.features-section-s2 {
  padding-bottom: 100px;
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) {
  .features-section-s2 {
    margin: 0;
    padding: 90px 0;
  }
}

.features-section-s2 .features-grids {
  overflow: hidden;
  padding-left: 1px;
}

@media (max-width: 991px) {
  .features-section-s2 .features-grids {
    padding-left: 0;
    border-top: 3px solid #b32b2b;
  }
}

.features-section-s2 .features-grids .grid {
background-color: #fff;
    width: calc(33.33% - 6px);
    float: left;
    padding: 60px 45px;
    margin-left: -1px;
    text-align: center;
    margin: 0 3px 0;
}

@media (max-width: 1199px) {
  .features-section-s2 .features-grids .grid {
    padding: 36px 35px 40px;
  }
}

@media (max-width: 991px) {
  .features-section-s2 .features-grids .grid {
    width: 100%;
    float: none;
    border-top: 1px solid #ececec;
    margin-left: 0;
    margin-top: -1px;
    padding: 26px 30px 30px;
  }
}

.features-section-s2 .features-grids .grid:nth-child(2) {
    background: #b32b2b
}
.features-section-s2 .features-grids .grid:nth-child(2) .icon .fi:before {
    color: #fff;
}
.features-section-s2 .features-grids .grid:first-child, 
.features-section-s2 .features-grids .grid:nth-child(3) {
    background: #fdf7f7;
}
.features-section-s2 .icon {
  margin-bottom: 15px;
}

.features-section-s2 .icon .fi:before {
  font-size: 50px;
  color: #b32b2b;
}

@media (max-width: 1199px) {
  .features-section-s2 .icon .fi:before {
    font-size: 45px;
  }
}

.features-section-s2 .grid h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  margin: 0 0 0.95em;
}

@media (max-width: 1199px) {
  .features-section-s2 .grid h3 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .features-section-s2 .grid h3 {
    font-size: 16px;
  }
}

.features-section-s2 .grid p {
  margin: 0;
}

/***  features-section-s3 ***/
.features-section-s3 .container-fluid  {
  padding-left: 0px;
  padding-right: 0px;
}
.features-section-s3 {
  padding-bottom: 100px;
  position: relative;
  z-index: 5;
}

@media (max-width: 991px) {
  .features-section-s3 {
    margin: 0;
    padding: 90px 0;
  }
}

.features-section-s3 .features-grids {
  overflow: hidden;
  padding-left: 1px;
}

@media (max-width: 991px) {
  .features-section-s3 .features-grids {
    padding-left: 0;
    border-top: 3px solid #b32b2b;
  }
}

.features-section-s3 .features-grids .grid {
background-color: #fff;
width: calc(33.33% - -2px);
    float: left;
    padding: 60px 45px;
    margin-left: -1px;
    text-align: center;
    margin: 0 -1px 0;
}

@media (max-width: 1199px) {
  .features-section-s3 .features-grids .grid {
    padding: 36px 35px 40px;
  }
}

@media (max-width: 991px) {
  .features-section-s3 .features-grids .grid {
    width: 100%;
    float: none;
    border-top: 1px solid #ececec;
    margin-left: 0;
    margin-top: -1px;
    padding: 26px 30px 30px;
  }
}

.features-section-s3 .features-grids .grid:nth-child(2) {
    background: #b32b2b
}
.features-section-s3 .features-grids .grid:nth-child(2) .icon .fi:before {
    color: #fff;
}
.features-section-s3 .features-grids .grid:first-child, 
.features-section-s3 .features-grids .grid:nth-child(3) {
    background: #003049;
}
@media (max-width: 1199px) {
  .features-section-s3 .features-grids .grid {
    padding: 50px 35px;
  }
}
.features-section-s3 .icon {
  margin-bottom: 15px;
}

.features-section-s3 .icon .fi:before {
  font-size: 50px;
  color: #fff;
}

@media (max-width: 1199px) {
  .features-section-s3 .icon .fi:before {
    font-size: 45px;
  }
}

.features-section-s3 .grid h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  margin: 0 0 0.95em;
  color: #fff;
}

@media (max-width: 1199px) {
  .features-section-s3 .grid h3 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .features-section-s3 .grid h3 {
    font-size: 16px;
  }
}

.features-section-s3 .grid p {
  margin: 0;
  color: #fff;
}
@media (max-width: 1199px) {
  .features-section-s3 .features-grids .grid {
    padding: 50px 35px;
  }
}
/*--------------------------------------------------------------
#1.0  why choose-section
--------------------------------------------------------------*/
.choose-mb {
  margin-bottom: 30px;
}
.choose-mt-2 {
  padding-top: 80px;
}
.choose-mt {
  padding-top: 170px;
}
.choose-mt-3 {
  padding-top: 50px;
}
.why-choose-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .why-choose-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .why-choose-section {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 992px) {
  .why-choose-section {
    margin-top: -75px;
  }
}
.why-choose-grids .grid {
  position: relative;
  overflow: hidden;
}

/*@media screen and (min-width: 992px) {
  .why-choose-grids .grid {
    height: 400px;
  }
}*/

.why-choose-grids .img-holder {
  position: relative;
}

@media screen and (min-width: 992px) {
  .why-choose-grids .img-holder:before {
    content: "";
    background-color: rgba(31, 31, 31, 0.54);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    top: auto;
    bottom: 20px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.why-choose-grids .grid:hover .img-holder:before {
  opacity: 1;
}

.why-choose-grids .grid .details {
  background-color: #fdf7f7;
  padding: 45px 45px 50px;
  -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.07);
  text-align: center;
  position: relative;
  z-index: 20;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 992px) {
  .why-choose-grids .grid .details {
    height: 185px;
    position: absolute;
    top: 227px;
  }
}

@media (max-width: 991px) {
  .why-choose-grids .grid .details {
    padding: 45px 25px 35px;
  }
}

@media screen and (min-width: 992px) {
  .why-choose-grids .grid:hover .details {
    height: 230px;
    top: 170px;
  }
}

.why-choose-grids .grid .icon {
    background-color: #b32b2b;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 0%;
    left: 9%;
    top: 0.5px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
  .why-choose-grids .grid .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: -32.5px;
  }
}

.why-choose-grids .grid .icon .fi:before {
  font-size: 36px;
  color: #fff;
}

@media (max-width: 767px) {
  .why-choose-grids .grid .icon .fi:before {
    font-size: 30px;
  }
}

.why-choose-grids .grid .details h3 {
  font-size: 22px;
  color: #003049;
  font-weight: bol6;
  margin: 0.42em 0 0.68em;
}

@media (max-width: 991px) {
  .why-choose-grids .grid .details h3 {
    font-size: 18px;
  }
}

.why-choose-grids .grid .details .read-more {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #003049;
    padding: 4px 6px;
}

@media (max-width: 991px) {
  .why-choose-grids .grid .details .read-more {
    font-size: 14px;
  }
}

.why-choose-grids .grid .details p {
  margin-bottom: 1.7em;
}

@media (max-width: 991px) {
  .why-choose-grids .grid .details p {
    margin-bottom: 1em;
  }
}
.why-choose-section .why-choose-grids {
  margin-top: 35px;
}

.why-choose-section .owl-controls {
  position: relative;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .why-choose-section .owl-controls {
    margin-top: 40px;
  }
}

.why-choose-section .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #b32b2b;
  border: 3px solid #fff;
  -webkit-box-shadow:0 0 0 2px rgb(179 43 43);
  box-shadow:0 0 0 2px rgb(179 43 43);
}

.why-choose-section .owl-controls .owl-dots .active span {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px rgb(179 43 43 / 27%);
  box-shadow: 0 0 0 2px rgb(179 43 43 / 27%);
}
.p-pad {
  padding-left: 40px;
  padding-top: 16px;
}
@media (max-width: 991px) {
.p-pad {
  padding-left: 0px;
  padding-top: 0px;
}
}
/*--------------------------------------------------------------
#1.4  fun-fact-section
--------------------------------------------------------------*/
.fun-fact-section {
  padding: 80px 0 90px;
}
.fun-fact-section .fun-fact-left{
    border-right: 1px solid #ececec;
}

.fun-fact-section .fun-fact-left span {
  font-size: 18px;
    font-weight: normal;
    display: block;
    color: #7a1616;
}
.fun-fact-section .fun-fact-left h2 {
font-size: 36px;
    text-transform: uppercase;
       position: relative;
    margin-top: 10px;
    padding-bottom: 0.5em;
}
.fun-fact-section .fun-fact-left h2:before {
    content: "";
    width: 35px;
    height: 5px;
    background: #b32b2b;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (max-width: 991px) {
  .fun-fact-section {
    padding: 70px 0 20px;
  }
}

.fun-fact-section .funfact-grids {
  overflow: hidden;
}

.fun-fact-section .funfact-grids .grid {
  width: 25%;
  float: left;
  position: relative;
}

@media (max-width: 1199px) {
  .fun-fact-section .funfact-grids .grid {
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .fun-fact-section .funfact-grids .grid {
    width: 50%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .fun-fact-section .funfact-grids .grid {
    padding-left: 50px;
  }
}

@media (max-width: 500px) {
  .fun-fact-section .funfact-grids .grid {
    width: 100%;
    float: none;
  }
}

.fun-fact-section h3 {
  /*font-size: 50px;*/
  font-size: 48px;
  
  color: #003049;
  margin: 0;
  line-height: 0.9em;
}

@media (max-width: 1199px) {
  .fun-fact-section h3 {
    font-size: 40px;
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .fun-fact-section h3 {
    font-size: 35px;
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .fun-fact-section h3 {
    font-size: 40px;
    font-size: 40px;
  }
}

.fun-fact-section p {
  font-size: 14px;
  color: #000;
  margin: 0;
}

@media (max-width: 991px) {
  .fun-fact-section p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .fun-fact-section p {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
#1.6  divider-section
--------------------------------------------------------------*/
.divider-section {
  background: url("../images/cta-bg.jpg") center center/cover no-repeat fixed;
  position: relative;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .divider-section {
    text-align: center;
    padding: 45px 0;
  }
}

.divider-section:before {
  content: "";
  background-color: #fdf7f7;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.divider-section h3 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4em;
}

@media (max-width: 991px) {
  .divider-section h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .divider-section h3 {
    margin-bottom: 1.2em;
  }
}

.divider-section .contact-btn {
  text-align: right;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .divider-section .contact-btn {
    text-align: center;
  }
}

/*--------------------------------------------------------------
#1.7  social-newsletter-section
--------------------------------------------------------------*/
.newsletter-section {
  /*** newsletter ***/
}
.newsletter-section .newsletter-left{
    border-right: 1px solid #ececec;
}

.newsletter-section .fun-fact-left span {
  font-size: 18px;
    font-weight: normal;
    display: block;
    color: #b32b2b;
}
.newsletter-section .newsletter-left h2 {
  font-size: 42px;
  position: relative;
  margin-top: 10px;
  padding-bottom: 0.5em;
}
.newsletter-section .newsletter-left h2:before {
    content: "";
    width: 40px;
    height: 5px;
    background: #b32b2b;
    position: absolute;
    left: 0;
    bottom: 0;
}
.newsletter-section .container {
  position: relative;
  padding: 50px 0;
}

@media (max-width: 767px) {
  .newsletter-section .container {
    padding: 60px 0;
  }
}

.newsletter-section .container:before {
  content: "";
  background: rgba(255, 255, 255, 0.07);
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.newsletter-section .newsletter {
  max-width: 500px;
  margin: 0 0 0 70px;
  text-align: center;
}

@media (max-width: 991px) {
  .newsletter-section .newsletter {
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .newsletter-section .newsletter {
    max-width: 300px;
  }
}

.newsletter-section .newsletter form {
  position: relative;
}

.newsletter-section .newsletter input {
  background-color: #fdf7f7;
  height: 60px;
  font-size: 14px;
  color: #fff;
  padding: 6px 80px 6px 30px;
  border: 0;
  border-radius: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .newsletter-section .newsletter input {
    height: 55px;
  }
}

@media (max-width: 767px) {
  .newsletter-section .newsletter input {
    height: 50px;
    font-size: 14px;
    padding: 6px 60px 6px 20px;
  }
}

.newsletter-section .newsletter button {
  background: transparent;
  border: 0;
  outline: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.newsletter-section .newsletter button i {
  color:#b32b2b;
  font-size: 25px;
}

@media (max-width: 767px) {
  .newsletter-section .newsletter button i {
    font-size: 20px;
  }
}
/*--------------------------------------------------------------
#1.0  project-section
--------------------------------------------------------------*/
.project-section {
    background: #fff;
  }
@media (max-width: 767px) {
  .project-section {
    text-align: center;
  }
}
.project-section .isotope-filter-center {
  margin-bottom: 0px;
  padding-top: 50px;
}

@media (max-width: 991px) {
  .project-section .isotope-filter-center {
    margin-bottom: 40px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .project-section .isotope-filter-center {
    text-align: center;
  }
}

.project-section .grids-filters ul {
  overflow: hidden;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .project-section .grids-filters ul {
    display: inline-block;
    padding-left: 0px;
  }
}

.project-section .grids-filters ul li {
  float: left;
}

@media (max-width: 767px) {
  .project-section .grids-filters ul li {
    float: none;
  }
}

.project-section .grids-filters ul > li + li {
  padding-left: 25px;
}

@media (max-width: 991px) {
  .project-section .grids-filters ul > li + li {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .project-section .grids-filters ul > li + li {
    margin: 10px 0 0;
  }
}

.project-section .grids-filters ul a {
  font-size: 16px;
  color: #787878;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 991px) {
  .project-section .grids-filters ul a {
    font-size: 16px;
  }
}

.project-section .grids-filters ul a.current {
  color: #b32b2b;
  border: none;
}

.project-section .grids-filters ul a.current:before {
  opacity: 1;
}

.project-section, {
  padding-bottom: 90px;
  background: #fdf7f7;
}

@media (max-width: 991px) {
  .project-section, .project-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .project-section, .project-section {
    padding-bottom: 50px;
  }
}

.project-section .projects-grids {
  margin: 0 -15px;
}

 .project-section .projects-grids .grid {
    /*width: 33.34%;*/
    /*float: left;*/
    position: relative;
}


@media (max-width: 991px) {
 .project-section .projects-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 650px) {
 .project-section .projects-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

 .project-section .grid:hover:after {
  opacity: 0.9;
}

.project-section .grid:hover:before {
  opacity: 0;
}

.project-section .grid .details {
  width: 100%;
  padding: 0 35px;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 2;
}

@media (max-width: 991px) {
.project-section .grid .details {
    padding: 0 25px;
  }
}

 .project-section .details .cat {
  font-size: 18px;
  color: #b32b2b;
  text-transform: uppercase;
}

 .project-section .details h3 {
  font-size: 25px;
  font-size: 1.66667rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 991px) {
.project-section .details h3 {
    font-size: 22px;
  }
}

 .project-section .details h3 a {
  color: #fff;
}

 .project-section .details h3 a:hover {
  color: #b32b2b;
}

.project-section .grid .overlay-text {
  background: rgb(179 43 43 / 85%);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  left: -30%;
  top: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.project-section .grid:hover .overlay-text {
  opacity: 1;
  visibility: visible;
  left: 6px;
}

.project-section .overlay-text .text-inner {
  width: 100%;
  text-align: center;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fa-add, .fa-plus {
    --fa: "\2b";
    color: #fff;
}

.project-section .overlay-text .text-inner .cat {
  font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0;

    position: absolute;
    left: 50%;
    bottom: -55%;

    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

    text-align: center;
    white-space: nowrap;
}

@media (max-width: 767px) {
  .project-section .overlay-text .text-inner .cat {
    font-size: 14px;
  }
}

.project-section .overlay-text .text-inner .fi {
  margin-left: 10px;
}
.project-section .overlay-text .text-inner .fi:before {
  font-size: 40px;
  color: #fff;
  border-radius: 50%;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(238, 238, 238, 0.94);
    box-shadow: 0px 0px 20px 5px rgba(238, 238, 238, 0.94);
}

.project-section .overlay-text .text-inner .fi:before:hover {
  color: #b32b2b;
}

/*--------------------------------------------------------------
#0.9  services-section
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .services-section .service-grids > .grid:nth-child(3),
  .services-section .service-grids > .grid:nth-child(6) {
    border-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .services-section .service-grids > .grid:nth-child(4), 
  .services-section .service-grids > .grid:nth-child(5),
  .services-section .service-grids > .grid:nth-child(6){
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .services-section .service-grids > .grid:nth-child(1), 
  .services-section .service-grids > .grid:nth-child(2),
  .services-section .service-grids > .grid:nth-child(3) {
    padding-top: 0;
  }
}

.services-section .grid{
  width: 33.33%;
  text-align: center;
  float: left;
  padding: 60px 30px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

@media (max-width: 991px) {
  .services-section .grid {
    width: 50%;
    padding: 40px 30px;
    border: 1px solid #eeeeee;
    margin-left: -1px;
    margin-top: -1px;
  }
}

@media (max-width: 767px) {
  .services-section .grid{
    width: 100%;
    padding: 40px 20px;
  }
}

.services-section .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto 30px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(238, 238, 238, 0.94);
  box-shadow: 0px 0px 20px 5px rgba(238, 238, 238, 0.94);
}

@media (max-width: 767px) {
  .services-section .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.services-section .fi:before{
  font-size: 38px;
  color: #b32b2b;
}

@media (max-width: 767px) {
  .services-section .fi:before{
    font-size: 36px;
  }
}

.services-section .grid h3 {
  font-size: 26px;
  margin: 0 0 0.9em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .services-section .grid h3{
    font-size: 20px;
  }
}

.services-section .grid h3 a {
  color: #192224;
}

.services-section .grid h3 a:hover {
  color: #b32b2b;
}

.services-section .grid p {
  font-size: 15px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#4.0  team-section
--------------------------------------------------------------*/

.team-section {
  position:relative;
  padding:85px 0px 90px;
}

.team-section .title-column{
  position:relative;
  margin-bottom:40px;
}

.team-section .title-column .sec-title {
  position:relative;
  margin-bottom:40px;
}

.team-block {
  position:relative;
}

.team-block .inner-box{
  position:relative;
  
}

.team-block .inner-box .image{
  position:relative;
  overflow:hidden;
}

.team-block .inner-box:hover{
  
}

.team-block .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
}

.team-block .inner-box .image .overlay-box{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
  background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.6));
}

.team-block .inner-box .image .overlay-box .content {
  position:absolute;
  left:0px;
  bottom:-57px;
  width:100%;
  padding:11px 0px;
  text-align:center;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
  background-color:#ffffff;
}

.team-block .inner-box:hover .image .overlay-box .content {
  bottom:-11px;
  background:rgb(0 48 73 / 89%);
}

.team-block .inner-box .image .overlay-box .content h5 {
  position:relative;
  font-weight:600;
  line-height:1.3em;
  padding: 0;
    font-size: 24px;
}

.team-block .inner-box .image .overlay-box .content h5 a {
  position:relative;
  color:#b32b2b;
  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-block .inner-box:hover .image .overlay-box .content h5 a,
.team-block .inner-box:hover .image .overlay-box .content .designation {
  color:#ffffff;
}

.team-block .inner-box .image .overlay-box .content .designation {
  position:relative;
  color:#003049;
  font-size:18px;
  margin-bottom:20px;
}

.team-block .inner-box .image .overlay-box .content .social-outer {
  position:relative;
  text-align:center;
}

.team-block .inner-box .image .overlay-box .content .social-outer .social-box {
   position: relative;
    padding: 13px 30px;
    background: #b32b2b;
}

.team-block .inner-box .image .overlay-box .content .social-outer .social-box li {
  position:relative;
  margin:0px 3px;
  display:inline-block;
}

.team-block .inner-box .image .overlay-box .content .social-outer .social-box li a {
  position:relative;
  color:#ffffff;
  font-size:14px;
}

.team-section .blocks-column .owl-nav {
  display:none;
}

.team-section .blocks-column .owl-dots {
  position:relative;
  margin-top:40px;
  text-align:center;
}

.team-section .blocks-column .owl-dots .owl-dot{
  position:relative;
  width:9px;
  height:9px;
  margin:0px 7px;
  border-radius:50px;
  display:inline-block;
  background-color:#b8b8b8;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.team-section .blocks-column .owl-dots .owl-dot.active,
.team-section .blocks-column .owl-dots .owl-dot:hover{
  background-color:#395189;
}

/*--------------------------------------------------------------
#4.0  contact-page-section
--------------------------------------------------------------*/

.contact-page-section {
    position: relative;
    padding: 100px 0;
    background: #fdf7f7;
    border-top: 3px solid #eeeeee;
    border-bottom: 3px solid #eeeeee;
    z-index: 9;
    /*** contact-info-area ***/
}

@media screen and (min-width: 1200px) {
    .contact-page-section:before,
    .contact-page-section:after {
        content: "";
        background: url("../images/add/map.jpg") 50% center/cover no-repeat local;
        width: 44%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .contact-page-section:after {
        background:#b32b2b;
        opacity: 0.8;
        z-index: 10;
    }
}

@media screen and (min-width: 1200px) {
    .contact-section-s2 .content {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .contact-page-section {
        padding-bottom: 85px;
    }
}

@media (max-width: 767px) {
    .contact-page-section {
        padding-bottom: 75px;
    }
}

.contact-page-section .contact-form {
    position: relative;
}

.contact-page-section .contact-form form > div {
    margin-bottom: 10px;
}

.contact-page-section .contact-form form > div:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 767px) {
    .contact-page-section .contact-form form > div:first-child,
    .contact-page-section .contact-form form > div:nth-child(2),
    .contact-page-section .contact-form form > div:nth-child(3),
    .contact-page-section .contact-form form > div:nth-child(4) {
        width: calc(50% - 10px);
        float: left;
    }
    .contact-page-section .contact-form form > div:first-child,
    .contact-page-section .contact-form form > div:nth-child(3) {
        margin-right: 10px;
    }
    .contact-page-section .contact-form form > div:nth-child(2),
    .contact-page-section .contact-form form > div:nth-child(4) {
        margin-left: 10px;
    }
    .contact-page-section .contact-form form > div:nth-child(5) {
        clear: both;
        margin-bottom: 20px;
    }
}

.contact-page-section .contact-form input,
.contact-page-section .contact-form textarea {
    background-color: #fbfbfb;
    font-size: 15px;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid rgba(228, 228, 228, 0.52);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-page-section .contact-form input:focus,
.contact-page-section .contact-form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .contact-page-section .contact-form input,
    .contact-page-section .contact-form textarea {
        font-size: 14px;
        font-size: calc(14);
    }
}

.contact-page-section .contact-form textarea {
    height: 90px;
}

.contact-page-section .contact-form .submit-btn-wrapper {
    margin-bottom: 0;
}

.contact-page-section .contact-form .submit-btn-wrapper button {
    border: 0;
}

.contact-page-section .contact-info-area {
    position: relative;
    z-index: 11;
    padding-top: 149px;
}
@media (max-width: 1199px) {
    .contact-page-section .contact-info-area {
      padding-top: 0px;
  }
}
@media (max-width: 1199px) {
    .contact-page-section .contact-info-area {
        padding-left: 60px;
    }
}

@media (max-width: 991px) {
    .contact-page-section .contact-info-area {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .contact-page-section .contact-info-area {
        margin-top: 60px;
    }
}
.contact-page-section .contact-info-area .title h1 {
    font-size: 26px;
    color: #fdf7f7;
    margin: 0 0 0.56em;
    line-height: 1.437;
    text-transform: uppercase;
    text-align: left;
}
@media (max-width: 1199px) {
  .contact-page-section .contact-info-area .title h1 {
    color: #fff;
  }
}
.contact-page-section .contact-info-area .title h3 {
    font-size: 25px;
    color: rgb(255, 255, 255);
    margin: 0 0 0.56em;
    line-height: 1.437;
    text-align: left;
}

/*--------------------------------------------------------------
#1.2  testimonials-section
--------------------------------------------------------------*/

.testimonials-section {
    position: relative;
    background: url(../images/add/testimonial-bg.jpg) center center/cover no-repeat fixed;
    border-bottom: 5px solid #003049;
    border-top: 5px solid #003049;
}

@media (max-width: 1199px) {
    .testimonials-section {
        padding: 100px 0;
    }
}

.testimonials-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 41.5%;
    background-color:#b32b2b;
    opacity: 0.902;
    top: 0;
    left: 0;
}
.testimonials-section:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 58.5%;
    background-color: #003049;
    opacity: 0.902;
    top: 0;
    right: 0;
}
.testimonials-section-mac {
    content: "";
    background: url(../images/add/testi.png) center center/cover no-repeat local;
    width: 770px;
    height: 530px;
    position: absolute;
    left: -5%;
    top: 22%;
}

@media (max-width: 1199px) {
    .testimonials-section-mac {
        display: none;
    }
}

.testimonials-section .grid,
.testimonials-pg-content .grid {
    overflow: hidden;
}

.testimonials-section .client-pic,
.testimonials-pg-content .client-pic {
        float: left;
    margin-top: 29px;
    border: 10px solid #003049;
}

@media (max-width: 991px) {
    .testimonials-section .client-pic,
    .testimonials-pg-content .client-pic {
        width: 100%;
        float: none;
    }
}

.testimonials-section .grid .details,
.testimonials-pg-content .grid .details {
    width: 74%;
    float: left;
    padding-left: 80px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .testimonials-section .grid .details,
    .testimonials-pg-content .grid .details {
        width: 100%;
        float: none;
        padding: 15px 10px 15px 0;
    }
}

.testimonials-section .client-details:after {}

.testimonials-section .grid .details:after,
.testimonials-pg-content .grid .details:after {
    content: "";
    width: 124px;
    height: 100px;
    background: url(../images/add/quote.png) center center/100% no-repeat local;
    position: absolute;
    right: 35px;
    bottom: 45px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (max-width: 991px) {
    .testimonials-section .grid .details:after,
    .testimonials-pg-content .grid .details:after {
        left: 0;
    }
}

.testimonials-section .client-pic img,
.testimonials-pg-content .client-pic img {
    width: auto;
}

.testimonials-section .details h4,
.testimonials-pg-content .details h4 {
    font-size: 24px;
    margin: 0 0 0.12em;
    color: #b32b2b;
    line-height: 1.2;
    font-weight: normal;
}

@media (max-width: 991px) {
    .testimonials-section .details h4,
    .testimonials-pg-content .details h4 {
        font-size: 18px;
    }
}

.testimonials-section .client-post,
.testimonials-pg-content .client-post {
    color: #fdf0d5;
    font-size: 14px;
    line-height: 2.571;
    font-weight: normal;
}

.testimonials-section .details p,
.testimonials-pg-content .details p {
    color: #fff;
    font-style: italic;
    line-height: 2;
    letter-spacing: 1px;
}

/*--------------------------------------------------------------
#1.3  recent-blog-section
--------------------------------------------------------------*/
.recent-blog-section {
  background-color: #fff;
}

@media (max-width: 991px) {
  .recent-blog-section {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .recent-blog-section {
    padding-bottom: 30px;
  }
}

.recent-blog-section .blog-grids .grid {
  width: 33.33%;
  float: left;
  position: relative;
}

@media (max-width: 991px) {
  .recent-blog-section .blog-grids .grid {
    width: 50%;
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .recent-blog-section .blog-grids .grid {
    width: 100%;
    float: none;
  }
}
  .recent-blog-section .blog-grids .grid .img-holder img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
 .recent-blog-section .blog-grids .grid:hover .img-holder img {
    -webkit-filter: grayscale(70%);
    -moz-filter: grayscale(70%);
    -o-filter: grayscale(70%);
    -ms-filter: grayscale(70%);
    filter: grayscale(70%);
}
.recent-blog-section .blog-grids .details {
  background-color: #fff;
  padding: 25px 30px 30px 30px;
  -webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
}

@media (max-width: 767px) {
  .recent-blog-section .blog-grids .details {
    padding: 25px 20px;
  }
}

.recent-blog-section .blog-grids .date {
  background-color: #b32b2b;
  padding: 15px 25px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 334px;
}

@media (max-width: 1199px) {
  .recent-blog-section .blog-grids .date {
    padding: 10px 20px;
    right: 0px;
    top: 204px;
  }
}
@media (max-width: 991px) {
  .recent-blog-section .blog-grids .date {
    padding: 10px 20px;
    right: 0px;
    top: 246px;
  }
}
@media (max-width: 767px) {
  .recent-blog-section .blog-grids .date {
    padding: 10px 20px;
    right: 0px;
    top: 327px;
  }
}
@media (max-width: 765px) {
  .recent-blog-section .blog-grids .date {
    display: none;
  }
}

.recent-blog-section .blog-grids .date p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: normal;
  margin: 0;
}

.recent-blog-section .blog-grids .date p span {
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
}

.recent-blog-section .blog-grids .details h3 {
  font-size: 22px;
}
.recent-blog-section .blog-grids .details p {
  color: #780000;
}

@media (max-width: 991px) {
  .recent-blog-section .blog-grids .details h3 {
    font-size: 20px;
  }
}

.recent-blog-section .blog-grids .details h3 a {
  color: #282e3f;
}

.recent-blog-section .blog-grids .details h3 a:hover {
  color: #b32b2b;
}

.recent-blog-section .meta ul {
overflow: hidden;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }

.recent-blog-section .meta ul li {
  color: #afafaf;
  float: left;
}
.recent-blog-section .post-meta li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -10px;
}
.recent-blog-section .meta li a {
  font-weight: normal;
  color: #696969;
}

.recent-blog-section .meta li a:hover {
  color: #b32b2b;
}

.recent-blog-section .meta ul > li + li {
  margin-left: 30px;
  position: relative;
}

.recent-blog-section .meta ul > li + li:before {
  content: "|";
  position: absolute;
  left: -15px;
  top: 0;
}

/*--------------------------------------------------------------
#1.4  partners-section-s2
--------------------------------------------------------------*/

.partners-section {
    padding: 60px 0;
    background: #fff;
    border-top: 1px solid #b7b5b5;
    background-color: #7800000d;
}

.partners-section .owl-carousel .owl-item img {
    width: auto;
}

/*--------------------------------------------------------------
  #shop page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#8.1  shop-section
--------------------------------------------------------------*/
.shop-section .shop-grids {
  margin: 0 -10px;
}

.shop-section .shop-grids .grid {
  width: calc(33.33% - 20px);
  float: left;
  margin: 0 10px 25px;
}

@media (max-width: 767px) {
  .shop-section .shop-grids .grid {
    width: calc(50% - 20px);
  }
}

@media (max-width: 550px) {
  .shop-section .shop-grids .grid {
    width: calc(100% - 20px);
    float: none;
  }
}

.shop-section .img-addtocart {
  position: relative;
}

.shop-section .img-addtocart ul {
  list-style: none;
  overflow: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.shop-section .img-addtocart ul li {
  float: left;
}

.shop-section .img-addtocart ul > li + li {
  margin-left: 5px;
}

.shop-section .img-addtocart ul a {
  background-color: #fdf7f7;
  width: 40px;
  height:  40px;
  line-height:  40px;
  text-align: center;
  font-size: 19px;
  color: #b32b2b;
  border-radius: 50%;
  display: block;
}

.shop-section .shop-grids .grid:hover .img-addtocart ul {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.shop-section .grid .details {
  text-align: center;
  padding: 25px 15px;
  -webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.06);
}

.shop-section .grid .details h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 0 0.3em;
}

@media (max-width: 991px) {
  .shop-section .grid .details h4 {
    font-size: 18px;
  }
}

.shop-section .grid .details h4 a {
  color: #06163a;
}

.shop-section .grid .details h4 a:hover {
  color: #b32b2b;
}

.shop-section .grid .details .price {
  font-size: 20px;
  color: #b32b2b;
}

@media (max-width: 991px) {
  .shop-section .grid .details .price {
    font-size: 18px;
  }
}
/********/



.color-plate ul li {
    display: inline-block;
    height: 28px;
    width: 28px;
    background: #000;
    outline-offset: 2px;
    margin: 0px 5px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.color-plate {
    margin: 25px 0 10px;
}

.color-plate ul li:nth-child(2) {
    background: #423D3A;
    outline-color: #ffbd34;
}

.color-plate ul li:nth-child(3) {
    background: #8E8381;
    outline-color: #ff27f7;
}

.color-plate ul li:nth-child(4) {
    background: #E3DFD5;
    outline-color: #00ff3c;
}

.product-size {
    margin-bottom: 30px;
}

.product-size p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

.product-size ul li {
    display: inline-block;
    position: relative;
}

.product-size ul li a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #999;
    color: #999;
}


/*--------------------------------------------------------------
  #shop details page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.1  shop-details-section
--------------------------------------------------------------*/
.shop-details-section {
  /*** product slider ***/
  /*** product info ***/
}

.shop-details-section .shop-single-slider .slider-for {
  text-align: center;
}

.shop-details-section .shop-single-slider .slider-for img {
  display: inline-block;
}

.shop-details-section .shop-single-slider .slider-nav {
  padding: 0 25px;
  margin-top: 35px;
}

.shop-details-section .shop-single-slider .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.shop-details-section .shop-single-slider .slider-nav > i:hover {
  cursor: pointer;
}

.shop-details-section .shop-single-slider .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}

.shop-details-section .shop-single-slider .slider-nav .slick-slide {
  text-align: center;
}

.shop-details-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
}

.shop-details-section .product-details {
  padding: 30px 30px 93px;
  /*** product option ***/
}

@media (max-width: 1199px) {
  .shop-details-section .product-details {
    padding: 40px 30px 85px;
  }
}

@media (max-width: 991px) {
  .shop-details-section .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .shop-details-section .product-details {
    padding: 0;
  }
}

.shop-details-section .product-details h2 {
  font-size: 28px;
  line-height: 1.4em;
  margin: 0 0 0.33em;
}

@media (max-width: 767px) {
  .shop-details-section .product-details h2 {
    font-size: 22px;
  }
}

.shop-details-section .product-details .price {
  font-size: 36px;
  color: #b32b2b;
  margin: 7px 0 14px;
}

@media (max-width: 991px) {
  .shop-details-section .product-details .price {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .shop-details-section .product-details .price {
    font-size: 25px;
  }
}

.shop-details-section .product-details .price .old {
  font-size: 24px;
  font-weight: normal;
  color: #a7abb1;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .shop-details-section .product-details .price .old {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .shop-details-section .product-details .price .old {
    font-size: 18px;
  }
}

.shop-details-section .product-details p {
  margin-bottom: 1.3em;
}

.shop-details-section .product-details p:last-child {
  margin: 0;
}

.shop-details-section .product-details .product-option {
  margin-top: 45px;
}

.shop-details-section .product-details .product-option .product-row {
  overflow: hidden;
}

.shop-details-section .product-details .product-option .product-row > div {
  height: 35px;
  display: inline-block;
  float: left;
}

.shop-details-section .product-details .product-option .product-row > div + div {
  margin-left: 15px;
}

.shop-details-section .product-details .product-option .product-row > div:first-child {
  width: 85px;
}

.shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn:hover, .shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s2:hover, .shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s3:hover, .shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s4:hover {
  background: #b32b2b;
  border-color: #b32b2b;
  color: #fff;
}

.shop-details-section .product-details .product-option .theme-btn, .shop-details-section .product-details .product-option .theme-btn-s2, .shop-details-section .product-details .product-option .theme-btn-s3, .shop-details-section .product-details .product-option .theme-btn-s4 {
  font-size: 14px;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  border: 0;
  outline: 0;
}

@media (max-width: 767px) {
  .shop-details-section .product-details .product-option .theme-btn, .shop-details-section .product-details .product-option .theme-btn-s2, .shop-details-section .product-details .product-option .theme-btn-s3, .shop-details-section .product-details .product-option .theme-btn-s4 {
    font-size: 14px;
  }
}

.shop-details-section .product-details .product-option .theme-btn:before, .shop-details-section .product-details .product-option .theme-btn-s2:before, .shop-details-section .product-details .product-option .theme-btn-s3:before, .shop-details-section .product-details .product-option .theme-btn-s4:before {
  display: none;
}

.shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn, .shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s2, .shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s3, .shop-details-section .product-details .product-option .product-row > div:last-child .theme-btn-s4 {
  background-color: #fff;
  font-size: 18px;
  color: #727780;
  border: 1px solid #e6e6e6;
}

.shop-details-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid #e6e6e6;
  height: 30px;
  position: relative;
    top: 4px;
}

.shop-details-section .product-details #product-count:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.shop-details-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-details-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  border-color: #e6e6e6;
  position: relative;
  top: -20px;
    padding: 0 12px;
}

.shop-details-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-details-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
  background-color: #b32b2b;
  color: #fff;
}

.shop-details-section .product-info {
  margin-top: 75px;
  /*** tabs ***/
  /*** client rv ***/
  /*** review form ***/
}

.shop-details-section .product-info h4 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.7em;
}

.shop-details-section .product-info p {
  margin-bottom: 1.3em;
}

.shop-details-section .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}

.shop-details-section .product-info .nav-tabs {
  border: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}

.shop-details-section .product-info .nav-tabs li {
  border: 1px solid #eaeaea;
}

.shop-details-section .product-info .nav-tabs li.active a {
  border: 0;
  outline: 0;
}

.shop-details-section .product-info .nav-tabs a {
  font-size: 15px;
  font-weight: 500;
  color: #727780;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .nav-tabs a {
    font-size: 14px;
    font-weight: normal;
    padding: 9px 10px;
  }
}

.shop-details-section .product-info .nav-tabs a:hover,
.shop-details-section .product-info .nav-tabs .active a {
  background: #b32b2b;
  color: #fff;
}

.shop-details-section .product-info .nav-tabs .active,
.shop-details-section .product-info .nav-tabs li:hover {
  border-color: #b32b2b;
}

.shop-details-section .product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}

.shop-details-section .product-info .client-rv:last-child {
  margin-bottom: 0;
}

.shop-details-section .product-info .client-rv .client-pic {
  width: 60px;
  float: left;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.shop-details-section .product-info .client-rv .details {
  width: calc(100% - 80px);
  float: right;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .client-rv .details {
    width: 100%;
    float: none;
  }
}

.shop-details-section .product-info .client-rv .name-rating-time {
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}

.shop-details-section .product-info .client-rv .name-rating-time > div,
.shop-details-section .product-info .client-rv .name-rating > div {
  display: inline-block;
  font-size: 14px;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .client-rv .name-rating-time > div,
  .shop-details-section .product-info .client-rv .name-rating > div {
    font-size: 12px;
    display: block;
  }
}

.shop-details-section .product-info .client-rv .rating {
  font-size: 12px;
  color: #b32b2b;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .client-rv .rating {
    padding-left: 0;
    margin: 4px 0 7px;
  }
}

.shop-details-section .product-info .client-rv .name-rating-time .time {
  float: right;
  color: #b3b3b3;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .client-rv .name-rating-time .time {
    float: none;
  }
}

.shop-details-section .product-info .client-rv .review-body {
  padding-top: 12px;
}

@media screen and (min-width: 1200px) {
  .shop-details-section .product-info .review-form-wrapper {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .shop-details-section .product-info .review-form {
    margin-top: 45px;
  }
}

.shop-details-section .product-info .review-form h4 {
  margin-bottom: 1.73em;
}

.shop-details-section .product-info .review-form form input,
.shop-details-section .product-info .review-form form textarea {
  border-radius: 0;
}

.shop-details-section .product-info .review-form form input:focus,
.shop-details-section .product-info .review-form form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.shop-details-section .product-info .review-form form textarea {
  height: 130px;
}

.shop-details-section .product-info .review-form form > div {
  margin-bottom: 27px;
}

.shop-details-section .product-info .review-form form > div:last-child {
  margin-bottom: 0;
}

.shop-details-section .product-info .review-form form .rating-wrapper > div {
  display: inline-block;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .review-form form .rating-wrapper > div {
    display: block;
    float: none !important;
  }
}

.shop-details-section .product-info .review-form form .rating-wrapper > div:last-child {
  float: right;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .review-form form .rating-wrapper > div:last-child {
    margin-top: 20px;
  }
}

.shop-details-section .product-info .review-form form .rating a {
  font-size: 14px;
  color: #cccccc;
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .shop-details-section .product-info .review-form form .rating a {
    font-size: 12px;
    margin-right: 5px;
  }
}

.shop-details-section .product-info .review-form form .rating a:last-child {
  margin: 0;
}

.shop-details-section .product-info .review-form form .rating a:hover {
  color: #b32b2b;
}

.shop-details-section .product-info .review-form form .theme-btn, .shop-details-section .product-info .review-form form .theme-btn-s2, .shop-details-section .product-info .review-form form .theme-btn-s3, .shop-details-section .product-info .review-form form .theme-btn-s4 {
  border: 0;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 767px) {
  .shop-details-section .product-info .review-form form .theme-btn, .shop-details-section .product-info .review-form form .theme-btn-s2, .shop-details-section .product-info .review-form form .theme-btn-s3, .shop-details-section .product-info .review-form form .theme-btn-s4 {
    font-size: 15px;
    padding: 0 20px;
  }
}

.shop-details-section .slider-nav .slick-slide:focus {
  outline: none;
}

/*--------------------------------------------------------------
  #projects page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.1 projects-pg-section
--------------------------------------------------------------*/
.projects-pg-section .projects-grids .grid:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  #projects s2 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.1 projects-pg-section-s2
--------------------------------------------------------------*/
.projects-pg-section-s2 .pagination-wrapper {
  margin-top: 40px;
}

/*--------------------------------------------------------------
  #contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.1 contact-pg-section
--------------------------------------------------------------*/
.contact-pg-section form, .contact-pg-section-s2 form {
  overflow: hidden;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .contact-pg-section form, .contact-pg-section-s2 form {
    margin: 0 0 0 -15px;
  }
}

.contact-pg-section form .half-col, .contact-pg-section-s2 form .half-col {
  width: 50%;
  float: left;
}

@media (max-width: 600px) {
  .contact-pg-section form .half-col, .contact-pg-section-s2 form .half-col {
    width: 100%;
    float: left;
  }
}

.contact-pg-section form div, .contact-pg-section-s2 form div {
  padding: 0 15px 30px;
}

@media (max-width: 767px) {
  .contact-pg-section form div, .contact-pg-section-s2 form div {
    padding: 0 0 15px 15px;
  }
}

.contact-pg-section form .submit-btn-wrapper, .contact-pg-section-s2 form .submit-btn-wrapper {
  padding-bottom: 0;
}

.contact-pg-section form input, .contact-pg-section-s2 form input,
.contact-pg-section form textarea,
.contact-pg-section-s2 form textarea {
  background-color: #f8f8f8;
  height: 55px;
  padding: 6px 15px;
  border: 2px solid #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .contact-pg-section form input, .contact-pg-section-s2 form input,
  .contact-pg-section form textarea,
  .contact-pg-section-s2 form textarea {
    height: 45px;
  }
}

.contact-pg-section form input:focus, .contact-pg-section-s2 form input:focus,
.contact-pg-section form textarea:focus,
.contact-pg-section-s2 form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #b32b2b;
}


.contact-pg-section form textarea,
.contact-pg-section-s2 form textarea {
  height: 200px;
  padding: 15px;
}

@media screen and (min-width: 1200px) {
  .contact-pg-section .info-box-outer, .contact-pg-section-s2 .info-box-outer {
    padding-left: 30px;
  }
}

@media (max-width: 1199px) {
  .contact-pg-section .info-box-outer, .contact-pg-section-s2 .info-box-outer {
    margin-top: 53px;
  }
}

@media (max-width: 991px) {
  .contact-pg-section .info-box-outer, .contact-pg-section-s2 .info-box-outer {
    margin-top: 43px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section .info-box-outer, .contact-pg-section-s2 .info-box-outer {
    margin-top: 45px;
  }
}

.contact-pg-section .info-box, .contact-pg-section-s2 .info-box {
  border: 1px solid #efeeee;
}

.contact-pg-section .info-box .grid, .contact-pg-section-s2 .info-box .grid {
  padding: 30px 38px;
}

@media (max-width: 991px) {
  .contact-pg-section .info-box .grid, .contact-pg-section-s2 .info-box .grid {
    padding: 25px 20px;
  }
}

.contact-pg-section .info-box > .grid:last-child, .contact-pg-section-s2 .info-box > .grid:last-child {
  padding: 15px 38px;
}

@media (max-width: 767px) {
  .contact-pg-section .info-box > .grid:last-child, .contact-pg-section-s2 .info-box > .grid:last-child {
    padding: 15px 20px;
  }
}

.contact-pg-section .info-box > .grid + .grid, .contact-pg-section-s2 .info-box > .grid + .grid {
  border-top: 1px solid #efeeee;
}

.contact-info-area {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .contact-info-area {
  margin-left: 0px;
}
}
.contact-info-area h3 {
  font-size: 30px;
  margin: 0 auto;
}
.contact-pg-section .info-box .icon {
  width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
  left: 0;
  top: 0;
  float: left;
  margin-right: 17px;

}

@media (max-width: 767px) {
  .contact-pg-section .info-box .icon {
    width: 50px;
    height: 50px;
    line-height: 60px;
  }
}

.contact-pg-section .info-box .icon i {
  font-size: 25px;
  color: #b32b2b;
}

@media (max-width: 767px) {
 .contact-pg-section .info-box .icon i {
    font-size: 20px;
  }
}

.contact-pg-section .info-box h3, .contact-pg-section-s2 .info-box h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 0.35em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .contact-pg-section .info-box h3, .contact-pg-section-s2 .info-box h3 {
    font-size: 20px;
  }
}

.contact-pg-section .info-box p, .contact-pg-section-s2 .info-box p {
  font-size: 18px;
  margin: 0;
}

.contact-pg-section .info-box .social, .contact-pg-section-s2 .info-box .social {
  overflow: hidden;
  list-style: none;
}

.contact-pg-section .info-box .social li, .contact-pg-section-s2 .info-box .social li {
  float: left;
}

.contact-pg-section .info-box .social > li + li, .contact-pg-section-s2 .info-box .social > li + li {
  margin-left: 20px;
}

.contact-pg-section .info-box .social a, .contact-pg-section-s2 .info-box .social a {
  font-size: 20px;
  font-size: clac-rem-value(20);
  color: #828282;
}

.contact-pg-section .info-box .social a:hover, .contact-pg-section-s2 .info-box .social a:hover {
  color: #b32b2b;
}

.contact-pg-section .contact-map, .contact-pg-section-s2 .contact-map {
  height: 450px;
  margin-top: 100px;
}

@media screen and (min-width: 1200px) {
  .contact-pg-section .contact-map, .contact-pg-section-s2 .contact-map {
    margin-top: 58px;
  }
}

@media (max-width: 991px) {
  .contact-pg-section .contact-map, .contact-pg-section-s2 .contact-map {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section .contact-map, .contact-pg-section-s2 .contact-map {
    height: 350px;
    margin-top: 80px;
  }
}

.contact-pg-section .contact-map iframe, .contact-pg-section-s2 .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

/*--------------------------------------------------------------
  #contact s2 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#13.1 contact-pg-section-s2
--------------------------------------------------------------*/
.contact-pg-section-s2 .info-box-outer {
  padding-left: 0;
  margin-top: 55px;
}

@media (max-width: 991px) {
  .contact-pg-section-s2 .info-box-outer {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section-s2 .info-box-outer {
    margin-top: 55px;
  }
}

.contact-pg-section-s2 .contact-map {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .contact-pg-section-s2 .contact-map {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section-s2 .contact-map {
    height: 350px;
    margin-top: 80px;
  }
}

/*--------------------------------------------------------------
  #blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#14.1 blog-pg-section
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .blog-pg-section .blog-content {
    padding-right: 20px;
  }
}

.blog-pg-section .post {
  position: relative;
}

.blog-pg-section .blog-content > .post + .post {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .blog-pg-section .blog-content > .post + .post {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .blog-content > .post + .post {
    margin-top: 60px;
  }
}

.blog-pg-section .post .entry-media {
  margin-bottom: 35px;
}

.blog-pg-section .post h3 {
  font-size: 30px;
  line-height: 1.5em;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 22px;
  }
}

.blog-pg-section .post h3 a {
  color: #06163a;
  display: inline-block;
}

.blog-pg-section .post h3 a:hover {
  color: #b32b2b;
}

.blog-pg-section .post .meta {
  background-color: #f8f8f8;
  display: inline-block;
  list-style: none;
  font-style: italic;
  padding: 15px 15px 7px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog-pg-section .post .meta {
    background: transparent;
    padding: 0;
  }
}

.blog-pg-section .post .meta li {
  float: left;
  color: #838383;
  position: relative;
}

@media (max-width: 767px) {
  .blog-pg-section .post .meta li {
    font-size: 13px;
  }
}

.blog-pg-section .meta li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -10px;
}

.blog-pg-section .post .meta > li + li {
  padding-left: 15px;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .blog-pg-section .post .meta > li + li {
    padding-left: 10px;
    margin-left: 10px;
  }
}

.blog-pg-section .post .meta > li + li:before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
}

.blog-pg-section .post .meta a {
  color: #06163a;
  font-weight: normal;
}

.blog-pg-section .post .meta a:hover {
  color: #b32b2b;
}

.blog-pg-section .entry-details {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .blog-pg-section .entry-details {
    margin-top: 20px;
  }
}

.blog-pg-section .entry-details p {
  font-size: 18px;
  line-height: 1.9em;
  color: #838383;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-pg-section .entry-details p {
    font-size: 17px;
  }
}

.blog-pg-section .entry-details .read-more {
  font-weight: 500;
  color: #b32b2b;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .blog-pg-section .entry-details .read-more {
    font-size: 15px;
  }
}

.blog-pg-section .post-slider {
  position: relative;
}

.blog-pg-section .post-slider .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .post-slider .owl-controls .owl-nav [class*=owl-] {
  background: #b32b2b;
  width: 30px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-prev,
.blog-pg-section .post-slider .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}

.blog-pg-section .video-post .video-holder {
  position: relative;
  text-align: center;
}

.blog-pg-section .video-post .video-holder:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-pg-section .video-post .video-holder:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-pg-section .video-post .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-pg-section .video-post .video-holder .fi {
  padding-left: 8px;
}

.blog-pg-section .video-post .video-holder .fi:before {
  font-size: 80px;
  color: #b32b2b;
}

@media (max-width: 767px) {
  .blog-pg-section .video-post .video-holder .fi:before {
    font-size: 60px;
  }
}

.blog-pg-section .quote-post {
  background-color: #f1f1f1;
  padding: 45px;
}

@media (max-width: 767px) {
  .blog-pg-section .quote-post {
    padding: 35px 25px;
  }
}

.blog-pg-section .quote-post .quote-icon {
  position: absolute;
  right: 25px;
  top: 25px;
}

.blog-pg-section .quote-post .fi:before {
  font-size: 45px;
  color: rgba(255, 189, 52, 0.5);
}

@media screen and (min-width: 992px) {
  .blog-with-left-sidebar .blog-content {
    padding-right: 0;
    padding-left: 20px;
  }
}

.blog-fullwidth-pg-section .blog-content {
  padding-right: 0;
}

/*--------------------------------------------------------------
  #blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#15.1 blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

@media screen and (min-width: 992px) {
  .blog-single-section .blog-content {
    padding-right: 20px;
  }
}

.blog-single-section .post {
  position: relative;
}

.blog-single-section .post .entry-media {
  margin-bottom: 35px;
}

.blog-single-section .post h2 {
  font-size: 30px;
  line-height: 1.5em;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .blog-single-section .post h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h2 {
    font-size: 24px;
  }
}

.blog-single-section .post h3 {
  font-size: 26px;
  line-height: 1.5em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .blog-single-section .post h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h3 {
    font-size: 20px;
  }
}

.blog-single-section .post .meta {
background-color: #f8f8f8;
    display: inline-block;
    list-style: none;
    font-style: italic;
    padding: 15px 15px 7px;
    overflow: hidden;
}

@media (max-width: 767px) {
  .blog-single-section .post .meta {
    background: transparent;
    padding: 0;
  }
}

.blog-single-section .post .meta li {
  float: left;
  color: #838383;
  position: relative;
}
.blog-single-section .post .meta li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -10px;
}
@media (max-width: 767px) {
  .blog-single-section .post .meta li {
    font-size: 13px;
  }
}

.blog-single-section .post .meta > li + li {
  padding-left: 15px;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .blog-single-section .post .meta > li + li {
    padding-left: 10px;
    margin-left: 10px;
  }
}

.blog-single-section .post .meta > li + li:before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
}

.blog-single-section .post .meta a {
  color: #06163a;
  font-weight: normal;
}

.blog-single-section .post .meta a:hover {
  color: #b32b2b;
}

.blog-single-section .entry-details {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .blog-single-section .entry-details {
    margin-top: 20px;
  }
}

.blog-single-section .entry-details p {
  font-size: 17px;
  color: #838383;
  line-height: 1.9em;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .entry-details p {
    font-size: 17px;
  }
}

.blog-single-section .entry-details blockquote {
  background-color: #fdf7f7;
  font-size: 20px;;
  font-style: italic;
  color: #838383;
  line-height: 1.9em;
  padding: 30px 25px;
  margin: 50px 0;
  border-color: #b32b2b;
}

@media (max-width: 767px) {
  .blog-single-section .entry-details blockquote {
    font-size: 18px;
    padding: 25px 20px;
  }
}

.blog-single-section .tag-share {
  min-height: 59px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin: 60px 0 70px;
  overflow: hidden;
}

.blog-single-section .tag-share ul {
  list-style: none;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share {
    border-right: 1px solid #f1f1f1;
  }
}

.blog-single-section .tag-share .tag,
.blog-single-section .tag-share .share {
  min-height: 59px;
  line-height: 59px;
  display: inline-block;
  padding-left: 80px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .tag,
  .blog-single-section .tag-share .share {
    display: block;
  }
}

.blog-single-section .tag-share .tag > i,
.blog-single-section .tag-share .share > i {
  background: #f1f1f1;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-single-section .tag-share .tag {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .tag {
    float: none;
  }
}

.blog-single-section .tag-share .tag a {
  font-size: 17px;
  color: #848484;
}

.blog-single-section .tag-share .tag a:hover {
  color: #b32b2b;
}

.blog-single-section .tag-share .tag ul li {
  padding-right: 5px;
  position: relative;
}

.blog-single-section .tag-share .tag ul li:after {
  content: ",";
  position: absolute;
  right: 0;
  bottom: 0;
}

.blog-single-section .tag-share .tag ul li:last-child:after {
  display: none;
}

.blog-single-section .tag-share .tag ul > li + li {
  margin-left: 10px;
}

.blog-single-section .tag-share .share {
  float: right;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share {
    float: none;
    border-top: 1px solid #f1f1f1;
    margin-top: 1px;
  }
}

.blog-single-section .tag-share .share ul > li + li {
  margin-left: 15px;
}

.blog-single-section .tag-share .share a {
  color: #848484;
}

.blog-single-section .tag-share .share a:hover {
  color: #b32b2b;
}

.blog-single-section .tag-share ul {
  overflow: hidden;
}

.blog-single-section .tag-share ul li {
  float: left;
}

.blog-single-section .author-box {
  background-color: #f1f1f1;
  padding: 45px 50px;
  margin: 70px 0;
}

@media (max-width: 991px) {
  .blog-single-section .author-box {
    padding: 35px 40px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .author-box {
    padding: 25px;
  }
}

.blog-single-section .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-avatar {
    float: none;
  }
}

.blog-single-section .author-box .author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

.blog-single-section .author-box .author-content p {
  font-size: 17px;
  margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 10px;
  color: #06163a;
}

@media (max-width: 991px) {
  .blog-single-section .author-box .author-name {
    font-size: 22px;
  }
}

.blog-single-section .author-box .social-lnk {
  display: inline-block;
  list-style: none;
}

.blog-single-section .author-box .social-lnk li {
  float: left;
  margin-right: 15px;
}

.blog-single-section .author-box .social-lnk a {
  display: block;
  font-size: 18px;
  color: #777;
}

.blog-single-section .author-box .social-lnk a:hover {
  color: #b32b2b;
}

.blog-single-section .more-posts {
      overflow: hidden;
    background: #f1f1f1;
    padding: 0px 30px;
}

.blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts > div {
    width: 100%;
    float: none;
  }
}

.blog-single-section .more-posts > div > a {
  display: inline-block;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post,
  .blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #e8e8e8;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #e8e8e8;
  }
}

.blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
  display: block;
}

.blog-single-section .more-posts .post-control-link {
  color: #a7a7a7;
}

.blog-single-section .more-posts .post-name {
  font-size: 20px;
  color: #06163a;
  margin: 0.5em 0 0;
}

@media (max-width: 991px) {
  .blog-single-section .more-posts .post-name {
    font-size: 18px;
  }
}

.blog-single-section .more-posts a:hover .post-control-link {
  color: #b32b2b;
}

.blog-single-section .comments-area {
  margin-top: 70px;
}

.blog-single-section .comments-area ul,
.blog-single-section .comments-area ol {
  list-style: none;
}

.blog-single-section .comments-area .comments {
  border: 1px solid #f1f1f1;
  border-bottom: 0;
}

.blog-single-section .comments-area li > div {
  border-bottom: 1px solid #f1f1f1;
  padding: 35px 25px;
}

.blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.blog-single-section .comments-area ol ul {
  padding-left: 30px;
}

.blog-single-section .comments-area .comments-title {
  font-size: 26px;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area .comments-title {
    font-size: 22px;
  }
}

.blog-single-section .comments-area li > div {
  position: relative;
}

.blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 25px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.blog-single-section .comments-area .comment-theme img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}

.blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}

.blog-single-section .comments-area .comments-meta h4 {
  font-size: 18px;
  color: #6d6d6d;
  margin: 0 0 1em;
}

.blog-single-section .comments-area .comments-meta h4 span {
  font-weight: normal;
  color: #949494;
  text-transform: none;
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
}

.blog-single-section .comments-area .comment-reply-link {
  background: #b32b2b;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}

.blog-single-section .comments-area .comment-reply-link:hover {
  background-color: #b32b2b;
}

.blog-single-section .comment-respond {
  margin-top: 70px;
}

.blog-single-section .comment-respond .comment-reply-title {
  font-size: 26px;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond .comment-reply-title {
    font-size: 22px;
  }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: #f8f8f8;
  width: 100%;
  height: 50px;
  border: 1px solid #f8f8f8;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #b32b2b;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond form input,
  .blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}

.blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}

.blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-submit input {
  max-width: 180px;
  background-color: #b32b2b;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
}

.blog-single-section .comment-respond .form-submit input:hover {
  background-color: #b32b2b;
}

@media screen and (min-width: 992px) {
  .blog-single-with-left-sidebar .blog-content {
    padding-right: 0;
    padding-left: 20px;
  }
}

.blog-fullwidth-single-section .blog-content {
  padding-right: 0;
}

/*--------------------------------------------------------------
  #404 page
----------------------------------------------------------------*/
/*--------------------------------------------------------------
#16.1   error-404-section
----------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .error-404-section .content {
    padding-right: 350px;
  }
}

@media (max-width: 767px) {
  .error-404-section .content {
    text-align: center;
  }
}

.error-404-section .content h2 {
  font-size: 100px;
  color: #b32b2b;
  margin: 0 0 0.2em;
}

@media (max-width: 991px) {
  .error-404-section .content h2 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .error-404-section .content h2 {
    font-size: 60px;
  }
}

.error-404-section .content h3 {
  font-size: 24px;
  color: #b32b2b;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .error-404-section .content h3 {
    font-size: 20px;
    line-height: 1.3em;
  }
}

@media (max-width: 767px) {
  .error-404-section .content h3 {
    font-size: 18px;
  }
}

.error-404-section .content p {
  font-size: 18px;
  font-style: italic;
  margin: 0 0 2em;
}

@media (max-width: 991px) {
  .error-404-section .content p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .error-404-section .content p {
    font-size: 16px;
  }
}

.error-404-section .content .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .error-404-section .content .icon {
    display: none;
  }
}

.error-404-section .content .icon i {
  font-size: 150px;
  color: #b32b2b;
  opacity: 0.2;
}

/*--------------------------------------------------------------
  #about page
----------------------------------------------------------------*/
/*--------------------------------------------------------------
#17.1   about-pg-section
----------------------------------------------------------------*/

.about-pg-section .experience-text h2 {
  font-size: 55px;
  margin-top: 60px;
  color:#960B27;
}

@media (max-width: 991px) {
  .about-pg-section .experience-text h2 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .about-pg-section .experience-text h2 {
    font-size: 30px;
  }
}

.about-pg-section .experience-text h2 span {
  display: inline-block;
  border: 5px solid #b32b2b;
  padding: 15px 20px 20px;
}

@media (max-width: 767px) {
  .about-pg-section .experience-text h2 span {
    padding: 15px 8px 20px;
  }
}


/*--------------------------------------------------------------
#17.2   about-pg-features-grids
----------------------------------------------------------------*/
.about-pg-features-grids {
  padding: 0 0 50px;
}

/*--------------------------------------------------------------
#17.3   about-pg-history
----------------------------------------------------------------*/
.about-pg-history {
  border-top: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .about-pg-history {
    padding-bottom: 30px;
  }
}

.about-pg-history .history-grids .grid {
  width: calc(50% - 70px);
  float: left;
  padding: 0 0 0 50px;
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 991px) {
  .about-pg-history .history-grids .grid {
    width: calc(50% - 10px);
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .about-pg-history .history-grids .grid {
    width: 100%;
    margin-bottom: 50px;
  }
}

.about-pg-history .history-grids .grid:before {
  content: "";
  background-color: #dcdcdc;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about-pg-history .history-grids .grid:after {
  content: "";
  background-color: #b32b2b;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 32px;
}

.about-pg-history .history-grids .grid:nth-child(odd) {
  width: calc(50% + 70px);
  padding-right: 150px;
}

@media (max-width: 991px) {
  .about-pg-history .history-grids .grid:nth-child(odd) {
    width: calc(50% + 10px);
    padding-right: 35px;
  }
}

@media (max-width: 767px) {
  .about-pg-history .history-grids .grid:nth-child(odd) {
    width: 100%;
  }
}

.about-pg-history .history-grids .date {
  font-size: 16px;
  font-weight: 500;
  color: #b32b2b;
}

.about-pg-history .history-grids .grid h3 {
  font-size: 18px;
  font-size: calc(18);
  margin: 0.5em 0 1em;
  position: relative;
  text-transform: uppercase;
}

.about-pg-history .history-grids .grid h3:before {
  content: "";
  background-color: #dcdcdc;
  width: 33px;
  height: 1px;
  position: absolute;
  left: -50px;
  top: 7px;
}

/*--------------------------------------------------------------
#17.4   team-section
----------------------------------------------------------------*/
.team-section {
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .team-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .team-section {
    padding-bottom: 50px;
  }
}

.team-section .team-grids .grid {
  width: calc(25% - 1px);
  float: left;
  margin: 0 1px 30px 0;
}

@media (max-width: 991px) {
  .team-section .team-grids .grid {
    width: calc(50% - 1px);
  }
}

@media (max-width: 500px) {
  .team-section .team-grids .grid {
    width: calc(100% - 1px);
    float: none;
  }
}

.team-section .grid .details {
  text-align: center;
  border-bottom: 1px solid #b32b2b;
  padding: 30px;
  -webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
}

@media (max-width: 767px) {
  .team-section .grid .details {
    padding: 20px;
  }
}

.team-section .grid .details h3 {
  font-size: 20px;
  margin: 0 0 0.4em;
}

@media (max-width: 767px) {
  .team-section .grid .details h3 {
    font-size: 18px;
  }
}

.team-section .grid .details h3 + span {
  color: #b32b2b;
}

/*--------------------------------------------------------------
#10.1 team-single-section
--------------------------------------------------------------*/
.team-single-section {
  padding-top: 100px;
  /*** participate-case ***/
  /*** contact-me ***/
}

.team-single-section .team-single-content p,
.team-single-section .team-single-content ul {
  font-size: 18px;
  font-weight: 300;
}
  .team-single-section .team-single-content {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .team-single-section .team-single-content {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .team-single-section .team-single-content {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .team-single-section .team-single-content {
    margin-bottom: 80px;
  }
}

.team-single-section .member-pic-info {
  position: relative;
  overflow: hidden;
}

.team-single-section .member-pic {
  width: 400px;
  float: left;
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  .team-single-section .member-pic {
    width: auto;
    max-width: 400px;
    float: none;
  }
}

.team-single-section .member-pic h2 {
  background: #b32b2b;
  width: 100%;
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 15px 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .team-single-section .member-pic h2 {
    font-size: 26px;
  }
}


.team-single-section .info-outer .info {
  margin-bottom: 40px;
}

.team-single-section .member-pic-info .info-outer .info li {
  color: #848484;
  line-height: 1.7em;
  font-size: 18px;
}

.team-single-section .member-pic-info .info-outer .info > li + li {
  margin-top: 15px;
  font-size: 17px;
}

.team-single-section .info-outer .info span {
  color: #282e3f;
    font-size: 18px;
    font-weight: 300;
}

.team-single-section .info-outer .social {
  overflow: hidden;
  display: inline-block;
  margin: 20px 0 10px;
}

.team-single-section .info-outer .social li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
}

.team-single-section .info-outer .social li a {
  background: #fdf7f7;
  display: block;
    color: #727780;
    border-right: 1px solid #fff;

}

.team-single-section .info-outer .social li a:hover {
  background: #b32b2b;
}

.team-single-section .info-outer .social > li + li {
  margin-left: 5px;
}

.team-single-section .member-details p {
  font-size: 18px;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .team-single-section .member-details p {
    font-size: 17px;
  }
}

.team-single-section .member-details blockquote {
  font-style: italic;
  padding: 0;
  border: 0;
}

.team-single-section .member-details blockquote p {
  font-size: 22px;
}
.team-single-section .member-details h2 {
      font-size: 36px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
  .team-single-section .member-details h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .team-single-section .member-details h2 {
    font-size: 26px;
  }
}
.team-single-section .member-details h3 {
  font-size: 30px;
  margin: 1em 0 0.7em;
}

@media (max-width: 991px) {
  .team-single-section .member-details h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .team-single-section .member-details h3 {
    font-size: 26px;
  }
}

.team-single-section .member-details ol {
  padding-left: 0;
  list-style-position: inside;
}

.team-single-section .member-details ol li {
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .team-single-section .member-details ol li {
    font-size: 17px;
  }
}

.team-single-section .member-details ol > li + li {
  margin-top: 15px;
}

.team-single-section .participated-case h3,
.team-single-section .contact-me h3 {
  font-size: 30px;
  margin: 1.3em 0 0.7em;
}

@media (max-width: 991px) {
  .team-single-section .participated-case h3,
  .team-single-section .contact-me h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .team-single-section .participated-case h3,
  .team-single-section .contact-me h3 {
    font-size: 26px;
  }
}

.team-single-section .recent-cases-thumbs-outer {
  margin-top: 45px;
}

.team-single-section .recent-cases-thumbs-outer .recent-case-thumb {
  width: 50%;
}

@media (max-width: 500px) {
  .team-single-section .recent-cases-thumbs-outer .recent-case-thumb {
    width: 100%;
  }
}

.team-single-section .contact-me {
  padding-top: 40px;
}

@media (max-width: 991px) {
  .team-single-section .contact-me {
    padding-top: 20px;
  }
}

.team-single-section .contact-me form {
  overflow: hidden;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .team-single-section .contact-me form {
    margin: 0 0 0 -15px;
  }
}

.team-single-section .contact-me form .half-col {
  width: 50%;
  float: left;
}

@media (max-width: 600px) {
  .team-single-section .contact-me form .half-col {
    width: 100%;
    float: left;
  }
}

.team-single-section .contact-me form div {
  padding: 0 15px 30px;
}

@media (max-width: 767px) {
  .team-single-section .contact-me form div {
    padding: 0 0 15px 15px;
  }
}

.team-single-section .contact-me form .submit-btn-wrapper {
  padding-bottom: 0;
}

.team-single-section .contact-me form input,
.team-single-section .contact-me form textarea {
  background-color: #f8f8f8;
  height: 55px;
  padding: 6px 15px;
  border: 2px solid #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .team-single-section .contact-me form input,
  .team-single-section .contact-me form textarea {
    height: 45px;
  }
}

.team-single-section .contact-me form input:focus,
.team-single-section .contact-me form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #b32b2b;
}

.team-single-section .contact-me form textarea {
  height: 200px;
  padding: 15px;
}

.team-single-section .contact-me .theme-btn-s3 {
  width: 100%;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #b32b2b;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*--------------------------------------------------------------
#1.1  pricing-plan-section
--------------------------------------------------------------*/
.pricing-plan-section {
    padding-bottom: 90px;
    /*** pricing featured style ***/
    /*** pricing slider ***/
}

@media (max-width: 991px) {
    .pricing-plan-section {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .pricing-plan-section {
        padding-bottom: 60px;
    }
}

.pricing-plan-section .pricing-tab {
    position: relative;
}

.pricing-plan-section .pricing-grids {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 -15px;
}

@media (max-width: 991px) {
    .pricing-plan-section .pricing-grids {
        margin: 0 -7.5px;
    }
}

.pricing-plan-section .pricing-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
    text-align: center;
    padding: 40px 30px 40px;
    -webkit-box-shadow: 0px 0px 38.44px 23.56px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 38.44px 23.56px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
}

@media (max-width: 991px) {
    .pricing-plan-section .pricing-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 650px) {
    .pricing-plan-section .pricing-grids .grid {
        width: calc(100%);
    }
}

.pricing-plan-section .pricing-header {
    padding-bottom: 10px;
}

.pricing-plan-section .pricing-header .fi:before {
    font-size: 80px;
    font-size: 5rem;
    background: -webkit-linear-gradient(#003049, #d14ed0);
    background: -moz-linear-gradient(#003049, #d14ed0);
    background: -o-linear-gradient(#003049, #d14ed0);
    background: -ms-linear-gradient(#003049, #d14ed0);
    background: -webkit-gradient(linear, left top, left bottom, from(#003049), to(#d14ed0));
    background: linear-gradient(#003049, #d14ed0);
    background: linear-gradient(90deg, #003049 -70%, #b32b2b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
@media (max-width: 991px) {
    .pricing-plan-section .pricing-header .fi:before {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

.pricing-plan-section .pricing-body {
    padding: 0 0 35px 0;
}

.pricing-plan-section .pricing-body i {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    padding-right: 5px;
}

.pricing-plan-section .pricing-body .ti-check {
    color: green;
}

.pricing-plan-section .pricing-body .ti-close {
    color: red;
}
.pricing-plan-section .pricing-body ul > li {
    font-size: 18px;
}
.pricing-plan-section .pricing-body ul > li + li {
    margin-top: 15px;
}

@media (max-width: 991px) {
    .pricing-plan-section .pricing-body li {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.pricing-plan-section .pricing-value {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.pricing-plan-section .pricing-value h2 {
    font-size: 48px;
    font-size: 3rem;
    margin: 0;
    display: inline-block;
    position: relative;
}

@media (max-width: 991px) {
    .pricing-plan-section .pricing-value h2 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

.pricing-plan-section .pricing-value h2 span {
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    right: -20px;
    top: 8px;
}

.pricing-plan-section .grid h3 {
    font-size: 22px;
    margin: 0;
    position: relative;
    color: #fff;
    text-align: left;
}

@media (max-width: 991px) {
    .pricing-plan-section .grid h3 {
        font-size: 20px;
    }
}
.pricing-plan-section .grid h3:before {
    content: "";
    position: absolute;
    height: 40px;
    width: 150px;
    left: -30px;
    top: -7px;
    background: #003049;
    z-index: -1;
    border-radius: 0 18px 18px 0;
    box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
    -webkit-box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
}
.pricing-plan-section .pricing-grids .featured {
    box-shadow: 0 0 0 5px rgba(153, 13, 160, 0.1);
    background: -webkit-linear-gradient(90deg, #003049 -70%, #b32b2b 100%);
    background: -moz-linear-gradient(90deg, #003049 -70%, #b32b2b 100%);
    background: -o-linear-gradient(90deg, #003049 -70%, #b32b2b 100%);
    background: -ms-linear-gradient(90deg, #003049 -70%, #b32b2b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#b32b2b), to(#003049));
    background: linear-gradient(90deg, #003049 -70%, #b32b2b 100%);
}

.pricing-plan-section .pricing-grids .featured .fi:before {
    color: #fff;
    background: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.pricing-plan-section .pricing-grids .featured h3,
.pricing-plan-section .pricing-grids .featured ul li,
.pricing-plan-section .pricing-grids .featured h2,
.pricing-plan-section .pricing-grids .featured p,
.pricing-plan-section .pricing-grids .featured .ti-check {
    color: #fff;
}

.pricing-plan-section .pricing-grids .featured .pricing-header,
.pricing-plan-section .pricing-grids .featured .pricing-body,
.pricing-plan-section .pricing-grids .featured .pricing-value {
    border-color: rgba(255, 255, 255, 0.1);
}

.pricing-plan-section .active-grid {
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.pricing-plan-section .pricing-switcher-wrapper {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .pricing-plan-section .pricing-switcher-wrapper {
        margin-bottom: 40px;
    }
}

.pricing-plan-section .pricing-switcher-wrapper .tablist span {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
}

@media (max-width: 991px) {
    .pricing-plan-section .pricing-switcher-wrapper .tablist span {
        font-size: 16px;
        font-size: 1rem;
    }
}

.pricing-plan-section .pricing-switcher-wrapper .tablist .active {
    color: #003049;
}

.pricing-plan-section .pricing-switcher-wrapper .tablist span:first-child {
    margin-right: 155px;
}

@media (max-width: 991px) {
    .pricing-plan-section .pricing-switcher-wrapper .tablist span:first-child {
        margin-right: 125px;
    }
}

.pricing-plan-section .pricing-switcher-wrapper .tablist span:last-child {
    position: relative;
    left: -15px;
}

.pricing-plan-section .switch {
    width: 100px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: -10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .pricing-plan-section .switch {
        width: 80px;
        height: 38px;
        top: -7px;
    }
}

.pricing-plan-section .slider {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 34px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 2.28px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 2.28px rgba(0, 0, 0, 0.05);
}

.pricing-plan-section .slider:before {
    background-color: #003049;
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 7px;
    bottom: 5px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 991px) {
    .pricing-plan-section .slider:before {
        width: 22px;
        height: 22px;
    }
}

.pricing-plan-section .slide-off:before {
    -webkit-transform: translateX(48px);
    -moz-transform: translateX(48px);
    -o-transform: translateX(48px);
    -ms-transform: translateX(48px);
    transform: translateX(48px);
}

@media (max-width: 991px) {
    .pricing-plan-section .slide-off:before {
        -webkit-transform: translateX(44px);
        -moz-transform: translateX(44px);
        -o-transform: translateX(44px);
        -ms-transform: translateX(44px);
        transform: translateX(44px);
    }
}

/********/
/*--------------------------------------------------------------
#0.6  about-section
----------------------------------------------------------------*/
.nav-pills>li {
    display: grid;
}
.about-section {
  position: relative;
}
.about-img {
  position: absolute;
  top: 0px;
}
.about-img-3 {
  position: absolute;
  top: 12px;
}
.about-img-2 {
  position: absolute;
  top: 46px;
}

.about-section-s3 {
  overflow: hidden;
  background: #F2F2F4;
}
.tab-content>.active {
  background: #ffffff;
    display: block;
    padding: 31px 40px;
    -webkit-box-shadow : 0px 5px 30px 0px rgba(0,0,0,0.07);
    -moz-box-shadow : 0px 5px 30px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);
}
div#mission h2 {
    margin: 0 0 20px;
    color: #b32b2b;
}
div#mission h5 {
    margin-bottom: 16px;
}
div#overview h2 {
  color: #b32b2b;
  margin: 0 0 20px;
}
div#overview h5 {
    margin-bottom: 16px;
}
.tab-grid-col h2{
  font-size: 20px;
  color: #b32b2b;
}
.tab-manu-list {
  
  padding: 10px 0;
  margin-bottom: 15px;
}

.tab-manu-list  .value {
  float: right;
  color: #b32b2b;
}
.about-section ul {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.07);

}
.about-section .tablist p {
  background-color: #2e343b;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 15px 20px 13px 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  border-bottom: 3px solid #fff;
}
.about-section .tablist li a {
  display: block;
  font-weight: 500;
  color: #2e343b;
  padding: 17px 20px 17px 30px;
  text-transform: capitalize;
  border-top: 1px solid rgba(9, 169, 167, 0.10980392156862745);
}
.about-section .tablist li a:hover {
  background: #09a9a7;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.img-col li {
  display: inline-block;
}
.img-col .img {
  border: 2px solid #F1F1F1;
}

.about-section .tablist .active a{
  background-color: #b32b2b;
  color: #fff;
}

.about-section .tab-content h3{
  font-size: 22px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.4em;
  color: #b32b2b;
  display: inline-block;
}
.about-section .tab-content h4 {
    font-size: 16px;
    color: #b32b2b;
    display: inline-block;
    margin-bottom: 16px;
}
.about-section .tab-content h3 span{
  color: #b32b2b;
}
.about-section .content {
  position: relative;
}

.about-section .content .img-holder{
  position: absolute;
  right: 0;
}
.img-holder {
  overflow: hidden;
}
.progress-bar-col .read-more h1 {
  background: #b32b2b none repeat scroll 0 0;
  color: #fff;
  font-weight: normal;
  padding: 10px 20px;
}
.about-submit-btn {
    background-color: #b32b2b;
    font-weight: 500;
    color: #fff;
    padding: 12px 22px;
    border: 0;
    outline: 0;
    width: 25%;
    text-transform: uppercase;
}
.form-control {
  border: 1px solid #e4e4e4;
    border-radius: 0px;
    box-shadow: none;
    background: #fbfbfb;
    height: 50px;
}

.form-control .placeholder {
  color: red;
}
.contact-form form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e4e4e4;
}
.contact-form form ::-moz-placeholder { /* Firefox 19+ */
  color: #e4e4e4;
}
.contact-form form :-ms-input-placeholder { /* IE 10+ */
  color: #e4e4e4;
}
.contact-form form :-moz-placeholder { /* Firefox 18- */
  color: #e4e4e4;
}

div#mission h2 {
  margin: 0 0 30px;
  color: #2e343b;
  font-size: 22px;
  text-transform: uppercase;
}
.validate-contact-form p {
  color: #2e343b;
  margin-top: 43px;
  font-style: italic;
  font-size: 16px;
}
.tab-content > .active {
  display: block;
  padding: 40px 0px;
}
.validate-contact-form #success, .validate-contact-form #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
.service-content {
  padding-top: 20px;
}
.service-content h2 {
  margin-bottom: 20px;
}
.service-content .service-icon-box {
  margin: 20px 0;
}
.service-content .service-icon-box i {

font-size: 20px;
    background: #2e343b;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    padding-left: 10px;
    color: #fff;
    margin-right: 10px;
}

/************/
.bg-w {
  background: #ffffff !important;
  border: 1px solid #e6e6e6 !important;
}
.m-b-100 {
  margin-bottom: 100px !important;
}
.color-red {
  color: #b32b2b !important;
}
.m-b-23 {
    margin-bottom: 23px !important;
}
.m-b-40 {
    margin-bottom: 40px !important;
}
.mar-t-30 {
  margin-top: 30px !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.bg-red {
  background: #b32b2b !important;
}
/*# sourceMappingURL=style.css.map */


/*.navbar-brand img{
    width: 200px;
    position: relative;
    bottom: 30px;
}*/



.interest-section{
    padding:50px 0;
    background:#fff;
}

.interest-wrapper{
    display:flex;
    gap:60px;
    align-items:flex-start;
}

.interest-menu{
    width:280px;
}

.tab-btn{
    width:100%;
    text-align:left;
    padding:18px 25px;
    border:none;
    background:#f5f5f5;
    border-left:4px solid transparent;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
    border-radius: 10px;
    margin-bottom:10px;
}

.tab-btn.active{
    background:#b32b2b;
    color:#fff;
    border-left:4px solid #fff;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;

}

.interest-content{
    flex:1;
}

.tab-content{
    display:none;
}

.tab-content.active{
    display:block;
}

.tab-content ul{
    list-style:none;
    padding:0;
    margin:0;
    columns:2;
}

.tab-content li{
    padding:12px 0;
    border-bottom:1px solid #eee;
    list-style: circle;
}

.tab-content li a{
    text-decoration:none;
    color:#222;
    font-size:16px;
    transition:.3s;
    font-weight:400;
    
}

.tab-content li a:hover{
    color:#0b5ed7;
    padding-left:8px;
}

@media(max-width:768px){

.interest-wrapper{
    flex-direction:column;
}

.interest-menu{
    width:100%;
}

.tab-content ul{
    columns:1;
}

}





.news-updates-section{
    
     background:#F5F8FC;
    padding:20px 0;
}

.news-updates-section .news-row{
    display:flex;
    gap:35px;
    flex-wrap:wrap;
}

.news-updates-section .news-column{
    flex:1;
    min-width:320px;
}

.news-updates-section .news-heading{
    margin-bottom:18px;
}

.news-updates-section .news-heading h2{
    font-size:34px;
    font-weight:500;
    color:#002b6b;
    position:relative;
    display:inline-block;
    margin-bottom:15px;
}

.news-updates-section .news-heading h2::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:90px;
    height:2px;
    background:#d6a11d;
}

.news-updates-section .news-card{
    border:1px solid #e5e5e5;
    background:#fff;
    border-radius: 10px;
}

.news-updates-section .news-card img{
    width:100%;
    height:230px;
    object-fit:cover;
    display:block;
}

.news-updates-section .news-content{
    padding:18px;
}

.news-updates-section .news-date{
    color:#003d8f;
    font-size:15px;
    margin-bottom:15px;
    font-weight:400;
}

.news-updates-section .news-content h3{
    font-size:18px;
    line-height:30px;
    color:#222;
    font-weight:400;
    margin-bottom:18px;
}

.news-updates-section .news-content a,
.news-updates-section .news-event a{
   display: inline-block;
    padding: 5px 10px;
       color:#003049;

    text-decoration: none;
    transition: .3s;
    font-weight: bold;
    
}

.news-updates-section .news-content a:hover,
.news-updates-section .news-event a:hover{
    background:#b32b2b;
    color:#fff;
}

.news-updates-section .news-event{
    border:1px solid #e5e5e5;
    padding:20px;
    margin-bottom:18px;
    background:#fff;
}

.news-updates-section .news-meta{
    display:flex;
    gap:25px;
    font-size:15px;
    color:#003d8f;
    padding-bottom:12px;
    border-bottom:1px solid #efefef;
    margin-bottom:18px;
}

.news-updates-section .news-event h4{
    font-size:16px;
    font-weight:500;
    font-family: 'Poppins', sans-serif;
    color:#000;
    line-height:30px;
    margin-bottom:20px;
}

.news-updates-section .news-viewall{
    text-align:right;
    margin-top:-50px;
}

.news-updates-section .news-viewall a {
    color: #003d8f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
   /* border: 1px solid #003049;*/
    border-radius: 5px;
}

@media (max-width:991px){

.news-updates-section .news-row{
    flex-direction:column;
}

}


.ticker-section{
    display:flex;
    align-items:center;
    background:#fff;
    overflow:hidden;
height:30px;
    /* Shadow */
    box-shadow:0 10px 30px rgba(0,0,0,0.10);
}

.ticker-title h4{
    background:#03376B;
    color:#fff;
    margin-top:13px;
    font-size: 18px;
    padding:18px 30px;
    font-weight:600;
    white-space:nowrap;
}

.ticker-wrap{
    flex:1;
    overflow:hidden;
    background:#ffffff;
}

.ticker{
    display:flex;
    align-items:center;
    white-space:nowrap;
    animation:scrollTicker 20s linear infinite;
}

.ticker:hover{
    animation-play-state:paused;
}

.ticker a{
    display: flex;
    font-family: monospace;
    align-items: center;
    /* padding: 18px 35px; */
    color: #333;
    font-weight: bold;
    text-decoration: none;
    border-right: 1px solid #ececec;
    font-size: 13px;
}

.ticker a:hover{
    color:#03376B;
}

@keyframes scrollTicker{
    0%{
        transform:translateX(100%);
    }
    100%{
        transform:translateX(-100%);
    }
}


.announcement-section{
    background:#f5f7fa;
    padding:70px 0;
}

.section-title{
    text-align:left;
    margin-bottom:40px;
}

.section-title h2{
    color:#0b2f5b;
    font-size:38px;
    font-weight:700;
}

.announcement-card{
    background:#fff;
    border-radius:12px;
    padding:30px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
    height:280px;
}

.announcement-card:hover{
    transform:translateY(-8px);
}

.announcement-card .date{
    display:inline-block;
    background:#b8860b;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:13px;
    margin-bottom:15px;
}

.announcement-card h4{
    color:#002147;
    margin-bottom:15px;
}

.announcement-card p{
    color:#666;
    line-height:1.8;
}

.announcement-card a{
    color:#b8860b;
    font-weight:600;
    text-decoration:none;
}

.owl-nav{
    text-align:center;
    margin-top:25px;
}

.owl-nav button{
    width:45px;
    height:45px;
    border-radius:50%!important;
    background:#002147!important;
    color:#fff!important;
    margin:0 5px;
}

.owl-dots{
    margin-top:20px;
    text-align:center;
}

.owl-dot span{
    width:12px;
    height:12px;
}


.recruiters-section{
    padding:20px 0;
}

.section-title span{
    color:#b68b2d;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:14px;
}

.section-title h2{
    font-size:28px;
    color:#03376B;
    font-weight:700;
    margin:10px 0;
}

.section-title p{
    color:#777;
    margin-bottom:40px;
}

/*.recruiter-box{
    border-radius:15px;
    height:150px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:25px;
    margin:10px;
    transition:.4s;
}*/

.recruiter-box:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.recruiter-box img{
    max-width:150px;
    max-height:70px;
    width:auto;
    transition:.4s;
}

.recruiter-box:hover img{
    filter:grayscale(0%);
    transform:scale(1.08);
}







.upcoming-scroll{
    height:430px;
    overflow:hidden;
    position:relative;
    border-radius:12px;
    background:#fff;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.scroll-inner{
    animation:scrollUp 18s linear infinite;
}

.upcoming-scroll:hover .scroll-inner{
    animation-play-state:paused;
}

@keyframes scrollUp{

    0%{
        transform:translateY(0);
    }

    100%{
        transform:translateY(-50%);
    }

}

.upcoming-card{
    display:flex;
    gap:18px;
    padding:18px;
    margin:15px;
    border-radius:12px;
    background:#fafafa;
    border-left:3px solid #b40000;
    transition:.3s;
}

.upcoming-card:hover{
    background:#fff;
    transform:translateX(5px);
    box-shadow:0 10px 20px rgba(0,0,0,.08);
}

.event-date{
    min-width: 70px;
    height: 70px;
    border: 2px solid #dddddd;
    background: #f5f5f5;
    color: #b40000;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.event-date span{
    font-size:28px;
    font-weight:700;
    line-height:1;
}

.event-date small{
    font-size:13px;
    letter-spacing:1px;
}

.event-info{
    flex:1;
}

.event-info h4 {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    font-weight: 400;
    margin: 8px 0 12px;
    color: #000;
}
.event-info a {
    color: #003049;
    font-weight: 600;
    text-decoration: none;
}

.news-meta{
    color:#777;
    font-size:14px;
}


.learning-section{
    background:#000;
    padding:90px 0;
}

.learning-wrapper{
    display:flex;
    align-items:stretch;
    gap:35px;
}

.learning-image{
    width:28%;
}

.learning-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:8px;
    border:2px solid rgba(255,255,255,.25);
}

.learning-content{
    width:72%;
    background:linear-gradient(120deg,#6778d5 0%,#48d6bb 100%);
    border-radius:8px;
    padding:45px;
    display:flex;
    justify-content:space-between;
    color:#fff;
}

.learning-left{
    width:65%;
}

.learning-left h2{
    font-size:54px;
    line-height:1;
    font-weight:900;
    text-transform:uppercase;
    margin-bottom:25px;
}

.learning-left p{
    font-size:15px;
    line-height:28px;
    color:#f5f5f5;
    margin-bottom:35px;
}

.learning-left a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

.learning-right{
    width:30%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.counter-box{
    margin-bottom:60px;
}

.counter-box h3{
    font-size:52px;
    margin:0;
    font-weight:300;
}

.counter-box span{
    font-size:14px;
    color:#f3f3f3;
}

@media(max-width:991px){

.learning-wrapper{
    flex-direction:column;
}

.learning-image,
.learning-content{
    width:100%;
}

.learning-content{
    flex-direction:column;
}

.learning-left,
.learning-right{
    width:100%;
}

.learning-right{
    margin-top:40px;
}

}


.video-showcase{
    background:#000;
    padding:0 0 70px;
}

.video-box{
    position:relative;
    overflow:hidden;
    height:230px;
    cursor:pointer;
}

.video-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.video-box:hover img{
    transform:scale(1.08);
}

.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,.15));
}

.play-btn{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:70px;
    height:70px;
    border-radius:50%;
    background:#b40000;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    transition:.3s;
}

.video-box:hover .play-btn{
    transform:translate(-50%,-50%) scale(1.15);
}

.caption{
    position:absolute;
    left:20px;
    bottom:18px;
    color:#fff;
}

.caption h5{
    margin:0;
    font-size:18px;
    font-weight:600;
}



.about-style-one{

    overflow:hidden;

}

.about-left{

    background:#efb64d;
    padding:90px 70px;
    min-height:620px;
    position:relative;

}

.about-left h2{

    font-size:38px;
    line-height:1.1;
    font-weight:800;
    color:#333;
    margin-bottom:60px;
    display:inline-block;
    background:rgba(0,0,0,.15);
    padding:10px 20px;

}

.image-group{

    display:flex;
    align-items:flex-end;
    gap:30px;

}

.small-image{

    width:180px;

}

.small-image img{

    width:100%;
    height:260px;
    object-fit:cover;

}

.large-image{

    width:340px;

}

.large-image img{

    width:100%;
    height:220px;
    object-fit:cover;

}

.about-right{

    background:#f8f8f8;
    min-height:620px;
    padding:90px 70px;
    display:flex;
    flex-direction:column;
    justify-content:center;

}

.about-right p{

    color:#4d5473;
    font-size:20px;
    line-height:40px;
    margin-bottom:35px;

}

.read-btn{

    color:#29398b;
    font-size:24px;
    font-weight:700;
    text-decoration:none;
    margin-bottom:70px;
    display:inline-block;

}

.read-btn i{

    margin-left:10px;

}

.contact-box{

    display:flex;
    align-items:center;
    gap:25px;

}

.contact-box .icon{

    width:85px;
    height:85px;
    border-radius:50%;
    background:#17b358;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;

}

.contact-box h4{

    margin:0;
    color:#222;
    font-size:34px;

}

.contact-box span{

    color:#666;
    font-size:18px;

}

@media(max-width:991px){

.about-left,
.about-right{

    min-height:auto;
    padding:50px 25px;

}

.about-left h2{

    font-size:36px;

}

.image-group{

    flex-direction:column;

}

.small-image,
.large-image{

    width:100%;

}

.contact-box{

    flex-direction:column;
    text-align:center;

}

}


.features-style2{
    position:relative;
    margin-top:-50px;
    z-index:2;
    /*margin:50px 0;*/
}

.feature-box{
    background:#fff;
    padding:45px 30px;
    text-align:center;
    border-radius:18px;
    margin-bottom:-30px;
    transition:.4s;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
    position:relative;
    overflow:hidden;
    border-bottom:4px solid transparent;
}

.feature-box:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#b32b2b;
    transform:scaleX(0);
    transition:.4s;
}

.feature-box:hover:before{
    transform:scaleX(1);
}

.feature-box:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 55px rgba(0,0,0,.15);
    border-bottom:4px solid #003049;
}

.feature-icon{
    width:90px;
    height:90px;
    margin:auto;
    margin-bottom:25px;
    border-radius:50%;
    background:#f8f4eb;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.4s;
}

.feature-icon i{
    font-size:36px;
    color:#b32b2b;
}

.feature-box:hover .feature-icon{
    background:#003049;
    transform:rotateY(180deg);
}

.feature-box:hover .feature-icon i{
    color:#fff;
}

.feature-box h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
    color:#222;
    font-family: 'Playfair Display', serif;
}

.feature-box p{
    color:#666;
    line-height:28px;
    margin:0;
}

@media(max-width:991px){
    .features-style2{
        margin-top:40px;
    }
}



.interest-section{
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.interest-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.82); /* Dark blue overlay */
}

.interest-section .container{
    position: relative;
    z-index: 2;
}

/* Section Title */
.interest-section .section-title h2{
    color: #fff;
    font-weight: 700;
}

/* Left Menu */
.interest-menu{
    background: rgba(255,255,255,.10);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 15px;
}

.tab-btn{
    width: 100%;
    padding: 16px 7px;
    margin-bottom: 10px;
    border: none;
    background: transparent;
    color: #fff;
    text-align: left;
    font-weight: 600;
    border-radius: 8px;
    transition: .3s;
    /*font-family: 'Playfair Display', serif;*/
}

.tab-btn:hover,
.tab-btn.active{
    background: #b32b2b;
    color: #fff;
   /* font-family: 'Playfair Display', serif;*/
}

/* Right Content */
.interest-content{
    background: rgba(255,255,255,.95);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,.15);
}

.interest-content ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.interest-content li{
    padding: 12px 0;
    border-bottom: 1px solid #ececec;
}

.interest-content li:last-child{
    border-bottom: none;
}

.interest-content li a{
    color: #222;
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
}

.interest-content li a:hover{
    color: #b32b2b;
    padding-left: 8px;
}


.funfact-grids{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.funfact-grids .grid{
    flex:1;
    text-align:center;
    position:relative;
   /* padding:0 25px;*/
}

/* Vertical line after every grid except the last */
.funfact-grids .grid:not(:last-child)::after{
    content:"";
    position:absolute;
    top:10%;
    right:0;
    width:1px;
    height:80%;
    background:#c8c8c8;
}

/* Owl Dots */
.recruiters-carousel .owl-dots{
    text-align:center;
    margin-top:30px;
}

.recruiters-carousel .owl-dot{
    width:18px;
    height:18px;
    margin:0 6px;
    border-radius:50%;
    border:2px solid #c62828 !important;
    background:#fff !important;
    display:inline-block;
    transition:0.3s;
    position:relative;
}

/* Inner Circle */
.recruiters-carousel .owl-dot span{
    width:6px;
    height:6px;
    margin:4px auto;
    background:#c62828 !important;
    border-radius:50%;
    display:block;
}

/* Active Dot */
.recruiters-carousel .owl-dot.active{
    border:2px solid #c62828 !important;
    background:#fff !important;
}

.recruiters-carousel .owl-dot.active span{
    background:#c62828 !important;
}


.heroSlider {
    width: 100%;
    height: 650px;
}

.heroSlider .swiper-slide {
    position: relative;
}

.heroSlider .slider-bg {
    width: 100%;
    height: 650px;
    object-fit: cover;
    position: absolute;
}

/* Circle Pagination */
.swiper-pagination {
    bottom: 25px !important;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 0.6;
    transition: 0.3s;
    border: 2px solid #fff;
}

.swiper-pagination-bullet-active {
    background: #b32b2b;
    border-color: #f4b400;
    transform: scale(1.3);
    opacity: 1;
}



/* Responsive */
@media(max-width:991px){
    .heroSlider,
    .heroSlider .slider-bg{
        height:450px;
    }
}

.social-sticky {
    position: fixed;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.social-sticky a {
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

}

.social-sticky a:hover {
    width: 60px;
    color:#fff;
}

.social-sticky .facebook {
    background: #1877F2;
}

.social-sticky .instagram {
    background: #E4405F;
}

.social-sticky .twitter {
    background: #000;
}

.social-sticky .linkedin {
    background: #0A66C2;
}

.social-sticky .youtube {
    background: #FF0000;
}

.social-sticky .whatsapp {
    background: #25D366;
}

.social-sticky .call {
    background: #28A745;
}

.social-sticky a i {
    vertical-align: middle;
}

/* Mobile */
@media (max-width: 768px) {
    .social-sticky a {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }

    .social-sticky a:hover {
        width: 50px;
    }
}



/* First Level */
.main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #fff;
    display: none;
    z-index: 999;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
}

.main-menu li {
    position: relative;
}

.main-menu li:hover > .sub-menu {
    display: block;
}

/* Second Level */
.main-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    display: none;
}



/* Menu Items */
.main-menu .sub-menu li {
    width: 100%;
}

.main-menu .sub-menu li a {
    display: block;
    padding: 12px 18px;
    white-space: nowrap;
    color: #222;
    background: #fff;
}

.main-menu .sub-menu li a:hover {
    background: #f5f5f5;
    color: #b40000;
}


/*==============================
    OUR DEPARTMENTS
==============================*/

.department-section{
    background:#062b57;
    padding:30px 0;
    overflow:hidden;
}

.department-heading{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:40px;
    flex-wrap:wrap;
}



/* Tabs */

.department-tabs{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.department-tabs .tab-btn{
    background:transparent;
    border:none;
    color:#d7d7d7;
    padding:12px px;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    border-bottom:3px solid transparent;
    transition:.3s;
}

.department-tabs .tab-btn i{
    margin-right:8px;
}

.department-tabs .tab-btn.active,
.department-tabs .tab-btn:hover{
    color:#ffc107;
    border-color:#ffc107;
}

/* Main Layout */

.department-wrapper{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:35px;
    align-items:start;
}

/*=====================
LEFT SIDE
======================*/

.admission-card{
    background:#041f44;
    border-radius:18px;
    padding:30px;
    text-align:center;
    margin-bottom:30px;
}

.admission-logo img{
    width:90px;
    margin-bottom:20px;
}

.student-list{
    display:flex;
    justify-content:center;
    margin-bottom:20px;
}

.student-list img{
    width:45px;
    height:45px;
    border-radius:50%;
    border:3px solid #fff;
    margin-left:-10px;
    object-fit:cover;
}

.student-list img:first-child{
    margin-left:0;
}

.admission-card h5{
    color:#fff;
    margin-bottom:20px;
    font-size:18px;
    font-weight:600;
}

.apply-btn{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:12px 30px;
    border-radius:30px;
    text-decoration:none;
    transition:.3s;
    font-weight:600;
}

.apply-btn:hover{
    background:#ffc107;
    color:#000;
}

/*=====================
NOTICE
======================*/

.notice-box{
    background:#fff;
    border-radius:18px;
    padding:25px;
}

.notice-box h3{
    font-size:24px;
    margin-bottom:20px;
    color:#111;
}

.notice-box h3 i{
    color:#ffc107;
    margin-right:8px;
}

.notice-item{
    padding:18px 0;
    border-bottom:1px solid #e7e7e7;
}

.notice-item:last-child{
    border-bottom:none;
}

.notice-item h4{
    font-size:17px;
    margin-bottom:10px;
    color:#222;
}

.notice-item span{
    display:block;
    color:#777;
    margin-bottom:10px;
    font-size:14px;
}

.notice-item a{
    color:#0d6efd;
    text-decoration:none;
    font-weight:600;
}

/*=====================
RIGHT SIDE
======================*/

.department-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.department-card{
    position:relative;
    overflow:hidden;
    border-radius:14px;
    height:220px;
    cursor:pointer;
    border:8px solid rgba(255,255,255,.1);
}

.department-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

/*.department-card::before{*/
/*    content:"";*/
/*    position:absolute;*/
/*    inset:0;*/
   
/*    z-index:1;*/
/*}*/

/*.overlay{
    position:absolute;
    left:25px;
    bottom:20px;
    color:#fff;
    z-index:2;
}*/

.overlay h3{
    font-size:24px;
    font-weight:700;
    margin:0;
    color: #fff;
    text-align: center;
    margin-top: 170px;
}

.department-card:hover img{
    transform:scale(1.08);
}

.department-card:hover{
    box-shadow:0 20px 40px rgba(0,0,0,.35);
}

/*=====================
TAB CONTENT
======================*/

.tab-content{
    display:none;
}

.tab-content.active{
    display:block;
}

/*=====================
RESPONSIVE
======================*/




@media(max-width:991px){


.department-heading{
display:block;
}

.department-tabs{
margin-top:20px;
}

}

@media(max-width:767px){

.left-title h2{
font-size:32px;
}


.department-card{
height:260px;
}

.department-tabs{
display:block;
}

.department-tabs .tab-btn{
display:block;
width:100%;
text-align:left;
margin-bottom:10px;
}

.admission-card,
.notice-box{
margin-bottom:25px;
}

}

.department-tabs{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:15px;
}

.department-tabs .tab-btn{
    background:transparent;
    border:1px solid rgba(255,255,255,0.2);
    color:#fff;
    border-radius:8px;
    /*text-align:left;*/
    text-align: center;
    cursor:pointer;
    transition:0.3s;
}

.department-tabs .tab-btn.active,
.department-tabs .tab-btn:hover{
    background:#b32b2b;
    color:#fff;
    border-color:#003049;
}

.department-tabs .tab-btn i{
    margin-right:8px;
}


.grids-container{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:8px;
}
/*----------------------------------------*/
/*   4.21 funfact css
/*----------------------------------------*/
.rs-funfact-one .rs-funfact-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media only screen and (max-width: 991px) {
  .rs-funfact-one .rs-funfact-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .rs-funfact-one .rs-funfact-wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 20px;
  }
  .fun-fact-section .funfact-grids {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
}

.rs-funfact-one .rs-funfact-icon svg {
  width: 64px;
  height: 64px;
}

.rs-funfact-one .rs-funfact-title {
  margin-bottom: 10px;
}

.rs-funfact-one .rs-funfact-item {
  background: var(--rs-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04);
  display: inline-flex;
  align-items: start;
  gap: 10px 10px;
  border-radius: 12px;
  padding-top: 30px;
  padding-inline: 25px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
  .rs-funfact-one .rs-funfact-item {
    padding-inline: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .rs-funfact-one .rs-funfact-item {
    /*flex-wrap: wrap;*/
  }
}

.rs-funfact-one .rs-funfact-item.has-theme-red {
  background: var(--color-primary);
}

.rs-funfact-one .rs-funfact-item.has-theme-red .rs-funfact-title {
  color: var(--rs-white);
}

.rs-funfact-one .rs-funfact-item.has-theme-red .rs-funfact-icon svg path {
  fill: var(--rs-white);
}

.rs-funfact-one .rs-funfact-item.has-theme-red .rs-funfact-desc {
  color: var(--rs-white);
}

@media only screen and (max-width: 991px) {
  .rs-funfact-one.has-theme-blue {
    padding-top: 80px;
  }
}

.rs-funfact-one.has-theme-blue .rs-funfact-wrapper {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .rs-funfact-one.has-theme-blue .rs-funfact-wrapper {
    margin-top: 0;
  }
}

.rs-funfact-one.has-theme-blue .rs-funfact-item {
  background: var(--rs-theme-blue-two);
}

.rs-funfact-one.has-theme-blue .rs-funfact-item:nth-child(2n) {
  background: var(--rs-theme-yellow);
}

.rs-funfact-one.has-theme-blue .rs-funfact-item:nth-child(2n) .rs-funfact-title {
  color: var(--color-heading);
}

.rs-funfact-one.has-theme-blue .rs-funfact-item:nth-child(2n) .rs-funfact-desc {
  color: var(--color-primary);
}

.rs-funfact-one.has-theme-blue .rs-funfact-item:nth-child(2n) .rs-funfact-icon svg path {
  fill: var(--rs-black);
}

.rs-funfact-one.has-theme-blue .rs-funfact-icon svg path {
  fill: var(--rs-white);
}

.rs-funfact-one.has-theme-blue .rs-funfact-title {
  color: var(--rs-white);
}

.rs-funfact-one.has-theme-blue .rs-funfact-desc {
  color: rgba(255, 255, 255, 0.7);
}

.heroSlider .transparent-nav .content
 {
    position: relative;
    padding: 40px;
    margin-top: 23%;
}
.heroSlider .transparent-nav .content {
    padding-top: 80px;
}

.heroSlider .transparent-nav .content {
    position: relative;
    padding: 40px;
    margin-top: 30%;
    color: #fff;
    z-index: 1;
}
.hero.hero-style-2 .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    /*background: linear-gradient(
        135deg,
        rgba(0, 30, 60, 0.88) 0%,
        rgba(0, 30, 60, 0.65) 35%,
        rgba(0, 30, 60, 0.40) 65%,
        rgba(0, 30, 60, 0.20) 100%
    );*/
    /*  background: linear-gradient(
        90deg,
        rgba(0, 42, 82, 0.92) 0%,
        rgba(0, 51, 102, 0.78) 38%,
        rgba(0, 42, 82, 0.48) 65%,
        rgba(0, 0, 0, 0.18) 100%
    );*/
    background: linear-gradient( 135deg, rgba(0, 30, 60, 0.8) 0%, rgba(0, 30, 60, 0.55) 5%, rgba(0, 0, 0, 0.20) 65%, rgba(0, 0, 0, 0.20) 100% );
}
.heroSlider .transparent-nav .content::after {
     /*background: rgba(0, 33, 71, 0.5);*/
    content: "";
    height: 100%;
    
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
}
.heroSlider .transparent-nav .content p{
    color: #fff;
}
.heroSlider .transparent-nav .content h1
 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: capitalize;
    margin-top: -8px;
    color: #fff;
}

@media (max-width: 767px) {
  .xb-fanfact__wrapper {
    min-height: 500px;
  }
}

.xb-fanfact__wrapper .xb-item--img img {
  width: 100%;BORDER-RADIUS: 20PX;
}

@media (max-width: 767px) {
  .xb-fanfact__wrapper .xb-item--img img {
    min-height: 500px;
    height: 100%;
    object-fit: cover;
  }
}

.xb-fanfact__wrapper .xb-item--img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, rgba(96, 6, 15, 0) 0%, #170006 100%);
  BORDER-RADIUS: 20PX;
}

.xb-fanfact__wrapper .xb-item--img.img-two::before {
  background: linear-gradient(94deg, #170006 0%, rgba(23, 0, 6, 0) 100%);
}

.xb-fanfact__wrapper .xb-item--title {
  position: absolute;
  top: 33px;
  left: 50px;
  font-weight: 700;
  font-size: 45px;
  line-height: 70px;
  text-transform: capitalize;
  color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

@media (max-width: 1199px) {
  .xb-fanfact__wrapper .xb-item--title {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 991px) {
  .xb-fanfact__wrapper .xb-item--title {
    font-size: 30px;
    line-height: 35px;
    top: 20px;
    left: 30px;
  }
}

@media (max-width: 767px) {
  .xb-fanfact__wrapper .xb-item--title {
    font-size: 23px;
  }
}

.xb-fanfact__wrapper .xb-item--holder {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.xb-fanfact__wrapper .xb-item--text {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  padding: 7px 0 5px;
  color: var(--color-white);
}

/*.xb-fanfact__wrapper .xb-item--content {
  color: var(--color-white);
  max-width: 379px;
}*/

.xb-fanfact__wrapper .xb-item--holder {
  position: absolute;
  left: 50px;
  bottom: 43px;
  right: 150px;
}

@media (max-width: 991px) {
  .xb-fanfact__wrapper .xb-item--holder {
    left: 30px;
    bottom: 30px;
  }
}


.xb-fanfact__wrapper .xb-item--number {
  font-size: 48px;
  font-weight: 700;
  color: var(--color-white);
  font-family: var(--font-body);
}

.fanfact-slider {
  border-radius: 20px;
  margin: 0 auto;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}
.fanfact-slider .swiper-pagination-bullets,
.fanfact-slider .swiper-pagination-custom,
.fanfact-slider .swiper-pagination-fraction {
  bottom: 38px;
}

.fanfact-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 4px 4px;
}

.fanfact-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: var(--color-white);
  opacity: .2;
}

.fanfact-slider .swiper-pagination-bullet-active {
  height: 14px !important;
  width: 14px !important;
  background: var(--color-white);
  opacity: 1;
}

.fanfact-slider .swiper-slide-active .xb-fanfact__wrapper .xb-item--title,
.fanfact-slider .swiper-slide-active .xb-fanfact__wrapper .xb-item--holder {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fanfact-slider .swiper-slide-active .xb-fanfact__wrapper .xb-item--holder {
  transition-delay: .2s;
}
.fanfact{
    padding-top:70px;
    padding-bottom:70px;
    
}
.fanfact-slider {
    position: relative;
}
.fanfact-slider .swiper-pagination-bullet-active {
     border:none !important;
     transform: none;
 }  
 .heroSlider .swiper-slide
 {
    position: relative;
    z-index: 1;
}
 
.swiper-slide.transparent-nav::before
 {
    position: absolute;
    content: " ";
    /*background:#003049;*/
    /* background: linear-gradient(
        to bottom,
        rgba(0, 48, 73, 65%),
        rgba(0, 48, 73, 0)
    );*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*opacity: .6;*/
}
@media (max-width: 767px) {
  .xb-fanfact__wrapper .xb-item--holder {
    width: 100%;
    bottom: 90px;
    left: 0;
    right: 0;
    padding: 30px;
  }
  .department-tabs {
    grid-template-columns: repeat(2, 1fr);
}
.department-wrapper, .department-grid, .grids-container
 {
    grid-template-columns: 1fr;
}
.project-section .projects-grids
 {
    margin: 0 15px;
}
.sticky-header .college-tagline{
    color:white !important;
}
.site-header .sticky-on .cart-search-contact {
    display:none;
}
.fanfact
 {
    padding-top: 50px;
    padding-bottom: 40px;
}
}

.testimonial-video {
    width: 150%;
    height: 200px;
    object-fit: cover;
    display: block;
}

/* Left menu background */
.social-icons ul {
   display: flex;
   background: #FBAA50;
    left: 480px;
    position: relative;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* max-width: 112rem; */
    /* margin-left: auto; */
    padding: 1px 15px;
}

/*.social-icons ul li a {
    color: #fff;
    text-decoration: none;
    padding: 8px 10px;
    display: block;
}

.top-right-menu {
    display: inline-flex;
    align-items: center;
    background: #003366;
    border-radius: 4px;
    padding: 0 5px;
}

.top-right-menu .top-btn {
    color: #fff;
    text-decoration: none;
    padding: 8px 7px;
    display: inline-block;
}

.language-select {
    background: #003366;
    color: #fff;
    border: none;
    padding: 7px 5px;
}*/

.navbar-brand>img {
  display: block;
  height: 100px;
}

.logo-text {
  font-size: 10px;
  font-weight: 600;
  /* margin-left: 10px; */
}

.navbar .attr-right .attr-nav li {
  margin-left: 12px;
}

.attr-nav li.search {
  padding-right: 12px;
}

.rs-about-two {
  position: relative;
}

.bg-primary1 {
  background-color: var(--rs-bg-primary);
}

.section-space {
  padding-top: 20px;
  padding-bottom: 50px;
}

/*.section-space1 {
  padding-top: 40px;
  padding-bottom: 50px;
}*/

.rs-about-two {
  position: relative;
}

.rs-about-two .rs-about-shape {
  position: absolute;
  top: 245px;
  inset-inline-end: 70px;
}

@media only screen and (max-width: 1600px) {
  .rs-about-two .rs-about-shape {
    display: none;
  }
}

.rs-about-two .section-desc {
  margin-bottom: 25px;
}

.rs-about-two .rs-about-wrapper {
  display: grid;
  grid-template-columns: 510px 620px;
  gap: 30px 70px;
}

@media only screen and (max-width: 1600px) {
  .rs-about-two .rs-about-wrapper {
    gap: 30px 30px;
  }
}

@media only screen and (max-width: 1366px) {
  .rs-about-two .rs-about-wrapper {
    grid-template-columns: 450px auto;
    align-items: start;
  }
}

@media only screen and (max-width: 1199px) {
  .rs-about-two .rs-about-wrapper {
    grid-template-columns: 350px auto;
  }
}

@media only screen and (max-width: 991px) {
  .rs-about-two .rs-about-wrapper {
    grid-template-columns: auto;
  }
}

.rs-about-two .rs-about-thumb-wrapper {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1600px) {
  .rs-about-two .rs-about-thumb-wrapper {
    position: sticky;
    top: 110px;
  }
}

@media only screen and (max-width: 991px) {
  .rs-about-two .rs-about-thumb-wrapper {
    position: relative;
    top: unset;
  }
}

.rs-about-two .rs-about-badge {
  background: var(--color-primary);
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  width: 132px;
  height: 132px;
  position: absolute;
  left: 50%;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rs-about-two .rs-about-badge img {
  width: 90px;
}

.rs-about-two .rs-about-thumb {
  position: relative;
  z-index: 1;
}

.rs-about-two .rs-about-thumb:first-child {
  margin-bottom: 20px;
}

.rs-about-btn{
   position:relative;
  bottom:40px; 
}

.rs-about-two .rs-about-thumb img {
  width: 100%;
  border: 6px solid var(--rs-white);
  border-radius: 30px;
}

.rs-about-two .rs-about-list-wrapper {
  margin-top: 30px;
  margin-bottom: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 600px;
  position:relative;
  bottom:40px;
}

@media only screen and (max-width: 767px) {
  .rs-about-two .rs-about-list-wrapper {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}

.rs-about-two .rs-about-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.rs-about-two .rs-about-list-item p {
  color: var(--rs-title-tertiary);
  font-weight: 500;
}

.section-subtitle.has-theme-red svg path {
  fill: var(--color-primary);
}

p {
  font-size: 16px;
}

.rs-about-two .rs-about-list-icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-about-two .rs-about-list-icon svg {
  width: 11px;
  height: 11px;
}

.rs-about-two .rs-about-list-icon svg path {
  fill: var(--color-primary);
}

@media only screen and (max-width: 575px) {
  .rs-about-two .rs-about-tab {
    display: none;
  }
}

.rs-about-two .rs-about-tab .nav-link {
  background: transparent;
  color: var(--color-primary);
  font-weight: 500;
  padding: 10px 22px 10px 22px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 6px 6px 0 0;
  font-family: var(--rs-ff-title);
  font-size: 16px;
}

/* Dropdown / mega menu */
.dropdown-menu,
.sub-menu,
.mega-menu,
.mega-menu-container,
.navbar-nav .dropdown-menu {
    position: absolute !important;
    z-index: 999999 !important;
}


@media only screen and (max-width: 480px) {
  .rs-about-two .rs-about-tab .nav-link {
    width: 100%;
  }
}

.rs-about-two .rs-about-tab .nav-link.active {
  color: var(--color-primary);
  background: var(--rs-white);
}

.rs-about-two .rs-about-tab .nav-link:hover {
  color: var(--color-primary);
}

.rs-about-two .rs-about-tab .nav-link:hover::after {
  transform: scaleX(1);
}

@media only screen and (max-width: 480px) {
  .rs-about-two .rs-about-tab .nav-item {
    width: 100%;
  }
}

.rs-about-two .rs-about-tab-content {
  border-radius: 6px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  background: var(--rs-white);
}

.rs-about-two .rs-about-tab-content p {
  font-size: 16px;
}

@media only screen and (max-width: 575px) {
  .rs-about-two .rs-about-tab-content {
    display: none;
  }
}

.rs-about-two .rs-about-accordion {
  display: none;
}

@media only screen and (max-width: 575px) {
  .rs-about-two .rs-about-accordion {
    display: block;
  }
}

.rs-about-two .rs-about-accordion .rs-accordion-one .accordion-button {
  font-size: 16px;
  padding-inline-end: 0px;
}

.rs-about-two .rs-about-accordion .rs-accordion-one .accordion-button:not(.collapsed) {
  color: var(--color-primary);
}

.rs-about-two .rs-about-accordion .rs-accordion-one .rs-accordion-item {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
}

.rs-about-two .rs-about-accordion .rs-accordion-one .rs-accordion-item:not(:last-child) {
  margin-bottom: 15px;
}

.rs-about-two .rs-about-accordion .rs-accordion-one .accordion-body {
  padding: 10px 0px 0 0px;
}

.section-subtitle.is-uppercase {
  text-transform: uppercase;
}

.section-subtitle svg {
  width: 24px;
  height: 24px;
}

.section-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: rgb(37, 32, 32);
  margin-bottom: 10px;
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 8px;
}

.rs-faculty-two .section-subtitle {
  color: white;
}

.rs-faculty-two .section-subtitle svg path {
  fill: white;
}

.rs-faculty-two .rs-faculty-tab-icon svg path {
  fill: var(--rs-white);
}

.rs-program-details-tab-wrapper .nav-link.active {
  color: rgb(253 199 47);
  border-color: rgb(253 199 47);
  background: transparent;
}

.rs-program-details-tab-wrapper .nav-link.active .rs-faculty-tab-icon svg path {
  fill: rgb(253 199 47);
}

/*----------------------------------------*/
/*   4.21 funfact css
/*----------------------------------------*/
.rs-funfact-one .rs-funfact-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media only screen and (max-width: 991px) {
  .rs-funfact-one .rs-funfact-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .rs-funfact-one .rs-funfact-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.rs-funfact-one .rs-funfact-icon svg {
  width: 64px;
  height: 64px;
}

.rs-funfact-one .rs-funfact-title {
  margin-bottom: 10px;
}

.rs-funfact-one .rs-funfact-item {
  background: var(--rs-white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04);
  display: inline-flex;
  align-items: start;
  gap: 20px 20px;
  border-radius: 12px;
  padding-top: 30px;
  padding-inline: 25px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
  .rs-funfact-one .rs-funfact-item {
    padding-inline: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .rs-funfact-one .rs-funfact-item {
    flex-wrap: wrap;
  }
}

.rs-funfact-one .rs-funfact-item.has-theme-red {
  background: var(--color-primary);
}

.rs-funfact-one .rs-funfact-item.has-theme-red .rs-funfact-title {
  color: var(--rs-white);
}

.rs-funfact-one .rs-funfact-item.has-theme-red .rs-funfact-icon svg path {
  fill: var(--rs-white);
}

.rs-funfact-one .rs-funfact-item.has-theme-red .rs-funfact-desc {
  color: var(--rs-white);
}

@media only screen and (max-width: 991px) {
  .rs-funfact-one.has-theme-blue {
    padding-top: 80px;
  }
}

.rs-funfact-one.has-theme-blue .rs-funfact-wrapper {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .rs-funfact-one.has-theme-blue .rs-funfact-wrapper {
    margin-top: 0;
  }
}

.rs-funfact-one.has-theme-blue .rs-funfact-item {
  background: var(--rs-theme-blue-two);
}

.rs-funfact-one.has-theme-blue .rs-funfact-item:nth-child(2n) {
  background: var(--rs-theme-yellow);
}

.rs-funfact-one.has-theme-blue .rs-funfact-item:nth-child(2n) .rs-funfact-title {
  color: var(--color-heading);
}

.rs-funfact-one.has-theme-blue .rs-funfact-item:nth-child(2n) .rs-funfact-desc {
  color: var(--color-primary);
}

.rs-funfact-one.has-theme-blue .rs-funfact-item:nth-child(2n) .rs-funfact-icon svg path {
  fill: var(--rs-black);
}

.rs-funfact-one.has-theme-blue .rs-funfact-icon svg path {
  fill: var(--rs-white);
}

.rs-funfact-one.has-theme-blue .rs-funfact-title {
  color: var(--rs-white);
}

.rs-funfact-one.has-theme-blue .rs-funfact-desc {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
  .xb-fanfact__wrapper {
    min-height: 500px;
  }
}

.xb-fanfact__wrapper .xb-item--img img {
  width: 100%;
}

@media (max-width: 767px) {
  .xb-fanfact__wrapper .xb-item--img img {
    min-height: 500px;
    height: 100%;
    object-fit: cover;
  }
}

.xb-fanfact__wrapper .xb-item--img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, rgba(96, 6, 15, 0) 0%, #170006 200%);
}

.xb-fanfact__wrapper .xb-item--img.img-two::before {
  background: linear-gradient(94deg, #170006 0%, rgba(23, 0, 6, 0) 100%);
}

.xb-fanfact__wrapper .xb-item--title {
  position: absolute;
  top: 33px;
  left: 50px;
  font-weight: 700;
  font-size: 40px;
  line-height: 70px;
  text-transform: capitalize;
  color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

@media (max-width: 1199px) {
  .xb-fanfact__wrapper .xb-item--title {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 991px) {
  .xb-fanfact__wrapper .xb-item--title {
    font-size: 30px;
    line-height: 35px;
    top: 20px;
    left: 30px;
  }
}

@media (max-width: 767px) {
  .xb-fanfact__wrapper .xb-item--title {
    font-size: 23px;
  }
}

.xb-fanfact__wrapper .xb-item--holder {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.xb-fanfact__wrapper .xb-item--text {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  padding: 7px 0 5px;
  color: var(--color-white);
}

.xb-fanfact__wrapper .xb-item--content {
  color: var(--color-white);
  max-width:470px;
}

.xb-fanfact__wrapper .xb-item--holder {
  position: absolute;
  left: 50px;
  bottom: 43px;
  right: 150px;
}

@media (max-width: 991px) {
  .xb-fanfact__wrapper .xb-item--holder {
    left: 30px;
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .xb-fanfact__wrapper .xb-item--holder {
    width: 100%;
    bottom: 90px;
    left: 0;
    right: 0;
    padding: 30px;
  }
}

.xb-fanfact__wrapper .xb-item--number {
  font-size: 48px;
  font-weight: 700;
  color: var(--color-white);
  font-family: var(--font-body);
}

.fanfact-slider {
  border-radius: 20px;
}

.fanfact-slider .swiper-pagination-bullets,
.fanfact-slider .swiper-pagination-custom,
.fanfact-slider .swiper-pagination-fraction {
  bottom: 38px;
}

.fanfact-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 4px 4px;
}

.fanfact-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: var(--color-white);
  opacity: .2;
}

.fanfact-slider .swiper-pagination-bullet-active {
  height: 14px;
  width: 14px;
  background: var(--color-white);
  opacity: 1;
}

.fanfact-slider .swiper-slide-active .xb-fanfact__wrapper .xb-item--title,
.fanfact-slider .swiper-slide-active .xb-fanfact__wrapper .xb-item--holder {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fanfact-slider .swiper-slide-active .xb-fanfact__wrapper .xb-item--holder {
  transition-delay: .2s;
}

.rs-faculty-two {
  background: var(--color-primary);
}

.section-space {
  padding-top: 90px;
  padding-bottom: 90px;
}

.rs-faculty-two .rs-faculty-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media only screen and (max-width: 991px) {
  .rs-faculty-two .rs-faculty-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .rs-faculty-two .rs-faculty-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.rs-faculty-two .rs-faculty-item:hover .rs-faculty-info {
  bottom: 0;
}

.rs-faculty-two .rs-faculty-item:hover .rs-faculty-title {
  margin-bottom: 15px;
}

.rs-faculty-two .rs-faculty-thumb {
  border-radius: 16px;
  border: 6px solid #A0233D;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.rs-faculty-two .rs-faculty-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(33, 37, 45, 0) 38%, #21252D 91.09%);
  opacity: 0.9;
  border-radius: 16px;
}

.rs-faculty-two .rs-faculty-thumb img {
  width: 100%;
  border-radius: 16px;
}

.rs-faculty-two .rs-faculty-title a {
  color: var(--rs-white);
  margin-bottom: 20px;
}

.rs-faculty-two .rs-faculty-title a:hover,
.rs-btn.has-text.has-icon:hover {
  color: var(--color-primary);
}

.rs-faculty-two .rs-faculty-info {
  position: absolute;
  bottom: -60px;
  width: 100%;
  left: 0;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-inline: 30px;
  transition: 0.5s;
}

@media only screen and (max-width: 1199px) {
  .rs-faculty-two .rs-faculty-info {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline: 20px;
  }
}

.rs-faculty-two.has-theme-blue {
  background: transparent;
  position: relative;
  z-index: 1;
}

.rs-faculty-two.has-theme-blue .rs-faculty-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.rs-faculty-two.has-theme-blue .rs-faculty-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background: var(--rs-theme-blue-two);
}

.rs-faculty-two.has-theme-blue .rs-faculty-thumb {
  border: 0;
  border-bottom: 6px solid #194E74;
}

.rs-faculty-two.has-theme-blue .rs-faculty-thumb::before {
  background-image: linear-gradient(180deg, rgba(0, 58, 101, 0) 28%, rgba(2, 30, 64, 0.8196078431) 100%);
}

.rs-faculty-two.has-theme-blue .rs-faculty-title a:hover {
  color: var(--rs-theme-yellow);
}

.rs-faculty-two.has-theme-blue .rs-faculty-pagination {
  margin-top: 45px;
}

.rs-faculty-two.has-theme-blue .rs-faculty-pagination .swiper-pagination-bullet {
  border-color: var(--rs-white);
}

.rs-faculty-two.has-theme-blue .rs-faculty-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
}

.rs-faculty-two.has-theme-blue .rs-faculty-pagination .swiper-pagination-bullet:hover {
  background: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
}

.rs-btn.has-text.is-text-white {
  color: var(--rs-white);
}

.rs-btn.has-text.has-icon {
  gap: 8px;
}

.rs-btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.rs-btn.has-text {
  padding: 0;
  width: unset;
  height: unset;
  background: transparent;
}

.rs-btn {
  font-size: 15px;
  color: var(--rs-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  transition: all 0.4s ease-out 0s;
  border-radius: 100px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--rs-theme-blue);
}

.rs-faculty-wrapper .fade:not(.show) {
  opacity: 1;
}

/* .rs-program-details-tab-wrapper .nav-item:not(:last-child) {
    border: 1px solid var(--rs-border-primary);
} */
.rs-program-details-tab-wrapper .nav-pills {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* border: 1px solid var(--rs-border-primary); */
  gap: 10px 35px;
}

/* .rs-program-details-tab-wrapper .nav-link.active {
    color: var(--rs-white);
    background: var(--rs-theme-blue);
} */
.rs-program-details-tab-wrapper {
  padding: 30px 10px;
}

@media only screen and (max-width: 1600px) {
  .rs-program-details-tab-wrapper .nav-link {
    padding: 15px 25px;
    font-size: 16px;
  }
}

.rs-program-details-tab-wrapper .nav-link {
  /* background: var(--rs-white); */
  font-weight: 600;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 10px;
  position: relative;
  border-radius: 0px;
  color: #ffffff;
  font-size: 18px;
  TEXT-ALIGN: LEFT;
  transition: all 0.3s ease-in-out;
  padding: 15px 5px;
  width: 100%;
  border-bottom: 1px solid rgb(255 255 255 / 36%);
}

.rs-program-details-tab-wrapper .nav-pills.nav:before,
.rs-program-details-tab-wrapper .nav-pills.nav:after {
  content: none
}

.event-bg-clr {
  background: var(--color-sec-bg);
}

.xb-event-left {
  background: var(--color-white);
  border-radius: 15px;
  overflow: hidden;
}

.xb-event-left:hover .xb-item--img::before {
  visibility: visible;
  opacity: 1;
}

.xb-event-left:hover .xb-item--img img {
  transform: scale(1.03);
}

.xb-event-left:hover .xb-item--date {
  visibility: visible;
  opacity: 1;
}

.xb-event-left .xb-item--author {
  width: calc(100% - 280px);
}

@media (max-width: 767px) {
  .xb-event-left .xb-item--author {
    width: 100%;
    padding: 30px;
  }
}

.xb-event-left .xb-item--img {
  margin-right: 30px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 250px;
}

@media (max-width: 767px) {
  .xb-event-left .xb-item--img {
    width: 100%;
    margin-right: 0;
  }
}

.xb-event-left .xb-item--img::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(120, 25, 33, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.xb-event-left .xb-item--img img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.xb-event-left .xb-item--location svg {
  transform: translateY(-2px);
}

.xb-event-left {
  margin-bottom: 20px !important;
}

.xb-event-left .xb-item--title {
  color: var(--color-heading);
  font-size: 18px;
  line-height: 32px;
  margin-top: 15px;
  max-width: 316px;
  display: inline-block;
}

.thm-btn {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
  background: var(--color-primary);
  border-style: none;
  padding: 19px 38px;
  align-self: center;
  position: relative;
  line-height: 1.2;
  transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
  display: inline-flex;
  align-items: center;
  letter-spacing: -0.01px;
  border-radius: 80px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  color: #fff;
}

.more-btn {
  font-weight: 700;
  letter-spacing: 0.05px;
  line-height: 45px;
  background: transparent;
  color: var(--color-heading);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.more-btn::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  height: 2px;
  bottom: -2px;
  top: auto;
  background: #170006;
  -webkit-transition: 0.3s cubic-bezier(0.67, 0.04, 0.3, 0.91);
  -o-transition: 0.3s cubic-bezier(0.67, 0.04, 0.3, 0.91);
  transition: 0.3s cubic-bezier(0.67, 0.04, 0.3, 0.91);
}

.xb-event-left .xb-item--title a {
  color: currentColor;
}

.xb-event-left .xb-item--date {
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-40%, -50%);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  color: var(--color-white);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.xb-event-item {
  border-radius: 15px;
  overflow: hidden;
}

.xb-event-item:hover .xb-item--img img {
  transform: scale(1.03);
}

.xb-event-item .xb-item--img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.xb-event-item .xb-item--location svg {
  margin-right: 7px;
}

.xb-event-item .xb-item--title {
  font-size: 18px;
  line-height: 36px;
  margin-top: 13px;
  max-width: 429px;
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .xb-event-item .xb-item--title {
    font-size: 18px;
    line-height: 30px;
  }
}

.xb-event-item .xb-item--title a {
  color: currentColor;
}

.xb-event-item .xb-item--wrap {
  align-items: end;
}

.xb-event-item .xb-item--content {
  background: var(--color-white);
  margin-top: -93px;
  border-radius: 0 15px;
  padding: 36px 40px 20px 30px;
  z-index: 1;
  width: 79%;
}

.xb-event-item .xb-item--date-inner {
  background: var(--color-white);
  padding: 24px 10px;
  position: relative;
  width: calc(100% - 79%);
}

.xb-event-item .xb-item--date-inner::before {
  position: absolute;
  left: 0;
  top: 12px;
  height: 135px;
  width: 1px;
  background: #e3e3df;
  content: '';
}

.xb-event-item .xb-item--date {
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 767px) {
  .xb-event-item .xb-item--date {
    font-size: 16px;
    line-height: 1;
  }
}

.xb-event-item .xb-item--icon {
  border-radius: 100%;
  background: var(--color-sec-bg);
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}

@media (max-width: 767px) {
  .event-shape {
    display: none;
  }
}

.list_ul_li {
  justify-content: flex-start;
}

.list_ul_li,
.list_ul_li_right,
.list_ul_li_center,
.list_ul_li_between {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.event-shape .shape {
  position: absolute;
}

.event-shape .shape--one {
  top: 21%;
  left: 60px;
}

.event-shape .shape--two {
  top: 50px;
  right: 0;
}

.xb-event-bottom {
  margin-top: -147px;
}

@media (max-width: 991px) {
  .xb-event-bottom {
    margin-top: 0;
  }
}

.xb-event-btn a {
  padding: 15px 45px;
  margin-left: 0;
  line-height: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  .xb-event-btn a {
    padding: 15px 30px;
  }
}

.news {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}

.news .swiper-pagination {
  bottom: 0px
}

.news .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-primary, var(--swiper-theme-color));
}

/*----------------------------------------*/
/*  4.10 call to action css
/*----------------------------------------*/
.rs-cta-one {
  position: relative;
}

.rs-cta-one .rs-cta-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.rs-cta-one .rs-cta-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(247deg, rgba(0, 58, 101, 0) 0%, var(--rs-theme-blue) 64%);
  opacity: 0.7;
}

.rs-cta-one .rs-cta-wrapper {
  padding-top: 90px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .rs-cta-one .rs-cta-wrapper {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

.rs-cta-one .section-desc {
  max-width: 570px;
  margin-bottom: 35px;
}

.rs-cta-one.has-theme-red .rs-cta-bg-thumb::before {
  background-image: linear-gradient(247deg, rgba(0, 58, 101, 0) 0%, #231F20 64%);
}

.rs-cta-two {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  margin-inline-start: 10px;
}

.section-title.is-white,
.is-white {
  color: var(--color-white);
}

.rs-cta-bg-thumb.include-bg {
  background-image: url(img/cta-bg-thumb-01.webp);
  background-position: center;
  background-size: 100%;
}

/*----------------------------------------*/
/*  4.17 Faculty css
/*----------------------------------------*/
.rs-faculty-one {
  overflow-x: clip;
  background: var(--rs-bg-primary);
}

.rs-faculty-one .rs-faculty-bg {
  background: var(--rs-bg-blue);
  margin-inline-start: 45px;
  margin-inline-end: 45px;
  border-radius: 16px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

@media only screen and (max-width: 1600px) {
  .rs-faculty-one .rs-faculty-bg {
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .rs-faculty-one .rs-faculty-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .rs-faculty-one .rs-faculty-bg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 480px) {
  .rs-faculty-one .rs-faculty-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.rs-faculty-one .rs-faculty-shape-one {
  position: absolute;
  inset-inline-start: -60px;
  top: 0px;
}

@media only screen and (max-width: 1366px) {
  .rs-faculty-one .rs-faculty-shape-one {
    display: none;
  }
}

[dir=rtl] .rs-faculty-one .rs-faculty-shape-one {
  transform: rotate(180deg);
}

.rs-faculty-one .rs-faculty-shape-two {
  position: absolute;
  inset-inline-end: 60px;
  bottom: 50px;
  animation: rs-rotate-anim 3s linear 0s infinite alternate;
}

@media only screen and (max-width: 1600px) {
  .rs-faculty-one .rs-faculty-shape-two {
    bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .rs-faculty-one .rs-faculty-shape-two {
    display: none;
  }
}

.rs-faculty-one .rs-faculty-wrapper {
  display: grid;
  grid-template-columns: 390px auto;
  gap: 30px 65px;
  margin-top: 50px;
  align-items: start;
}

@media only screen and (max-width: 1600px) {
  .rs-faculty-one .rs-faculty-wrapper {
    gap: 30px 30px;
  }
}

@media only screen and (max-width: 1366px) {
  .rs-faculty-one .rs-faculty-wrapper {
    grid-template-columns: 370px auto;
  }
}

@media only screen and (max-width: 1199px) {
  .rs-faculty-one .rs-faculty-wrapper {
    grid-template-columns: 350px auto;
  }
}

@media only screen and (max-width: 991px) {
  .rs-faculty-one .rs-faculty-wrapper {
    grid-template-columns: auto;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .rs-faculty-one .rs-faculty-content-wrapper {
    position: sticky;
    top: 110px;
  }
}

@media md {
  .rs-faculty-one .rs-faculty-content-wrapper {
    position: relative;
    top: unset;
  }
}

.rs-faculty-one .rs-faculty-sec-wrapper {
  margin-top: -50px;
}

@media only screen and (max-width: 1199px) {
  .rs-faculty-one .rs-faculty-sec-wrapper {
    margin-top: 0;
  }
}

.rs-faculty-one .rs-faculty-section {
  margin-bottom: 40px;
}

.rs-faculty-one .rs-admission-cta {
  background: #051435;
  border-radius: 16px;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-inline-start: 36px;
  padding-inline-end: 36px;
  display: inline-flex;
  gap: 30px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .rs-faculty-one .rs-admission-cta {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .rs-faculty-one .rs-admission-cta {
    flex-wrap: wrap;
  }
}

.rs-faculty-one .rs-admission-cta-desc {
  color: var(--rs-white);
  margin-top: 10px;
  margin-bottom: 20px;
}

.rs-faculty-one .rs-admission-cta-shape img {
  width: 100px;
}

.rs-faculty-one .rs-notice-wrapper {
  background-color: var(--rs-white);
  padding-top: 25px;
  padding-bottom: 30px;
  padding-inline-start: 35px;
  padding-inline-end: 35px;
  border-radius: 16px;
}

.rs-faculty-one .rs-notice-wrapper .popup-circle {
  width: 8px;
  height: 8px;
  position: relative;
}

.rs-faculty-one .rs-notice-wrapper .popup-circle::before {
  background: var(--rs-theme-yellow);
}

.rs-faculty-one .rs-notice-wrapper .popup-circle::after {
  background: var(--rs-theme-yellow);
}

.rs-faculty-one .rs-notice-wrapper .rs-notice-sec-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--rs-border-primary);
  margin-bottom: 20px;
}

.rs-faculty-one .rs-notice-wrapper .rs-notice-item:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.rs-faculty-one .rs-notice-wrapper .rs-notice-title {
  font-size: 17px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .rs-faculty-one .rs-notice-wrapper .rs-notice-title {
    font-size: 15px;
  }
}

.rs-faculty-one .rs-notice-wrapper .rs-notice-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.rs-faculty-one .rs-notice-wrapper .rs-notice-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rs-faculty-one .rs-notice-wrapper .rs-notice-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 5px;
}

.rs-faculty-one .rs-notice-wrapper .rs-notice-date svg {
  width: 14px;
  height: 14px;
}

.rs-faculty-one .rs-notice-wrapper .rs-notice-id {
  font-size: 13px;
}

.rs-faculty-one .rs-notice-wrapper .rs-notice-link svg {
  width: 20px;
  height: 20px;
}

.rs-faculty-one .rs-notice-wrapper .rs-notice-link svg path {
  transition: 0.3s;
}

.rs-faculty-one .rs-notice-wrapper .rs-notice-link a:hover svg path {
  fill: var(--rs-theme-yellow);
}

.rs-faculty-one .rs-faculty-item-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .rs-faculty-one .rs-faculty-item-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.rs-faculty-one .rs-faculty-item {
  overflow: hidden;
  border-radius: 16px;
  border: 6px solid #194E74;
}

.rs-faculty-one .rs-faculty-thumb {
  position: relative;
  z-index: 1;
}

.rs-faculty-one .rs-faculty-thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 58, 101, 0) 46.86%, #003A65 91.09%);
}

.rs-faculty-one .rs-faculty-thumb img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: top center;
}

@media only screen and (max-width: 1199px) {
  .rs-faculty-one .rs-faculty-thumb img {
    height: 100%;
  }
}

.rs-faculty-one .rs-faculty-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-inline: 35px;
}

@media only screen and (max-width: 1600px) {
  .rs-faculty-one .rs-faculty-info {
    padding-inline: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .rs-faculty-one .rs-faculty-info {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline: 20px;
  }
}

.rs-faculty-one .rs-faculty-title a {
  color: var(--rs-white);
}

.rs-faculty-one .rs-faculty-title a:hover {
  color: var(--rs-theme-yellow);
}

.rs-faculty-one .rs-faculty-tab-wrapper .nav-pills {
  display: flex;
  justify-content: end;
  gap: 30px 60px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 1199px) {
  .rs-faculty-one .rs-faculty-tab-wrapper .nav-pills {
    gap: 30px 30px;
    justify-content: center;
  }
}

.rs-faculty-one .rs-notice-wrapper .popup-circle::after Specificity: (0, 3, 1) {
  background: var(--rs-theme-yellow);
}

.popup-circle:after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #E40101;
  border-radius: 50%;
  animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.rs-faculty-one .rs-notice-wrapper .popup-circle::before {
  background: var(--rs-theme-yellow);
}

.popup-circle:before {
  content: "";
  position: relative;
  display: block;
  top: -14px;
  inset-inline-start: -14px;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #E40101;
  animation: rs-pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.rs-faculty-one .rs-faculty-tab-wrapper .nav-link {
  background: transparent;
  font-weight: 600;
  padding: 0;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border-radius: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
  color: var(--rs-white);
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  padding-bottom: 10px;
}

@keyframes rs-pulse {
  0% {
    transform: scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@keyframes popup-circle {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

.section-title-wrapper {
  margin-bottom: 40px
}

@media only screen and (max-width: 1600px) {
  .rs-faculty-one .rs-faculty-tab-wrapper .nav-link {
    font-size: 18px;
  }
}

.rs-faculty-one .rs-faculty-tab-wrapper .nav-link.active {
  color: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
}

.rs-faculty-one .rs-faculty-tab-wrapper .nav-link.active .rs-faculty-tab-icon svg path {
  fill: var(--rs-theme-yellow);
}

.rs-faculty-one .rs-faculty-tab-wrapper .nav-link:hover {
  color: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
}

.rs-faculty-one .rs-faculty-tab-wrapper .nav-link:hover .rs-faculty-tab-icon svg path {
  fill: var(--rs-theme-yellow);
  transition: all 0.3s ease-in-out;
}

.rs-faculty-one .rs-faculty-tab-icon svg {
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 1199px) {
  .rs-faculty-one .rs-faculty-tab-icon svg {
    width: 20px;
    height: 20px;
  }
}

.rs-faculty-one .rs-faculty-tab-icon svg path {
  fill: var(--rs-white);
}

.rs-faculty-one .rs-faculty-tab-anim .tab-pane.active .rs-faculty-item-wrapper {
  -webkit-animation: slide-down 5s ease-out;
  animation: slide-down 5s ease-out;
}

@media only screen and (max-width: 767px) {
  .rs-faculty-one .rs-faculty-content-wrapper {
    display: none;
  }
}

.rs-faculty-one .rs-faculty-accordion {
  display: none;
}

@media only screen and (max-width: 767px) {
  .rs-faculty-one .rs-faculty-accordion {
    display: block;
  }
}

.rs-faculty-one .rs-accordion-one .rs-accordion-item {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.rs-faculty-one .rs-accordion-one .accordion-button {
  font-weight: 600;
  padding: 0;
  padding-bottom: 0px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
  border-bottom-color: rgba(255, 255, 255, 0.15);
  color: var(--rs-white);
  font-size: 20px;
  transition: all 0.5s ease-in-out;
  padding-bottom: 10px;
}

.rs-faculty-one .rs-accordion-one .accordion-button:not(.collapsed) {
  color: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
}

.rs-faculty-one .rs-accordion-one .accordion-button:not(.collapsed) .rs-faculty-tab-icon svg path {
  fill: var(--rs-theme-yellow);
}

.rs-faculty-one .rs-accordion-one .accordion-button .rs-faculty-tab-icon svg path {
  transition: 0.5s;
  fill: var(--rs-white);
}

.rs-faculty-one .rs-accordion-one .accordion-button:hover {
  color: var(--rs-theme-yellow);
}

.rs-faculty-one .rs-accordion-one .accordion-button:hover .rs-faculty-tab-icon svg path {
  fill: var(--rs-theme-yellow);
}

.rs-faculty-one .rs-accordion-one .accordion-body {
  padding-top: 20px;
  padding: 0;
  margin-top: 30px;
}

.xb-campus__wrapper {
  display: inline-block;
}

.xb-campus__wrapper::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -34px;
  background-image: url(../img/shape/campus-shape.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

@media (max-width: 1199px) {
  .xb-campus__wrapper::before {
    bottom: -22px;
  }
}

.xb-campus__wrapper .xb-item--holder {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.xb-campus__wrapper .xb-item--img {
  border-radius: 15px;
}

.xb-campus__wrapper .xb-item--img img {
  width: 100%;
}

.xb-campus__wrapper .xb-item--title {
  background: var(--color-white);
  padding: 5px 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  transform: translateY(20px);
  opacity: 0;
}

.xb-campus__wrapper .xb-item--holder .xb-btn_thm {
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0;
}

.campus-slider .swiper-slide-active .xb-campus__wrapper .xb-item--title {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.campus-slider .swiper-slide-active .xb-campus__wrapper .xb-item--holder .xb-btn_thm {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transition-delay: .2s;
}

.campus-slider {
  border-radius: 20px;
}
.xb-cta
 {
    padding: 62px 50px 55px;
    border-radius: 15px;
    /* margin-bottom: -160px; */
    z-index: 2;
}
.campus-slider .swiper-pagination-bullets,
.campus-slider .swiper-pagination-custom,
.campus-slider .swiper-pagination-fraction {
  bottom: 110px;
}
.campus {
  padding-bottom:170px
}
.campus-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 4px 4px;
}

.campus-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: var(--color-heading);
  opacity: .2;
}

.campus-slider .swiper-pagination-bullet-active {
  height: 14px;
  width: 14px;
  background: var(--color-heading);
  opacity: 1;
}
.xb-cta h2
 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: var(--color-white);
    max-width: 638px;
}

.mb-15 {
    margin-bottom: 15px;
}
.xb-cta-btn .thm-btn {
    padding: 17px 38px;
}

.thm-btn {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-heading);
    background: var(--rs-theme-yellow);
    border-style: none;
    padding: 19px 38px;
    align-self: center;
    position: relative;
    line-height: 1.2;
    transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
    display: inline-flex;
    align-items: center;
    letter-spacing: -0.01px;
    border-radius: 80px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
    color: #170006;
}
.mt-20 {
    margin-top: 20px;
}
.thm-btn span
Specificity: (0,1,1)
 {
    margin-left: 10px;
}

.xb-cta span {
    font-weight: 700;
    font-size: 20px;
    margin-left: 40px;
    color: var(--color-white);
}


@media (min-width: 1024px) {
  nav.navbar ul.nav>li>a {
    padding: 28px 5px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
  }

  nav.navbar.validnavs ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    font-size: 14px;
  }

  .megamenu-content .title {
    font-size: 18px;
  }
}


.header-style-12{
    background-color:#003049 !important;
    height:110px;
}


.ticker-section {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.ticker-wrap {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: tickerScroll 30s linear infinite;
}

.ticker-content {
    display: flex;
    flex-shrink: 0;
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 80px; /* Space between announcements */
}

.ticker-item img {
    width: 28px;
    height: auto;
    margin-right: 8px;
}

.ticker-item a {
    white-space: nowrap;
}

@keyframes tickerScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
@media(max-width:767px){
    .heroSlider,
    .heroSlider .slider-bg{
        height:500px;
    }
    .heroSlider .transparent-nav .content {
       padding: 25px 5px 60px;
       margin-top: 48%;
    }
   .heroSlider .transparent-nav .content h1 {
      font-size: 30px;
      margin-bottom: 15px;
    }
   .heroSlider .transparent-nav .content p {
    font-size: 15px;
    line-height: 1.6;
    }
   .btn-theme, .btn.btn-light.border {
    padding: 8px 15px;
   }
    
    .rs-about-two .rs-about-wrapper{
        display: block;
    }
     .rs-about-thumb iframe{
         width:100% !important;
         height:260px !important;
     } 
    .rs-about-content-wrapper {
        margin-left: 0px;
    }
    
    .rs-funfact-one .rs-funfact-item
 {
        flex-wrap: nowrap;
    }
    .section-title-wrapper.info{
        padding: 40px 0 0 !important;
    }
    .news-updates-section .news-column {
    width: 100%;
    }
    .upcoming-card {
    gap: 10px;
    padding: 18px 10px;
    margin: 12px;
}
    .news-updates-section .news-meta {
    padding-bottom: 5px;
    margin-bottom: 1px;
}
    
    .event-info h4 {
    margin: 2px 0 8px;
}
    .gallery-view{
        padding:5% !important;
    }
    .sub-menu{
    position:relative !important;
}
    /* .kle-about-page {*/
    /*    padding: 170px 0 50px !important;*/
    /*}  */
       .header-style-12 {
    height: auto;
}
.navbar-brand {
    height: auto;
}
 .rs-program-details-tab-item .sticky-row .col-xl-12.col-lg-12,
 .kle-obe-section .container,
 .kle-ncrf-section .container{
    padding:0 5px;
}
  .rs-directory-area .col-xl-12.col-lg-12.col-md-12,
  .rs-directory-area .container,
  .rs-program-details-area .col-xl-12.col-lg-12,
  .rs-program-details-area .container,
  .kle-ncrf-section .container2{
    padding:0;
}
  h2.section-title1 {
    margin-top: 0px;
}  
.breadcrumb-content {
    flex-wrap: wrap;
}
.breadcrumb-band {
        height: 72px !important;
    }
.rs-overview-area .row,
.rs-mission-area .row,
.rs-contact-area .row{
    margin: 0px;
}
.rs-overview-two .rs-overview-wrapper{
    margin-top: 0px !important;
}
.rs-counter-two .rs-counter-item-wrapper {
    gap: 10px;
}
.rs-mission-area {
    padding-bottom: 40px;
}
    .kle-green-gallery
 {
        grid-template-columns: 1fr !important;
    }
.header-style-1 .sticky-header{
    display:none;
}
.page-banner {
        height: 0px !important;
    }
.section-space-top {
    padding-top: 40px;
}
.common-pagination ul {
    flex-wrap: wrap;
    justify-content: center;
}
}
