*,::before,::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "Lato";
    src: url(../fonts/Lato/Lato-Thin.ttf);
    font-weight: 100;
}
@font-face {
    font-family: "Lato";
    src: url(../fonts/Lato/Lato-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: "Lato";
    src: url(../fonts/Lato/Lato-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: "Lato";
    src: url(../fonts/Lato/Lato-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: "Lato";
    src: url(../fonts/Lato/Lato-Black.ttf);
    font-weight: 900;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Light.ttf);
    font-weight: 100;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
    font-weight: 200;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
    font-weight: 800;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Black.ttf);
    font-weight: 900;
}
body{
    font-family: var(--bodyFont);
    font-size: 16px;
}
:root{
--primaryColor: #005da4;
--secondaryColor: #E34750 ; 
--themeColor: #0D0C0F;
--whiteColor: #ffffff;
--textColor:#505050;
--iconFont:"Font Awesome 5 Free";
--bgGradient:linear-gradient(to left, #04c8eb, #005da4, #E34750);
--bodyFont: "Lato";
--headingFont: "Poppins";
}
header,section,footer,.headerBottom,.headerTop,.headerMid,.footerTop,.footerBottom{
    width: 100%;
    float: left;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--headingFont);
    color: #303745;
}
h2{
    font-size: 36px;
    font-weight: 600;
}
h3{
    font-size: 24px;
    font-weight: 500;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
img{
    max-width: 100%;
}
span{
    color: var(--secondaryColor);
    font-size: 24px;
    display: block;
    font-weight: 500;
}
.contentTitle h3{
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 5px;
    z-index: 10;
}
.contentTitle h3::after {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 0;
    height: 7px;
    width: 53%;
    background-color: #47E3E3;
    opacity: 0.35;
    z-index: -1;
}
.pl{
    padding-left: 40px;
}
p{
    font-size: 16px;
    color: var(--textColor);
}
a{
    display: inline-block;
    text-decoration: none;
    color: #212121;
}
.object-cover{
    object-fit: cover;
    object-position: center;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.contentList li{
    padding: 9px 0 0 30px;
    line-height: 22px;
    position: relative;
    font-size: 15px;
    font-family: var(--headingFont);
}
ul.contentList li::before{
    content: "\f152";
    position: absolute;
    left: 0;
    top: 11px;
    font-family: var(--iconFont);
    font-weight: 900;
    border-radius: 50%;
    color: var(--primaryColor);
    font-size: 15px;
    text-align: center;
    transition: .4s ease;
}
a.primaryBtn{
    font-size: 14px;
    text-transform: capitalize;
    color: var(--whiteColor);
    position: relative;
    padding: 10px 40px;
    background-color: var(--secondaryColor);
    transition: .4s ease;
    font-weight: 500;
}
a.primaryBtn:hover{
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}
.contentTitle h2{
    display: block;
    background: var(--bgGradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:36px;
    font-weight: 600;
}
section {
    padding: 70px 0;
}
header .headerTop > .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .headerInner .headerTop{
    padding: 10px 0;
    background-color: var(--primaryColor);
}
header .headerInner .headerTop .leftBox p{
    margin: 0;
    color: var(--whiteColor);
    font-size: 13px;
}
header .headerInner .headerTop .leftBox a{
    color: var(--whiteColor);
}
header .headerInner .headerTop .rightBox ul.socialIcn li a{
    color: var(--whiteColor);
    font-size: 13px;
}
header .headerMid {
    padding: 10px 0;
}
header .headerMid > .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .headerMid .logoBox img{
    height: 90px;
    width: 375px;
    max-width: inherit;
}
header .headerMid .infoWrap{
    display: flex;
    align-items: center;
    gap: 50px;
}
header .headerMid .infoWrap .content span{
    display: block;
    color: rgb(233 21 7);
    font-size: 18px;
    font-weight: 700;
}
header .headerMid .infoWrap .content a{
    color: var(--textColor);
    font-size: 15px;
}
header .headerBottom{
    background-color: var(--primaryColor);
}
header .headerBottom .navbar{
    padding: 0;
}
header .headerBottom .navbar ul.navbar-nav li a{
    color: var(--whiteColor);
    font-family: var(--headingFont);
    font-size: 14px;
    font-weight:400;
    text-transform: uppercase;
}
header .headerBottom.bottomSticky {
    background-color: var(--secondaryColor);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px 0;
}
header .headerBottom .navbar ul.navbar-nav{
    gap: 30px;
}
header .headerBottom .rightBox ul.listType li a.primaryBtn{
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
    padding: 0 35px 0 15px;
    line-height: 65px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
header .headerBottom .navbar .navbar-collapse{
    justify-content: space-between;
}
header .headerBottom .rightBox ul.listType li a{
    position: relative;
}
header .headerBottom .rightBox ul.listType li a::after{
    position: absolute;
    content: "";
    top: 50%;
    right: 15px;
    width: 2px;
    height: 13px;
    background: var(--whiteColor);
    transform: translateY(-50%);
}
header .headerBottom .navbar li.dropdown .dropdown-toggle::after{
    content: "\f078";
    border: none;
    vertical-align: inherit;
    font-family: var(--iconFont);
    font-weight: 900;
    font-size: 13px;
    margin-left: 10px;
    color: var(--whiteColor);
}
header .headerBottom nav.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li.sub-dropdown a.Icon::after{
    content: "\f078";
    position: absolute;
    left: 210px;
    border: none;
    vertical-align: inherit;
    font-family: var(--iconFont);
    font-weight: 900;
    font-size: 13px;
    margin-left: 10px;
    color: var(--whiteColor);
}
header .headerBottom .navbar li.dropdown ul.dropdown-menu {
    position: absolute;
    display: block;
    padding: 0;
    min-width: 250px;
    max-width: 100%;
    border-top: 4px solid #04c8eb;
    border-radius: 0;
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    top: calc(100% + 12px);
    background-color: var(--primaryColor);
}
header .headerBottom .navbar ul.navbar-nav li a:hover{
    color: #04c8eb;
}
header .headerBottom .navbar li.dropdown:hover ul.dropdown-menu{
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
header .headerBottom .navbar li.dropdown ul.dropdown-menu li a{
    font-size: 14px;
    line-height: 25px;
    color: var(--whiteColor);
    padding: 7px 15px;
    font-weight: 400;
    width: 100%;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: .4s ease;
}
header .headerBottom .navbar li.dropdown ul.dropdown-menu li a:hover{
    margin-left: 5px;
    color: #04c8eb;
}
header .headerBottom nav.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li.sub-dropdown ul.sub-dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 5px;
    background-color: var(--primaryColor);
    width: 250px;
    transform-origin: 0 0 0;
    transform: scaleY(0);
    transition: all 0.3s ease 0s;
  }
  header .headerBottom nav.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li.sub-dropdown:hover ul.sub-dropdown-menu{
    display: block;
    transform: scaleY(1);
  }
 header .headerMid .infoWrap .contactInfoBox{
     display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
 }
  header .headerMid .infoWrap .contactInfoBox i{
      font-size: 3rem;
      color: var(--primaryColor);
  }
  
  
.carousel, .carousel .carousel-inner, .carousel .carousel-item, section.heroSlider .innerWrapper {
    width: 100%;
    height: 100%;
}
section.heroSlider .innerWrapper{
    display: flex;
    align-items: center;
}
section.heroSlider{
    background-image: url(../img/banner/final-busy-banner-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    padding: 0;
}
section.heroSlider .carousel-indicators button[type=button] {
    width: 4px;
    height:4px;
    background-color: var(--whiteColor);
    border: solid 5px #000;
    border-radius: 50%;
    opacity: 1;
}
section.heroSlider .carousel-indicators button[type=button].active {
    border: solid 5px var(--whiteColor);
    background-color: #000;
}
section.heroSlider .innerWrapper .titleWrap span{
    color: rgb(227, 71, 80);
    font-weight:800;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin:  0 0 15px;
}
section.heroSlider .innerWrapper .titleWrap h1,section.heroSlider .innerWrapper .titleWrap h2{
    color: rgb(0, 100, 166);
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--bodyFont);
}
section.heroSlider .innerWrapper .titleWrap h3{
    color: rgb(68, 68, 68);
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
section.heroSlider .innerWrapper .titleWrap p.des{
    color: rgb(68, 68, 68);
    font-size: 20px;
    font-weight: 400;
}
.fs-59{
    font-size: 59px !important;
}
.fs-56{
    font-size: 56px !important;
}
.fs-52{
    font-size: 52px !important;
}
section.heroSlider .innerWrapper .titleWrap ul{
    line-height: 30px;
    list-style: disc;
    padding-left: 40px;
}
section.heroSlider .innerWrapper .titleWrap ul li{
    font-size: 22px;
    font-weight: 400;
    color: rgb(68, 68, 68);
}
section.heroSlider .innerWrapper .titleWrap a.sliderBtn{
    background-color: rgb(0, 93, 164);
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 600;
    color: var(--whiteColor);
}
section.heroSlider .innerWrapper .titleWrap a.sliderBtn:hover,section.heroSlider .innerWrapper .titleWrap a.sliderBtn.bgBlue:hover{
    background-color: rgb(255, 58, 45) ;
}
section.heroSlider .innerWrapper .titleWrap a.sliderBtn.bgOrange{
    background-color: rgb(255, 58, 45);
}
section.heroSlider .innerWrapper .titleWrap a.sliderBtn.bgOrange:hover{
    background-color: rgb(0, 93, 164);
}
section.heroSlider .innerWrapper .titleWrap a.sliderBtn.bgBlue{
    background-color: rgb(0, 122, 255);
}
section.heroSlider button[type=button]{
    width: 45px;
    height: 45px;
    background-color: #212121;
    border-radius: 50%;
    top: 90%;
    transform: translateY(-50%);
    opacity: 0;
}
section.heroSlider .carousel-control-next-icon,section.heroSlider .carousel-control-prev-icon{
    width: 20px;
    height: 20px;
}
section.heroSlider .carousel-control-prev{
    left: 83%;
}
section.heroSlider .carousel-control-next{
    right: 110px;
}
section.heroSlider:hover button[type=button]{
    opacity: 1;
}
.bannerbottomTag{
    text-align: center;
    width: 100%;
    float: left;
    background-color: #22c1c1;
    padding: 20px 0;
}
.bannerbottomTag h2{
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: var(--whiteColor);
}
.bannerbottomTag h2 a{
    text-decoration: underline;
    color: var(--whiteColor);
}
section.aboutWrap h1{
    font-size: 48px;
    font-weight: 600;
}
section.aboutWrap .formWrap form input,section.aboutWrap .formWrap form select{
    width: 100%;
    float: left;
    padding: 12px 20px;
    margin: 0 0 20px;
    border: 1px solid var(--whiteColor);
    background-color: var(--primaryColor);
    border-radius: 0;
    font-size: 15px;
    color: var(--whiteColor);
    stroke:#343a40;
}
section.aboutWrap .formWrap .form-select{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    color: var(--whiteColor);

}
section.aboutWrap .formWrap form input:focus,section.aboutWrap .formWrap form select:focus{
    outline: none;
    box-shadow: none;
}
section.aboutWrap .formWrap form input::placeholder,section.aboutWrap .formWrap form select::placeholder{
    color: var(--whiteColor);
}
section.aboutWrap .formWrap form input.submit{
    margin: 30px 0 0;
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    
}
section.aboutWrap .formWrap form input.submit:hover{
    background-color: #1B2830;
}
section.aboutWrap .formWrap{
    padding: 150px 40px 60px 40px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
section.aboutWrap .formWrap::after{
    background-color: var(--primaryColor);
    transform: skewY(174deg);
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 33px;
    width: 100%;
    z-index: -1;
}
section.aboutWrap .formWrap h3{
    color: var(--whiteColor);
}
section.aboutWrap .formWrap .contentTitle h3::after{
    width: 37%;
}
section.serviceWrap .serviceBox{
    text-align: center;
    margin:  0 0 90px;
} 
section.serviceWrap .serviceBox .icon img{
    height: 70px;
    width: 75px;
}
section.serviceWrap .serviceBox:hover .icon img{
    filter: grayscale(100%);
}
section.serviceWrap .serviceBox .content h3{
    font-size: 20px;
    font-weight: 600;
}
section.serviceWrap .serviceBox .content h3:hover{
    color: var(--primaryColor);
}
section.serviceWrap{
    background-image: url(../img/bg/service-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0 20px;
}
section.serviceWrap .content h3{
    background: url(../img/service/titlebg-service.webp) no-repeat center;
    padding: 50px 0 25px;
}
 a.primaryBtn2{
    background-color: var(--primaryColor);
    padding: 10px 20px;
    color: var(--whiteColor);
    font-size: 14px;
    text-transform: uppercase;
}
section.welcomeWrap span{
    color: #47E3E3;
    font-size: 30px;
    font-family: var(--headingFont);
    font-weight: 400;
}
section.welcomeWrap{
    padding: 90px 0 160px;
}
section.welcomeWrap h2{
    margin:  0 0 25px;
}
section.accountWrap{
    background-image: url(../img/bg/account-bg.webp);
    background-position: center;
    background-size: cover;
    padding: 40px 0;
}
section.accountWrap .contentBox h3{
    color: var(--whiteColor);
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
}
section.accountWrap .imageBox{
    margin-top: -140px;
}
section.testimonialWrap{
    background-color: #eeeeee;
}
section.testimonialWrap .item{
    background-color: var(--whiteColor);
    color: #000;
    padding: 20px 50px 50px;
}
section.testimonialWrap .profile img{
    height: 80px;
    width: 80px;
    margin:  0 auto;
}
section.testimonialWrap .owl-theme .owl-nav button span{
    padding: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 30px;
    background-color: #f10909;
    font-size: 30px;
    color: var(--whiteColor);
    transition: .4s ease;
}
section.testimonialWrap .owl-theme .owl-nav button.owl-next {
    top: 50%;
    right: -20px;
    z-index: 2;
}
section.testimonialWrap .owl-theme .owl-nav button.owl-prev {
    top: 50%;
    left: -20px;
    z-index: 2;
}
section.testimonialWrap .owl-theme .owl-nav button {
    margin: 0;
    position: absolute;
    transform: translateY(-100%);
}
section.testimonialWrap .des{
    margin: 20px 0 30px;
}
section.testimonialWrap .des p{
    font-style: italic;
    font-size: 15px;
    color: #111111;
}
section.testimonialWrap .prof span{
    color: #212121;
    font-size: 16px;
    font-weight: 600;
}
section.testimonialWrap .prof p{
    margin: 8px 0 0;
    color: #555555;
}
section.infoWrapFooter .leftBox{
    background-color: #22c1c1;
    padding: 70px;
    text-align: center;
}
section.infoWrapFooter{
    padding: 0 var(--bs-gutter-x,0.75rem);
}
section.infoWrapFooter .rightBox{
    background-color: #303745;
    padding: 70px 0 70px 100px;
}
section.infoWrapFooter .leftBox h2 a,section.infoWrapFooter .rightBox h2 a{
    color: var(--whiteColor);
}
section.infoWrapFooter .leftBox h2,section.infoWrapFooter .rightBox h2{
    font-size: 30px;
    font-family: var(--bodyFont);
    margin: 0;
    line-height: 0;
}
section.galleryWrap .inner .column img, section.galleryWrap .inner .column a {
    width: 100%;
    float: left;
}
section.galleryWrap .inner .column img{
    height: 100%;
    object-fit: cover;
}
section.galleryWrap .inner .column {
    height: 300px;
    overflow: hidden;
}
section.galleryWrap .inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    gap: 25px;
}
section.galleryWrap .lightbox {
    transform: translateY(20%);
}
section.contactWrap{
    background-color: #f0f0f0;
}
section.contactWrap .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
section.contactWrap .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}
section.contactWrap .table-bordered>tbody>tr>td, section.contactWrap .table-bordered>tbody>tr>th, section.contactWrap .table-bordered>tfoot>tr>td, section.contactWrap  .table-bordered>tfoot>tr>th, section.contactWrap  .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    padding: 5px;
    color: #505050;
}
form.forms input,form.forms textarea,form.forms select{
    padding: 15px 14px;
    border: none;
    border-radius: 0;
    width: 100%;
    float: left;
    margin: 0 0 20px;
    resize: none;
    font-size: 15px;
}
form.forms select{
    border: 1px solid #767676;
}
form.forms input:focus,form.forms textarea:focus{
    border: none;
    outline: none;
    box-shadow: none;
}
form.forms select:focus{
    box-shadow: none;
    outline: none;
}
.formInner{
    background: #DEE9F1;
    padding: 30px 40px;
}
form.forms input.submit{
    margin: 0;
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
}
section.contactInfo .boxWrap{
    text-align: center;
    background-color: #f5f5f5;
    padding: 50px 0 40px;
}
section.contactInfo .boxWrap .icon i{
    background-color: #47E3E3;
    height: 50px;
    width: 50px;
    color: var(--whiteColor);
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    margin: 0 0 20px;
}
section.contactInfo .boxWrap .content p{
    margin:0;
}
section.contactInfo .boxWrap .content p a:hover{
    color: #ff5829;
}
section.contactWrap .formInner form.forms h3{
    color: #585858;
    font-size: 22px;
}
.getBtn{
    background-color: var(--secondaryColor);
    text-align: center;
    position: fixed;
    color: var(--whiteColor);
    padding: 8px 15px;
    bottom: 40px;
    right:0;
    z-index: 9999;
    font-size: 14px;
}
.getBtn a{
    color: var(--whiteColor);
}
section.requestWrap{
    background: linear-gradient(45deg, #e9d3d3,#c3c8d9, #d3e7da);
}
section.requestWrap .formInner{
    background-color: var(--whiteColor);
}
section.requestWrap .imageBox{
    height: 100%;
}
.imageBoxBg{
    background-color: #f4f4f4;
    padding: 20px;
}
section.requestWrap .formInner form.forms input,section.requestWrap .formInner form.forms textarea{
    border: 1px solid rgb(0 0 0 / .1);
    padding: 12px;
}
section.requestWrap .formInner form.forms input.submit{
    background-color: #47E3E3;
    padding: 12px 23px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
    border: none;
}
section.requestWrap .formInner form.forms input.submit:hover{
    background-color: var(--primaryColor);
}
section.requestWrap .formInner h3{
    color: var(--primaryColor);
    font-size: 20px;
}
section.serviceInner .pl{
    padding-left: 20px;
}
section.requestWrap form.forms .form-check{
    display: inline-block;
    padding-left: 10px;
}
section.requestWrap form.forms .form-check .form-check-input{
    padding: 0;
    width: 1em;
    height: 1em;
    margin: 4px 0 20px;
    border-radius: inherit;
}
section.requestWrap span{
    color: var(--textColor);
    font-size: 15px;
    font-weight: 600;
}
section.requestWrap form.forms .form-check label{
    font-size: 14px;
    margin-left: 10px;
}
form.forms input[type="file"]{
    padding: 0;
}
section.contactWrap .home-jobs {
    height: 250px;
    margin: 30px 0 20px;
}
section.contactWrap .home-jobs .job-items {
    margin: 20px 0;
    padding: 20px;
}
section.contactWrap  .job-items h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
section.contactWrap .job-items p{
    margin: 0;
}
.brderTop{
    border-top: 1px solid;
    line-height: 20px;
}
section.contactWrap h3.bottomWrap{
    font-size: 19px;
    margin: 0;
}
.bgGray{
    background-color: #eeeeee;
}
section.galleryWrap.galleryWrapInner .inner{
    grid-template-columns: repeat(3, 1fr);
}
section.galleryWrap.galleryWrapInner .inner .column{
    height: auto;
}
section.galleryWrap.galleryWrapInner .inner .column img{
    margin: 0 0 30px;
}
section.galleryWrap.galleryWrapInner .lightbox{
    transform: inherit;
}
section.innerProWrap a.primaryBtn{
    background-color: #fe6c61;
    border-color: #fe6c61;
    padding: 15px 20px;
}
section.innerserWrap ul.nav-tabs li.nav-item {
    flex: 1;
}
section.innerserWrap ul.nav-tabs li.nav-item button:focus{
    outline: none;
}
section.innerserWrap ul.nav-tabs {
    gap: 10px;
}
section.innerserWrap ul.nav-tabs li.nav-item button.active {
    border-color: #f0f0f0;
    background-color: #f8f8f8;
    border-bottom-color: #fff0;
}
section.innerserWrap ul.nav-tabs li.nav-item button {
    width: 100%;
    border-radius: 0;
    padding: 18px 0;
    border-color: #e3e3e3;
    background-color: #ebebeb;
    font-weight: 500;
    font-size: 15px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.innerserWrap ul.nav-tabs li.nav-item button.active{
    color: #666;
}
section.innerserWrap .bgBox{
    background-color: #f8f8f8;
    padding: 17px 20px;
}
section.innerProWrap .column{
    display: flex;
    gap: 10px;
    align-items: baseline;
    line-height: 80px;
}
section.innerProWrap .column .icn i{
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #dd3333;
    color: var(--whiteColor);
    font-size: 18px;
    border-radius: 50%;
}
section.innerProWrap .column .content h4{
    color: #303745;
    font-size: 15px;
    font-weight: 400;
}
section.innerProWrap .column span.borderTop{
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
section.innerProWrap .column .borderBox{
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
section.innerProWrap .boxIner{
    padding: 35px;
    text-align: center;
    background-color: var(--primaryColor);
}
section.innerProWrap .boxIner span{
    color: var(--whiteColor);
    font-size: 36px;
    font-weight: 600;
    font-family: var(--headingFont);
}
section.innerProWrap .boxIner.bgChange{
    background-color: var(--secondaryColor);
}
section.innerProWrap .titleBox h1{
    font-size: 25px;
    font-weight: 600;
    margin: 50px 0 0;
    color: var(--primaryColor);
}
section.productTable .MyTable{
    border: 1px solid #e5f1f9;
    width: 100%;
}
section.productTable .MyTable th.MyTableFeatureListRow1{
    background: var(--primaryColor);
    padding: 10px 20px;
    border-right: 3px solid var(--whiteColor);
}
section.productTable table.MyTable span{
    color: var(--primaryColor);
    font-weight: bold;
}
section.productTable table.MyTable p{
    margin: 0;
    color: var(--whiteColor);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
section.productTable table.MyTable span.headingFea{
    font-weight: 800;
    color: var(--whiteColor);
}
section.productTable table.MyTable td.tableRowHead{
    background-color: #e5f1f9;
    color: var(--primaryColor);
    padding: 5px 15px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--bodyFont);
}
section.productTable table.MyTable td{
    padding: 3px;
    counter-reset: var(--primaryColor);
    font-size: 14px;
}
section.productTable table.MyTable td:nth-child(1){
    padding-left: 26px;
}
section.productTable table.MyTable p.PriceLable{
    color: #ffff00;
}
section.busyPrice ul.nav-tabs li.nav-item button {
    width: 100%;
    border-radius: 0;
    padding: 15px;
    background-color:#E5F1F9;
    font-weight: 700;
    font-size: 20px;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.busyPrice ul.nav-tabs li.nav-item button.active {
    color: var(--whiteColor);
    font-weight: 700;
    font-size: 20px;
}
section.busyPrice ul.nav-tabs li.nav-item button.active {
    border-color: #E5F1F9;
    background-color: var(--primaryColor);
}
section.busyPrice ul.nav-tabs li.nav-item {
    flex: 1;
}
section.busyPrice {
    background-color: #eeeeee;
}
section.busyPrice h3{
    color: var(--primaryColor);
    font-weight: 600;
    margin:  0 0 20px;
}
section.busyPrice .icon img{
    max-width: 100px;
    max-height: 100px;
}
section.busyPrice .content span{
    font-size: 18px;
    font-weight:600;
    display: block;
    margin:  20px 0 0;
}
section.busyPrice .boxBg{
    background-color: var(--whiteColor);
    padding: 35px 20px;
    text-align: center;
    height: 100%;
}
section.busyPrice .bgBlue{
    background-color: var(--primaryColor);
    padding: 20px;
}
section.busyPrice .innerBg{
    background: rgb(255 255 255 / 77%);
    padding: 15px;
}
section.busyPrice .whiteBg{
    background: rgb(255 255 255 / 77%);
    padding: 15px;
}
section.busyPrice .boxBg ul.listing span{
    color: #505050;
    font-weight: 600;
    display: inline-block;
}
section.busyPrice .orangeBg{
    background-color: #f68624;
    padding: 20px;
}
section.busyPrice .greenBg{
    background-color: #107d43;
    padding: 20px;
}
section.busyPrice .orangeBg h3{
    color: #f68624;
}
section.busyPrice .greenBg h3{
    color: #107d43;
}
section.blogWrap .blogBox .contentBlog{
    position: relative;
    padding: 20px 20px 40px 20px;
    width: calc(100% - 40px);
    margin-top: -30px;
    background: #f7f7f7;
    margin-left: auto;
    margin-right: auto;
}
section.blogWrap .blogBox{
    margin: 0 0 35px;
}
section.blogWrap .blogBox .contentBlog h3{
    font-size: 20px;
    color: #505050;
    line-height: 30px;
    margin: 15px 0;
}
section.blogWrap .blogBox .contentBlog ul li{
    color: #999;
    font-size: 13px;
}
section.blogWrap .blogBox .contentBlog p{
    margin: 0 0 20px;
}
section.blogWrap .blogBox .blogImg{
    position: relative;
    overflow: hidden;
}
section.blogWrap .blogBox .blogImg img{
    transition: .5s ease;
}
section.blogWrap .blogBox .blogImg img:hover{
    transform: scale(1.1);
}
section.blogdetails .blogBox .detailBlog{
    padding: 30px 35px;
    margin-top: -30px;
    background: #f7f7f7;
    width: calc(100% - 40px);
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
section.blogdetails .blogBox .detailBlog ul li{
    color: #999;
}
section.blogdetails .blogBox .detailBlog ul.contentList li{
    color: #000;
}
section.blogdetails .blogBox .detailBlog h3,section.blogdetails .blogBox .detailBlog h4{
    font-size: 15px;
    color: #505050;
    font-weight: 600;
    margin: 0 0 20px;
}
section.blogdetails .blogBox .detailBlog h1{
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
}
section.blogdetails .nextpgeWrap a:hover{
    color: var(--secondaryColor);
}
section.blogdetails .nextpgeWrap a{
    margin: 50px 20px 0 0;
}
section.blogdetails .nextpgeWrap a.leftBox{
    margin: 50px 0 0 20px;
}

footer{
    background-color: #1B2830;
}
footer .footerTop{
    padding: 60px 0;
    border-bottom: 1px solid #27343C;
}
footer .footerTop h3{
    color: var(--whiteColor);
    margin: 0 0 20px;
    padding: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
}
footer .footerTop h3::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #47E3E3;
    width: 50px;
}
footer .footerTop ul.list li{
    padding: 5px 0 5px 20px;
    position: relative;
    color: #afb0b2;
    line-height: 22px;
}
footer .footerTop ul.list li::before{
    content: "\f054";
    font-family: var(--iconFont);
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 7px;
    color: #afb0b2;
    font-size: 11px;
}
footer .footerTop ul.list li a{
    color: #afb0b2;
    font-size: 14px;
}
footer .footerTop ul.addInfo li{
    padding: 5px 0 5px 25px;
    position: relative;
    line-height: 20px;
    color: #afb0b2;
    font-size: 13px;
}
footer .footerTop ul.addInfo li i{
    position: absolute;
    left: 0;
    top: 10px;
    color: #afb0b2;
    font-size: 12px;
}
footer .footerTop ul.addInfo li a{
    color: #afb0b2;
    font-size: 13px;
}
footer .footerTop ul.addInfo p{
    margin: 0;
    color: #afb0b2;
    font-size: 14px;
}

footer .footerBottom{
    padding: 25px 0;
}
footer .footerBottom p{
    margin: 0;
    color: #afb0b2;
    font-size: 14px;
}
footer .footerBottom ul.footerSocial li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color:#303745;
    color: var(--whiteColor);
    border-radius: 50%;
    font-size: 13px;
    transition: .4s ease;
}
footer .footerBottom ul.footerSocial li a:hover{
    background-color: var(--whiteColor);
    color: #47E3E3;
}

@media screen and (min-width: 1424px) {
    section.heroSlider .innerWrapper .titleWrap a.sliderBtn {
        font-size: 16px;
    }
    section.infoWrapFooter .rightBox{
        padding: 70px 0 70px 160px;
    }
    section.infoWrapFooter .leftBox{
        padding: 70px 0 70px 174px;
    }
    header .headerBottom .navbar ul.navbar-nav li a{
        letter-spacing: 1.5px;
    }
    section.requestWrap .formInner h3{
        font-size: 24px;
    }
    section.heroSlider button[type=button]{
        top: 80%;
    }
    section.heroSlider .carousel-control-prev{
    left: 90%;
    }
    section.heroSlider .carousel-control-next{
    right: 90px;
    }
    
}
@media screen and (min-width:991px){
    .mobile_header{
        display: none;
    }
}

@media screen and (max-width: 991px) {
    header .headerBottom{
        display: none;
    }
    header .headerMid .logoBox img{
        display: none;
    }
    header .headerMid > .container{
        justify-content: center;
    }
    .menu_holder{display:none}
    .mobile_header .menu_bar{
        border: none;
        background: none;
    }
    .mobile_header .menu_bar i{
        color: var(--primaryColor);
        font-size: 26px;
    }
    .mobile_header{
        font-family: var(--headingFont);
    }
    .mobile_header{display:flex;width:100%;align-items:center;position:relative;padding:5px 10px;justify-content:space-between;background-color: #efefef;z-index: 9999;}
    .mobile_header .mobile_logo a img{height:60px;width: 250px;max-width: inherit;}
    .mobile_header ul.mobile_nav{position:absolute;top:100%;z-index:5;background:var(--whiteColor);width:100%;right:100%;transition:.5s ease; border-top: solid 1px rgb(47 121 148 / 23%);}
    .mobile_header ul.mobile_nav.show{right:0}
    .mobile_header ul.mobile_nav > li{padding:10px 14px;font-size:13px;text-transform: uppercase; font-weight: 500;border-bottom: 1px solid #efefef;}
    .mobile_header ul.mobile_nav > li > a{color:#000;font-size: 14px;text-transform: uppercase;}
    .mobile_header ul.mobile_nav > li > ul.drop-menu{
        position:absolute;
        width:100%;    
        background: var(--whiteColor);
        right: 100%;
        display: block;
        transition: .5s ease;
        top: 0;
        padding: 0;
        max-height: inherit;
    }
    .mobile_header ul.mobile_nav > li.drop span{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        color:#000;
        font-size: 14px;
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu.show{
        right: 0;
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu > li.drop > ul.sub-drop-menu{
        position: absolute;
        top: 0;
        right: 100%;
        width: 100%;
        transition: 0.5s ease;
        background-color: var(--whiteColor);
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu > li.drop > ul.sub-drop-menu.show{
        right: 0;
    }
    .mobile_header ul.mobile_nav,
    .mobile_header ul.mobile_nav > li > ul.drop-menu,
    .mobile_header ul.mobile_nav > li > ul.drop-menu > li.drop > ul.sub-drop-menu{
        height: 100vh;
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu li.menu_tag{
        background-color: rgba(0, 93, 164, 0.18);
        color: rgb(47 121 148);
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu li a{
        color: #000;
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu li a:hover{
        color: var(--secondaryColor);
    }
    .mobile_header ul.mobile_nav > li.drop span:hover,.mobile_header ul.mobile_nav > li a:hover{
         color: var(--secondaryColor);
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu li.menu_ta,.mobile_header ul.mobile_nav > li > ul.drop-menu > li,.mobile_header ul.mobile_nav > li > ul.drop-menu > li.drop > ul.sub-drop-menu > li,.mobile_header ul.mobile_nav > li > ul.drop-menu > li.drop > ul.sub-drop-menu > li.mini-drop > ul.sub-drop-mini-menu > li{
        padding: 10px 14px;
        font-size: 13px;
        border-bottom: 1px solid #efefef;
        text-transform: uppercase;
        font-weight: 500;
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu > li.drop span{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu > li.drop > ul.sub-drop-menu > li.mini-drop > ul.sub-drop-mini-menu{
        position: absolute;
        background-color: var(--whiteColor);
        top: 0;
        right: 100%;
        width: 100%;
        height: 100%;
        overflow: scroll;
        transition: 0.5s ease;
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu > li.drop > ul.sub-drop-menu > li.mini-drop > ul.sub-drop-mini-menu.show{
        right: 0;
    }
    section.heroSlider{
        height: 55vh;
    }
    section.heroSlider .carousel-control-prev,section.heroSlider .carousel-control-next{
        display: none;
    }
    section.heroSlider .innerWrapper .titleWrap a.sliderBtn{
        padding: 10px;
        font-size: 12px;
    }
    section.heroSlider .innerWrapper .titleWrap h1{
        font-size: 55px;
    }
    section.welcomeWrap .image{
        margin:25px 0 0;
    }
    footer .footerBottom p{
        font-size: 13px;
    }
    section.welcomeWrap .bgBox{
        height: auto;
        margin: 20px 0 0;
    }
    .mtmobile{
        margin-top: 25px;
    }
    section.galleryWrap .inner{
        grid-template-columns: repeat(3, 1fr);
    }
    section.busyPrice .boxBg{
        height: auto;
        margin: 15px 0 0;
    }
    section.innerProWrap .pl,section.contactWrap .pl{
        padding-left: 10px;
    }
    section.innerProWrap .imgBox{
        margin: 20px 0;
    }
    .imgmarginbottom{
        margin-bottom: 30px;
    }
    section.innerserWrap #myTabContent .imgTab{
        margin: 0 0 30px;
    }
    section.galleryWrap.galleryWrapInner .inner{
        grid-template-columns: repeat(2, 1fr);
    }
    section.infoWrapFooter .leftBox h2, section.infoWrapFooter .rightBox h2 {
        font-size: 21px;
        line-height: 40px;
      }
      section.infoWrapFooter .leftBox,section.infoWrapFooter .rightBox{
        text-align: center;
        padding: 40px;
      }
      section.contactWrap{
        background-color: var(--whiteColor);
      }
      
    footer .footerTop h5{
        margin: 20px 0;
    }
    section.galleryWrap.galleryWrapInner{
        padding-top: 0 !important;
    }
    section.aboutWrap .formWrap .contentTitle h3::after {
        width: 34%;
    }
    section.aboutWrap .contentTitle h3::after{
        width: 48%;
    }
    section.blogdetails .nextpgeWrap a{
        margin: 30px 0 0;
        text-align: center !important;
    }
    section.innerProWrap .titleBox h1{
        margin: 30px 0 0;
    }
}



@media screen and (max-width: 767px){
    header .headerMid .infoWrap .contactInfoBox{
        display: block;
    }
    header .headerMid .infoWrap .contactInfoBox i{
        font-size: 18px;
    }
    header .headerMid .infoWrap .content span{
        font-size: 15px;
    }
    section.heroSlider .innerWrapper .titleWrap h1{
        font-size: 30px !important;
    }
    section.heroSlider .innerWrapper .titleWrap ul li{
        font-size: 17px;
    }
    section.heroSlider{
        height: 85vh;
    }
    section.heroSlider .innerWrapper .titleWrap h2{
        font-size: 20px !important;
        margin: 0 0 15px;
    }
    section.heroSlider .innerWrapper .titleWrap h3{
        font-size: 17px;
    }
    section.heroSlider .innerWrapper .titleWrap p.des{
        font-size: 15px;
    }
    section.heroSlider .innerWrapper .titleWrap a.sliderBtn{
        margin:10px 0 0 !important;
    }
    section.heroSlider .innerWrapper .btnWrap{
        flex-wrap: wrap;
    }
    .marginHeading{
        margin-top: 120px !important;
    }
    section.aboutWrap h2{
        font-size: 32px;
    }
    section.infoWrapFooter .leftBox h2, section.infoWrapFooter .rightBox h2{
        line-height: 30px;
        font-size: 22px;
    }
    section.infoWrapFooter .leftBox{
        padding: 40px;
    }
    section.infoWrapFooter .rightBox{
        text-align: center;
        padding: 40px;
    }
    footer .footerTop{
        padding: 40px 0;
    }
    footer .footerBottom ul.footerSocial{
        margin: 20px 0 0;
        justify-content: center !important;
    }
    .mtmobile{
        margin-top: 25px;
    }
    section.productTable .tblWrap{
        overflow-x: auto;
        width: 100%;
    }
    section.busyPrice ul.nav-tabs li.nav-item button.active,section.busyPrice ul.nav-tabs li.nav-item button{
        font-size: 14px;
    }
    section.productTable .MyTable th.MyTableFeatureListRow1{
        padding: 10px 7px;
    }
    section.productTable table.MyTable p{
        font-size: 11px;
    }
    section.productTable table.MyTable span.headingFea{
        font-size: 18px;
    }
    section.productTable table.MyTable td:nth-child(1){
        padding: 0;
    }
    section.productTable table.MyTable td{
        font-size: 12px;
    }
    section.productTable table.MyTable td.tableRowHead{
        font-size: 15px;
    }
    section.galleryWrap .inner,section.galleryWrap.galleryWrapInner .inner{
        grid-template-columns: 1fr;
    }
    section.galleryWrap .inner .column{
        height: auto;
    }
    section.innerserWrap ul.nav-tabs li.nav-item button{
        padding: 10px 0;
    }
    section.innerserWrap ul.nav-tabs li.nav-item button{
        font-size: 13px;
    }
    .pl{
        padding-left: 0;
    }
    section.contactWrap{
        padding: 40px 0;
    }
    section.busyPrice .boxBg ul.listing span{
        margin-right: 5px;   
    }
    section.contactInfo .boxWrap{
        margin: 0 0 20px;
    }
    section.blogdetails .blogBox .detailBlog{
        width: 100%;
        margin: 0;
        padding: 15px;
    }
    section.blogdetails .blogBox .detailBlog ul{
        flex-wrap: wrap;
    }
    section.aboutWrap h1{
        font-size: 30px;
    }
     section.aboutWrap .contentTitle h3{
         font-size: 28px;
     }
     footer .footerTop h3{
         margin: 15px 0;
     }
}
