*{
  margin:0;
  padding:0;
  font-family: 'Heebo', sans-serif;
  color: black;
  /*--background: #FF7F40;--*/
}


body{
  background: white;
}

hr{
  border: none;
  height: 1px;
  color: black;
  background-color:  black;
}

.btn_main{
  border: none;
  background: black;
  color: white;
  padding: 10px 20px;
  border-radius: 15px;
  text-decoration:none;
  transition: .5s;
}

.btn_main:hover{
  color: white;
  background: #FF7F40;
  text-decoration:none;
}


.container{
  width: 80%;
}

.kites-form-group
{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.kites-form
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.kites_textbox{
  width: 100%;
  margin: 10px 0;
  border: none;
  border: 1px solid #F5F5F5;
  padding: 10px 20px;
  border-radius: 10px;
}


.section{
  width:100%;
  padding: 50px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section_outer{
  width: 70%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.section_content{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.section_items_grid{
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.section_item_icon_content{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

.section_item_icon{
  padding: 10px;
}

.section_item_icon i{
  color: black;
  font-size: 50px;
  padding: 15px;
  border-radius: 50%;
  border: 1px solid black;
  transition: .5s;
}

.section_item_icon i:hover{
  background: black;
  color: white;
}

.section_item_content{
  padding: 10px;
}

.section_item_content h3{
  font-size: 20px;
  font-weight: bold;
  color: black;
}

.section_item_content p{
  font-size: 14px;
  color: grey;
  text-align: justify;
}

@media only screen and (max-width: 768px) {

  .kites-form-group
  {
    flex-direction: column;
  }

  .section{
    width:100%;
    padding: 50px 20px;
  }

  .section_outer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .section_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .section_items_grid{
    display: grid;
    grid-template-columns: auto;
  }

  .section_item_icon_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .section_item_icon{
    padding: 10px;
    margin-bottom: 20px;
  }

  .section_item_icon i{
    font-size: 50px;
  }


  .section_item_content h3{
    font-size: 20px;
    font-weight: bold;
    color: #FF7F40;
    text-align: center;
  }

  .section_item_content p{
    font-size: 14px;
    color: black;
    text-align: justify;
  }

}



/*------------------HEADER-----------------------*/


.header{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99999;
  transition: .5s;
  padding: 10px 0;
}

.MobNav{
  display: none;
}

.MobNavMenu{
  display: none;
}

.header-white{
    position: fixed;
  background: white;
  padding: 10px;
  box-shadow: 2px 2px 12px grey;
}

.header_inner{
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.header_left{
  width: 30%;
}

.header_logo{
  width: 170px;
}

.header_logo img{
  width: 100%;
  object-fit: contain;
}


.header_right{
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.header_right i{
  font-size: 16px;
  margin:10px;
}

.header_right i:hover{
  color: #FF7F40;
}

.header_right_top_section ul{
  list-style: none;
  display: flex;
  flex-direction:row;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

.header_right_top_section li{
  margin-left: 20px;
    transition: .5s;
    cursor: pointer;
}

.header_right_top_section a{
  color: black;
  text-decoration: none;
  font-size: 15px;
}

.header_right_top_section a:hover{
  text-decoration: none;
  color: #FF7F40;
}

.header_right_top_section li:hover{
  transform: scale(1.05);
  color: #FF7F40;
}

.header_right_bottom_section ul{
  list-style: none;
  display: flex;
  flex-direction:row;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-bottom: 10px;
}

.header_right_bottom_section li{
  margin-left: 40px;
  transition: .5s;
  cursor: pointer;
}

.header_right_bottom_section li:hover{
  transform: scale(1.05);
  color: #FF7F40;

}

.header_right_bottom_section a{
  color: black;
  text-decoration: none;
  font-size: 15px;
}

.header_right_bottom_section a:hover{
  text-decoration: none;
    color: #FF7F40;
}


@media only screen and (max-width: 1260px) {


  .header{
    display: none;
  }

  .MobNav{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: white;
    height: 70px;
    position: fixed;
    z-index: 99999;
  }

  .MobNavInner{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .MobNavContent{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .MobNavLogo{
    width: 80%;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 10px;
  }

  .MobNavLogo img{
    height: 80%;
    object-fit: contain;
  }

  .MobNavButton{
    height: 70px;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }

  .MobNavButton{
    padding-right: 20px;
  }

  .MobNavButton i{
    font-size: 30px;
    transition: .5s;
  }

  .MobNavButton i:hover{
    color: #FF7F40;
    transform: scale(1.05);
  }

  .MobNavMenu{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 70px;
    z-index: 999999;
    padding: 10px;
    background: black;
    transition: .5s;
  }

  .MobNavMenuShow{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
      -moz-animation: fadein 1s; /* Firefox < 16 */
       -ms-animation: fadein 1s; /* Internet Explorer */
        -o-animation: fadein 1s; /* Opera < 12.1 */
           animation: fadein 1s;
  }

  @keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

  .MobNavMenuContent{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .MobNavMenu ul{
    list-style: none;
    width: 100%;
    height: 100%;
  }

  .MobNavMenu li{
    width: 100%;
    text-align: center;
    padding: 10px;
    color: white;
    cursor: pointer;
  }


  .MobNavMenu a{
    color: white;
    text-decoration: none;
  }

  .MobNavMenu a:hover{
    color: white;
    text-decoration: none;
  }


  .MobNavMenu li:hover{
    background: #FF7F40;
    text-decoration: none;
  }

}




/*------------------END HEADER-----------------------*/




.main_outer{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.main_inner{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.home_slider{
  width: 100%;
}


/*------------------SERVICE SECTION-----------------------*/


.service_section{
  position: relative;
  width: 80%;
  top: 0;
  z-index: 10;
  padding: 100px;
}

.service_section_inner{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.service_section_items{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.service_section_item{
  width: 30%;
  padding-bottom: 20px;
  border: 1px solid black;
  transition: .5s;
}

.service_section_item:hover{
  transform: translateY(-30px);
}

.service_section_item img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.service_section_item h3{
  font-size: 20px;
  font-weight: normal;
  margin: 20px;
  margin-bottom: 0;
}

.service_section_item h2{
  font-size: 32px;
  font-weight: bold;
    margin: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.service_section_item ul{
list-style: none;
margin-left: 20px;
margin-top: 10px;
color: grey;
}

.service_section_item li{
  color: grey;
  font-size: 14px;
}

.service_section_item a{
  padding: 10px;
  margin:10px;
  margin-left: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  background: #FF7F40;
  color: black;
  transition: .5s;
  font-weight: bold;
}

.service_section_item a:hover{
  background: black;
}


@media only screen and (max-width: 768px) {


  .service_section{
    position: relative;
    width: 100%;
    top: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 10px;
  }

  .service_section_inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .service_section_items{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .service_section_item{
    width: 80%;
    padding-bottom: 20px;
    border: 1px solid black;
    transition: .5s;
    margin-bottom:10px;
  }

  .service_section_item:hover{
    transform: translateY(0);
  }

  .service_section_item img{
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .service_section_item p{
    padding: 20px;
    margin-bottom: 10px;
    text-align: justify;
  }

  .service_section_item a{
    padding: 10px;
    margin:10px;
    text-decoration: none;
    background: #FF7F40;
    color: black;
    transition: .5s;
    font-weight: bold;
  }

  .service_section_item a:hover{
    background: black;
  }
}

/*------------------END SERVICE SECTION-----------------------*/


/*------------------ABOUT US SECTION-----------------------*/

.about_section{
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.about_section_inner{
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.about_section_left{
  width: 50%;
}

.about_section_left h4{
  font-size: 25px;
  font-weight: bold;
}

.about_section_left h3{
  font-size: 32px;
  font-weight: bold;
}

.about_section_left p{
  font-size: 16px;
  text-align: justify;
}


.about_section_right{
  width: 50%;
}

.about_section_right img{
  width: 100%;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {

  .about_section{
    width: 100%;
  }

  .about_section_inner{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about_section_left{
    width: 100%;
    text-align: center;
  }

  .about_section_left h3{
    margin-bottom: 20px;
  }


  .about_section_right{
    width: 100%;
  }

  .about_section_right img{
    width: 100%;
    padding-left: 0;
  }
}


/*------------------END ABOUT US SECTION-----------------------*/



/*------------------WHY CHOOSE US SECTION-----------------------*/

.whyChooseUs{
  width: 100%;
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
}



.whyChooseUs_inner{
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.whyChooseUs_inner h2{
  font-size: 40px;
}

.whyChooseUs_content{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.whyChooseUs_items{
  padding: 20px;
  display: grid;
  grid-template-columns: auto auto auto;
}

.whyChooseUs_item{
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.whyChooseUs_item_icon{
  padding: 20px;
  font-size: 25px;
  border: 1px solid black;
  border-radius: 50%;
  margin-right:20px;
}

.whyChooseUs_item_content h3{
  font-size: 22px;
}

.whyChooseUs_item_content p{
  color: black;
}

@media only screen and (max-width: 768px) {


  .whyChooseUs{
    width: 100%;
    padding: 50px 10px;
  }



  .whyChooseUs_inner{
    width: 100%;
  }

  .whyChooseUs_inner h2{
    font-size: 30px;
  }

  .whyChooseUs_inner p{
    text-align: justify;
  }

  .whyChooseUs_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .whyChooseUs_items{
    padding: 20px;
    display: grid;
    grid-template-columns: auto;
  }

  .whyChooseUs_item{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-bottom: 20px;
  }

  .whyChooseUs_item_icon{
    margin:0;
    margin-bottom: 20px;
  }

  .whyChooseUs_item_content h3{
    font-size: 22px;
    text-align: center;
  }

  .whyChooseUs_item_content p{
    width: 100%;
    color: black;
    text-align: center;
  }

}

/*------------------END WHY CHOOSE US SECTION-----------------------*/


/*------------------SERVICE SECTION-----------------------*/

.main_service_section{
  width: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main_service_section_inner{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main_service_section_inner h2{
  font-size: 40px;
}


.main_service_section_content_content{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.main_service_section_items{
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main_service_section_item{
  margin: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.main_service_section_item_icon{
background: white;

}

.main_service_section_item_icon i{
  padding: 20px;
  font-size: 35px;
  border: 1px solid black;
  border-radius: 50%;
  margin-right:20px;
}

.main_service_section_item_icon i:hover{

  background: black;
  color: white;
}

.main_service_section_item_content h3{
  font-size: 22px;
}

.main_service_section_item_content p{
  font-size: 16px;
  color: black;
}


@media only screen and (max-width: 768px) {

  .main_service_section{
    width: 100%;
    padding: 50px 10px;
  }

  .main_service_section_inner{
    width: 100%;
  }

  .main_service_section_inner h2{
    font-size: 30px;
    margin-bottom: 0;
  }


  .main_service_section_content_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }


  .main_service_section_items{
    width: 100%;
    padding: 0;
  }

  .main_service_section_items img{
    padding: 20px 0px;
    margin: 20px;
  }

  .main_service_section_item{
    line-height: 20px;
  }


}

/*------------------END SERVICE SECTION-----------------------*/

/*------------------ CLIENT SECTION-----------------------*/

.client_section{
  width: 100%;
  height: 170px;
    background: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.client_section_inner{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 150px;
  overflow: hidden;
}


@media only screen and (max-width: 768px) {


  .client_section{
      padding: 0;
      margin-bottom: 50px;
  }

  .client_section_inner{
    width: 300px;
  }

}

/*------------------ END CLIENT SECTION-----------------------*/


/*------------------ RECENT WORK SECTION-----------------------*/

.recent_works{
  width: 100%;
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.recent_works_inner{
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.recent_works_inner h2{
  font-size: 40px;
}

.recent_works_content{
  padding: 10px;
}

.recent_work_projects{
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.recent_work_project{
  margin: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.recent_work_project img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
}

.recent_work_project h3{
  padding: 10px;
  font-size:20px;
  font-weight: bold;
  text-align: center;
}

.recent_work_project p{
  font-size:16px;
  color: black;
  line-height: 25px;
  padding: 0 10px 10px 10px;
  text-align: justify;
}

@media only screen and (max-width: 768px) {


  .recent_works{
    width: 100%;
    padding: 50px 10px;
  }

  .recent_works_inner{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .recent_works_inner h2{
    font-size: 30px;
  }

  .recent_works_content{
    padding: 10px;
  }

  .recent_work_projects{
    display: grid;
    grid-template-columns: auto;
    padding: 10px;
  }

}


/*------------------ END RECENT WORK SECTION-----------------------*/


.company_setup{
  background: #F5F5F5;
}



/*------------------ FOOTER-----------------------*/

.cic_footer{
  width: 100%;
  padding: 50px 0;
  padding-bottom:0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: black;
}

.cic_footer_outer{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.cic_footer_content{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.cic_footer_logo_section{
  width: 40%;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.cic_footer_logo_section img{
  width: 50%;
  margin-bottom: 20px;
}

.cic_footer_logo_section h3{
  font-size: 25px;
  color: white;
  margin-bottom:10px;
}

.cic_footer_logo_section p{
  font-size: 16px;
  color: white;
  width: 60%;
  line-height: 20px;
}

.cic_footer_menu{
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px;
}

.cic_footer_menu h3{
  color: white;
  font-size: 25px;
  margin-bottom: 20px;
}

.cic_footer_menu ul{
  list-style: none;
  color: white;
}

.cic_footer_menu li{
  padding: 5px;
  text-align: left;
  color: white;
  transition: .5s;
}

.cic_footer_menu li:hover{
  transform: translateX(10px);
}

.cic_footer_menu a{
  color: white;
  text-decoration: none;
}

.cic_footer_menu a:hover{
  color: black;
  text-decoration: none;
}

.address_section{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.address_section i{
  color: white;
  font-size: 20px;
  margin-right: 20px;
}

.address_section p{
  color: white;
  font-size: 16px;
}


.copyright{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 10px;
  margin: 0;
}

.copyright p{
  color: black;
  font-size: 16px;
  text-align: center;
}


@media only screen and (max-width: 768px) {


  .cic_footer{
    padding: 50px 20px;
    padding-bottom: 0;
  }

  .cic_footer_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .cic_footer_logo_section{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
        margin-bottom:20px;
  }

  .cic_footer_logo_section img{
    width: 100%;
  }

  .cic_footer_logo_section h3{
    font-size: 20px;
    text-align: center;
  }

  .cic_footer_logo_section p{
    font-size: 16px;
    color: white;
    width: 100%;
    line-height: 20px;
  }

  .cic_footer_menu{
    width: 100%;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cic_footer_menu li{
    text-align: center;
  }

  .copyright p{
    font-size: 12px;
  }


}




/*------------------ END FOOTER-----------------------*/


/*------------------ CONTACT US SECTION-----------------------*/

.contactUs_section{
  width: 100%;
  padding: 50px;
  background: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contactUs_sectionInner{
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.contactUs_sectionContent{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.contactUs_sectionContentHeader{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
    padding: 10px;
}
.contactUs_sectionContentHeader h3{
  font-size: 50px;
  color: white;
  margin-right: 20px;
  }

.contactUs_sectionButton{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.contactUs_sectionButton a{
  text-decoration: none;
  background: white;
  padding: 10px 20px;
  border-radius: 15px;
  color: black;
  margin: 20px;
}

.contactUs_sectionButton a:hover{
  text-decoration: none;
  background: blue;
  color: white;
}

.whatsappBtn a{
  background: green;
  color: white;
}

.whatsappBtn a:hover{
  background: white;
  color: green;
}

@media only screen and (max-width: 1260px) {
  .contactUs_section{
    width: 100%;
    padding: 20px;
  }
  .contactUs_sectionInner{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .contactUs_sectionContent h3{
    font-size: 30px;
    color: white;
    text-align: center;
    }

}

@media only screen and (max-width: 768px) {

  .contactUs_sectionInner{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .contactUs_sectionContent{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
  }
  .contactUs_sectionContent h3{
    font-size: 25px;
    color: white;
    text-align: center;
    }

  .contactUs_sectionButton{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }

  .contactUs_sectionButton a{
    text-decoration: none;
    margin: 10px;
    margin-bottom: 20px;
    background: white;
    padding: 10px 20px;
    border-radius: 15px;
    color: black;
    text-align: center;
  }

  .contactUs_sectionButton a:hover{
    text-decoration: none;
    margin: 10px;
    background: white;
    color: black;
  }

  .whatsappBtn a{
    background: green;
    color: white;
  }

  .whatsappBtn a:hover{
    background: white;
    color: green;
  }

}
/*------------------ END CONTACT US SECTION-----------------------*/


/*------------------ MAP SECTION-----------------------*/

.mapSection{
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mapSection iframe{
  width: 100%;
  height: 500px;
}

@media only screen and (max-width: 768px) {
  .mapSection{
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mapSection iframe{
    width: 100%;
    height: 300px;
  }

}

/*------------------ END MAP SECTION-----------------------*/




.callbackSection{
  width: 100%;
  padding: 50px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0063AD;
}

.callbackSectionInner{
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.callbackSectionInner{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.callbackSectionInner p
{
  font-size: 15px;
  color: white;
}


.callbackSectionInner h3{
  font-size: 30px;
  color: white;
  margin-bottom: 20px;
}

.callbackSectionContent{
  width: 50%;
  padding: 10px;
}




.callbackSectionContent button{
  background: white;
  margin: 10px 0px;
  border: 0;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: .5s;
}

.callbackSectionContent button:hover{
  background: #FF7F40;
  color: white;
  font-weight: bold;
  padding: 10px 25px;
}

.callbackSectionContent-right{
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.callbackSectionContent-right img{
  width: 80%;
}

@media only screen and (max-width: 1260px) {
  .callbackSectionContent{
    width: 60%;
  }


  .callbackSectionContent-right{
    width: 40%;
  }

}


@media only screen and (max-width: 768px) {

  .callbackSection{
    padding: 50px;
  }

  .callbackSectionInner{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .callbackSectionInner{
    padding: 10px;

  }
  .callbackSectionContent{
    width: 100%;
  }


  .callbackSectionContent-right{
    width: 100%;
  }

}


.ScrolltoTopButton{
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
  background: black;
  height: 50px;
  width: 50px;
  border-radius: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: .5s;
  cursor: pointer;
}
.ScrolltoTopButton:hover{
  height: 60px;
  width: 60px;
}
.ScrolltoTopButton i{
color: white;
font-size: 20px;
transition: .5s;
cursor: pointer;
}

.ScrolltoTopButton i:hover{
color: white;
font-size: 22px;
}

.breadcrump{
width: 100%;
height: 300px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)),url(https://images.unsplash.com/photo-1498050108023-c5249f4df085?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1504&q=80);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
}

.breadcrump-content{
  padding: 20px;
}

.breadcrump-content h2{
  font-size: 50px;
  font-weight: bold;
  color: white;
}

.blog-section{
  width: 100%;
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blog-section-inner{
  padding: 50px;
}

.blog-image{
  width: 100%;
  object-fit: contain;
  padding: 20px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.blog-image img{
  width: 100%;

  object-fit: contain;
}

.kts-copytext{
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: grey;
}



@media only screen and (max-width: 768px) {
  .breadcrump{
  height: 300px;

  }

  .breadcrump-content h2{
    margin-top: 30px;
    height: 100%;
    font-size: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .blog-section{
    padding: 50px 0;
  }

  .blog-section-inner{
    padding: 30px;
  }

}
