/*
	Theme Name: TCMA
	Theme URI: 
	Description: A plain-vanilla & lightweight theme
	Author: omangom
	Author URI: omangom.com
	Version: 2.6.1
	Stable tag: 2.6.1
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & classic-editor.scss
 */
/*
 * Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
*/
/**
 * Document basic styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
*::before,
*::after {
  box-sizing: border-box;
  /* 3 */ }

/* Sections
 */
body {
  margin: 0;
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: .9rem; }

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap; }

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366; }
  a:hover, a:active {
    color: #333366; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%; }

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #CC3366;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

select {
  display: block; }

/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #80808080; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #80808080; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #80808012; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #8080801a; }
  table tbody + tbody {
    border-top: 2px solid #80808080; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* Global colors */
:root {
  --link-color: rgb(233, 182, 0);
}

/* Theme css start here */
.noscroll {
  margin: 0; height: 100%; overflow: hidden
}
.site-header {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
  width: 100%;
  display: block;
}
.navbar.header-style-static {
  padding: 20px 0;
  z-index: 9999;
}
.site-header .container {
  align-items: flex-start;
}
.site-header .header-style-static .container {
  align-items: center;
}
a.site-logo {
  max-width: 300px;
}
.site-header .header-inner, .elementor-section-full_width .main-slider__home .witr_containers, .container {
  max-width: 1320px !important;
  width: 100% !important;
}
.elementor-section-full_width .main-slider__home .witr_containers {
  padding-left: 45px;
}
.site-logo img {
  width: 100%;
}

.secondary-logo {
  display: none;
}
.header-style-static .hamburger span {
  background: #000;
}


/*
.case_study-template.burgermenu-active .navbar.header-style-static, 
.page-template-default.burgermenu-active .navbar.header-style-static {
  position: relative;
  top: 30px;
  transition:top 1s linear;
}
*/

.case_study-template .page-header {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  padding-right: 275px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.page-header h1 {
  font-family: "Helvetica", Sans-serif;
  font-size: 42px;
  font-weight: 600;
}
.menu-seprator {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  margin: 0 auto;
}
.cs-blockquote > div {
  position: relative;
  font-size: 18px;
  padding: 1.4em 275px 0.6em 2.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
  background: #efefef;
}
.cs-blockquote > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background:#65489F;
  /*background: linear-gradient(to bottom,#0452bf 0%,#0245af 20%,#00369d 35%,#272f98 42%,#462a96 53%,#9c1a8e 78%,#cd128a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0452bf',endColorstr='#cd128a',GradientType=1);*/
}

.breadcrumbs {
  padding-bottom: 30px;
  font-family: "Helvetica", Sans-serif;
  font-weight: 600;
}
.block-heading-text .witr_section_title {
  text-align: left;
}
@media (max-width: 991px) {
  .page-header h1 {
    font-size: 30px;
  }
  .case_study-template .page-header {
    padding: 0;
  }
  .case_study-template .page-header,.cs-blockquote div {
    padding-right: 20px;
  }
  .page-header .entry-title {
    max-width: unset;
  }
  .elementor-section-full_width .main-slider__home .witr_containers h2, .elementor-section-full_width .main-slider__home .witr_containers h3, .elementor-section-full_width .main-slider__home .witr_containers p,
  .elementor-section-full_width .main-slider__home .witr_containers .witr_btn_sinner {
    text-align: left !important;
  }
}
.menu-burger{
  position: relative;
  float: right;
  width: 36px;
  height: 22px;
}
.hamburger {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: visible;
  display: inline-block;
  width: 36px;
  height: 22px;
  border: 0;
  border-radius: 0;
  padding: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background: transparent;
  cursor: pointer;
  color: #fff;
}
.hamburger:hover, .hamburger:focus {
  background: transparent;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 3px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background-color: #FFFFFF;
}
.hamburger span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.hamburger span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.hamburger span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
/* Active state */
.hamburger:hover span:nth-child(n),
.burgermenu-active .hamburger span:nth-child(n) {
	width: 100%;
}
.burgermenu-active .hamburger span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
}

.burgermenu-active .hamburger span:nth-child(2) {
	width: 0;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.burgermenu-active .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 22px;
}
.side-menu.side-section {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

/* Menu overlay */
.nav-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2em;
  line-height: 2em;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  opacity: 0;
  -webkit-transition: .5s ease-out all;
  transition: .5s ease-out all;
  pointer-events: none;
  display: none;
  color: #FFFFFF;
  background-color: #07002D;
  
}
.nav-menu.burgermenu-active {
  opacity: 1;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.nav-menu li {
  list-style: none;
  padding: 3vmin 0;
  position: relative;
	opacity: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}
.nav-menu li a {
  font-family: inter;
  font-size: 32px;
  text-decoration: none;
  font-weight: 600;
  color: #ffff;
  opacity: .5;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: .3s ease-out all;
	transition: .3s ease-out all;
}
.nav-menu li a:hover {
  color: var(--link-color);
  opacity: 1;
}
.burgermenu-active .nav-menu li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/* Used by the prepareTransition jQuery Plugin */
.is-transitioning {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	visibility: visible !important;
}


/* Home Main Slider */
.witr_ds_content_inner.witr_containers h2, .witr_ds_content_inner.witr_containers h3 {
  margin: 0 !important;
  position: relative;
  color: #fff;
}
/*
.witr_ds_content_inner.witr_containers h2:before, .witr_ds_content_inner.witr_containers h3:before {
  position: absolute;
  content: '';
  left: -33px;
  width: 8px;
  background: #FFC500;
  height: 100%;
}
*/
.main-slider__home .slick-arrow {
  font-size: 0;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  padding: 0;
  line-height: normal;
  background: transparent;
  box-shadow: 0px 0px 10px rgba(58, 58, 58, 0.15);
}
.main-slider__home .slick-next:focus, .main-slider__home .slick-next:hover, .main-slider__home .slick-prev:focus, .main-slider__home .slick-prev:hover {
  background: none;
}
.main-slider__home .slick-arrow:before{
  /*color: #ffb301;*/
}
.witr_img_card_tri {
  position: absolute;
  top: -0.5rem;
  -webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}
.wirt_s2_s8:hover .witr_img_card_tri {
  position: absolute;
  top: -0.9rem;
}
.wirt_s2_s5i {
  position: relative;
  z-index: 99;
}
.witr_img_card_normal {
  height: 150px;
}
.wirt_s2_s8.medi_singleService.wirt_s2_s5.wirt_s2_s6.all_service2_color {
  height: 560px;
  overflow: hidden;
}
.medi_singleService.wirt_s2_s6 h3 {
  display: block;
}
.home__our_offering .medi_singleService.wirt_s2_s6 h3 {
  display: table;
  line-height: normal;
  border-radius: 3px;
}
.witr_text_wrapper, .witr_ser_btnb {
  padding: 0 30px;
}
.witr_text_wrapper h2 {
  margin-left: 0 !important;
  position: relative;
  margin-bottom: 40px;
}

.witr_widget_list li {
  display: flex;
}
.witr_ser_btnb {
  position: absolute;
  bottom: 25px;
}
.medi_singleService:after {
  display: none !important;
}
.component-list-services .witr_widget_list, .component-list-services .wirt_s2_s8:hover .witr_intro_text {
  margin-top: -50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .4s ease-out all;
  transition: .4s ease-out all;
}

.component-list-services .wirt_s2_s8:hover .witr_widget_list {
  visibility: visible;
  opacity: 1;
}
.component-list-services .wirt_s2_s8:hover {
  background: #FFFDF6;
}
.component-list-services .wirt_s2_s8 .witr_text_wrapper {
  -webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}
.component-list-services .wirt_s2_s8:hover .witr_text_wrapper {
  -webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}
.wirt_s2_s6 img {
  width: 100%;
}

.certified-icons .elementor-grid-item a {
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 1px 1px 10px rgba(58, 58, 58, 0.1);
  height: 120px;
}

/* Services */
.medi_singleService:before {
  display: none;
}
.witr_section_title_inner h3 strong {
  font-weight: inherit;
  color: #785FAA;
}
/* Testimonials */
.testsa_customer-slider {
  max-width: 500px;
}
.testsa_customer-slider .witr_item_column{
  padding-top: 0;
}
.testimonial-wrapper {
  max-width: 500px;
  width: 100%;
  box-shadow: 0px 0px 10px rgb(58 58 58 / 15%);
  background: #fff;
}
.testimonial_text_wrapper {
  max-width: 302px;
  margin: 0 auto;
  padding: 25px 0 50px;
}
.client_brand_img {
  padding: 40px 0 20px;
  max-width: 300px;
  margin: 0 auto;
}
.client_brand_img img {
  max-width: 150px;
}
.testsa_customer-slider .slick-arrow {
  font-size: 0;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  padding: 0;
  line-height: normal;
  background: transparent;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 10px rgba(58, 58, 58, 0.15);
}
.slick-next:before {
  content: "\eaca";
  font-family: IcoFont!important;
}
.slick-prev:before {
  content: "\eac9";
  font-family: IcoFont!important;
}
.testsa_customer-slider .slick-next, .testsa_customer-slider .slick-prev {
  opacity: 1;
}
.testsa_customer-slider .slick-next:before, .testsa_customer-slider .slick-prev:before {
  font-size: 30px;
  color: #3a3a3a8e;
}
.blog_wrap .slick-prev, .testomonial-slide .slick-prev {
  left: -45px;
}
.blog_wrap .slick-right, .testomonial-slide .slick-right {
  right: -45px;
}
.client_since {
  display: block;
  margin-top: -2px;
}
.testimonial_text_wrapper p {
  position: relative;
}
.testimonial_text_wrapper p:before {
  position: absolute;
  left: -30px;
  top: -25px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #785FAA;
}
.copyright-text p {

}
.witr_client_icon a {
  display: inline-block;
}


/* Modelbox */
.modelbox {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2em;
  line-height: 2em;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  opacity: 0;
  -webkit-transition: .5s ease-out all;
  transition: .5s ease-out all;
  display: none;
  color: #FFFFFF;
  background-color: #07002D;
}

.modelbox-active .modelbox {
  display: flex;
  opacity: 1;
}
.modelbox-inner {
  width: 100%;
}
.modelbox-inner form {
  max-width: 945px;
  margin: 0 auto;
}
.modelbox form input, .modelbox form textarea{
  border: 0;
  border-radius: 0;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.modelbox .wpcf7-submit {
  width: 100% !important;
  display: block !important;
  text-align: center;
  background: var(--link-color);
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  letter-spacing: 1px;
}
.modelbox form ::placeholder {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;  
}
.modelbox-inner .modelbox-header {
  padding-bottom: 15px;
}
.modelbox-inner .modelbox-header h2 {
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 1px;
  margin: 0;
}
.modelbox-toolbar {
  float: right;
}
.modelbox-close {
  font-size: 40px;
  position: absolute;
  top: 30px;
}
.modelbox .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  color: #fff;
}

/* Case study */
.witr_case2 .witr_content_casem {
  border-radius: 10px;
  padding: 25px 35px 26px;
}

.block-text-case-study ul {
  padding-left: 15px;
}
.block-text-case-study h2 {
  padding-top: 30px;
}
/* About */
.title_ptx p {
  margin: 0;
  font-size: 22px;
}
@media (max-width:767px) {
  a.site-logo {
    max-width: 220px;
  }
  .nav-menu li {
    padding: 3vmin 0;
  }
  .nav-menu li a {
    font-size: 24px;
  }
  
}

@media (max-width:420px) {
  .testimonial_text_wrapper, .client_brand_img {
    max-width: 235px;
  }
  .elementor-506 .elementor-element.elementor-element-ecd34ee .all_color_testimonial p {
    font-size: 20px !important;
  }
  .elementor-506 .elementor-element.elementor-element-ecd34ee .all_color_testimonial h6 {
    font-size: 16px !important;
  }
  .testimonial_text_wrapper p:before {
    left: -18px;
  }
}
.akin_button a {
  position: relative;
}
ul.list-dd {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
  text-align: left;
  position: absolute;
  width: 100%;
  background: #564680;
  z-index: 999999;
  left: 0;
  height: 100%;
  top: 0;
  display: none;
}
.list-dd li {
  padding: 5px 10px;
  float: left;
  width: 49%;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-dd li:first-child {
  background: #84529f;
}
.hidden {
  display: none;
}


/* Template style */
/*body:not(.home) .site-header*/
 .site-header{
  border-bottom: 6px solid #7F3F98;
}

.home-banner-text .witr_section_title h1, .home-banner-text .witr_section_title h2, .home-banner-text .witr_section_title h3 {
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.80);
}
/* Site Top Navigation */
.site-navigation ul.menu li a {
  color: #000000;
  font-weight: 500;
  padding: 8px 20px;
}
.site-navigation ul.menu .menu-item-call a {
  background: #e9e9e9;
  border-radius: 25px;
}
.site-navigation ul.menu .menu-item-call a:hover {
    background: #7F3F98;
    color: #fff;
}
.site-navigation ul.menu .menu-item-call a:hover span {
    color: #fff;
}
.site-header .site-navigation ul.menu .current-menu-item a {
  color: #7F3F98;;
}
.site-navigation ul.menu .menu-item-call a span {
  color: #893a9d;
}
.witr_text_widget_inner ul {
  padding-left: 15px;
}
.form-checkboxes input[type="checkbox"] {
  width: auto;
  height: auto;
}
.form-checkboxes {
  padding-top: 0px;
  padding-bottom: 20px;
}
.form-checkboxes .wpcf7-list-item {
  margin: 0 20px 0 0;
}
.form-contact span.wpcf7-form-control-wrap {
  margin-bottom: 10px;
  display: block;
}
.form-checkboxes span.wpcf7-form-control-wrap{
  display: inline;
}
.form-contact .wpcf7 input[type=text] {
  height: 45px;
}
.form-contact .wpcf7 input[type=text], .form-contact .wpcf7 textarea {
  border-color: #D0D5DD;
  padding-left: 1rem;
}
.form-checkboxes p {
  color: #7F3F98;
}
.wpcf7-submit {
  background: #7F3F98;
  border-radius: 25px;
  border: 0;
  color: #fff;
}
@media (max-width:767px) {
  .site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #fff;
    background: #893a9d;

}
.site-navigation-dropdown ul.menu li a {
  padding: 10px 20px;
}
.site-header .header-inner:not(.header-stacked) .site-branding {
  max-width: 140px;
}
}
.site-navigation-toggle-holder .site-navigation-toggle {
  font-size: 34px;
  padding: 0;
  background: transparent;
  color: #893a9d;
}

/* Contact form 7 css */
/*
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
*/
.wpcf7-response-output {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #efefef;
    border-radius: 4px;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
