* {
  box-sizing: border-box;
}

/* Navbar Style */
.navbar {
  width: 100%;
  font-size: 1.2em;
}
.navbar-brand > img {
  max-width: 300px;
}
.nav-item > .nav-link {
  margin: auto 0.5em;
  padding: 0.5em;
}
.navbar-nav {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body {
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.body-wrapper{
  max-width: 1920px;
  margin: auto;
}
.header-box {
  width: 100%;
  background: rgb(0,128,255);
  background: linear-gradient(137deg, rgba(0,128,255,1) 0%, rgba(0,86,255,1) 60%);
  text-align: center;
  padding-bottom: 10px;
}

.contact-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 150px 0 50px;
}
.contact-container img {
  max-width: 800px;
}
.contact-box {
  max-width: 565px;
  display: block;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px -1px 11px -2px rgba(0, 0, 0, 0.45);
  border-radius: 3px;
  margin: 50px 0 !important;
  display: flex;
  min-height: 600px;
  padding: 80px 64px;
}
.input-drop {
  margin-top: 2em;
  display: inline-block;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 13px;
  float: left;
  border-radius: 0 !important;
}
.input-drop:focus {
  box-shadow: none !important;
}
input, .text-form, .input-drop{
  width: 100%;
  margin: 10px auto !important;
}
.contact-form {
  width: 100%;
  display: inline-block;
  margin: 1.1em 0px;
  font-size: 13px;
}

.text-form {
  width: 100% !important;
  height: 40px !important;
  display: inline-block;
  font-size: 13px;
  margin-top: 13em;
}

.submit-btn {
  position: relative;
  top: 27px;
  background-color: #0364c4;
  width: 200px;
  font-size: 1.15em;
  font-weight: 500;
  text-align: center;
  padding: 0.35em;
  color: white;
  border-radius: 2px;
  border-bottom: 0.25em solid #0364c4;
  transition: background-color 0.4s;
  float: left;
}

.submit-btn:link {
  background-color: #0074e6;
}

.submit-btn:hover {
  cursor: pointer !important;
  background-color: #0c83fa;
  border-bottom: 0.25em solid #0364c4;
}

.g-recaptcha {
  width: 90% !important;
  text-align: center !important;
  margin: 20px auto 0px auto !important;
  display: inline-block !important;
  float: left;
}

.rc-container {
  width: 90% !important;
  text-align: center !important;
  margin: auto auto !important;
  display: block !important;
}

.statistics-title {
  font-weight: 500;
  font-size: 18px;
  padding: 15px;
  margin: 0;
}
.statistics-title span {
  font-weight: 500;
  font-size: 15px;
  position: absolute;
  right: 15px;
}

.contact-links-box {
  position: absolute;
  background-color: #0f3f6f;
  color: rgb(236, 236, 236);
  font-weight: 500;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.85);
  height: 80%;
  top: 66px;
  left: -100px;
  border-radius: 3px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 302px;
}
.contact-links-box > div {
  max-height: 30px;
}
.contact-links-box > div:nth-child(2) {
  max-height: 214px;
}
.contact-links-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 60px;
}
.link-item {
  font-weight: 400;
  font-size: 19px;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  margin: 8px 0px;
  color: #6993bd;
  padding: 0px;
}
.link-item span {
  transition: padding-left 0.2s linear;
}
.link-item i {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
}
.link-item:hover span {
  padding-left: 5px;
}

/* Form CSS */
.form-title {
  color: #0f3f6f;
  font-weight: 600;
  font-size: 23px;
  display: flex;
  justify-content: flex-start;
}
.form-placeholder {
  font-weight: 400;
  font-size: 13px;
  padding-left: 2px;
  color: #b9bec0;
  display: flex;
  justify-content: flex-start;
}
.mb3 {
  display: flex;
  justify-content: flex-start;
}
input,
textarea,
input:focus,
textarea:focus {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  outline: none !important;
  box-shadow: none !important;
  float: left;
  border-radius: 0px !important;
}
textarea {
  margin: 0 !important;
}
.mb-version {
  display: none;
  position: absolute;
  bottom: 60px;
  color: #535353;
  justify-content: center;
  align-items: center;
}
.mb-version div {
  margin: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* contact information */
.contact-information-content{
  display: flex;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 0 150px;
}
.column-1, .column-2{
  display: flex;
  flex-direction: column;
}
.column-2{
  display: flex;
  align-items: center;
}
.column-item{
  margin-bottom: 0px;
  color: #212121;
  display: flex;
  align-items: center;
}
.column-title{
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 15px;
}
.phone-number{
  font-size: 20px;
  font-weight: 800;
}

.column-item i{
  font-size: 20px;
  margin-bottom: 15px;
  margin-right: 10px;
}

.img-container img {
  width: 100%;
  height: 100%;
}

/* FOOOOTER */
.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
  .contact-box{
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

@media all and (max-width: 400px) {
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .contact-information-content, .contact-container{
    padding: 0 !important;
  }
}

.text-form {
  width: 90% !important;
}

@media only screen and (max-width: 1250px) {
  .contact-container {
    padding: 0 70px 0 0 ;
  }
  .contact-information-content{
    padding: 0 70px ;
  }
}

@media only screen and (max-width: 1200px) {
  .contact-box {
    width: 70%;
    height: 90%;
  }
}

@media only screen and (max-width: 900px) {
  .submit-btn{
    margin-bottom: 25px;
  }
  .contact-box {
    width: 95%;
    padding: 25px;
    height: auto;
    min-height: 500px;
  }
  input,
  textarea,
  .input-drop {
    min-width: 100% !important;
  }
  .contact-links-box {
    display: none;
  }
  .contact-links-box-placeholder {
    display: none;
  }
  .mb3 {
    display: flex;
  }
  form {
    min-width: 100% !important;
    height: 100% !important;
  }
  .mb-version {
    display: flex;
    margin: auto;
  }
  .img-container{
  display: none;
  }
  .contact-container{
    padding: 0px 20px;
  }
}
.column-title:first-of-type{
  margin-bottom: 12px;
}
.column-title h1{
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0px;
}
.column-title h2{
  font-size: 1.5rem;
  color: #26272b;
}
.column-title h3{
  color: #26272b;
  font-size: 19px;
}


@media only screen and (max-width: 600px) {
  .contact-statement {
    font-size: 36px;
  }
  .contact-box{
        max-width: 91%;
  }
}
