@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap');
@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&display=swap');
@import url("bootstrap.min.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");

body {
  background: #fff;
  color: #586572;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Nunito', sans-serif;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #fff2e7;
}

::-webkit-scrollbar-thumb {
  background: #ff7701;
  -webkit-border-radius: 0;
  border-radius: 10px;
}

* {
  margin: 0px;
  padding: 0px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

ul, li {
  padding: 0;
  margin: 0;
}

a {
  color: #222;
  text-decoration: none !important;
}

ul, li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0;
  color: #292351;
}

p {
  padding: 0;
  font-family: 'Nunito', sans-serif;
}

::-moz-selection {
  text-shadow: none;
  background: #347793;
  color: #fff;
}

::selection {
  text-shadow: none;
  background: #347793;
  color: #fff;
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

#dyanmic .one {
  animation: fadeInUp 1s;
}

#dyanmic .one:nth-child(2n+2) {
  animation: fadeInUp 2s;
}

#dyanmic .one:nth-child(2n+3) {
  animation: fadeInUp 3s;
}

#dyanmic .one:nth-child(2n+4) {
  animation: fadeInUp 4s;
}

#dyanmic .one:nth-child(2n+5) {
  animation: fadeInUp 5s;
}

#dyanmic .one:nth-child(2n+6) {
  animation: fadeInUp 6s;
}

#dyanmic .one:nth-child(2n+7) {
  animation: fadeInUp 7s;
}

#dyanmic .one:nth-child(2n+8) {
  animation: fadeInUp 8s;
}

#dyanmic .one:nth-child(2n+9) {
  animation: fadeInUp 9s;
}

#dyanmic .one:nth-child(2n+10) {
  animation: fadeInUp 9.46s;
}

#dyanmic .one:nth-child(2n+11) {
  animation: fadeInUp 9.8s;
}

#dyanmic .one:nth-child(2n+12) {
  animation: fadeInUp 10s;
}

#dyanmic .one:nth-child(2n+13) {
  animation: fadeInUp 10.4s;
}

#dyanmic .one:nth-child(2n+14) {
  animation: fadeInUp 10.8s;
}

#dyanmic .one:nth-child(2n+15) {
  animation: fadeInUp 11.2s;
}

#dyanmic .one:nth-child(2n+16) {
  animation: fadeInUp 11.6s;
}

#dyanmic .one:nth-child(2n+17) {
  animation: fadeInUp 12s;
}

#dyanmic .one:nth-child(2n+18) {
  animation: fadeInUp 12.4s;
}

#dyanmic .one:nth-child(2n+19) {
  animation: fadeInUp 12.8s;
}

#dyanmic .one:nth-child(2n+19) {
  animation: fadeInUp 13s;
}
table{width: 100%;
   
}
table td{
    border: 1px solid #ccc;
    padding-left: 5px;
}
/*#region Header_Section  */

.meesage {
  background-color: #262161 !important;
  color: #fff;
  border: none !important;
  border-radius: 0px !important;
  text-align: center;
  padding: 8px !important;
  font-size: 15px;
  margin-bottom: 0px;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 8px 16px;
  font-size: 21px;
  color: #fff;
}

.sub_text {
  padding: 8px;
  font-size: 14px;
  color: #7c7b7b;
  font-weight: 500;
  border-bottom: 1px solid #dfdfdf;
}

.sub_text_link {
  text-align: right;
}

.sub_text li {
  display: inline-flex;
}

.sub_text li a {
  padding-left: 29px;
  color: #7c7b7b;
  font-weight: 500;
  transition: .4s ease-in-out;
}

.sub_text li a:hover {
  color: #ff6b01;
}

.header li a {
  text-transform: uppercase;
  padding: 12px 15px !important;
  font-size: 16px;
  display: inline-block;
  color: #232323;
  font-weight: 400;
  transition: .6s linear;
  border-radius: 0px;
  font-family: 'Poppins', sans-serif;
}

.header li a:hover {
  color: #ff6b01;
}

.header ul li {
  display: inline-block;
  float: none;
  margin: 0px;
}

.hide {
  display: none;
}

.header ul ul {
  position: absolute;
  display: none;
  animation: fadeInLeft .5s forwards;
  z-index: 9999;
  border-top: 2px solid #ff7101;
}

.dropdoqwn li {
  display: block !important;
  float: none;
}

.dropdoqwn2 {
  left: 100%;
  margin-left: 0px;
  margin-right: .1rem;
  margin-top: -43px;
min-width: 100%;
}

.dropdoqwn li a {
  display: block !important;
  background-color: #ffffff;
  font-size: 14px;
  border-bottom: 1px solid #e1e1e1;
  padding: 8px 15px !important;
  min-width: 290px;
  text-align: left;
  border-radius: 0px;
  font-weight: 400;
  color: #020202;
  text-transform: capitalize !important;
}

.dropdoqwn li a:hover {
  background-color: #ff7300;
  font-size: 14px;
  color: #fff;
}

.meg:hover {
  background-color: #fff;
}

.catrgory {
  background: url(../images/category.jpg);
  border-radius: 0px;
  height: 380px;
  background-size: auto;
  color: #fff;
  text-align: center;
}

.catrgory span {
  margin-top: 28%;
  display: block;
}

.catrgory h3 {
  font-size: 24px;
  font-weight: 900;
}

.catrgory a {
  background-color: #084519;
  display: table !important;
  margin: 50px auto;
  padding: 10px 18px !important;
  color: #fff !important;
}

.headerlist {
  padding: 10px 30px;
}

.myheaderlist ul {
  overflow-x: scroll;
}

.megmenupart {
  position: absolute;
  width: 100%;
  display: none;
  left: 0px;
  right: 0;
  z-index: 9999 !important;
  margin: 0px auto;
  transition: 1s ease-in-out;
  animation: fadeInDown .5s forwards;
  box-shadow: 0px 7px 15px -6px #888888;
  padding-top: 10px;
}

.megamenu li {
  display: block;
  width: 100%;
}

.megamenu li a {
  padding: 4px 0px;
  text-transform: capitalize;
}

.megamenu strong {
  width: 100%;
  display: block;
  padding-top: 30px;
  font-weight: 700;
  border-bottom: 1px solid #999;
  padding: 10px 0px;
}

.megmenupart ul {
  position: inherit !important;
  display: block !important;
}

.megamenu {
  background-color: #fff;
  color: #444;
  height: 380px;
  border-radius: 0px;
  padding: 20px;
  border-top: 2px solid #ff7300;
}

#nav:checked~.header {
  display: block;
  transform: translateX(0);
  transition: all 0.3s ease-out;
  ;
}

.dropdoqwn i {
  float: right;
  padding-top: 4px;
}

#sub:checked~.dropdoqwn {
  display: block;
}

#sub:checked~.dropdoqwn2 {
  display: block;
}

.headerf {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0px 3px 22px -3px rgb(43 42 42 / 22%);
  -webkit-box-shadow: 0px 3px 22px -3px rgb(43 42 42 / 20%);
  background-color: #fff;
}

.phone_area {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.phone_area a {
  font-size: 18px !important;
  color: #245d71;
  font-weight: 600;
  display: block;
  line-height: 17px;
}

.numeremail img {
  padding-right: 8px;
  padding-left: 10px;
}

.phone_area span {
  display: block;
  line-height: 21px;
}

.bannerright {
  position: fixed;
  z-index: 9999;
  right: 0px;
  top: 200px;
  background: #fff;
  box-shadow: 0 0 35px -10px #ccd7db;
  border-radius: 5px 0px 0px 5px;
}

.bannerright img {
  border-radius: 5px 0px 0px 5px;
}

.bannerright img:hover {
  filter: grayscale(100%);
}

/*#endregion Header_Section  */

/*#region Banner_Section  */

.carousel-inner img {
  width: 100%;
  background-size: cover;
}

/*#endregion Banner_Section  */

/*#region Team_Section  */

.owl-prev {
  position: absolute;
  top: 38%;
  background-color: #fff;
  width: 46px;
  height: 46px;
  padding: 8px 0px;
  font-size: 27px;
  text-align: center;
  color: #000;
  left: -57px;
  border-radius: 100px;
  box-shadow: 0 0 35px -10px #444444;
  transition: all .4s;
}

.owl-prev:hover {
  background-color: #ff6900;
  color: #fff;
}

.owl-next {
  position: absolute;
  top: 38%;
  background-color: #fff;
  width: 46px;
  height: 46px;
  font-size: 27px;
  padding: 8px 0px;
  text-align: center;
  right: -57px;
  border-radius: 100px;
  box-shadow: 0 0 35px -10px #444444;
  transition: all .4s;
}

.owl-next:hover {
  background-color: #ff6900;
  color: #fff;
}

.client_h {
  display: block;
  margin-bottom: 0px;
  color: #000;
  font-size: 19px;
  font-weight: 700;
}

/*#endregion Team_Section  */

.servicesbg {
  background: #f7fafb;
}

.servicesbg h1 {
  font-weight: 600;
    font-size: 26px;
}

.servicsbox {
  background: #fff;
  padding: 40px 30px 20px;
  text-align: center;
  box-shadow: 0 0 35px -10px #ccd7db;
  border-radius: 8px;
  min-height: 385px;
}

.servicsbox:hover {
  box-shadow: 0 0 35px -10px #b1c1c6;
}

.servicsbox h6 {
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
}

.servicsbox a {
  color: #F30;
}
.servicsbox img{ object-fit:contain; width:100%; height:200px;}
.wedigital strong {
  font-size: 20px;
  background: -webkit-linear-gradient(#fd1301, #fdad01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wedigital h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 20px;
}

.wedigital ul li {
  display: inline-block;
  width: 49%;
  line-height: 40px;
}

.wedigital ul li i {
  color: #26d98f;
  margin-right: 5px;
}

.expertscontent strong {
  font-size: 20px;
  background: -webkit-linear-gradient(#fd1301, #fdad01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 50px;
}

.expertscontent h3 {
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 20px;
}

.expertscontent h4 {
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 20px;
}

.teamcontent img {
  border-radius: 50%;
  margin-bottom: 25px;
}

.teamcontent {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.clientimages img {
  background: #fff;
  padding: 15px;
  height: 100px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 30px;
  filter: grayscale(100%);
}

.clientimages img:hover {
  filter: grayscale(0%);
}

.contactimages img {
  width: 100%;
}

footer {
  background: #263143;
  color: #8994a6;
}

.footercom {
  padding: 50px 0px;
}

.footercom h5 {
  color: #fff;
  padding-bottom: 20px;
  font-weight: 400;
}

.footercom ul li a {
  color: #8994a6;
  line-height: 26px;
  transition: .4s ease-in-out;
}

.footercom ul li a:hover {
  color: #febd31;
}

.getintouch ul {
  display: flex;
  margin-top: 6px;
}

.getintouch li {
  margin-right: 20px;
}

.getintouch li a {
  background: #676f7b;
  border-radius: 50px;
  padding: 12px;
  width: 50px !important;
  text-align: center;
  display: block;
  font-size: 22px;
  color: #263143 !important;
  transition: .4s ease-in-out;
}

.getintouch li a:hover {
  background: #febd31;
  color: #263143 !important;
}

.footerbottom {
  background: #131c2b;
  padding: 20px 0px !important;
  line-height: 24px;
  text-align: center;
}

.footerbottom a {
  color: #8994a6;
}

.testi_person {
  background: #fff;
  padding: 40px 40px;
  box-shadow: 0 0 35px -10px #ccd7db;
  border-radius: 8px;
  margin: 10px 21px;
  text-align: left;
  position: relative;
}

.t-profile {
  display: flex;
  align-items: center;
}

.t-profile img {
  width: 97px;
  margin-right: 30px;
}

.t-profile span {
  display: block;
  font-weight: 700;
  color: #000d54;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

.t-profile strong {
  color: #15d9ff;
  margin-top: 7px;
  display: block;
}

.testi_person i {
  color: #006cff;
  font-size: 21px;
  padding-right: 7px;
  margin-top: 10px;
}
.navbar-toggler{
  display: inline-block;
}

.inputype{outline: none;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    color: #000;
    padding: 5px 0px;}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #117a87;
    font-size: 14px;
}
.modal-title {
    color: #233a52;
}
.inputypebutton{
	border: none;
    background: #e70e28;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 20px;
}





/* ----------------------------
           RESPOSIVE 
-------------------------------*/

@media (min-width:150px) and (max-width:767px) {
	.revere{ flex-direction: column-reverse;}
	.support{ display:none;}
  .owl-carousel .owl-item {
    padding: 18px;
  }
  .bannerright {
    display: none;
  }
  .wedigital ul li {
    display: table;
    width: 100%;
    line-height: 30px;
  }
  .servicesbg h1 {
    font-size: 26px;
    font-weight: 500;
  }
  .owl-buttons {
    display: none !important;
  }
  .top_section {
    display: none;
  }
  .header {
    padding: 0px 0px !important;
  }
  .sub_text {
    display: none;
  }
  .numeremail img {
    width: 40px;
  }
  .numeremail {
    position: absolute;
    top: auto;
    right: 17px;
    margin-top: -45px;
  }
  .phone_area {
    display: none;
  }
  .navbar-brand img {
    position: absolute;
    right: 0;
    left: 0;
    left: 0;
    margin: -35px auto;
    display: block;
    width: 120px;
    padding: 0 !important;
  }
  .navbar {
    display: table;
    position: initial !important;
    border: none;
  }
  .navbar-toggler {
    outline: none !important;
  }
  .textbanner {
    position: relative;
    top: 0;
    z-index: 999 !important;
    right: 0px;
    left: 0;
  }
  .form-part2 {
    width: 91%;
    margin: 0px auto;
    margin-top: 30px !important;
  }
  .masks {
    margin-top: 15px;
  }
  .deals h1 {
    display: none;
  }
  .deal-b h3 {
    background-color: var(--red);
    padding: 15px;
    color: #fff;
    font-size: 10px;
  }
  .domestic {
    font-size: 18px;
  }
  .hidden-xs {
    display: none;
  }
  .addpart h6 {
    font-size: 1.5rem;
  }
  .back-to-top {
    display: none !important;
  }
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.5rem;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
}}
@media (min-width:992px) {
  .header {
    padding: 5px 0px !important;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
  }
}

@media (min-width:600px) and (max-width:992px) {
  .owl-prev {
    display: none;
  }
  .navbar {
    display: table;
    position: initial !important;
    border: none;
  }
  .navbar-toggler {
    outline: none !important;
  }
  .masks {
    margin-top: 15px;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 61px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    text-align: center;
    z-index: 999;
    background-color: #343a40;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .header li a {
    font-weight: 300;
    color: #fff;
  }
}

/* ----------------------------
        TOOGLE STYLE
-------------------------------*/

.active .type17 {
  transform: rotate(45deg);
  background-color: #333;
  transition: all 0.6s ease-in-out;
}

.active .type17:before {
  transform: translate(-4px, -6px) rotate(90deg);
}

.active .type17:after {
  transform: translate(16px, -7px) rotate(90deg);
}

.block {
  height: 38px;
  width: 38px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  transition: all 1s ease;
}

.cta {
  height: 50px;
  width: 50px;
  cursor: pointer;
}

.toggle-btn {
  height: 2px;
  width: 25px;
  background-color: #333;
  position: relative;
  top: 50%;
  left: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}

.toggle-btn:before {
  content: "";
  height: 2px;
  width: 25px;
  box-shadow: 0 -10px 0 0 #333;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.toggle-btn:after {
  content: "";
  height: 2px;
  width: 25px;
  box-shadow: 0 10px 0 0 #333;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.type17:before {
  width: 12px;
}

.type17:after {
  width: 12px;
  box-shadow: 13px 10px 0 0 #333;
}

@media screen and (min-width:800px) {
  .header ul li:hover>ul {
    display: block;
  }
  .meg:hover .megmenupart {
    display: block !important;
  }
  .clientp {
    padding: 0px 58px !important;
  }
  .navbar-toggler {
    display: none;
  }
  .faicon {
    display: none;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}

@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}

.in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}

@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}

.in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-duration: 1s;
  animation-delay: 1s;
}

.back-to-top {
  position: fixed;
  display: none;
  text-align: center;
  z-index: 99999999;
  background-color: #ffffff;
  color: #ff7701;
  width: 45px;
  height: 42px;
  line-height: 30px;
  right: 40px;
  bottom: 30px;
  padding-bottom: 2px;
  font-size: 25px;
  padding-top: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: none;
  border: 2px solid #ff7701;
  animation: fadeInRight 1.2s;
  border-radius: 10px 10px 0px 0px;
}

.back-to-top:hover {
  background-color: #ff7701 !important;
  color: #fff;
  border: 2px solid #fff;
}

.mobilefixed {
  position: fixed;
  background-color: #fff;
  width: 100%;
  bottom: 0;
  color: #fff;
  display: flex;
  text-align: center;
  z-index: 999999999 !important;
  box-shadow: -8px 2px 21px 0px rgba(136, 136, 136, 0.56);
}

.mobilefixed ul {
  width: 100%;
  margin-bottom: 0;
}

.mobilefixed li {
  display: inline-block;
  width: 19%;
  /* border-right: 1px solid rgba(0, 0, 0, 0.1803921568627451); */
}

.mobilefixed li a {
  color: #000;
  padding: 5px 15px 2px;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
}

.google {
  padding-top: 0px;
}

.mobilefixed svg {
  width: 18px;
  margin: 0 auto;
  margin-bottom: 2px;
  margin-top: 5px;
}

.setp{
	position:relative;
}
.left-side-p{
	position: sticky;
    top: 66px;
    bottom: 0;
    height: 90vh;
    background-color: #fff;
        border-top: 1px solid #e9e9e9;
		
}

.types{
	color: #292929;
    display: block;
    border-bottom: 1px solid #f783ac;
    padding: 15px 20px;
    font-weight: 700;
	font-size: 16px;
}
.textscrool{
	max-height:300px;
	overflow:auto;
}
.types i{
	color:#f70059;
	padding-right:5px;
}
.plus-icon{
	color: #4b566b;
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 12px !important;
}
.card-header{
	    padding: 12px 18px;}
.textscrool a{ font-size:16px; color:#4b566b;; padding:6px 0px}
.card-body a{
	display: block;
    padding: 4px 10px;
    color: #2c343e;
    font-size: 14px;
	padding-left: 18px;
}
.card-body a:hover{
    color: #eb0000;
}
.card-body{ padding:0px; overflow-x: auto;
	max-height: 300px;}
/* width */
.card-body::-webkit-scrollbar {
	width: 0px;
  }
  
  /* Track */
  .card-body::-webkit-scrollbar-track {
	background: #f1f1f1;
  }
  
  /* Handle */
  .card-body::-webkit-scrollbar-thumb {
	background: #888;
  }
  
  /* Handle on hover */
  .card-body::-webkit-scrollbar-thumb:hover {
	background: #555;
  }	

.phonecall{
	padding:0px 18px;
}
.card{
	border:none;
}
.accordion>.card>.card-header {
    border-radius: 0;
     margin-bottom: 0px; 
}
.phonecall i{
	font-size: 18px;
    color: #f70059 !important;
    padding-right: 2px;
	padding-top:4px;
	width: 24px;
    text-align: center;
}
.card:show i{
	color:red !important;
} 
.fbtext2 {
	text-align:left;
	padding:4px 21px;
}
.fbtext2 h4{
	    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
	margin-top:0px;
}
.seriframe{
	border:none;
	width:100%;
	max-height:630px;
}
.breadcrmb{
	padding: 15px 4px 0px 5px !important;
	display:block;
	font-size:14px;
}
.breadcrmb a{
	padding: 0px 4px !important;
    display: inline-block;
}
.right-side-p{
	background-color:#f2f3f5;
}
.left-side img{
	 max-height: 475px;
    object-fit: contain;
	width:100%;
}
.textpanel{
	display: block;
    padding: 30px 37px !important;
    font-size: 14px;
	text-align:center;
}
.readmore3 a {
    display: inline-block;
    margin: 10px auto;
    background-image: linear-gradient(#ff8400, #fb9f3d);
    color: #fff;
    padding: 10px 50px !important;
    font-size: 17px;
    border-radius: 7px;
    font-weight: 600;
    text-align: center;
}
.heading-set{
	font-size: 14px;
    font-weight: 400;
    display: block;
    padding-top: 4px;
}
.sertpage{
	position:relative;
}

.set-profile{
	background-color:#00b4dc;
	height: 167px;
}
.setheading span{
	position: relative;
    left: 0;
    padding: 4px 15px;
    display: inline-block;
	font-weight:700;
	box-shadow:none;
	margin-bottom:15px;
}
.text-small{
	color:#000;
	font-weight:600;
	font-size:14px;
}
.about-page{ padding:0px 10px;}
.about-page h3{
	font-size:36px;
	font-weight:600;
	    color: #262161;
	margin-top:20px;
	
}
.fb {
	background-color:#4b69b0;
	color:#fff!important;
	display:inline-block;
	border-radius:100%;
	width:28px;
	height:28px;
	text-align:center;
	padding:4px;
	margin-top:5px;
	margin-right:4px
}
.in {
	background-color:#f69b4f;
	color:#fff!important;
	display:inline-block;
	margin-right:4px;
	border-radius:100%;
	width:28px;
	height:28px;
	text-align:center;
	padding:4px;
	margin-top:5px
}
.you {
	background-color:#e83f3a;
	color:#fff!important;
	display:inline-block;
	border-radius:100%;
	width:28px;
	height:28px;
	text-align:center;
	padding:4px;
	margin-top:5px
}
.right-panel{ background:#eee;}
.formsetting {
	width:100%
}
.fixed {
	position:-webkit-sticky;
	position:sticky!important;
	top:85px!important
}
.formpage5 {
	border-radius:7px;
	border:1px solid #e8e8e8;
	background-color:#fff;
}
.left-side{
	background-color:#fff;
	padding:10px;
	border: 1px solid #e8e8e8;
	border-radius:8px;
}
.left-side img{ width:100%; object-fit:contain; height:450px;}
.DESCRIPTION strong{
	margin-top:15px;
	display:block;
	font-size:17px;
	padding-bottom:10px;
}
.DESCRIPTION{
	line-height:25px;
	text-align:justify;
}
.innerform {
	background:#eeebeb;
	color:#555;
	padding:0!important;
	margin:7px;
	border-radius:7px
}
.formpage5 h6 {
	font-size:20px;
	color:#fff;
	text-align:center;
	display:block;
	margin-bottom:0;
	background-color:#ec6928;
	padding:8px;
	border-radius:6px 6px 0 0
}
.innerform form {
	padding: 25px 25px;
}
.forminner {
	display:block;
	text-align:center;
	font-weight:400;
	font-size:12px!important;
	padding-top:13px;
	padding-bottom:9px
}
.inputname {
	border:1px solid #ccc;
	font-size:14px;
	margin-bottom:10px;
	color:#333;
	padding:5px 10px;
	width:100%
}
.inputbutton {
	outline:0;
	margin:0 auto;
	border:none;
	padding:8px 27px;
	border-radius:3px;
	color:#fff;
	font-weight:700;
	background-color:#647a91;
	display:block;
	font-size:16px;
	width:100%;
	margin-bottom:0px;
	margin-top:23px
}
.all-add {
	margin-top:30px
}
.gallery img {
    height: 250px;
    object-fit:contain;
    background: rgb(255, 255, 255);
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 3px 22px -3px rgb(43 42 42 / 23%);
    margin-bottom: 10px !important;
    margin-bottom: 10px !important;
}
.right-panel1{ background:url(../image/enquiry.jpg); padding-bottom:50px;}
.contact-i {
	background-color:#fff;
	height:632px;
	box-shadow: -12px -7px 30px 10px rgba(136, 136, 136, 0.17);
	padding:40px !important;
	font-size:16px;
	text-align:left;
	position:relative;
}
.social-media {
	text-align: center;
	margin-bottom:18px;
}
.social-media a {
	text-decoration:none !important;
	margin-right:7px;
	color:#fff !important;
}
.facebook {
	background-color: #4b69b0;
	color: #fff;
	padding: 6px;
	font-size: 31px;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	text-align: center;
	display: inline-block;
}
.youtube {
	background-color: #f95035;
	color: #fff;
	padding: 6px;
	font-size: 31px;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	text-align: center;
	display: inline-block;
}
.whatsapp2 {
	background-color: #1a9d13;
	color: #fff;
	padding: 6px;
	font-size: 31px;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	text-align: center;
	display: inline-block;
}
.icons1 {
	max-width: 38px;
	margin: 0px 18px 35px 0px;
	float: left;
	font-size:30px;
	color: var(--secondary) !important;
}
.c-one {
	margin-top:30px;
	clear:both;
}
.c-one span {
	display:block;
	color:#000;
	font-weight:700;
	font-size:18px;
}
.c-one a {
	color:#000;
	font-size:17px;
	text-decoration:none;
}
.support {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}
.map iframe {
	width:100%;
	height:632px;
	border:none !important;
}
.newform{ width:100px; padding:5px; font-size:18px; border:1px solid #999;border-radius: 3px;}