/* Colors */
/* Functions */
body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  font-size: 14px;
  overflow-x: hidden;
}
.img-fluid{
  max-width: 100%;
  width: 100%;
}
/** Mobile Contact **/
.mContact {
  display: none;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0px 0px;
  z-index: 99999999;
  border: none !important; }
  .mContact .col-md-6 {
    width: 50% !important;
    float: left;
    padding: 7px !important; }
    .mContact .col-md-6 a {
      padding: 10px;
      font-size: 14px;
      line-height: 20px;
      }
    .mContact .col-md-6 span {
      font-weight: bold;
      color: #fff;
      padding: 5px;
      position: relative;
      top: 1px;
      display: inline-block;
      }
  .mContact .wp {
    background: #55cd6c; }
  .mContact .tl {
    background: #171717; }
  .mContact img {
    width: 30px;
    float: left;
    }

/** Mobile Contact **/
.border-100{
  border-radius: 100%;

}
.full-image img {
  max-width: 100%;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-flow: column;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.title-area {
  padding: 35px 0 20px;
}
.title-area .title {
  font-size: 25px;
  color: #000;
  margin-bottom: 8px;
}
.title-area .subtitle {
  font-size: 25px;
  color: #216296;
}
#social-accounts {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
#social-accounts a {
  padding: 15px;
  margin: 10px 0;
}
#social-accounts a img {
  -webkit-filter: drop-shadow(0 3px 5px rgba(24, 24, 24, 0.8));
  filter: drop-shadow(0 3px 5px rgba(24, 24, 24, 0.8));
}
#contact-us-right {
  transform: rotate(-90deg) translate(-80%, -195px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
}
#contact-us-right .whatsapp {
  width: 85px;
  height: 85px;
  background: #00a82d;
  transform: rotate(90deg);
}
#contact-us-right .contact-us {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #155085;
  /* Old browsers */
  background: -moz-linear-gradient(top, #155085 0%, #2d79be 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #155085 0%, #2d79be 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #155085 0%, #2d79be 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  color: #fff;
  font-size: 24px;
  width: 390px;
  height: 85px;
}
header {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  z-index: 2;
}
header .container {
  width: 98%;
  height: 140px;
}
header .menu-button {
  display: none;
  padding: 8px;
}
header .menu-button .bar {
  width: 30px;
  height: 2px;
  background: #525252;
  margin: 3px 0;
}
#header-logo {
  margin-right: 20px;
}
#header--right-menu ul li  {
position: relative;
}
#header--right-menu ul li a {
  color: #000;
  font-size: 13px;
  padding: 8px;
  display: block;
  white-space: nowrap;
}
#header--right-menu ul li:hover a {
  background-color: #2c79be;
  transition: all, .4s;
  color: #FFF;
}
#header--right-menu ul li ul {
  position: absolute;
  left: 0;
  background-color: #1c5c96;
  opacity: 0;
  pointer-events: none;
}
#header--right-menu ul li ul > li:after {
  display: none;
}
#header--right-menu ul li ul li {
  display: block;
}
#header--right-menu ul li ul li a {
  line-height: 30px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: #FFF;
}
#header--right-menu ul li ul li a:hover {
  background-color: #0d4375;
  transition: all, .4s;
}
#header--right-menu ul li ul li ul {
  left: 100%;
  top: 0;
}
#header--right-menu ul li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
#header--right-lang {
  margin-left: 20px;
  position: relative;
  height: 36px;
}
#header--right-lang .current-lang {
  position: relative;
  padding: 10px 30px 10px 10px;
  display: block;
  cursor: pointer;
  background: transparent;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#header--right-lang .current-lang.active {
  background: #fff;
}
#header--right-lang .current-lang:after {
  content: " ";
  width: 10px;
  height: 10px;
  background: url('../../img/down-arrow-black.svg') no-repeat center / contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#header--right-lang ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 130px;
  background: #fff;
  padding: 5px 0;
  display: none;
}
#header--right-lang ul li a {
  height: 30px;
  padding: 0 10px;
  color: #000;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#header--right-lang ul li a:hover {
  background: #f6f6f6;
}
#header--right-lang ul li a img {
  margin-right: 10px;
}
#header--right-phone {
  margin-left: 20px;
  position: relative;
  height: 36px;
}
#header--right-phone .current-lang img {
  margin-right: 7px;
}
#header--right-phone .text{
      position: absolute;
      top: -21px;
      display: flex;
      align-items: center;
      left: 50%;
      font-weight: 500;
      font-size: 13px;
transform: translateX(-50%);width: max-content;}

#header--right-phone .current-lang {
  color: #000;
  position: relative;
  padding: 10px 25px 10px 7px;
  display: block;
  cursor: pointer;
  background: transparent;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /* background: #1e5f9a; */
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
}
#header--right-phone .current-lang.active {
  background: #fff;
}
#header--right-phone .current-lang:after {
  content: " ";
  width: 10px;
  height: 10px;
  background: url('../../img/down-arrow-black.svg') no-repeat center / contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#header--right-phone ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 172px;
  background: #fff;
  padding: 5px 0;
  display: none;
}
#header--right-phone ul li a {
  height: 30px;
  padding: 0 10px;
  color: #000;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#header--right-phone ul li a:hover {
  background: #f6f6f6;
}
#header--right-phone ul li a img {
  margin-right: 10px;
}
#slider {
  position: relative;
}
#slider.owl-theme .owl-nav {
  margin: 0;
}
#slider.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url('../../img/left-arrow-white.svg') no-repeat center / contain;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 90%;
}
#slider.owl-theme .owl-nav .owl-next {
  background-image: url('../../img/right-arrow-white.svg');
  transform: translateY(-50%);
  left: 90%;
  right: initial;
}
#slider .item img {
  width: 100%;
  height: auto;
}
#quick-contact-form {
  margin-bottom: 75px;
}
#quick-contact-form .container {
  /* height: 190px; */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #155085;
  /* Old browsers */
  background: -moz-linear-gradient(left, #155085 0%, #2d79be 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #155085 0%, #2d79be 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #155085 0%, #2d79be 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  padding: 20px 35px;
}
#quick-contact-form .text-area {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  padding-right: 30px;
  border-right: 2px solid #fff;
  line-height: 1.2;
  white-space: nowrap;
}
#quick-contact-form .form-area {
  padding-left: 30px;
}
#quick-contact-form .form-area .form-element {
  margin-right: 15px;
  border-bottom: 2px solid #fff;
}
#quick-contact-form .form-area .form-element:last-child {
  margin-right: 0;
  border-bottom: none;
}
#quick-contact-form .form-area .form-element .form-control {
  color: #fff;
  background: transparent;
  font-size: 16px;
  height: 40px;
  border: none;
  width: 100%;
}
#quick-contact-form .form-area .form-element .form-control::placeholder {
  color: #f1f1f1;
}
#quick-contact-form .form-area .form-element .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#quick-contact-form .form-area .form-element button {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  cursor: pointer;
}
#quick-contact-form .form-area .form-element button.select-file {
  width: 120px;
  height: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}
#quick-contact-form .form-area .form-element button.submit {
  width: 110px;
  height: 90px;
}
#about {
  margin-bottom: 60px;
}
#about .bundles img {
  margin-bottom: 10px;
}
#about .bundles img:last-child {
  margin-bottom: 0;
}
#about .content {
  padding: 0 35px;
}
#about .content .desc {
  font-size: 14px;
  color: ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â #000;
  line-height: 1.4;
	text-align: justify;
}
#about .content .desc p {
  margin: 10px 0;
}
#about .content .desc a.button {
  width: 160px;
  height: 45px;
  color: #fff;
  font-size: 14px;
  background: #216296;
  margin-top: 20px;
}
#contact-us-middle {
  background: url('../../img/blue-background.png') no-repeat center bottom;
  font-size: 35px;
  color: #fff;
}
#contact-us-middle .container {
  height: 370px;
}
#contact-us-middle .whatsapp a{
  color:#fff;
}
#contact-us-middle .whatsapp span {
  margin-right: 15px;
}
#contact-us-middle .contact-us {
  padding-bottom: 25px;
}
#blog {
  margin-bottom: 70px;
}
#blog-carousel {
  position: relative;
}
#blog-carousel.owl-theme .owl-nav {
  margin: 0;
}
#blog-carousel.owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  background: url('../../img/left-arrow.svg') no-repeat center / contain;
  position: absolute;
  top: 40%;
  transform: translate(-20px, -50%);
  right: 100%;
}
#blog-carousel.owl-theme .owl-nav .owl-next {
  background-image: url('../../img/right-arrow.svg');
  transform: translate(20px, -50%);
  left: 100%;
  right: initial;
}
#blog-carousel.owl-theme .owl-dots {
  margin-top: 20px;
}
#blog-carousel.owl-theme .owl-dots .owl-dot {
  padding: 0;
}
#blog-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #2d79be;
  opacity: 1;
}
#blog-carousel.owl-theme .owl-dots .owl-dot span {
  background: #61beff;
  opacity: .3;
}
#blog-carousel img {
  margin-bottom: 20px;
}
#blog-carousel .title,
#blog-carousel .desc {
  font-size: 18px;
  color: #292f39;
  margin-bottom: 15px;
}
#blog-carousel .desc {
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
}
#blog-carousel .button {
  color: #fff;
  width: 135px;
  height: 37px;
  line-height: 37px;
  font-size: 12px;
  background: #2d79be;
  text-align: center;
}
#testimonials {
  overflow: hidden;
  background: url('../../img/testimonials-bg.png') no-repeat center / cover;
}
#testimonials .left {
  padding-bottom: 35px;
  padding-right: 60px;
  position: relative;
}
#testimonials .right {
  padding: 35px 0 35px 10px;
  position: relative;
  z-index: 9;
}
#testimonials .right .title {
  color: #fff;
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 10px;
}
#testimonials .right .title u {
  display: block;
}
#testimonials .right form input.email {
  width: 260px;
  background: transparent;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  height: 45px;
  padding-left: 20px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#testimonials .right form input.email::placeholder {
  color: #f5f5f5;
}
#testimonials .right form input.email:focus {
  background: rgba(255, 255, 255, 0.1);
}
#testimonials .right form button {
  width: 100px;
  background: transparent;
  border: 1px solid #fff;
  border-left: none;
  color: #fff;
  font-size: 14px;
  height: 45px;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#testimonials .right form button:hover {
  background: rgba(255, 255, 255, 0.1);
}
#testimonials .right .people {
  padding-top: 15px;
  flex-wrap: wrap;
}
#testimonials .right .people .person {
  position: relative;
  width: 140px;
  height: 140px;
  margin-top: 30px;
}
#testimonials .right .people .person:hover .user .name {
  opacity: 1;
}
#testimonials .right .people .person .user {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  overflow: hidden;
}
#testimonials .right .people .person .user .name {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 15px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  opacity: 0;
  text-align: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#testimonials .right .people .person .flag {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#testimonials #testimonial-area .loop {
  border: 1px solid #0054a6;
  background-color: #fff;
  padding: 25px;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#testimonials #testimonial-area .loop:last-child {
  margin-bottom: 0;
}
#testimonials #testimonial-area .loop .author {
  font-size: 24px;
  color: #216296;
  margin-top: 20px;
}
footer {
  padding-top: 100px;
  background: #60beff;
}
footer #footer-top {
  border-bottom: 2px solid #fff;
  padding-bottom: 30px;
}
footer #footer-top .flex-1 {
  padding-right: 15px;
}
footer #footer-top .flex-1:last-child {
  padding-right: 0;
}
footer #footer-top .title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
footer #footer-top ul li {
  font-size: 16px;
  color: #fff;
  margin: 5px 0;
}
footer #footer-top ul li a {
  color: #fff;
  padding: 5px 0;
  display: inline-block;
  border-bottom: 1px solid transparent;
  line-height: 1.2;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer #footer-top ul li a:hover {
  border-bottom-color: #fff;
}
footer #footer-bottom {
  padding: 30px 0;
}
footer #footer-bottom .left a {
  margin-right: 10px;
}
footer #footer-bottom .right .copyright {
  font-size: 10px;
  color: #fff;
}

.form-area .form-elements input[type=submit] {
  background: none;
  border: 0;
  color: #ffff;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  cursor: pointer;
  width: 110px;
  height: 56px;
  width: 110px;
  height: 90px;
  font-weight: bolder;
  font-size: 30px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form-area .form-elements input[type=submit]:hover {
  background-color: #FFF;
  color: #18568d;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form-area .form-element input[type=file] {
  display: inline-block;
  width: 100%;

}

    /* Sub Pages CSS (START) */

    .subPage .title {
      background-size: cover;
      background-attachment: fixed;
      background-repeat: repeat-x;
      padding: 50px 0px;
      text-align: center;
      background: rgb(91, 54, 131);
      background-image: url(../images/subPage.png);
      background: #155085;
      background: -moz-linear-gradient(left, #155085 0%, #2d79be 100%);
      background: -webkit-linear-gradient(left, #155085 0%, #2d79be 100%);
      background: linear-gradient(to right, #155085 0%, #2d79be 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
    }
    
    .subPage .title h1 {
    margin: 0px;
    color: #ffffff;
    font-size: 26px;
    letter-spacing: -0.6px;
    font-weight: 400;
    text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.35);
    }
    
    .subPage .contentInner {
    margin: 40px 0 155px 0;
    }
    
    .subPage .contentInner .category ul li {
    /* position: absolute; */
    padding: 8px;
    margin-bottom: 10px;
    list-style-type: none;
    }
    
    .subPage .contentInner .category ul li .item {
    border: 1px solid #ccc;
    padding: 14px;
    /* box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16); */
    min-height: 344px;
    /* list-style-type: none; */
    }
    
    .subPage .contentInner .category ul li .article {
    text-align: center;
    }
    
    .subPage .contentInner .category ul li .article h3 {
    margin: 10px 0px;
    font-size: 17px;
    font-weight: 600;
    color: #494949;
    letter-spacing: -0.7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }
    
    .subPage .contentInner .category ul li .article p {
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    letter-spacing: -0.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    }
    
    .subPage .contentInner .category ul li .article a.more {border: none;padding: 13px 20px;width: 100%;font-weight: bold;text-align: center;color: #ffffff;background: #164f83;border: 1px solid transparent;margin-top: 1px;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;display: block;margin-top: 10px;/* width: 100px; */margin: 16px auto;font-size: 13px;}
    
    .subPage .contentInner .category ul li .article a.more:hover {
    background: transparent;
    border: 1px solid #2a2a2b;
    color: #2a2a2b;
    }
    
    .subPage .contentInner .leftContent figure {
    margin-bottom: 15px;
    padding: 0;
    }
    
    .subPage .contentInner .leftContent article .alignleft {
    float: left;
    margin: 15px 15px 15px 0;
    display: block;
    }
    
    .subPage .contentInner .leftContent article .alignright {
    float: right;
    margin: 15px 0 15px 15px;
    display: block;
    }
    
    .subPage .contentInner .leftContent article .aligncenter {
    float: none;
    margin: 15px auto;
    display: block;
    }
    .subPage .contentInner .leftContent article h1, h2, h3, h4 {
      margin: 15px 0;
    }
    .subPage .contentInner .leftContent article p {font-weight: 500;letter-spacing: 0.1px;line-height: 20px;margin-bottom: 13px;font-size: 14px;text-align: justify;}
    
    .subPage .contentInner .leftContent article p a {
    display: inline-block;
    color: #000000;
    font-weight: 500;
    letter-spacing: -0.6px;
    }
    
    .subPage .contentInner .leftContent article h2 {font-size: 25px;font-weight: 600;position: relative;display: block;color: #5e3985;letter-spacing: -0.5px;}
    
    .subPage .contentInner .leftContent article h3 {
    font-size: 27px;
    font-weight: 600;
    position: relative;
    margin: 10px 0;
    display: block;
    color: #007ac3;
    }
    
    .subPage .contentInner .leftContent article h4 {
    font-size: 21px;
    font-weight: 600;
    position: relative;
    display: block;
    color: #a88b6f;
    }
    
    .subPage .contentInner .leftContent article h5 {
    font-size: 19px;
    font-weight: 600;
    position: relative;
    display: block;
    color: #178ab1;
    }
    
    .subPage .contentInner .leftContent article h6 {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    display: block;
    color: #178ab1;
    }
    
    .subPage .contentInner .leftContent article ul, .subPage .contentInner .leftContent article ol {
      padding-left: 30px !important;
      display: inline-block;
      font-weight: 500;
      letter-spacing: 0.1px;
      line-height: 20px;
      margin-bottom: 13px;
      font-size: 14px;
      text-align: justify;
    }

    .subPage .contentInner .leftContent article ol {
      list-style-type: decimal;
    }
    
    .subPage .contentInner .leftContent article ul li {
      list-style: disc;
      font-size: 15px;
    }
    
    .subPage .contentInner .leftContent article ul li ul li {
      list-style-type: circle;
    }
    
    .subPage .contentInner .leftContent.contact h3 {
    margin-top: 0;
    line-height: 45px;
    border-bottom: 1px solid #333;
    display: block;
    position: relative;
    }
    
    .subPage .contentInner .leftContent.contact h3:after {
    content: "";
    height: 2px;
    width: 200px;
    background-color: #000;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    }
    
    .subPage .contentInner .leftContent.contact .item {
    display: block;
    margin-bottom: 10px;
    }
    
    .subPage .contentInner .leftContent.contact .item i {
    width: 35px;
    text-align: center;
    }
    
    .subPage .contentInner .leftContent.contact .item a {
    color: #000;
    }
    
    .subPage .contentInner .leftContent .table .thead-inverse {
    background-color: #333 !important;
    color: #FFF;
    }
    
    .subPage .contentInner .leftContent .table .thead-inverse tr {
    background-color: #333 !important;
    }
    
    .subPage .contentInner .leftContent .table td,
    .subPage .contentInner .leftContent .table th {
    text-align: center;
    }
    
    .subPage .contentInner .leftContent .table tr a {
    line-height: 25px;
    padding: 0 5px;
    border-radius: 3px;
    background-color: #333;
    color: #FFF;
    text-align: center;
    }
    
    .subPage .contentInner .leftContent .table tr {
    border-top: 1px solid #eceeef;
    font-size: 13px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    }
    
    .subPage .contentInner .leftContent .table tr:nth-child(2n) {
    background-color: #eceeef;
    }
    
    .subPage .contentInner .leftContent .table tr:hover {
    background-color: #D5D8D9;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    }
    
    .subPage .contentInner .leftContent a {
    display: inline-block;
    font-weight: 600;
    }
    
    .subPage aside.sidebar {background-image: linear-gradient(145deg, #ffffff 25%, #000000 100%);background-repeat: repeat-x;padding: 20px 20px 0 20px;text-align: center;border-radius: 6px;padding-bottom: 15px;box-shadow: 3px 1px 19px 1px rgba(62, 62, 62, 0.5);background: #fbfaf6;}
    
    .subPage aside.sidebar .topIcon {width: 60px;background: #ffffff;position: absolute;top: -25px;height: 60px;left: 50%;line-height: 62px;margin-left: -30px;color: #676767;font-size: 30px;border: 1px solid #fcfcfc;border-radius: 100%;box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.5);-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;}
    
    .subPage aside.sidebar .topIcon.active {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
    
    .subPage aside.sidebar span.titleForm {color: #6b6b6b;font-size: 28px;display: block;font-weight: 500;margin-top: 21px;margin-bottom: 11px;letter-spacing: -0.5px;}
    
    .subPage aside.sidebar select {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.35);
    margin-bottom: 5px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    color: #fff;
    padding-left: 5px;
    }
    
    .subPage aside.sidebar select option {
    color: #1f1f1f;
    }
    
    .subPage aside.sidebar textarea {
    height: 70px;
    resize: none;
    width: 100%;
    color: #ffffff;
    padding: 10px;
    border: none;
    background: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.35);
    margin-bottom: 5px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    }
    
    .subPage aside.sidebar textarea::-webkit-input-placeholder {
    color: #ffffff;
    }
    
    .subPage aside.sidebar textarea:focus {
    border-bottom: 2px solid rgba(255, 255, 255, 0.85);
    }
    
    .subPage aside.sidebar input {resize: none;letter-spacing: -0.4px;width: 100%;color: #585858 !important;padding: 10px;border: none;background: transparent;border-bottom: 1px solid #58585885;margin-bottom: 5px;-webkit-transition: all 0.7s;-moz-transition: all 0.7s;-o-transition: all 0.7s;transition: all 0.7s;}
    
    .subPage aside.sidebar input::-webkit-input-placeholder {
    color: ##585858;
    }
    
    .subPage aside.sidebar input:focus {
    border-bottom: 2px solid #585858);
    }
    
    .subPage aside.sidebar .col-md-6 {
    width: 100%;
    padding: 0px;
    }
    
    .subPage aside.sidebar .col-md-12 {
    width: 100%;
    padding: 0px !important;
    }
    
    .subPage aside.sidebar input[type="submit"] {background: rgb(103, 103, 103);border: none;padding: 13px 20px;width: 100%;border-radius: 5px;color: #ffffff !important;font-weight: 400;color: #000000;border: 1px solid #ffffff;margin-top: 1px;-webkit-transition: all 0.6s;margin-top: 10px;-moz-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;}
    
    .subPage aside.sidebar input[type="submit"]:hover {border: 1px solid #fff;color: #ffffff;}
    
    .subPage {display: grid !important;font-family: "Poppins", sans-serif;}
    
    .subPageHead {
    background: #0097ff !important;
    padding: 18px 0;
    }
    
    .subPageHead .header-top {
    margin-top: 0px;}

   html {
      scroll-behavior: smooth;
    }
    
    .sidebar-link-menu{
        margin-top:20px;
    }
    
    .sidebar-link-menu li {
        margin-bottom: 5px;
    }
    .sidebar-link-menu li a{
        font-size:16px;
        color: #000;
        display:flex;
        align-items:center;
        width:100%;
        text-align: left;
        padding: 5px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }
    .sidebar-link-menu li a:before{
        content: '»';
        display: block;
        margin-right: 10px;
        width:20px;
        height:20px;
        line-height:20px;
        font-size:20px;
        color:#fff;
        background-color: #4ac9f4;
        text-align: center;
    }
    .sidebar-link-menu li a:hover{
        color: #4ac9f4;
    }


    .fixed-form {
      background-color: #5cb2ff;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 999;
      font-family:
      'Montserrat', sans-serif;
      border: 1px solid #4ac9f4;
      width: 302px;
      right: -300px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      z-index: 9999999;
      opacity: 0;
      pointer-events: none;
    }
    .fixed-form .close {
      background-color: #000000;
      color: #FFF;
      width: 40px;
      height: 40px;
      right: 0;
      top: 0;
      position: absolute;
      text-align: center;
      line-height: 40px;
      /* display: none; */
    }
    .fixed-form .title {
      background: #4ac9f4;
      line-height: 50px;
      font-weight: bolder;
      color: #FFF;
      display: block;
      text-align: center;
      position: absolute;
      width: 50px;
      height: 60%;
      left: -50px;
      cursor: pointer;
      -webkit-animation-name: example;
      /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: 1s;
      /* Safari 4.0 - 8.0 */
      animation-name: example;
      animation-duration: 3s;
      animation-iteration-count: infinite;
    }
    .fixed-form .title label {
      width: 250px !important;
      max-width: none;
      height: 60px;
      display: block;
      position: absolute;
      left: -95px;
      top: 50%;
      font-size: 19px;
      cursor: pointer;
      text-shadow: 0px 3px 3px #000;
      transform: translateY(-50%) rotate(-90deg);
    }
    .fixed-form .form {
      box-shadow: 0 0 27px -9px #000;
      padding: 40px 40px 15px 40px;
    }
    .fixed-form .form .column {
      padding: 5px;
      /* text-align: center; */
    }
    .fixed-form span .wpcf7-list-item{
      display: inline-flex;
    margin: 0 0 0 1em;
    justify-content: center;
    flex-direction: column;
    }
    .fixed-form .form .column input,
    .fixed-form .form .column textarea,
    .fixed-form .form .column select {
      padding: 7.5px 15px;
      font-size: 13px;
      border: 1px solid #909090;
      width: 100%;
      font-size: 14px;
      font-family: 'Poppins', sans-serif;
    }
    .fixed-form .form .column textarea {
      height: 75px;
      resize: none;
    }
    .fixed-form .form .column input[type="checkbox"] {
      width: 25px !important;
      height: 25px !important;
      display: block;
      margin: 10px auto
    }
    .fixed-form .form .column input[type="file"] {
      border: 1px solid #FFF;
      color: #FFF;
      font-size: 13px;
    }
    .fixed-form .form .column span {
      color: #FFF;
      font-weight: 500;
    }
    .fixed-form .form .column .wpcf7-checkbox {
      width: 100%;
    }
    .fixed-form .form .column .wpcf7-list-item {
      width: 50%;
      margin: 0;
      text-align: center;
    }
     .fixed-form .form .column .wpcf7-list-item span {
       font-size: 8px;
     }
    .fixed-form .form .column .country-name {
      color: #000;
    }
    .fixed-form .form .column input[type="submit"] {
      margin: 0;
      padding: 0 25px;
      line-height: 50px;
      font-size: 20px;
      font-weight: bolder;
      background: #1c5d97;
      color: #FFF;
      border: none;
      cursor: pointer;
            -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    }
    .fixed-form .form .column input[type="submit"]:hover {
      background-color: #033561;
        -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    }
    .fixed-form.acik {
      right: 0;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 1;
      pointer-events: all;
      display: block;
    }

    .fixed-form.kapali {
      right: 0;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      display: none;
    }

    


    .free-cons {
      background: #1c5d97;
      color: #fff;
      text-align: center;
      padding: 15px 0;
      font-size: 20px;
      margin-bottom: 20px;
      cursor: pointer;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
  }
  .free-cons:hover {
    background-color: #003463;
    -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
  }



@media screen and (max-width: 1399px) {
  #header-logo img {
    width: 280px;
    height: auto;
  }
  #contact-us-right {
    transform: rotate(-90deg) translate(-80%, -140px);
  }
  #contact-us-right .whatsapp {
    width: 50px;
    height: 50px;
  }
  #contact-us-right .whatsapp img {
    width: 30px;
  }
  #contact-us-right .contact-us {
    height: 50px;
    width: 280px;
    font-size: 18px;
  }
  #social-accounts a {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 1310px) {
  .container {
    width: 950px;
  }
  header .container {
    height: 100px;
  }
  #header-logo img {
    width: 220px;
  }
  #header--right-menu ul li a {
    font-size: 14px;
  }
  #quick-contact-form .form-area {
    flex-wrap: wrap;
  }
  #quick-contact-form .form-area .form-element {
    min-width: 30%;
  }
  #quick-contact-form .form-area .form-element button.submit {
    height: 40px;
  }
  #about .bundles img {
    width: 200px;
    height: auto;
  }
  #video iframe {
    width: 100%;
    height: 530px;
  }
}
@media screen and (max-width: 1199px) {
  #header-logo img {
    width: 150px;
  }
  #slider.owl-theme .owl-nav [class*=owl-] {
    right: 85%;
  }
  #slider.owl-theme .owl-nav .owl-next {
    left: 85%;
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: 740px;
  }
  #social-accounts {
    display: none;
  }
  header {
    position: relative;
  }
  header .container {
    flex-flow: column;
    height: initial;
    padding: 10px 0;
  }
  #header-logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #slider.owl-theme .owl-nav [class*=owl-] {
    top: 50%;
  }
  #quick-contact-form .text-area {
    font-size: 34px;
  }
  #about {
    margin-bottom: 0;
  }
  #about .content .title-area {
    padding-top: 0;
  }
  #about .bundles img {
    width: 150px;
  }
  #contact-us-middle .container {
    flex-flow: column;
    justify-content: flex-end;
  }
  #contact-us-middle .whatsapp {
    flex: initial;
    padding-bottom: 80px;
  }
  #contact-us-middle .contact-us {
    padding-bottom: 30px;
    justify-content: flex-end;
  }
  #video iframe {
    height: 415px;
  }
  #testimonials .container {
    flex-flow: column;
  }
  #testimonials .left {
    padding-right: 0;
  }
  #testimonials .right .title {
    text-align: right;
  }
  #testimonials form {
    justify-content: flex-end;
  }
  footer #footer-top .container {
    flex-wrap: wrap;
  }
  footer #footer-top .flex-1 {
    min-width: 45%;
  }
  footer #footer-top .flex-1:nth-child(2) {
    padding-right: 0;
  }
  footer #footer-top .flex-1:nth-child(1),
  footer #footer-top .flex-1:nth-child(2) {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 550px;
  }
  .mContact {
    display: block;;
  }
  .whatsappFixed {
    display: none;
  }
  #contact-us-middle {
    display: none;
  }
  #quick-contact-form,
  #blog {
    margin-bottom: 40px;
  }
  header {
    z-index: 99;
    box-shadow: -2px 6px 7px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    background: #fff;
  }
  header .container {
    align-items: flex-start;
    padding: 5px;
  }
  header .menu-button {
    display: flex;
  }
  #header-logo {
    margin-bottom: 0;
    width: 100%;
  }
  #header-logo img {
    height: 35px;
    width: auto;
  }
  #header--right {
    position: absolute;
    top: 100%;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 999;
    flex-flow: column;
    box-shadow: -2px 6px 7px 0px rgba(0, 0, 0, 0.2);
  }
  #header--right-menu ul {
    flex-flow: column;
    border-top: 2px solid #ddd;
  }
  #header--right-menu ul li a {
    border-bottom: 1px solid #ddd;
  }
  #header--right-lang {
    margin-left: 0;
    height: initial;
    position: absolute;
    background: #ffff;
    top: -43px;
    left: 131px;
  }
  #header--right-lang .current-lang {
    display: block;
  }
  #header--right-lang ul {
    display: none;
    position: relative;
    width: 100%;
    padding: 0 0 10px;
  }
  #header--right-lang ul li a {
    height: 35px;
    border-bottom: 1px solid #ddd;
  }
  #slider {
    padding-top: 50px;
  }
  #quick-contact-form .container {
    flex-flow: column;
    padding: 20px;
    height: initial;
  }
  #quick-contact-form .text-area {
    border-right: none;
    padding-right: 0;
  }
  #quick-contact-form .text-area br {
    display: contents;
  }
  #quick-contact-form .form-area {
    padding: 0;
  }
  #quick-contact-form .form-area .form-element:nth-child(1),
  #quick-contact-form .form-area .form-element:nth-child(2),
  #quick-contact-form .form-area .form-element:nth-child(3) {
    margin-bottom: 15px;
  }
  #about .container {
    flex-wrap: wrap;
  }
  #about .container > div:nth-child(1) {
    order: 2;
    min-width: 50%;
    max-width: 50%;
    padding-right: 10px;
  }
  #about .container > div:nth-child(2) {
    order: 1;
    padding: 0;
    margin-bottom: 30px;
    min-width: 100%;
  }
  #about .container > div:nth-child(3) {
    order: 3;
    min-width: 50%;
    max-width: 50%;
    padding-left: 10px;
  }
  #about .bundles img {
    width: 100%;
    margin-bottom: 20px !important;
  }
  #video iframe {
    height: 305px;
  }
  .fixed-form .form .column .wpcf7-list-item span {
    font-size: 11px !important;
  }
  .subPage aside.sidebar {
    position: relative;
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .container {
    width: 90%;
  }
  .subPage .contentInner .leftContent article p {text-align: justify;}
  .subPage .contentInner .leftContent article h3 {font-size: 18px; text-align: left;}
  .subPage .contentInner .leftContent article img {width: 100%; height: auto; display: block;}
  .fixed-form .form .column .wpcf7-list-item span {
    font-size: 11px !important;
  }
  .whatsappFixed {
    display: none;
  }
  .mContact {
    display: block;;
  }
  #header--right-phone{
    display: none;
  }
  #slider.owl-theme .owl-nav [class*=owl-] {
    width: 30px;
    height: 30px;
  }
  #contact-us-right {
    transform: rotate(0);
    top: initial;
    bottom: 0;
    right: 0;
    z-index: 99;
  }
  #contact-us-right .whatsapp {
    transform: rotate(0);
    width: 70px;
  }
  #contact-us-right .contact-us {
    flex: 1;
  }
  #quick-contact-form .text-area {
    margin-bottom: 10px;
  }
  #quick-contact-form .form-area .form-element {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }
  #quick-contact-form .form-area .form-element button.submit {
    width: 100%;
  }
  #video iframe {
    height: 200px;
  }
  #testimonials {
    background: #2d79be;
  }
  #testimonials .left {
    padding-bottom: 0;
  }
  #testimonials .left .subtitle {
    color: #fff;
  }
  #testimonials .right .people .person,
  #testimonials .right .people .person .user,
  #testimonials .right .people .person .user img {
    width: 100px;
    height: 100px;
  }
  #testimonials .right .people .person .flag img {
    height: 20px;
  }
  footer {
    padding: 50px 0;
  }
  footer #footer-top .flex-1 {
    min-width: 100%;
    padding-right: 0;
  }
  footer #footer-top .flex-1:nth-child(3) {
    padding-bottom: 50px;
  }
  #header--right-menu{
    display: none !important;
  }
  .subPage aside.sidebar {
    position: relative;
    margin-top: 50px;
  }
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  background: #f7e700;
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
  background-color: #ff0000;
  color: #FFF;
}

.sss h3 {
  background-color: #1d5d97;
  color: #fff !important;
  padding: 15px;
}

.popup-form {
  background-color: #5cb2ff;
  position: relative;
  z-index: 999;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #4ac9f4;
  width: 100%;
  padding: 25px 40px 10px 40px;
}
.popup-form .column {
  padding: 5px 0;
}
.popup-form span .wpcf7-list-item{
      display: inline-flex;
    margin: 0 0 0 1em;
    justify-content: center;
    flex-direction: column;
    }
    .popup-form .column input,
    .popup-form .column textarea,
    .popup-form .column select {
      padding: 7.5px 15px;
      font-size: 13px;
      border: 1px solid #909090;
      width: 100%;
      font-size: 17px;
      font-family: 'Poppins', sans-serif;
    }
    .popup-form .column textarea {
      height: 75px;
      resize: none;
    }
    .popup-form .column input[type="checkbox"] {
      width: 25px !important;
      height: 25px !important;
      display: block;
      margin: 10px auto
    }
    .popup-form .column input[type="file"] {
      border: 1px solid #FFF;
      color: #FFF;
      font-size: 13px;
    }
    .popup-form .column span {
      color: #FFF;
      font-weight: 500;
    }
    .popup-form .column input[type="submit"] {
      margin: 0;
      padding: 0 25px;
      line-height: 50px;
      font-size: 20px;
      font-weight: bolder;
      background: #1c5d97;
      color: #FFF;
      border: none;
    }
.leftContent {
	text-align: justify;
}

.be-our-agent .column input, .be-our-agent .column select, .be-our-agent .column textarea {
  width: 100%;
  padding: 7.5px;
}
.be-our-agent .column {
  padding: 7.5px;
}
.be-our-agent .column input[type="submit"] {
  width: 150px;
  text-align: center;
  background-color: #0054a6;
  color: #FFF;
  border: none;
  text-transform: uppercase;
  margin: 0 auto;
}
.be-our-agent form {
  width: 100%;
}
#tablepress-1 .row-1 > td {
  background-color: #0097ff;
  text-align: center;
  color: #FFF;
}
#tablepress-1 .row-2 > td {
  background-color: #0097ff;
  text-align: center;
  color: #FFF;
  padding: 25px 15px;
}
#tablepress-1 td {
  border: 1px solid #ddd;
}
.intl-tel-input .selected-flag .iti-arrow {
  border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 6px solid #fff !important;

right: 4px !important;}

.ngg-gallery-thumbnail-box {
  border: 2px solid #000;
  margin: 2.5px;
}
.sidebar .intl-tel-input .selected-flag .iti-arrow {
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 6px solid #000 !important;
  right: 4px !important;
}
#blog-carousel img {
    margin-bottom: 20px;
    height: 200px;
}