/*----------------------------------------------------
@File: Default Styles

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: KbDoc
@Version: 1.1.0

@Default Styles

Table of Content:
02/ predefine
03/ header
04/ banner
13/ footer


=====================================================================*/

#google_translate_element {
    position: relative;
    left: 0%;  
}

/*----------------------------------------------------*/
html {
  height: 100%;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #10b3d6;
}

body {
  line-height: 26px;
  font-size: 16px;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #6b707f;
}

:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #1d2746;
}

figure {
  padding-top: 5px;
  padding-bottom: 5px;
  clear: both;
  border: none;
}

figure figcaption {
  color: rgba(0, 0, 0, 0.54);
  line-height: 20px;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  max-width: 728px;
  margin-right: auto;
}

video {
  max-width: 100%;
}

table tr td p:last-child {
  margin-bottom: 0;
}

/** === Scrollbar === **/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 30px;
}

/** === Predefined Global Classes === **/
.h1 {
  font-size: 50px;
}

.h2 {
  font-size: 44px;
}

.h3 {
  font-size: 36px;
}

.h4 {
  font-size: 30px;
}

.h5 {
  font-size: 24px;
}

.h6 {
  font-size: 18px;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

button:focus {
  outline: none;
}

/** === Container === **/
.body_wrapper {
  overflow: hidden;
}

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


/** === Key === **/
.key, kbd {
  line-height: 0.95rem;
  border: 1px solid #ddd;
  color: #6b707f;
}

.key, kbd, p .key, p kbd {
  display: inline;
  display: inline-block;
  min-width: 1em;
  padding: 0.5em 0.6em 0.4em;
  margin: 2px;
  font-weight: 400;
  font-size: 0.85rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 0.6rem;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #fff;
  border: 1px solid #ddd;
}

/** ===== section title scss ====== **/

.c_head {
  font-size: 20px;
  line-height: 26px;
}

/*===== section title scss ======*/
.bg_color {
  background: #fafcfd;
}

.f_bg_color {
  background: #f6fbfc;
}


/** === Back to Top Button === **/
#back-to-top {
  display: inline-block;
  background-color: rgba(220, 220, 220, 0.8);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#back-to-top::after {
  content: "2";
  font-family: eleganticons;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #000;
}

#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}

#back-to-top:hover::after {
  color: #fff;
}

#back-to-top:active {
  background-color: #555;
}

.nav_btn {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 25px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #fff;
  transition: all 0.3s linear;
  margin-left: 80px;
  background: #fff;
  color: #10b3d6;
}
.nav_btn.round-btn {
  border-radius: 50px;
  background-color: rgba(16, 179, 214, 0.031);
}
.nav_btn.icon-btn {
  border-color: #79ccde;
}
.nav_btn.icon-btn i {
  color: #79ccde;
  padding-right: 10px;
}
.nav_btn:hover {
  background: #10b3d6;
  border-color: #10b3d6;
  color: #fff;
}
.nav_btn:hover i {
  color: #fff;
}
.menu_two {
  box-shadow: 0 4px 10px 0 rgba(12, 118, 142, 0.06);
  z-index: 10;
  background: #fff;
}
.menu_two .nav_btn {
  border: 2px solid #79ccde;
  color: #10b3d6;
  background: #f8fdfe;
}

.menu_two .nav_btn:hover {
  background: #10b3d6;
  color: #fff;
  border-color: #10b3d6;
}
.menu_two + div {
  margin-top: 78px;
}
.dk_menu > .nav-item > .nav-link {
  color: #6b707f;
}
.dk_menu > .nav-item > .nav-link i {
  padding-right: 5px;
  font-size: 14px;
}

.doc_banner_text {
  text-align: center;
}
.doc_banner_text h2,
.doc_banner_text p,
.doc_banner_text h6 {
  color: #fff;
}
.doc_banner_text h2 {
  font-size: 46px;
  margin-bottom: 14px;
}
.doc_banner_text p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 300;
}
.doc_banner_text h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 40px;
}
.doc_banner_text h6 span {
  color: #e1e1e1;
  margin-right: 10px;
}
.doc_banner_text h6 a {
  color: #fff;
  margin-right: 10px;
  text-decoration: underline;
}
.doc_banner_text h6 a:last-child {
  margin-right: 0;
}

/*=========== Start doc_banner_area_two css ============*/
.doc_banner_area_two {
  height: 650px;
  background: #daf6fc;
  position: relative;
  z-index: 1;
  padding-top: 160px;
}
.doc_banner_area_two .table_img {
  left: 200px;
  bottom: -6px;
  width: 250px;
}
.doc_banner_area_two .flower {
  bottom: 0;
  left: 80px;
}
.doc_banner_area_two .girl {
  right: 130px;
  bottom: 0;
}
.doc_banner_area_two .bord {
  bottom: -14px;
  right: 320px;
}

.b_plus,
.b_round,
.p_absolute {
  position: absolute;
}

.b_plus.one {
  left: 120px;
  top: 120px;
}
.b_plus.two {
  right: 25%;
  top: 210px;
}

.b_round {
  border-radius: 50%;
}
.b_round.r_one {
  right: 135px;
  top: 85px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #83daed;
  animation: spin1 2s infinite alternate;
}
.b_round.r_two {
  left: 30%;
  top: 160px;
  width: 8px;
  height: 8px;
  background: #10b3d6;
  animation: spin2 2s infinite alternate;
}
.b_round.r_three {
  background: #ffa3be;
  width: 16px;
  height: 16px;
  left: 24%;
  top: 310px;
  animation: spin1 2.5s infinite alternate;
}
.b_round.r_four {
  background: #ffa3be;
  width: 8px;
  height: 8px;
  right: 18%;
  bottom: 380px;
  animation: spin1 1s infinite alternate;
}

.doc_banner_text_two h2 {
  font-size: 46px;
  margin-bottom: 22px;
  font-weight: 700;
}
.doc_banner_text_two p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  max-width: 440px;
  margin: 0 auto;
}

.building_img {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

/*========== Start footer_area css ==========*/
.footer_area {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.footer_area .leaf {
  right: 60px;
  bottom: 0;
  width: 180px;
  z-index: -1;
  position: absolute;
  z-index: 2;
}
.footer_area .f_man {
  right: 280px;
  bottom: 40px;
}
.footer_area .f_man_two {
  bottom: 60px;
  left: 125px;
}
.footer_area .f_cloud {
  bottom: 410px;
  left: 150px;
}
.footer_area .f_email {
  left: 75px;
  bottom: 290px;
}
.footer_area .f_email_two {
  bottom: 200px;
  left: 250px;
}

.footer_p_top {
  padding-top: 16px;
}

.footer_top .border_bottom {
  margin-top: 100px;
}

.border_bottom {
  width: 100%;
  height: 1px;
  background: #e8f0f1;
}

.f_widget .f_title {
  font-size: 18px;
  margin-bottom: 30px;
}
.f_widget.subscribe_widget {
  padding-right: 40px;
}
.f_widget.subscribe_widget .f_logo {
  display: inline-block;
  margin-bottom: 32px;
}
.f_widget.subscribe_widget h4 {
  margin-bottom: 34px;
}
.f_widget.link_widget .link_list {
  margin-bottom: 0;
}
.f_widget.link_widget .link_list li a {
  color: #6b707f;
  font-size: 16px;
}
.f_widget.link_widget .link_list li a:hover {
  color: #10b3d6;
}
.f_widget.link_widget .link_list li + li {
  margin-top: 15px;
}

.footer_subscribe_form {
  position: relative;
}
.footer_subscribe_form .form-control {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 20px 30px 0 rgba(4, 73, 89, 0.08);
  height: 56px;
  border: 1px solid transparent;
  color: #1d2746;
  padding-left: 25px;
  position: relative;
  transition: all 0.2s linear;
}
.footer_subscribe_form .form-control.placeholder {
  color: #878b99;
}
.footer_subscribe_form .form-control:-moz-placeholder {
  color: #878b99;
}
.footer_subscribe_form .form-control::-moz-placeholder {
  color: #878b99;
}
.footer_subscribe_form .form-control::-webkit-input-placeholder {
  color: #878b99;
}
.footer_subscribe_form .form-control:focus {
  outline: none;
}
.footer_subscribe_form .s_btn {
  border: 0;
  font-size: 16px;
  font-weight: 400;
  background: #10b3d6;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
  padding: 7px 22px;
}

.f_social_icon {
  padding-top: 40px;
}
.f_social_icon li {
  display: inline-block;
}
.f_social_icon li a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #79ccde;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  display: block;
  color: #10b3d6;
  margin-right: 6px;
}
.f_social_icon li a:hover {
  background: #10b3d6;
  border-color: #10b3d6;
  box-shadow: 0 10px 20px 0 rgba(12, 118, 142, 0.2);
  color: #fff;
}

.footer_bottom {
  padding: 38px 0 38px;
  position: relative;
  z-index: 1;
  /*background: #daf6fc;*/
}
.footer_bottom p {
  margin-bottom: 0;
  font-size: 16px;
  color: #6b707f;
}
.footer_bottom p a {
  color: #10b3d6;
}

.pl_30 {
  padding-left: 30px;
}

.pl_70 {
  padding-left: 70px;
}

.simple_footer {
  padding: 30px 0;
  position: relative;
  z-index: 1;
  background: #1d2746;
}
.simple_footer .row {
  align-items: center;
}
.simple_footer .leaf_right {
  position: absolute;
  right: 170px;
  bottom: 0;
  z-index: -1;
}
.simple_footer p {
  margin-bottom: 0;
  font-size: 16px;
  color: #a4a8b4;
}
.simple_footer p a {
  color: #10b3d6;
}
.simple_footer .f_social_icon {
  margin-bottom: 0;
  padding-top: 0;
}
.simple_footer .f_social_icon li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #8d93a4;
  border-color: #8d93a4;
}
.simple_footer .f_social_icon li a:hover {
  background: #10b3d6;
  border-color: #10b3d6;
  color: #fff;
}

.collapse:not(.show) {
  display: flex;
}

@media (max-width: 575.98px) { 
  .collapse:not(.show) {
    display: block;
    text-align: center;
  }
}

@media (max-width: 991px){
  .menu_two + div, .menu_two + section {
    margin-top: 1px !important;
}
}

/*========== End footer_area css ==========*/