/* Place your CSS styles in this file */

*{
  box-sizing: border-box;
  letter-spacing: 0!important;
}

body{
  margin: 0;
  padding: 0;
  line-height: 1.6;
  vertical-align: baseline;
  font-family: 'Lato', sans-serif;
  background-color: white;
  box-sizing: border-box;
  overflow-x: hidden;
  max-width: 100%;
  font-size: calc(0.75em + 1vmin);
  -webkit-text-size-adjust: 100%;
}
  


html{
  margin: 0;
  padding: 0;
  direction: ltr;
  line-height: 1.6;
  vertical-align: baseline;
  font-family: 'Lato', sans-serif;
  background-color: white;
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

main{
  width: 100%;
  height: 100vh;
}


h1,h2{
  margin: 0;
}

img{
  max-width: 100%;
  border: 0;
}



/* header */

.container{}

#translate_container{
  background-color: #ddd;
  display: flex;
  justify-content: space-between;
  
 
}

div#google_translate{
  text-align: right;

}



.goog-te-gadget-simple{
  border-radius: 50px; 
  clear: both;
  display: block;
  color: white;
  text-align: right;

}

/* align right google translate button */

.company_header{
  width: 100%;
}
div#google_translate_element {
    text-align: right;
}

.goog-te-gadget-icon{
  border-radius: 50px;
}


.topnav {
  overflow: hidden;
  background-color: black;
  text-transform: uppercase;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 11px;
  padding-bottom: 11px;
  

}

#NAV_BAR{
  border-top: 1px outset #F28705;
  
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #F28705;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1024px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }


  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.Company-wrapper{
    display: flex;
    width: 100%;
    justify-content:space-between;
    background-size: cover;
    background-color: black;
    
    
}

#company_container {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: black;

}

@media screen and (max-width: 1024px) {
  #company_container {
     padding-left: 24px;
    padding-right: 24px;
  
}
}

#translate_container{
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 11px;
  padding-bottom: 11px;

}

@media screen and (max-width: 768px) {
  #translate_container{
     padding-left: 12px;
    padding-right: 12px;
  
}
}





.Left-content-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* @media screen and (max-width: 1023px) {
.middle-content-wrapper{
  visibility: hidden;
  font-size: 5px;
}
} */

@media screen and (max-width: 768px) {
.Left-content-wrapper{
 
 /* width: 50%; */

}
}



.Right-content-wrapper{
    display: flex;
    width: fit-content;
    float: right;
    justify-content: center;
    align-items: center;

}
.Company-Logo{
    display: block;
    width: 100%;
    height: 115px;
    object-fit: fill;
    justify-content: center;
    justify-self: center;
    justify-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    
    

}

@media screen and (max-width: 391px) {
  .Company-Logo{
    
    height: 65px;
    
    
    

}
}

@media only screen and (min-width: 391px) and (max-width: 749px)  {
  .Company-Logo{
    
    height: 75px;
    
    
    

}

}

@media only screen and (min-width: 750px) and (max-width: 1024px)  {
  .Company-Logo{
    
    height: 100px;
    
    
    

}

}


/* @media screen and (max-width: 390px) {
#logo_part2{

  height: 30px;
  
}
} */

.author{
  
}

.welcome{
    color: #F28705;
    display: block;
    justify-content: center;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;

}

@media only screen and (max-width: 479px){
.welcome{
    font-size: 24px;

}
}
@media only screen and (max-width: 479px){
.welcome{
    font-size: 24px;

}
}


/* main body */

.company_main{
  background-color: black;
  height: 100%;
  border-top: 1px outset #F28705;
  
}

.main-content-container{
  background-color: black;
    position: relative;
    margin: 0px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    
    
}

.left-button, .right-button,.left-button2, .right-button2,.left-button3, .right-button3,.left-button4, .right-button4,.left-button5, .right-button5,.left-button6, .right-button6,.left-button7, .right-button7,.left-button8, .right-button8,.left-button9, .right-button9 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    padding: 16px;
    margin-top: -22px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.right-button,.right-button2,.right-button3,.right-button4,.right-button5,.right-button6,.right-button7,.right-button8,.right-button9{
    right: 0;
    border-radius: 3px 0 0 3px;
}

.left-button:hover, .right-button:hover,.left-button2:hover, .right-button2:hover,.left-button3:hover, .right-button3:hover,.left-button4:hover, .right-button4:hover,.left-button5:hover, .right-button5:hover,.left-button6:hover, .right-button6:hover,.left-button7:hover, .right-button7:hover,.left-button8:hover, .right-button8:hover,.left-button9:hover, .right-button9:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
    text-decoration: none;
  }
  

.indicator,.indicator2,.indicator3,.indicator4,.indicator5,.indicator6,.indicator7,.indicator8,.indicator9 {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #F28705;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    user-select: none;

}
  
.active, .indicator:hover {
    background-color: #717171;
}

.active2, .indicator2:hover {
    background-color: #717171;
}

.active3, .indicator3:hover {
    background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}



@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.slides_container{
  width: 100%;
  position: relative;
}

.slides, .slides2,.slides3,.slides4,.slides5,.slides6,.slides7,.slides8,.slides9{
  box-sizing: border-box;
  overflow: hidden;
  
 
}

.slide-image{
    width: 100%;
    height: 600px;
    object-fit: cover;
    filter: blur(3.5px);
      -webkit-filter: blur(3px); 
      -moz-filter: blur(3px); 
      -o-filter: blur(3px); 
      -ms-filter: blur(3px);
    
    margin-top: -10px;
    margin-bottom: -10px;
    
    
          
}

.slide-image_grading{
  width: 100%;
  height: 900px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* object-fit: cover; */
  position: relative;

}

@media screen and (max-width: 479px) {
.slide-image_grading{
  width: 100%;
  height: 500px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* object-fit: cover; */
  position: relative;

}

}

.text {
  background: transparent;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  opacity: 1.0;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 11px;
  padding-bottom: 11px;
}

@media screen and (max-width: 769px) {
.text {
  
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
}
}



.slide_text{
  font-size: 72px;
  opacity: 1.0;

}

@media screen and (max-width: 479px) {
.slide_text{
  font-size: 42px;
  opacity: 1.0;

}
}

.slide_sub_text{
  font-size: 30px;
  opacity: 1.0;
  

}

@media screen and (max-width: 479px) {
.slide_sub_text{
  font-size: 24px;
  opacity: 1.0;
  

}
}

.grid-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 100%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 11px;
    margin-bottom: 11px;
}

@media screen and (max-width: 769px) {
  .grid-container {
    grid-template-columns: 1fr ;
     margin-left: 12px;
    margin-right: 12px;
  
}
}



.grid-item{
    display: grid;
    position: relative;
    height: 100%;
    
}


.background-image{
    width:100%;
    height:200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.content{
    position: absolute;
    top:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    height: 100%;
    padding-right: 1rem;
    padding-left: 1rem;

}

 a.grid-navigation{
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: justify;
}


.grid-container .grid-item:hover .content{
    transform: scaleY(1);
    color: white;
    font-weight: bold;

}

.grid-container .grid-item .content{
    position: absolute;
    background: rgba(0,0,0,0.8);
    transform: scaleY(0);
    transition: transform .5s;
    width: 100%;
}



.grid-container .grid-item .content h2{
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #F28705;

}

.grid-container .grid-item .content p{
    margin: 10px 0 0;
    padding: 0;
    text-align: justify;
    word-break: break-all;
    line-height: 2;
}

.grid_p{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  clear: both;
  font-size: 18px;
}

.FAQS_container{
  text-align: center;
  background: transparent;
  border-top: 8px solid #222;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  font-size: 1.625rem;
  font-weight: 400;
}

.FAQS{
  font-size: 1.625rem;
  font-weight: 400;
}

.FAQS_header{
  color: rgba(255,255,255,0.7);
  padding-left: 100px;
    padding-right: 100px;
    padding-top: 11px;
    padding-bottom: 11px;
}

@media screen and (max-width: 479px) {
 .FAQS_header{
   font-size: 1.625rem;
  padding-left: 12px;
    padding-right: 12px;
}
}

ul.FAQ_list{
  margin-bottom: 0;
  padding-left: 100px;
    padding-right: 100px;
    padding-top: 11px;
    padding-bottom: 11px;
  background-color: black;
      display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    
}

@media screen and (max-width: 769px) {
ul.FAQ_list{
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 12px;
    padding-right: 12px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    
    
}
}

.FAQ_list_item{
  list-style-type: none;
    margin: 0 0 8px;
    display: list-item;
    text-align: -webkit-match-parent;
  
}

.FAQ_question{
    border: 0;
    font-weight: 400;
    margin-bottom: 1px;
    padding: 0.8em 1.2em 0.8em 1.2em;
    position: relative;
    width: 100%;
    background: #303030;
    display: block;
    text-align: left;
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible;
    color: white;
    font-size: 1.625rem;
  
    

}

@media screen and (max-width: 479px) {
.FAQ_question{
    font-size: 1.125rem;
  
    

}
}


.active_faq, .FAQ_question:hover {
  background-color: grey;
}

.FAQ_question:after {
  content: '\002B';
  font-weight: bold;
  float: right;
}

.active_faq:after {
  content: "\2212";
}

.FAQ_answers{
    display: block;
    max-height: 0;
    overflow: hidden;
    transition:  max-height 0.6s ease-out;
    background: #303030;
    text-align: left;
    
    
    
}
.FAQ_content{
  display: inline-block;
  padding: 1.2em;
}

.grading_cont{
  color: #F28705;
}

/* About us */

.about_sections_container{
  margin: 0;
  align-items: center;
}

.about_section{
  margin: 0;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-transform: uppercase;
  width: 100%;
  align-self: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .about_section{
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-transform: uppercase;
  width: 100%;
  align-self: center;
  background-size: cover;
}
}

@media screen and (max-width: 768px) {
  .about_header{
    
      text-align: center;
      

  }
}

.about_inner_div{
  margin: 0;
 
  
}

#who_we_are_section{
  
  background-image: url(https://megateltest.w3spaces.com/resources/hugo-barbosa-TnG2q8FtXsg-unsplash.jpg);
  display: flex;
  flex-direction: column;
  background-size: 600px;
  background-clip: border-box;
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #E0E2E4;
  color: black;

  
}


@media screen and (max-width: 479px) {
  #who_we_are_section{
    height: 100vh;
    background-size: 550px;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
    
      

  }

}

@media only screen and (min-width: 760px) and (max-width: 900px)  {
  #who_we_are_section{
   
    background-size: 100%;
  
    
      

  }

}


#who_we_are_text{
  width: 65%;
}

@media only screen and (min-width: 760px) and (max-width: 900px)  {
  #who_we_are_text{
  width: 100%;
}

}

@media screen and (max-width: 479px) {
 #who_we_are_text{
  width: 100%;
  text-align: center;
}
}

.who_we_Are{
  text-transform: none;
  overflow-wrap: break-word;
  line-height: 1.8;
  color: rgb(51, 51, 51) !important;
  font-size: 18px !important;
  font-weight: 600;
}
  


#who_we_do_section{
  
  background-image: url(./resources/My_project-1.jpg);
  width: 100%;
  display: flex;
  flex-direction: column;
  background-clip: border-box;
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #F40314;
  color: white;
   
}

@media screen and (max-width: 479px) {
  #who_we_do_section{
    height: 100vh;
    display: flex;
    align-items: center;
    background-size: 410px;
    justify-content: center;
    
      

  }



}

@media only screen and (min-width: 760px) and (max-width: 900px)  {
 #who_we_do_section{
   
    background-size: 100%;
  
    
      

  }

}

.what_we_do{
  text-transform: none;
  overflow-wrap: break-word;
  line-height: 1.8;
  font-size: 18px !important;
  font-weight: 600;

}

#who_we_do_text{
  width: 65%;
}

@media only screen and (min-width: 760px) and (max-width: 900px)  {
#who_we_do_text{
  width: 100%;
}

}

@media screen and (max-width: 479px) {
 #who_we_do_text{
  width: 100%;
  text-align: center;
}
}

#who_choose_us_section{
  
  height: 100%;
  color: rgba(255,255,255,0.7);

}

.ABOUT_details_coloumns{
  
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: unset;
    

}

@media screen and (max-width: 1024px) {
  .ABOUT_details_coloumns{
    
      display: block;
      width: 100%;
      align-items: stretch;
      justify-content: center;
      flex-wrap: nowrap;
      flex-direction: unset;
      

  }
}

.ABOUT_coloumn{
  display: table;
  table-layout: fixed;
  flex-wrap: nowrap;
  flex-direction: unset;
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  align-items: stretch;
  
}

@media screen and (max-width: 1024px) {
    .ABOUT_coloumn{
    display: table;
    table-layout: fixed;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    align-items: stretch;
    
  }
}

.about_coloumn_details{
    display: table-cell;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: rgba(43,54,68,0.25);
    padding-left: 36px;
    padding-top: 36px;
    padding-right: 36px;
    padding-bottom: 36px;
    text-align: center;
    flex-wrap: nowrap;
}

.about_details_contatiner{
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
    line-height: 1.4;
  text-transform: none;
  text-align: center;
  
}

#team_section{
  height: 100%;

}

.flex{
  justify-content: space-between;
}

@media only screen and (min-width: 760px) and (max-width: 1024px)  {
.flex{
  justify-content: center;
}

}



.about_section_team{
  
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.indivdual_memeber{
  perspective: 1000px;
  width: 400px;
  margin: 15px;
  cursor: pointer;
}

.indivdual_memeber:hover .flip_card_inner{
  transform: rotateY(180deg);
} 

.flip_card_inner{
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  


}

.flip_card_front{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    background-color: rgba(43,54,68,0.25);
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 12px;
    padding: 15px;
    z-index: 2;
}

.member_image_container{
  display: block;
  padding: 0;
  width: calc(45% - 15px);
  position: relative;
}

.member_image{
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.image_after::after {
    position: relative;
    display: block;
    content: " ";
    padding-bottom: 130%;
}

.member_detail{
  position: relative;
  width: 55%;
}

.name_container{
  height: 35%;
  font-size: 18px;
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.7);
  font-weight: bold;
  color: rgba(255,255,255,0.7);
  text-transform: none;
}

.member_name{
  position: absolute;
  bottom: 10px;
  left: 0px;
  
}

.title_container{
  margin-bottom: 50px;
  position: relative;
  color: white

}

h2.member_title{
  font-size: 16px;
  font-weight: 300;

}

.view_bio_container{
  font-family: 'Lato', sans-serif;
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding-right: 20px;
  color: white;
  text-transform: none;
}


.view_bio_icon{
    color: #F28705;
    top: 0;
    right: 0px;
    width: 25px;
    height: 100%;
    position: absolute;
}

.view_bio_icon::before {
    content: '\203A';
    font-size: 38px;
    font-style: normal;
    font-weight: bold;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    opacity: .8;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    margin-bottom: 0.2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.flip_card_back{
  transform: rotateY(180deg);
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  top: 0px;
  left: 0px;
  box-shadow: -2px 4px 39px -6px rgb(0 0 0 / 75%);
  overflow: hidden;
  background-color: rgba(43,54,68,0.25);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 12px;
  padding: 15px;
  z-index: 10;
}

.flipped_name_container{
  position: relative;
  color: #F28705;
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 500;
}

h1.flipped_name{
  font-size: 18px;
  text-transform: none;
}

.flipped_bio_container{
  position: relative;
}


p.flipped_bio_detail{
  position: absolute;
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.5em;
  color: rgba(255,255,255,0.7);
  text-transform: none;

}
@media only screen and (max-width: 479px){
  p.flipped_bio_detail{
  font-size: 13px;

}

}

.flipped_bio_icon{
  
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #F28705;
  
}

.flipped_bio_icon::before{
  content: '\00D7';
  font-size: 38px;
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;

}

#team_header{
  text-align: center;
  color: rgba(255,255,255,0.7);
}

.choose_icon{
  margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Products main */

.products_container{
  display: block;
  position: relative;
  width: 100%;
  
}

.products_container_inner{
  
  margin-right: auto;
  margin-left: auto;
  position: relative;

}

.products_sections{
  display: block;
  position: relative;
  width: 100%;

}

.products_sections_inner{

  display: flex;
  
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 11px;
  padding-bottom: 11px;


}

@media only screen and (max-width: 1025px){
  .products_sections_inner{

  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 11px;
  padding-bottom: 11px;


}

}

.products{
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 15px;
  background-color: rgba(43,54,68,0.25);
  box-shadow: 5px 5px 10px 0px rgba(255,255,255,0.7);
  padding: 30px ;
  vertical-align: middle;
  border-radius: 12px ;
}

@media only screen and (max-width: 479px){
 .products{
  align-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 162px;
    height: 227px;
    max-width: 100%;
    margin: 12px;
    background-color: rgba(43,54,68,0.25);
    box-shadow: 5px 5px 10px 0px rgb(255 255 255 / 70%);
    padding: 0px;
    vertical-align: middle;
    border-radius: 12px;
}


}

.product_image{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 150px;
  height: 150px;
  object-fit: cover;
  
  
 

}


.product_text{
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}

.coming_soon{
  color: #F28705;
  text-align: center;
  margin: 0;
}



/* Grading scale main */
.why_choose_grading_container{
  background-color: #F28705;
  margin: 0;
  color: #ffffff;
  
}


.why_choose_grading{
  display: flex;
  padding-right: 100px;
  

}

@media (max-width: 1024px){
  .why_choose_grading{
  display: block;
  padding-right: 0px;
  

}

}



.why_choose_grading_image_container{
  display: block;
  flex: 1;
  position: relative;
  width: 40%;

}

@media (max-width: 1024px){
 .why_choose_grading_image_container{
  display: block;
  flex: 1;
  position: relative;
  width: 100%;

}

}



.why_choose_grading_image{
  height: 100%;
  width: 100%;
  object-fit: fill;
  object-position: center center;

}


.why_choose_grading_text{
  word-wrap: break-word;
  padding-left: 100px;
  justify-content: center;
  flex: 1;
  text-align: center;
  position: relative;
  align-self: center;
  margin: auto;
  width: 60%;
 

}

@media (max-width: 1024px){
.why_choose_grading_text{
  word-wrap: break-word;
  padding-left: 12px;
  padding-right: 12px;
  justify-content: center;
  flex: 1;
  text-align: center;
  position: relative;
  align-self: center;
  margin: auto;
  width: 100%;
 

}

}

.why_choose_grading_header{
  
  align-self: center;
 
}

@media (max-width: 479px){
.why_choose_grading_header{
  
 font-size: 24px;
 
}

}

.why_choose_grading_detail{
  
  align-self: center;
  text-justify: distribute;
  
}



@media (max-width: 479px){
.why_choose_grading_detail{
  
 word-spacing: -0.06em;
 
}

}



.why_choose_grading_header{
  margin: 0;
}

.why_choose_grading_detail{
  margin: 0;
}

.grading_scale_container{
  padding-left: 100px;
  padding-right: 100px;
  padding-top:11px ;
  padding-bottom: 11px ;
  
}

@media screen and (max-width: 770px) {
 .grading_scale_container{
       width: 100%;
    max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  
}
}


.grading_scale{
 

}

.grading_scale_section{
  display: table;
  table-layout: fixed;
  background-color: rgba(43,54,68,0.25);
  border: 3px solid #F28705;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 30px;

}

@media screen and (max-width: 770px) {
.grading_scale_section{
  
  display: flex;
  flex-direction: column;
  overflow: hidden;
  

}
}

.grading_scale_header_container{

}

.grades_heading_inner_container{
  padding-left: 12px;
  color: #F28705;
  width: 15%;
  vertical-align: middle;
  font-size: 56px;
  font-weight: 300;
  float: none;
  display: table-cell;
  text-align: center;
  clear: left;
  z-index: 1;
  position: relative;
  min-height: 1px;

}

@media screen and (max-width: 770px) {
.grades_heading_inner_container{

  
  width: 100%;
  display: block;
  
  
  

}
}

.grades{
  margin: 0;
}

.grades_details_inner_container{
  float: none;
  display: table-cell;
  z-index: 1;
  position: relative;
  min-height: 1px;
  vertical-align: middle;
}

@media screen and (max-width: 770px) {
.grades_details_inner_container{
  
  width: 100%;
  display: block;
  
  
  

}
}

.grades_details_container{
  padding-right: 12px;
  
   color: rgba(255,255,255,0.7);
}

@media screen and (max-width: 770px) {
.grades_details_container{
  padding-left: 12px;
  
}

}

.grades_details{
  font-size: 18px;
}
@media screen and (max-width: 770px) {
.grades_details{
  text-align: justify;
  word-spacing: -1.7px;
}
}

.grades_details_inner_header{
  color: #F28705 ;
  font-weight: 600;
}

@media screen and (max-width: 770px) {
.grades_details_inner_header{
  text-align: justify;
}
}

.grading_scale_header{
   color: #F28705;
}

@media screen and (max-width: 479px) {
.grading_scale_header{
   font-size: 24px;
}

}

.grading_scale_subheader{
  color: rgba(255,255,255,0.7);

}

.grades_slides{
  padding: 0px;
 
}






/* Contact main */

#contact_container{
  display: block;
  width: 100%;
  background-color: black;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  

}



#contact_container>.contact_section_inner{
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 60px;
  padding-bottom: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 350px ;
}

@media (max-width: 479px){
  #contact_container>.contact_section_inner{
  padding-top: 60px;
  padding-left: 12px;
  padding-right: 12px;
  height: 200px;
  }

}

@media only screen and (min-width: 490px) and (max-width: 890px ){
  #contact_container>.contact_section_inner{
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  height: 250px;
  }

}



#get_touch{
  
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 50px;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

@media (max-width: 479px){
  #get_touch {
      font-size: 24px;
  }

}

@media only screen and (min-width: 490px) and (max-width: 890px ){
  #get_touch {
      font-size: 31px;
  }

}



#Contact_us{
    
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 100px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-top: -20px;
 
}

@media (max-width: 479px){
  #Contact_us{
  font-size: 40px;
  margin-top: -9px;
  }

}

@media only screen and (min-width: 490px) and (max-width: 890px ){
  #Contact_us{
  font-size: 64px;
  margin-top: -12px;
  }

}



#contact{
  color: #F28705;
}

.footer_contact_us{
  margin-top: 19.6px;
  margin-bottom: 19.6px;
}

#contact_details_container{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    background-color: black;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    
    
}

.contact_section>.contact_details_container_inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact_details_container_inner{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding-top: 11px;
  padding-bottom: 11px;

}

.excite{
  color: #F28705;
}

#lets_talk{
  font-size: 64px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 11px;
    font-weight: 100;
    line-height: 1;
}

@media (max-width: 471px){
#lets_talk{
  font-size: 40px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 11px;
    font-weight: 100;
    line-height: 1;
}

}

@media only screen and (min-width: 490px) and (max-width: 890px ){
 #lets_talk{
  font-size: 64px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 11px;
    font-weight: 100;
    line-height: 1;
}

}

#info{
    font-size: 24px;
    font-weight: 300;
    padding-left: 100px;
  padding-right: 100px;
  padding-top: 11px;
  padding-bottom: 11px;
    line-height: 1.4;
    margin-bottom: 40px;
}

@media (max-width: 770px){
#info{
    font-size: 24px;
    font-weight: 300;
    padding-left: 50px;
  padding-right: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
    line-height: 1.4;
    margin-bottom: 40px;
}

}

.contact_details_coloumns{
  
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 11px;
    padding-bottom: 11px;

}

@media (max-width: 1024px){
  .contact_details_coloumns{
  
    display: block;
    width: 100%;
    justify-content: center;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 25px;
    padding-left: 25px;
    

}

}

.coloumn{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: unset;
  width: 33.33%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  align-items: stretch;
}

@media (max-width: 1024px){
  .coloumn{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: unset;
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    align-items: stretch;
  }
}

.coloumn_details{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: rgba(43,54,68,0.25);
    padding-left: 36px;
    padding-top: 36px;
    padding-right: 36px;
    padding-bottom: 36px;
    text-align: center;
    flex-wrap: nowrap;
}

}

.detail_header{
  margin-bottom: 12px;
  color: rgba(255,255,255,0.7);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;

}

.details{
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;

}

.details_contatiner{
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
    line-height: 1.4;
  word-break: break-all;
}

.contact_icon{
  position: relative;
  width: 100px;
  height: 100px;
  border: 2px solid #F40314;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}

.material-icons{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  
  
}

.animate_arrrow_container{
  display: none;
}

.down_arrow{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 11px;
  width: 65px;
  height: 65px;
  
  
  
}

/* Footer */

.footer-container{
    border-top: 8px solid #222; ;
    background-color: black;
    width: 100%;
    height: 100%;
    clear: both;
    position: relative;
    color: white;
    box-sizing: border-box;
    

}

.sections-container{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
    padding-bottom: 50px;

}

@media screen and (max-width: 1024px) {
.sections-container{
    flex-direction: column;
    justify-content: space-evenly;
    
    padding-left: 12px;
    padding-right: 12px;

}
}

.section{
    float:left;
    width:100%;

}

@media screen and (max-width: 1024px) {
.section{
    
    width:auto;

}
}

@media screen and (max-width: 1024px) {
#section_first{
  margin: auto;
 width: 50%;

}
}

@media screen and (max-width: 1024px) {
#section_middle{
    
   padding-top: 3rem;
   padding-bottom: 3rem;

}
}



.contact-container{
    display: flex;
    align-items: center;
  
}

.Company-logo-wrapper{
    display: flex;
    
}

#CONTACT{
    font-size: 1.1rem;
}
#social-media{
    font-size: 1.1rem;
}



.contact{
    width:30px;
    height: 30px;
}

.mailto, .telephone{
  color: white;
  text-transform: none;
}



ul.footer-UL,li.footer-li,a.socialmedia-icon{

    display: flex;
    justify-content: space-between;
    align-items: left ;
    padding-inline-start: 0px;


}

@media screen and (max-width: 1024px) {
ul.footer-UL,li.footer-li,a.socialmedia-icon{

        margin-inline-end: 30px;


}
}

a.socialmedia-icon:hover{

    cursor: pointer;

}

li.footer-li:hover{
    background-color: transparent;
}


.Social-network{
    width:24px;
    height: 24px;
}

.footer-links{
  padding-top: 0.1rem;
}

.copyright{
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}

.top_content{
  margin: 0;
  color: #F28705;
}

@media screen and (max-width: 1024px) {
.top_content{
  visibility: hidden;
  font-size: 5px;
}
}



.footer-description{
  background-color: #ddd;
}

.footer-description p {
  padding-top: 11px;
  padding-bottom: 11px;
  color: #F28705;
;
}

.footer-Logo{
  display: block; 
  height: 125px;
  object-fit: fill;
  justify-content: center;
  justify-self: center;
  justify-items: center;

}

@media screen and (max-width: 1024px) {
.footer-Logo{
   
  height: auto;
  
  
  

}
}


#myBtn {
  display: none;
  position: fixed;
  border-radius: 2px;
  height: 50px;
  width: 50px;
  bottom: 95px;
  right: 30px;
  z-index: 99;
  text-align: center;
  outline: none;
  background-color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: .4;
  
}

#myBtn:hover{

}



.material-icons{
  font-size: 36px;
  color: #545454;
  line-height: 50px;
  text-align: center;

}

.material-icons:hover{
  color: #F28705;
  


}
  




