:root{
    --themecolor : #de1b05;
    --secondcolor : #1f1f2e;
    --black : #191929;
    --boxcolor:#f4f6f9;
    --text:#555;
    --othercolor:#252538;
    --heading: 'Raleway', sans-serif;
}
body{
    margin:0px;
    position: relative;
    padding: 0px;
    font-size: 15px;
    font-weight:400;
    width: 100%;
    color: #111;
    overflow-x: hidden !important;
    font-family: 'Poppins', sans-serif;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
}


a{
    text-decoration: none;
    color: #222;
}

a:hover{
    color: #222;
}
p{
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}
.list-group-item {
    position: relative;
    padding:0px;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
}

ul {
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
}



/* footer css  start*/


.footercopyright{
    text-align: center;
    background-color: var(--themecolor);
    padding:25px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.footer{
    background-color: var(--black);
    position: relative;
    color: #DBDBDB;
}

.footerMenuSection{
    padding: 60px 0px;
    position: relative;
    /* border-top: 1px solid #DBDBDB;; */
}

.innerfooter h4{
    font-size: 16px;
    font-weight:700;
    /* color: var(--themecolor); */
    color:#fff;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 18px;
    font-family: var(--heading);
    text-transform: uppercase;
}
.innerfooter h4:before {
    content: "";
    height: 4px;
    width: 15px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    border: none;
}
.innerfooter h4:after {
    content: "";
    height: 4px;
    width: 34px;
    background-color:var(--themecolor);
    position: absolute;
    bottom: 0;
    left: 21px;
    border-radius: 10px;
    border: none;
}
.innerfooter p{
    color: #DBDBDB;
}

.innerfooter li{
    margin-bottom: 12px !important;
}
.innerfooter a{
    color: #DBDBDB;
    font-size: 14px;
    font-weight: 400;
    transition: 0.8s all ease-in-out;
}
.innerfooter a:hover{
    color: #fff;
}
.innerfooter h6{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    /* color: var(--themecolor); */
    margin-top:15px;
    margin-bottom: 15px;
}
.footercopyright span{
    font-weight: 600;
    font-size: 14px;
    color:#fff;
}
.footercopyright img{
    width: 340px;
    margin-top: 15px;
}
.footerMenuSection .row{
    justify-content: space-between;
    z-index:999999;
}


.tollfreeTop{
    display: flex;
    margin-top: 25px;
    /* justify-content: end;/ */
}
.tollfreeTop li{
    width: 38px;
    height: 38px;
    background-color: #fff;
    color: var(--themecolor);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 10px !important;
}
.tollfreeTop li a{
    font-size: 15px;
    color: var(--themecolor);
}
.tollfreeTop li a:hover{
    color: var(--themecolor) !important;
}
.linkdivi li a i {
    font-size: 12px;
    margin-right: 5px;
    color: var(--themecolor);
}





/* upperheader css*/

.upperheader{
	background:var(--themecolor);
}
.upperheader__info ul{
    margin-bottom: 0px !important;
}
.upperheader__info ul li{
    /* margin-right: 10px !important; */
    padding: 12px 18px 12px 0;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #DFDFDF1A;
}

.upperheader__info ul li:last-child{
    margin-right: 0px !important;
    border-right: 0px !important;
}

.upperheader__info ul li a{
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    transition: 0.5s;
    text-decoration: none;
}

.upperheader__info ul li i{
    font-size: 15px;
    margin-right: 9px;
    color: #fff ;
}

.upperheader__social{
    display: flex;
    justify-content: end;
    padding: 10px;
}
.upperheader__social a{
	display: flex;
	justify-content: center;
	align-items: center;
    border-radius: 50%;
    background-color: var(--secondcolor);
    margin-left: 15px;
    width: 28px;
    height: 28px;
}
.upperheader__social a i{
    font-size: 12px;
    color:#fff;
}
.upperheader__social a:hover{
    transform: scale(1.1);
    transition: 0.3s;
}
a{
    text-decoration: none !important;
}
p{
    margin-block-start:0em ;
    margin-block-end: 0em;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 0px;
}
ul{
    margin-block-start:0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    list-style: none;
}


/* mobile header css */


.mobileheader{
    padding: 10px 0px;
    color: #fff;
}
#headerbox{
    display: flex !important;
    align-items: center !important;
    
}
.mobileheader img{
    width: 225px;
}
.navbar{
    width: 100%;
    padding: 15px 0px !important;
}
.mobileheader .navbar-nav{
    width: calc(100%-200px);

}
#collapsibleNavbar{
    justify-content: end;
}

.mobileheader .navbar-nav a {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    transition: 0.7s all ease-in-out;
    text-decoration: none;
    transition: all 500ms ease;
}
.mobileheader .navbar-nav a:hover{
	color: var(--themecolor);
	transition: 0.3s;
}

.mobileheader .navbar-nav li:not(:last-child) {
    margin-right: 25px;
}


#Menu_btn{
    visibility: hidden;
    display: flex;
    justify-content: end;
    width: 60px;
    
}
#Menu_btn button{
    border: none !important;
    background-color: var(--themecolor);
    padding: 6px 7px;
}
#Menu_btn button i{
    color: #fff;
    font-size: 16px;
}


#mobileNavigation{
    background-color:#0f0f10;
    max-width: 290px;
}

.offcanvas-header{
	background-color: #fff !important;
	padding: 20px 0px;
	width: 100%;
	display: flex;
	justify-content: end !important;
    color: var(--themecolor) !important;
}
.offcanvas-header .btn-close{
	opacity: 1 !important;
}

.offcanvas_body ul{
    margin-top: 0;
    margin-bottom: 0rem;
    padding-left: 3rem;
    margin-top: 20px;
}
.offcanvas_body ul li{
    margin-bottom: 12px !important;
}
.offcanvas_body ul li a{

    color: #fff;
    text-transform: uppercase;
    transition: 0.7s all ease-in-out;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 500ms ease;
}
.offcanvas_body ul li a:hover{
    color: var(--themecolor);
    transition: 0.3s;
}
.Inner_social_media{
    padding-left:2em ;
    margin-top: 20px;
}
.Inner_social_media  a{
    text-align: center;
    border-radius: 50%;
    margin-right: 6px;
    width: 50px;
    height: 50px;
}
.Inner_social_media a i{
     color: var(--themecolor);
    text-align: center;
    opacity: 1;
    margin-right: 7px;
    width: 32px;
    height: 32px;
    font-size: 13px;
    background: #fff;
    line-height: 33px;
    border-radius: 50%;
}
.buttonOptionHeader {
    display: none;
}
 

/* mobile header css */


/* braud css start */

.braudcumb{
    background-image: url('../images/braud.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlaybradcumb{
    color:#fff;
    padding: 80px 20px;
}
.overlaybradcumb h3{
    font-size: 28px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
}

.overlaybradcumb ul li{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.overlaybradcumb .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.middleli span{
    margin:0px 15px;
}
.braudcumb img{
    /* width: 200px; */
    margin:6px 0px;
}
/* braud css end */


/* about us css */

.aboutSection{
    padding: 60px 0px;
}
.aboutTextSec, .aboutImageSec{
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.aboutImageSec img{
    width: 100%;
}

.aboutTextSec h6{
    font-size: 16px;
    font-weight: 800;
    color: var(--secondcolor);
    font-family: var(--heading);
}
.aboutTextSec h2{
    font-size: 24px;
    margin:10px 0px 15px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: var(--heading);
    color: var(--themecolor);
}
.aboutTextSec p{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}
.aboutTextSec button{
    font-size: 14px;
    margin-top: 15px;
    padding:10px 20px;
    background-color: transparent;
    font-weight: 500;
    color: #000;
    width: fit-content;
    transition: 0.7s all ease-in-out;
    border: 1px solid var(--themecolor);
}


.aboutTextSec button:hover{
    color: #fff;
    border: 1px solid var(--themecolor);
    background-color: var(--themecolor);
}



.callRequestContainer{
    background-image: url('../images/bg-2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}
.innerrequestCall{
    padding: 80px 20px;
    background-color: #0f0f10e8;
}
.innerrequestCall .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.callRequestContainer h6{
    font-size: 26px;
    font-weight: 600;
    font-family: var(--heading);
    line-height: 36px;
    color: #fff;
    margin-bottom: 15px;
}

.callRequestContainer p{
    margin-bottom: 20px;
    color: #fff;
}

.callRequestContainer button{
    background-color: var(--themecolor);
    border:0px;
    border-right:3px solid #ffcc00;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    padding: 12px 28px;
    border-radius: 0px;
}

.innerWhyUsReason{
    background-color: #fff;
    padding:20px;
    box-shadow: 0px 0px 2px #DBDBDB;
    position: relative;
    display: flex;
    align-items: center;
}
.numberDivWhy img{
    width: 50px;
}
.innerWhyUsReason h4{
    font-size: 24px;
    font-weight: 700;
    margin:0px 0px 2px;
}
.innerWhyUsReason p{
    font-size: 14px;
    font-weight: 500;
}
.innerWhyUsReason .numberDivWhy{
    /* position: absolute;  */
    background-color: var(--themecolor);
    width: 80px;
    height: 80px;
    margin-right: 25px;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items:center;
    /* top: -25px; */
}

.whyUsService{
    margin-bottom: 60px;
}

.keywordHeading {
    font-size: 22px;
    font-weight: 800;
    color: #222;
}

.keywordsSectionMain {
    background-color: #faf0e6;
    height: 400px;
    border: 1px solid #DBDBDB;
    padding: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 10px 0px 30px;
}

.keywordsSectionMain li a {
    font-size: 13px;
    font-weight: 500;
    color: #222;
    transition: 0.7s all ease-in-out;
}
.keywordsSectionMain li a:hover {
    color: var(--themecolor);
}

.keywordsSectionMain ul li {
    margin-bottom: 10px;
}

.mission_vissionSection{
    padding: 60px 0px;
}

.mission_vissionSection .nav a{
    background-color: var(--othercolor);
    padding: 7px 15px;
    color: #fff;
    margin-right: 10px;
    border: 0px !important;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0px;
}

.nav-tabs{
    border-bottom: 0px;
    justify-content: center;
}

.nav-link.active {
    color: #fff !important;
    background-color:var(--themecolor) !important;
}

.tab-content .aboutSection {
    padding: 0px !important;
    margin-top: 30px;
}

.tab-content .aboutSection  h2{
    font-size: 16px;
    margin-bottom: 5px !important;
    line-height: 25px;
}

.tab-content .aboutTextSec p:last-child{
    text-decoration: underline;
    font-weight: 500;
}

/* contact page css */

.ServiceMainSec{
    padding: 60px 0px;
    background-color: #f4f6f9;
}

.ServiceMainSec h1 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 5px;
}

.innerServiceSec {
    background-color: #fff;
    position: relative;
    padding: 20px;
    border: 1px solid #DBDBDB;
    margin-bottom: 25px;
    transition: 0.7s all ease-in-out;
}

.innerServiceSec h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: var(--heading);
    margin-bottom: 5px;
}

.innerServiceSec h4 i{
    font-size: 14px;
    margin-right: 3px;
}


.innerServiceSec p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.ServiceMainSec .row {
    margin-top: 50px;
}
.innerServiceSec h3{
    font-size: 14px;
    margin-top: 10px;
    color: var(--othercolor);
    font-weight: 700;
}

/* services css */

.mainServicesSection .row{
    margin-top: 0px;
}

.mainServicesSection{
    padding: 60px 0px 40px;
}
.mainServicesSection a{
    color: #222;
}
.innerServiceSec button{
    background-color: #fff;
    border:none;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 20px;
    border:1px solid #111;
    text-transform: uppercase;
    position: relative;
    /* width: 47px;
    height: 44px; */
    /* line-height: 44px; */
    text-align: center;
    display: inline-block;
    color: var(--blackshade);
    border-radius: 4px;
    transition: 0.7s all ease-in-out;
}

.mainServicesSection p{
    margin:10px 0px 20px;
    font-size: 14px;
}
.inMainServiceDivInner{
    margin-bottom: 25px;
}
.mainServicesSection .innerServiceSec{
    overflow: hidden;
    height: 100%;
}

.inMainServiceDivInner .innerServiceSec{
    margin-bottom: 0px !important;
    padding: 0px;
}

.inMainServiceDivInner .serviceSubText{
    display: block;
    padding: 20px;
}

.iconDivService img{
    width: 100%;
    height: 240px;
    margin-bottom: 10px;
}
.networkdiv{
    background-color: #fff;
}
.networkdiv .row{
    margin: 25px 0px;
    padding: 20px 0px 35px; 
    border-top: 1px solid #d2d1d1;
    border-bottom: 1px solid #d2d1d1;
}
.networkdiv .aboutTextSec, .networkdiv .aboutImageSec {
    padding: 0px !important;
}

.networkdiv .aboutTextSec button{
    background-color: var(--black);
    color: #fff;
    border:0px;
}

.contactDetailsNetwork h6{
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: var(--heading);
}

.contactDetailsNetwork a{
    font-size: 14px;
    font-weight: 500;
    color: #222;
}
.contactDetailsNetwork i{
    font-size: 14px;
    margin-right: 2px;
}

.networkwhychooseus{
    margin-bottom: 0px;
    padding: 60px 0px;
}



.industryCovered{
    padding: 80px 20px;
    background-color: #f7f7f7;
}

.industryCovered .row{
    margin-top: 50px;
    justify-content: space-evenly;
}

.indusHead{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.indusHead h2{
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 800;
    font-family: var(--heading);
}

.homecomplye{
    padding: 40px 0px 20px !important;
}

.innertypeDiv{
    border:2px dashed #DBDBDB;
    padding: 20px;
    text-align: center;
    height: 280px;
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.innertypeDiv h3{
    font-size: 18px;
    font-weight: 700;
    font-family: var(--heading);
    margin: 10px 0px;
}

.innertypeDiv img{
    width: 60px;
}

.homestateDivMain{
    padding: 50px 0px;
    margin-bottom: 0px !important;
}

.serviceHomeMainDiv{
    background-color: #fff !important;
}


/* testimonial css */
.Testimonials_section{
    padding: 80px 0;
    background-color: #fafafa;
}

.Testimonials_section .row{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.Testimonials_img{
    padding-bottom: 20px;
}
.Testimonials_img i{
     font-size: 25px;
    color: #94c13d;
}
.Testimonials_img img{
    width: 80px;
    margin: 0 30px;
    border-radius: 50%;
}
.Testimonials_content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    text-align:center;
    padding: 20px;
    background-color: #fff;
    margin-top: 10px;
}

.Testimonials_content ul{
    display: none;
    margin-right: -6px !important;
}
.Testimonials_content ul li i{
    font-size: 14px;
    color: var(--themecolor);
    margin-bottom: 15px;
}
.Testimonials_content h4{
     text-transform: capitalize;
     font-size: 20px;
     font-weight: 700;
     text-align: center;
     color: var(--themecolor);
}
.innertestidiv{
    display: flex;
    justify-content: center;
    align-items: center;
}

.Testimonials_section .indusHead{
    align-items: center;
}
.Testimonials_content p:last-child{
    padding: 0px;
    margin-top: 0px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    background-color: transparent;
}

/* testimonial end */


.innerHomeAboutImg img{
    width: 90%;
}

.homeaboutMainSection {
    padding: 40px 0px;
}

.homeaboutMainSection h2{
    font-size: 24px;
    font-weight: 800;
    color: var(--themecolor);
    text-transform: uppercase;
    font-family: var(--heading);
}
.homeaboutMainSection p{
    font-size: 14px;
    margin-top: 10px;
    line-height: 26px;
}

.innerHomeAboutImg{
    padding: 20px;
}

.mainHeroSection{
    background-image:url('../images/slider2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.mainHeroSection h1{
    font-size: 36px;
    font-weight: 700;
    font-family: var(--heading);
    text-transform: uppercase;
    line-height: 46px;
    margin-bottom: 15px;
}
.mainHeroSection p{
    font-size: 16px;
    font-weight: 400;
}

.mainHeroSection button{
    margin-top: 20px;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 14px;
    border:0px;
    color: #fff;
    border-right: 3px solid #ffc000;
    background-color: var(--themecolor);
    text-transform: uppercase;
    font-family: var(--heading);
}

.overlayHeroSection{
    padding: 150px 20px;
    background-color: #1f1f2e6f;
}


.homeweareflex {
    color: #fff;
    background-color: var(--black) !important;
}

.whychooseDivABout {
    display: flex;
    justify-content: end;
    /* background-color: #f0f0f0; */
}

.homeweareflex h3 {
    color: #fff;
    line-height: 47px;
    font-size: 38px !important;
}

.aboutWhyText h3 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
    font-family: var(--heading);
}

.homeweareflex h3 span {
    color: var(--themecolor);
}
.homeweareflex p {
    color: #DBDBDB;
}

.aboutWhyText p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 26px;
}

.homeweareflex h4 {
    font-size: 18px;
    font-weight: 700;
}

.homeweareflex li {
    color: #fff;
}
.aboutWhyText li {
    font-size: 15px;
    margin-bottom: 10px;
}

.aboutWhyText li i{
    font-size: 12px;
    margin-right: 2px;
    color: var(--themecolor);
}
.aboutWhyText ul{
    margin-top: 20px;
}

.aboutWhyText {
    width: 45%;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.aboutWhyImg {
    width: 50%;
}

.homeweareflex img {
    width: 100%;
    height: 100%;
}

.leftsidetexts {
    text-align: right;
}
.innerindusDiv {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.indusicon {
    border: 1px solid #DBDBDB;
    padding: 5px;
    width: 120px;
    height: 80px;
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}
.rightsideDivText {
    margin-left: 25px;
}
.innerindusDiv img {
    width: 80%;
}

.innerindusDiv h3 {
    font-size: 18px;
    font-weight: 700;
}

.leftsidetexts .leftDivTExtUp {
    margin-right: 25px;
}

.industryCovered  a:hover{
    color: #222;
}



/*  */

.bottomFixedButton{
    position: fixed;
    bottom: 10px;
    right:10px;
    z-index: 999999;
}

.bottomFixedButton a{
    display: block;
    border:0px;
    margin-bottom: 15px;
    background-color: transparent;
}

.bottomFixedButton img{
    width: 45px;
}


.contactPageSection{
    background-color: #f8f7fa;
    padding: 60px 20px;
}

.contactPageSection h2{
    font-size: 16px;
    font-weight: 800;
    color: var(--themecolor);
    text-transform: uppercase;
}

.contactPageSection h1{
    font-size: 22px;
    margin:10px 0px;
    font-weight: 900;
    text-transform: uppercase;
}
.contactPageSection h3{
    font-size: 26px;
    margin:10px 0px;
    font-weight: 900;
}

.innercontactForm, .innerotherContactInfo{
    padding: 20px;
    background-color: #fff;
}
.innercontactForm input, .innercontactForm textarea{
    padding: 14px 20px;
    margin-bottom: 15px;
    background-color: #f8f7fa;
    border: 1px solid rgb(129 129 129 / 50%);
    color: #333;
    font-size: 14px;
    font-weight: 400;
    height:55px;
    border-radius:0px;
}
.innercontactForm .row{
    margin-top: 25px;
}
.innercontactForm textarea{
    height: 120px;
}

.innercontactForm button{
    background-color: var(--themecolor);
    color: #fff;
    padding: 15px 30px;
    border:0px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 2px;
}

.innerotherContactInfo h6{
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.innerotherContactInfo p{
    margin-bottom: 5px;
    font-weight: 500;
}
.innerotherContactInfo p a{
    color:#0c0c0c;  
}


.innerotherContactInfo{
    background: transparent !important;   
}

#errorspan{
    font-size:14px;
    font-weight:500;
    margin-bottom:10px;
    color:red;
}

