@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1380px;
  }
  .services-main .container{
    max-width: 1290px;
  }
}
header{
  min-height: 122px;
  position: relative;
  z-index: 99;
}
header .navbar-nav li{
  padding: 0 0;
  margin: 0 15px;
}
header .navbar{
  padding: 14px 0;
}
header .navbar-nav li a{
  padding: 0 0 !important; 
  color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}
header .navbar-nav li a:hover, header .navbar-nav li a.active{
  text-decoration: underline;
  color: #ffffff;
}
.navbar-toggler-icon {
  background-image: url('../images/navbar.svg');
}
.banner-main{
  margin-top: -122px;
  position: relative;
  width: 100%;
  height: 810px; 
  background-size: cover;
  background-position: top center;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.banner-main img{
  width: 100%;
}
.banner-text{
  max-width: 545px;
  width: 100%;
  margin: 122px 0;
   
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);  */
}
.language-selector select{
  color: #000000;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400; 
  padding: 5px 5px;
}

.banner-text{
  color: #ffffff;
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 400;
}
.banner-text h1{
  color: #ffffff;
  font-size: 62px;
  font-family: 'Roboto';
  font-weight: 400;
  margin-bottom: 20px;
}

.services-main{
  padding: 75px 0;
  background-color: #F6F6F7;
  position: relative;
  z-index: 9;
}
.services-sub-color{
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 100%;
  background-color: #0066CC;
  z-index: -1;
}
.services-card{
  padding: 5px 5px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.10);
  background-color: #ffffff;
  height: 100%;
}
.services-card-image{
  width: 100%;
  height: 275px;
}
.services-card-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.services-text{
  color: #525252;
  font-size: 17px;
  font-family: 'Roboto';
  font-weight: 400;
  padding: 25px 22px 5px;
  position: relative;
  min-height: 180px;
}
.services-text span{
  display: inline-block;
  width: 80px;
  height: 60px;
  background-color: #ffffff;
  color: #0066CC;
  font-size: 40px;
  font-family: 'Roboto';
  font-weight: 600;
  position: absolute;
  left: 0px;
  top: -60px;
  text-align: center;
}
.services-text h3{
  color: #000000;
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 600;
}
.principle-main{
  padding: 115px 0 0;
  background-color: #ffffff;
  position: relative;
  z-index: 9;
}
.principle-overlay{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 80px;
  background-color: #0066CC;
  z-index: -1;
} 
.principle-image{
  width: 100%;
  height: 100%;
}
.principle-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.principle-text{
  padding: 10px 0 30px 40px;
  color: #000000;
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 400;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  height: 100%;
}
.principle-text h3{ 
  color: #000000;
  font-size: 35px;
  font-family: 'Roboto';
  font-weight: 400;
  margin-bottom: 20px;
}
.principle-text p{
  padding: 0 0; 
}
.principle-text p span{
  display: block;
  margin-top: 20px;
  padding: 0 20px 20px 23px;
  border-bottom: 1px dotted #000000 ;
  position: relative;
}
.principle-text p span:before{
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url('../images/carrot-right.png');
  background-size: contain;
  position: absolute;
  left: 0;
  top: 8px;
}
.principle-main.portfolio-main{
  padding: 0 0 75px 0;
}
.principle-main.portfolio-main .principle-text {
  padding: 65px 50px 30px 0;
}
.principle-main.portfolio-main .principle-text .policy{
  color: #0066CC;
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 500;
}
.principle-main.portfolio-main .principle-overlay {
  position: absolute;
  left: unset;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-color: #0066CC;
  z-index: -1;
}
.profile-main{
  padding: 105px 0;
  background-position: center center;
  background-size: cover;
}
.company-profile{
  color: #ffffff;
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 400;
  padding-right: 75px;
}
.company-profile h3{
  color: #ffffff;
  font-size: 35px;
  font-family: 'Roboto';
  font-weight: 400;
  margin-bottom: 30px;
}
.company-info{
  margin-top: 65px;
  font-size: 16px;
}
.company-partner{
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 75px;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 400;
}
.company-partner h3{
  color: #ffffff;
  font-size: 35px;
  font-family: 'Roboto';
  font-weight: 400;
  margin-bottom: 30px;
}
.contact-form{
  color: #525252;
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 400;
  padding: 50px 105px 50px 0;
  max-width: 785px;
  margin-left: auto;
}
.contact-form h3{
  color: #000000;
  font-size: 35px;
  font-family: 'Roboto';
  font-weight: 400;
  margin-bottom: 25px;
}
.contact-form .form-control, .contact-form .form-select{
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: #000000;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 400;
  min-height: 48px;
  border-radius: 0;
  padding-left: 0;
}
.contact-form .form-control:focus, .contact-form .form-select:focus{
  outline: none;
  box-shadow: none;
}
.contact-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}

.contact-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}

.contact-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}
.error{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 13px;
  color: red;
  margin-top: 2px;
}
.contact-form .btn-primary{
  font-size: 16px;
  font-family: 'Roboto';
  color: #ffffff;
  background-color: #0066CC;
  transition: 0.5s;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 20px;
}
.contact-form .btn-primary:hover{
  background-color: #ffffff;
  color: #0066CC;
}
.get-in-touch{
  color: #ffffff;
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 400;
  padding: 50px 50px 50px 40px;
}
.get-in-touch h3{
  color: #fff;
  font-size: 35px;
  font-family: 'Roboto';
  font-weight: 400;
  margin-bottom: 25px;
}
.get-in-touch span{
  display: inline-block;
  color: #fff;
  font-size: 20px; 
  font-weight: 500;
  margin-bottom: 20px;
}
.company-location{
  padding: 0 20px;
}
footer{
  background-color: #0A1229;
}
.footer-top{
  padding: 50px 0;
}
.footer-top h3{
  color: #ffffff;
  font-size: 20px;
  font-family: Roboto;
  font-weight: 700;
  margin-bottom: 25px;
}
.footer-links ul{
  padding-left: 0;
  list-style: none;
  columns: 2;
}
.footer-links ul li a{
  color: #ffffff;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 13px;
  display: inline-block;
}
.footer-links ul li a:hover{
  text-decoration: underline;
}
.footer-newsletter{
  color: #ffffff;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  max-width: 380px;
  margin-left: auto;
}
.footer-newsletter form{
  margin-top: 50px;
}
.footer-newsletter form .input-group{
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.footer-newsletter form .form-control{
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #A1A5AB;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  padding-left: 0
}
.footer-newsletter form .form-control:focus{
  outline: none;
  box-shadow: none;
}
.footer-newsletter .footer-btn{
  border: none;
  text-decoration: underline;
  padding: 0 0;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  color: #ffffff
}
.footer-bottom-main{
  background-color: #000000;
}
.footer-bottom{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  color: white;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
}
.footer-bottom ul{
  list-style: none;
  padding-left: 0;
  margin: 0 0;
}
.footer-bottom ul li{
  display: inline-block;
}
.footer-bottom a{
  color: white;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  text-decoration: none;
} 
.footer-bottom a:hover{
  text-decoration: underline;
}

/* Responsive */

@media screen and (min-width: 1200px) and (max-width: 1350px) {
  .principle-text {
    padding: 65px 0 30px 30px; 
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-text h1 { 
    font-size: 65px;
  }
  .services-card-image { 
    height: 220px;
  }
  .services-text h3 { 
    font-size: 19px;
  }
  .principle-text {
    padding: 30px 0 30px 30px; 
    font-size: 16px;
  }
  .principle-text h3 { 
    font-size: 35px;
  }
  .company-profile { 
    font-size: 17px;
  }
  .company-partner { 
    font-size: 17px;
  }
  .company-info { 
    font-size: 16px;
  }
  .footer-links ul { 
    columns: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .container{
    max-width: 100% !important;
  }
  header .navbar-nav li a { 
    font-size: 14px;
  }
  header .navbar-nav li { 
    margin: 0 10px;
  }
  .navbar-brand svg{
    width: 100px;
  }
  .language-selector select { 
    font-size: 14px; 
  }
  .banner-main { 
    height: 600px;
  }
  .banner-text h1 { 
    font-size: 45px;
  }
  .services-main .container{
    max-width: 100%;
  }
  .services-card-image { 
    height: 220px;
  }
  .services-text { 
    font-size: 16px; 
    padding: 25px 15px 5px; 
  }
  .services-text h3 { 
    font-size: 19px;
  }
  .principle-main {
    padding: 75px 0 0; 
  }
  .principle-main .container{
    max-width: 100%; 
  }
  .principle-text {
    padding: 30px 0 30px 30px; 
    font-size: 16px;
  }
  .principle-text h3 { 
    font-size: 30px;
  }
  .principle-text p span { 
    padding: 0 0 20px 23px; 
  }
  .company-profile { 
    font-size: 17px;
    padding-right: 45px;
  }
  .company-partner { 
    font-size: 17px;
    padding-left: 45px
  }
  .company-info { 
    font-size: 16px;
  }
  .contact-form h3 { 
    font-size: 30px;
  }
  .get-in-touch { 
    padding: 50px 20px 50px 20px;
  }
  .get-in-touch h3 { 
    font-size: 30px;
  }
  .contact-form { 
    padding: 50px 70px 50px 0;
  }
  .footer-links ul { 
    columns: 1;
  }
  .footer-logo img{
    width: 150px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .language-selector{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
  }
  .navbar-toggler{
    border: 1px solid #fff;
  }
  header .navbar {
      background-color: #000000;
  }
  header .navbar-nav{
    padding-top: 30px;
  }
  header .navbar-nav li a { 
    font-size: 18px;
    margin-bottom: 12px;
  }
  
  header .navbar-nav li { 
    margin: 0 10px;
  }
  .navbar-brand svg{
    width: 100px;
    height: 74px;
  }
  .language-selector select { 
    font-size: 14px; 
  }
  .banner-main { 
    height: 500px;
  }
  .banner-text { 
    font-size: 18px; 
}
  .banner-text h1 { 
    font-size: 40px;
  } 
  .services-main {
    padding: 75px 0 40px;
  } 
  .services-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    height: auto;
  }
  .services-text { 
    font-size: 16px; 
    padding: 25px 15px 5px; 
    min-height: auto;
  }
  .services-text h3 { 
    font-size: 19px;
  }
  .principle-main {
    padding: 75px 0 0; 
  } 
  .principle-overlay, .principle-main.portfolio-main .principle-overlay{
    display: none;
  }
  .principle-main.portfolio-main .col-md-6:first-child{
    order: 1;
  }
  .principle-text {
    padding: 30px 0 30px 0px !important; 
    font-size: 16px;
  }
  .principle-text h3 { 
    font-size: 30px;
  }
  .principle-text p span { 
    padding: 0 0 20px 23px; 
  }
  .company-profile { 
    font-size: 17px;
    padding-right: 0px;
  }
  .company-profile h3 { 
    font-size: 30px;
  }
  .company-profile p { 
    width: 100% !important;
  }
  .company-partner { 
    font-size: 17px;
    padding-left:  0;
    border-left: none;
    margin-top: 50px;
  }
  .company-info { 
    font-size: 16px;
  }
  .contact-form h3 { 
    font-size: 30px;
  }
  .get-in-touch { 
    padding: 50px 20px 50px 20px;
  }
  .get-in-touch h3 { 
    font-size: 30px;
  }
  .contact-form { 
    padding: 50px 70px 50px 0;
  }
  .footer-links ul { 
    columns: 1;
  }
  .footer-logo img{
    width: 150px;
  }
  .footer-top h3 { 
    margin-top: 35px;
  }
  .footer-newsletter { 
    max-width: 100%; 
  }
}
@media screen and (max-width: 576px) {
  .language-selector{
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    top: 35px;
  }
  .navbar-toggler{
    border: 1px solid #fff;
  }
  header .navbar {
      background-color: #000000;
  }
  header .navbar-nav{
    padding-top: 30px;
  }
  header .navbar-nav li a { 
    font-size: 18px;
    margin-bottom: 12px;
  }
  header .navbar-nav li { 
    margin: 0 0;
  }
  .navbar-brand svg{
    width: 100px;
    height: 70px;
  }
  .language-selector select { 
    font-size: 14px; 
  }
  .banner-main { 
    height: 450px;
  }
  .banner-text { 
    font-size: 18px; 
    margin : 122px 0 30px;
}
  .banner-text h1 { 
    font-size: 30px;
  } 
  .services-main {
    padding: 75px 0 40px;
  } 
  .services-card {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    height: auto;
  }
  .services-text { 
    font-size: 16px; 
    padding: 25px 15px 5px; 
    min-height: auto;
  }
  .services-text h3 { 
    font-size: 19px;
  }
  .principle-main {
    padding: 75px 0 0; 
  } 
  .profile-main {
    padding: 50px 0;
  }
  .principle-main.portfolio-main {
    padding: 0 0 30px 0;
  }
  .principle-overlay, .principle-main.portfolio-main .principle-overlay{
    display: none;
  }
  .principle-main.portfolio-main .col-md-6:first-child{
    order: 1;
  }
  .principle-text {
    padding: 30px 0 30px 0px !important; 
    font-size: 16px;
  }
  .principle-text h3 { 
    font-size: 30px;
  }
  .principle-text p span { 
    padding: 0 0 20px 23px; 
  }
  .company-profile { 
    font-size: 17px;
    padding-right: 0px;
  }
  .company-profile h3 { 
    font-size: 30px;
  }
  .company-profile p { 
    width: 100% !important;
  }
  .company-partner { 
    font-size: 17px;
    padding-left:  0;
    border-left: none;
    margin-top: 50px;
  }
  .company-info { 
    font-size: 16px;
  }
  .contact-form h3 { 
    font-size: 30px;
  }
  .get-in-touch { 
    padding: 50px 20px 50px 20px;
  }
  .get-in-touch h3 { 
    font-size: 30px;
  }
  .contact-form { 
    padding: 50px 0px 50px 0;
  }
  .company-location {
    padding: 0 20px 40px;
  }
  .footer-links ul { 
    columns: 1;
  }
  .footer-logo img{
    width: 150px;
  }
  .footer-top h3 { 
    margin-top: 35px;
  }
  .footer-newsletter { 
    max-width: 100%; 
  }
  .footer-bottom { 
    justify-content: center; 
    height: 90px;
    padding: 15px 0;
  }
  .footer-bottom span{
    display: block;
    width: 100%;
    text-align: center;
  } 
  /* .principle-image{
    overflow-x: auto;
  }
  .principle-image canvas{
    width: 600px !important;
    height: 400px !important;
  } */
}
/* Hide the "Select language" option */
#google_translate_element{
  margin-top: 41px;
}
.goog-te-combo option:first-child {
  display: none;
}
#google_translate_element .goog-te-gadget-simple  {
  color: #000000 !important;
  font-size: 16px !important;
  font-family: Roboto;
  font-weight: 400;
}
#google_translate_element .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed{
  color: #000000 !important;
  font-size: 16px !important;
  font-family: Roboto;
  font-weight: 400;
}
.goog-te-gadget-simple img:first-child{
  display: none;
}
.skiptranslate, .skiptranslate iframe { 
  margin-top: -42px;
  box-shadow: none !important;
  border: none !important;
}