body{
  font-family: 'Manrope', sans-serif;

  position: relative;
  overflow-x: hidden;
}
/*@font-face {
  font-family: Azonix;
  src: url('../fonts/Azonix.woff');
}*/
:root {
  --primary-color: #45548b;
  --custom-color: #45548b;
  font-size: 1rem;
}
p{
  color: var(--custom-color);
  font-size: 16px;
  
}
/*h1,h2,h3{
  font-family: Azonix;
}*/
/*Button css start*/
.Btncustom {
   justify-content: center;
   align-items: center;
   display: block;
   line-height: 23px;
   text-decoration: none!important;
   text-align: center;
   position: relative;
   transition: all .35s;
   position: relative;
   border: 2px solid #ffffff;
   border-radius: 0px;
   /* width: 100%; */
   /* height: 100%; */
   overflow: hidden;
   background-color: var(--primary-color);
   color: #ffffff;
   font-size: 14px;
   font-weight: 600;
   padding: 15px 30px;
   border-radius: 10px;
   z-index: 1!important;
}

.Btncustom span{
  position: relative;
  z-index: 2;
}

.Btncustom:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: #000;
  transition: all .35s;
}

.Btncustom:hover{
  z-index: 14;
  color: #fff;
}

.customnavbar .Btncustom {
    background: #fff;
    color: #46558b;
    margin-right: 3px;
}

.Btncustom:hover:after{
  width: 100%;
}
/*Button css end*/
/*Header css start*/

header {
    left: 0;
    z-index: 2;
    right: 0;
    background: #292363;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    box-shadow: 2px 0px 10px #7c7c7c;
}

.customnavbar a.nav-link {
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.customnavbar ul.navbar-nav {
    padding-right: 7%;
    gap: 15px;
}
/*Header css end*/
/*SecBanner css start*/
.SecBanner{
  display: flex;
  padding: 150px 0px;
  position: relative;
  align-items: center;
  background-image: url(../images/aaa.jpg);
}
.SecBanner h1{
  color: #fff;
  font-size: 3.5rem;
  margin-bottom: 0px;
  font-weight: 800;
  line-height: 50px;
}
.SecBanner h1 span{
 /* animation: 0.8s shake infinite alternate; */
 display: inline-block;
}
@keyframes shake {
  0% {
   transform: skewX(-15deg); 
 }
  5% {
   transform: skewX(15deg);
   color: #fff;
 }
  10% { transform: skewX(-15deg);
   }
  15% {
   transform: skewX(15deg); 
    color: var(--primary-color);
  }
  20% { transform: skewX(0deg); }
  100% { transform: skewX(0deg); }  
}
.SecBanner p{
    width: 100%;
    line-height: 27px;
    padding-top: 50px;
    padding-bottom: 25px;
    color: #fff;
    font-weight: 600;
}
/*SecOne css start*/

.Gridcontent {
    padding: 21px 32px;
    display: flex;
    justify-content: space-between;
    gap: 35px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    margin-top: -100px;
    box-shadow: 0px 1px 14px #0000003d;
}

.Gridmain h3 {
    color: var(--primary-color);
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 18px;
}
.Gridmain h4 {
    font-size: 15px;
    font-weight: 500;
    color: #47578f;
}

.Gridmain p {
    width: 90%;
    font-size: 15px;
    color: #555555;
    font-weight: 500;
}
.Bannervideo{
  position: absolute;
}
/*SecOne css end*/

/*Sectwo css start*/
/*Sectwo css start*/
.SectwoContent a {
    height: 153px;
    background: var(--custom-color);
    width: 55%;
    text-decoration: none!Important;
    position: absolute;
    right: 325px;
    bottom: -250px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    border: 2px solid #fff;
    color: #fff;
}

section.Sectwo {
    position: relative;
    padding-top: 90px;
}

.contenttwo p {
    line-height: 27px;
    font-weight: 600;
    font-size: 15px;
}

section.Sectwo figure img {
    width: 90%;
    height: 100%;
    object-fit: fill;
    animation: Floatright 6s ease-in-out infinite;
}

.SectwoContent h4 {
    color: #000;
    font-weight: 500;
    font-size: 25px;
    margin: 0;
}

.contenttwo ul {
    padding-left: 0;
    list-style: none;
    padding-top: 30px;
}
.contenttwo ul li {
    display: flex;
    align-items: baseline;
}

.contenttwo ul li svg {padding-right: 16px;}
.Imagethree {
    position: absolute;
    right: -35px;
    bottom: -205px;
    width: 55%;
}

.Imagethree img {
    width: 100%;
}
.contenttwo {
    padding-top: 28px;
}
.Secthree {
    position: relative;
    /* background: #f2f4f9; */
    padding: 140px 0 90px;
    margin-top: 130px;
}
.Secthree:before {
    position: absolute;
    content: "";
   background: #f2f4f9;
    height: 100%;
    width: 0;
    transition: all 2s ease-in-out;
    left: 0;
    z-index: 0;
    top: 0;
}

.Secthree.newClass:before  {
    width: 100%;
}
.innerthree {
    transition: all 0.5s ease;
    background: #fff;
    padding: 20px 20px;
    height: 610px;
    border: 2px solid transparent;
}
.innerthree:hover {
    border: 2px solid #45548b;
    transition: all 0.5s ease;
}
.innerthree figure {
    margin-bottom: 45px;
}
.innerthree:hover img {
    transition: 0.3s ease;
    transform: translate(17px, 22px);
}

.innerthree img {
    transition: all 0.5s ease;
}
ul.listssame {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

ul.listssame p {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    color: #555555;
    padding-left: 19px;
}

ul.listssame p:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #555555;
    border-radius: 50px;
    top: 10px;
    left: 2px;
}


ul.listssame li {
    padding-bottom: 0;
}

.twoList {
    display: flex;
    justify-content: space-between;
}
.ContentThree h4 {
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #010101;
    font-weight: 700;
    margin-bottom: 28px;
}

.ContentThree {
    height: 150px;
}
.bottombutton {
    margin-top: 64px;
    height: 63px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.BannerContent .Btncustom {
    border: transparent;
    width: 40%;
}

.innerthree.threetwo .bottombutton {
    margin-top: 64px;
}
.bttop.bottombutton {
    margin-top: 25px;
}
.bluelist {
    background: var(--primary-color);
    color: #fff;
    padding: 23px 24px;
    border-radius: 10px;
}

.hourlist p {
    color: #fff;
    margin: 0;
    padding-bottom: 3px;
}

.hourlist {
    padding-top: 30px;
}

.aboutfirst p {
    font-size: 16px!important;
    font-weight: 600!important;
}

.firstlist p:before {
    display: none;
}

.firstlist p {
    padding-bottom: 4px;
    font-size: 20px;
}

.aboutfirst h5 {
    font-size:  2rem;
    color: #000;
    font-weight: 700;
}

.aboutfirst ul.listssame {
    padding: 0;
    margin-bottom: 3rem;
}
.Secfour {
    padding: 140px 0 17px;
}
.effect12 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.effect12 .firstImg {
    transition: transform .8s;
  
}

.effect12:hover .firstImg {
    transform: scale(1.1);
    filter: contrast(0.5);
     transition: transform 1.6s;
}
@keyframes Floatright{
  0% {
   
    transform: translateX(0px);
  }
  50% {
 
    transform: translateX(-20px);
  }
  100% {
  
      transform: translateX(0px);
  }
}
.effect12 .secondImg{
    position: absolute;
    top: 0;
    z-index: 3;
    /* filter: saturate(0); */
    transition: transform 1.6s;
}
.effect12 .thirdImg {
    position: absolute;
    /* top: 0; */
    z-index: 2;
    /* filter: saturate(0); */
    transition: transform 1.6s;
}
.effect12 .secondImg {
    left: 0;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}

.effect12 .thirdImg {
    right: 0;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.effect12:hover .secondImg {
    transform: translateX(-700px) skewX(40deg);
}

.effect12:hover .thirdImg {
    transform: translateX(700px) skewX(-40deg);
}

/*Secfive css start*/
.Secfive{
  padding-bottom: 20px;
  padding-top: 145px;
  background-image: url('../images/banner2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
}
.formCustom input.form-control {
    border: transparent;
    height: 45px;
}
.formCustom .Btncustom {
    width: 41%;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 30px;
}

.bottomfrm p {width: 66%;color: #555555;font-weight: 600;font-size: 16px;}

.bottomfrm p a {
    color: #555555;
}
.formCustom input.form-control::-webkit-input-placeholder { /* Edge */
  color: #555555;
  font-weight: 600;
  font-weight: 16px;
}

.formCustom input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #555555;
  font-weight: 600;
  font-weight: 16px;
}

.formCustom input.form-control::placeholder {
  color: #555555;
  font-weight: 600;
  font-weight: 16px;
}
.formCustom input.form-control::placeholder {
  color: #555555;
  font-weight: 600;
  font-weight: 16px;
}
/*Secfive css end*/

/* Footer css start */
.Footertext p {
    margin-bottom: 0;
    font-size: 16px;
    padding-top: 55px;
    font-weight: 600;
}

.footertext ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footertext li a {
    color: var(--custom-color);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none!important;
}

.footertext li {
    padding-bottom: 8px;
}

.footertext h5 {
    font-size: 1.4rem;
    margin-bottom: 27px;
    font-weight: 600;
}

button.btn.btn-outline-secondary {
    border-radius: 0px;
    color: #fff;
    background: var(--primary-color);
}

.footertext input.form-control {
    border-radius: 0px;
    height: 45px;
}

footer {padding: 70px 0px;}
.copyright{
  padding: 17px 0px;
  background: var(--primary-color);
}
.copyright p{
 margin-bottom: 0;
 color: #cfc9c9;
}
@keyframes move {
  0% {
    text-shadow:
      4px -4px 0 hsla(0, 100%, 50%, 1), 
      3px -3px 0 hsla(0, 100%, 50%, 1), 
      2px -2px 0 hsla(0, 100%, 50%, 1), 
      1px -1px 0 hsla(0, 100%, 50%, 1),
      -4px 4px 0 hsla(180, 100%, 50%, 1), 
      -3px 3px 0 hsla(180, 100%, 50%, 1), 
      -2px 2px 0 hsla(180, 100%, 50%, 1), 
      -1px 1px 0 hsla(180, 100%, 50%, 1)
    ;
  }
  25% {    
    text-shadow:      
      -4px -4px 0 hsla(180, 100%, 50%, 1), 
      -3px -3px 0 hsla(180, 100%, 50%, 1), 
      -2px -2px 0 hsla(180, 100%, 50%, 1), 
      -1px -1px 0 hsla(180, 100%, 50%, 1),
      4px 4px 0 hsla(0, 100%, 50%, 1), 
      3px 3px 0 hsla(0, 100%, 50%, 1), 
      2px 2px 0 hsla(0, 100%, 50%, 1), 
      1px 1px 0 hsla(0, 100%, 50%, 1)      
    ;
  }
  50% {
    text-shadow:
      -4px 4px 0 hsla(0, 100%, 50%, 1), 
      -3px 3px 0 hsla(0, 100%, 50%, 1), 
      -2px 2px 0 hsla(0, 100%, 50%, 1), 
      -1px 1px 0 hsla(0, 100%, 50%, 1),
      4px -4px 0 hsla(180, 100%, 50%, 1), 
      3px -3px 0 hsla(180, 100%, 50%, 1), 
      2px -2px 0 hsla(180, 100%, 50%, 1), 
      1px -1px 0 hsla(180, 100%, 50%, 1)
    ;
  }
  75% {
    text-shadow:
      4px 4px 0 hsla(180, 100%, 50%, 1), 
      3px 3px 0 hsla(180, 100%, 50%, 1), 
      2px 2px 0 hsla(180, 100%, 50%, 1), 
      1px 1px 0 hsla(180, 100%, 50%, 1),
      -4px -4px 0 hsla(0, 100%, 50%, 1), 
      -3px -3px 0 hsla(0, 100%, 50%, 1), 
      -2px -2px 0 hsla(0, 100%, 50%, 1), 
      -1px -1px 0 hsla(0, 100%, 50%, 1)      
    ;
  }
  100% {
    text-shadow:
      4px -4px 0 hsla(0, 100%, 50%, 1), 
      3px -3px 0 hsla(0, 100%, 50%, 1), 
      2px -2px 0 hsla(0, 100%, 50%, 1), 
      1px -1px 0 hsla(0, 100%, 50%, 1),
      -4px 4px 0 hsla(180, 100%, 50%, 1), 
      -3px 3px 0 hsla(180, 100%, 50%, 1), 
      -2px 2px 0 hsla(180, 100%, 50%, 1), 
      -1px 1px 0 hsla(180, 100%, 50%, 1)
    ;
  }  
}
.Animatetext{
  /* animation: move linear 2000ms infinite!important; */
}

/*Inner pages css*/
.InnerSec {
  /*  background-attachment: fixed;*/
  height: 460px;
  background-image: url('../images/ineerpagebanner.jpg');
  color: #fff;
  position: relative;
  margin-top: 90px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100% 100%;
}

.InnerSec h3 {
    margin: 0;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
}
/**/
.listnew {
    display: flex;
    justify-content: space-between;
}

.listnew ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.listnew img {
    padding-right: 15px;
}
section.AboutMain {
    padding: 7rem 0;
}

.aboutContent h3 {
    font-weight: 900;
    color: #000;
    font-size: 2.1rem;
    margin-bottom: 30px;
}

.aboutContent h3 span {
    display: block;
}

.aboutContent p {
    color: #555555;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 20px;
    margin: 0;
}

.AboutImage img {
    width: 95%;
}
.CommonMass{
      background-size: contain;
      background-image: url(../images/inner2.jpg);
      background-repeat: no-repeat;
      background-position: right;
      height: 750px;
      display: flex;
      align-items: center;
      position: relative;
}
section.CommonMass h3 {
    color: var(--primary-color);
    font-size: 1.1rem;
    font-weight: 600;
}
.CommonInner {
    top: -250px;
    border-bottom-right-radius: 50px;
    position: absolute;
    right: -40px;
    left: 0;
    border-top-right-radius: 50px;
    padding: 80px 76px;
    background-color: rgb(255 255 255 / 57%);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}
.CommonInner h4{
  font-weight: 900;
  color: #000;
  font-size: 2.1rem;
  position: relative;
}
.CommonInner h4 + h4 {
    margin-bottom: 2.4rem;
}
section.CommonMass h4:before {
    position: absolute;
    height: 70px;
    width: 8px;
    background-color: var(--primary-color);
    content: "";
    left: -76px;
    top: -20px;
}
.WorldWideIcon{
    display: flex;
    align-items: center;
    justify-content: end;
}
.WorldWideIcon a{
    position: relative;
    z-index: 1;
}
.WorldWideIcon a{
    z-index: 2;
    background: var(--primary-color);
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 21px;
    font-size: 22px;
    position: relative;
}
.WorldWideIcon a:before {
    border-radius: 26px;
    background-color: #ffffffb5;
    height: 70px;
    width: 70px;
    position: absolute;
    content: "";
    z-index: -1;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -2;
}


@-webkit-keyframes pulse-border {
    0% {
       -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
    
        transform: scale(1);
        opacity: 1;
    }

    100% {
       
        transform: scale(1.3);
        opacity: 0;
    }
}
.WorldWideIcon p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-left: 20px;
}

.CommonInner .Btncustom {
    display: block;
    width: 40%;
    margin-top: 55px;
}
.servicesMain {
    text-align: center;
}

.servicesMain h4 {
    font-weight: 600;
    font-size: 2.5rem;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 22px;
}

.servicesMain p {
    color: #838383;
    font-size: 17px;
    width: 51%;
    line-height: 27px;
    margin: auto;
}

.servicesMain {
    padding-bottom: 40px;
}

.serviceLeft {
    color: #fff;
    background: var(--primary-color);
    padding: 50px 28px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 4.871px 34.659px 70px 0px rgba(50, 20, 132, 0.15);
}

.bottomservice h6 {
    font-size: 1rem;
    margin: 0;
}

.bottomservice span {
    font-size: 2rem;
    display: block;
}

.serviceLeft h4 {
    text-transform: uppercase;
    font-size: 2.4rem;
    margin-bottom: 25px;
}

.serviceLeft p {
    color: #fff;
    font-size: 14px;
    margin: 33px 0px;
}

.serviceright p {
    color: #838383;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 30px;
}
.ServiceSec {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
}
/*Career css start*/
section.CareerSec label {
    color: #231f20;
    font-size: 1rem;
    font-weight: 600;
}

.CareerSec input.form-control {
    border-radius: 3px;
    background-color: rgb(246, 247, 249);
    border: transparent;
    height: 50px;
}

.CareerSec input#inputGroupFile01 {
    /* border-radius: 3px; */
    /* background-color: rgb(246, 247, 249); */
    /* border: transparent; */
    /* height: 50px; */
}

.CareerSec textarea#exampleFormControlTextarea1 {
    border-radius: 3px;
    background-color: rgb(246, 247, 249);
    border: transparent;
    /* height: 50px; */
    resize: none;
}

.CareerSec .form-group {
    margin-bottom: 30px;
}

.CareerSec .input-group {
    margin-bottom: 35px;
}

.CareerSec label.custom-file-label {border-radius: 3px;background-color: rgb(246, 247, 249);border: transparent;/* height: 50px; */}
.CareerSec h5 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 50px;
}


.CareerSec {
    margin-top: 75px;
}
.CareerSec .Btncustom {
    width: 17%;
    font-size: 18px;
}

/*Career css end*/


/*CONTACT PAGE CSS START*/
.ContactPage{
    margin-bottom: 3rem;
    margin-top: 5rem;
}
.contactHeading{
    padding: 0rem 0 14px;
    border-bottom: 1px solid #d1d5db;
    margin-bottom: 3rem;
}
.contactHeading h3{
    color: #2d3a4b;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 31px;
}
.contactform .Btncustom{
    text-transform: uppercase;
    width: 34%;
    border-radius: 0px;
}
.contactform label{
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 6px;
    margin-top: 11px;
    font-weight: 600;
}
.contactform .form-control {
    margin-bottom: 1rem;
    border: 1px solid #545858;
    border-radius: 0px;
    resize: none;
}
.addressMain{
    border: 2px solid #8659b5;
    padding: 2rem 2rem 1rem;
    margin-top: 21px;
}
.addressMainContent{}
.addressMainContent h4{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2rem;
    color: #2d3a4b;
}
.addressMainContent ul{
    padding: 0;
    list-style: none;
    padding: inherit;
    margin: 0;
}
.addressMainContent li{
    margin-bottom: 2rem;
    width: 61%;
    color: #2d3a4b;
}
.addressMainContent a{
  color: #323131;
  FONT-SIZE: 16PX;
  FONT-WEIGHT: 400;
}
.addressMainContent i{
    font-size: 20PX;
    margin-right: 11PX;
}
.addressMainContent li:last-child a{
    /* color: red; */
}

.addressMainContent li:last-child i {
  color: #2d3a4b;
}
.addressMainContent p{
    font-size: 14px;
}
.ContactPage .contactform a {
    border-radius: 0;
    margin-bottom: 2rem;
    padding: 9px 50px;
    font-weight: 500;
}
.map {
    margin-bottom: 0;
}
.Section-1Image {
    margin-top: 7rem;
}
.contactform .btnOrder{}
/*CONTACT PAGE CSS END*/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color); 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}


.nav-up {
    top: 0;
}

.loaderMain {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   margin: auto;
   background-color: #ef7970;
   z-index: 999999;
   height: 100vh;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}
.loaderMain img {
    width: 40%;
}


.BannerMainheading{
  text-align: center;
}
.BannerContent-1 p{
    margin-top: 1px;
}
.ServicesHeading{
    text-align: center;
    margin: 0rem 0 3rem;
}
.ServicesHeading h1{
    font-size: 40px;
    font-weight: 700;
}
.listssame h6{
    font-size: 18px;
    font-weight: 900;
}
.listssame h6{
    color: #fff;
}
.firstlist-1{
    background: #46558b;
    border-radius: 20px;
    margin-top: 0rem;
    list-style: none;
    padding: 29px 22px;
    padding-top: 21px;
    margin-bottom: 0rem;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0;
}
.firstlist-1 li p {
    color: #fff;
}
.firstlist-1 p {margin-bottom: 0px;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    color: #555555;
    padding-left: 19px;
  }


.firstlist-1 h6 {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    }
.firstlist-2{
    padding: 30px 30px;
    margin-top: 4rem;
}
#exampleFormControlSelect1 {
    border: transparent;
    height: 45px;
    font-size: 17px;
    font-weight: 500;
}
.FooterSocialIcons{
    margin-top: 13px;
    text-align: center;
}
.FooterSocialIcons a{
    font-size: 27px;
    color: #45548b;
    transition: 0.5s ease;
    margin-right: 20px;
}
.FooterSocialIcons a:hover {
    color: #000;
}
.FooterSocialIcons a i{}
.Address-Location{}
.Address-Location ul{
    list-style: none;
    padding: 0;
}
.Address-Location ul li{
    margin-bottom: 9px;
}
.Address-Location ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #45548b;
}
.Address-Location ul li a i{
  margin-right: 10px;
}
svg.svg-inline--fa.fa-location-dot {
    margin-right: 5px;
}

svg.svg-inline--fa.fa-phone {
    margin-right: 5px;
}
.Address-Location h6{
  font-size: 1.4rem;
  margin-bottom: 27px;
  font-weight: 600;
}
.footertext-1{}
.footertext-1 h5 {
    margin-bottom: 6px;
    font-size: 21px;
}
.OfficeTimimg{
    margin-top: 2rem;
}
.OfficeTimimg h6{
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 13px;
}
.OfficeTimimg ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-bottom: 11px;
}
.OfficeTimimg ul li{
    font-size: 17px;
    font-weight: 500;
}
.OfficeTimimg ul li a{
    color: #45548b;
    font-size: 15px;
    font-weight: 500;
}
.BannerLis{
    margin-top: 4rem;
    margin-bottom: 3rem;
}
.BannerLis li{
    color: #fff;
}
.BannerContent-1 .BannerLis {
    margin-top: 0;
}

svg.svg-inline--fa.fa-fax {
    margin-right: 5px;
}

svg.svg-inline--fa.fa-envelope {
    margin-right: 5px;
}
.footertext li a span {
    padding-left: 12px;
}
.Footerlogo {
    margin-top: 5rem;
    text-align: center;
}


ul#menu-main-menu-1 li a {
    color: #45548b !important;
}










scroll-behavior: smooth;

