@font-face {
  font-family: 'Telegraf';
  src: url('fonts/telegraf-regular.woff2') format('woff2'),
       url('fonts/telegraf-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


body {
  margin: 0px;
  padding: 0px;
   font-family: 'Telegraf', sans-serif !important;
}
*{
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}
p{
  margin: 0px;
}

ul,li{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
a{
   display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/*iframe{
    max-width:100%;
    height:auto;
    aspect-ratio:16/9;
}*/


a:hover{
  text-decoration: none;
}
.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}
.mb-20{
  margin-bottom: 20px !important;
}
.pt-40{
  padding-top: 40px;
}

.m-google{
    width: 40px;
    margin: 0px 15px 0px -10px;
    background: #000000d6;
    border-radius: 25px;
}
.h-d-google{
    width: 30px;
    margin: -1px 7px 0px 0px;
    background: #ffffffd6;
    border-radius: 25px;
}
.n{
    display:none;
}
#mydiv{
    display:none;
    position: fixed;
    z-index: 999;
    width: 100%;
    text-align: center;
    background: #18212e;
    color: #fff;
    line-height: 30px;
    padding: 10px 0px;
    left: 0;
    bottom: 0;
}

#mydiv a{
    margin-right:15px;
}

.item img {
    width: 270px;
    height: 220px;
    object-fit: cover;
}

/* 02. Header CSS */
.main-menu{
    float:right;
}
.header-bottom-3{
  background-color: #bc0000;
}
.header_skew {
    position: absolute;
    width: 300px;
    height: 172px;
    z-index: 1;
    font-size: 20px;
    background: #fff;
}
.header_skew:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 100px;
    z-index: -1;
    background: #fff;
    transform-origin: bottom left;
    transform: skew(25deg, 0deg);
}
.header-menu.header-sticky.sticky-menu,
.mobile-header.header-sticky.sticky-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background: #fff;
  animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky-menu .header-menu-bg-3 {
  box-shadow: none;
  padding: 0px 0px;
}

.header-top {
  position: relative;
}
.header-top:before {
  position: absolute;
  content: "";
  height: 60px;
  width: 210px;
  background: #ff6600;
  top: 0px;
  left: 0px;
}
.header-logo img {
    width: 320px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
}
h4.ablog__text--title {
    font-size: 25px;
}
.header-logo {
  
        display: flex;
    align-items: center;
}
.header-logo p{
  font-size: 32px;
    line-height: 17px;
    color: #fe2b6b;
    font-weight: 600;
    text-align: center;
}
.header-logo span{
  font-size: 17px;
}
.blog__date.blog__date--service__icon img {
    width: 52px;
    padding: 5px;
}

.header-top-left {
  background: #ff6600;
  padding: 18px 0px;
  position: relative;
}
.header-right a{
  font-size: 16px;
    padding: 9px 20px;
    background-color: rgb(255 255 255 / 18%);
    color: #fff;
    font-weight: 600;
}
.search-wrapper{
  background-color: #1f1f2e;
  padding: 16px 22px;
}
.search-wrapper a i{
  color: #fff;
  font-size: 35px;
}
.search-wrapper a{
  background-color: transparent;
  margin: 0px;
  padding: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-left {
    text-align: center;
  }
}
.header-top-left:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 22px;
  border-color: transparent transparent #f3f6f9 transparent;
}
.header-top-left span {
  color: #ffffff;
  display: block;
}
.header-top-left span i {
  font-size: 20px;
  vertical-align: bottom;
  color: #ffffff;
  margin-right: 5px;
  line-height: 1;
  animation: rotated 2s infinite linear;
  display: inline-block;
}

.header-top-right ul {
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-right ul {
    text-align: center;
  }
}
.header-top-right ul li {
  color: #151735;
  display: inline-block;
  padding: 18px 39px;
  border-right: 1px solid #d6d8db;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top-right ul li {
    padding: 18px 25px;
  }
}
.header-top-right ul li:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.header-top-right ul li i {
  font-size: 20px;
  vertical-align: middle;
  color: #ff6600;
  margin-right: 5px;
}

li.header--social a i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  display: inline-block;
  margin-right: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
li.header--social a:last-child i {
  margin-right: 0px;
}
li.header--social a:hover i {
  color: white;
}

.header-menu {
  position: relative;
  background-color: #000 ;
}
.header-menu:before {
  height: 100%;
  width: 210px;
  top: 0px;
  right: 0px;
  background: #2371ff;
  position: absolute;
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-menu:before {
    display: none;
  }
}
.header-menu.header-menu-2:before {
  display: none;
}

.main-menu ul li {
  display: inline-block;
  margin: 0px 20px;
  position: relative;
  /*submenu start*/
  /*submenu end*/
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li {
    margin: 0px 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin: 0px 10px;
  }
}
.main-menu ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 38px 0px;
  font-weight: 600;
  text-transform: uppercase;
}
.main-menu ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 119%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 240px;
  z-index: 9;
  border-top: 4px solid #ff6600;
  text-align: left;
  padding: 15px 0;
}
.main-menu ul li .sub-menu li {
  display: block;
  margin: 0px;
  padding: 8px 25px 8px 25px;
}
.main-menu ul li .sub-menu li a {
  padding: 0px;
  display: inline-block;
  color: #212237;
  position: relative;
}
.main-menu ul li .sub-menu li a:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #ff6600;
}
.main-menu ul li .sub-menu li:hover a {
  color: #ff6600;
}
.main-menu ul li .sub-menu li:hover a:before {
  width: 100%;
  left: 0;
  right: auto;
}
.main-menu ul li:hover a {
  color: #fe2b6b;
}
.main-menu ul li:hover.menu-item-has-children::after {
  color: #fe2b6b;
}
.main-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu ul li.menu-item-has-children {
  position: relative;
}
.main-menu ul li.menu-item-has-children:after {
  position: absolute;
  content: "+";
  font-size: 16px;
  font-weight: bold;
  color: #212237;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li.menu-item-has-children:after {
    right: -10px;
  }
}

.header-right {
  justify-content: end;
    background: #2371ff;
    position: relative;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right {
    background: none;
  }
}
.header-right:before {
  height: 100%;
  width: 41px;
  top: 0px;
  left: 0px;
  background: #ffffff;
  position: absolute;
  content: "";
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-right:before {
    width: 41px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-right:before {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right:before {
    display: none;
  }
}
.header-right ul li {
  display: inline-block;
  margin-right: 35px;
  vertical-align: middle;
}
.header-right ul li:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-right ul li {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-right ul li {
    margin-right: 10px;
  }
}
.header-right ul li span {
  font-size: 24px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
}
.header-right ul li span i {
  font-size: 36px;
  color: #ffffff;
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  background: #ff6600;
  border: 5px solid #ffffff;
  border-radius: 50%;
  line-height: 60px;
  margin-right: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-right ul li span i {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-right ul li.user__text {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right ul li.user__text {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right ul li.user__text {
    display: none;
  }
}
.header-right ul li a {
  vertical-align: middle;
}
.header-right.header-right-2 {
  background: transparent;
}
.header-right.header-right-2 ul .language {
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right.header-right-2 ul .language {
    display: none;
  }
}
.header-right.header-right-2:before {
  display: none;
}

.header__widget--icon img {
    width: 48px;
}
.header__widget .header__widget--icon__phone img {
    animation: phone-icon-animate 1s ease-in-out infinite;
    display: inline-block;
}

.side-menu-icon {
  position: relative;
  display: flex;
    margin: 0px -25px;
}

.mobile-menu.mean-container {
  clear: both;
  overflow: hidden;
}

.contact-infos {
  margin-top: 30px;
}
.contact-infos h4 {
  font-size: 27px;
  color: #ffffff;
  margin-bottom: 20px;
}
.contact-infos ul li {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 15px;
  list-style: none;
}
.contact-infos ul li:last-child {
  margin-bottom: 0px;
}
.contact-infos ul li i {
  color: #ff6600;
  vertical-align: middle;
  width: 25px;
  display: inline-block;
}

.sidebar__menu--social {
  margin-top: 25px;
}
.sidebar__menu--social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  background: #393f53;
  color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}
.sidebar__menu--social a:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0%;
  background: #ff6600;
  z-index: -1;
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sidebar__menu--social a:hover:before {
  width: 100%;
}
.sidebar__menu--social a:hover i {
  transform: rotate(360deg);
}
.sidebar__menu--social a:last-child {
  margin-right: 0px;
}

.header-top-left-2:after {
  border-color: transparent transparent #1d284b transparent;
}

.header-top-right-2 ul li {
  color: #ffffff;
  border-right: 1px solid #4a536f;
}

.language {
  position: relative;
  margin-right: 40px;
}
.language:after {
  position: absolute;
  content: "";
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.language:before {
  position: absolute;
  content: "";
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.language .language-dropdown {
  background: #1d284b;
  padding: 15px 25px;
  position: absolute;
  top: 140%;
  right: -20px;
  opacity: 0;
  visibility: hidden;
  width: 120px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align: left;
  border-top: 4px solid #ff6600;
}
.language .language-dropdown a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  display: block;
  padding: 5px 0px;
}
.language .language-dropdown a:hover {
  color: #ff6600;
}
.language:hover {
  color: #ff6600;
}
.language:hover .language-dropdown {
  opacity: 1;
  visibility: visible;
  top: 120%;
}

.header-top-3:before {
  display: none;
}

.header-top-left-3 {
  background: transparent;
  padding: 0px;
}
.header-top-left-3:after {
  display: none;
}
.header-top-left-3 span i {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 54px;
  background: #ff6600;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  animation: none;
}

.header-top-right-3 ul li {
  border-color: rgba(255, 255, 255, 0.2);
  padding: 12px 39px;
}

.header--terms a {
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding: 0px 10px;
  border-right: 2px solid #ffffff;
  line-height: 1;
}
.header--terms a:hover {
  color: #ff6600;
}
.header--terms a:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.header-bottom-right{
  display: flex;
      padding: 30px 0px;
}

.header__widget {
  display: flex;
  align-items: center;
  padding: 0px 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__widget {
    padding: 0px 6px;
    border-right: 0px;
  }
}
.header__widget:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.header__widget--icon {
  width: 44px;
    height: 44px;
    display: flex;
    /*background: #f8f8f8;*/
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
}
.header__widget--icon i {
  font-size: 20px;
    color: #fff;
}
.header__widget--text {
  overflow: hidden;
  line-height: 22px;
}
.header__widget--text span{
   color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.header__widget--text p {
  color: #fff;
    font-size: 16px;
    font-weight: 800;
}
.header__widget .header__widget--icon__phone i {
  animation: phone-icon-animate 1s ease-in-out infinite;
  display: inline-block;
}


.header-menu-bg-3 {
  padding: 0px 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-menu-bg-3 {
    padding: 0px;
    background: transparent;
  }
}

.main-menu-3 ul li:first-child {
  margin-left: 0px;
}
.main-menu-3 ul li a {
  padding: 22px 0px;
}

/*slider css start*/

.bg-color {
    background-color: #eefbfc
}

.default-btn {
    font-size: 16px;
    color: #fff;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #bc0000;
    margin-top: 25px;
}

.default-btn::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    height: 50%;
    background-color: #000;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.default-btn::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 0%;
    width: 100%;
    height: 50%;
    background-color: #000;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.default-btn.active {
    margin-left: 20px;
    color: #232350;
    background-color: #fff
}

.default-btn:hover {
    color: #fff
}

.default-btn:hover::before {
    top: 0;
    background-color: #2e2e2e;
}

.default-btn:hover::after {
    bottom: 0;
    background-color: #2e2e2e;
}

.hero-slider-area {
    z-index: 1;
    position: relative;
    overflow: hidden
}

.hero-slider-area .slider-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.hero-slider-area .slider-item.slider-item-bg-1 {
    background-image: url(../images/banner-1.jpg)
}

.hero-slider-area .slider-item.slider-item-bg-2 {
    background-image: url(../images/banner-2.jpg)
}
.hero-slider-area .slider-item.slider-item-bg-3 {
    background-image: url(../images/banner-3.jpg)
}

.slider-overlay{
   height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000b3;
    opacity: .8;
}

/*.hero-slider-area .slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 55, 130, .5);
    z-index: -1
}

.hero-slider-area .slider-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 55, 130, .5);
    z-index: -1
}*/

.hero-slider-area .slider-item .slider-text {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.hero-slider-area .slider-item .slider-text span {
    color: #fff;
    font-size: 15px;
    display: block;
    margin-bottom: 10px
}

.hero-slider-area .slider-item .slider-text h1 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 30px
}

.hero-slider-area .slider-item .slider-text p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 35px
}

.hero-slider-area .slider-item .video-btn {
    margin: auto;
    display: block
}

.hero-slider-area .owl-item.active .slider-item::before {
    -webkit-animation: 3s .3s fadeInUp both;
    animation: 3s .3s fadeInUp both
}

.hero-slider-area .owl-item.active .slider-item::after {
    -webkit-animation: 3s .3s fadeInDown both;
    animation: 3s .3s fadeInDown both
}

.hero-slider-area .owl-item.active .slider-text.overflow-hidden {
    overflow: hidden
}

.hero-slider-area .owl-item.active .slider-text.one h1 {
    -webkit-animation: 2s .2s fadeInUpBig both;
    animation: 2s .2s fadeInUpBig both
}

.hero-slider-area .owl-item.active .slider-text.one p {
    -webkit-animation: 3s .3s fadeInUpBig both;
    animation: 3s .3s fadeInUpBig both
}

.hero-slider-area .owl-item.active .slider-text.one .slider-btn {
    -webkit-animation: 4s .4s fadeInUpBig both;
    animation: 4s .4s fadeInUpBig both
}

.hero-slider-area .owl-item.active .slider-text.two h1 {
    -webkit-animation: 2s .2s fadeInLeft both;
    animation: 2s .2s fadeInLeft both
}

.hero-slider-area .owl-item.active .slider-text.two p {
    -webkit-animation: 2s .2s fadeInRight both;
    animation: 2s .2s fadeInRight both
}

.hero-slider-area .owl-item.active .slider-text.two .slider-btn {
    -webkit-animation: 2s .2s fadeInUpBig both;
    animation: 2s .2s fadeInUpBig both
}

.hero-slider-area .owl-item.active .one.video-btn-animat {
    -webkit-animation: 2s .2s zoomIn both;
    animation: 2s .2s zoomIn both
}

.hero-slider-area .owl-item.active .two.video-btn-animat {
    -webkit-animation: 2s .2s zoomIn both;
    animation: 2s .2s zoomIn both
}

.hero-slider-area .owl-prev i {
    background-color: transparent !important;
    border-radius: 50%;
    border: 1px solid #fff
}

.hero-slider-area .owl-prev i:hover {
    border-color: #04b8e5
}

.hero-slider-area .owl-next i {
    background-color: transparent !important;
    border-radius: 50%;
    border: 1px solid #fff
}

.hero-slider-area .owl-next i:hover {
    border-color: #04b8e5
}

.hero-slider-area .owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hero-slider-area .owl-next i {
    background-color: #190f3c;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 26px;
    border-radius: 4px
}

.hero-slider-area .owl-next i:hover {
    background-color: #04b8e5 !important
}

.hero-slider-area .owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hero-slider-area .owl-prev i {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 26px;
    border-radius: 4px
}

.hero-slider-area .owl-prev i:hover {
    background-color: #04b8e5 !important
}

.hero-slider-area:hover .owl-prev {
    opacity: 1
}

.hero-slider-area:hover .owl-next {
    opacity: 1
}

.hero-slider-area .owl-theme .owl-nav {
    margin-top: 0 !important
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent
}

.hero-slider-area .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}


/* #About US
==============================*/

.about-bg{
  padding: 40px 0px;
}
.about_left span {
    display: block;
    color: #bc0000;
    font-size: 16px;
    font-weight: 500;
}
.about_left h3 {
    margin-bottom: 25px;
    color: #242C33;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
}
.about_left h4 {
    margin: 0;
    color: #242C33;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 20px;
}
.about_left p {
    color: #74787D;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 7px;
}
.about_right img {
    height: 420px;
    width: 420px;
    float: right;
}
.why_choose_left img {
    height: 420px;
    width: 420px;
}

/*#cta-style-one css start
=============================================*/
.cta-style-one .container-fluid{
  padding: 0px;
}
.cta-style-one .row{
  margin: 0px;
}
.cta-style-one .col-lg-6{
  padding: 0px;
}
.cta-style-one-1{
  position: relative;
  background-image: url(../images/we-do.jpg);
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-style-one-1-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000b3;
    opacity: .9;
}
.cta-style-one-2{
  position: relative;
  background-image: url(../images/cta-style-one.jpg);
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-style-one-2-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #bc0000de;
    opacity: .9;
}
.cta-style-content{
  position: relative;
  padding: 80px 100px;
}
.cta-style-content span {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.cta-style-content h3 {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.cta-style-content a {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    background: #bc0000;
    border-radius: 4px;
    padding: 0 33px;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    line-height: 45px;
}
.cta-style-one-2 .difference a{
  background-color: #000;
}

/*#We do css start
===================================*/
#we-do-slider{
  padding-top: 60px;
}
.we-do-head h3 {
    color: #242C33;
    font-size: 36px;
    font-weight: 700;
}
.we-do-head p {
    color: #383838;
    font-size: 16px;
    line-height: 27px;
}
.we-do-head a {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    background: #bc0000;
    border-radius: 4px;
    padding: 0 33px;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    line-height: 45px;
    float:right;
}
.we-do{
  padding: 70px 0px;
  /*background-color: #eeeff3;*/
}
.we-do-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
}
.we-do-img img {
    width: 100%;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.we-do-img a.read-more {
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    color: #bc0000;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
/*.we-do-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgb(188 0 0 / 78%);
    opacity: 0;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}*/

.we-do-box:hover .we-do-img:after {
    opacity: 1;
}
.we-do-box:hover .we-do-img a.read-more {
    opacity: 1;
}
.we-do-content{
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 30px 10px 30px 30px;
    display: flex;
}

.we-do-icon {
    font-size: 33px;
    width: 70px;
    height: 45px;
    background: #bc0000;
    border-radius: 4px;
    display: flex;
    text-align: center;
    justify-content: center;
    line-height: 47px;
    margin-right: 15px;
    align-items: center;
}
.we-do-icon img{
    width: 30px!important;
    height: 30px;
    object-fit: cover;
}
.we-do-text h3 {
    color: #be0912;
    font-size: 22px;
    font-weight: 700;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.we-do-text p {
    color: #74787D;
    font-size: 15px;
    line-height: 25px;
    margin-top: 6px;
}
#we-do-slider .owl-nav {
    text-align: center;
    margin-top: 30px;
    display: block;
}
#we-do-slider .owl-nav button.owl-prev {
    background: #bc0000;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    margin: 0px 10px;
}
#we-do-slider .owl-nav button.owl-next {
    background: #bc0000;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
}

/*#Bar css start
================================*/

.bar{
    background:#000;
    padding:42px 0px;
}
.bar_left h3{
    color:#fff;
    line-height:38px;
}
.bar_right{
    display:flex;
    float:right;
}
.bar_right p{
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 15px;
}


/*#How We work css start
==================================*/
.how_we__work{
    padding:90px 0px;
}
.we-work-box{
    margin-top:50px;
}
.we-work-content{
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display:flex;
    padding:30px 15px;
}
.we-work-icon{
    width: 100px;
    background: #000;
    height: 50px;
    margin-right: 10px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.we-work-icon h4{
    font-size:15px;
}
.we-work-icon span{
    position: absolute;
    background: #bc0000;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    top: -12px;
    right: -12px;
}
.we-work-text p {
    color: #74787D;
    font-size: 15px;
    line-height: 25px;
}


/*#Why Choose Us css start
===================================*/


.why_choose_right h3{
    color: #242C33;
    font-weight: 700;
    font-size: 33px;
    line-height: 48px;
    margin-bottom: 40px;
}
.choose_step {
    display: flex;
    padding: 4px 0px;
}
.step_number h2 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    background: #c12400;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bx-tada {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite;
}
.step_number h2 i{
    font-size:24px;
}
.choose_content p {
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
}



/*Gallery css start
====================================*/
.gallery-bg{
    background-image: url(../images/gallery-bg.jpg);
    background-size: cover;
}
.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
a.btn_apply {
    position: relative;
    box-shadow: 0 0 0 0 rgb(188 0 0);
    -webkit-animation: pulse 3s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(188, 132, 32, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}

/* #question css
====================================*/

.question{
  padding: 80px 0px;
}
.question h3 {
    margin: 0;
    color: #242C33;
    font-weight: 700;
    font-size: 37px;
    line-height: 48px;
    margin-bottom: 12px;
}
.question p {
    color: #74787D;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 60px;}

.accordion .item {
    border: none;
    margin-bottom: 10px;
    background: none;
}
.t-p{
      color: #74787D;
    padding: 20px 25px;
    border: 1px solid #bc0000;
}
.accordion .item .item-header h2 button.btn.btn-link {
    background: #bc0000;
    color: white;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
}
.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 5px 10px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 30px;
    color: #fff;
    background-color: black;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}

/* #testimonia css start
=====================================*/
.rplg-box {
    background-color: #fff;
    padding:20px;
    position:relative;
    border-top: 1px solid #f3f2ef;
    height: 178px;
}
.google_logo {
    margin-bottom: 50px;
}
.write_right{
    float:right;
}
.rplg-box img{
    position: absolute;
    width: 24px;
    top: 10px;
    right: 10px;
}
.rplg_flex{
    display:flex;
}
.testimonial{ margin: 0 20px 50px; }
.testimonial .pic{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
    border: 1px solid #4665ac;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4665ac;
    color: #fff;
}
/*.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}*/
.testimonial-profile ul li{
    display: inline-block;
    color: #4665ac;
    font-size: 18px;
}
/*.testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: 30px;
}*/
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #bc0000;
    line-height: 15px;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #999;
    line-height: 16px;
}
.testimonial .description{
    font-size: 15px;
    color: #777;
    line-height: 25px;
    margin: 0;
    /*position: relative;*/
}
/*.testimonial .description:before,
.testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #bc0000 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}*/
#testimonial-slider .owl-nav {
    text-align: center;
    margin-top: 30px;
    display: block;
}
#testimonial-slider .owl-nav button.owl-prev {
    background: #bc0000;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    margin: 0px 10px;
}
#testimonial-slider .owl-nav button.owl-next {
    background: #bc0000;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
}

/*#Home contact css start
======================================*/
.home-contact{
    position: relative;
    background-image: url(../images/B-50.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0px;
}
.home-contact-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000d6;
    opacity: .9;
}
.home-contact h2{
        color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
}
.contact_area{
    padding:20px;
}
.contact_area h4{
    color:#fff;
    margin-bottom:10px;
}
.contact_area p{
    color:#fff;
}
.contact_area ul{
    margin-top:40px;
}
.contact_area ul li {
    margin-bottom: 35px;
}
.icon-bx-xs {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 20px;
    color: #fff;
    background: #bc0000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-bx-xs i {
    font-size: 20px;
}
.con-icon-content {
    overflow: hidden;
    color:#fff;
}
.contact-form-extra-bg{
    margin-top: 20px!important;
    background: #fff;
    border-radius: 15px;
}

/* #Footer css start
====================================*/
.map-contact{
      overflow: hidden;
    background: #242C33;
}
.map-contact iframe{
  height: 265px;
}
.map-contact .container-fluid {
    padding: 0;
}
.map-contact h3 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
}
.map-contact p {
    font-size: 16px;
    line-height: 25px;
    color: #C9CED4;
    margin-top: 10px;
}
.contact-info-box{
  padding: 55px 75px  0px;
}
.contact-box-gap{
  margin-bottom: 10px;
}
.footer{
  padding: 80px 0px;
  background-image: url(../images/cta-style-one.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.footer-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000eb;
    opacity: .9;
}
.footer-title{
  margin-bottom: 20px;
}
.footer-title h2{
    color: #FFF;
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 800;
    /*text-transform: capitalize;*/
    line-height: 24px;
    letter-spacing: .2px;
}
.footer-title img{
  width: 150px;
  margin-bottom: 20px;
}
.footer-title p{
  color: #fff;
}
.footer-box{
  display: flex;
  color: #fff;
}
.footer-icon i{
    margin: 6px 10px 0px 0px;
    font-size: 17px;
    font-weight: 600;
    color: #C9CED4;
}
.footer-info p{
    font-size: 17px;
    font-weight: 500;
    margin: 0px;
    margin-bottom: 0px !important;
}
.footer-link a{
  position: relative;
    transition: all .4s ease;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.footer-link a:before {
    content: '';
    height: 5px;
    width: 5px;
    background: #DC0E0E;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 100%;
    opacity: 0;
    transition: all .5s;
}
.footer-link a:hover {
    padding-left: 15px;
}
.footer-link a:hover:before {
    opacity: 1;
}
.footer-link img{
  margin-bottom: 20px;
}
.footer-social ul li{
  display: inline-block;
    margin: 5px 7px 5px 0;
}
.footer-social ul li a {
    text-align: center;
    text-decoration: none;
    border-radius: 50% 50% 50% 50%;
    width: 48px;
    height: 48px;
    line-height: 28px;
        color: #FFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #413F3F;
    display: flex;
    align-items: center;
    justify-content: center;
        transition: all .4s ease;
}
.footer-social ul li a:hover{
  border-style: solid;
  border-color: #FFF;
}
.twitter_main{
  margin-bottom: 25px;
}
.twitter_main p{
  color: #fff;
  padding-bottom: 8px;
}
.twitter_main span{
  color: #198CFA;
  font-size: 18px;
}
.twitter_main i{
  margin-right: 3px;
}
.twitter_main ul li {
    position: relative;
    line-height: 1.7em;
    color: #fff;
    padding-left: 25px;
    font-size: 17px;
}
.contact-info-box img {
    width: 160px;
}
.contact-info-box a {
    margin: 18px 10px 0px;
}
.copy-bottom p a {
    margin-left: 8px;
}
/*.contact_area a{
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: inline;
}*/
.contact_area a {
    margin: 10px 10px;
}
.contact_area img {
    width: 40px;
}
.con-icon-content p {
    font-size: 19px;
}
.con-icon-content h6 {
    font-size: 23px;
}
.twitter_main ul li a{
    color:#fff;
}
.twitter_main ul li:before {
    content: "\f00c";
    font-family: 'fontawesome';
    position: absolute;
    left: 0;
    top: -1px;
    color: #fff;
    font-weight: 400;
}
.decorators_head{
    border: 1px solid red;
    padding: 15px 15px;
        margin-bottom: 30px;
}
.decorators-bg{
    padding-bottom:40px;
}
.decorators_head img{
    display: block;
    margin-bottom: 5px;
}
.decorators_head span{
    font-weight:500;
}
.decorators_head h3{
    color: #bc0001;
    font-size: 35px;
    margin-bottom: 5px;
}
.decorators_head p{
    font-weight: 500;
    font-size: 17px;
}

/*.single-recent-post{
  margin: 0px 0px 30px 0px;
  padding-top: 8px;
}
.recent-img{
  width: 68px;
  display: table-cell;
    vertical-align: top;
}
.single-text{
  padding-left: 20px;
  display: table-cell;
    vertical-align: top;
}
.recent-img img{
  width: 100%;
  height: 68px;
  object-fit: cover;
}
.single-text a {
    color: #fff;
    line-height: 22px;
    margin-bottom: 8px;
}
.single-text h5{
  color: #B8BFC8;
  font-size: 14px;
}*/
.review-main {
    margin-bottom: 25px;
}
.review-img img {
    width: 150px;
    margin-bottom: 10px;
}
.copy-bottom ul {
    color: #fff;
}
.review-link a {
    padding: 6px 10px;
    background: #bc0000;
    color: #fff;
    font-size: 15px;
    border-radius: 8px;
}
.copyright-bg{
  background-color: #000000;
  padding: 15px 0px;
}
.copy-bottom{
  display: flex;
  justify-content: space-between;
}
.copy-bottom img{
  width: 200px;
}
.copy-bottom p{
  display: flex;
  color: #fff;
  align-items: center;
    font-weight: 500;
    font-size: 17px;
}
.copy-bottom ul li{
  display: inline-block;
  margin-right: 8px;
}
.copy-bottom ul li a{
  color: #fff;
}

/*Home review
========================*/
.home-review{
    padding: 60px 0px;
    background-color: rgb(248, 247, 245);
}
.home-fixedheight{
    background: #fff;
    border: 2px solid #0058a2;
    border-radius: 10px;
}
.home-fixedheight_single{
    background: #fff;
    padding: 15px 15px;
    border-radius: 8px;
}
.fixedheight_single_right p i {
    color: #ffe300;
}
.single_body{
    height: 300px;
    overflow-x: hidden;
    padding: 0px 10px;
}
.fixedheight_single_left img{
    width:150px;
}
.fixedheight_single_right img{
    width:90px;
}
.fixedheight_single_left span {
    color: rgb(0, 88, 162);
    display: block;
    font-weight: 500;
    text-decoration: underline;
    margin-left: 14px;
    line-height: 10px;
}
.fixedheight_single_right{
    text-align:right;
}
.fixedheight_single_left1 img{
    width:160px;
}
.home-fixedheight_single1{
    background: #199bdc;
    padding: 25px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.fixedheight_single_right span{
    color: #fff;
    font-size: 22px;
}
.fixedheight_single_right p{
    color: #fff;
    font-size: 24px;
}


/*#Inner css start
=======================================*/
.inner-page{
    position:relative;
	background-image: url(../images/cta-style-one.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0px;
	background-position: center;
}
.inner-page-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000bf;
    opacity: .9;
}
.inner-page h2{
	text-shadow: 4px 5px 2px #000;
	color: #fff;
	margin-bottom: 15px;
    font-weight: 700;
}

.breadcrumb-list ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    font-weight: 700;
    color: #f7f7f7;
    font-size: 17px;
}
.breadcrumb-list ul li a{
	color: #fff;
}
.breadcrumb-list ul li a span{
	color: #f26722;
}
.breadcrumb-list ul li a:after {
    color: #fff;
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner_about{
	padding: 90px 0px;
}

/*#Services page css start
=========================================*/

.services-bg{
    padding:70px 0px;
}
.services-bg h2{
    color: #bc0000;
    font-weight: 700;
    font-size: 41px;
    line-height: 48px;
    margin-bottom: 12px;
}
.services-bg p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 60px;
}
.services-bg p a{
    color:#bc0000;
}
.services-single{
    display:flex;
    
    max-width: 960px;
    position: relative;
    margin: 30px auto;
    width: 100%;
}


.bg01{
    position:relative;
    width:50%;
	background-image: url(../images/silicon.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.bg02{
     position:relative;
    width:50%;
    background-image: url(../images/monchouse.jpg);
    background-size: cover;
	background-repeat: no-repeat;
}
.bg03{
      position:relative;
    width:50%;
    background-image: url(../images/smoothcoating.jpg );
     
    background-size: cover;
	background-repeat: no-repeat;
}
.bg04{
    background-image: url(../images/services/COVING-SERVICES-IN-KENT.jpg);
}
.bg05{
      position:relative;
    width:50%;
    background-image: url(../images/AcrylicRendering.jpg);
    background-size: cover;
	background-repeat: no-repeat;
}
.bg06{
      position:relative;
    width:50%;
    background-image: url(../images/insulatedrenering.jpg);
      background-size: cover;
	background-repeat: no-repeat;
}
.bg07{
     position:relative;
    width:50%;
    background-image: url(../images/PebbleDashing.jpg);
      background-size: cover;
	background-repeat: no-repeat;
}
.bg08{
    background-image: url(../images/services/DOT-&-DABBING-LONDON.jpg);
}
.bg09{
     position:relative;
    width:50%;
    background-image: url(../images/Roughcasting,.jpg);
      background-size: cover;
	background-repeat: no-repeat;
}
.bg10{
   position:relative;
    width:50%;
    background-image: url(../images/Pointing.jpg);
      background-size: cover;
	background-repeat: no-repeat;
}
.bg11{
     position:relative;
    width:50%;
    background-image: url(../images/repointing.jpg);
      background-size: cover;
	background-repeat: no-repeat;
}
.bg12{
    position:relative;
    width:50%;
    background-image: url(../images/ExternalWallInsulation.jpg);
      background-size: cover;
	background-repeat: no-repeat;
}
.bg13{
 position:relative;
    width:50%;
    background-image: url(../images/RenderCrackRepairs.jpg);
      background-size: cover;
	background-repeat: no-repeat;
}
.bg14{
   position:relative;
    width:50%;
    background-image: url(../images/SandRender.jpg);
      background-size: cover;
	background-repeat: no-repeat;
}
.bg15{
   position:relative;
    width:50%;
    background-image: url(../images/CementRender.jpg);
      background-size: cover;
	background-repeat: no-repeat; 
}
.bgas1{
    background-image:url(../images/SandRender.jpg);
}
.bgas2{
    background-image:url(../images/Pointing.jpg);
}
.services_content{
   position:relative;
   width:50%; 
   background-color:black;
   padding:30px;
}

.services_content2{
   position:relative;
   width:50%; 
   background-color:white;
   padding:30px;
}

.services_content2 h3{
    color: #bc0000;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 8px;
}
.services_content h3{
    color: #bc0000;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 8px;
}
.services_content h5{
    color: #bc0000;
    padding: 20px 0px 5px 0px;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
}
.services_content p{
    color:white;
    font-size: 16px;
    margin:0px;
}

/*#Contact page css start
==========================================*/
.contact-bg{
    padding:80px 0px;
}
.contact-box{
    border:2px solid #ededed;
    padding:40px 20px 40px;
    height:282px;
}
.contact-item-icon{
    margin-bottom:30px;
}
.contact-item-icon img{
    max-width:80px;
}
.contact-box h3{
    font-size: 23px;
    font-weight: 700;
    color: #bc0000;
    margin-bottom: 15px;
}
.contact-box p{
    color: #000;
    font-weight: 700;
    font-size:21px;
}
.contact-form{
    box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
    padding:40px 50px 40px;
    position:relative;
    margin-top:90px;
}
.contact-form h4 {
    margin-bottom: 50px;
    font-size: 22px;
    font-weight: 600;
    border-left: 2px solid;
    border-color: #bc0000;
    padding-left: 10px;
}
.input_item {
    height: 85px;
    position: relative;
    margin-bottom:20px;
}
.input_item::before {
    content:"\f007";
    font-family:FontAwesome;
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    color: #bc0000;
}
.item_email::before{
    content: "\f0e0";
}
.item_phone::before{
    content: "\f095";
}
.item_msg::before{
        content: "\f040";
}
.input_item input {
    background-color: #fff;
    border: 2px solid;
    border-color: #e4ecf2;
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: #152E3A;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 0;
    padding-right: 40px;
}
.input_item_select select{
   background-color: #fff;
    border: 2px solid;
    border-color: #e4ecf2;
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: #152E3A;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 0;
    padding-right: 40px; 
}
.input_item textarea{
   background-color: #fff;
    border: 2px solid;
    border-color: #e4ecf2;
    height: 170px;
    float:left;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    padding-top: 15px;
    font-size: 16px;
    color: #152E3A;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 0;
    padding-right: 40px; 
}
.contact_send{
    margin-top:40px;
}
.fb-embed iframe {
    height: 400px;
    width: 100%;
}

/*#testimonials Page*/

.testimonial-page{
    padding:40px 0px;
    background-color: rgb(248, 247, 245);
}
.testimonial-page h3{
    margin-bottom: 30px;
}
.summary-main {
    box-shadow: 0px 0px 10px 0px #89898969;
    border-radius: 15px;
    padding: 25px 20px;
    background: #fff;
    margin-bottom: 40px;
}
.yell_main {
    box-shadow: 0px 0px 10px 0px #89898969;
    border-radius: 15px;
    min-height:80vh;
 
    background-image: url('../images/trustrendering.png');
    background-repeat: no-repeat;
    color:#fff;
    margin-bottom: 40px;
  
}
.yell_content p{
    text-align: justify;
}
.yell_main_left img{
    width: 150px;
    display: block;
    margin-bottom: 9px;
}
.yell_main_right{
    position:relative;
}
.yell_main_right img{
    width: 429px;
    position: absolute;
    float: right;
    object-fit: cover;
    right: -21px;
    top: -25px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.yell_up b{
    float:right;
}
.yell-box {
    background-color: #fff;
    padding: 20px;
    position: relative;
    border-top: 1px solid #f3f2ef;
    height: 305px;
}
.yell_up a{
    background-color: #e5e5e5;
    color:#000;
}
.yell_last p{
    padding-top: 6px;
}
.yell_up img{
    width: 35px;
    margin-right: 5px;
}
.yell_up span{
    font-size: 20px;
    color: #199bdc;
}
.yell_middle span i{
    color: #fbbc05;
    font-size: 25px;
}
.yell_middle p {
    font-size: 27px;
    padding: 6px 0px;
}
.yell_main span{
    font-size: 23px;
}
.yell_main p{
    font-size:23px;
}
.yell_main p i{
    color: #ffe300;
}
.google_logo p i{
    color: #fbbc05;
}
.pic{
    width: 50px;
    height: 50px;
    background: #4285f4;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 14px;
    float:left;
}
.testimonial-profile{
    padding-left:64px;
}
.testimonial-profile h5{
    font-size: 16px;
    line-height: 12px;
}
.testimonial-profile span{
    color: #70757a;
    font-size: 14px;
}
.testimonial-profile p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.testimonial-profile i{
    color: #fbbc05;
}
.summary_left img{
    width: 225px;
    margin-bottom: 10px;
}
.summary_right img{
    width:100px;
}
.summary_right span {
    color: rgb(0, 88, 162);
    display: block;
    font-weight: 500;
    text-decoration: underline;
}
.summary_right p{
    color: rgb(102, 102, 102);
    line-height: 21px;
    padding: 5px 0px 20px;
}
.lhmkwj {
    height: 100px;
    width: 100px;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 100%;
    background-color: white;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
p.Reliability {
    margin-bottom: 10px;
    color: #0058a2;
    font-weight: 500;
}
.lhmkwj img {
    width: 100px;
}
.customer_review_main{
    box-shadow: 0px 0px 10px 0px #89898969;
    border-radius: 7px;
    padding: 10px 10px;
    background: #fff;
    margin-bottom: 15px;
    height:163px;
}
.homechange{
    box-shadow: none;
    background: #0058a20a;
}
.customer_review_main img {
    width: 70px;
    float: right;
    margin-left: 10px;
}
.customer_review_main h3 {
    margin-bottom: 7px;
    color: rgb(102, 102, 102);
    font-size: 13px;
}
.customer_review_main span{
    color: rgb(0, 126, 180);
    font-size: 13px;
    font-weight: 500;
}
.customer_review_main p{
    font-size: 13px;
    line-height: 17px;
    padding-top: 10px;
}
.inner_content {
    background-color: #f5f5f5;
    padding: 60px 0px 60px;
}
.page_content h2{
    color: #bc0000;
    margin-bottom: 20px;
}
.page_content h3 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}
.page_content p {
    font-size: 17px;
    margin-bottom: 15px;
}
.page_content ol li {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 25px;
    list-style: auto;
}
ul.circle li {
    list-style: circle;
    margin-left: 15px;
}

/*#Media query
===================================*/

@media(max-width:1920px){
    .main-menu ul li {
        margin: 0px 16px;
    }
    .header_skew{
        width:580px;
    }
    .cta-style-content h3{
        font-size:30px;
    }
}
@media(max-width:1680px){
    .header_skew {
        width: 476px;
    }
}
@media(max-width:1440px){
    .header_skew{
        width:350px;
    }
}
@media(max-width:1366px){
    .header_skew{
        width:330px;
    }
}
@media(max-width:1280px){
    .header_skew{
        width:265px;
    }
}
@media(max-width:1024px){
    .main-menu ul li {
        margin: 0px 8px;
    }
    .main-menu-3 ul li a {
        font-size:14px;
    }
    .header__widget{
        padding:0px;
    }
    .header__widget--icon{
        margin-right:6px;
    }
    .header__widget--text p{
        font-size:14px;
    }
    .header_skew {
        width: 210px;
    }
    .header-logo img{
        width:250px;
    }
    .why_choose_left img{
        width:100%;
    }
    .customer_review_main{
        height:190px;
    }
}

@media(max-width:991px){
    .header-logo img {
        width: 180px;
        position: relative;
        left:130px;
    }
    .about_left {
        margin-bottom:50px;
    }
    .why_choose_left img {
        margin-bottom: 40px;
    }
    .accordion{
        margin-bottom: 40px;
    }
    .contact-info-box {
        padding: 55px 20px !important;
    }
    .footer-social{
        margin-bottom:40px;
    }
    .portfolio-menu ul li{
        margin:5px 0px;
    }
    .bar_right{
        float:none;
    }
    .fb-embed{
        margin-bottom:35px;
    }
    .home-fixedheight{
        margin-bottom:30px;
    }
    .copy-bottom p{
        display:inline-block;
    }
    .customer_review_main{
        height:auto;
    }
    .rplg-box{
        height:auto;
    }
    .yell_main_right img {
        width: 100%;
        position: relative;
        float: none;
        object-fit: cover;
        right: 0;
        top: 0;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    img.mobabs{
        position: absolute;
    }
    .yell-box{
        height:auto;
    }
    .decorators_head img {
        margin: 0 auto 5px;
    }
    .decorators_head{
        text-align:center;
    }
    .mobscroll{
        width:100%;
    }
}
@media(max-width:768px){
    .copy-bottom {
        display: block;
        text-align: center;
    }
    .copy-bottom p {
        display: block;
        padding-bottom: 5px;
    }
    .header-logo img{
        left:50px;
    }
    .bar_left h3 {
        text-align: center;
        margin-bottom: 17px;
    }
    .bar_right {
        display: block;
        float: none;
        text-align: center;
    }
    .about_right img {
        height: auto;
        width: 100%;
        float: none;
    }
}
@media(max-width:480px){
    .header-logo img {
        left: 20px;
    }
    .hero-slider-area .slider-item{
        height:400px;
    }
    .hero-slider-area .slider-item .slider-text h1{
        font-size:37px;
    }
    .about_left h3 {
        font-size: 29px;
        line-height: 33px;
    }
    .cta-style-content {
        padding: 50px 30px;
    }
    .cta-style-content h3 {
        font-size: 31px;
        line-height: 35px;
    }
    .we-do-head{
        text-align:center;
    }
    .we-do-head a{
        float:none;
    }
    .we-do-head h3{
        text-align:center;
    }
    .we-do-head p {
        line-height: 22px;
        text-align: center;
        padding: 15px 0px;
    }
    .services-single{
        display:block;
    }
    .bg01{
        width:100%;
        height:250px;
    }
    .services_content{
        width:100%;
    }
    .services_content2{
        width:100%;
    }
    .n{
        display:block;
    }
    .b{
        display:none;
    }
    .fixedheight_single_left {
        text-align: center;
    }
    .fixedheight_single_right {
        text-align: center;
        margin-top: 20px;
    }
    .fixedheight_single_left1 {
        text-align: center;
    }
}

@media(max-width:420px){
    .owl-nav {
        display:none;
    }
    .portfolio-menu ul li{
        margin-bottom:8px;
    }
    .bar_left h3{
        font-size:20px;
        line-height: 28px;
    }
    .question h3{
        font-size:27px;
    }
    .contact-form{
        padding:40px 20px 40px;
    }
    .footer-link{
        margin-bottom:30px;
    }
    .choose_content p {
        font-size: 18px;
        line-height: 24px;
    }
    .input_item_select {
        margin-bottom: 15px;
    }
    .input_item{
        margin-bottom:0px;
    }
    .question h3{
        line-height:32px;
    }
    .about_left h3 {
        font-size: 23px;
        line-height: 26px;
    }
    .cta-style-content h3 {
        font-size: 23px;
    }
    .customer_review_main{
        height:auto;
    }
    .fixedheight_single_right a {
        margin-top: -12px;
    }
    .yell_middle p {
        font-size: 21px;
    }
    .yell-box{
        height:auto;
    }
    .pt-40 {
        padding-top: 0px;
    }
    .google_logo {
        text-align: center;
        margin-bottom: 0px;
    }
    .googrev{
        text-align: center;
        margin-bottom: 15px;
    }
    .write_right {
        float: none;
    }
    .yell_main_left{
        text-align: center;
        margin-bottom: 10px;
    }
    .yell_main_left img{
        margin: 0px auto 9px;
    }
    .yell_content p {
        line-height: 26px;
        padding-top: 10px;
        font-size: 20px !important;
    }
    .decorators_head h3 {
        font-size: 27px;
        margin-top: 17px;
    }
    .decorators_head p{
        font-size:15px;
    }
}

@media(max-width:414px){
    .owl-nav {
        display:none;
    }
    .why_choose_right h3{
        font-size:22px;
    }
    .we-do-head h3{
       font-size:30px; 
    }
    .map-contact p{
        margin-bottom:20px;
    }
}
@media(max-width:375px){
    .owl-nav {
        display:none;
    }
    .bar_right span{
        display:none;
    }
}



.affiliation-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.affiliation-logos a {
    width: 100px;
    height: 100px;
    background-color: #2c343d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    box-shadow: 0 0 5px transparent;
}

.affiliation-logos a {
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
        transform: scale(1);
    }
    100% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
        transform: scale(1.05);
    }
}


.affiliation-logos a:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
}

.affiliation-logos img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}

.gov{
     max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain; 
}

.yel{
     max-width: 50% !important;
    max-height: 50% !important;
    object-fit: contain; 
}
.unique-heading {
  text-align: start;
  color: darkred;
  font-size: 24px;
  margin-bottom: 0;
}

.svg-wave-underline {
  display: flex;
  justify-content: start;
  margin-top: -10px;
}

.glow-wave {
  filter: drop-shadow(0 0 5px cyan) drop-shadow(0 0 15px cyan);
  stroke-linejoin: round;
}



.twitter_main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.twitter_main li {
    margin-bottom: 5px;
}

.twitter_main a {
    text-decoration: none;
    color: #333;
}

.twitter_main button {
    background: #BC0000;
    color: #fff;
    border: none;
    padding: 5px 12px;
    cursor: pointer;
    border-radius: 4px;
}

.twitter_main button:hover {
    background: #BC0000;
}


#service-list li {
        display: none; /* hide all initially */
        margin-bottom: 5px;
    }
    #service-list li.show {
        display: inline-block; /* show visible items */
    }
    
    #toggle-btn {
        background-color: #C12400;
        color: #fff;
        border: none;
    }
    
    
    @media (min-width: 900px) {
    .header-logo {
        padding-top: 50px;
    }
}


@media (min-width: 768px) and (max-width: 930px) {
 
    .about_right img {
    height:auto ;
    width: 90%;
    
}
}

@media(max-width:930px)
{
    .middle{
        display:flex;
        justify-content: center;
        align-items: center;
    }
    ._2p3a{
        width:800px;
    }
   
}
@media(max-width:1025px)
{
    .govion{
        display:none !important;
    }
    .we-do-head h3 {
        font-size: 24px;
    }
     .res{
        display:flex;
        justify-content: center;
        align-items: center;
    }
    .res2{
         display:flex;
        justify-content: center;
        align-items: center;
    }
       .yell_main{
        display:none
    }
}


@media (min-width: 1025px) {
    .trust-section {
        display: none !important;
    }
}
.shape-title {
  display: inline-block;
  background: #C12400;
  color: white !important;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 30px;
  margin: 20px;
  clip-path: polygon(
    0% 0%,  
    90% 0%, 
    100% 50%, 
    90% 100%, 
    0% 100%  
  );
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  animation: pulseShadow 1.5s infinite ease-in-out;
}

@keyframes pulseShadow {
  0%   { box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  50%  { box-shadow: 0 0 20px rgba(0, 0, 0, 0.6); }
  100% { box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
}

.shape-title {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.title-shape {
    width: 150px;
    height: 25px;
    margin-bottom: 20px;
}

.choose_step {
    display: flex;
    margin-bottom: 20px;
}

.step_number h2 {
    color: white;
    font-size: 28px;
    margin-right: 15px;
}

.choose_content h4 {
    margin: 0 0 5px;
    color: #ff5722;
    font-size: 18px;
}

.choose_content p {
    margin-bottom: 8px;
    color: #555;
}

.choose_content ul {
    margin: 0;
    padding-left: 20px;
}

.choose_content ul li {
    color: #444;
    list-style-type: disc;
}

.step_number i {
    color: #fff; /* white icon */
}

/* Ensure all boxes have the same height layout */
.we-do-box {
    display: flex;
    flex-direction: column;
    height: 100%; /* Full height for consistent sizing */
}

/* Equal image height */
.we-do-img {
    height: 330px; /* adjust as needed */
    overflow: hidden;
}

.we-do-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Keeps aspect ratio but fills the box */
}

.we-do-img1 img {
    width: 100%;
    height: 100%;
    /* Keeps aspect ratio but fills the box */
}

/* Content area same height */
.we-do-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
}

/* Optional: equal height cards inside carousel */
#we-do-slider .testimonial {
    height: 100%;
}


.headerlogoimage{
    width:530px; 
    height:110px ;
padding-right:20px;
}

 
.shape-title {
  font-size: 28px;
  font-weight: bold;
  color: #ff5722;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid #ff5722; /* typing cursor */
}

/* Cursor blink animation */
.blink {
  animation: blink-caret 0.75s step-end infinite;
}

@keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}