/* -------------------------------------------------------------------
 * Plugin Name           : Conformy - PHP Ajax Modern Contact Form
 * Author Name           : Yucel Yilmaz
 * Author URI            : https://codecanyon.net/user/aip_theme3434
 * Created Date          : 28 January 2020
 * Last Update           : 31 March 2020
 * Version               : 1.0.3
 * File Name             : style.css
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
   Base                               
   ------------------------ /
 * 01.Base
 * 02.Typography
 * 03.Helper Class
   ------------------------ /
   Components                               
   ------------------------ /
 * 04.Buttons  
   ------------------------ /
   Layout                               
   ------------------------ /
 * 05.Contact Form  
 * 06.Features 
 * 07.Footer
 * 08.RTL Mode
------------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* 01.Base                               
/* ---------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0; }

body, html {
  font-size: 16px;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #677294; }

a:link, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #677294; }

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0; }

textarea, textarea:focus, input, input:focus, button, button:focus {
  outline: none;
  resize: inherit; }

/* ---------------------------------------------------------------- */
/* 02.Typography                                                  
/* ---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-transform: capitalize; }

h1, .h1 {
  font-size: 55px; }

h2, .h2 {
  font-size: 42px; }

h3, .h3 {
  font-size: 44px; }

h4, .h4 {
  font-size: 22px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

p {
  color: #677294;
  margin: 0;
  line-height: 28px; }

/* ---------------------------------------------------------------- */
/* 03.Helper Class                                                  
/* ---------------------------------------------------------------- */
.section {
  padding: 80px 0; }

.section-heading .section-title {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 50px; }
  .section-heading .section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 4px;
    background: #5888C4;
    transform: translateX(-50%); }

.pb-minus-70 {
  padding-bottom: 70px; }

/* ---------------------------------------------------------------- */
/* 04.Buttons                                                   
/* ---------------------------------------------------------------- */
.default-button {
  border-radius: 5px;
  display: inline-block;
  background-color: #5888C4;
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 6px 36px;
  transition: all 0.25s ease;
  color: #fff !important; }
  .default-button:after {
    display: none;
    content: "";
    position: absolute;
    border-radius: 50%;
    transition: all 0.25s ease;
    background-color: rgba(0, 0, 0, 0.247);
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    top: 50%;
    left: 50%;
    animation: ripple 1s;
    opacity: 0; }
  .default-button:focus:not(:active)::after {
    display: block; }

.popup-btn {
  border-radius: 5px;
  display: inline-block;
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 12px 30px;
  transition: all 0.25s ease;
  color: #fff !important; }
  .popup-btn:after {
    display: none;
    content: "";
    position: absolute;
    border-radius: 50%;
    transition: all 0.25s ease;
    background-color: rgba(0, 0, 0, 0.247);
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    top: 50%;
    left: 50%;
    animation: ripple 1s;
    opacity: 0; }
  .popup-btn:focus:not(:active)::after {
    display: block; }
  .popup-btn.danger {
    background-color: #f27474; }
  .popup-btn.success {
    background-color: #0ac083; }
  .popup-btn.agree {
    background-color: #0ac083; }

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0); }
  to {
    opacity: 0;
    transform: scale(10); } }
/* ---------------------------------------------------------------- */
/* 05.Contact Form                                                   
/* ---------------------------------------------------------------- */
.contact-form-wrap {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15); }
  .contact-form-wrap .contact-form-group {
    position: relative;
    margin-bottom: 30px; }
    .contact-form-wrap .contact-form-group > i {
      left: 14px;
      top: 14px;
      width: 32px;
      height: 32px;
      position: absolute;
      text-align: center;
      line-height: 32px;
      border-radius: 50%;
      display: inline-block;
      pointer-events: none;
      color: #0ac083;
      background: rgba(10, 192, 131, 0.2);
      font-size: 12px;
      font-family: "Font Awesome 5 Free";
      font-weight: 700; }
    .contact-form-wrap .contact-form-group .form-control {
      height: 60px;
      color: #000;
      outline: none;
      padding: 0 60px;
      font-size: 15px;
      border: none;
      border-radius: 5px;
      transition: all 0.25s ease;
      box-shadow: 0 5px 20px 0 rgba(61, 82, 96, 0.15); }
      @media screen and (max-width: 576px) {
        .contact-form-wrap .contact-form-group .form-control {
          font-size: 14px; } }
      .contact-form-wrap .contact-form-group .form-control:focus {
        outline: none;
        border: none;
        color: #000;
        box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15); }
    .contact-form-wrap .contact-form-group #txtInput {
      padding-left: 90px; }
    .contact-form-wrap .contact-form-group #txtCaptchaSpan {
      position: absolute;
      top: 50%;
      height: 60px;
      padding-left: 14px;
      padding-right: 14px;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      background: #0ac083;
      color: #fff;
      border-radius: 5px 0 0 5px; }
    .contact-form-wrap .contact-form-group textarea.form-control {
      height: auto;
      padding-top: 20px; }
  .contact-form-wrap .empty-form span, .contact-form-wrap .email-invalid span, .contact-form-wrap .phone-invalid span, .contact-form-wrap .terms-alert span, .contact-form-wrap .subject-alert span, .contact-form-wrap .security-alert span {
    display: block;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #721c24;
    background: rgba(242, 116, 116, 0.2); }

#error_message {
  margin-top: 30px;
  display: block;
  padding: 20px;
  border-radius: 5px;
  word-break: break-word;
  background: rgba(242, 116, 116, 0.2);
  color: #721c24; }

.custom-modal .modal-header {
  text-align: center;
  padding: 20px; }
  .custom-modal .modal-header h5, .custom-modal .modal-header button {
    color: #fff; }
  .custom-modal .modal-header.danger {
    background: #f27474;
    color: #fff; }
  .custom-modal .modal-header.success {
    background: #0ac083;
    color: #fff; }
  .custom-modal .modal-header.terms {
    background: #07f;
    color: #fff; }
.custom-modal .modal-body {
  padding: 20px; }
  .custom-modal .modal-body .form-popup-inner {
    text-align: center; }
    .custom-modal .modal-body .form-popup-inner .form-icon {
      margin-bottom: 30px; }
      .custom-modal .modal-body .form-popup-inner .form-icon svg {
        width: 100px;
        height: 100px;
        border-radius: 50%; }
      .custom-modal .modal-body .form-popup-inner .form-icon.danger svg {
        fill: #f27474;
        stroke: #f27474;
        background: rgba(242, 116, 116, 0.1); }
      .custom-modal .modal-body .form-popup-inner .form-icon.success svg {
        fill: #0ac083;
        stroke: #0ac083;
        background: rgba(10, 192, 131, 0.1); }
.custom-modal .modal-footer {
  padding: 20px;
  justify-content: center; }

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0; }

.path.circle {
  animation: dash 0.9s ease-in-out; }

.path.line {
  stroke-dashoffset: 1000;
  animation: dash 0.9s 0.35s ease-in-out forwards; }

.path.check {
  stroke-dashoffset: -100;
  animation: dashCheck 0.9s 0.35s ease-in-out forwards; }

@keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes dashCheck {
  0% {
    stroke-dashoffset: -100; }
  100% {
    stroke-dashoffset: 900; } }
.custom-control {
  padding: 0; }
  .custom-control span {
    vertical-align: middle;
    margin-left: 14px;
    color: #000; }
    .custom-control span a {
      color: #0ac083;
      margin-left: 5px;
      display: inline-block; }
    @media screen and (max-width: 576px) {
      .custom-control span {
        font-size: 14px; } }
  .custom-control .custom-control-label {
    margin-left: 0;
    width: 32px;
    height: 32px;
    outline: none;
    text-align: center;
    line-height: 32px; }
    .custom-control .custom-control-label::before {
      top: 0;
      left: 0;
      width: 32px;
      height: 32px;
      cursor: pointer;
      text-align: center;
      line-height: 32px;
      position: absolute;
      border: none !important;
      pointer-events: initial;
      border-radius: 50% !important;
      display: inline-block;
      color: #0ac083;
      box-shadow: none !important;
      background: rgba(10, 192, 131, 0.2);
      font-size: 12px;
      font-family: "Font Awesome 5 Free";
      font-weight: 700; }

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-label:active::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border: none;
  content: "\f00c";
  color: #0ac083;
  background: rgba(10, 192, 131, 0.2); }

.custom-control-label::after {
  display: none; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border: none; }

.form-validate-icons {
  top: 0;
  right: 14px;
  height: 60px;
  position: absolute;
  line-height: 60px; }
  .form-validate-icons span {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease; }
    .form-validate-icons span:before {
      width: 32px;
      height: 32px;
      text-align: center;
      line-height: 32px;
      border-radius: 50%;
      color: #fff;
      display: inline-block;
      font-size: 14px;
      font-family: "Font Awesome 5 Free";
      font-weight: 700; }
    .form-validate-icons span.error {
      opacity: 1;
      visibility: visible; }
      .form-validate-icons span.error:before {
        content: "\f00d";
        color: #f27474;
        background: rgba(242, 116, 116, 0.2); }
    .form-validate-icons span.success {
      opacity: 1;
      visibility: visible; }
      .form-validate-icons span.success:before {
        content: "\f00c";
        color: #0ac083;
        background: rgba(10, 192, 131, 0.2); }

.custom-select-wrapper {
  position: relative; }
  .custom-select-wrapper select, .custom-select-wrapper .select-hide {
    display: none; }
  .custom-select-wrapper .select-selected {
    border-radius: 5px;
    outline: none;
    padding: 18px 60px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    background-color: #fff;
    color: #677294 !important;
    box-shadow: 0px 5px 20px 0px rgba(61, 82, 96, 0.15); }
    .custom-select-wrapper .select-selected:focus {
      outline: none;
      border: none;
      box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15); }
    .custom-select-wrapper .select-selected:after {
      right: 14px;
      top: 14px;
      width: 32px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      border-radius: 50%;
      content: "\f078";
      position: absolute;
      pointer-events: none;
      display: inline-block;
      color: #0ac083;
      background: rgba(10, 192, 131, 0.2);
      font-size: 14px;
      font-family: "Font Awesome 5 Free";
      font-weight: 700; }
    .custom-select-wrapper .select-selected.select-arrow-active:after {
      content: "\f077"; }
  .custom-select-wrapper .select-items {
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: 10px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 23px 49px 0px rgba(61, 82, 96, 0.15); }
    .custom-select-wrapper .select-items .same-as-selected {
      background-color: #0ac083;
      border-bottom-color: #0ac083;
      color: #fff !important; }
      .custom-select-wrapper .select-items .same-as-selected:after {
        color: #fff;
        background: rgba(255, 255, 255, 0.1); }
    .custom-select-wrapper .select-items div {
      color: #000;
      outline: none;
      width: 100%;
      display: block;
      padding: 18px 20px;
      font-size: 15px;
      border: none;
      cursor: pointer;
      transition: all 0.25s ease;
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
      @media screen and (max-width: 576px) {
        .custom-select-wrapper .select-items div {
          font-size: 14px; } }
      .custom-select-wrapper .select-items div:focus {
        outline: none;
        border: none;
        box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15); }
      .custom-select-wrapper .select-items div:last-child {
        border-bottom: 0; }
      .custom-select-wrapper .select-items div span {
        content: "\f036";
        left: 14px;
        top: 14px;
        width: 32px;
        height: 32px;
        z-index: 14;
        position: absolute;
        text-align: center;
        line-height: 32px;
        border-radius: 50%;
        display: inline-block;
        color: #0ac083;
        background: rgba(10, 192, 131, 0.2);
        font-size: 12px;
        font-family: "Font Awesome 5 Free";
        font-weight: 700; }
      .custom-select-wrapper .select-items div:hover {
        background-color: #0ac083;
        border-bottom-color: #0ac083;
        color: #fff; }
        .custom-select-wrapper .select-items div:hover:after {
          color: #fff;
          background: rgba(255, 255, 255, 0.1); }

#colorOptionsSidebar {
  top: 50%;
  right: 0;
  z-index: 7777;
  line-height: 1;
  position: fixed;
  text-align: left;
  display: inline-block;
  transform: translateY(-50%);
  transition: all 0.4s ease; }
  #colorOptionsSidebar #colorOptionsSidebarToggle {
    top: 0;
    left: -52px;
    position: absolute;
    padding: 16px;
    font-size: 20px;
    color: #fff;
    border: none;
    background: #0ac083;
    transition: all 0.4s ease; }
  #colorOptionsSidebar .color-options-wrap {
    padding: 15px 6px 10px 15px;
    max-width: 219px;
    background: #fff;
    transition: all 0.4s ease;
    box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
    transition: all 0.4s ease;
    transform: translateX(100%); }
    #colorOptionsSidebar .color-options-wrap.active {
      transform: translateX(0); }
  #colorOptionsSidebar span {
    width: 38px;
    height: 38px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    margin: 3px;
    display: inline-block; }
    #colorOptionsSidebar span.default {
      background: #0ac083; }
    #colorOptionsSidebar span.blue {
      background: #0652DD; }
    #colorOptionsSidebar span.red {
      background: #EA2027; }
    #colorOptionsSidebar span.yellow {
      background: #F79F1F; }
    #colorOptionsSidebar span.green {
      background: #6ab04c; }
    #colorOptionsSidebar span.pink {
      background: #FC427B; }
    #colorOptionsSidebar span.turquose {
      background: #01a3a4; }
    #colorOptionsSidebar span.purple {
      background: #B33771; }
    #colorOptionsSidebar span.blue2 {
      background: #2e86de; }
    #colorOptionsSidebar span.orange {
      background: #ff7500; }
    #colorOptionsSidebar span.magenta {
      background: #6F1E51; }
    #colorOptionsSidebar span.orange2 {
      background: #ff793f; }
    #colorOptionsSidebar span.active:after {
      content: "\f00c";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      font-size: 12px;
      font-weight: 600;
      color: #fff;
      text-align: center;
      position: absolute;
      align-items: center;
      justify-content: center;
      background: rgba(21, 21, 21, 0.2);
      font-family: "Font Awesome 5 Free"; }

#rtlSidebar {
  top: 50%;
  right: 0;
  margin-top: -115px;
  z-index: 7777;
  line-height: 1;
  position: fixed;
  text-align: left;
  display: inline-block;
  transition: all 0.4s ease;
  transform: translateY(-50%); }
  #rtlSidebar.ltr-mode {
    right: 0; }
  #rtlSidebar.rtl-mode {
    left: 0; }
  #rtlSidebar #rtlToggle {
    padding: 16px 12.5px;
    font-size: 16px;
    color: #fff;
    border: none; }

#darkSidebar {
  top: 50%;
  right: 0;
  margin-top: -180px;
  z-index: 7777;
  line-height: 1;
  position: fixed;
  text-align: left;
  display: inline-block;
  transition: all 0.4s ease;
  transform: translateY(-50%); }
  #darkSidebar #darkToggle {
    padding: 16px;
    font-size: 20px;
    color: #fff;
    border: none; }

body.dark-mode {
  background: #151515; }
  body.dark-mode .section-heading .section-title {
    color: #fff; }
  body.dark-mode .custom-modal {
    background: #151515; }
    body.dark-mode .custom-modal .modal-header {
      text-align: center;
      padding: 20px;
      background: rgba(255, 255, 255, 0.05);
      border-bottom: none; }
      body.dark-mode .custom-modal .modal-header h5, body.dark-mode .custom-modal .modal-header button {
        color: #fff; }
    body.dark-mode .custom-modal .modal-content {
      background: #151515; }
      body.dark-mode .custom-modal .modal-content p {
        color: #fff;
        opacity: 0.75; }
    body.dark-mode .custom-modal .modal-footer {
      border-top: none;
      background: rgba(255, 255, 255, 0.05); }
    body.dark-mode .custom-modal .modal-body {
      padding: 20px;
      background: #151515; }
      body.dark-mode .custom-modal .modal-body .form-popup-inner {
        text-align: center; }
        body.dark-mode .custom-modal .modal-body .form-popup-inner .form-icon {
          margin-bottom: 30px; }
          body.dark-mode .custom-modal .modal-body .form-popup-inner .form-icon svg {
            width: 100px;
            height: 100px;
            border-radius: 50%; }
          body.dark-mode .custom-modal .modal-body .form-popup-inner .form-icon.danger svg {
            fill: #fff;
            stroke: #fff;
            background: rgba(255, 255, 255, 0.1); }
          body.dark-mode .custom-modal .modal-body .form-popup-inner .form-icon.success svg {
            fill: #fff;
            stroke: #fff;
            background: rgba(255, 255, 255, 0.1); }
      body.dark-mode .custom-modal .modal-body #error_message {
        background: rgba(255, 255, 255, 0.1);
        color: #fff; }
  body.dark-mode .custom-control .custom-control-label::before {
    color: #fff;
    background: rgba(255, 255, 255, 0.1); }
  body.dark-mode .custom-control span {
    color: #fff; }
  body.dark-mode .custom-control-input:checked ~ .custom-control-label::before,
  body.dark-mode .custom-control-label:active::before,
  body.dark-mode .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background: #0ac083; }
  body.dark-mode .contact-form-wrap {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15); }
    body.dark-mode .contact-form-wrap .contact-form-group .form-control {
      color: #fff;
      background: transparent;
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15); }
      body.dark-mode .contact-form-wrap .contact-form-group .form-control:focus {
        box-shadow: 0 0 0 1px #0ac083; }
    body.dark-mode .contact-form-wrap .contact-form-group > i {
      color: #fff;
      background: rgba(255, 255, 255, 0.1); }
    body.dark-mode .contact-form-wrap #txtInput {
      padding-left: 90px; }
    body.dark-mode .contact-form-wrap #txtCaptchaSpan {
      background: rgba(255, 255, 255, 0.1);
      color: #fff; }
    body.dark-mode .contact-form-wrap .form-validate-icons span.error:before {
      color: #fff;
      background: #f27474; }
    body.dark-mode .contact-form-wrap .form-validate-icons span.success:before {
      color: #fff;
      background: #0ac083; }
  body.dark-mode .empty-form span, body.dark-mode .email-invalid span, body.dark-mode .phone-invalid span,
  body.dark-mode .terms-alert span, body.dark-mode .subject-alert span, body.dark-mode .security-alert span {
    color: #fff;
    background: rgba(255, 255, 255, 0.05); }
  body.dark-mode .custom-select-wrapper .select-selected {
    background-color: transparent;
    color: #fff !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15); }
    body.dark-mode .custom-select-wrapper .select-selected:focus {
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1); }
    body.dark-mode .custom-select-wrapper .select-selected:after {
      color: #fff;
      background: #0ac083; }
  body.dark-mode .custom-select-wrapper .select-items {
    background-color: #151515;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15); }
    body.dark-mode .custom-select-wrapper .select-items .same-as-selected {
      background-color: rgba(255, 255, 255, 0.1);
      border-bottom-color: rgba(255, 255, 255, 0.1);
      color: #fff !important; }
    body.dark-mode .custom-select-wrapper .select-items div {
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
      body.dark-mode .custom-select-wrapper .select-items div:focus {
        box-shadow: none; }
      body.dark-mode .custom-select-wrapper .select-items div:hover {
        background-color: rgba(255, 255, 255, 0.05);
        border-bottom-color: rgba(255, 255, 255, 0.05);
        color: #fff; }

/* ---------------------------------------------------------------- */
/* 06.Features                                                   
/* ---------------------------------------------------------------- */
.features-box {
  padding: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 6px 10px 0 rgba(61, 82, 96, 0.15);
  transition: all 0.3s ease; }
  .features-box:hover {
    box-shadow: 0 22px 49px 0 rgba(61, 82, 96, 0.15);
    transform: translateY(-10px); }
  .features-box .features-icon i {
    color: #fff;
    font-size: 40px;
    margin-left: 0;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 90px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #0ac083; }

/* ---------------------------------------------------------------- */
/* 07.Footer                                                   
/* ---------------------------------------------------------------- */
.footer {
  background: #202020; }
  .footer .copyright-wrap {
    padding: 30px; }
    .footer .copyright-wrap .copyright-inner .copyright-text {
      text-align: center;
      color: #fff;
      opacity: 0.85; }

/* ---------------------------------------------------------------- */
/* 08.RTL Mode                                                
/* ---------------------------------------------------------------- */
html[class=rtl-mode],
html[dir=rtl] {
  direction: rtl;
  text-align: right; }
  html[class=rtl-mode] .contact-form-wrap,
  html[dir=rtl] .contact-form-wrap {
    text-align: right; }
    html[class=rtl-mode] .contact-form-wrap .contact-form-group > i,
    html[dir=rtl] .contact-form-wrap .contact-form-group > i {
      left: initial;
      right: 14px; }
    html[class=rtl-mode] .contact-form-wrap .contact-form-group #txtInput,
    html[dir=rtl] .contact-form-wrap .contact-form-group #txtInput {
      padding-left: 60px;
      padding-right: 90px; }
    html[class=rtl-mode] .contact-form-wrap .contact-form-group #txtCaptchaSpan,
    html[dir=rtl] .contact-form-wrap .contact-form-group #txtCaptchaSpan {
      border-radius: 0 5px 5px 0; }
  html[class=rtl-mode] .custom-modal .modal-header h5, html[class=rtl-mode] .custom-modal .modal-header button,
  html[dir=rtl] .custom-modal .modal-header h5,
  html[dir=rtl] .custom-modal .modal-header button {
    color: #fff; }
  html[class=rtl-mode] .custom-modal .modal-header button,
  html[dir=rtl] .custom-modal .modal-header button {
    margin: -1rem auto -1rem -1rem; }
  html[class=rtl-mode] .custom-control span,
  html[dir=rtl] .custom-control span {
    margin-left: 0;
    margin-right: 14px; }
  html[class=rtl-mode] .custom-control .custom-control-label,
  html[dir=rtl] .custom-control .custom-control-label {
    margin-left: 0;
    margin-right: 0; }
  html[class=rtl-mode] .form-validate-icons,
  html[dir=rtl] .form-validate-icons {
    right: initial;
    left: 14px; }
  html[class=rtl-mode] .custom-select-wrapper .select-selected:after,
  html[dir=rtl] .custom-select-wrapper .select-selected:after {
    right: initial;
    left: 14px; }
