@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600&display=swap');
/* =========== start tobar ============ */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    width: 1180px;
}
/*===== header section start =======*/
nav{
    width: 100%;
    height: auto;
    background-color:#000;
    color:#fff;
    display: flex !important;
    padding: 14px 100px;
    position: relative;
}
nav:before{
    content:'';
    position: absolute;
    bottom: 0;
    width: 3%;
    height: 1px;
    background-color: #fff;
    animation: nav-b-animate 10s infinite ease-in-out;
}
@keyframes nav-b-animate{
 from{
    width: 0;
    background-color: #fde905;
  } 
  to{
    width: 100%;
  }

}


.logo_d{
    flex: 1;
}
.logo_d img{
    width: 340px;
}
.logo_d h4{
    margin-bottom: 0;
}
.toggle_btn{
    display: none;
}
.menu{
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    paddin: 0;
}
.menu li a{
    padding: 14px;
    text-decoration: none;
    font-size: 14px;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

/*==toggle icon*/
.container123 {
  display: inline-block;
  cursor: pointer;
  display: none;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-7px, -4px);
}

/*====== dropdown_list ==========*/
.first_list{
    position: relative;
}
.dropdown_list{
   position: absolute;
   top:35px;
   left: 0;
   width: 200px;
   z-index: 1200;
   background-color:#000;
   color:#fff;
   list-style-type: none;
   display:none;


}
.dropdown_list li{
    transition: all 0.4s;
}
.dropdown_list li a{
   display: block;
   width: 100%;
   padding: 10px 16px;
   color:yellow;
}
.dropdown_list li:hover{
    background-color: #fff !important;
    color:#000;
}
.dropdown_list li:hover > a{
    color: #000;
    font-weight: bold;
}
.first_list:hover > .dropdown_list{
    display: block;
}

/*======== moonstar_topbar-section ========*/
.moonstar_topbar-section{
    width: 100%;
    padding: 5px 0;
    background-color:#fde905;
    color:#000;
}
.moonstar_topbar-section .contt_list{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    margin-top: 8px;
}
.moonstar_topbar-section .contt_list li a{
    padding: 10px;
    border-right: 1px solid #000;
    font-size: 16px;
    color:#000;
    text-decoration: none;
}
.moonstar_topbar-section .contt_list li:last-child a{
    border-right: none;
}
.moonstar_topbar-section .moon_social_media ul{
    display: flex;
    align-items: center;
    justify-content: centere;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.moonstar_topbar-section .moon_social_media ul li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    background: #fff;
    color:#000;
    margin-right: 10px;
    text-align: center;
    transition: all 1s;
}
.moonstar_topbar-section .moon_social_media ul li a:hover{
    transform: scale(1.2);
}
.moonstar_topbar-section .moon_social_media ul li:nth-child(1) a{
    background-color: blue;
    color:#fff;
}
.moonstar_topbar-section .moon_social_media ul li:nth-child(2) a{
    background-color: #1DA1F2;
    color:#fff;
}
.moonstar_topbar-section .moon_social_media ul li:nth-child(3) a{
    background-color: #c838a8;
    color:#fff;
}
.moonstar_topbar-section .moon_social_media ul li:nth-child(4) a{
    background-color: #0077b5;
    color:#fff;
}

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.container{
    max-width:1180px !important;
}
a{
    text-decoration: none;
}
.about_title h1 {
    font-size: 47px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}

.carousel-caption.d-md-block {
    /* margin-top: 30px !important; */
    transform: translateY(-145px);
}
h5.slider_title {
    font-size: 55px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
}
p.slider_des {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}
a.slider_btn {
    padding: 17px 79px 18px 78px;
    background: #FF8500;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px !important;
    display: inline-block;
    text-decoration: none;
}
.carousel-caption a{
    text-decoration: none;
}
/* =============== about section css =============== */

section.about{
    margin-top: 100px;
}
.about_title h1 {
    font-size: 47px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
}
.about_title p{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #4c4c4c;
    line-height: 2;
}
.about_content h1 {
    font-size: 44px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: #3c3c3c;
}
.about_content {
    margin-top: 130px;
}
.about_img{
    margin-top:40px;
}
.about_content p{
    font-size: 17px;
    color: #4c4c4c;
    font-family: 'Raleway', sans-serif;
    line-height: 2;
    font-weight: 500;
}
.modal-content.slider_form {
    width: 90%;
    margin: 0 auto;
    border-top: 5px solid orange;
}
button.btn.form_btn {
    padding: 12px 47px 15px 45px;
    background: #FF8400;
    display: block;
    margin: auto;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}
.modal-body.content_body {
    padding: 20px;
}
h5#exampleModalLabel {
    /* text-align: center !important; */
    margin: 0 auto;
    margin-left: 153px;
    font-size: 30px;
    font-weight: 700;
    color: #FF8500;
}
button.about_btn{
    padding: 15px 35px 16px 35px;
    background: #FF8500;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 7px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
   border: none;
   outline: none !important;
}

/* =============== sap_services section ============== */
 section.sap_services{
    background-image: url(../img/servicebg.webp);
    width: 100%;
    height: auto;
    background-size: 114%, 105%;
    background-image: cornsilk;
    background-size: cover;
    padding: 30px 0;
 }
 section.sap_services .sap-services_title{
    margin-top: 100px;
 }
 section.sap_services .sap-services_title h1{
    font-size: 47px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;

 }
 section.sap_services .sap-services_title p{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #4c4c4c;
    line-height: 2;
 }
 section.sap_services .service-box p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding: 10px;
    margin-left: auto;
    color: #4f4f4f;
    height: 80px;
    text-align: center;
}
section.sap_services .service-box img {
    padding: 5px 0px;
}
section.sap_services .service-box{
    margin-top: 25px;
    cursor: pointer;
}
 section.sap_services .service-box li {
    font-size: 18px;
    color: #364278;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    list-style: none;
    text-align: center;
}
section.sap_services .service-box {
    background: #fff;
    box-shadow: 1px 2px 15px -3px #bdbdbd;
    padding: 15px;
    border-radius: 5px;
    transition: .5s;
    height: 230px;
}
section.sap_services .service-box:hover{
    transform: scale(1.09);
}

/* ============ sap_migration section css here ==================== */
.sap_migration{
    width: 100%;
    background-color: #f1f1f1;
}

section.sap_migration .sap_migration_title{
    margin-top: 100px;
 }
 section.sap_migration .migration_img img {
    width: 100%;
}
 section.sap_migration .sap_migration_title h1{
    font-size: 47px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;

 }
 section.sap_migration .sap_migration_title p{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #4c4c4c;
    line-height: 2;
 }
section.sap_migration .migration_img {
    margin-top: 60px;
}
section.sap_migration .migration_content {
    margin-top: 91px;
}
 ul.migration_all {
    /* text-align: end; */
    direction: rtl;
    text-align: right;
  }
.migration_content ul.migration_all h1{
    font-size: 44px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: #3c3c3c;
  }

.migration_content ul.migration_all li {
    font-size: 21px;
    color: #FF8500;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    list-style: none;
  }
  .migration_content ul.migration_all p{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin-left: auto;
    color: #4f4f4f;
    font-size: 17px;
    padding: 10px 0;
  }







/* ================= section#query_form ================= */
section#implementation {
    margin-top: 60px;
}
section#implementation .implementation_title h3 {
    font-size: 32px;
    color: #474747;
    font-family: 'Poppins', sans-serif;
}
section#implementation .implementation_title p{
    font-family: 'Raleway', sans-serif;
}
section#implementation .implementation_box li {
    list-style-type: none;
    text-align: center;
}
section#implementation .implementation_box li {
    list-style-type: none;
    text-align: center;
}
section#implementation .implementation_box h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #FF8500;
    padding-top: 10px;
}
section#implementation .implementation_box p{
    font-family: 'Raleway', sans-serif;
}
section#implementation .implementation_box {
    background: #fff;
    box-shadow: 1px 2px 15px -5px #bdbdbd;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    margin-top: 40px;
    height: 215px;
}

/* ============== counter section css here ============= */
section#counter{
    background-image: url(../img/moonstar_bg/bg2.webp);
    width: 100%;
    height: auto;
    padding: 90px 0;
    margin-top: 80px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
section#counter .counter_box li{
    list-style: none;
}
section#counter .counter_box h2{
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 23px;
}
section#counter .counter_box {
    text-align: center;
}
/* =================== query_form section css here ================== */
section#query_form {
    background-image: url(../img/form_bg.webp);
    /* padding: 70px 0; */
    background-repeat: no-repeat;
    
}

section#query_form .form_aside {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    border-top: 5px solid orange;
    margin-top: 35px;
  }
  input#exampleInputName1 {
    padding: 10px;
    box-shadow: none;
  }
  input#exampleInputEmail1 {
    padding: 10px;
    box-shadow: none;
  }
  input#PhoneNumber {
    box-shadow: none;
}
  input#exampleInputText {
    padding: 10px;
    box-shadow: none;
  }
  input.form-control {
    padding: 10px;
    box-shadow: none;
  }
section#query_form .form_aside h1.text-center {
    font-weight: 700;
    color: #FF8500;
  }  

section#query_form .form_aside button.btn.form_btn {
  margin: 0 auto;
  display: block;
  padding: 9px 61px 13px 49px;
  margin-top: 31px;
  background: #FF8500;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}
section#query_form .form_aside textarea#exampleFormControlTextarea1 {
    margin-top: 18px;
  }


/* ============= real Customer Css here ============ */

section#real_customer {
margin-top: 150px;
}
.real_customer_title h5{
    margin-left: 48px;
}
.real_customer_title h1 {
    font-size: 30px;
    font-weight: 700;
    margin-left: 48px;
}
.items {
 position: relative;
}

.items .img__ {
    position:absolute;
}
.section{
    padding-top:80px;
    padding-bottom:80px;
}
.tabt_btn10 .items---{
    display: none;
    font-family: 'Raleway', sans-serif;
}
.tabt_btn10.item_active .items---{
    display: block;
}
.img__{
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease-in-out;
    transform: scale(0.8);
}
.img__.visible{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition-delay: 400ms;
}
section#real_customer ul li{
    list-style: none;
}
section#real_customer .item_active h1{
    background: orange !important;
}
section#real_customer h1.title {
background: lightgray;
  padding: 11px 28px;
  border-radius: 50px;
  font-size: 20px;
  cursor: pointer;

  }

/*============= moonstar_gallery ==========*/
.moonstar_gallery{
    width: 100%;
    padding: 70px 0;
}
.moonstar_gallery .moon_img{
    width: 100%;
    margin-bottom: 30px;
}
.moonstar_gallery .moon_img img{
    width: 100%;
}





/* ================== work section css here =============== */
  section#work{
    background-image: url(../img/work-bg.webp);
    width: 100%;
    height: auto;
    padding: 80px 0;
    margin-top:60px;
  }

section#work .work_box{
    background-color: #fff;
    width: 100%;
    border-bottom: 5px solid #FF8400;
    padding: 30px;
    border-radius: 5px;
    box-shadow: -1px 2px 5px 4px #ebebeb;
    min-height: 280px;
}

section#work .work_box h4{
    font-family: 'Poppins', sans-serif;
}
section#work .work_box p{
    font-family: 'Raleway', sans-serif;
}

/* =============== Clients Section Css ================== */
section.clients{
    padding: 70px 0;
}
section.clients .clients_title h1 {
    font-size: 47px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    color: #FF8500;
}
.clients .owl-carousel .owl-item img{
    box-shadow: 0px 0px 5px gray;\
    display: inline-block;
}

/*=========  moonstar_locations =========*/
.moonstar_locations{
    width: 100%;
    padding: 50px 0;
    background-color: #f1f1f1;
}
.moonstar_locations h1{
    font-weight: 800;
    margin-bottom: 40px;
    color:#FF8400;
    font-size: 46px;
}
.moonstar_locations ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.moonstar_locations ul li{
    border-left: 2px solid #FF8400;
    border-right: 2px solid #FF8400;
    box-shadow: 0px 0px 5px lightgray;

}
.moonstar_locations ul li:hover > a{
    transform: scale(1.1);
}
.moonstar_locations ul li a{
    display: block;
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    background-color: #fff;
    color: #000;
    text-align: center;
    text-decoration: none;
    transition: all 0.6s;
}
.moonstar_locations .list_down1{
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}




/* ============== Contact section css here ================== */
section#info-contact .info_img img{
    width: 100%;
}
section#info-contact .info_content {
    margin-top: 70px;
}
section#info-contact .info_content li{
    list-style: none;
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
section#info-contact .info_content p{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    padding: 10px;
}
/* ================= clients section css here =============== */
.owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-top: 30px;
}

/*================== footer section design ============*/
footer{
    width: 100%;
    height: auto;
    background-color: #000;
    padding: 80px 0;
}
footer .company_address{
    color: #fff;
}
footer .about_contt{
    max-width: 300px;
}
footer .about_contt img{
    width: 100%;
    padding-bottom: 16px;
}
footer .about_contt p{
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: normal;
    margin-bottom: 20px;
}
footer .about_contt a{
    display: block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    color:#000;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}
footer .about_list_design h3{
    color: #fff;
    margin-bottom:12px;
    padding-bottom:12px;
    position: relative;
    font-size: 22px;
    letter-spacing: 0.6px;
    font-weight: normal;
}
footer .about_list_design h3::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px ;
    background-color: yellow;
    content: "";

}
footer .about_list_design ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .about_list_design ul li a{
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 14px;
    border-bottom: 1px solid gray;
    transition: all 0.5s;
}
footer .about_list_design ul li a:hover{
    color: yellow;
    margin-left: 10px;

}



/* ================= copyright section css here =================== */
section.copyright .copyright_text{
    font-weight: 600;
    color: #525252;  
}
section.copyright .copyright_text a{
    text-decoration: none;
}
.copyright .copyright_text li{
    list-style: none;
    min-height: 70px;;
    line-height: 70px;
}

/*======= pages css ========*/
.breadcrumb_section{
    width: 100%;
    background-image: url('../img/moonstar_bg/bg1.webp');
    height: auto;
    padding: 70px 0;
    background-size: cover;
}
.breadcrumb_section h2{
    color:#fff;
    text-align: center;
    padding-bottom: 20px;
}
.breadcrumb_section .breadcrumb1{
    background-color: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb_section .breadcrumb1 li{
    color: #000;
    font-weight: bold;
}
.moonstar_about_section{
    width: 100%;
    padding: 50px 0;
}
.moonstar_about_section img{
    width: 100%;
}
.moonstar_about_section .m_content span{
    font-weight: bold;
    color: #000;
}
.moonstar_about_section .m_content h1{
    color: #352d66;
    font-weight: bold;
    padding: 6px;
    border-left: 3px solid #000;

}
.moonstar_about_section .m_content ul{
    list-style-type: none;
}

/*=========== services ==========*/
.m_services1 .moon_list h3{
    text-transform: uppercase;
    font-weight: bold;
    background-color: #fde905;
    color: #000;
    padding: 10px;
    text-align: center;
}
.m_services1 .moon_list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.m_services1 .moon_list ul li a{
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid gray;
    color: #000;
    letter-spacing: 0.4px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}
.m_services1 .moon_list ul li a::before{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 10%;
    height: 3px;
    background-color: #000;
    transition: all 1s;
}
.m_services1 .moon_list ul li:hover > ::before{
    width: 100%;
}
.m_services1 .m_img h3{
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}
.m_services1 .on_time_delivery{
    width: 100%;
    padding: 40px 0;
}
.m_services1 .on_time_delivery .on_time_content{
    padding: 14px;
    box-shadow: 0px 0px 6px #80808091;
    transition: all 1s;
    cursor: pointer;
}
.m_services1 .on_time_delivery .on_time_content h4{
    font-weight: bold;
    padding: 0px 5px;
    border-left: 4px solid #352d66;
    color: #352d66;
}
.m_services1 .on_time_delivery .on_time_content:hover{
    transform: scale(1.1);

}
.m_services1 .on_time_delivery .on_time_content:hover > h4{
    color: #352d66;
    border-color: #352d66;
}

/*======= scroll_down_list1 =======*/
.scroll_down_list1{
    height: 300px;
    overflow-y: scroll;
}

/*========= call-to-action-area =========*/

.call-to-action-area{
    background-color: #FF8400;
    color: #000;
    padding: 20px 0;
    border-bottom: 6px solid yellow;
}
.call-to-action-area img{
    width: 100%;
}
.call-to-action-area  h2{
    color: #000;
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
}
.call-to-action-area span{
    font-size:40px;
    font-weight: bold;
}



/*extra css*/
.top-header {
  background-color: #e53935;
  padding: 6px 0;
  color: #fff;
}
.top-header .logon1{
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
}

/*===== fix_btn_call1 ========*/
.fix_btn_call1{
    position: fixed;
    bottom: 45%;
    left:-60px;
    z-index: 999;

}
.fix_btn_call1 a{
    display: block;
    color: #fff;
    background-color: orange;
    padding:10px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-decoration: none !important;
    transform: rotate(270deg);
}
.whatsapp_btn_img{
    position: fixed;
    bottom:25%;
    left:0px;
    z-index: 1200;
}
.whatsapp_btn_img img{
    width: 62px;
}





/*------------ contact_form_details -------------*/

.contact_form_details{
  padding:120px 0;
  background-color:#f1f1f1;
}
.contact_form_details form{
  padding:30px 10px;
  position: relative;
}
.contact_form_details form:before{
  position: absolute;
  content: '';
  top: 0;
  left:16%;
  width:50%;
  height: 100%;
  background-color:#fde905;
  transform:rotate(45deg);
  opacity:.1;
}
.contact_form_details form input{
  width:100%;
  border-radius: none !important;
  padding:10px;
  margin-bottom:10px;
  border:none;
  box-shadow: 5px 0px 3px lightgray;
}
.contact_form_details form textarea{
  width:100%;
  border:none;
  height: 100px;
  box-shadow: 5px 0px 3px lightgray;
  padding-left: 10px;
  margin-bottom: 5px;
}
.contact_form_details form h3{
  text-align: center;
  padding-bottom: 10px;
  font-weight: 550;
  color: #000;
  font-size:32px;
  z-index: 999;
  position: relative;
}
.contact_form_details form .online_q{
  color:#fff;
}
.contact_form_details .submit_btn{
 padding:10px 14px;
 border:none;
 outline: none;
 font-weight:550;
 border:1px solid #fff;
 transition: all 0.6s;
}
.contact_form_details .submit_btn:hover{
  color:#fff;
  border:1px solid #fff;
  background-color:none;
  background-color:#d24a00;
  transition: all 0.6s;
  transform:scale(1.1);
}
.contact_form_details .content_catt ul{
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}
.contact_form_details .content_catt ul li{
  list-style-type: none;
  padding:10px;
  margin-bottom:40px;
  box-shadow: 0px 0px 6px lightgray;
}
.contact_form_details .content_catt ul .fa1{
  font-size: 24px;
}
.contact_form_details .content_catt ul span{
  font-size: 24px;
  font-weight: 550;
  color: #d24a00;
}
.contact_form_details .content_catt ul p{
  font-weight: 550;
}














@media screen and (max-width: 767.98px) {
    .carousel-caption.d-md-block {
        transform: translateY(0);
    }
    a.slider_btn {
        padding: 4px 15px 4px 14px;
        font-size: 16px;
        display: initial;
    }
    h5.slider_title {
        font-size: 19px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        line-height: 1.5;
        display: contents;
    }
    p.slider_des {
        height: 26px;
    }
    .about_img img{
        width: 100%;
    }
    section#work .work_box {
        height: auto;
        margin-top: 20px;
    }
    section#query_form .form_man img{
        width: 100%;
    }
    .topbar_logo.ndlogo img{
        width: 100%;
    }
    .topbar_logo.twologo img{
        width: 100%;
    }
    .topbar_logo img{
        width: 100%;
    }
    div#topbar {
        padding: 10px 0;
    }
    .carousel-caption.mobile.d-md-block {
        right: 31px;
        left: 6%;
    }
    .about_title h1 {
        font-size: 30px;
        font-weight: 800;
        font-family: 'Poppins', sans-serif;
    }
    section.about {
        margin-top: 45px;
    }
    .row.about_row {
        flex-direction: column-reverse;
    }
    .about_img {
        margin-top: 0;
    }
    .about_content h1 {
        font-size: 30px;
    }
    .about_content {
        margin-top: 30px;
    }
    section.sap_services .sap-services_title {
        margin-top: 10px;
    }
    section.sap_services .sap-services_title h1 {
        font-size: 30px;
    }
    section.sap_migration .sap_migration_title h1 {
        font-size: 30px;
    }
    section.sap_migration .sap_migration_title {
        margin-top: 20px;
    }
    .migration_content ul.migration_all h1 {
        font-size: 30px;
    }
    section.sap_migration .migration_content {
        margin-top: 45px;
    }
    section#query_form {
        margin-top: 18px;
        padding: 15px 0;
    }
    .form_man {
        display: none;
    }
    section#query_form .form_aside {
        margin-top: 12px;
       
    }
    section#implementation .implementation_box {
        margin-top: 15px;
    }
    .items {
        height: 453px !important;
    }
    .real_customer_title h1 {
        margin-left: 0px;
    }
    .real_customer_title h5 {
        margin-left: 0px;
    }
    ul.ul_content {
        display: contents;
    }
    section#work {
        margin-top: 20px;
        padding: 30px 0;
    }
    section.clients {
        padding: 33px 0;
    }
    section.clients .clients_title h1 {
        font-size: 30px;
    }
    section#real_customer {
        margin-top: 41px;
    }
    section.sap_services .service-box p {
        width: 100% !important;
        height: auto;
    }
    section#counter {
        background-size: cover;
    }
    .col-lg-2.offset-1.one_side {
        margin-left: auto;
    }


  }


/* ============ media query here for tablet ===================== */
@media screen and (max-width: 576px) {
    .items {
        height:370px !important;    
  }

/*===== navbar design =======*/
nav{
    display: block !important;
    position: relative;
    padding: 20px 25px;

}
.menu{
    display:none;
    margin-top: 30px;
    z-index: 1200;

}
nav .menu a{
    font-size:12px;
    font-weight:normal;
    padding: 8px;
    display: block;
    width: 100%;
    text-align: center;

}
.container123{
    color: #fff;
    display: block;
    position: absolute;
    top:10px;
    right:26px;
}

.moonstar_topbar-section .contt_list {
    display: inline-block;
    padding-bottom: 10px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.moonstar_topbar-section .contt_list li{
    padding: 4px;
}
.moonstar_topbar-section .contt_list li a{
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.moonstar_topbar-section .moon_social_media ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dropdown_list {
    position: inherit;
    top: 35px;
    left: 0;
    width: 200px;
    z-index: 1200;
    background-color: #000;
    color: #fff;
    list-style-type: none;
    display: none;
    text-align: center;
    width: 100%;
}

}



@media (max-width: 480px){
    .logo_d img{
    width: 230px !important;
}
.copyright .copyright_text li {
    list-style: none;
    min-height: 70px;
    padding-top: 10px;
    line-height: 2 !important;
}


}




/* ============ media query here for Mobile ================= */
  @media screen and (max-width:320px) {
    section#implementation .implementation_title h3 {
        font-size: 25px;
        
      }
      section#implementation .implementation_box {
        height: auto;
      }
      section#query_form .form_aside {
        padding: 11px;
      }
      section#real_customer h1.title {
        padding: 6px 28px;
        font-size: 18px;
      }
      .about_content {
        margin-bottom: 20px;
      }
      h5#exampleModalLabel {
        margin-left: 46px;
      }
      .about_title p {
        font-size: 15px;
      }
      .about_title h1 {
        font-size: 25px;
      }
      section#counter {
        margin-top: 35px;
      }
      section#counter {
        background-size: cover;
        padding: 30px 0;
      }
      p.slider_des {
        font-size: 13px;
    }
    h5.slider_title {
        font-size: 13px;
    }
    section.sap_services .service-box{
        height: auto;
    }
    p{
        font-size: 14px;
    }
    ul.migration_all {
        direction: rtl;
        text-align: left;
    }
    .migration_content ul.migration_all li {
        font-size: 18px;
    }
    section#query_form .form_aside button.btn.form_btn {
        padding: 9px 55px 9px 49px;
    }
    .about_content p {
        font-size: 14px;
    }
    button.about_btn{
        padding: 12px 8px 8px 8px;
        font-size: 15px;
    }
    .migration_content ul.migration_all p {
        font-size: 14px;
    }
    section#counter img{
        width: 75px;
    }
    section#counter .counter_box h2 {
        font-size: 16px;
        margin-top: 10px;
    }
    .items {
        height: 203px !important;
    }
    .real_customer_title h1 {
        font-size: 25px;
    }
 

    }
