body {
 font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 14px !important;
  margin: 0 auto !important;
  min-height: 1000px !important;
  height: 100% !important;
  background: #fff !important;
  overflow-x: hidden !important;
  color: #000 !important;
  font-weight: 400;
  padding-top: 105.5px;
}

p{
margin: 0;
}

/* @font-face {
  font-family: "Flaming";
  src: url("../fonts/Flaming/Flaming.eot");
  src: url("../fonts/Flaming/Flaming.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaming/Flaming.woff2") format("woff2"),
    url("../fonts/Flaming/Flaming.woff") format("woff"),
    url("../fonts/Flaming/Flaming.ttf") format("truetype"),
    url("../fonts/Flaming/Flaming.svg#Flaming") format("svg");
} */


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  transition: .8s linear;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

::-webkit-scrollbar {
  width: 15px;
  border: 2px solid #fff;
}

::-webkit-scrollbar-track {
  border: 2px solid #fff;
}

::-webkit-scrollbar-thumb {
  border: 2px solid #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1679bc+0,1a7cb3+10,22819f+25,479a44+79,50a02e+100 */
  background: #DD2D20;
  /* Old browsers */
}

::-webkit-scrollbar-thumb:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1679bc+0,1a7cb3+10,22819f+25,479a44+79,50a02e+100 */
  background: #DD2D20;
  /* Old browsers */
}


/*--------------------------- For Mozila Browser------------------------------------------*/

@-moz-document url-prefix() {}


/*--------------------------- For IE Browser------------------------------------------*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}



/*ReusableProperties*/
a {
  text-decoration: none !important;
  transition: 0.5s;
  color: inherit;
}

a:focus {
  outline: none !important;
}

ul,li{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
/* //span { display: block; } */




.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: url(../images/Preloader1.gif) 50% 50% no-repeat rgb(255, 255, 255);
}



/* colors */

:root {
  --color-white: #fff;
}



/*scroll top*/

#scroll {
  position: fixed;
  right: 30px;
  bottom: 100px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  /* text-indent: -9999px; */
  display: none;
  z-index: 99999;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 50px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fff;
  outline: 1px solid #fff;
  outline-offset: -4px;
  border: 1px solid #fff;
  background: #DD2D20;
  z-index: 1024;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}





.zoom-in-zoom-out {

  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

/* sidenav */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0px;
  background-color: #DD2D20;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
    padding: 15px 8px 15px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff78;
}

  .sidenav li {
    list-style: none;
    display: block;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
        border: none;
  }

  .rightbig {
    color: #DD2D20;
    /* float: right; */
    margin-top: 15px !important;
    display: block;
}


  

/* Progress-scroll */

.progressscroll {
  border-bottom: 4px solid #c49a6c;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Header */
/* .header-top */
/*header style*/

header {  position: fixed;  z-index: 1024; top:0;  }
header.sticky{background: #fff;top: 0px;width: 100%;z-index: 1024;position:fixed;  box-shadow:  0 2px 2px 0px #cccccc85; }
.navigation li {
  display: inline-block;
}

.navigation li a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
  padding: 13px 25px;
      border-radius: 30px;
}

.navigation li a:hover,.navigation li.current-menu-item a{
    color: #fff;
    background: #DD2D20;
    border-radius: 30px;
}

.same-btn {
  background: #DD2D20;
  padding: 12px 25px;
  font-weight: 600;
  color: #fff;
  border-radius: var(--bs-border-radius-pill) !important;
  display: inline-block;
  border: 1px solid #DD2D20;
}
.same-btn:hover{
  background: #000;
  color:#fff;
   border: 1px solid #000;
}
.same-btn.bg-transparent{
    color: #DD2D20;
} 
h1 {
    font-size: 40px;
    font-weight: 700;
}
.banner-con p {
    margin: 10px 0 30px;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #DFDFDF;
    opacity: 1;
}
.carousel-indicators .active{
background-color: #DD2D20;
}

section{
  padding: 80px 0;
}

/* About */

.about-vi-right {
    height: 525px;
    display: flex;
    align-items: center;
}
.small-title {
    padding-left: 10px;
    border-left: 5px solid #DD2D20;
    font-size: 14px;
    font-weight: 700;
        display: inline-block;
}
.secTitle {
    font-size: 24px;
    font-weight: 700;
}
.bg-transparent{
  background: transparent !important;
}
.fb-l h4 {
    font-size: 22px;
    font-weight: 600;
}
a.text-orange {
    color: #DD2D20;
    font-weight: 600;
    padding-bottom: 3px;
    border-bottom: 2px solid;
}
a.text-orange:hover {
    letter-spacing: 1px;
}
.fb-l p {
    min-height: 105px;
}

.our-team.core-competencies{
  background: url(../images/our_team_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.core-competencies{
  background: url(../images/core_competencies_bg-min.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.core-box {
    background: #ffffff30;
    min-height: 340px;
}
h4.same-subtitle {
    font-size: 22px;
    font-weight: 600;
}


.ti-widget.ti-wp-testimonial-1 .ti-widget-container .ti-date {
    color: #DD2D20 !important;
    opacity: 1 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}


.bg-grey{
  background: #F1F1F169;
}
.contact-box label{
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-address{
  background: url(../images/contact_bg-min.png);
  background-size: cover;
  border-radius: 6px;
  height: 500px;
  background-attachment: fixed;
background-position: 350px -500px;
}
textarea.form-control {
    height: 206px;
}

/* footer */

footer{
  padding: 70px 0;
}
.footer-navigation a {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.footer-navigation a:hover,.footer-navigation .current-menu-item a{
  color: #DD2D20;
}
.footer-address h6 {
    margin-bottom: 30px;
}
.footer-address h6 img {
    margin-right: 12px;
}
.footer-address h6 a {
    display: flex;
    align-items: center;
}
.footer-social a {
    display: block;
    margin-right: 10px;
}
li.breadcrumb-item {
    color: #DD2D20;
    font-weight: 600;
    text-transform: uppercase;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 7px;
    color: #DD2D20;
}
.breadcrumb-item.active {
    color: #909090;
}
.vm-box h4 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
}
.vm-box {
    height: 340px;
}
.our-team .core-box {
    min-height: 240px;
}
.serve-box {
    min-height: 401px;
    display: flex;
    align-items: center;
}
.serve-box h5 {
    font-size: 22px;
    font-weight: 600;
}
ul.wp-block-list li {
    list-style: disc !important;
}
ul.wp-block-list{
  padding-left: 30px !important;
}
.service-icon.position-absolute.end-0.top-50 {
    top: 40% !important;
    right: -35px !important;
}
.service-icon.position-absolute.start-0.top-50 {
    top: 40% !important;
    left: -35px !important;
}
.mb-80{
  margin-bottom: 80px;
}
.logo img {
    height: 90px;
}

/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/

@media(min-width: 1400px){
.our-team .core-box {
    min-height: 257px;
}

}


@media(max-width: 991px) {
  body {
    font-size: 14px !important;
    padding-top: 110px;
  }
  header {
    background: #fff;
}
  h3.secTitle {
    font-size: 24px;
    margin-bottom: 20px;
  }

.banner-content{
  position: initial;
  color: #fff;
}
header.d-block.d-sm-none.w-100 .row {
  --bs-gutter-x: 0;
}

header {
  padding: 15px 0;
}
.banner-con.position-absolute.top-50.start-50.translate-middle.text-center.text-white.w-100 {
    position: initial !important;
    transform: initial !important;
    background: #000;
      padding: 15px 0;
}
h1 {
    font-size: 28px;
}
.banner img {
    height: 380px;
    object-fit: cover;
    object-position: top;
}
.carousel-indicators{
  display: none;
}
section {
    padding: 30px 0 !important;
    text-align: center !important;
}
.core-box {
    min-height: initial;
    margin-bottom: 20px;
}
.wpcf7-spinner{
  display: none !important;
}
.text-start {
    text-align: center !important;
}

footer{
  padding: 30px 0 0;
  text-align: center;
}
.footer-content {
    margin-bottom: 40px;
}
.footer-address h6 a {
    display: block;
}
.footer-logo img {
    height: 80px;
    margin: 0 !important;
}
.mobilelogo img {
    height: 80px;
}
.inner-banner img {
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.vm-box h4 {
    font-size: 22px;
  }

.vm-box {
    height: initial;
}
.our-team .core-box {
    min-height: initial;
}
.service-icon {
    display: none;
}
.serve-box {
    min-height: initial;
    display: block;
    align-items: center;
    padding: 0 10px !important;
    margin: 0 0 40px !important;
}
.col-sm-6.pe-0 {
    padding-right: 0 !important;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
}
.col-sm-5.ps-0 {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
.our-services-row .row {
    --bs-gutter-x: 0rem
}
br {
    display: none;
}
img.img-fluid.w-100.d-block.d-sm-none {
    margin: 10px 0;
}
.our-services-row ul.wp-block-list {
    text-align: left;
}
.banner-con p {
    margin: 0;
}
.about-vi-right {
    height: initial;
    display: block;
    align-items: center;
    margin-top: 30px;
}
.contact-address h6 {
    font-size: 0.75rem;
}
h4.same-subtitle {
    font-size: 20px;
}

}

