@import url(https://fonts.googleapis.com/css?family=Hind:100,100italic,300,300italic,400,400italic,500,600,700,700italic&subset=latin,latin-ext,cyrillic,cyrillic-ext);
html{
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
   scroll-behavior: smooth;
}

body{
font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 200;
  letter-spacing: 0.025em;
  line-height:25px;
  color: #333;
  overflow-x: hidden!important;
}




/* 1.2 Typography */



h1,
.h1{ 
  font-weight: 600;
  font-size: 3.428rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.025em;
  margin:0.5em 0;
}

h2,
.h2{ 
  font-weight: 600;
  font-size: 2.571rem;
  line-height: 1.166;
  color: #000;
  letter-spacing: 0;

}

h3,
.h3{
  font-weight: 600;
  font-size: 2.142rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #000;
}

h4,
.h4{
  font-weight: 600;
  font-size: 1.714rem;
  line-height: 1.25;
  letter-spacing: 0.025em;
  color: #000;
  margin:2.6rem 0;
}

h5,
.h5{
  font-weight: 600;
  font-size: 1.571rem;
  line-height: 1.1;
  letter-spacing:0;
  
}

h6,
.h6{
  font-weight: 600;
  font-size: 1.285rem;
  line-height: 1.3333;
  letter-spacing:0;
  color: #000;
  margin:2.6rem 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a{
  color:inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover{
  text-decoration: none;
}


strong{
  font-weight: 600;
}

p,
blockquote{
  margin-bottom: 2.6rem;
}

blockquote{
  font-family: 'Playfair Display', serif;
  font-size: 1.714rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  padding: 0;
  width: 80%;
  padding-left: 6.8rem;
  border-left: 0.3rem solid #cee002;
  margin-top: 5rem;
  color:#000;
}

cite{
  display: block;
  color: #000;
  font-weight: 600;
  letter-spacing: 0;
  font-style: normal;
}

.blockquote-cite{
  font-size: 1rem;
  color: #999999;
  letter-spacing: 0.05em;
  padding-left: 7.1rem;
  margin-bottom: 5rem;
}

.blockquote-cite cite{
  font-size: 1.14rem
}


/* 1.3 Fields */



input[type='text'],
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea{
  display: inline-block;
  width:100%;
  font-size: 1rem;
  border-radius: 0.75em;
  color: #3d3d3d;
  background-color:#fff;
  border:0;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  padding:0.2rem 1rem 0;
  height:3.6em;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

textarea{
  padding-top: 0.8rem;
  height: 15rem;
  resize:none;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus{
  border-color: #ff1616;
  outline: 0;
}

input.input-gray,
textarea.input-gray{
  background: #f6f6f6;
}


input.input-gray:focus,
textarea.input-gray:focus{
  background: #fff;
}

input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder{
  color: #999;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

.form-group{
  margin-bottom: 30px;
}

input.error{
  border-color: #cee002;
}

.mc-label,
label.error{
  font-size: 0.83em;
  font-weight: 400;
  margin: 0.7em 0 0 0;
  color: #747474;
}



/* 1.4 Buttons */



.btn{
  color:#fff;
  letter-spacing: 0.025em;
  font-size: 1rem;
  display: inline-block;
  border:0;
  border-radius: 0;
  padding: 1.1em 2.28em 1em;
  background-color: #000;
  text-decoration: none;
  -webkit-transition: all .3s ease-out!important;
          transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus{
  background-color:#cee002;
  color: #fff;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}

.btn-upper{
  font-weight: 600;
  text-transform: uppercase;
}


.btn-yellow{
  background: #cee002;
  color: #000;
}

.btn-yellow:hover,
.btn-yellow:focus{
  background: #000;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff1616;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #3e9bdd;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ff1616;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  padding:0px 0;
  border-bottom: 1px solid #e6f2fb;
}
#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #737373;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
  margin-left: 5px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  text-align: center;
  padding:26px 10px;
  font-size: 14px;
  color: #737373;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ff1616;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #ff1616;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #737373;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #ff1616;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #124265;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
.work-process-item
{max-width: 100%!important;}
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(10, 38, 58, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #124265;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ff1616;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #ff1616;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
.banner-top
{
  width: 100%;
 background: rgb(255,22,22);
background: -moz-linear-gradient(90deg, rgba(255,22,22,1) 0%, rgba(150,31,34,1) 35%, rgba(3,18,18,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,22,22,1) 0%, rgba(150,31,34,1) 35%, rgba(3,18,18,1) 100%);
background: linear-gradient(90deg, rgba(255,22,22,1) 0%, rgba(150,31,34,1) 35%, rgba(3,18,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1616",endColorstr="#031212",GradientType=1); 
}
.banner-img
{
position: relative;
}
.banner-img img
{object-fit: cover; height: 600px;   border-top-left-radius: 30% 30%;
  border-bottom-left-radius: 30% 30%; margin-top: 30px;}
.banner-content
{
  padding: 50px;
  padding-top: 88px;
}
.banner-content h1
{color: #fff; font-size: 30px; line-height: 40px; margin-bottom: 25px; font-weight: 600; letter-spacing: 0.2px;}
.tagline-1
{padding-top: 20px;}
.tagline-1 span
{padding: 10px; font-size: 18px; font-weight: 600; border-left: 3px solid #000; color: #222; background: #fff;}
.tagline-2 span
{padding: 10px; font-size: 18px; font-weight: 600; border-left: 3px solid #000; color: #fff; background: #b81317;}
.book
{font-size: 25px!important; border: none!important; background: none!important; padding-top: 25px!important;}
.phone-numbers a
{color: #fff; font-size: 25px; padding-right: 20px;}
.banner-offers .ribbon h2
{
  position: absolute;
    top: 20%;
  z-index:9;
  right: 0;
  background: #cf2025;
  color: #fff;
  padding: 15px 30px;
  margin: 0px;
  font-size: 20px;
}
.offer-circle
{
  width: 150px;
  height: 150px;
  background: #ff1717;
  text-align: center;
  border-radius: 50%;
   position: absolute;
    top: 40%;
  z-index:9;
  left: 25%;
  color: #fff;
   -webkit-animation: pulse 2s linear 1s infinite;

 }
 .offer-circle p
 {margin-top: 34px; color: #fff; font-size: 20px; line-height: 22px; font-weight: 600;}
 .offer-circle p small
 {font-size: 16px; font-weight: 600;}
 .banner-bullets
{
  width: 500px;
   position: absolute;
    top: 70%;
  z-index:9;
  right: 10%;
  color: #fff;
 
 }

  .banner-bullets ul li
  {font-size: 20px; float: left; list-style: none; margin-right: 30px; font-weight: 600;}
  .section-bg {
    background-color: #f8fbfe;
}
.amenties-area{
  padding-top: 50px;

}
.amenties-area .sec-title {
  padding: 0 165px 40px;
}
.amenties-area .sec-title p {
  font-size: 18px;
  line-height: 32px;
  margin: 16px 0 0px;
}
.amenties-area .single-working-item {
  padding-bottom: 40px;
}
.amenties-area .single-working-item .icon-box {
  background: #737373 none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 100px;
  padding: 9px;
  position: relative;
  width: 100px;
  margin: 0 auto;
  transition: all 500ms ease;
}

.amenties-area .single-working-item .icon-box .icon {
  background: #f8fbfe none repeat scroll 0 0;
  border-radius: 50%;
  text-align: center;
  line-height: 83px;
  color: #737373;
  font-size: 34px;
  transition: all 500ms ease;
}
.amenties-area .single-working-item .icon-box .icon:hover
{color: :ff1616;}
.amenties-area .single-working-item .icon-box .icon span:before{
  font-size: 50px;
}
.amenties-area .single-working-item .icon-box .count {
  background: #737373 none repeat scroll 0 0;
  color: #fff;
  border-radius: 50%;
  display: block;
  height: 25px;
  left: 5px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 25px;
  transition: all 500ms ease;
}
.amenties-area .single-working-item .icon-box .count h3 {
  color: #fff;
  font-size: 14px;
margin-top: 4px;
  font-weight: 700;
  transition: all 500ms ease;
}
.amenties-area .single-working-item .text-box { }
.amenties-area .single-working-item .text-box h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 21px 0 9px;
  line-height: 23px;
  color: #737373;

}
.amenties-area .single-working-item .text-box p {
  margin: 0;  
}
.amenties-area .single-working-item:hover .icon-box{
  background: #ff1616;
} 
.amenties-area .single-working-item:hover .icon-box .count{
  background: #ff1616;
}
.amenties-area .single-working-item:hover .icon-box .count h3{
  color: #fff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #737373;
}
.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}
.about-section{
  position:relative;
  padding:50px 0px;
}

.about-section .content-column{
  position:relative;
  margin-bottom:40px;
}

.about-section .content-column .inner-column{
  position:relative;

  padding-right:20px;
}

.about-section .content-column .text{
  position:relative;
  color:#777777;
  font-size:15px;
  line-height:2em;
  margin-bottom:40px;
}

.about-section .content-column .email{
  position:relative;
  color:#252525;
  font-weight:700;
  margin-bottom:50px;
}

.about-section .image-column{
  position:relative;
  margin-bottom:50px;
}

.about-section .image-column .inner-column{
  position:relative;
  padding:40px 40px 0px 0px;
  margin-left:50px;
}

.about-section .image-column .inner-column:after{
  position:absolute;
  content:'';
  right:0px;
  top:0px;
  left:40px;
  bottom:100px;
  z-index:-1;
  border:2px solid #737373;
}

.about-section .image-column .inner-column .image{
  position:relative;
}

.about-section .image-column .inner-column .image:before{
  position:absolute;
  content:'';
  left:-50px;
  bottom:-50px;
  width:299px;
  height:299px;
  background:url(../images/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
  position:relative;
  width:100%;
  display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
  position:absolute;
  left:40px;
  bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
  position:relative;
  color:#252525;
  font-size:24px;
  font-weight:700;
  line-height:1.4em;
  padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
  position:absolute;
  left:0px;
  top:0px;
  width:110px;
  height:110px;
  color:#d7a449;
  font-size:68px;
  font-weight:700;
  line-height:105px;
  text-align:center;
  background-color:#ffffff;
  border:1px solid #000000;

}
.sec-title .title
{
  color: #d7a449;
}
.sec-title .title {
    position: relative;
    color: #737373;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title::before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}
.sec-title h2
{color: #ff1616; margin-bottom: 20px;}
.content-column p
{
  font-size: 18px;
  line-height: 27px;
  text-indent: 10px;
  font-weight: 500;
}
.amenties-area .single-working-item .icon-box .icon:hover
{
  color: #ff1616;
}
.whatsapp
{
  border: 2px solid #fff;
  text-decoration: none!important;

}
.whatsapp:hover
{
  background: #24cc63!important;
  border: 2px solid #fff;
}
.banner-content p
{
font-size: 24px; line-height: 30px; color: #fff;}
.tagline-2
{
  margin-top: 16px;
}
.tagline-2 a
{color: #fff; text-decoration: none;}


.modal-title
{margin: 0px; text-transform: uppercase; font-size: 30px; color: #737373;}
.modal-header .close
{background: #ff1616; opacity: 1!important; color: #fff; font-size: 25px; padding: 0px; height: 30px; width: 30px; border-radius: 50%; margin-top: 5px; margin-right: 5px;}
.book-seat .form-control
{height: 50px; box-shadow: none; font-size: 16px;}
.book-seat .form-control autofocus {
    border: 1px solid #ff1616;
}
.book-demo {
  background: #ff1616;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  box-shadow: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
}
.book-demo:hover {
  color: #fff;
  background: #737373;
}
.img-gradient::before {
 content:'';
 display:block;
 width:100%;
 padding-bottom:30%;
 position:absolute;
 bottom:-2rem;
 left:-2rem;
border-radius:.25rem;
background: #ff1616;
 z-index:-1;
 opacity: 0.6;

}
.img-gradient-left::before,
.img-gradient-right::before {
 width:70%;
 height:70%;
 padding-bottom:0
}
.img-gradient-right::before {
 left:auto;
 right:-2rem
}
.with-pattern {
 position:relative
}
.with-pattern::before {
 content:'';
 display:block;
 width:40vw;
 padding-bottom:15%;
 position:absolute;
 top:0;
 right:0;
 background:url(../images/pattern.f152d319.svg) repeat;
 background-size:20rem;
 background-position:top left;
 opacity:0.4
}
.with-pattern-full {
 position:relative;
 overflow:hidden
}
.with-pattern-full::before {
 content:'';
 display:block;
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 right:0;
 background:url(../images/pattern.f152d319.svg) repeat;
 background-size:20rem;
 background-position:top left;
 opacity:0.04
}
.text-primary {
    color: #ff1616!important;
}
.hero p
{text-align: justify;}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #ff1616;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 22, 22, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}
.gallery-section
{padding: 60px 0px;}
.gallery-section .section-title {
    text-align: center;
    padding-bottom: 10px;
}
.numeric-block {
 position:relative
}
.numeric-block-count {
 position:absolute;
 color:#0CDA90;
 top:-1rem;
 left:0;
 font-size:6rem;
 font-weight:700;
 opacity:0.2;
 z-index:-1;
 line-height:1
}
.common-section
{padding: 60px 0px;}
.work-process-area {
  background-color: #ff1616;
}

.work-process-area .container-fluid {
  padding-left: 0;
  overflow: hidden;
}

.work-process-image {
  background-image: url(../images/bg1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.work-process-item {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  max-width: 650px;
}

.work-process-shape {
  position: absolute;
  right: 0;
  bottom: 30px;
  opacity: 30%;
}
.services .icon-box {
  text-align: center;
  border-radius: 10px;
  padding: 40px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}
.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}
.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}
.services .icon-box h4 a {
  color: #124265;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.services .iconbox-blue i {
  color: #47aeff;
}
.services .iconbox-blue:hover .icon i {
  color: #fff;
}
.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}
.services .iconbox-orange i {
  color: #ffa76e;
}
.services .iconbox-orange:hover .icon i {
  color: #fff;
}
.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}
.services .iconbox-pink i {
  color: #e80368;
}
.services .iconbox-pink:hover .icon i {
  color: #fff;
}
.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}
.services .iconbox-yellow i {
  color: #ffbb2c;
}
.services .iconbox-yellow:hover .icon i {
  color: #fff;
}
.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}
.services .iconbox-red i {
  color: #ff5828;
}
.services .iconbox-red:hover .icon i {
  color: #fff;
}
.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}
.services .iconbox-teal i {
  color: #11dbcf;
}
.services .iconbox-teal:hover .icon i {
  color: #fff;
}
.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}
.icon-block {
 width:50px;
 height:50px;
 border-radius:.25rem;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-align:center;
 align-items:center;
 -ms-flex-pack:center;
 justify-content:center;
 color:#0CDA90;
 font-size:0.9rem
}
.icon-block-lg {
 width:80px;
 height:80px
}
.breadcrumbs {
  padding: 15px 0;
  background: #f8fbfe;
  min-height: 40px;
  margin-top: 80px;
}
.price-list li
{
  display: flex;
  margin-bottom: 15px;
  width: 100%;
}
.pricing-featured::before {
 background:#0CDA90;
 box-shadow:0 0.1rem 1rem rgba(0,0,0,0.08)
}
.pricing-featured::after {
 background:url(../img/pattern.f152d319.svg) repeat;
 background-size:20rem;
 background-position:top left;
 opacity:0.05
}
.price-list li .bi
{color: #ff1616; padding-right: 8px; padding-top: 5px; display: flex;}
.price-list2 li .bi
{color: #fff;}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 80px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #1a5e90;
  content: "/";
}
.facebook
{font-size: 2rem; color: #1a7cdd!important; margin-right: 10px;}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
.sboffice_footer .widget_wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
   padding-bottom: 20px;
}
@media (max-width: 767px) {
    .sboffice_footer .widget_wrapper .widget {
        margin-bottom: 40px;
    }
    .img-gradient-right::before {
    left: auto;
    right: 0rem;
}
    .m-center
    {text-align: center; margin-bottom: 15px;}
    .breadcrumbs h1
    {font-size: 2rem; font-weight: 600;}
}
.sboffice_footer .widget_wrapper .widget .widget_title {
    margin-bottom: 30px;
}
.sboffice_footer .widget_wrapper .widget .widget_title h4 {
    font-weight: bold;
}

.sboffice_footer .widget_wrapper .widegt_about p {
    margin-bottom: 20px;
}
.sboffice_footer .widget_wrapper .widegt_about .social li {
    display: inline-block;
    margin-right: 10px;
}
.sboffice_footer .widget_wrapper .widegt_about .social li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #f9e6d4;
    color: #fba543;
    font-size: 14px;
    -webkit-transition: all all 0.5s ease-out 0s;
    -moz-transition: all all 0.5s ease-out 0s;
    -ms-transition: all all 0.5s ease-out 0s;
    -o-transition: all all 0.5s ease-out 0s;
    transition: all all 0.5s ease-out 0s;
}
.sboffice_footer .widget_wrapper .widegt_about .social li a:hover,
.sboffice_footer .widget_wrapper .widegt_about .social li a:focus {
    background-image: -moz-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
    background-image: -webkit-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
    background-image: -ms-linear-gradient(0deg, #ffbd27 0%, #feb000 100%);
    color: #fff;
    box-shadow: 2.5px 4.33px 15px 0px rgba(254, 176, 0, 0.4);
}
.sboffice_footer .widget_wrapper .widget_link ul li {
    margin-bottom: 5px;
}
.sboffice_footer .widget_wrapper .widget_link ul li a {
    text-transform: capitalize;
    color: #7a808d;
}
.sboffice_footer .widget_wrapper .widget_link ul li a:hover,
.sboffice_footer .widget_wrapper .widget_link ul li a:focus {
    color: #feb000;
}
.sboffice_footer .widget_wrapper .widget_contact .contact_info .single_info {
    max-width: 250px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.sboffice_footer .widget_wrapper .widget_contact .contact_info .single_info .icon {
    font-size: 12px;
    color: #feb000;
    margin-right: 10px;
}
.sboffice_footer .widget_wrapper .widget_contact .contact_info .single_info .info p a {
    color: #7a808d;
}
.sboffice_footer .widget_wrapper .widget_contact .contact_info .single_info .info p span {
    display: block;
}

.sboffice_footer .copyright_area {
    background: #edecf0;
    padding: 10px 0;
}
.sboffice_footer .copyright_area .copyright_text {
    text-align: center;
}
.sboffice_footer .copyright_area .copyright_text p {
    color: #011a3e;
}
.sboffice_footer .copyright_area .copyright_text p span {
    color: #feb000;
}
.sboffice_cta .cta_wrapper {
    padding: 45px 50px 42px;
    max-width: 970px;
    border-radius: 15px;
    margin: auto;
    margin-bottom: -135px;
    position: relative;
    background: #737373;
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.sboffice_cta .cta_wrapper .cta_content h3 {
    color: #fff;
    font-weight: bold;
}
@media (max-width: 767px) {
    .sboffice_cta .cta_wrapper .cta_content h3 {
        font-size: 24px;
    }
    .request-call-secondary
    {font-size: 16px; margin-top: 10px!important;}
    .g-rate
    {height: 15px;}
}

.sboffice_cta .cta_wrapper .cta_content p {
    color: #fff;
}
.sboffice_cta .cta_wrapper .button_box {
    float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sboffice_cta .cta_wrapper .button_box {
        float: none;
        text-align: left;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .sboffice_cta .cta_wrapper .button_box {
        float: none;
        text-align: center;
        margin-top: 30px;
    }
}
.sboffice_cta .cta_wrapper .button_box .sboffice_btn {
    background: #fff;
    color: #011a3e;
}
.sboffice_cta .cta_wrapper .button_box .sboffice_btn:hover,
.sboffice_cta .cta_wrapper .button_box .sboffice_btn:focus {
    box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}
.getstarted, .getstarted:focus {
    background: #ff1616;
    padding: 15px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff!important;
    border: none!important;
    display: block;
    text-align: center;
    margin-left: 0px;
}
.getstarted:hover
{text-decoration: none; background: #333;}
.f-icon .bi
{font-size: 3rem; color: #fff;}
@media screen and (max-width: 1161px) {
  .banner-content {
    padding: 20px;

    padding-top: 79px;
}
}
@media screen and (max-width: 1088px) {
  .book {
    font-size: 20px !important;
  }
  .phone-numbers a {
    color: #fff;
    font-size: 20px;
    padding-right: 20px;
}
}




@media screen and (max-width: 991px) {
  .banner-content {

    padding-top: 1px;
  }
  .m-change
  {
    display: flex;
  flex-direction:column!important;

  }
  .banner-img img
  {border-radius: 0px; height: 400px;}
  .banner-offers .ribbon h2 {
    position: absolute;
    top: 16%;
    z-index: 9;
    right: 0;
    background: #cf2025;
    color: #fff;
    padding: 15px 30px;
    margin: 0px;
    font-size: 16px;
}
.banner-top .p-5
{
  padding: 10px!important;
}

  }
@media screen and (max-width: 767px) {
.portfolio-wrap img
{width: 100%;}
.banner-bullets {
    width: 400px;
    position: absolute;
    top: 80%;
    z-index: 9;
    left: 10%;
    color: #fff;
    display: none;
}
.banner-bullets ul li {
    font-size: 14px;
    float: left;
    list-style: none;
    margin-right: 30px;
    font-weight: 400;
}
.banner-content {
    padding-top: 21px;
}

.banner-content h1 {
    color: #fff;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
  .book {
    font-size: 14px !important;
  }
  .tagline-1 span
  {font-size: 13px;}
  .tagline-2 span
  {font-size: 13px;}
  .phone-numbers a {
    color: #fff;
    font-size: 20px;
    padding-right: 20px;
    display: block;
}
}
@media screen and (max-width: 500px) {
.offer-circle {
    width: 130px;
    height: 130px;
    background: #ff1717;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 15%;
    color: #fff;
    -webkit-animation: pulse 2s linear 1s infinite;
}
.offer-circle p small
{font-size: 14px;}
.offer-circle p {
    margin-top: 24px;
    color: #fff;
    font-size: 16px;
}

}
@media screen and (max-width: 340px) {
  .price-list li {
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    font-size: 14px;
}
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff1616;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

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

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.price-link
{color: #ff1616; border: 2px solid #ff1616; text-decoration: none!important; padding: 13px 30px; border-radius: 4px; font-weight: 600;}
.price-link:hover
{color: #737373; border-color: #737373;}
body
{overflow-x: hidden!important;}
.fixed-top
{z-index: 99999; background: #fff;}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -1px;
  left: 0;
  background-color: #ff1616;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}


.navbar a:hover:before,  .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.d-hide
{display: none!important;}

.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 40px;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #c9e3f5;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #f3f9fd;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  height: 260px;

}
.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #f3f9fd;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff1616;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff1616;
}
.checked {
  color: orange;
}
@media only screen and (max-width: 991px) {
.d-hide
{display: inline-block!important;}
.m-hide
{display: none!important;}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -1px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
#header
{padding: 15px 0px;}
.testimonials .testimonial-item p
{height: auto;}
}
.test-avatar
{
  height: 40px;
  width: 40px;
  background: #ff1616;
  border-radius: 50%;
  margin: 0px auto;
  color: #fff;
  line-height: 40px;
}
.valid 
{background: #cee9d6; padding: 14px; text-align: center;}
.valid p
{color: #fff; font-size: 1.3rem; font-weight: 600; color: #2f824e; padding: 10px; border: 2px dashed #84c99d; margin: 0px;}
.get-offer
{font-size: 1.5rem; color: #ff1616!important; text-decoration: none!important;}