
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:300,300i,400,500,700");

@font-face {
  font-family: Ara_Hamah_Homs;
  src: url("../fonts/Ara_Hamah_Homs.ttf") ;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #282828;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Ara_Hamah_Homs;
  font-weight: 500;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mt-25 {
  margin-top: 25px;
}

.p0 {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1620px) {
  .box_1620 {
    max-width: 1650px;
    margin: auto;
  }
}

/* Main Title Area css
============================================================================================ */
.main_title {
  text-align: center;
  margin-bottom: 75px;
}

.main_title h2 {
  font-family: Ara_Hamah_Homs;
  font-size: 48px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 15px;
}

.main_title p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  color: #777777;
  margin-bottom: 0px;
  max-width: 700px;
  font-weight: 300;
  margin: auto;
}

.main_title.white h2 {
  color: #fff;
}

.main_title.white p {
  color: #fff;
  opacity: .6;
}

/* End Main Title Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: background 0.4s, all 0.3s linear;
  -o-transition: background 0.4s, all 0.3s linear;
  transition: background 0.4s, all 0.3s linear;
}

.header_area .navbar {
  background: #ffffff;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

.header_area .navbar .nav .nav-item {
  margin-right: 20px;
}

.header_area .navbar .nav .nav-item .nav-link {
  font: 500 12px/80px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #222222;
  padding: 0px;
  display: inline-block;
}

.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}

.header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
  color: #2C33FF;
}

.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0px;
  background: #fff;
}

.banner_area .banner_inner .overlay {
  background:  #2C33FF no-repeat scroll center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 125%;
  bottom: 0;
  z-index: -1;
  opacity: 1;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0px;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  color: #222222;
  padding: 0px 30px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
  margin-right: 0px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  background: #6247ea;
  color: #fff;
}

@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}

.header_area .navbar .search {
  font-size: 12px;
  line-height: 60px;
  display: inline-block;
  color: #222222;
  margin-left: 80px;
}

.header_area .navbar .search i {
  font-weight: 600;
}

.header_area + section, .header_area + row, .header_area + div {
  margin-top: 80px;
}

.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -78px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 70px;
}

.top_menu {
  background: #050505;
}

.top_menu .float-left a {
  line-height: 40px;
  display: inline-block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 50px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.top_menu .float-left a:last-child {
  margin-right: 0px;
}

.top_menu .float-left a:hover {
  color: #2C33FF;
}

.top_menu .float-right .pur_btn {
  background: #2C33FF  ;
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 40px;
  display: block;
  padding: 0px 40px;
  font-weight: 500;
  font-size: 18px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Home Banner Area css
============================================================================================ */





.hero__text {
 
  position: absolute;
  top: 200px;

}
.hero__text h2{
  font-size: 55px;
  top: 100px;
  /* opacity: 0; */
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  color: #2C33FF;
 
  
  /* letter-spacing: 2px; */
  /* text-transform: uppercase; */
  margin-bottom: 18px;

}
.hero__text p{
  font-size: 15px;
 
  /* opacity: 0; */
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  color: #1E1E1E;
 
  
  /* letter-spacing: 2px; */
  /* text-transform: uppercase; */
  margin-bottom: 18px;

}

.bg_color{
  position: relative;

  background-color: #fff;
  height: auto;
  width: 100%;
 

  
}
/* map */
.bg_color_map{
  position: relative;

  background-color: #2C33FF;
  height: auto;
  width: 100%;
  padding:50px;
  margin-top: 80px;

}
.map img{

  width: 100%;
}


/* icon */

.incr_head h4{
 
  color: #222222;
  font-family: Ara_Hamah_Homs;
    font-size: 48px;
    margin-bottom: 18px;
    margin-top: 80px;
 
}
.incr_head1 h4{
 
  color: #222222;
  font-family: Ara_Hamah_Homs;
    font-size: 48px;
    margin-bottom: 18px;
    margin-top: 80px;
  
 
}
.incr_bg{

  
 
 
  


}

.incr_bg h5{
  margin-top: 8px;
}
.incr_bg p{
  margin-top: 16px;
}
.incr_full{
  margin-top: 30px;
  padding-bottom: 80px;
 
}


/* icon */

/* map */
/* End Home Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Causes Area css
============================================================================================ */

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/



/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Clients Logo Area css
============================================================================================ */
.clients_logo_area {
  background: #fafcff;
}

.clients_logo_area .clients_slider .item {
  text-align: center;
}

.clients_logo_area .clients_slider .item img {
  width: auto;
  text-align: center;
  display: block;
  margin: auto;
  line-height: 70px;
  opacity: .5;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.clients_logo_area .clients_slider .item:hover img {
  opacity: 1;
}

/* End Clients Logo Area css
============================================================================================ */
/* Clients Says Area css
============================================================================================ */

/* End Clients Says Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== Elements Area css ================*/


h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

.banner_btn {
  padding: 0px 50px;
  line-height: 50px;
  background: #050505;

  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.banner_btn1 {
  padding: 0px 50px;
  line-height: 50px;
  background: #050505;
  margin-bottom: 20px;

  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.banner_btn:hover {
  color: #2C33FF;
  background: #ffffff;
}

.service_area {
  background: #2C33FF;
  position: relative;
  overflow: hidden;
}

.service_area:before {
  content: "";
  background: url(../img/map-bg.png) no-repeat scroll center center;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.service_area.service_white {
  background: #fff;
}

.service_area.service_white:before {
  display: none;
}

.service_area.service_white .service_item {
  border-color: #eeeeee;
}

.service_area.service_white .service_item h4 {
  color: #222222;
}

.service_area.service_white .service_item h4 i {
  color: #6247ea;
}

.service_area.service_white .service_item p {
  margin-bottom: 0px;
  color: #777777;
  opacity: 1;
}

.service_area.service_white .service_item:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(98, 71, 234, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(98, 71, 234, 0.1);
  border-color: #050505;
}

.service_inner {
  margin-bottom: -30px;
}

.service_item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 40px 60px 40px 40px;
  border: 1px solid #9381eb;
  margin-bottom: 30px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  min-height: 230px;
}

.service_item h4 {
  font-size: 24px;
  font-family: Ara_Hamah_Homs;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

.service_item h4 i {
  font-size: 36px;
  padding-right: 15px;
  position: relative;
  top: 4px;
}

.service_item p {
  margin-bottom: 0px;
  color: #fff;
  opacity: .6;
}

.service_item:hover {
  background: #050505;
  color: #fff;
}

.service_item:hover h4 {
  color: #ffffff;
}

.service_item:hover p {
  color: #ffffff;
  opacity: 1;
}

.beni_icon{
  position:absolute;
}

/* End Feature Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Welcome Area css
============================================================================================ */
.welcome_area {
  padding-top: 80px;
}
.welcome_area1 {
  padding-bottom: 50px;
}




/* End Welcome Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== footer-area css ===============*/
.footer-area {
  background: #050505;
  
}

.single-footer-widget p {
  margin-bottom: 0px;
}

.single-footer-widget .instafeed {
  margin-left: -5px;
  margin-right: -5px;
}

.single-footer-widget .instafeed li {
  margin: 5px;
}

.single-footer-widget .subscribe_form {
  padding-top: 25px;
}

.single-footer-widget .input-group {
  display: block !important;
}

.single-footer-widget input {
  max-width: 340px;
  width: 100%;
  border: 1px solid #333333;
  font-size: 13px;
  line-height: 40px;
  padding-right: 40px;
  height: 40px;
  color: #999999;
  border-radius: 20px;
  background: #fff;
  padding-left: 20px;
}


.tp_widgets .list li {
  margin-bottom: 12px;
}

.tp_widgets .list li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.tp_widgets .list li:last-child {
  margin-bottom: 0px;
}

.news_widgets p {
  color: #fff;
  opacity: .6;
}

.footer_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin-bottom: 28px;
}

.border_line {
  width: 100%;
  height: 1px;
  background: #333333;
  margin-top: 30px;
}

.footer-bottom {
  padding-top: 85px;
}
.footer-bottom p{
  color: #fff;
}





.footer-bottom .footer-social a:hover {
  color: #fff;
  background: #2C33FF;
}

/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
.feature_area{
  padding-top: 80px;
}

.welcome_text{

  margin: auto 0;
}


.box {

 
    left: 150px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #2C33FF;
    border: 1px solid #050505;
   
    position: absolute;
    padding: 10px;
    font-size: 8px;
    color: #ffffff;
    top: 0;

}
.box p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
}
.box1 {

 
  left: 40px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #2C33FF;
  border: 1px solid #050505;
 
  position: absolute;
  padding: 10px;
  font-size: 8px;
  color: #ffffff;
  top: 150px;

}
.box1 p {
text-align: center;
line-height: 2;
margin-top: 16px;
text-transform: uppercase;
}
.box2 {

 
  left: 80px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #2C33FF;
  border: 1px solid #050505;
 
  position: absolute;
  padding: 10px;
  font-size: 8px;
  color: #ffffff;
  top: 250px;

}
.box2 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box3 {

 
  left: 180px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #2C33FF;
  border: 1px solid #050505;
  
  position: absolute;
  padding: 10px;
  font-size: 8px;
  color: #ffffff;
  top: 350px;

}
.box3 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box4 {

 
  left: 280px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #2C33FF;
  border: 1px solid #050505;

  position: absolute;
  padding: 10px;
  font-size: 8px;
  color: #ffffff;
  top: 450px;

}
.box4 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box5 {

 
  left: 380px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #2C33FF;
  border: 1px solid #050505;

  position: absolute;
  padding: 10px;
  font-size: 8px;
  color: #ffffff;
  top: 450px;

}
.box5 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box6 {

 
  left: 430px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #2C33FF;
  border: 1px solid #050505;

  position: absolute;
  padding: 10px;
  font-size: 8px;
  color: #ffffff;
  top: 350px;

}
.box6 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box7 {

 
  left: 430px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #2C33FF;
  border: 1px solid #050505;

  position: absolute;
  padding: 10px;
  font-size: 8px;
  color: #ffffff;
  top: 150px;

}
.box7 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box8 {

 
  left: 330px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #2C33FF;
  border: 1px solid #050505;
  
  position: absolute;
  padding: 10px;
  font-size: 8px;
  color: #ffffff;
  top: 250px;

}
.box8 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}

/* new_03_02_2024 */

li{
  list-style: none;
}
.how_points{

margin: auto 0;
}

.how_points ul li img{
  width:40px;
  margin-right: 10px;


}
.how_points ul li{

  font-weight: 600;
  padding: 10px;
  margin-left: 10px;
}



/* new_03_02_2024 */

.header-section {
  padding-bottom: 50px;
  padding-top: 180px;
  background-image: url(../img/banner/001.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.other_head{
  color: #ffffff;
  text-align: center;

}
.other_head h1{
  font-size: 50px;
}
.other_head a{
  color: #ffffff;

}
.custom-container {
  padding: 0 30px;
}
.how_points1 ul li img{
  width:20px;
  margin-right: 10px;


}
.how_points1 ul li{

  font-weight: 400;
  padding: 10px;
  margin-left: 10px;
}

.logo_h img{

  width:100px;
}

.pa-video {
  margin-top: 30px;
  
}

.welcome_inner h4{

  font-size: 28px;
}


/* benefits_page */


section.banner_area {
  min-height: 200px;
}

.banner_content {
  margin-top: 85px;
  color: #ffffff;

}
.service_item1 {
  background: rgb(159 159 159 / 10%);
  border-radius: 10px;
  padding: 40px 60px 40px 40px;
  
  margin-bottom: 30px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  min-height: 230px;
}
.main_title1 p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  color: #777777;
  margin-bottom: 0px;
  max-width: 855px;
  font-weight: 300;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.main_title2 p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  color: #777777;
  margin-bottom: 0px;
  max-width: 855px;
  font-weight: 300;
  margin: auto;
  padding-top: 4px;
  padding-bottom: 50px;
}
.main_title1 {
  text-align: center;
 
}
.main_title2 {
  text-align: center;
 
}


.beni_text p {
  position: relative;
  left: 48px;
  top: 10px;
}
.beni_text h4{
  position: relative;
  left:48px;
  top:7px;
  font-size: 24px;
}

.banner_content a{

color:white;
}
.partner img{
  text-align: center;
 
}
.partner img{
  margin:50px;
  padding:50px;
}
/* benefits_page */

/* partner*/


/* partner*/

/* why_rjeha*/
section.banner_area {
  background-color:#2C33FF;
}
.mb_80 {
 margin-bottom: 80px;

}
.why_b{

  margin-top:60px;
}
.why_b h4{

font-size: 28px;;
}



/* why_rjeha*/
/* how */

.banner_content h2{

  font-size: 50px;
}

/* how */

/* find_point */

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
  padding: 10px;
  font-size: 18px;
}

table{

  width:100%;
}

.map_table{

  margin-top: 80px;
}

/* find_point */

/* book demo */

.demo_bg{

  background-color:#2C33FF;
  padding:30px;
  border-radius: 20px;
}

.book_demo{

  margin-top: 80px;
  margin-bottom: 80px;
  
}
.book_demo h5{

  font-size: 32px;
  color: white;
  text-align: center;
}

.cssform {
  margin-top: 20px;
}
input.form-control.number_input {
  padding-left: 55px;
}
span.number_code {
  left: 25px;
  color: #333;
  position: absolute;
  top: 8px;
  pointer-events: none;
}
button.button_css {
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #FD7B05;
  width: 100%;
  border: 1px solid #FD7B05;
  color: #fff;
  padding: 6px;
  font-size: 16px;
  margin-top: 0px;
  border-radius: 5px;
}
.demo_text h2{

font-size: 84px;
width:500px;
}
/* book demo */


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0, 0);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  75%{
    transform: scale(1, 1);

  }
  100% {
    transform: scale(0, 0);
  }
}


/* mobile_responsive */


@media (max-width: 1200px){
  .hero__text {
    position: absolute;
    top: 100px;
}


.box {

 
  left: 102px;
  width: 60px;
  height: 60px;
  padding: 6px;
  font-size: 8px;
  top: 0;

}
.box p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box1 {
  left: 26px;
  width: 60px;
  height: 60px;
  padding: 6px;
  font-size: 8px;
  top: 79px;
}
.box1 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box2 {
 
  left: 60px;
  width: 60px;
  height: 60px;
  padding: 6px;
  font-size: 8px;
  top: 149px;
}
.box2 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box3 {


left: 94px;
width: 60px;
  height: 60px;
  padding: 6px;
  font-size: 8px;
top: 200px;

}
.box3 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box4 {


left: 123px;
width: 60px;
  height: 60px;
  padding: 6px;
  font-size: 8px;
top: 280px;

}
.box4 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box5 {


left: 176px;
width: 60px;
  height: 60px;
  padding: 6px;
  font-size: 8px;
top: 334px;

}
.box5 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box6 {


left: 312px;
width: 60px;
  height: 60px;
  padding: 6px;
  font-size: 8px;
top: 345px;

}
.box6 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box7 {


left: 280px;
width: 60px;
  height: 60px;
  padding: 6px;
  font-size: 8px;
top: 150px;

}
.box7 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box8 {


left: 336px;
width: 60px;
  height: 60px;
  padding: 6px;
  font-size: 8px;
top: 236px;

}
.box8 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}



}


@media (max-width: 991px){
  .hero__text {
    position: absolute;
    top: 50px;
}
.hero__text h2{
  font-size: 36px;
}
.welcome_area{padding-top: 50px !important;}
.box {

 
  left: 92px;
  width: 70px;
  height: 70px;
   padding: 6px;
  font-size: 10px;
 
  top: 0;

}
.box p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box1 {
  left: 13px;
  width: 70px;
  height: 70px;
   padding: 6px;
  font-size: 10px;
  top: 104px;
}
.box1 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box2 {
 
  left: 64px;
  width: 70px;
  height: 70px;
   padding: 6px;
  font-size: 10px;
  top: 190px;
}
.box2 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box3 {


left: 108px;
width: 70px;
height: 70px;
 padding: 6px;
font-size: 10px;
top: 260px;

}
.box3 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box4 {


left: 123px;
width: 70px;
height: 70px;
 padding: 6px;
font-size: 10px;
top: 350px;

}
.box4 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box5 {


left: 182px;
width: 70px;
height: 70px;
 padding: 6px;
font-size: 10px;
top: 450px;

}
.box5 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box6 {


left: 352px;
width: 70px;
height: 70px;
 padding: 6px;
font-size: 10px;
top: 420px;

}
.box6 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box7 {


left: 298px;
width: 70px;
height: 70px;
 padding: 6px;
font-size: 10px;
top: 113px;

}
.box7 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box8 {


left: 436px;
width: 70px;
height: 70px;
 padding: 6px;
font-size: 10px;
top: 236px;

}
.box8 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}


}

@media (max-width: 767px){
  .hero__text {
    position: absolute;
    top: 50px;
    
}
.hero__text h2{
  font-size: 48px;
}
.hero__img{
  margin-top: 250px;

}

.box {

 
  left: 72px;
  width: 60px;
  height: 60px;
   padding: 6px;
  font-size: 8px;
 
  top: 0;

}
.box p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box1 {
  left: 3px;
  width: 60px;
  height: 60px;
   padding: 6px;
  font-size: 8px;
  top: 74px;
}
.box1 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box2 {
 
  left: 64px;
  width: 60px;
  height: 60px;
   padding: 6px;
  font-size: 8px;
  top: 140px;
}
.box2 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box3 {


left: 108px;
width: 60px;
height: 60px;
 padding: 6px;
font-size: 8px;
top: 210px;

}
.box3 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box4 {


left: 123px;
width: 60px;
height: 60px;
 padding: 6px;
font-size: 8px;
top: 298px;

}
.box4 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box5 {


left: 212px;
width: 60px;
height: 60px;
 padding: 6px;
font-size: 8px;
top: 325px;

}
.box5 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box6 {


left: 372px;
width: 60px;
height: 60px;
 padding: 6px;
font-size: 8px;
top: 300px;

}
.box6 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box7 {


left: 298px;
width: 60px;
height: 60px;
 padding: 6px;
font-size: 8px;
top: 113px;

}
.box7 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box8 {


left: 336px;
width: 60px;
height: 60px;
 padding: 6px;
font-size: 8px;
top: 210px;

}
.box8 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}


}

@media (max-width: 575px){
  .hero__text {
    position: absolute;
    top: 50px;
}
.hero__text h2{
  font-size: 36px;
}
.hero__img{
  margin-top: 280px;

}

.location img{
  position: relative;
  width:400px;
}

.box {
 
  width: 50px;
  height: 50px;
  padding: 0px;
  font-size: 6px;
  top: 0;
}
.box p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box1 {
  left: 25px;
  width: 50px;
  height: 50px;
  padding: 0px;
  font-size: 6px;
  top: 71px;
}
.box1 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box2 {
  left: 76px;
  left: 57px;
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 6px;
  top: 129px;
}
.box2 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box3 {
  left: 88px;
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 6px;
  top: 196px;
}
.box3 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box4 {
  left: 142px;
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 6px;
  top: 264px;
}
.box4 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box5 {

  left: 225px;
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 6px;
  top: 220px;
}
.box5 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box6 {
  left: 203px;
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 6px;
  top: 271px;
}
.box6 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box7 {
  left: 190px;
  width: 50px;
  height: 50px;
  padding: 6px;
  font-size: 6px;
  top: 111px;
}
.box7 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}
.box8 {


left: 290px;
width: 50px;
  height: 50px;
 

 

  padding: 6px;
  font-size: 6px;
top: 190px;

}
.box8 p {
text-align: center;
line-height: 2;
margin-top: 10px;
text-transform: uppercase;
}




}

@media (max-width: 480px){


  .box {
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 0;
    left: 49px;
}
  .box p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }
  .box1 {
    left: 19px;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 51px;
}
  .box1 p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }
  .box2 {
    
    left: 46px;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 87px;
}
  .box2 p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }
  .box3 {
    left: 68px;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 131px;
}
  .box3 p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }
  .box4 {
    left: 120px;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 176px;
}
  .box4 p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }
  .box5 {
   
    left: 176px;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 158px;
}
  .box5 p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }
  .box6 {
    left: 216px;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 137px;
}
  .box6 p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }
  .box7 {
    left: 144px;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 85px;
}
  .box7 p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }
  .box8 {
    left: 200px;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 93px;
}
  .box8 p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }


}


@media (max-width: 380px){
  


  .box {
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 0;
    left: 34px;
}
  .box p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }
  .box1 {
    left: 22px;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 51px;
}
  .box1 p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }
  .box2 {
    
    left: 35px;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 87px;
}
  .box2 p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }
  .box3 {
    left: 55px;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 131px;
}
  .box3 p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }
  .box4 {
    left: 89px;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 158px;
}
  .box4 p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }
  .box5 {
   
    left: 126px;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 133px;
}
  .box5 p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }
  .box6 {
    left: 166px;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 117px;
}
  .box6 p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }
  .box7 {
    left: 162px;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 75px;
}
  .box7 p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }
  .box8 {
    left: 99px;
    width: 40px;
    height: 40px;
    padding: 2px;
    font-size: 6px;
    top: 60px;
}
  .box8 p {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  text-transform: uppercase;
  }


}



/* mobile_responsive */

.map{

  text-align: center;
}

/* new code */

.footer__top__social{

  padding-top:20px;
}

.footer__top__social img {
  margin-left: 12px;
}

.banner_btn1 {
  padding: 0px 40px;
  line-height: 30px;
  background: #050505;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  margin-top : 23px;
}
.banner_btn3 {
  padding: 0px 40px;
  line-height: 30px;
  background: #05050500;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  margin-top: 23px;
}
.banner_btn4 {
  padding: 0px 50px;
  line-height: 50px;
  background: #2C33FF;

  color: #fff;
  display: inline-block;
  border-radius: 5px;
  border:1px solid #ffffff;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.banner_btn4:hover{

  color: #2C33FF;
  
  background:#ffffff;
}