@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

*,
::after,
::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #f5f5f5 !important;

}
.texture-back {
    padding: 80px 0;
    background: #eaeaea url("img/work-bg.webp") no-repeat top center / cover;
}
.texture-back1 {
    padding: 80px 0;
    background: #eaeaea url("img/service-bg.webp") no-repeat top center / cover;
}
.texture-back3 {
    padding: 80px 0;
    background: #eaeaea url("img/texture3.webp") no-repeat top center / cover;
}

a{
  /*color: #000;*/
  text-decoration: none;
}

 /* unvisited link */
 a:link {
  color: red;
} 

/* visited link */
 a:visited {
  color: red;
} 

/* mouse over link */
 a:hover {
  color: hotpink;
} 

/* selected link */
 a:active {
  color: blue;
} 
    

.logo {
  width: 150px;
  height: 80px;
 margin-top: -20px;

}

h1 {
  font-weight: 700;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 44px;

}

h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #3a74bd;
  text-align: center;
  padding-bottom: 2%;
}
.head{
  margin-top: 2%;
}
h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 20px;
  line-height: 40px;
}


h4 {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}



h5 {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}

p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.header {
  position: fixed;
  top:0;
	z-index: 1000;
	height: 75px;
  width: 100%; 
	background: transparent;
	padding: 18px;
	-webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}


.active {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

a:hover {
  text-decoration: none !important;
  color: black !important;
}

a:link {
  color: red;
}

/* visited link */
a:visited {
  color: red;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
}



/* unvisited link */
table a:link {
  color: red;
}

/* visited link */
table a:visited {
  color: green;
}

/* mouse over link */
table a:hover {
  color: hotpink;
}

/* selected link */
table a:active {
  color: blue;
}


a:hover {
  text-decoration: none;
  color: black;
}



.navbar-nav>li {
  padding-left: 50px;
  padding-right: 50px;
}

#mainbanner {
  background-image: url("img/background.jpg");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding: 0;
  margin: 0;

}

.bannerhead{
   position: absolute;
    top: 16%;
    font-size: 54px;
    line-height: 70px;
}
.bannersechead{
    position:absolute;color:#fff;top:40%;
}
.bannerhead2{
    position:absolute; top:4%;left: 58.93%;right: 5.37%;
}

.colnow-div{
     position:absolute;  
  top:60%;
  
}
.colnow-div p a{
    text-decoration:none;
    color:#fff;
}
.bancallnow{
 
  background: #ff8d26;
    color: #fff;
    padding: 10px 5px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    width: 100%;
    max-width: 272px;
    border: none;
   
}


.menubarbtn {
  border: none;
  float: right;
  height: 50px;
  width: 50px;
  background-color: transparent;
}

#menubar {
  color: #000;
  font-size: 30px;
}


.contdiv {
  height: 100%;
  width: 25%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #000000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  /* animation-name: example;
  animation-duration: 4s; */
}

/* @keyframes example {
  from {background-color: rgb(250, 183, 127);}
  to {background-color: rgb(136, 17, 209);}
} */

.contdiv p a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  padding-top: 1%;
}

.contdiv a {
  text-decoration: none;
  color: #000;
  padding: 2%;
  font-size: 15px;

}

/* .subcat{
font-size: 14px;
display: none;
}
.Serve:hover{
  .subcat{
    display: block;
  }
} */
.crossbtn {
  color: #000;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 5px;
}

.listdiv {
  margin: auto;
}

.listdiv a {
  padding: 2%;
  font-size: 14px;
}



.btn-content {
  width: 100%;
  height: 46px;
  background: #cfc2f1;
  border-radius: 5px;
  margin-bottom: 1%;
  border: none;
}


.content-div {
  background: #F0F0F1;
  border: 1px solid #838383;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

select {
  word-wrap: normal;
  background: transparent;
  color: #ffffff;
  font-size: larger !important;
  border: none;
  font-weight: none !important;
}

.dropfont {
  color: #000000;
}


.bannerform {
  position: absolute;
  left: 58.93%;
  right: 5.37%;
  top: 18%;
  bottom: 92.14%;
  background: #FEFEFE;
  height: 605px;
  border-radius: 20px;
  padding: 2%;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 60%);
}

.ordernow {
  background: #edb26f;
  border: none;
  color: #FFFFFF;
  margin-left: 35%;
}

.form-group {
  padding: 3%;
}

.accordion-header
{
  background: #cfc2f1 !important; 
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 50%);
    height: 40px;
    margin: 1%;

}
.accordion-button {
  height: 20px;
  background: #cfc2f1 !important;
}

.accordion-body {
  background: #f5f5f5 !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.accordion-item {
  background-color: #fff;
  border: none !important;
}
.accordion-button:focus {
     z-index: 0 !important; 
    border-color: none !important;
    outline: 0;
     box-shadow: none !important;
}
/* .button-1 {
  width: 200px;
  border-radius: 5px;
  background-color: #F4F200;
  background-image: #F4F200;
  background-image: -moz-linear-gradient(top, #fff 0%, #F4F200 100%); 
  background-image: -webkit-linear-gradient(top, #fff 0%,#F4F200 100%); 
  background-image: linear-gradient(to bottom, #fff 0%,#F4F200 100%); 
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.button-1:hover {
  background-position: -200%;
  transition: background 300ms ease-in-out;
} */

/* .glow-on-hover {
  width: 220px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}
 */
















/* #buttonfill {
  position: relative;
  //display:block;
  height: 45px;
  width: 150px;
  margin: 10px 7px;
  padding: 5px 5px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  color: #383736;
  border: 2px #383736 solid;
  border-radius: 4px;
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.fill:hover {
  color: whitesmoke;
}

.fill:before {
  content: "";
  position: absolute;
  background: #383736;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}

.fill:hover:before {
  top: 0;
}

 */








.cdr-button {
  width: 98%;
  height: 50px;
  padding: 15px 25px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #c491ef;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.cdr-button:hover {
  background-color: #442f55
}

.cdr-button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.product-home-box-col {
    height: 592px !important;
}


.cdbtn {
  width: 100%;
  height: 100px;
  padding: 2%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #9687be;
  border: none;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.eabtn {

  width: 98%;
  height: 100px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #3a74bd;
  padding: 5%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border: none;
  /* transition: width 2s, height 4s;
  border-radius: 5px; */

}

/* .eabtn:hover {
  width: 100%;
  height: 200px;
} */

.eabtn-mid {

  width: 98%;
  height: 100px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #ea8026 ;
  padding: 5%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border: none;
  /* transition: width 2s, height 4s;
  border-radius: 5px; */

}

/* .eabtn-mid:hover {
  width: 100%;
  height: 200px;
} */

/* Custom style */
/* .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
} */

#faq {
  color: #590f5c;
  font-size: 2rem;
  text-align: center;
}

.ordernow-form{
background-color: #ffffff;
padding: 2%;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
margin:7%;
}



#review-banner{
   position:absolute;bottom:50px; width:50%;
}

 @media screen and (max-width: 1366px){
    .bannerhead{
        font-size:45px;
    } 
    .custom-banner-bottom {
        top:35;
    }
 }


 @media screen and (max-width: 992px){
     #review-banner{
    display:none !important;
}
        .flex-row {
    flex-direction: column!important;
}

.tr-para {
    margin-top: 4%;
}
.cdbtn {
    margin-bottom: 2rem;
}
.bannerform {
    position: relative;
    left: 0;
    right: 0%;
    top: 14%;
    bottom: 92.14%;
    background: #FEFEFE;
    height: auto;
    border-radius: 20px;
    padding: 2%;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 60%);
}
.bannerhead{
    display:none;
}
.bannerhead2{
     display:none;
}
.bannersechead{
    display:none;
}
  }
  

@media (max-width: 768px) {
    
    .contsec{
   display:none;
}
    .accordion-header
{
  background: #cfc2f1 !important; 
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 50%);
    height: auto;
    margin: 2%;

}
    .container{
     width:100%;
       
    }
    
     .services-mission-card-right{
             margin-top: 25%;
     }
section{
    width:100% !important;
}
  .bannerform {
    position: relative;
    left: 0;
    right:0%;
    top: 8%;
    bottom: 92.14%;
    background: #FEFEFE;
    height: auto;
    border-radius: 20px;
    padding: 2%;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 60%);
}
.bannerhead{
    display:none;
}
.bannerhead2{
     display:none;
}
.bannersechead{
    display:none;
}
.servicepage{
    margin-top:12%;
}

.back-video{
   display:none;
    
}
#review-banner{
    display:none !important;
}
#mainbanner {
  height: auto;
}

#firstsec
{
  margin-top: 5%;
}

.accordion-button {
  height: auto;
  background: #cfc2f1 !important;
}
  .contdiv {
    height: 100%;
    width: 70%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    
  }
  
  .contdiv p a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  padding-top: 1%;
}

.contdiv a {
  text-decoration: none;
  color: #000;
  padding: 2%;
  font-size: 15px;

}

  .cdbtn {
    margin-bottom: 2rem;
    width: 100%;
  }

  .cdr-button {
    margin-bottom: 2rem;
    width: 100%;
  }

  .eabtn {
    margin-bottom: 2rem;
    width: 100%;
  }


  .eabtn-mid {
    margin-bottom: 2rem;
    width: 100%;
  }

  #lgbtn {
    height: 125px;
  }

  .flex-row {
    flex-direction: column!important;
}
.custom-banner-bottom {
    top: 20px;
}
.gyan_cust .col-sm-4 {
  width: 33%;
}
.custom-bnr-btm-inner {
  border-right: 0px;
}
.img-icons {
  text-align: center;
}
.img-icons img {
  max-width: 25px;
}
.custom-bnr-text p {
  line-height: 14px;
  font-size: 11px;
}
.custom-bnr-text h5 {
  font-size: 15px;
  line-height: 22px;
}
.custom-bnr-text {
  text-align: center;
  margin-bottom: 0;
}

.services-mission-card-right{
    text-align:center;
}
}






.stellar-box{
  background-color: #FFFFFF;
  height: 220px;
      width: 98%;
      padding-top: 10%;
  }



.trangible-box{
background-color: #FFFFFF;
height: 180px;
    width: 98%;
    padding-top: 10%;
    margin: 1%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tr-img{
height: 90px;
width: 90px;
}

.tr-para{
  margin-top: 11%;
 font-weight: 500;
}



.custom-banner-bottom {
  box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
  position: relative;
  top: -30px;
  background-color: #fff;
  padding: 20px;
  border-radius: 2px;
}

.custom-bnr-btm-inner {
  text-align: left;
}

.custom-bnr-btm-inner {
  border-right: 1px solid #dcdcdc;
}
.img-icons {
  text-align: right;
}

.img-icons img {
  max-width: 50px;
}

.custom-bnr-text p {
  margin-bottom: 0;
  font-weight: 600;
}

.custom-bnr-text h5 {
  font-weight: 700;
  font-size: 22px;
  color: #002a52;
  margin: 0;
}
.custom-banner-bottom .col-sm-4:nth-child(3) .custom-bnr-btm-inner {
  border: none!important;
}




/* 
.tutor-inner-section {
  padding-top: 54px;
}

.orders {
  display: flex;
  justify-content: space-between;
  max-width: 536px;
}

.custom-tutorlist {
  width: 100%;
}

.custom-tutorlist .review-img {
  cursor: pointer;
}
.review-icon_1 {
  background-position: -654px -68px;
}
.sprits-img-new {
  background-image: url(/image/sprites-img.png);
}

.review-size-img {
  display: inline-block;
  width: 165px;
  height: 50px;
}
.custom-tutorlist .review-img {
  cursor: pointer;
}

.review-icon_2 {
  background-position: -652px -128px;
}
.sprits-img-new {
  background-image: url(/image/sprites-img.png);
}
.review-icon_3 {
  background-position: -652px -9px;
}

.sprits-img-new {
  background-image: url(/image/sprites-img.png);
} */

/* .banRt{

}
.banRt ul li {
  background: #fff;
  margin: 20px 4%;
  padding: 9px 2px 8px 38px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 2px 2px 21px -5px #666;
  position: relative;
  font-size: 17px;
} */


.rback{
  background: #fff;
    margin: 20px 4%;
    padding: 9px 180px 8px 38px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 2px 2px 21px -5px #666;
    position: relative;
    font-size: 17px;
}

.rback img{
  height: 50px;
  width: 150px;
}
.rback span{
  width: 35px;
    background:  #ea8026;
    height: 100%;
    float: left;
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500;
    padding-top: 21px;
}

.services-mission-card {
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 50%);
    background: #f9f9f9;
    margin: 25px 0;
    border-radius: 18px;
}
.services-mission-card-left {
    padding: 30px 60px;
    max-width: 775px;
}
.mission-card-head1 {
    margin: 0 0 15px;
    line-height: 45px;
    font-size: 32px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #000000;
}
.mission-card-head2 {
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #ff8e29;
}
.services-mission-card-right .callnow {
   background: #ff8d26;
    color: #fff;
    padding: 10px 5px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    border-radius: 4px;
    width: 100%;
    max-width: 272px;
    border: none;
    margin-top: 15%;
}
.services-mission-card-left .order-btn {
    background: #ff8d26;
    color: #fff;
    padding: 10px 5px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    border-radius: 4px;
    width: 100%;
    max-width: 215px;
}
.services-mission-card-left p {
    font-size: 18px;
    color: #222848;
}
.services-mission-card-right p {
    font-size: 18px;
    color: #222848;
   margin: 5% 2px 5px 10%;
}


@media (max-width: 575px){
  .services-mission-card-left {
    padding: 15px 15px;
}
.mission-card-head1 {
    font-size: 18px;
    line-height: 30px;
}
}

.product-home-tab-box {
    padding: 65px 0;
}
.product-home-tab-box>div {
    padding-bottom: 30px;
}
.product-home-box-col {
    margin-bottom: 0;
    height: 100%;
    padding-bottom: 45px;
    position: relative;
}
.product-home-box-col {
    background: #fff;
    padding: 11%;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 2px #000;
}
.product-home-box-col h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 15px 0 15px;
    text-align:center;
}
.product-home-box-col p {
    font-size: 14px;
    margin: 0 0 0;
    color: #6d6c6c;
    text-align: center;
    padding: 0 10px;
}
.product-home-box-col-btm {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin: auto;
}
.box-col-btm-left a.learn-more {
    font-size: 16px;
    font-weight: 700;
    color: #ffca00;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
}
.box-col-btm-right .like-btn {
    background: transparent;
    border: 0;
    padding: 0;
    line-height: normal;
    color: #ffca00;
    font-size: 24px;
}
@media (max-width: 575px){
 .product-home-tab-box {
    padding: 20px 0;
}   
}


      .rating-col-icon img {
    max-width: 170px;
    width: 100%;
    max-height: 100px;
}
.rating-col-number {
    font-size: 24px;
    font-weight: 700;
    color:#fff;
}
span.feedback-rating .checked {
    color: #f7c63a;
}

.btn-content span{
    float:left;
    padding:4px;
    color:#ea8026;
    font-weight: 700;
    font-size:18px;
}

.back{
    width:100%;
    height:100vh;
    background-image: linear-gradient(#9687be, #9687be);
    position:relative;
    padding:0 5%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.back-video{
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    bottom:0;
   top:0;
    
}

/*@media (max-aspect-ratio: 16/0){*/
/*    .back-video{*/
/*        width:auto;*/
/*        height:100%;*/
/*    }*/
/*}*/

#contbanner {

  background-image: url("img/contbackground.webp");
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding-top: 5rem;
  margin: 0;

}

.contsec{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 50%);
    background: #f9f9f9;
    padding: 5% 0;
}
.contsec p{
    font-size:22px;
    font-weight:500;
}
.contsec p a{
    font-size:15px;
}

.cdr-review{
    text-align: center;
    color: #ea8026;
  position:absolute;
  bottom:10px;
  left:10%;
  right:10%;
}

  
/*  .serve{*/
/*       position: relative;*/
/*  }*/
  
/*  .hide {*/
/*  display: none;*/
/*}*/
    
/*.myDIV:hover + .hide {*/
/*  display: block;*/
/*  color: red;*/
/*  position: absolute;*/
/*  background-color: #f1f1f1;*/
/*  min-width: 160px;*/
/*  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
/*  z-index: 1;*/
/*}*/


.dropbtn {
  background-color: transparent;
  color: black;
  padding: 16px;
  font-size: 20px;
  border: none;
  font-weight:500;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 280px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  /*left:98%;*/
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: transparent;}

.obtn{
    border: none;
    width: 150px;
    height: 40px;
    background: #ea8026;
    border-radius:10px;
    color:white;
}


@media (max-width: 368px) {
     .container{
     width:100%;
       
    }
    
      .contsec{
   display:none;
}
  .bannerform {
    position: relative;
    left: 0;
    right: 0%;
    top: 10%;
    bottom: 92.14%;
    background: #FEFEFE;
    height: auto;
    border-radius: 20px;
    padding: 2%;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 60%);
}
.custom-banner-bottom{
    top: 22px;
}
.servicepage{
    margin-top:12%;
}
.services-mission-card-right{
    text-align:center;
}
    
}
