:root {
  --trnspot-font: "mont", sans-serif;
  --trnspot-font-two: "bebas", sans-serif;
  --trnspot-base: #d3001a;
  --trnspot-sub: #000;
  --trnspot-base-rgb: 251, 84, 34;
  --trnspot-black: #052e39;
  --trnspot-black-rgb: 5, 46, 57;
  --trnspot-gray: #606060;
  --trnspot-gray-rgb: 96, 96, 96;
  --trnspot-white: #ffffff;
  --trnspot-white-rgb: 255, 255, 255;
  --trnspot-gray-bg: #f2f3f5;
  --trnspot-gray-bg-rgb: 242, 243, 245;
  --trnspot-bdr-color: #e5e5e5;
  --trnspot-bdr-color-rgb: 229, 229, 229;
  --trnspot-bdr-radius: 10px;
}
h1 {
    font-size: 25px;
    font-family: 'mont';
    font-style: italic;
    letter-spacing: 1px;
    color: var(--trnspot-base);
    font-weight: 700;
}
h2 {
    font-size: 22px;
    font-family: 'mont';
    font-style: italic;
    font-weight: 800;
}
p {
   
    font-size: 16px;
    color: #000;
}

.header {
    padding: 5px 0;
    background:#fff !important;
}
#topbar::before {
    background: #d3001a;
}
#topbar:after {
    border-top: 21px solid var(--trnspot-base);
    border-left: 1px solid var(--trnspot-base);
}
.topbar {
    background: var(--trnspot-base);
}
.pull-left {
    float: none !important;
}
.topbar .list-inline {
   
    text-align: center;
}
#topbar .social i {
    background: transparent;
    border: unset;
    color: #fff;
}
.topbar .list-inline li {
    color: #fff !important;
    font-family: rajdhani-medium;
    font-size: 30px !important;
}
.navbar-nav li.active > a {
    color: var(--trnspot-base) !important;
}
.navbar-nav > li > a {
    font-family: mont;
    font-size: 16px !important;
    color: #000;
    font-style: italic;
}
.header .nav > li > a:hover {
    color: #214c64;
}
.header_logo {
    width: 300px;
    height: auto;
}
header, #headeraffix.affix {
    background-color: #ffffff !important;
}
.has-submenu:hover .dropdown-menu li a {
    font-size: 13px;
    font-weight: 100;
    padding: 7px !important;
}
.header .dropdown-menu {
    border-top-color: #282828;
}
.has-submenu:hover .dropdown-menu {
    position: absolute;
    top: 45px !important;
    left: -50px;
    min-width: 320px !important;
}

/*-------------------Welcome------------*/
.about-one {
    position: relative;
    display: block;
    background: var(--trnspot-white);
    padding: 60px 0px 30px;
    z-index: 1;
}
.about-one .text-box {
    font-family: 'mont';
    text-align: center;
    font-style: italic;
}
.about-one .text-box {
    font-family: 'mont';
    text-align: center;
    font-style: italic;
    padding-bottom: 20px;
}
.about-one .shape2 {
  position: absolute;
  top: 27px;
  right: 20px;
  opacity: 0.15;
  z-index: -1;
}

.about-one__img {
  position: relative;
  display: block;
}

.about-one__img .shape1 {
  position: absolute;
  top: 15px;
  right: -15px;
  z-index: -1;
}

.about-one__img::before {
  position: absolute;
  top: 0;
  left: -12px;
  bottom: 0;
  width: 7px;
  background: var(--trnspot-base);
  border-radius: 7px;
  content: "";
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img-box ul {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-one__img-box ul li {
  position: relative;
  display: block;
}

.about-one__img-box ul li li {
  margin-left: 10px;
}

.about-one__img-box ul li .img-box {
  position: relative;
  display: block;
  border-radius: var(--trnspot-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.about-one__img-box ul li .img-box img {
  width: 100%;
}

.about-one__experience-box {
    position: relative;
    display: block;
    padding: 80px 20px 30px;
    margin-bottom: 20px;
    background: var(--trnspot-white);
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
    margin-left: 10px;
    margin-right: 0px;
    border-radius: var(--trnspot-bdr-radius);
    overflow: hidden;
    z-index: 1;
}

.about-one__experience-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  background: var(--trnspot-base);
  content: "";
}

.about-one__experience-box .count-text-box {
  position: relative;
  display: block;
}

.about-one__experience-box .count-number {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-one__experience-box .count-number h3 {
  font-size: 55px;
  line-height: 1em;
  font-weight: 700;
}

.about-one__experience-box .count-number span {
    position: relative;
    display: inline-block;
    color: var(--trnspot-black);
    font-size: 50px;
    line-height: 1em;
    font-weight: 700;
    top: -5px;
    left: 5px;
}

.about-one__experience-box h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 5px;
    font-style: italic;
    font-family: 'mont';
    color: var(--trnspot-base);
}

.about-one__content {
  position: relative;
  display: block;
  margin-left: 25px;
}

.about-one__content .sec-title {
    padding-bottom: 0px;
}

.about-one__content-text {
  position: relative;
  display: block;
}

.about-one__content-text p {
  margin: 0px;
}


.about-one__content-btn {
  position: relative;
  display: block;
  margin-top: 35px;
  line-height: 0px;
}
/*-------------------section-2------------*/
.skill-one {
    position: relative;
    display: block;
    padding: 60px 0px 60px;
    z-index: 1;
    background: #d6021b;
}
.skill-one__content-text p {
    color: #fff;
    line-height: 2;
}
.col-img img {
    width: 100%;
}

.skill-one .sec-title__title {
    color: #fff;
    font-size: 25px;
}
.skill-one__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc((100% - 100px) / 2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.skill-one__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: var(--trnspot-white);
  content: "";
}

.skill-one .shape1 {
  position: absolute;
  top: 50%;
  left: -110px;
  z-index: 0;
  transform: translateY(-50%);
  opacity: 0.2;
}

.skill-one__content {
  position: relative;
  display: block;
}



.skill-one__content .sec-title__tagline .text h4 {
  color: var(--trnspot-white);
}

.skill-one__content .sec-title__tagline .icon-box span::before {
  color: var(--trnspot-white);
}


.skill-one__content-text {
  position: relative;
  display: block;
}


.skill-one__progress {
  position: relative;
  display: block;
  margin-top: 35px;
}
/*-------------------Service-----*/

.service {
    padding: 60px 0;
}
.service .sec-title h4 {
    font-family: 'mont';
    font-style: italic;
    color: var(--trnspot-base);
}
.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 1;
}

.blog-one__single-img {
  position: relative;
  display: block;
}

.blog-one__single-img .inner {
  position: relative;
  display: block;
  border-top-left-radius: var(--trnspot-bdr-radius);
  border-top-right-radius: var(--trnspot-bdr-radius);
  overflow: hidden;
}

.blog-one__single-img .inner img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.blog-one__single:hover .blog-one__single-img .inner img:first-child {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.blog-one__single:hover .blog-one__single-img .inner img:nth-child(2) {
  /* -webkit-transform: translatex(-50%) scalex(2); */
  /* transform: translatex(-50%) scalex(2); */
  /* opacity: 0; */
  /* -webkit-filter: blur(10px); */
  /* filter: blur(10px); */
}

.blog-one__single-img .inner img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.blog-one__single-content {
    position: relative;
    display: block;
    padding: 28px 30px 27px;
    background: var(--trnspot-white);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
    border-bottom-left-radius: var(--trnspot-bdr-radius);
    border-bottom-right-radius: var(--trnspot-bdr-radius);
    overflow: hidden;
    text-align: center;
    height: 333px;
}
.thm-btn {
    position: relative;
    display: inline-block;
    color: var(--trnspot-white);
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    background: var(--trnspot-base);
    border-radius: 5px;
    padding: 0px 7px 0px;
    overflow: hidden;
    font-family: var(--trnspot-font);
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}

.thm-btn:hover {
  color: var(--trnspot-white);
}

.thm-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  top: 1px;
  margin-left: 5px;
}

.hover-btn {
  background-color: var(--trnspot-sub);
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}

.hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 5px 0px 0px 5px;
}

.hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 5px 5px 0;
}

.thm-btn:hover .hover-btn {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.service .sec-title {
    text-align: center;
    padding-bottom: 50px;
}
.service h2 {
    padding: 0 35px;
}
.service h2 a {
    
    color: var(--trnspot-base) !important;
}
.comp {
    padding-top: 10px;
    font-weight: 900;
    font-family: 'mont';
}
.blog-one__single button a {
    color: #fff;
}
/*--------------------Our Commitment--------*/
.testimonials-one__single {
    position: relative;
    display: block;
    background: var(--trnspot-white);
    border: 1px solid var(--trnspot-bdr-color);
    border-radius: var(--trnspot-bdr-radius);
    padding: 45px 120px;
    z-index: 1;
}

.testimonials-one__single-quote {
  position: absolute;
  right: 35px;
  bottom: 22px;
}

.testimonials-one__single-quote span::before {
  position: relative;
  display: inline-block;
  color: rgba(var(--trnspot-gray-rgb), .17);
  font-size: 40px;
  line-height: 40px;
}

.testimonials-one__single-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonials-one__single-top-author {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.testimonials-one__single-top-author .img-box {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border: 2px solid var(--trnspot-base);
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-one__single-top-author .img-box img {
  width: 100%;
}

.testimonials-one__single-top-author .text-box {
  position: relative;
  display: block;
  margin-left: 15px;
  flex: 1;
}

.testimonials-one__single-top-author .text-box h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    text-transform: capitalize;
    font-weight: 900;
}
.testimonials-one__single-top-author .text-box p {
  color: var(--trnspot-base);
  font-weight: 500;
  margin: 0;
}

.testimonials-one__single-text {
  position: relative;
  display: block;
  margin-top: 37px;
}

.testimonials-one__single-text p {
  margin: 0;
}
.commit {
    padding: 20px 0 60px;
    text-align: center;
    background: var(--trnspot-base);
}
.commit .sec-title h4, .commit .sec-title h2 {
    color: #fff;
    font-family: 'mont';
}
.commit .sec-title {
    padding-bottom: 30px;
}
.rating-box .fa {
    color: var(--trnspot-base);
}
.accrodion-title h4 {
    font-size: 20px;
    font-family: 'mont';
}
.accrodion {
    border: 1px solid #000;
}
.accrodion-title h4, .accordion-body {
    padding: 10px;
    color: #fff;
}

.faq-one {
    padding: 60px 0 0;
}
.accordion-body p {
    padding: 10px 0;
}
.faq-one__img1-inner img {
    width: 100%;
}
.accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 19px 0px 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
     background: var(--trnspot-base);
}
.arw.fa.fa-angle-double-down {
    position: relative;
    float: right;
    font-size: 25px;
    padding: 10px 15px;
    color: var(--trnspot-base);
    background: #fff;
    border-radius: 50%;
    right: 20px;
    top: 6px;
}
/*-___client----*/
.portfolio-style-1 img {
    width: 100% !important;
    height: auto !important;
}
.portfolio-style-1 {
    margin: 6px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.ptables {
    
    padding-top: 0px!important;
}
#clients_section .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: var(--trnspot-base);
    color: #fff;
    padding: 5px 12px 1px !important;
    margin: 10px;
    font-size: 35px;
}
#clients_section .owl-nav button span {
    position: relative;
    top: -5px;
}
#clients_section .owl-nav {
    text-align: center;
}
#clients_section h4 {
    font-family: 'mont';
    font-style: italic;
}
/*-------Copyright---*/

#copyright::before {
    background: var(--trnspot-base);
}
#copyright:after {
    border-top: 60px solid var(--trnspot-base);
    border-left: 40px solid var(--trnspot-base);
}
#copyright {
    padding: 0px 0px;
}
#copyright p {
    color: #fff;
    font-size: 13px;
    font-family: 'mont';
}

.footer {
    padding: 30px 0;
    background: url(../../images/images/footer/1.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.widget-title h4 {
    color: #fdb337;
    font-size: 20px;
    font-family: 'mont';
}
.footer a, .footer p {
    color: #fff;
    font-size: 16px;
}
.contact-details li {
    color: #fdb337;
    font-size: 16px;
}
.contact-widget strong {
    color: #fff;
    line-height: 1.8;
    font-weight: 400;
}
/*-------About-us------*/
.about-three__list-box {
    list-style-type: none;
    background: var(--trnspot-white);
    border-radius: var(--trnspot-bdr-radius);
    border-left: 3px solid var(--trnspot-base);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 21px 25px 20px;
}


.about-three__img {
    position: relative;
    display: block;
    margin-right: 50px;
    padding-right: 50px;
    padding-left: 25px;
}

.about-three__img .shape1 {
    position: absolute;
    top: 0;
    right: 35px;
    width: 6px;
    height: 430px;
    border-radius: 10px;
    background: var(--trnspot-base);
}
.about-three__img .shape1::before {
    position: absolute;
    bottom: 45px;
    left: -12px;
    width: 30px;
    height: 15px;
    border-radius: 50%;
    background: var(--trnspot-white);
    content: "";
    z-index: 5;
}
.about-three__img .shape2 {
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 6px;
    height: 385px;
    border-radius: 10px;
    background: var(--trnspot-base);
}
.about-three__img .shape2::before {
    position: absolute;
    top: 45px;
    left: -12px;
    width: 30px;
    height: 15px;
    border-radius: 50%;
    background: var(--trnspot-white);
    content: "";
    z-index: 5;
}
.about-three__img1 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--trnspot-bdr-radius);
    border: 10px solid var(--trnspot-white);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-top-left-radius: 0px;
}
.about-three__img1 img {
    width: 100%;
    border-radius: var(--trnspot-bdr-radius);
    border-top-left-radius: 0px;
}
.about-three__img2 {
    position: absolute;
    bottom: -40px;
    right: -20px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid var(--trnspot-white);
    background: var(--trnspot-black);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    z-index: 5;
}
.about-three__img2 img {
    width: 100%;
    opacity: 0.8;
}
.about-three__content .sec-title h4 {
    font-family: 'mont';
    font-style: italic;
    color: var(--trnspot-base);
}
.abt-vec img {
    width: 100%;
}
@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.abt-vec {
    position: absolute;
    top: 385px;
}
/*----------------------About-----------*/
.pageheader {
    display: block;
    padding: 75px 0;
    background: url(../../images/images/brdcrmb/1.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.pageheader:before {
    content: '';
    position: absolute;
    background: #0000008c;
    width: 100%;
    height: 100%;
    top: 0;
}
.breadcrumb.text-right {
    display: none;
}
.about_page_title {
    color: #ffffff;
    font-size: 25px;
    font-family: 'mont';
    text-shadow: 1px 1px #000;
}
/*--------------------Product--*/
.loc-img img {
    width: 100%;
}
.ser-loc {
    padding: 60px 0;
}
.prodt .pro_title, .ser-loc .pro_title {
    padding-bottom: 10px;
    font-family: 'mont';
    font-style: italic;
    line-height: 1.5;
    color: var(--trnspot-base);
    font-size: 24px;
}
.dropdown-menu > li > a:hover {
    color: var(--trnspot-base) !important;
    background: #ffffff !important;
}
.addr {
    padding-top: 30px;
}

.loc-img img {
    width: 100%;
    padding-bottom: 20px;
}
/*-Contact-page---*/
.con-cnt .pro_title {
    font-size: 29px;
    color: var(--trnspot-base);
    font-family: mont;
    line-height: 1.5;
    padding-bottom: 10px;
    font-weight: 900;
}
.free-del {
    font-size: 30px;
}
.phne {
    font-size: 30px;
    color: var(--trnspot-base);
}
.ser-loc .about-three__list-box {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    gap: 56px;
}
.ser-loc .about-three__list-box li {
    width: 20%;
}
.footer_li li:nth-child(3) {
    display: none;
}
.about-three__list-box .fa {
    color: var(--trnspot-base);
    padding-right: 5px;
}

/*------_Responsive----*/
@media(max-width: 767px){
.loc-img img {
    width: 100%;
    padding-bottom: 20px;
}
.header .has-submenu .dropdown-menu {
    min-width: 100%;
    height: 110px;
    overflow: scroll;
    margin-bottom: 15px !important;
    position: relative;
    top: 0px !important;
    left: 0;
}
.topbar .list-inline li {
    color: #fff !important;
    font-family: rajdhani-medium;
    font-size: 16px !important;
}
.header_logo {
    width: 250px;
}
.navbar-toggle {
    
    font-size: 25px;
}
.wel-hed h4 {
    font-size: 20px;
}
.about-one__img-box ul {
    position: relative;
    display: block;
}
.about-one__experience-box {
    position: relative;
    display: block;
    padding: 28px 20px 12px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}
.about-one__content h1 {
    font-size: 14px;
    padding-top: 10px;
}
.about-one__content {
 
    margin-left: 0;
}
.about-one {
    padding: 30px 0px 10px;
}
.service {
    padding: 20px 0;
}
.service h2 {
    padding: 0 18px;
}
.blog-one__single-content {
    
    height: 100%;
}
.testimonials-one__single {
    padding: 45px 20px;
}
.testimonials-one__single-top-author .text-box h2 {
    font-size: 18px;
}
.rating-box {
    position: relative;
    top: -5px;
}
.faq-one {
    padding: 0px 0 0;
}
.arw.fa.fa-angle-double-down {
  
    right: 5px;
}
.pageheader {
    display: block;
    padding: 40px 0;
    background-position: right;
}
.about-three__img {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
   
}
.about-three__img2 {
    position: relative;
}
.abt-vec {
    position: relative;
    top: 0;
}
.about-three__img .shape1, .about-three__img .shape2 {
    display: none;
}
.about-three__content h2 {
    font-size: 19px;
}
.about_page_title {
    font-size: 15px;
}
.navbar-cell.stretch {
    position: relative;
}
.header .has-submenu .dropdown-menu li a {
    
    font-size: 13px;
    font-weight: 100;
    padding: 7px !important;
}
.prodt .pro_title, .ser-loc .pro_title {
    
    font-size: 18px;
}
.ser-loc .about-three__list-box {
    margin-bottom: 20px;
    display: block;
}


.ser-loc .about-three__list-box li {
    width: 100%;
}
.con-cnt {
    padding-top: 30px;
}
.call-text {
    display: none !important;
}
.qc-call-now-button {
    left: 4px !important;
}
}
/*------------------------------------- Desktop 1400----------------------------------------------------------*/
@media (min-width:1400px) and (max-width:1500px) {
    .tp-banner {
    height: 540px !important;
    max-height: 540px !important;
}
}
/*------------------------------------- Desktop 1500----------------------------------------------------------*/
@media (min-width:1500px) and (max-width:1600px) {
    .tp-banner {
    height: 590px !important;
    max-height: 590px !important;
}
}
/*------------------------------------- Desktop 1600----------------------------------------------------------*/
@media (min-width:1600px) and (max-width:1700px) {
    .tp-banner {
    height: 605px !important;
    max-height: 605px !important;
}
}