body,html{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    
   }

   header{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
   }


   #top_ul{
       text-align: center;
       
   }
   
   
   #top_ul li{
       padding: 0 5px;

   }
   
   #top_ul li a{
       /* color: #555555 !important; */
       color: rgb(58, 50, 50) !important ;
       text-transform: uppercase;
       font-family: Montserrat;
       font-weight: 600 !important;
   transition: all ease 0.4s;
   
   }

   #top_ul li a:hover{
    color: white !important;
    background-color: #FBA73D;
   }
   
   #top_ul li .signin{
       background-color: #2bb673;
       color: white !important;
   }
   
   
   @media screen  and (max-width:992px){
       
       #top_ul{
           background-color: #ffffff;
       box-shadow: 2px 2px 2px 2px #ccc;
       }
   
       #top_ul li{
             border-bottom: 2px solid  #FBA73D;
       }
   
   }
   
   /****Nab bar ends  */





/**********Carousel starts here************/

.carousel-item img{
     height: 600px;
    position: relative;
  }
  
  .carousel-overlay{
    /* background-color: #2E338C; */
    background-color: rgba(42, 44, 57, 0.8);
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .carousel-caption{
    background-color: transparent;
    background-image: linear-gradient(260deg, #FFFFFF00 45%, #000000a1 100%);
    padding: 30px 30px 30px 30px;
    border-radius: 10px;    
}


  
  .carousel-caption{
  
    text-align: start;
    transform: translateY(-32%);
  }
  
  .carousel-caption h1{
    font-size: 40px;
    font-weight: bolder;
    font-family: Montserrat;
  }
  .carousel-caption p{
    font-size: 20px;
    font-weight: 500;
    font-family: Montserrat;
    margin-top: 3%;
    text-align: justify;
  }
  
  .carousel-caption .btn{
    background-color: #F79225;
    padding: 10px 20px;
    color: white;
    font-family: Montserrat;
    margin-top: 3%;
  }
  
  .carousel-caption .btn{
     background-color: #F79225;
     color:white;
  }
  
  @media screen and  (max-width:1000px){
  
  
    .carousel-item img{
        height: 450px;
       }

         
       
    .carousel-caption{
  
        text-align: start;
        transform: translateY(-19%);
    }
    
    .carousel-caption h1{
        font-size: 25px;
        
    }
    .carousel-caption p{
        font-size: 15px;
        margin-top: 2%;
    }   
    
    .carousel-caption .btn{
        font-size: 12px;
        padding: 5px;
        margin-top: 1px;
    }
    
    
    
   }
  
   @media screen and  (max-width:550px){
   
   body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow: hidden;
   }

   .carousel-item img{
    height: 300px;
   }
   
    .carousel-caption{
  
        text-align: start;
        transform: translateY(-15%);
    }
    
    .carousel-caption h1{
        font-size: 14px;
        
    }
    .carousel-caption p{
        font-size: 10px;
    }
    
    .carousel-caption a{
        font-size: 10px;
        padding: 2px 3px;
    }
    
   }
  
  /************Carousel Ends Here******************/

  /* cards section starts */

  .card{
    padding: 20px 15px;
    min-height: 350px;
    background-color: #f0f0f0;
  }

  .card h1{
    font-size: 23px;
    font-family: Montserrat;
    font-weight: bold;
    color: #4B4B4B;
    text-wrap: nowrap;
  }

  .card p{
    font-size: normal;
    font-family: Montserrat;
    text-align: justify;
  }

  .main_card_section{
    padding-bottom: 40px;
  }

  .main_card_section h2{
    text-align: center;
    font-size: 23px;
    font-family: Montserrat;
    font-weight: bold;
  }

  .main_card_section .btn_service{
    text-align: center;
  }

  .main_card_section .btn_service a{
    color: white;
    font-family: Montserrat;
    background-color: #FBA73D;
  }

  .main_card_section a{
    /* color: #4B4B4B !important; */
    text-decoration: none;
  }
  /* cards section ends */

/* who we are starts*/
#who_we_are
{
    padding: 50px;
}

#who_we_are h3{
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 27px;
  letter-spacing: .8px;
  font-family: Montserrat;
  color: rgb(199, 199, 199);
}

#who_we_are h1
{
  line-height: 47px;
  font-size: 25px;
  /* text-align: justify; */
    font-family: Montserrat;
    font-weight: bold;
    color: #FBA73D;
    text-transform: capitalize; 
}

#who_we_are p{
    margin-top: 10px;
    /* color: rgb(58, 50, 50); */
    font-family: Montserrat;
    font-weight: 500;
}

#who_we_are a{
  background-color: #FBA73D;
  color: white;
  font-family: Montserrat;
}

#who_we_are2 img
{
    width: 100%;
    height: auto;
    border-radius: 30px;
    /* margin-left: 50px; */
    margin-top: 40px;
    
}

@media screen and (max-width:992px)
{
   #who_we_are
    {
      padding: 20px;
    }
   #who_we_are2 img
    {
      width: 100%;
      height: auto;
      border-radius: 30px;
      /* margin-left: 0px; */
    }

}

/* who we are ends */


/* consultancy starts */


#consultancy
{
    padding: 80px;
    background-image: url("../images/main_ship.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}

#consultancy_overlay{
  /* background-color: #2E338C; */
  background-color: rgba(42, 44, 57, 0.8);
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#consultancy1{
  z-index: 1;
}

#consultancy1 h1
{
    font-family: Montserrat;
    font-weight: bold;
    color: White;
    text-transform: uppercase; 
}

#consultancy1 p{
    margin-top: 20px;
    /* color: rgb(58, 50, 50); */
    color: white;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 37px;
}

#consultancy1 ul li{
    font-family: Montserrat;
    font-weight: 500;
    /* color: rgb(58, 50, 50); */
    color: white;
    line-height: 37px;
    list-style-image: url(../images/arrow.png);
}

#consultancy2{
  z-index: 1;
}

#consultancy2 h3{
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  font-family: Montserrat;
  line-height: 27px;
  letter-spacing: .8px;
}


#consultancy2 h1{
  color: #fff;
  line-height: 47px;
  letter-spacing: .2px;
  font-size: 29px;
  font-family: Montserrat;
}

#consultancy2 a{
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 28px;
  color: #fff;
  padding: 12px 25px;
  background-color: #FBA73D;
  text-decoration: none;
  font-family: Montserrat;
}

@media screen and (max-width:992px)
{
   #consultancy
    {
      padding: 20px;
    }
   

}

/* consultancy ends */


/* why choose us starts */
#choose{
  padding: 100px 50px;
  text-align: center;

}

#choose h3{
  font-size: 15px;
  font-weight: 400;
  font-family: Montserrat;
  line-height: 27px;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #b0a9a9;
} 

#choose h1{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .2px;
  line-height: 47px;
  font-family: Montserrat;
  color: #FBA73D;
}

#choose p{
  margin-bottom: 20px;
  font-family: Montserrat;
  line-height: 27px;

}



#choose2
{

    background-image: url("../images/deliver.jpg");
    background-size: cover;
    background-position: top right;
    
    background-repeat: no-repeat;
    
}

.choose2_text{
  padding: 59px 20px 68px 50px;
  text-align: start !important;
}

.choose2_text h1{
  font-size: 25px;
  font-weight: 600;
  font-family: Montserrat;
  line-height: 37px;
  letter-spacing: .2px;
  color: black !important;
}

.choose2_text p{
  
  
  font-family: Montserrat;
  line-height: 30px;
  letter-spacing: .2px;
  color: black !important;
}

.choose2_text a{
  font-size: 16px;
  font-weight: 600;
  font-family: Montserrat;
  text-transform: capitalize;
  color: #fff;
  padding: 12px 35px;
  line-height: 28px;
  background-color: #FBA73D;
  text-decoration: none;
}

#choose3
{
    
    background-image: url("../images/safety.jpg");
    background-size: cover;
    background-position: top right;
 
    background-repeat: no-repeat;
 
}

.choose3_text{
  padding: 59px 20px 68px 50px;
  text-align: start !important;
}

.choose3_text h1{
  font-size: 25px;
  font-weight: 600;
  font-family: Montserrat;
  line-height: 37px;
  letter-spacing: .2px;
  color: black !important;
}

.choose3_text p{
  
  
  font-family: Montserrat;
  line-height: 30px;
  letter-spacing: .2px;
  color: black !important;
}

.choose3_text a{
  font-size: 16px;
  font-weight: 600;
  font-family: Montserrat;
  text-transform: capitalize;
  color: #fff;
  padding: 12px 35px;
  line-height: 28px;
  background-color: #FBA73D;
  text-decoration: none;
}



/* why choose us  ends */


/* roi starts */


/* roi ends */

#main_roi{
  background-color: #001d66;
 padding: 120px 0 100px;
}

.roi_text{
  padding: 20px ;
}

.roi_text h3{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: Montserrat;
  text-transform: uppercase;
  line-height: 27px;
  letter-spacing: .8px;
}

.roi_text h1{
  line-height: 47px;
  letter-spacing: .2px;
  color: #fff;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 28px;
}

.roi_text p{
  margin-top: 5%;
  color: #b1bcdb;
  font-family: Montserrat;
  line-height: 32px;
}

.roi_text h2{
  color: #fff;
  font-family: Montserrat;
  line-height: 35px;
  font-size: 21px;
}

.roi_image img{
  object-fit: cover;
  height: 600px;
  width: 100%;

}

#roi_second{
  padding:  80px;
  padding-bottom: 0 !important;
}


#roi_second
{
  padding: 80px 30px;
  background-image: url("../images/main_ship.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}

#roi_second_overlay{
/* background-color: #2E338C; */
background-color: rgba(42, 44, 57, 0.8);
opacity: 0.8;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}

.roi_second1{
z-index: 1;
text-align: center;
position: relative;
}

.roi_second1 h1{
 font-family: Montserrat;
 color: #ffffff;
 font-weight: bold;
 font-size: 35px;
 line-height: 47px;
 letter-spacing: .2px;
 text-transform: capitalize; 
}

.roi_second1 a{
  font-family: Montserrat;
 color: #ffffff;
 font-weight: bold;
 font-size: 16px;
 line-height: 30px;
 letter-spacing: .2px;
 text-transform: capitalize;
 padding: 12px 35px;
 background-color: #FBA73D;
 border-radius: 5px;
 text-decoration: none;
}

.roi_second2{
  padding: 40px 20px 30px 30px;
  background-color: #001d66;
}

.roi_second2 h2{
  color: #ffffff;
  font-family: Montserrat;
}

.roi_second2 p{
  color: #ffffff;
  font-family: Montserrat;
}


  
/*about us start*/

#aboutus
{
    padding: 50px;
}

#aboutus h1
{
  font-size: 28px;
    font-family: Montserrat;
    font-weight: bold;
    color: #FBA73D;
    text-transform: capitalize; 
    line-height: 47px;
}

#aboutus p{
    margin-top: 20px;
    color: rgb(58, 50, 50);
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 37px;
}

#about2 img
{
    width: 100%;
    height: auto;
    border-radius: 30px;
    margin-left: 50px;
    margin-top: 40px;
    
}

@media screen and (max-width:992px)
{
   #aboutus
    {
      padding: 20px;
    }
   #about2 img
    {
      width: 100%;
      height: auto;
      border-radius: 30px;
      margin-left: 0px;
    }

}

/*about us ends*/




/*core value start*/

#core_value
{
    padding: 100px;
    background-image: url("../images/core_value.jpeg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}

#core_value_overlay{
  /* background-color: #2E338C; */
  background-color: rgba(42, 44, 57, 0.8);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#core_value1{
  z-index: 1;
}

#core_value h1
{
    font-family: Montserrat;
    font-weight: bold;
    color: White;
    text-transform: uppercase; 
}

#core_value p{
    margin-top: 20px;
    /* color: rgb(58, 50, 50); */
    color: white;
    font-family: Montserrat;
    font-weight: 500;
}

#core_value1 ul li{
    font-family: Montserrat;
    font-weight: 500;
    /* color: rgb(58, 50, 50); */
    color: white;
    list-style-image: url(../images/arrow.png);
}


#core_value2 img
{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
    margin-left: 50px;
    margin-top: 40px;
}

@media screen and (max-width:992px)
{
   #core_value
    {
      padding: 20px;
    }
   #core_value2 img
    {
      width: 100%;
      height: 250px;
      border-radius: 30px;
      margin-left: 0px;
    }

}

/*core value ends*/



/*mission&vision start*/


#mission{
  padding:  50px;
}


#mission
{
  padding: 80px 30px;
  background-image: url("../images/vision.jpeg");
  background-size: cover;
  background-position: center ;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}

#mission_overlay{
/* background-color: #2E338C; */
background-color: rgba(42, 44, 57, 0.8);
opacity: 0.8;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}

#mission1{
z-index: 1;
text-align: center;
}




#mission h1
{
    font-family: Montserrat;
    font-weight: 600;
    color: #FBA73D;
    text-transform: uppercase; 
}

#mission p{
    margin-top: 20px;
    /* color: rgb(58, 50, 50); */
    color: white;
    font-family: Montserrat;
    font-weight: 500;
}

#mission1 ul li{
    font-family: Montserrat;
    font-weight: 500;
    /* color: rgb(58, 50, 50); */
    color: white;
    list-style-image: url(../images/arrow.png);
}


#mission2 img
{
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 30px;
    margin-left: 50px;
    margin-top: 40px;
}

@media screen and (max-width:992px)
{
   #mission
    {
      padding: 20px;
    }
   #mission2 img
    {
      width: 100%;
      height: 250px;
      border-radius: 30px;
      margin-left: 0px;
    }

}

/*mission&vision ends*/



/*quality management system start*/

#quality
{
    padding: 50px;
}

#quality h1
{
    font-family: Montserrat;
    font-weight: 600;
    color: #FBA73D;
    text-transform: uppercase; 
}

#quality p{
    margin-top: 20px;
    color: rgb(58, 50, 50);
    font-family: Montserrat;
    font-weight: 500;
}

#quality1  li{
    font-family: Montserrat;
    font-weight: 500;
    color: rgb(58, 50, 50);

    list-style-image: url(../images/arrow.png);
}


#quality2 img
{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
    margin-left: 50px;
    margin-top: 40px;
}

@media screen and (max-width:992px)
{
   #quality
    {
      padding: 20px;
    }
   #quality2 img
    {
      width: 100%;
      height: 550px;
      object-fit: cover;
      border-radius: 30px;
      margin-left: 0px;
    }

}

/*quality management system ends*/


/* services starts */

#services{
    padding-top: 150px;
    
}

.services_text{
  text-align: center;
}

.services_text h3{
   font-size: 16px;
   font-weight: 400;
   font-family: Montserrat;
   text-transform: uppercase;
   line-height: 27px;
   letter-spacing: .2px;
   color: #b0a9a9;
}

.services_text h1{
  font-size: 35px;
  font-weight: 600;
  font-family: Montserrat;
  text-transform: capitalize;
  line-height: 47px;
  letter-spacing: .2px;
  color: #FBA73D;
}

.services_text p{
  margin-bottom: 15px;
  font-family: Montserrat;
  
  line-height: 30px;
  letter-spacing: .2px;

}


#services1 a{
  color: #4B4B4B;
  text-decoration: none;
}

#services1 a:hover{
  cursor: pointer;
}

.service_card{
  padding: 15px 10px;
  box-shadow: 2px 2px 2px 2px #ccc;
  margin-top: 20px;
  border-radius: 5px;
  border-bottom: 5px solid #FBA73D;
}

.service_card h2{
  font-size: 17px;
  font-family: Montserrat;
  font-weight: 600;
}



#main_services{
  padding:  50px;
}


#main_services
{
  padding: 120px 30px;
  background-image: url("../images/main_ship.jpg");
  background-size: cover;
  background-position: center center;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  position: relative;
}

#main_services_overlay{
/* background-color: #2E338C; */
background-color: rgba(42, 44, 57, 0.8);
opacity: 0.8;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}

#main_services1{
z-index: 1;
text-align: center;
position: relative;
}


#main_services1 h1
{
    font-family: Montserrat;
    font-weight: 600;
    color: #FBA73D;
    text-transform: uppercase; 

}

#main_services1 p{
    margin-top: 20px;
    /* color: rgb(58, 50, 50); */
    color: white;
    font-family: Montserrat;
    font-weight: 500;
}


/* services ends */



/*management system start*/

#management
{
    padding: 50px;
}

#management h1
{
    font-family: Montserrat;
    font-weight: 600;
    color: #FBA73D;
    text-transform: uppercase; 
}

#management p{
    margin-top: 20px;
    color: rgb(58, 50, 50);
    font-family: Montserrat;
    font-weight: 500;
    line-height: 35px;
}



#management2 img
{
    width: 100%;
    height: 450px;
    object-fit: fill;
    border-radius: 30px;
    margin-left: 50px;
    margin-top: 40px;
}

@media screen and (max-width:992px)
{
   #management
    {
      padding: 20px;
    }
   #management2 img
    {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 30px;
      margin-left: 0px;
    }

}

/* management system ends*/


/*manpower  start*/

#manpower
{
    padding: 50px;
}

#manpower h1
{
    font-family: Montserrat;
    font-weight: 600;
    color: #FBA73D;
    text-transform: uppercase; 
}

#manpower p{
    margin-top: 20px;
    color: rgb(58, 50, 50);
    font-family: Montserrat;
    font-weight: 500;
}

#manpower1  ul{
    display:  flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    
}

#manpower1  li{
    font-family: Montserrat;
    font-weight: 500;
    color: rgb(58, 50, 50);
    list-style-image: url(../images/arrow.png);
    margin: 5px 20px;
}


#manpower2 img
{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 30px;
    margin-left: 50px;
    margin-top: 40px;
}

@media screen and (max-width:992px)
{
   #manpower
    {
      padding: 20px;
    }
   #manpower2 img
    {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 30px;
      margin-left: 0px;
    }

}

/*manpower  ends*/




/*registration  start*/

#registration
{
    padding: 50px;
}

#registration h1
{
    font-family: Montserrat;
    font-weight: 600;
    color: #FBA73D;
    text-transform: uppercase; 
}

#registration p{
    margin-top: 20px;
    color: rgb(58, 50, 50);
    font-family: Montserrat;
    font-weight: 500;
}

#registration1  ul{
    display:  flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    
}

#registration1  li{
    font-family: Montserrat;
    font-weight: 500;
    color: rgb(58, 50, 50);
    list-style-image: url(../images/arrow.png);
    margin: 5px 20px;
}


#registration2 img
{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
    margin-left: 50px;
    margin-top: 40px;
}

@media screen and (max-width:992px)
{
   #registration
    {
      padding: 20px;
    }
   #registration2 img
    {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 30px;
      margin-left: 0px;
    }

}

/*registration  ends*/




/*lsa and ffa start*/

#lsa_ffa
{
    padding: 50px;
}

#lsa_ffa h1
{
    font-family: Montserrat;
    font-weight: 600;
    color: #FBA73D;
    text-transform: uppercase; 
}

#lsa_ffa h2{
    font-family: Montserrat;
    font-weight: 500;
    color: #4B4B4B;
    
}

#lsa_ffa p{
    margin-top: 20px;
    color: rgb(58, 50, 50);
    font-family: Montserrat;
    font-weight: 500;
    line-height: 35px;
}

#lsa_ffa li{
    font-family: Montserrat;
    font-weight: 500;
    color: rgb(58, 50, 50);
    list-style-image: url(../images/arrow.png);

}


#lsa_ffa2 img
{
    width: 100%;
    height: 300px;
    object-fit: fill;
    border-radius: 30px;
    margin-left: 50px;
    margin-top: 40px;
}

@media screen and (max-width:992px)
{
   #lsa_ffa
    {
      padding: 20px;
    }
   #lsa_ffa2 img
    {
      width: 100%;
      height: auto;
      object-fit: fill;
      border-radius: 30px;
      margin-left: 0px;
    }

}

/* lsa and ffa ends*/




/*navigation start*/

#navigation
{
    padding: 50px;
}

#navigation h1
{
    font-family: Montserrat;
    font-weight: bold;
    color: #FBA73D;
    text-transform: uppercase; 
}

#navigation h2{
    font-family: Montserrat;
    font-weight: 500;
    color: #4B4B4B;
    
}

#navigation p{
    margin-top: 20px;
    color: rgb(58, 50, 50);
    font-family: Montserrat;
    font-weight: 600;
    line-height: 35px;
}

#navigation li{
    font-family: Montserrat;
    font-weight: 600;
    color: rgb(58, 50, 50);
    list-style-image: url(../images/arrow.png);

}


#navigation2 img
{
    width: 100%;
    height: 300px;
    object-fit: fill;
    border-radius: 30px;
    margin-left: 50px;
    margin-top: 40px;
}

@media screen and (max-width:992px)
{
   #navigation
    {
      padding: 20px;
    }
   #navigation2 img
    {
      width: 100%;
      height: auto;
      object-fit: fill;
      border-radius: 30px;
      margin-left: 0px;
    }

}

/* navigation ends*/



/*********contact us starts here**********/

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 31px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Montserrat;
    color: #FBA73D;
    margin-top: 5%;
  }
  

.contact .info {
  
    width: 100%;
    background: #fff;
  }
  
  .contact .info i {
    font-size: 20px;
    color: #FBA73D;
    float: left;
    width: 44px;
    height: 44px;
    background: #ffecde;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #FBA73D;
    font-family: Montserrat;
  }
  
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;

    color: #4B4B4B;
    font-weight: 500;
    font-family: Montserrat;
  }
  
  .contact .info .email, .contact .info .phone {
    margin-top: 40px;
  }
  
  .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #FBA73D;
    color: #fff;
  }
  
  .contact .php-email-form {
    width: 100%;
    background: #fff;
  }
  
  .contact .php-email-form .form-group {
    padding-bottom: 8px;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #FBA73D;
    text-align: left;
    padding: 15px;
    font-weight: 500;
  }
  
  .contact .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #FBA73D;
    text-align: center;
    padding: 15px;
    font-weight: 500;
    font-family: Montserrat;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #FBA73D;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
  }
  
  .contact .php-email-form input {
    height: 44px;
  }
  
  .contact .php-email-form textarea {
    padding: 10px 12px;
  }
  
  .contact .php-email-form button[type="submit"] {
    background: #FBA73D;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
  }
  
  .contact .php-email-form button[type="submit"]:hover {
    background: #FBA73D;
  }

  #map{
    height: 200px;
    color: #000000;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-top: 5%;
    }
  
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  

/*********contact us ends here**********/



/* footer starts */

footer{
    background-color: #4B4B4B;
    
}

footer .about{
    padding: 25px 15px;
}

footer .about h1{
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 21px;
  font-weight: normal;  
  line-height: 50px;
  border-bottom: 5px solid #FBA73D;
  
}

footer .about p{
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: normal;
 text-align: justify;
}

footer ul li{
    list-style-type: none;
    margin-top: 8px;
    /* text-align: center; */
}

footer ul li a{
    font-size: 15px;
    font-weight: 500;
    font-family: Montserrat;
    text-decoration: none;
    color: white;
    transition: all ease 0.4s;


}

footer ul li a h1{
    color:#FFFFFF;
    font-size: 23px;
    font-family: Montserrat;
    font-weight: normal;  
  line-height: 50px;
  border-bottom: 5px solid #FBA73D;
}


footer ul li a:hover{
    color: #FBA73D;
}


#social h1{
    color:#FFFFFF;
    font-size: 23px;
    font-family: Montserrat;
    font-weight: normal;  
  line-height: 20px;
  border-bottom: 5px solid #FBA73D;
    padding: 27px 5px;
}

#social a{
    text-decoration: none;
    font-size: 17px;
    font-family: Montserrat;
    margin-top: 4%;
    padding: 15px 10px;
    color: white;
}

footer .bottom-text{
    text-align: center;
    font-size: 16px;
    color: white;
    font-family: Montserrat;

}

footer .bottom-text2 a{
    text-align: center;
    font-size: 16px;
    color: white;
   font-family: Montserrat;
   
}

@media screen and (max-width:572px) {
  footer .row{
    display: block;
  }    
}


/* footer ends */
