:root {
  font-size: 14.45px;
}

@media (min-width: 576px) {
  :root {
    font-size: 15.3px;
  }
}

@media (min-width: 768px) {
  :root {
    font-size: 16.15px;
  }
}

@media (min-width: 992px) {
  :root {
    font-size: 17px;
  }
}

html {
  font-size: 1em;
}

body {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  color: #565656;
  background-color: #e2e3e7;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #1a1a1a;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1a1a1a;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #3444f1;
}

h1 {
  font-size: 2.75rem;
  line-height: 1.4;
}

h2 {
  font-size: 2rem;
  line-height: 1.4;
}

h3 {
  font-size: 1.75rem;
  line-height: 1.4;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.4;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h6 {
  font-size: 1rem;
}

a {
  color: #3444f1;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

a:hover {
  color: #0c1ab3;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

blockquote {
  color: #1a1a1a;
}

blockquote:before {
  background-color: #3444f1;
  color: white;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: #989898;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #989898;
}

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #989898;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #989898;
}

::placeholder {
  opacity: 1;
  color: #989898;
}

input[type="submit"],
button[type="submit"] {
  background: #3444f1;
  color: white;
  border-width: 0;
}

input[type="submit"]:hover,
input[type="submit"]:active,
button[type="submit"]:hover,
button[type="submit"]:active {
  background: #0c1ab3;
}

.btn:not([class*="btn-outline-"]) {
  background: #3444f1;
  color: white;
  border-width: 0;
}

.btn:not([class*="btn-outline-"]):hover,
.btn:not([class*="btn-outline-"]):active {
  background: #0c1ab3;
}

.btn.on-submit {
  border: 3px solid #3444f1;
  border-bottom: 3px solid rgba(52, 68, 241, 0);
  border-left: 3px solid rgba(52, 68, 241, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

@keyframes ano_fadeout {
  0% {
    box-shadow: inset 0 0 0 10px #f2f3f7, 0 0 10px #3444f1;
  }
  70% {
    box-shadow: inset 0 0 0 10px #f2f3f7, 0 0 20px 10px rgba(52, 68, 241, 0.02);
  }
  80% {
    box-shadow: inset 0 0 0 10px #f2f3f7, 0 0 30px 20px rgba(52, 68, 241, 0.01);
  }
  100% {
    box-shadow: inset 0 0 0 10px #f2f3f7, 0 0 40px 30px rgba(52, 68, 241, 0);
  }
}

#anoumi-site-preloader {
  background: #ffffff;
}

#anoumi-site-preloader .preloader-circle {
  -webkit-box-shadow: inset 0 0 0 10px #f2f3f7;
  box-shadow: inset 0 0 0 10px #f2f3f7;
  animation: ano_fadeout 2s infinite;
}

#anoumi-site-preloader .preloader-circle:before {
  -webkit-box-shadow: inset 0 0 0 10px #3444f1;
  box-shadow: inset 0 0 0 10px #3444f1;
}

#main-header {
  background-color: #ffffff;
  border-right: 0;
}

#main-header .add-header-nav {
  background: #3444f1;
  color: white;
}

#main-header .add-header-nav:hover {
  background: #0c1ab3;
}

#main-header .nav-ui {
  background-color: #ffffff;
}

#main-header .nav-ui ul#anoumi-nav {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#main-header .nav-ui ul#anoumi-nav li a {
  color: #1a1a1a;
}

#main-header .nav-ui ul#anoumi-nav li a:before {
  background-color: #3444f1;
}

#main-header .nav-ui ul#anoumi-nav li a:hover {
  color: #3444f1;
}

#main-header .nav-ui ul#anoumi-nav li.current-menu-item > a {
  color: #3444f1;
}

#main-header .nav-ui ul#anoumi-nav li.current-menu-item > a:before {
  background-color: #3444f1;
}

#main-header .nav-ui ul.social-links li a {
  color: #1a1a1a;
}

#main-header .nav-ui ul.social-links li a:hover {
  color: rgba(26, 26, 26, 0.5);
}

@media (min-width: 768px) {
  #main-header {
    box-shadow: inset -1px 0 0 0 rgba(236, 236, 236, 0.5), 0 1.3px 1px -15px rgba(0, 0, 0, 0.022), 0 3.2px 2.6px -15px rgba(0, 0, 0, 0.031), 0 6.6px 5.3px -15px rgba(0, 0, 0, 0.039), 0 13.5px 11px -15px rgba(0, 0, 0, 0.048), 0 37px 30px -15px rgba(0, 0, 0, 0.07);
  }
}

.anoumi-section {
  background-color: #ffffff;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #1a1a1a;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #1a1a1a;
}

.has-light-bg {
  background-color: #f2f3f7;
}

.has-dark-bg {
  background-color: #212121;
  color: #afafaf;
}

.has-dark-bg h1,
.has-dark-bg h2,
.has-dark-bg h3,
.has-dark-bg h4,
.has-dark-bg h5,
.has-dark-bg h6 {
  color: #f4f4f4;
}

.content-block.has-light-bg {
  background-color: #f2f3f7;
}

.content-block.has-dark-bg {
  background-color: #212121;
  color: #afafaf;
}

.content-block.has-dark-bg h1,
.content-block.has-dark-bg h2,
.content-block.has-dark-bg h3,
.content-block.has-dark-bg h4,
.content-block.has-dark-bg h5,
.content-block.has-dark-bg h6 {
  color: #f4f4f4;
}

html.js .has-reveal-effect.reveal-bottom:before,
html.js .has-reveal-effect.reveal-top:before,
html.js .has-reveal-effect.reveal-left:before,
html.js .has-reveal-effect.reveal-right:before {
  background-color: #ffffff;
}

.lead {
  color: #1a1a1a;
}

.section-title:after {
  background: #3444f1;
}

.title-up-line {
  border-top: 2px solid #1a1a1a;
}

.progress-wrap {
  background-color: #ffffff;
}

.progress-wrap .progress .progress-bar {
  background-color: #3444f1;
}

ul.experience-list li {
  border-bottom: 1px solid #e8e8e8;
}

.service-card .service-icon {
  color: #3444f1;
}

.service-card:hover {
  background: #3444f1;
}

.service-card:hover .service-icon {
  background: #4756f2;
  color: #cdd1fc;
}

.service-card:hover .service-text {
  color: white;
}

.service-card:hover .service-name {
  color: white;
}

.animated-number-wrap .animated-number {
  color: #1a1a1a;
}

.animated-number-wrap .zigzag-line svg {
  fill: #3444f1;
}

.has-dark-bg .animated-number-wrap .animated-number {
  color: #f4f4f4;
}

.ano-gallery-carousel-btn-prev,
.ano-gallery-carousel-btn-next,
.testimonial-carousel-btn-next,
.testimonial-carousel-btn-prev {
  border: 1px solid #e8e8e8;
  color: #565656;
  fill: #565656;
  -webkit-transition: color 0.3s ease-out 0s, fill 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s, fill 0.3s ease-out 0s;
}

.ano-gallery-carousel-btn-prev.swiper-button-disabled,
.ano-gallery-carousel-btn-next.swiper-button-disabled,
.testimonial-carousel-btn-next.swiper-button-disabled,
.testimonial-carousel-btn-prev.swiper-button-disabled {
  color: #e8e8e8;
  fill: #e8e8e8;
  cursor: not-allowed;
}

.portfolio-filter-container .filter-drop-button {
  border: 1px solid #e8e8e8;
}

.portfolio-filter-container ul.portfolio-filter {
  background: #3444f1;
}

.portfolio-filter-container ul.portfolio-filter a {
  color: white;
}

.portfolio-filter-container ul.portfolio-filter .active-filter a {
  background: #ffffff;
  color: #3444f1;
}

.portfolio-grid .portfolio-content {
  background: #ffffff;
  border: 1px solid #e8e8e8;
}

.portfolio-grid .portfolio-item .entry-title .entry-meta .p-categories span {
  background: #e0e0e0;
}

#anoumi-contact-form input[type="text"],
#anoumi-contact-form input[type="email"],
#anoumi-contact-form input[type="phone"],
#anoumi-contact-form textarea {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
}

#anoumi-contact-form input[type="text"]:focus,
#anoumi-contact-form input[type="text"].has_value,
#anoumi-contact-form input[type="email"]:focus,
#anoumi-contact-form input[type="email"].has_value,
#anoumi-contact-form input[type="phone"]:focus,
#anoumi-contact-form input[type="phone"].has_value,
#anoumi-contact-form textarea:focus,
#anoumi-contact-form textarea.has_value {
  border-bottom: 1px solid #cccccc;
}

.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  display: table;
  width: 100%;
}

.alert-white {
  background-image: linear-gradient(to bottom, #fff, #f9f9f9);
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  padding-left: 61px;
  position: relative;
}

.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.alert-white .icon {
  text-align: center;
  width: 45px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  border: 1px solid #bdbdbd;
  padding-top: 15px;
}

.alert-white .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #bdbdbd;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
}

.alert-white .icon i {
  font-size: 20px;
  color: #fff;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  margin-left: 5px;
}
/*============ colors ========*/
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
  border-color: #54a754;
  background: #60c060;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #98cce6;
  color: #3a87ad;
}

.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
  border-color: #3a8ace;
  background: #4d90fd;
}

.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
  border-color: #d68000;
  background: #fc9700;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #f1daab;
  color: #c09853;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #e0b1b8;
  color: #b94a48;
}

.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
  border-color: #ca452e;
  background: #da4932;
}
