@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;}

.text-white{color: #ffffff;}    
.text-black{color: #000000}
.text-red{color: red;}
a{text-decoration: none;}
p{font-size: 17px;}
.bg-gray{background-color: #545454;}

.section-margin{margin-top: 50px; margin-bottom: 20px;}
.title{font-size: 3rem;}
.sectiontitle {
    background-position: center;
    text-align: center;
    min-height: 20px;}

.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;}


/***** Popup Css Start *****/
.popup{
  padding: 15px 30px;
  margin-left: auto;
  margin-right: auto;
  width: 550px;
  height: 350px;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
  top: 25%;
  left: 32%;
  position: fixed;
  border-radius: 8px;
  background-color: rgb(228, 228, 228);}

.popup h1{margin-top: 20px;}
.popup p{line-height: 29px; font-size: 19px;}
#close{
  color: #fff;
  background-color: red;
  padding: 2px 20px;
  border-radius: 4px;
  border: none;}

.ok{
  font-weight: 600;
  padding: 5px 25px !important;
  border: 2px solid orange !important;
  color: orange !important;
  background-color: transparent !important;
  transition: ease-in-out 0.3s;}

.ok:hover{
  color: #fff !important;
  background-color: orange !important;
  transition: ease-in-out 0.3s;}
  


/***** Navbar Css Start *****/
.navbar-expand-lg .navbar-collapse {margin-left: 160px;}
.navbar-nav .nav-item{margin: 0 10px;}
.navbar-dark .navbar-nav .nav-link {font-weight: 600;}


/***** Slider Css Start *****/
.carousel-caption {bottom: 3rem;}
.carousel-caption p{font-size: 20px;}

/***** About Us Css Start *****/
.about-us{margin-top: 20px; text-align: center;}
.about-us img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 220px;
  height: 220px;
  transform: scale(1);
  transition: ease-in-out 0.7s;}

.about-us img:hover{transform: scale(1.15); transition: ease-in-out 0.7s;}
.know-more-btn{
  margin-top: 10px;
  font-weight: 600;
  padding: 10px 30px;
  display: block;
  margin: 0 auto;
  width: 150px;
  border-radius: 25px;
  color: #cc9900; 
  border: 2px solid #cc9900;
  transition: ease-in-out 0.5s;}

.know-more-btn:hover, .news-btn:hover{
  color: #fff;
  background-color: #cc9900;
  transition: ease-in-out 0.5s;}



/***** services Css Start *****/
.card{margin-top: 15px; margin-bottom: 15px;}
.card-img-top{transform: scale(1); transition: ease-in-out 0.8s;}
.card-img-top:hover{transform: scale(0.9); transition: ease-in-out 0.8s;}


/***** News section Css Start *****/
.card{padding: 8px auto;}
.card-title{font-weight: 600; font-size: 1.35rem;}
.card-text{margin-top: 10px;}
.news-btn{
  margin-top: 10px;
  font-weight: 600;
  padding: 10px 30px;
  display: block;
  width: 150px;
  border-radius: 25px;
  color: #cc9900; 
  border: 2px solid #cc9900;
  transition: ease-in-out 0.5s;}


/***** contact section Css Start *****/
.contact-map iframe{height: 515px !important; width: 640px;}


/***** Footer Css Start *****/
.footer-dark {
    padding:50px 0 25px 0;
    color:#f0f9ff;
    background-color: #545454;}
  
  .footer-dark h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:20px;}
  
  .footer-dark ul {
    padding:0;
    list-style:none;
    line-height: 2.25;
    font-size:15px;
    margin-bottom: 0;}
  
  .footer-dark ul li{margin-top: 10px;}
  .footer-dark ul a {color:inherit; text-decoration:none; opacity:0.6;}  
  .footer-dark ul a:hover {opacity:0.8;}
  .footer-dark .item.text {margin-bottom:36px;}  
  .footer-dark .item.text p {opacity:0.6; margin-bottom:0;}
  .footer-dark .item.social {text-align:center;}
  .fa-facebook, .fa-instagram,
  .fa-twitter, .fa-linkedin{margin-top: 9px}
  
  @media (max-width:991px) {.footer-dark .item.social {text-align:center; margin-top:20px;}}
  @media (max-width:767px) {.footer-dark .item:not(.social) {text-align:center; padding-bottom:20px;}}  
  @media (max-width:767px) {.footer-dark .item.text {margin-bottom:0;}}
  
  .footer-dark .item.social > a {
    font-size:20px;
    width:36px;
    height:36px;
    line-height:36px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(255,255,255,0.4);
    margin:0 8px;
    color:#fff;
    opacity:0.75;}
  
  .footer-dark .item.social > a:hover {opacity:0.9;}
  .footer-dark .copyright {
    color: #ffffff !important;
    text-align:center;
    padding-top:24px;
    opacity:0.6;
    font-size:15px;
    margin-bottom:0;}

  .footer-dark .copyright a{color: #ffffff !important;}


/**** breadcrumb ****/
.all-pages-banner {
  background-image: url('../images/all-pages-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;}

.breadcrumb {margin: 70px 15px; background-color: transparent;}
.breadcrumb li {font-size: 20px; font-weight: 600;}
.breadcrumb li a{color: #ff613d;}
.breadcrumb-item.active {color: #fff;}


/**** Our team page css ****/
.ourTeam-hedding p{color: #979797;}
.ourTeam-hedding strong{color: black;}
.ourTeam-hedding{margin-bottom: 50px;}
.ourTeam-hedding h1{
  font-size: 25px;
  font-weight: bold;
  color: #145889;}

.ourTeam-box{
  border-radius: 2px;
  border-top: 6px solid #5DDDD3;
  margin: 0px;
  background-color: #FFFFFF;
  margin-bottom: 30px;}

.section1{padding: 30px 0px 30px 0px; background-color: #f9f9f9;}
.section2{background-color: #f9f9f9;}  
.section1 img{
  border-radius: 50%;
  height: 130px;
  width: 130px;}

.section2 p{
  font-weight: bold;
  color: #5DDDD3;
  letter-spacing: 1px;
  margin-bottom: 6px;}

.section2 span{color: #979597;}
.section3{background-color: #5DDDD3;}
.section3 i{color: #ffffff !important; padding: 15px; font-size: 15px;}
.section-info{border-top: 6px solid #90DFAA;}
.section-info p{color: #90DFAA;}
.section-info .section3{background-color: #90DFAA;}
.section-danger{border-top: 6px solid #FD8469;}
.section-danger p{color: #FD8469;}
.section-danger .section3{background-color: #FD8469;}


/**** Contact page css ****/
.contact{ margin: 20px 0; padding: 10px;}
hr{background-color: #ff613d; height: 2px;}
.contact h3{margin-bottom: 10px;}
.contact p{font-size: 20px; overflow-wrap: break-word;}
.fas{font-size: 30px; color: #ff613d; margin-right: 15px;}

form{padding: 15px; box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);}
label{margin: 20px 0 5px 0;}
.form-control{padding: 10px;}

.contact-btn{
  margin-top: 15px;
  color: #ff613d;
  border: 1px solid #ff613d;
  transition: ease-in-out 0.5s;}

.contact-btn:hover{
  color: #fff;
  background-color: #ff613d;
  border: 1px solid #ff613d;
  transition: ease-in-out 0.5s;}


/**** About page css ****/
.about-img{border-radius: 10px; transform: scale(1); transition: ease-in-out 0.7s;}
.about-img:hover{ transform: scale(0.9); transition: ease-in-out 0.7s;}




/**** Responsive Css ****/

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .contact-map iframe{height: 520px !important;}
  .contact h4{font-size: 18px;}
  .contact p{font-size: 15px;}
}

@media screen and (min-device-width: 576px) and (max-device-width: 767px) {
  .contact h4{font-size: 20px;}
  .contact p{font-size: 17px;}
}




/**** Disclaimer whole responsive css ****/
@media screen and (min-device-width: 767px) and (max-device-width: 991px) {
  .popup{width: 550px; height: 310px; top: 16%; left: 15%;}
  .popup p{line-height: 26px;}
}

@media screen and (min-device-width: 676px) and (max-device-width: 766px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon,
  .carousel-indicators{display: none;}
  .popup{width: 550px; height: 320px; top: 17%; left: 10%;}
  .popup p{line-height: 26px;}
}

@media screen and (min-device-width: 576px) and (max-device-width: 675px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon,
  .carousel-indicators{display: none;}
  .popup{width: 500px; height: 350px; top: 17%; left: 8%;}
  .popup p{line-height: 26px;}
}

@media screen and (min-device-width: 476px) and (max-device-width: 575px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon,
  .carousel-indicators{display: none;}
  .popup{width: 400px; height: 350px; top: 17%; left: 8%;}
  .popup p{line-height: 26px; font-size: 16px;}
}

@media screen and (min-device-width: 415px) and (max-device-width: 475px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon,
  .carousel-indicators{display: none;}
  .popup{width: 350px; height: 370px; top: 17%; left: 8%;}
  .popup p{line-height: 26px; font-size: 16px;}
}

@media screen and (min-device-width: 375px) and (max-device-width: 414px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon,
  .carousel-indicators{display: none;}
  .popup{padding: 15px 20px; width: 320px; height: 390px; top: 17%; left: 9%;}
  .popup p{line-height: 26px; font-size: 16px;}
}

@media screen and (min-device-width: 350px) and (max-device-width: 374px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon,
  .carousel-indicators{display: none;}
  .popup{padding: 15px 20px; width: 300px; height: 400px; top: 17%; left: 7%;}
  .popup p{line-height: 26px; font-size: 16px;}
}