*,a,li{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
.divider{
  width: 20%;
  margin: 20px auto;

}
.head_btn a{
  color: #000;
}
.head_btn a:hover{
  color: #000;
}
 a:hover{
color: #fff;
}
/*-------------------------scroll top-------------------------------*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #3B78C2;
  color: white;
  cursor: pointer;
  padding: 6px 13px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #D3E9FF;
}

/*-------------------------scroll top-------------------------------*/
.heading_title {
  width: 50%;
  text-align: center;
  margin: 35px auto;
}
/*-------------------------navigation-------------------------------*/
header{
  background: #0E0C3E;
  padding: 10px;
}
.brand_logo a{
  font-size: 30pt;
  margin-left: 5rem;
}
header nav ul {
  display: flex;
}
.col-md-7 nav {
  margin-top: 1rem;
}
header li{
  margin-left: 2rem;
}
header a{
  color: #fff;
  font-size: 14pt;
}
.responsive_menu_icon{
  display: none;
  cursor: pointer;
}
/*-------------------------Header Request Demo-------------------------------*/
.request_demo .container{
  box-shadow: -10px -10px 15px rgb(255 255 255 / 50%), 0px 12px 15px rgb(70 70 70 / 12%);
  padding: 50px;
}
.request_demo form{
  box-shadow: inset -10px -10px 15px rgba(255, 255, 255, 0.5), 
     inset 10px 10px 15px rgba(70, 70, 70, 0.12);
     padding: 50px;

}
.request_demo input{
  padding: 10px
}
.request_demo .heading_title{
  width: 100%;
  text-align: left;
}
.request_demo .detail_btn{
margin-top: 50px;  
}
.form_title{
  text-align: center;
}
/*-------------------------Header Request Demo-------------------------------*/


/* nav active */

ul li a.active{
  border-bottom: 3px solid;
    padding-bottom: 1.4rem;
}

.bar{
  display: block;
  width: 25px;
  height: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  margin: 5px auto;
}
.sticky header{
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: all 0.5s ease-out;
  top: 0;
  left: 0;
  background: #006C9C;
}


.sticky .owl-carousel{
  margin-top: 80px;
  top: 0;
}
header.black{
  background: #000;
  transition: all 0.3s ease-in;
  height: 80px;
}
.head_btn{
  margin-top: 0.5rem;
}
.head_btn button{
  background: #D3E9FF;
  padding: 5px 10px;
  border-radius: 5px;
}
/*-------------------------navigation-------------------------------*/



/*-------------------------Slider-------------------------------*/
.owl-theme .owl-dots .owl-dot span {
  background: #fff;
}
.owl-dots {
  position: absolute;
  bottom: 0;
  left: 45%;
  zoom: 1.5;
  -moz-transform: scale(1.5); /*only firefox support for zoom attribute*/
  color: #fff;
}
section.slider img {
  height: auto;
  max-height: 80vh;
  object-fit: cover;
}
/*-------------------------Slider-------------------------------*/
/*-------------------------Feature-------------------------------*/
.para_content {
  width: 50%;
  margin: auto;
}
.features{
  background: #DAECFF;
  padding-bottom: 50px;
}
/* .feature_list {
  display: flex;
  justify-content: flex-start;
  align-items: self-start;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
} */
.feature_list {
  display: flex;
  justify-content: center;
  align-items: self-start;
  flex-wrap: wrap;
  width: 65%;
  margin: 0 auto;
}
/* .feature_icon {
  border: 1px solid;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1rem;
  padding: 17px 0px;
  margin-bottom: 20px;
  width: 23%;
  height: auto;
  min-height: 125px;
  border-radius: 15px;
} */

.feature_icon {
  border: 1px solid;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1rem;
  padding: 17px 0px;
  margin-bottom: 20px;
  width: 25%;
  height: auto;
  min-height: 175px;
  border-radius: 15px;
  justify-content: center;
}
.feature_icon i{
  font-size: 20pt;
  padding: 10px;
  background: #DAECFF;
  border-radius: 100%;
}
.feature_icon span {
  text-align: center;
  margin-top: 1rem;
}
/*-------------------------Feature-------------------------------*/


/*-------------------------Second DIv-------------------------------*/
.main_img img {
  /* position: relative;*/
  width: 100%;
  max-width: 900px;
  height: auto;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px 0px, rgb(0 0 0 / 10%) 0px 0px 1px 0px;
  /* left: 250px; */
  margin-left: 25%;
}
.detail_btn {
  display: flex;
  justify-content: center;
}
div#screenshot_btn {
  margin: 20px 0px;
}
button#btn-space {
  background: #D3E9FF;
  border-radius: 20px;
  padding: 5px 10px;
  margin-right: 20px;
}

/*-------------------------Second DIv-------------------------------*/

/*-------------------------Third DIv ovelaptext_box-------------------------------*/
.third{
  background-image: url(/images/customer-service-team-at-modern-workplace_1178031.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: 69%; */
  width: 100%;
  height: 65vh;
  margin-bottom: 50px;
}
.col-md-12.box_content {
  background: #daecffed;
  padding: 40px 20px;
  width: 30%;
  margin-left: 60%;
  height: 65vh;
  transition: all 0.3s ease;
}
.service_list {
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: center;
  font-size: 15pt;
  line-height: 2;
}
/*-------------------------Third DIv ovelaptext_box-------------------------------*/

/*-------------------------Features Page-------------------------------*/
.feature_img img{
  width: 100%;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px 0px, rgb(0 0 0 / 10%) 0px 0px 1px 0px;

}

/*-------------------------Features Page-------------------------------*/

/*-------------------------About Page-------------------------------*/
.cover_image{
  background-image: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url(/images/smiling-asian-call-center-agent-with-headset-working-on_12813661_810.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 25vh;
  background-position:100% 35%;
}
.cover_text {
  width: 55%;
  position: absolute;
  right: 0;
  top: 8rem;
  color: #fff;
}
/*-------------------------About Page-------------------------------*/


/*-------------------------Contact Page-------------------------------*/
form {
  margin-left: 25px;
}
.form_btn{
  margin-left: 25px;
}
.contact_form input {
  margin-bottom: 20px;
  padding: 5px;
  width: 100%;
  max-width: 400px;
}
.contact{
  background-image: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url(/images/new-york-map-usa-coordinate-pins-communication-and-service-delivery_4277707.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height: 80vh;
}
.contact_div {
  display: flex;
  justify-content: center;
  margin-top: 15%;
  margin-bottom: 15%;
}

.contact_content i{
  font-size: 25pt;
}
.contact_content {
  padding: 50px 0;
}
.social-icon i{
  font-size: 15pt;
  margin-right: 10px;
}
input[type="text"], input[type="email"] {
  width: 85%;
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
  border-color: #1c6888;

}
textarea {
  width: 85%;
  border-top: none;
  border-left: none;
  border-right: none;
  background: none;
  border-color: #1c6888;
}
/* .contact_form{
  width: 50%;
} */
.contact_left{
  background: #0088C3;
}
.contact_right {
  background: #D3E9FF;
  width: 40%;
  padding: 15px 5px;
}
.contact_left {
  background: #0088C3;
  text-align: center;
  padding: 15px 5px;
}
/*-------------------------Contact Page-------------------------------*/















/*-------------------------Footer-------------------------------*/
footer .divider {
  width: 50%;
  margin-left: 0;
}
footer{
  background: #0E0C3E;
  color: #fff;
  padding: 50px;
}
footer .brand_logo span a {
  font-size: 25pt;
  margin-left: 0;
  color: #fff;
  pointer-events: none;
}
footer .address_div p {
  font-size: 18pt;
  margin-left: 0;
}
footer span ul li a {
color: #fff;
font-size: 15pt;
}
.social_icon i{
  margin-right: 1rem;
}
footer ul {
  margin-left: -2rem;
}

footer .contact_form input {
  margin-bottom: 20px;
  padding: 5px;
  width: 100%;
  max-width: 400px;
  color: #fff;
}
.form_btn button {
  background: #D3E9FF;
  padding: 5px 10px;
  border-radius: 10px;
}
footer nav ul li a {
  color: #fff;
}
.icon_list{
  font-size: 15pt;
  line-height: 2;
}
.icon_list span a {
  color: #fff;
}
footer form{
  margin-left: 0;
}
/*-------------------------Footer-------------------------------*/


