@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Top header css Starts */
*{
    font-family: "Poppins", sans-serif;
}
p{
  font-size: 14px;
  color: #555;
}
img{
    width: 100%;
    height: auto;
}
a{
    text-decoration: none !important;
}
a:hover{
  text-decoration: none !important;
}
.container{
    max-width: 1250px !important;
}
.header{ 
     background-color:none;
     height:50px;
     line-height:40px;
     position: relative;
     z-index: 9;
    border-bottom: 1px solid #3b3b3b;
}
.header ul{
    display: flex;
}
.top-contact li {
    border-right: 1px solid #3b3b3b;
    padding: 5px 15px 5px 0;
}
.top-contact li i{
    margin-right: 6px;
}
.top-contact li:last-child {
    border-right: none;
}
.opening {
    border-right: 1px solid #fff;
    padding: 5px 30px 5px 0;
    margin-right: 20px !important;
    margin-top: 0 !important;
}
.opening em i{
    margin-right: 7px;
}
.info li a{
    color: #fff;
}
.info ul li {
    color: #fff;
    margin-right: 15px;
    margin-top: 5px;
}
.social ul{ 
  list-style:none; 
  margin:0px; 
  padding:0px;
}
.social ul li{ 
  display:inline-block; 
  margin-left:15px;
}
.social ul li{
    color: #fff;
}
.social ul li a{   
  color:#fff;  
  font-size:15px;
}
.header ul{
    width: 100%;
 list-style: none;
}
.contact li a {
    color: #fff;
    letter-spacing: 0.2px;
    font-size: 14px;
}
.contact li a:hover{
    text-decoration: none;
}
/* Top header css Ends */

/* Navbar css start here */
.logo-section img{
    width: 150px;
}
.dropdown a::after{
    content: "+" !important;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-menu{
    transition: 1s;
}
.dropdown:hover>.dropdown-menu {
    display: block;
    transition: 1s ease;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    padding: 10px 15px;
}
.dropdown-submenu:hover .dropdown-menu {
    top: 39px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 210px;
    padding: 15px;
    /* transform: scaleY(0); */
}
.navbar-expand-lg .navbar-nav .dropdown-menu li{
  /* border-bottom: solid 1px #ddd; */
  padding: 7px 10px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a{
    color:#000;
}
.dropdown-menu li a:after{
    content: "" !important;
}
.mobile-logo{
  display: none;
}

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99999;
}
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #a31412;
}
.sticky .navbar-nav li a.active {
    color: #f3ab09;
}
.sticky .nav-expander .bar span{
    background: #f3ab09;
}
.sticky .navbar-nav li:hover a{
    color: #f3ab09;
}
nav {
  background: none;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  z-index: 9;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 2.5rem;
    padding-left: 0;
}
.navbar-nav li a {
    color: #9d9d9d;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    display: flex;
}
.navbar-nav li a img{
    width:22px;
}
.navbar-nav li a:hover{
    text-decoration: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.navbar-nav .nav-item {
    padding: 0 20px;
}
.dropdown{
    padding: 0 20px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.navbar-nav li a.active {
    color:#f30d09;
}
.navbar-nav li:hover a{
    color:#f30d09;
}
.dropdown-menu li:hover a{
    color:#f30d09;
}
.dropdown:hover > a::after {
    content: "-" !important;
    margin-left: 3px;
}
.nav-expander .bar{
    padding: 0px 13px 0px;
    background: transparent;
    max-width: 50px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2px;
    padding-right: 0;
    margin-right: 65px;
}
.nav-expander .bar span{
    height: 5px;
    width: 5px;
    display: block;
    background: #bb0b0b;
    border-radius: 50%;
    transition: none;
    list-style: none;
    transition: all 0.3s ease;
    margin: 2px 3px;
}

.sidepanel {
    width: 30%;
    position: fixed;
    z-index: 1;
    height: auto;
    top: -50px;
    right: -408px;
    display: none;
    background-color: #111;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: 0.5s;
    padding-top: 60px;
}

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

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

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.sidepanel .canvas-logo {
    padding-left: 0;
    padding-bottom: 25px;
}

.sidepanel .canvas-logo img {
    width: 30%;
}

.sidepanel .offcanvas-text p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin: 5px 0 45px;
    padding: 0 35px;
}

.sidepanel .media-img {
    padding: 0 60px;
}

.sidepanel .canvas-contact {
    padding: 30px 0 0;
}

.sidepanel .canvas-contact .address-area .address-list {
    display: flex;
    margin-top: 18px;
}

.sidepanel .canvas-contact .address-area .address-list .info-icon i:before {
    margin: 0 20px 0 0;
    font-size: 25px;
    color: #bb0b0b;
}

.sidepanel .canvas-contact .address-area .address-list .info-content .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
}

.sidepanel .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
    display: block;
    font-style: normal;
    line-height: 22px;
    font-size: 15px;
    color: #ffffff;
}

.sidepanel .canvas-contact .social {
    margin: 40px 0 0;
}

.sidepanel .canvas-contact .social li {
    display: inline-block;
}

.sidepanel .canvas-contact .social li a i {
    font-size: 15px;
    color: #fff;
    margin: 0 8px 0 0;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0px;
}

/*---------------- Navbar css end here-------------------*/
/*---------------- Slider css start here-------------------*/
.carousel{
  margin-top: -135px;
}
.carousel-caption{
  top: 70%;
  text-align: left !important;
}
.carousel-caption h2{
    font-size: 80px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
}
.carousel-caption h2:before{
    position: absolute;
    content: "";
    background: red;
    width: 100px;
    height: 8px;
    top: -20px;
    left: 0;
}
.carousel-caption p{
    color: #fff;
    font-size: 30px;
}
.carousel-caption button{
    position: relative;
    padding: 15px 35px;
    margin-top: 15px;
    text-align: center;
    border: solid 2px #a31412;
    color: #ffffff;
    z-index: 0;
    border-radius: 0;
    background: #a31412;
}
.carousel-caption button:before{
    position: absolute;
    content: '';
    background: #ffffff;
    transition-duration: .3s;
    z-index: -1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 0px;
    height: 100%;
    opacity: 1;
}
.carousel-caption button:hover:before{
    width: 100%;
}
.carousel .carousel-control-prev, .carousel .carousel-control-next{
    background: none;
    border: none;
}
.carousel-indicators{
    display: none !important;
}
.main-slider p{
  color: #fff;
}
.animate-part .spiner.dot {
    right: 42%;
    top: 30%;
}
.animate-part .spiner {
    position: absolute;
    bottom: 0;
}
.animate-part .spiner.dot img {
    width: 70px;
    position: relative;
    animation-name: dots;
    animation-duration: 4s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
}
@keyframes dots {
    0% {
        transform: scaleX(.5);
    }

    50% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(.5);
    }
}
.animate-part .spiner.tri-circle {
    left: 37%;
    bottom: 9%;
}
.animate-part .spiner.tri-circle img {
    width: 150px;
}
.animate-part .spiner.circle {
    right: 37%;
    bottom: 27%;
}
.animate-part .spiner.circle img {
    width: 85px;
    position: relative;
    animation-name: slider-circle;
    animation-duration: 4s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
}
@keyframes slider-circle{
    0% {
        top:0px;
        right:0px;
    }
    25% {
        top: 0px;
        right: 30px;
    }
    50%{
        top: -20px;
        right: 30px;
    }
    75% {
        right: 0px;
        top: -20px;
    }
    100% {
        top: 0px;
        right: 0px;
    }
}
.animate-part .spiner.line {
    bottom: -40px;
    right: 0;
}
.animate-part .spiner.line img {
    width: 900px;
    position: relative;
    animation-name: slider-line;
    animation-duration: 4s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
}
@keyframes slider-line {
    0% {
        top: 0px;
    }

    50% {
        top: 20px;
    }

    100% {
        top: 0px;
    }
}
/*---------------- Slider css end here-------------------*/

/* about section css starts*/
.about-section{
    padding: 100px 0;
}
.sec-title3 {
    position: relative;
    margin-top: 70px;
}
.sec-title3 .sub-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    color: #fd4a36;
    margin: 0 0 10px;
    display: block;
    position: relative;
    padding-left: 107px;
}
.sec-title3 .sub-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    border-radius: 2px;
    background-color: #fd4a36;
    transition: all .3s ease;
    z-index: 0;
}
.sec-title3:hover .sub-text:before {
    width: 65px;
    background: #fd4a36;
}
.sec-title3 .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 55px;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
    border-radius: 2px;
    background-color: #fd4a36;
    transition: all .3s ease;
    z-index: 0;
}
.sec-title3:hover .sub-text:after {
    margin-left: 46px;
    width: 12px;
    background: #fd4a36;
}
.sec-title3 .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #0a0a0a;
    margin: 0;
}
.pb-25 {
    padding-bottom: 25px;
}
.desc {
    font-weight: 500;
}
.pb-17 {
    padding-bottom: 17px;
}
.discover-btn{
    background: #ffffff;
    color: #a31412;
    transition: all 0.3s ease;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    /* overflow: hidden; */
    padding: 8px 20px;
    margin: 0 3px 6px 3px;
    text-align: center;
    border: solid 2px #a31412;
    text-decoration: none;
    color: #ffffff;
    /* white-space: nowrap; */
    z-index: 0;
}
.discover-btn:before{
    position: absolute;
    content: '';
    background: #a31412;
    transition-duration: .3s;
    z-index: -1;
    top: auto;
    right: auto;
    color: #a31412;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 1;
}
.discover-btn:hover{
    color: #a31412;
}
.discover-btn:hover:before{
    width: 100%;
    height: 0%;
    opacity: 1;
}
.discover-btn:after {
    position: absolute;
    content: '';
    background: #a31412;
    color: #a31412;
    transition-duration: .3s;
    z-index: -1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 50%;
    opacity: 1;
}

.discover-btn:hover:after {
    height: 0;
}
.btn-part{
    margin-top: 45px;
}
.about-img {
    position: relative;
    z-index: 11;
}
.about-img .animations.one {
    left: 16%;
    bottom: -20px;
}
.about-img .animations.one img{
    position: relative;
    animation-name: about-anim1;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}
@keyframes about-anim1{
    0%{
        top: 0px;
        left: 0px;
    }
    50%{
        top: -20px;
        left: 20px;
    }
    100%{
        top: 0px;
        left: 0px;
    }
}
.about-img .animations {
    position: absolute;
    bottom: 0;
    z-index: -11;
}
.about-img .animations.two {
    left: 26%;
    top: -6%;
}
.about-img .animations.two img{
    position: relative;
    animation-name: about-anim;
    animation-duration: 4s;
    animation-delay: 4s;
    animation-iteration-count: infinite;
}
@keyframes about-anim{
    0% {
        right: 0px;
    }
    50%{
        right:50px;
    }
    100%{
        right: 0px;
    }
}
/* about section css ends*/

/* why choose us css starts */
.why-choose-section{
    background: #ddd;
}
.why-choose-section .sec-title3{
    margin-bottom: 35px;
}
.sec-title3 .sub-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fd4a36;
    display: block;
    margin: 0 0 10px;
}
.title span{
    color: #ff4932;
}
.heading-border-line {
    position: relative;
}
.sec-title3 .heading-border-line:before {
    content: "";
    width: 12px;
    height: 4px;
    background: #fd4a36;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -35px;
    transform: translateX(-50%);
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}
.sec-title3 .heading-border-line:after {
    content: "";
    width: 65px;
    height: 4px;
    background: #fd4a36;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 50%;
    margin-left: -20px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}
.sec-title3:hover .heading-border-line:before {
    margin-left: -5px;
    width: 65px;
    background: #fd4a36;
}
.sec-title3:hover .heading-border-line:after {
    width: 12px;
    margin-left: 35px;
    background: #fd4a36;
}
.services-item {
    display: flex;
    margin-bottom: 40px;
}
.services-item .services-icon img {
    height: 70px;
    width: 70px;
    max-width: unset;
}
.services-item .services-text {
    padding: 0px 0px 0px 25px;
}
.services-item .services-text .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 6px;
}
.services-item .services-text .title a {
    color: #0a0a0a;
}
.services-item .services-text .title a:hover {
    color: red;
}
.services-item .services-text .services-txt {
    margin: 0;
    color: #454545;
}
.rs-videos.choose-video {
    position: relative;
    padding-right: 35px;
}
.rs-videos.choose-video .animate-border .popup-border {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.rs-videos .animate-border .popup-border {
    background: #bb0b0b;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.rs-videos .animate-border .popup-border:before {
    content: "";
    border: 2px solid #bb0b0b;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.rs-videos .animate-border .popup-border i {
    font-size: 20px;
    line-height: 80px;
    display: block;
    color: #ffffff;
}
.rs-videos .animate-border .popup-border:after {
    content: "";
    border: 2px solid #bb0b0b;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
/* why choose us css ends */

/* counter css starts */
.rs-counter.style1 .counter-border-top {
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #BB0B0B08;
    margin-top: 80px;
    margin-bottom: 0px;
    padding: 50px 0px 50px 0px;
}
.counter-area .counter-list {
    display: flex;
    align-items: center;
}
.counter-area .counter-list .counter-icon img {
    width: 80px;
    display: inline-block;
    padding-right: 15px;
}
.counter-area .counter-list .counter-number .rs-count {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #0a0a0a;
}
.counter-area .content-part .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #363636;
    margin: 0px 54px 0px 0px;
    position: relative;
    padding-bottom: 20px;
}
.counter-area .content-part .title:before {
    content: "";
    position: absolute;
    border: 0;
    width: 65px;
    height: 5px;
    background: #bb0b0b;
    z-index: 1;
    margin-left: 0;
    left: 0;
    bottom: 0px;
}
/* counter css ends */

/* service css starts */
.services-bg2 {
    background: #e7eef2;
    padding: 120px 60px 90px 60px;
    position: relative;
    z-index: 2;
}
.style-text {
    font-size: 200px;
    line-height: 1;
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #e7eef2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    position: absolute;
    top: -55px;
    font-weight: 900;
    left: 0;
    right: 0;
    z-index: -1;
}
.mb-45 {
    margin-bottom: 45px;
}
.semi-grey {
    color: #92aab6;
}

.semi-title {
    color: #b8b8b8;
    font-size: 14px;
    letter-spacing: 0px;
}

.mb-10 {
    margin-bottom: 10px;
}
.sect-title {
    font-size: 60px;
    line-height: 1.17;
    color: #083d59;
    font-weight: 900;
}
.single-services2 {
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 30px;
}
.single-services2:hover .icon {
    transform: translateY(-7px);
}
.single-services2 .services-content {
    padding: 50px 25px 35px 25px;
}
.single-services2 .icon {
    transition: all 0.3s ease 0s;
    width: 20%;
}
.mb-35 {
    margin-bottom: 35px;
}
.single-services2 .services-content h4 {
    font-size: 24px;
    margin-bottom: 7px;
    line-height: 1.4;
    color: #083d59;
    font-weight: 700;
}
.single-services2 .read-btn2 {
    color: #083d59;
    background: transparent;
    border-top: 1px solid #e7eef2;
    padding: 20px 40px;
    font-weight: 700;
    transform: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease 0s;
    margin-left: 0;
}
.single-services2 .read-btn2 i {
    color: #b3b3b3;
}
.single-services2 .read-btn2:hover {
    color: #ffffff;
    background: #083d59;
}
.services-area{
    padding: 100px 0;
}
/* service css ends */

/* faq css starts */

.faq-area{
    padding-bottom: 90px;
    padding-top: 60px;
}
.faq-content-wrapper {
    padding-right: 40px;
}
.faq-content-wrapper .section-title{
    margin-bottom: 50px;
}
.sect-title span {
    color: #a31412;
}
.faq-que-list .accordion-item:first-of-type {
    border-radius: 0;
    border: 0;
}
.faq-que-list .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq-que-list .accordion-item .collapsed {
    color: #083d59;
    background-color: #f8f6f6;
    padding-bottom: 24px;
    padding-top: 20px;
}
.faq-que-list .accordion-item .accordion-button {
    color: #083d59;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: 0;
    background-color: #dddddd;
    border-radius: 0;
    padding: 20px 30px;
    position: relative;
    box-shadow: 0;
}
.accordion-collapse{
    border: 1px solid #ddd;
}
.accordion-button:focus{
    box-shadow: none !important;
}
.faq-que-list .accordion-item .accordion-button span {
    color: #ffa84b;
    margin-right: 14px;
}
.faq-que-list .accordion-item .accordion-body {
    padding: 18px 30px 24px 30px;
    background-color: #ffffff;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
    line-height: 24px;
}
.faq-que-list .accordion-item {
    margin-bottom: 15px;
    border: 0;
}
.bottom-shape {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.faq-img-wrapper {
    position: relative;
    z-index: 1;
}
.dodle-1 {
    border-radius: 50%;
    background-color: #ffa84b;
    position: absolute;
    left: 37%;
    top: 63px;
    width: 6px;
    height: 6px;
    z-index: 9;
}
.img-one.one {
    border-radius: 50%;
    left: 66px;
    top: -60px;
    width: 10%;
    border-radius: 50%;
    position: relative;
    animation-name: faq-img;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}
@keyframes faq-img{
    0% {
        width: 10%;
    }
    50%{
        width: 13%;
    }
    100%{
        width: 10%;
    }
}
.img-one.three {
    right: 50px;
    top: 84px;
    width: 78%;
    position: relative;
    animation-name: faq-anim;
    animation-duration: 4s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}
@keyframes faq-anim{
    0% {
        top: 84px;
    }
    50%{
        top: 50px;
    }
    100% {
        top: 84px;
    }
}
.img-four{
    width: 50%;
    /* float: right; */
    position: absolute;
    right: 0;
}
.img-one {
    position: absolute;
    z-index: 1;
}
.card-header{
    background: #ddd !important;
    border-bottom: none !important;
}
.card-body{
    border: 1px solid #ddd;
}
.accordion  .btn{
    width: 100%;
    text-align: left;
}
.accordion .card{
    border: none;
    margin-bottom: 5px;
}
.accordion .btn i{
    float: right;
}
.accordion .btn:focus{
    box-shadow: none;
    text-decoration: none;
}
.accordion .btn span{
    color: #ffa84b;
    font-weight: 600;
    margin-right: 10px;
}
.accordion .btn{
    color: #083d59;
    font-weight: 700;
}
.accordion .btn:hover{
    text-decoration: none;
    color: #083d59;
}

/* faq css ends */

/* work process css starts */

.process-bg {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

.process-bg::before {
    content: "";
    position: absolute;
    background: #f7f7f7;
    width: 100%;
    min-height: 500px;
    left: 0;
    top: 0;
    z-index: -1;
}
.section-title2 {
    position: relative;
    z-index: 1;
}
.section-title2 .style-text2 {
    top: -44px;
}

.style-text2 {
    font-size: 140px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #777777;
    opacity: 0.1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}
.section-title2 .semi-title2 {
    margin-bottom: 13px;
    line-height: 1;
}

.semi-title2 {
    color: #bb0b0b;
    font-size: 14px;
    letter-spacing: 0px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.semi-title2 .line-one {
    margin-right: 10px;
}
.semi-title2 .line-two {
    margin-left: 10px;
}
.section-title2 .sect-title2 {
    margin-bottom: 48px;
    font-weight: 900;
}

.sect-title2 {
    font-size: 60px;
    line-height: 1.1;
    color: #040404;
}
.single-work {
    background: url(../img/work-bg1.jpg) no-repeat;
    width: 100%;
    height: 100%;
    padding: 38px 40px 35px 40px;
    position: relative;
    z-index: 2;
}
.single-work::before {
    content: "";
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.single-work h5 {
    color: #040404;
    line-height: 1.5;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
}
.single-work .number {
    font-size: 14px;
    font-weight: 700;
    color: #040404;
    border: 2px solid #f2f2f2;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 54px;
    height: 54px;
    z-index: 2;
    text-align: center;
    line-height: 52px;
    transition: all 0.3s ease 0s;
}
.single-work::after {
    content: "";
    position: absolute;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.single-work:hover::before {
    height: 0;
    top: auto;
    bottom: 0;
}
.single-work:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.single-work:hover h5 {
    color: #ffffff;
}
.single-work:hover::after {
    background: #040404;
    opacity: 0.6;
    height: 100%;
}
.semi-title2 img {
    width: 30%;
}
.mb-30{
    margin-bottom: 30px;
}
/* work process css ends */

/* testi css starts */

.bg6 {
    background-image: url(../img/testi-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
}
.rs-testimonial.main-home .testi-image img {
    right: 3%;
}

.rs-testimonial.main-home .testi-image img {
    position: relative;
    max-width: 540px;
    right: -4%;
}
.rs-testimonial.main-home .testi-item .item-content .icon-img img {
    width: 75px;
}
.rs-testimonial.main-home .testi-item .item-content .desc {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    padding: 40px 0px 30px 0px;
}
.rs-testimonial.main-home .testi-item .testi-content {
    display: flex;
    align-items: center;
}
.rs-testimonial.main-home .testi-item .testi-content .image-wrap img {
    width: 80px;
    height: 80px;
    border-radius: 50px 50px 50px 50px;
    margin: 0 auto;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information {
    padding-left: 25px;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information .testi-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 5px;
    display: block;
}
.rs-testimonial.main-home .testi-item .testi-content .testi-information .testi-title {
    color: #878787;
}
.testimonial .owl-nav{
    display: none;
}
/* testi css ends */

/* blog css stars */

.blog-area {
    position: relative;
    z-index: 5;
    padding: 50px 0;
}
.blog-area .semi-title2 img {
    width: 52%;
}
.pb-90 {
    padding-bottom: 90px;
}
.section-title2 {
    position: relative;
    z-index: 1;
}
.pb-10 {
    padding-bottom: 10px;
}
.section-title2 .semi-title2 {
    margin-bottom: 13px;
    line-height: 1;
}
.semi-title2 {
    color: #bb0b0b;
    font-size: 14px;
    letter-spacing: 0px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.semi-title2 .line-one {
    margin-right: 10px;
}
.section-title2 .sect-title2 {
    margin-bottom: 48px;
}
.sect-title2 {
    font-size: 60px;
    line-height: 1.1;
    color: #040404;
}
.blogs3 {
    padding-bottom: 0;
}
.blogs {
    padding-bottom: 35px;
    position: relative;
    z-index: 1;
}
.mb-30 {
    margin-bottom: 30px;
}
.blogs3::before {
    border: 1px solid #e7e7e7;
    background: #ffffff;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
    left: 0;
    top: 0;
    width: 92%;
    height: 100%;
    z-index: -1;
}
.blogs::before {
    content: "";
    position: absolute;
    background: #e7e7e7;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.blogs3 .tag {
    color: #bb0b0b;
    background: #ffffff;
    left: 30px;
    top: 41px;
    right: auto;
    padding: 4px 8px;
}
.blogs .tag {
    color: #a31412;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    background: #ffffff;
    padding: 8px 14px;
    display: inline-block;
    position: absolute;
    right: auto;
    top: 4%;
    z-index: 2;
}
.blogs3 .blogs-content {
    padding: 23px 30px 23px 30px;
    border: 1px solid #ddd;
}
.blogs3 .blogs-content .blogs__meta {
    margin-bottom: 6px;
}
.blogs__meta span {
    color: #777777;
    font-size: 14px;
}
.blogs__meta span.author {
    color: #083d59;
    font-weight: 700;
}
.blogs__meta span {
    color: #777777;
    font-size: 14px;
}
.theme-color2 {
    color: #bb0b0b !important;
}
.blogs3 .blogs-content .blog-title {
    line-height: 1.5;
}
.blog-title {
    color: #083d59;
    font-size: 20px;
    line-height: 1.6;
    transition: all 0.3s ease 0s;
}
.text-heding {
    color: #040404 !important;
}
.blogs3 .read-btn {
    color: #a31412;
    display: inline-block;
    padding: 0;
    transform: translateY(0);
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
}
.read-btn::before {
    content: "";
    position: absolute;
    background-color: #ffa84b;
    width: 100%;
    height: 0;
    transition: all 0.3s ease 0s;
    left: 0;
    top: 0;
    z-index: -1;
}
.read-btn::before {
    content: "";
    position: absolute;
    background-color: #ffa84b;
    width: 100%;
    height: 0;
    transition: all 0.3s ease 0s;
    left: 0;
    top: 0;
    z-index: -1;
}
.blogs::after {
    content: "";
    position: absolute;
    background: #ffa84b;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.blog-area .owl-nav{
    display: block !important;
    position: absolute;
    top: -25%;
    right: 2%;
}
.blog-area .owl-nav i:hover{
    background-color: #a31412;
    color: #fff;
}
.blog-area .owl-prev i{
    background: transparent;
    padding: 15px 25px;
    border: 1px solid #ddd;
    margin-right: 15px;
}
.blog-area .owl-next i {
    background: transparent;
    padding: 15px 25px;
    border: 1px solid #ddd;
}
/* blog css ends */

/* footer css starts */

.footer{
    background: #121212;
    background-size: cover;
    padding: 80px 0;
}
.footer .footer-social img{
    height: 30px;
    margin-bottom: 20px;
}
.textwidget p{
    color: #fff;
}
.footer {
    padding: 10px 0 65px;
}
.footer p {
    margin: 30px 0 0;
    color: #fff;
}
.footer-social{
    padding: 0;
    margin-top: 15px;
}
.footer .footer-social li {
    display: inline;
    margin-right: 5px;
}
.footer .footer-social li a i {
    padding: 0 0px 0 0;
    font-size: 15px;
    margin-right: 3px;
    transition: all .8s ease;
    background: #1c2024;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    color: #fff;
    text-align: center;
}
.footer .footer-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-bottom: 14px;
}
.footer .footer-title:after {
    content: "";
    width: 50px;
    height: 4px;
    background: #bb0b0b;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
    margin-left: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}
.site-map{
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.footer .site-map li {
    margin-bottom: 15px;
}
.footer .site-map li a {
    color: #ffffff;
    font-size: 12px;
    text-decoration: underline !important;
}
.address-widget{
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.address-widget li img{
    width: 70%;
}
.address-widget li p{
    margin-top: 0;
    font-size: 11px;
    color: #979797;
}

.footer .address-widget li i {
    color: #bb0b0b;
    margin-right: 15px;

}
.footer .address-widget li .desc {
    color: #ffffff;
}
.desc {
    font-weight: 500;
}
.desc a{
    color: #fff;
}
.footer p {
    margin: 30px 0 0;
    position: relative;
}
.footer p input[type=email] {
    border: none;
    width: 92%;
    font-size: 13px;
    padding: 20px 60px 20px 20px;
    margin: 0;
    color: #0a0a0a;
    overflow: hidden;
    border-radius: 0px;
    background: #fff;
}
.footer p input[type="submit"] {
    border: none;
    padding: 17px 30px;
    font-size: 14px;
    background: #bb0b0b;
    color: #ffffff;
    border-radius: 0px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .5s ease;
}
/* footer css ends */

.wolf-open-home .news-bar {
    height: 40px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}



.news-bar {
    border-radius: 0;
    width: 50%;
    margin: 0;
    padding: 0;
    font-size: var(--font-caption);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 46px;
    flex: 1;
    background-color: #444;
    color: #ddd;
    margin-left: 0px;
}
.news-bar marquee {
    float: right;
    width: calc(100% - 50px);
    padding: 0px 0;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}
.news-bar .news-title img {
    width: 23px;
}

.switch-theme {
    margin-right: 5px;
    border-radius: 20px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    position: relative;
    height: 28px;
    cursor: pointer;
}
.switch-theme .day-theme {
    left: -1px;
    top: -1px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-none {
    display: none !important;
}
.switch-theme img {
    height: 18px;
    cursor: pointer;
}
.switch-theme .night-theme {
    right: -1px;
    top: -1px;
    position: absolute;
    border-radius: 50%;
    font-size: 29px;
    color: #ddd;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(235deg);
    -webkit-transform: rotate(235deg);
    -moz-transform: rotate(235deg);
    -ms-transform: rotate(235deg);
    -o-transform: rotate(235deg);
}
.marques{
    background: #272727;
    padding: 0px 0;
}
.latest-news{
    background: #444;
    padding: 4px;
    margin: 7px 4px 0;
    color: #b7b7b7;
    font-size: 13px;
    font-weight: 500;
}
.latest-news i{
    color: #b7b7b7;
    margin-right: 10px;
}
.latest-news span{
    font-size: 12px;
    display: block;
}
.menu{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.banner, .launched, .login-tab, .login-tab1{
    padding: 0 0px 4px;
    background: #272727;
}
.testimonial .owl-dots{
    display: none;
}
.launched .head{
    background: #0e684e;
    color: #fff;
    padding: 0 10px;
}
.launched .head h3{
    font-size: 18px;
    margin-bottom: 0;
    padding: 5px 0;
}
.launch .owl-nav, .launch .owl-dots{
    display: none;
}
.launch .testi-item img{
    border-radius: 5px;
}
.login-tab ul{
    padding: 0;
    list-style: none;
    display: flex;
    height: 44px;
    border-radius: 5px;
    overflow: hidden;
    justify-content: space-between;

}
.login-tab ul li{
    background: #5d5d5d;
    padding: 4px 7px;
    color: #fff;
    font-size: 12px;
    width: 100%;
    border-right: 1px solid #fff;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.login-tab ul li:last-child{
    border-right: none;
}
.login-tab ul li a{
    color: #fff;
}

.login-tab1 ul {
    padding: 0;
    list-style: none;
    display: flex;
    height: 35px;
    overflow: hidden;
    margin-bottom: 0;
    justify-content: space-between;

}

.login-tab1 ul li {
    background: #cb5499;
    padding: 0px 7px;
    color: #fff;
    font-size: 12px;
    width: 100%;
    text-align: left;
    align-items: center;
    display: flex;
    justify-content: start;
}
.tab1{
    background: #161616 !important;
}

.login-tab1 ul li:last-child {
    border-right: none;
}

.login-tab1 ul li a {
    color: #fff;
}
.footer .footer-social {
    display: flex;
    justify-content: center;
    gap: 5px;
}
/* .footer .footer-social img {
    height: 30px;
} */
.whatsapp i{
    position: fixed;
    background: #25d366;
    top: 400px;
    right: 0;
    color: #fff;
    z-index: 999;
    font-size: 45px;
    padding: 12px;
}
.modal-content{
    border-radius: 0 !important;
    border: none!important;
}
.modal-header{
    padding: 10px 15px!important;
    background: #000!important;
    border: none !important;
    border-radius: 0 !important;
}
.modal-header .modal-title{
    color: #fff !important;
    font-weight: 500;
}
.modal-header .close {
    /* float: right; */
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    border:1px solid #ff1414 !important;
    border-radius: 50%;
    height: 30px;
    opacity: 1;
    width: 30px;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 30px;
    text-align: center;
}
.modal-body{
    background: #373737;
    padding: 8px !important;
}
.modal-body form{
    background: #000;
    padding: 15px;
}
input,
input[type="radio"]+label,
input[type="checkbox"]+label:before,
select option,
select {
    width: 100%;
    padding: 1em;
    line-height: 1.4;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

input:focus {
    outline: 0;
    border-color: #bd8200;
}

input:focus+.input-icon i {
    color: #f0a500;
}

input:focus+.input-icon:after {
    border-right-color: #f0a500;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+label,
select {
    display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
    border-radius: 0;
}

input[type="radio"]+label:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

input[type="radio"]+label:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

input[type="radio"]+label i {
    padding-right: 0.4em;
}

input[type="radio"]:checked+label,
input:checked+label:before,
select:focus,
select:active {
    background-color: #f0a500;
    color: #fff;
    border-color: #bd8200;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    position: relative;
    display: block;
    padding-left: 1.6em;
    color: #fff;
    font-size: 12px;
}

input[type="checkbox"]+label:before {
    position: absolute;
    top: 0.2em;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
    padding: 0;
    content: "";
}

input[type="checkbox"]+label:after {
    position: absolute;
    top: 0.45em;
    left: 0.2em;
    font-size: 0.8em;
    color: #fff;
    opacity: 0;
    font-family: FontAwesome;
    content: "\f00c";
}

input:checked+label:after {
    opacity: 1;
}

select {
    height: 3.4em;
    line-height: 2;
}

select:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

select:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

select:focus,
select:active {
    outline: 0;
}

select option {
    background-color: #f0a500;
    color: #fff;
}

.input-group {
    margin-bottom: 1em;
    zoom: 1;
}

.input-group:before,
.input-group:after {
    content: "";
    display: table;
}

.input-group:after {
    clear: both;
}

.input-group-icon {
    position: relative;
}

.input-group-icon input {
    padding-left: 1.4em;
    padding: 5px 8px;
    border-radius: 0;
        color: #fff;
    border: 1px solid #454545;
    background: #1c1c1c;
        font-size: 15px;
    /* border: none; */
    box-shadow: 0 0 1px 1px #000;
}
.input-group-icon label{
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}

.input-group-icon .input-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.4em;
    height: 3.4em;
    line-height: 3.4em;
    text-align: center;
    pointer-events: none;
}

.input-group-icon .input-icon:after {
    position: absolute;
    top: 0.6em;
    bottom: 0.6em;
    left: 3.4em;
    display: block;
    border-right: 1px solid #e5e5e5;
    content: "";
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.input-group-icon .input-icon i {
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    color: #fff;
    transition: all 0.35s ease-in-out;
}
.input-group button{
    width: 100%;
    background: #06513b;
    border: none;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #a1a1a1;
}
.modal-dialog{
    margin: 0 !important;
}
.forgot{
    text-align: right;
    color: #03b37f;
    font-size: 12px;
    text-decoration: underline;
    margin-top: 5px;
}
.red{
    color:#f7505e;
}
.green{
    color: #03b37f;
}
.recaptchaTerms{
    color: #fff;
}
.recaptchaTerms a {
    color: #03b37f;
}
.mix-col{
    display: flex;
    align-items: center;
}
.navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}
.id-btn a{
    width: 100%;
    background: #06513b;
    color: #b4b4b4;
    font-weight: 700;
    display: block;
    text-align: center;
    border: none;
    padding: 12px;
}