@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');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
body {
    position: relative;
    font-family: 'Poppins', sans-serif;
    background: #fff;
}

.container {
    max-width: 1440px;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --lightgary-color: #b2b9bd;
    --red:#d12028;
    --gray:#2e2e2e;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 25px;
    color: #616161;

}

h1,
h2,
h3
 {
    color: #000;
}

h4, h5 {
    font-family: 'Oswald', sans-serif;
    color: #000;
}
h6 {
    font-family: 'Anton', sans-serif;
    color: #000;
}
.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
figure {
    margin: 0;
}



.topbar {
    background: var(--gray);
    padding: 1rem 0;
}

.topbar .topInfo {
    display: flex;
    align-items: center;
    gap: 1.3rem;
}

.topbar .topSocial {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.7rem;
}

.topbar .topInfo li span {
    font-size: 1.125rem;
    color: var(--white);
    font-weight: 500;
}

.topbar .topInfo li span a {
    font-size: 0.875rem;
    color: var(--white);
}

.topbar .topInfo li {
    border-right: 1px solid #979797;
    padding-right: 1.3rem;
}

.topbar .topInfo li:last-child {
    border-right: 0;
    padding: 0;
}
.apoitLst ul li:nth-child(2) {
    padding: 1rem 2.9rem 1rem 0.9rem;
}
.apoitLst ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3rem;
}

.apoitLst ul li {
    background: #f0f0f0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 0.9rem;
    border-radius: 5px;
}

.apoitLst ul li span {
    border-width: 1px;
    border-color: rgb(233, 233, 233);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(209, 32, 40);
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.5rem;
    margin: 0 0 0 -2rem;
}
.apoitLst ul li .apointContent h5 {
    font-size: 1.125rem;
    color: var(--red);
    font-style: italic;
    margin: 0 0 0rem;
}
.apoitLst ul li .apointContent h4 {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    color: #2e2e2e;
}
.apoitLst ul li .apointContent h4 a {
    font-size: 1.25rem;
    color: #2e2e2e;
}
.topCal {
    padding: 1rem 0;
}




.main-navigate {
    background: var(--red);
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    padding: 1.5rem 2rem;
}

.form-inline {
    width: 40%;
    justify-content: flex-end;
}

.form-inline span {
    display: block;
    position: relative;
    width: 90%;
}

.form-inline span input {
    border-radius: 5px;
    width: 100%;
    height: 54px;
    border: 0;
    background: #b0000a;
    padding: 0 60px 0 15px;
}
.form-inline span a {
    position: absolute;
    right: 10px;
    border-radius: 5px;
    width: 37px;
    height: 36px;
    background: #d12028;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 9px;
    color: var(--white);
}

.form-inline span input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--white);
}
.form-inline span input::-moz-placeholder { /* Firefox 19+ */
  color: var(--white);
}
.form-inline span input:-ms-input-placeholder { /* IE 10+ */
  color: var(--white);
}
.form-inline span input:-moz-placeholder { /* Firefox 18- */
  color: var(--white);
}

.navbar-nav .nav-item.active .nav-link {
    background: #b0000a;
}
.main-slider .carousel-caption {
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideContent {
    text-align: left;
}
.headOne {
    font-size: 1.675625rem;
    color: var(--white);
    text-transform: uppercase;
    margin: 0;
}
.headTwo {
    font-size: 6.655625rem;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}
.themeBtn {
    background: var(--red);
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 1.1em 2.28em;
}

.slideContent .headTwo {
    margin: 0 0 2rem;
    color: var(--white);
}

.slideContent .headOne {
    margin: 0 0 0.5rem;
}
.abtImg {
    position: relative;
}

.abtImg .abtimgTwo {
    margin: -19.5rem 0 0;
    display: table;
    margin-left: auto;
}

.abtImg .themeBtn {
    position: relative;
    top: -102px;
    font-size: 1.5625rem;
    padding: 1em 1.5em;
}

.abtImg .themeBtn span {
    font-size: 2.1875rem;
    vertical-align: middle;
}
.abtHead {
    font-size: 1.5625rem;
    color: var(--red);
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.headThre {
    font-size: 4.0625rem;
    text-transform: uppercase;
}

.abtContent .headThre {
    margin: 0 0 1rem;
}

.abtContent p {
    padding-right: 10rem;
    margin: 0 0 2rem;
}
.headFour {
    font-size: 1.5625rem;
    font-weight: 600;
}

.abtContent .headFour {
    margin: 0 0 1rem;
}

.abtContent ul li {
    font-size: 1.125rem;
    color: #5d5d5d;
    font-weight: 400;
}

.abtContent ul li+li {
    margin: 5px 0 0;
}

.abtContent ul {
    margin: 0 0 2.5rem;
}

.abtContent .themeBtn {
    background: var(--black);
}
.abtSec {
    padding: 7rem 0;
}
.srvcSec {
    background: url(../images/srvcbg.jpg) no-repeat top center/ cover;
    padding: 6rem 0;
}
.srvcSec .headThre {
    text-align: center;
    margin: 0 0 3rem;
    color: var(--white);
}
.sectionHeading {
    font-size: 3.125rem;
    color: var(--white);
    text-transform: uppercase;
    position: relative;
    margin: 0 0 5rem;
}
.sectionHeading:before {
    content: '';
    position: absolute;
    left: -65px;
    background: rgb(233, 233, 233);
    width: 150px;
    height: 1px;
    bottom: -25px;
}
.srvcContent p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 35px;
    color: var(--white);
}
.srvcContentTwo .sectionHeading:before {
    left: 0;
}
.srvcContentTwo .sectionHeading {
    margin: 0 0 4rem;
}
.srvcSec .row+.row {
    margin-top: 6rem;
}
.chosHead {
    text-align: center;
    margin: 0 0 4rem;
}
.choseSec {
    background: #f6f6f6;
    padding: 6rem 0;
}



.plceOne {
    margin-top: 2rem;
    margin-right: -13rem;
    position: relative;
    z-index: 11;
}
.ordrImg {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: center;
    margin-bottom: 6rem;
}
.ordrImg figure {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(242, 242, 242);
    border-radius: 50%;
    box-shadow: 0px 8px 18px 8px rgb(45 46 55 / 19%);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #fff;
}
.ordrImg .ordrContent {
    margin-right: 1.7rem;
    text-align: right;
}
.valuation {
    margin-right: -5rem;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.cntrSrvc {
    text-align: center;
    margin: 0 -60px;
}
.apraiseOne {
    margin-top: 2rem;
    margin-left: -16rem;
}
.reviewsRvrse {
    flex-flow: inherit;
}
.reviewsRvrse .ordrContent {
    margin-left: 1.7rem;
    text-align: left;
    margin-right: 0;
}
.cmrclAprs {
    margin-left: -10rem;
    margin-bottom: 0;
}
.ordrImg .ordrContent p {
    font-size: 1rem;
    color: #828282;
}

.respondeOne {
    margin-left: -4rem;
}
.insrdOne {
    margin-right: -7rem;
    position: relative;
    z-index: 1;
}


.blogSec {
    padding: 6rem 0;
}

.blogSec .headThre {
    text-align: center;
    margin: 0 0 4rem;
}

.blogBox {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 68px 0px rgba(200, 200, 200, 0.35);
    padding: 3rem;
}

.blogBox h4 {
    font-size: 2.25rem;
    margin: 2rem 0 1rem;
}

.blogBox p {
    margin: 0 0 2.2rem;
}

.blogBox a {
    font-size: 1.3125rem;
    color: var(--black);
    font-weight: 500;
    border-bottom: 1px solid;
}
.blgLst {
    display: flex;
    align-items: center;
    padding: 1.25rem;
    gap: 2rem;
    margin-bottom: 1rem;
}
.blgLst .blogContent h4 {
    margin: 0rem 0 1rem;
}
.blgLst .blogContent p {
    margin: 0 0 1.4rem;
}
.blgLst figure {
    flex-shrink: 0;
}
.cntctSec {
    background: #f6f6f6;
    padding: 7rem 0;
}
.cntctForm input {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 68px;
    border: 0;
    font-size: 1.0625rem;
    padding: 0 1.5rem;
    margin: 0 0 1.4rem;
}
.cntctForm textarea {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 228px;
    border: 0;
    font-size: 1.0625rem;
    padding: 2rem 1.5rem;
    margin: 0 0 1.4rem;
}
.cntctForm .themeBtn {
    border: 0;
    display: table;
    margin: auto;
    font-size: 1.125rem;
}
.cntctSec .chosHead {
    margin: 0 0 3rem;
}


/* Begin: footer */

footer {
  background: #fff;
  padding-top: 4em;
  position: relative;
}
footer .footer-logo {
  width: 90%;
}
footer p {
  margin: 1rem 0 1.5rem;
  font-size: 14px;
  color: var(--black);
}
footer .center {
  display: table;
  margin: 0 auto;
}
footer .links,
footer .contInfo {
  margin: 0;
}
footer .links li a,
footer .contInfo li a {
  display: inline-block;
  padding: 0.6rem 0;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--black);
  font-size: 0.9375rem;
}
footer .contInfo li a {
  position: relative;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
footer .links li a:hover,
footer .links li a:focus,
footer .contInfo li a:hover,
ul.prvcy li a:hover,
.blogBox a:hover,
.apoitLst ul li .apointContent h4 a:hover,
.topbar .topInfo li span:hover 
 {
  color: #d12028;
}
footer .contInfo li a span {
  margin-right: 10px;
}
footer .social {
  margin: 2rem 0 0 0;
  display: flex;
  gap: 0 0.5rem;
}
footer .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  color: #757c85;
  border: 2px solid var(--black);
  border-radius: 100px;
  font-size: 1rem;
  text-transform: capitalize;
  width: 53px;
  height: 53px;
  border-width: 2px;
  border-color: rgb(225, 225, 225);
  border-style: solid;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
}
footer .social li a:hover,
footer .social li a:focus {
  background: #d12028;
  border-color: #d12028;
  color: var(--white);
}
.copyRight {
  border-top: 1px solid #e1dfda;
  padding: 1.5rem 0;
  margin-top: 4em;
  justify-content: center;
}
.copyRight p {
  margin: 0;
  color: var(--black);
  font-size: 16px;
}
.ftrHead {
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 1.3rem;
}
ul.prvcy {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3rem;
}
ul.prvcy li {
    border-right: 1px solid #505050;
    padding-right: 3rem;
}
ul.prvcy li a {
    font-size: 0.9375rem;
    color: #505050;
    text-transform: uppercase;
    font-weight: 500;
}
ul.prvcy li:last-child {
    padding-right: 0;
    border: 0;
}
/* END: footer */


.themeBtn:hover{
    background: var(--black);
    color: var(--white);
}
.abtContent .themeBtn:hover {
    background: var(--red);
}


/*  innre pages css start  */

.inrBaner {
    background: url(../images/inrbg1.jpg) no-repeat top center/ cover;
    padding: 11rem 0;
}
.inrBaner h6 {
    font-size: 5.625rem;
    color: var(--white);
    text-transform: uppercase;
    margin: 0;
}
.calOne {
    display: table;
    margin: 0 0 2rem;
    font-size: 4.0625rem;
    color: #09121a;
    font-family: 'Anton', sans-serif;
}
.abtPage {
    background: #f6f6f6;
}
.abtPage .abtContent ul {
    margin: 0 0 1.5rem;
}
.abtPage .abtContent .calOne {
    margin: 0 0 1.5rem;
}
.abtPage .abtContent .themeBtn {
    background: var(--red);
}
.abtPage .abtContent p {
    padding-right: 6rem;
    line-height: 30px;
}
.blogBoxtwo h4{
    margin: 2rem 0 6.3rem;
}
.blogPage {
    padding: 7rem 0;
    background: #f6f6f6;
}
.blogPage .blogBox {
    margin-bottom: 1.5rem;
}
.cntctPage .chosHead {
    text-align: left;
   margin: 0 0 2rem;
}
.cntctPage p {
    font-weight: 500;
    margin: 0 0 1.8rem;
}
.cntctPage p a {
    color: var(--red);
    border-bottom: 1px solid;
    font-weight: 500;
}
.cntctPage .themeBtn {
    margin: 0;
}
.photoSec a img {
    height: 350px;
    object-fit: cover;
}
.photoSec .col-md-3 {
    margin-bottom: 1.3rem;
}
.photoSec {
    padding: 8rem 0;
}
/*  innre pages css end  */
