
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,400&family=Poppins:wght@400;500&family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,600;1,700&family=Rubik:wght@300;400;500;600;700&display=swap');
::selection{
  background:#895ffc;
  color:#fff;
  text-shadow:none;
}

::-webkit-scrollbar{
  width: 10px;
  background-color: #11184f;
}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{
  display:none;
}
::-webkit-scrollbar-track-piece{
  -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);
  background-color: #11184f;
}
::-webkit-scrollbar-thumb:vertical{
  border-radius:0px;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
  background-image:linear-gradient(#c49c4f,#c49c4f);
}

  .u-userLauncherColor:not([disabled]) {
    background-color: #2e3079 !important;
    color: #ffffff !important;
    fill: #ffffff !important;
}
    .accordion .accordion-item button[aria-expanded=true] {
        border-bottom: 2px solid #ea7865;
    }

    .accordion button {
        position: relative;
        display: block;
        text-align: left;
        width: 100%;
        padding: 0.9rem 1rem;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        border: 2px solid #eb7966;
        background: none;
        outline: none;
        border-radius: 34px;
        margin: 19px 0px;
    }

    .accordion button:hover,
    .accordion button:focus {
        cursor: pointer;
        color: #f8e6e2;
    }

    .accordion button:hover::after,
    .accordion button:focus::after {
        cursor: pointer;
        color: #03b5d2;
        border: 1px solid #03b5d2;
    }

    .accordion button .accordion-title {
        padding: 1em 1.5em 1em 0;
    }

    .accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 11px;
        right: 12px;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
    }

    .accordion button .icon::before {
        display: block;
        position: absolute;
        content: "";
        top: 9px;
        left: 5px;
        width: 10px;
        height: 2px;
        background: currentColor;
    }

    .accordion button .icon::after {
        display: block;
        position: absolute;
        content: "";
        top: 5px;
        left: 9px;
        width: 2px;
        height: 10px;
        background: currentColor;
    }

    .accordion button[aria-expanded=true] {
        color: #eb7966;
    }

    .accordion button[aria-expanded=true] .icon::after {
        width: 0;
    }

    .accordion button[aria-expanded=true]+.accordion-content {
        opacity: 1;
        max-height: 9em;
        transition: all 200ms linear;
        will-change: opacity, max-height;
    }

    .accordion .accordion-content {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: opacity 200ms linear, max-height 200ms linear;
        will-change: opacity, max-height;
    }

    .accordion .accordion-content p {
        font-size: 16px;
        font-weight: 300;
        margin: 0em 0px 11px 19px;
        color: #fff;
        font-family: 'Rubik';
    }

    @media (min-width: 576px) {
        .modal-dialog {
            max-width: 850px !important;
            margin: 30px auto;
        }
    }

    .modal-title {
        font-size: 32px;
        line-height: 53px;
        color: #2e3079;
        font-weight: 600;
        display: flex;
        font-family: 'Rubik', sans-serif;
        text-transform: uppercase;
    }

    .modal-title span {
        font-size: 32px;
        line-height: 53px;
        color: #eb7966;
        text-transform: uppercase;
        font-weight: 600;
        display: flex;
        font-family: 'Rubik', sans-serif;
    }

    .popup-pencil img {
        width: 10%;
        position: absolute;
        top: -440px;
        left: -8%;
    }
  .testi p{
        max-height: 186px;
    height: 100% !important;
    margin-top: 5px !important;
    overflow-y: auto !important;
  }

    .popup-laptop img {
        position: absolute;
        top: -157px;
        left: -105px;
        width: 37%;
    }

    .popup-tablet img {
        position: absolute;
        top: 461px;
        left: 322px;
        width: 37%;
    }


    .popup-pencil2 img {
        width: 10%;
        position: absolute;
        top: -440px;
        left: 99%;
    }

    .modal-laptop {
        position: absolute;
        top: -100px;
    }

    .modal-logo {
        display: flex;
        justify-content: center;
    }

    .modal-logo img {
        max-width: 100%;
        height: auto;
        width:72%;
    }

    .popup-head {
        display: flex;
        justify-content: center !important;
    }


    .close-btn {
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        opacity: 1;
    }

.close-btn span {
    padding: 0px 6px;
    font-size: 17px;
    border-radius: 22px;
    border: 2px solid #11184f;
}

    .modal-parent-div .wrapper-modal {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal-dialog {
        height: 100vh !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        margin: 0px auto !important;
    }

.disclaimer {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #969aaa;
    letter-spacing: .12em;
    padding: 6px 0px;
    border-top: 1px solid #000000;
    background: #17191a;
}
#cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999990;
    box-sizing: border-box;
    width: 100%;
    background-color: #000;
    border-top: 2px solid #fff;
    transition:all .5s ease-in-out;
}

.cookie-consent-banner__inner {
    max-width: 900px;
    margin: 0 50px;
    padding: 12px 0;
}

.cookie-consent-banner__header {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.cookie-consent-banner__description {
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.btn-footer {
    background-color: #d37e00;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 17px;
    color: white;
    border-radius: 30px;
    font-weight: 500;
}

.cookie-consent-banner__cta--secondary { 
  padding: 9px 13px;
  
  border: 2px solid #3A4649;
  
  background-color: transparent;
  
  color: #2CE080;
}

.cookie-consent-banner__cta:hover {
  background-color: #20BA68;
}

.cookie-consent-banner__cta--secondary:hover {
  border-color: #838F93;
    
  background-color: transparent;
  
  color: #22C870;
}

.cookie-consent-banner__cta:last-child {
  margin-left: 16px;
}

body{
  overflow-x:hidden;}
  h5{
    font-family:'Poppins';
  }
  .main-header{
    padding: 0px 25px;
  }
  .btn{
   font-family: 'Montserrat';
 }
 *:hover,*:focus,*{
  outline:none!important;
}
.overflw{
  overflow:hidden;
}
[class^="box-"]{
  display:none
}
[class^="box-"].showfirst{
  display:block
}
img{
  max-width:100%;
  height:auto;
}
a:hover, button:hover{
  -webkit-transition:all 0.4s ease-In-out;
  -moz-transition:all 0.4s ease-In-out;
  -o-transition:all 0.4s ease-In-out;
  transition:all 0.4s ease-In-out;
}

.pad{
  padding:0;
}
.padL{
  padding-left:0;
}
.padR{
  padding-right:0;
}
.pad-top-80{
  padding-top: 80px !important;
}
.pad-top{
  padding-top: 60px;
}
.pad-btm-30{
  padding-bottom:30px;
}
.pad-btm{
  padding-bottom:50px;
}
.pad-btm-70{
 padding-bottom:70px;
}
.pad-tb{
  padding: 80px 0;
}
.pad-tbm{
  padding: 50px 0;
}
.padRt-60{
 padding-right: 60px;
}
.pad-LR30{
  padding: 0 30px;
}
.pad-80-240{
  padding: 80px 0 240px;
}
.mt-50{
 margin-top: 50px;
}
.mt-35{
 margin-top: 35px;
}
/*botton*/
.btn-a-lp{
 background-color: #eb7966;
 border: 1px solid #eb7966;
 border-radius: 26px !important;
 color: #fff !important;
 padding: 10px 22px;
 text-decoration: none;
 font-size: 18px !important;
 font-weight: 400;
 cursor: pointer;
 display: inline-block;
 text-transform: uppercase;
 box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
 transition:.2s;
}
.btn-a-lp:hover{
  color:#eb7966  !important;;
  background-color: transparent;
  border: 1px solid #eb7966;
}
.btn-a1-lp{
 background-color: #2e3079;
 border: 1px solid #2e3079;
 box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
 border-radius: 26px !important;
 color: #fff !important;
 padding: 10px 22px;
 text-decoration: none;
 font-size: 18px !important;
 font-weight: 400;
 cursor: pointer;
 display: inline-block;
 text-transform: uppercase;
 transition:.2s;
}
.btn-a1-lp:hover{
  color:#2e3079 !important;
  background-color: transparent;
  border: 1px solid #2e3079;
}
.btn-submit {
  border-radius: 5px !important;
  text-transform: uppercase !important;
  font-size: 24px !important;
  letter-spacing: .2px;
}
.btn-submit:hover {
  background: transparent;
  color: #fff;
}
/*heading*/
.m1-h h5{
  font-size: 60px;
  text-transform:uppercase;
  color:#fff;
  font-weight:600;
  position:relative;
  font-family:'Poppins';
}
.m1-h h5 span{
  font-weight:400;
  font-size: 44px;
}
.m2-h h5{
  font-size:36px;
  text-transform:capitalize;
  color:#c49c4f;
  font-weight:600;
  position:relative;
  font-family:'Poppins';
  text-transform: uppercase;
  padding-bottom: 20px
}
.m2-h h5 span{
  border-bottom: 3px solid #c49c4f;
  text-transform: capitalize;
}
.m3-h h5 {
 margin-bottom: 35px;
 padding-bottom: 19px;
 color: #c49c4f;
 font-weight: 600;
 font-family: 'Poppins';
 text-transform: uppercase;
 font-size: 18px;
}
.m4-h h5 {
 color: #c49c4f;
 font-family: 'Poppins';
 text-transform: capitalize;
 font-size: 18px;
 margin: 25px 0 30px;
 font-weight: 600;
}
.m5-h h5 {
  font-weight: 600;
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'Poppins';
}
.m5-h h5 span {
 border-bottom: 3px solid #fff;

}
.m6-h h5{
}
/*paragrape*/
.p1 p{
  font-size: 14px;
  color:#fff;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.p2 p{
 font-size: 36px;
 color: #fff;
 line-height: 40px;
 font-weight: 500;
 letter-spacing: 0.2px;
 text-transform: uppercase;
}
.p3 p {
  color: #fff;
  line-height: 32px;
  font-weight: 600;
  font-size: 18px;
  font-family:'Poppins';
}
.p4 p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family:'Poppins';
  line-height: 22px;
}
.p5 p{
}
/* Font size */
.font-16{
  font-size: 16px !important;
}
/* Hamburger Menu */
.menu-Bar{
  width:30px;
  height:20px;
  cursor:pointer;
  position:absolute;
  right:15px;
  top:0;
  bottom:0px;
  margin:auto;
  z-index: 999999;
  display:none;
}
.menu-Bar span{
  display:block;
  height:4px;
  width:100%;
  background: #eb7966;
  position:absolute;
  transition:.6s all;
  border-radius:100px;
}
.menu-Bar span:nth-child(1){
  top:0;
}
.menu-Bar span:nth-child(2){
  top:8px;
  transform-origin:left;
}
.menu-Bar span:nth-child(3){
  top:16px;
}
.menu-Bar.open span{
  background:#000;
}
.menu-Bar.open span:nth-child(1){
  transform:rotate(45deg);
  top:12px;
  transform-origin:right-center;
}
.menu-Bar.open span:nth-child(2){
  width:0;
  opacity:0;
}
.menu-Bar.open span:nth-child(3){
  transform:rotate(-45deg);
  top:12px;
  transform-origin:right-center;
}



.banner-form input{
  background: #fff;
  margin-top: 13px;
  width: 100%;
  height: 40px;
  border-radius: 21px;
  border: none;
  outline: none;
  box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
  font-size: 15px;
  padding: 1px 12px;
  font-family: 'Rubik';
}
.banner-form textarea{
  background: #fff;
  margin-top: 17px;
  width: 100%;
  height: 149px;
  border-radius: 21px;
  border: none;
  box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
  outline: none;
  font-size: 15px;
  padding: 15px 14px;
  font-family: 'Rubik';
}
.banner-form button{
  background: #eb7966;
  width: 100%;
  margin-top: 15px;
  border-radius: 31px;
  border: none;
  height: 41px;
  border:1px solid #eb7966;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
  font-family: 'Rubik';
  outline: none;
}
.banner-form button:hover{
  background: transparent;
  border:1px solid #eb7966;
  color: #eb7966;
}
.laptop {
  position: absolute;
  top: -229px;
  right: -73%;
}
.laptop img{
  width: 70%
}


.brand-sec div p{
  font-size: 22px;
  line-height: 27px;
  font-family: 'Rubik';
  color: #eb7966;
  font-weight: 400;
  font-style: normal;
}
.brands-logo{
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-left: 1px solid #eb7966;
}
.number-content div span {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 75px;
  line-height: 86px;
  color: #eb7966;
}
.number-content p{
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;

}
.ready h6{
  font-size: 40px;
  font-family: 'Rubik';
  color: #eb7966;
  font-weight: 500;
  line-height: 45px;

}
.ready h6 span{
  font-size: 40px;
  font-family: 'Rubik';
  color: #fff;
  font-weight: 500;
  line-height: 45px;
}
.ready-p p{
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  font-family: 'Rubik';
  color: #ffff
}
.schedule-btn button{
  background-color: #eb7966;
  border: 1px solid #eb7966;
  border-radius: 26px;
  color: #fff !important;
  height: 44px;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
  transition: .2s;
}
.schedule-btn button:hover {
  color: #eb7966 !important;
  background-color: transparent;
  border: 1px solid #eb7966;
}
.read-book-img img{
  position: absolute;
  top: -6px;
  right: 107%;
  width: 65%;
}
.our-work h6 {
  font-size: 48px;
  line-height: 53px;
  text-transform: uppercase;
  color: #2e3079;
  font-weight: 600;
  text-align: center;
  font-family: 'Rubik', sans-serif;
}

.testi p {
  font-size: 16px;
  font-family: 'Rubik';
  line-height: 23px;
  color: #2e3079;
  font-weight: 300;
  font-style: italic;
  padding: 0px 20px;
}
.testi img {
 position: relative;
 opacity: 0.8;
 top: 36px;
 left: -41px;
 z-index: -999999999999999;
}
.testi-img{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.testi-img h5{
  font-size: 18px;
  font-weight: 500;
  color: #2e3079;
  font-family: 'Rubik';
  font-style: italic;
}

.testi-img p{
  margin-top: 6px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #2e3079;
  font-family: 'Rubik';
  font-style: italic;
}
.call-sec h6{
  font-size: 48px;
  line-height: 53px;
  text-transform: uppercase;
  text-align: center;
  color: #11184f;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
}
.call-sec h5{
  margin-top: 20px;
  font-size: 48px;
  line-height: 53px;
  text-transform: uppercase;
  text-align: center;
  color:#11184f;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}
.call-sec h4{
  margin-top: 20px;
  font-size: 48px;
  line-height: 53px;
  text-transform: uppercase;
  text-align: center;
  color:#eb7966 ;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
}


.call-sec p{
  color: #000;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
  font-family: 'Rubik';
  text-align: center;
  line-height: 20px;
}
.schedule-btn button{
  background-color: #feb2a1;
  border: 1px solid #feb2a1;
  border-radius: 26px;
  color: #2e3079 !important;
  height: 44px;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
  transition: .2s;
}
.schedule-btn button:hover {
  color: #2e3079 !important;
  background-color: transparent;
  border: 1px solid #2e3079;
}
.schedule-btn-blue button{
  background-color: #feb2a1;
  border: 1px solid #feb2a1;
  border-radius: 26px;
  color: #2e3079 !important;
  height: 44px;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
  transition: .2s;
}
.schedule-btn-blue button:hover {
  color: #fff !important;
  background-color: transparent;
  border: 1px solid #fff;
}
.call-btn button{
  background-color: #2e3079;
  border: 1px solid #2e3079;
  border-radius: 26px;
  color: #fff !important;
  height: 44px;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
  transition: .2s;
}
.call-btn button:hover {
  color: #2e3079 !important;
  background-color: transparent;
  border: 1px solid #2e3079;
}
.livechat-btn button{
  background-color: #2e3079;
  border: 1px solid #2e3079;
  border-radius: 26px;
  color: #fff !important;
  height: 44px;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
  transition: .2s;
}




.schedule-btn2 button{
  background-color: #eb7966;
  border: 1px solid #eb7966;
  border-radius: 26px;
  color: #fff !important;
  height: 44px;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
  transition: .2s;
}
.schedule-btn2 button:hover {
  color: #eb7966 !important;
  background-color: transparent;
  border: 1px solid #eb7966;
}
.question h6{
  font-size: 40px;
  font-family: 'Rubik';
  color: #eb7966;
  font-weight: 500;
  text-align: center;
  line-height: 45px;

}
.question h6 span{
  font-size: 40px;
  font-family: 'Rubik';
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 45px;
}
.phone-icon{
  display: flex;
  align-items: center;
  justify-content: start;
}
.phone-icon h6 {
  font-size: 20px;
  color: #eb7966;
  margin-left: 10px;
  font-weight: 500;
  font-family: 'Rubik';

}
.phone-icon a p {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #11184f;
  font-family: 'Rubik';
}
.footer-links ul li a {
  font-size: 16px;
  font-family: 'Rubik';
  color: #fff;
  font-weight: 300;
  transition: .2s;
  line-height:40px;
}
.footer-links ul li a:hover{
  font-size: 16px;
  font-family: 'Rubik';
  color: #eb7966;
  font-weight: 300;
  padding-left: 10px;
}
.footer-links h4 {
  font-size: 24px;
  color: #fff;
  font-family: 'Rubik';
  margin-bottom: 19px;
  margin-top: 30px;
  font-weight: 600;
}
.last-footer{
display: flex;
justify-content: space-around;
align-items: center;
}

.last-footer p {
      margin-bottom: 0px;
    font-size: 18px;
    color: #2e3079;
    font-weight: 500;
    line-height: 23px;
  
    font-family: 'Rubik', sans-serif;
}
.last-footer p a{
    font-size: 18px;
    color: #2e3079;
    font-weight: 500;
    line-height: 23px;
    font-family: 'Rubik', sans-serif;
}
.last-footer a i{
      color: #eb7966;
    font-size: 30px;
    margin: 0px 10px;
    transition: .2s
}
.last-footer a i:hover{
      color: #2e3079;
    margin: 0px 10px;
}
.last-copy p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}
.services-sec{
  background: #f8e6e2; 
  padding: 0px 80px;
}
.footer-sec{
  background: #11184f; 
  padding: 5rem 6rem;

}








































/*header*/
header{
  padding: 10px 0;
  background: #f8e6e2;
}
ul.menu{
  display:block;
}
ul.menu>li{
  display:inline-block;
  margin-right:20px;
}
ul.menu>li:last-child{
  margin-right:0;
  margin: 0 0 0 0px;
}
ul.menu>li>a{
  font-size:18px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  color:#11184f;
  text-transform:capitalize;
  letter-spacing: 0;
}
ul.menu>li.active a {
 border-bottom: 1px solid #eb7966;;
 color: #eb7966;
}
/*li.first a.active {
    
  }*/
/*ul.menu>li>a:hover {
   border-bottom: 2px solid #fff;
   }*/
   /*main-banner*/
   .mainBanner{
    background-size: cover;
    background-position:center;
    height:100vh;
    background-repeat:no-repeat;
    display:flex;
    align-items:center;
    position:relative;
    z-index: 999;
  }
  video#myVideo {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   top: 0;
   margin: 0 auto;
   width: 100%;
   height: 100%;
   object-fit: cover;
   z-index: 99;
 }
 .z-9 {
   z-index: 999;
   position: relative;
 }
 .mainBanner:after {
   content: "";
   width: 100%;
   height: 100%;
   background: #00000059;
   position: absolute;
   z-index: 2;
   top: 0;
   bottom: 0;
   margin: 0 auto;
 }
 /*main-banner End*/
 /* Social Icons */
 .socialIcon li{
  display: inline-block;
}
.socialIcon li span{
  padding: 12px 10px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0 5px 0 0;
}
.socialIcon li span:hover{
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
/*footer start*/
footer{
  background-color:#0f0f0f;
  padding: 30px 0;
}
.flogo{
  text-align:right;
}
.copyright.text-center {
 font-size: 14px;
 padding-top: 30px;
 padding-bottom: 30px;
 color: #fff;
 background: #000;
}
.copyright.text-center p {
  text-transform: capitalize;
}
.footerLinks a{
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}
.contactDetail li{
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}
/*footer end*/
/*media-quries*/
@media (max-width:1440px){
}
@media (max-width:1200px){
 .menu-Bar{
  display:block;
  top:0px;
}
.menuWrap.open{
  display:flex;
  left:0px;
}
.menuWrap{
  position:fixed;
  left:-210%;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  background: #eb7966;
  height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-flow:column;
  transition:all 0.4s ease;
  z-index: 9999;
  width:100vw;
}
.menuWrap .menu li{
  display:block;
}
.menuWrap .menu li a{
  margin-bottom:10px;
  padding:0;
  display:block;
  margin-bottom:30px;
  padding-right:0px;
  margin-right:0px;
  color:#fff;
  font-size:25px;
}
.container{
  position:relative;
}
header .header-top{
  display:none;
}
header .main-header ul.menu>li{
  display:block;
  padding:0px;
}
header .main-header ul.menu>li a{
  color:#fff;
  padding:0px;
  text-align: center;
}
header .main-header ul.menu>li a:before{
  display:none;
}
}
@media (max-width:980px){
 .btn-a{
  margin-bottom:20px;
}
footer{
  padding-bottom:60px;
}
}
@media (max-width:824px){
}
@media (max-width:767px){
 
}
@media (min-width:320px) and (max-width:340px){

}
@media (min-width:341px) and (max-width:365px){

}
@media (min-width:366px) and (max-width:380px){

}
@media (min-width:381px) and (max-width:415px){

}
/* UL style */
.listStyle {
 list-style: disc;
 display: inline-block;
 list-style-position: inside;
}
.listStyle li {
 margin: 30px 0;
 font-family:'Poppins';
 font-weight: 500;
 text-transform: uppercase;
 font-size: 18px;
 color: #fff;
  /* position: relative;
  */
}

footer.footer-sec a img {
  width: 140px;
}

footer.footer-sec {
  text-align: center;
}