@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:wght@300;700&display=swap");
html,
body {
  overflow-x: hidden;
  width: 100%;
  font-family: "Comic Neue", cursive;
}
body {
  -webkit-overflow-x: hidden;
  -moz-overflow-x: hidden;
  -o-overflow-x: hidden;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: fix 1s 1;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.7rem;
}
a,
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
/*----------------------------------------*/
/*----- Utilities -----*/
/*----------------------------------------*/
/*== fonts ==*/
body,
form label.error {
  font-family: "Comic Neue", cursive;
  /* font-family: "Oxygen", sans-serif; */
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9em;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.nav-link,
.dropdown-menu a,
.dtr-btn {
  font-family: "Comic Neue", cursive;
  font-weight: 700;
}
.h1,
h1 {
  font-size: 2.765em;
  line-height: 1.3em;
}
.h2,
h2 {
  font-size: 2.176em;
  line-height: 1.3em;
}
.h3,
h3 {
  font-size: 1.824em;
  line-height: 1.3em;
}
.h4,
h4 {
  font-size: 1.471em;
  line-height: 1.3em;
}
.h5,
h5 {
  font-size: 1.235em;
  line-height: 1.5em;
}
.h6,
h6 {
  font-size: 1em;
  line-height: 1.5em;
}

.big-bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/back.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.services-list {
  border-radius: 15px;
  max-width: 40rem;
  width: 100%;
}
.services-list .services-text {
  font-size: 30px;
  padding-left: 20px;
  color: #fff;
}

.line-of-services {
  line-height: 8vh;
}

.text-size-xl {
  font-size: 1.671em;
  line-height: 1.4em;
  font-weight: 400;
}

.text-size-md {
  font-size: 1.118em;
  line-height: 1.9em;
}
.text-size-sm {
  font-size: 0.865em;
  line-height: 1.7em;
  font-weight: 700;
}
/*== margins ==*/
.dtr-m-auto {
  margin: 0 auto;
}
.dtr-m-0 {
  margin: 0;
}
.dtr-mt-0,
.dtr-my-0 {
  margin-top: 0;
}
.dtr-mr-0,
.dtr-mx-0 {
  margin-right: 0;
}
.dtr-mb-0,
.dtr-my-0 {
  margin-bottom: 0;
}
.dtr-ml-0,
.dtr-mx-0 {
  margin-left: 0;
}
.dtr-m-1 {
  margin: 0.25rem;
}
.dtr-mt-1,
.dtr-my-1 {
  margin-top: 0.25rem;
}
.dtr-mr-1,
.dtr-mx-1 {
  margin-right: 0.25rem;
}
.dtr-mb-1,
.dtr-my-1 {
  margin-bottom: 0.25rem;
}
.dtr-ml-1,
.dtr-mx-1 {
  margin-left: 0.25rem;
}
.dtr-m-2 {
  margin: 0.5rem;
}
.dtr-mt-2,
.dtr-my-2 {
  margin-top: 0.5rem;
}
.dtr-mr-2,
.dtr-mx-2 {
  margin-right: 0.5rem;
}
.dtr-mb-2,
.dtr-my-2 {
  margin-bottom: 0.5rem;
}
.dtr-ml-2,
.dtr-mx-2 {
  margin-left: 0.5rem;
}
.dtr-m-3 {
  margin: 1rem;
}
.dtr-mt-3,
.dtr-my-3 {
  margin-top: 1rem;
}
.dtr-mr-3,
.dtr-mx-3 {
  margin-right: 1rem;
}
.dtr-mb-3,
dtr-.my-3 {
  margin-bottom: 1rem;
}
.dtr-ml-3,
.dtr-mx-3 {
  margin-left: 1rem;
}
.dtr-m-4 {
  margin: 1.5rem;
}
.dtr-mt-4,
.dtr-my-4 {
  margin-top: 1.5rem;
}
.dtr-mr-4,
.dtr-mx-4 {
  margin-right: 1.5rem;
}
.dtr-mb-4,
.dtr-my-4 {
  margin-bottom: 1.5rem;
}
.dtr-ml-4,
.dtr-mx-4 {
  margin-left: 1.5rem;
}
.dtr-m-5 {
  margin: 3rem;
}
.dtr-mt-5,
.dtr-my-5 {
  margin-top: 3rem;
}
.dtr-mr-5,
.dtr-mx-5 {
  margin-right: 3rem;
}
.dtr-mb-5,
.dtr-my-5 {
  margin-bottom: 3rem;
}
.dtr-ml-5,
.dtr-mx-5 {
  margin-left: 3rem;
}
.dtr-m-6 {
  margin: 4rem;
}
.dtr-mt-6,
.dtr-my-6 {
  margin-top: 4rem;
}
.dtr-mr-6,
.dtr-mx-6 {
  margin-right: 4rem;
}
.dtr-mb-6,
.dtr-my-6 {
  margin-bottom: 4rem;
}
.dtr-ml-6,
.dtr-mx-6 {
  margin-left: 4rem;
}
.dtr-m-7 {
  margin: 5rem;
}
.dtr-mr-7,
.dtr-mx-7 {
  margin-right: 5rem;
}
.dtr-mb-7,
.dtr-my-7 {
  margin-bottom: 5rem;
}
.dtr-ml-7,
.dtr-mx-7 {
  margin-left: 5rem;
}
/*== paddings ==*/
.dtr-p-0 {
  padding: 0;
}
.dtr-pt-0,
.dtr-py-0 {
  padding-top: 0;
}
.dtr-pr-0,
.dtr-px-0 {
  padding-right: 0;
}
.dtr-pb-0,
.dtr-py-0 {
  padding-bottom: 0;
}
.dtr-pl-0,
.dtr-px-0 {
  padding-left: 0;
}
.dtr-p-1 {
  padding: 0.25rem;
}
.dtr-pt-1,
.dtr-py-1 {
  padding-top: 0.25rem;
}
.dtr-pr-1,
.dtr-px-1 {
  padding-right: 0.25rem;
}
.dtr-pb-1,
.dtr-py-1 {
  padding-bottom: 0.25rem;
}
.dtr-pl-1,
.dtr-px-1 {
  padding-left: 0.25rem;
}
.dtr-p-2 {
  padding: 0.5rem;
}
.dtr-pt-2,
.dtr-py-2 {
  padding-top: 0.5rem;
}
.dtr-pr-2,
.dtr-px-2 {
  padding-right: 0.5rem;
}
.dtr-pb-2,
.dtr-py-2 {
  padding-bottom: 0.5rem;
}
.dtr-pl-2,
.dtr-px-2 {
  padding-left: 0.5rem;
}
.dtr-p-3 {
  padding: 1rem;
}
.dtr-pt-3,
.dtr-py-3 {
  padding-top: 1rem;
}
.dtr-pr-3,
.dtr-px-3 {
  padding-right: 1rem;
}
.dtr-pb-3,
.dtr-py-3 {
  padding-bottom: 1rem;
}
.dtr-pl-3,
.dtr-px-3 {
  padding-left: 1rem;
}
.dtr-p-4 {
  padding: 1.5rem;
}
.dtr-pt-4,
.dtr-py-4 {
  padding-top: 1.5rem;
}
.dtr-pr-4,
.dtr-px-4 {
  padding-right: 1.5rem;
}
.dtr-pb-4,
.dtr-py-4 {
  padding-bottom: 1.5rem;
}
.dtr-pl-4,
.dtr-px-4 {
  padding-left: 1.5rem;
}
.dtr-p-5 {
  padding: 3rem;
}
.dtr-pt-5,
.dtr-py-5 {
  padding-top: 3rem;
}
.dtr-pr-5,
.dtr-px-5 {
  padding-right: 3rem;
}
.dtr-pb-5,
.dtr-py-5 {
  padding-bottom: 3rem;
}
.dtr-pl-5,
.dtr-px-5 {
  padding-left: 3rem;
}
.dtr-p-6 {
  padding: 4rem;
}
.dtr-pt-6,
.dtr-py-6 {
  padding-top: 4rem;
}
.dtr-pr-6,
.dtr-px-6 {
  padding-right: 4rem;
}
.dtr-pb-6,
.dtr-py-6 {
  padding-bottom: 4rem;
}
.dtr-pl-6,
.dtr-px-6 {
  padding-left: 4rem;
}
.dtr-p-7 {
  padding: 5rem;
}
.dtr-pt-7,
.dtr-py-7 {
  padding-top: 5rem;
}
.dtr-pr-7,
.dtr-px-7 {
  padding-right: 5rem;
}
.dtr-pb-7,
.dtr-py-7 {
  padding-bottom: 5rem;
}
.dtr-pl-7,
.dtr-px-7 {
  padding-left: 5rem;
}
.dtr-p-8 {
  padding: 10rem;
}
.dtr-pt-8,
.dtr-py-8 {
  padding-top: 8rem;
}
.dtr-pr-8,
.dtr-px-8 {
  padding-right: 10rem;
}
.dtr-pb-8,
.dtr-py-8 {
  padding-bottom: 10rem;
}
.dtr-pl-8,
.dtr-px-8 {
  padding-left: 10rem;
}

/*----------------------------------------*/
/*===== Buttons =====*/
/*----------------------------------------*/
button,
input[type="submit"],
input[type="reset"],
.dtr-form-btn {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  padding: 15px 30px 13px 30px;
  margin: 10px 0;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  border-radius: 0;
  text-decoration: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  font-size: 1em;
  line-height: 25px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(20, 39, 82, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(20, 39, 82, 0.1);
}
.dtr-submit-center {
  display: block;
  margin: 0;
  text-align: center;
}
.dtr-submit-full .dtr-form-btn,
.dtr-submit-full input[type="submit"],
.dtr-submit-full button {
  width: 100%;
  display: block;
  margin: 0;
  text-align: center;
}
.dtr-btn-round {
  border-radius: 150px;
  font-size: 18px;
}
/*== Styled button ==*/
.dtr-btn {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  padding: 15px 70px 15px 20px;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 150px;
  cursor: pointer;
  outline: none;
  -webkit-backface-visibility: hidden;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: normal;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(20, 39, 82, 0.03);
  box-shadow: 0px 3px 5px 0px rgba(20, 39, 82, 0.03);
  text-decoration: none;
  text-align: left;
  font-size: 1em;
  line-height: 22px;
  font-weight: 700;
}
.dtr-btn a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.dtr-btn span {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: inherit;
  text-align: center;
}
.dtr-btn span i {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
}
.dtr-btn:hover span i {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
/*----------------------------------------*/
/*===== Lists =====*/
/*----------------------------------------*/
ul,
ol {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-position: inside;
  display: block;
}
li > ul,
li > ol {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 1.5em;
}
ol li,
ul li {
  margin-bottom: 10px;
  list-style: none;
}
/*----------------------------------------*/
/*===== Elements =====*/
/*----------------------------------------*/

/*== feature box ==*/

.services__column {
  line-height: 5rem;
  padding: 3rem !important;
}

.business__cards {
  width: 300px;
  height: 300px;
  shape-outside: circle();
  clip-path: circle();
  /* border: 4px solid #0089F2; */
  border-radius: 50%;
}

.red__border {
  border: 5px solid #fe0505;
  width: 320px;
  clip-path: circle();
  border-radius: 50%;
  padding: 10px 4px 10px 5px;
}

.red__border .dtr-feature-box {
  box-shadow: inset 0 0 10px #fe0505;
}

.solid__border {
  border: 5px solid #f1ff09;
  width: 320px;
  clip-path: circle();
  border-radius: 50%;
  padding: 10px 4px 10px 5px;
}

@-webkit-keyframes border {
  0% {
    -webkit-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1.1);
    transform: rotate(360deg) scale(1.1);
  }
}

.dtr-feature-box {
  padding: 40px 60px;
  display: inline-grid;
  align-items: center;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(20 39 82 / 10%);
  text-align: center;
  background: rgb(243, 243, 243, 0.2);
  box-shadow: inset 0 0 10px #929292;
}

.dtr-feature-box:hover {
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.dtr-feature-box-icon {
  padding: 10px;
  border-radius: 10px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
}

.phone__number {
  font-size: 20px;
}
/*== about ==*/

/*== Accordion ==*/
.dtr-accordion .card-header {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.dtr-accordion.accordion > .card {
  border: 0;
  border-radius: 0;
}
.dtr-accordion.accordion > .card .card-header {
  margin: 5px;
}
.dtr-accordion .card-header:first-child,
.dtr-accordion.accordion > .card:not(:first-of-type) .card-header:first-child {
  padding: 0;
  margin: 5px;
  display: block;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(20, 39, 82, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(20, 39, 82, 0.1);
  border-radius: 300px;
  border: none;
}
.dtr-accordion .btn.btn-link {
  position: relative;
  width: 100%;
  padding: 0px 40px 10px 20px;
  margin: 0;
  border: 0;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 700;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dtr-accordion .card-body {
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  margin: 5px;
}
.dtr-accordion .btn.btn-link:after {
  font-family: "icomoon";
  content: "\e910";
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
}
.dtr-accordion .btn.btn-link.collapsed:after {
  font-family: "icomoon";
  content: "\e90d";
}
.dtr-accordion .btn.btn-link {
  box-shadow: none;
}

/*----------------------------------------*/
/*===== Header =====*/
/*----------------------------------------*/
/*== Navbar Custom  ==*/
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-nav li {
  margin: 0;
}
.dropdown-menu {
  margin: 0;
}
.dropdown-menu {
  padding: 10px;
  margin: 0;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(20, 39, 82, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(20, 39, 82, 0.1);
}
.dropdown-item {
  padding: 5px 1rem;
  font-size: 0.95em;
  line-height: 1.5em;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 1rem;
  text-transform: uppercase;
  font-size: 0.824em;
}
.navbar-light .navbar-toggler,
.navbar-dark .navbar-toggler {
  box-shadow: none;
  border: 0;
}
.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
  background-image: none;
}
.navbar-dark .navbar-toggler-icon::after {
  font-family: "icomoon";
  content: "\ef8c";
  font-size: 24px;
  color: #fff;
}
.navbar-light .navbar-toggler-icon::after {
  font-family: "icomoon";
  content: "\ef8c";
  font-size: 24px;
  color: #142752;
}
.navbar-toggler:focus {
  outline: 0;
}
/*----------------------------------------*/
/*===== 7 Footer =====*/
/*----------------------------------------*/
#myFooter {
  padding: 10px 0;
  position: relative;
  bottom: 100px;
}
/*----------------------------------------*/

/*===== Forms =====*/
/*----------------------------------------*/
form {
  margin: 0;
  padding: 0;
  z-index: 0;
}
form p {
  margin: 0 0 20px 0;
  padding: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0 5px 0 0;
  vertical-align: baseline;
}
label {
  width: 100%;
  height: auto;
  line-height: 1.2em;
  font-weight: bold;
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px !important;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(20, 39, 82, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(20, 39, 82, 0.1);
}
textarea,
#commentform textarea {
  width: 100% !important;
  height: auto;
  resize: none;
}
form label.error {
  font-size: 10px;
}
/*===== Form column styles =====*/
.dtr-form-row,
.dtr-form-row-2col,
.dtr-form-row-3col,
.dtr-form-row-unequal,
.dtr-form-row-2col-unequal {
  margin-right: -10px;
  margin-left: -10px;
}
.dtr-form-column {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 50%;
  float: left;
}
.dtr-for-row::before,
.dtr-form-row-2col::before,
.dtr-form-row-3col::before,
.dtr-form-row-unequal::before,
.dtr-form-row-2col-unequal::before {
  display: table;
  content: "";
}
.dtr-for-row::after,
.dtr-form-row-2col::after,
.dtr-form-row-3col::after,
.dtr-form-row-unequal::after,
.dtr-form-row-2col-unequal::after {
  clear: both;
}
.dtr-form-row-2col .dtr-form-column {
  width: 50%;
}
.dtr-form-row-3col .dtr-form-column {
  width: 33.33333333%;
}
.dtr-form-row-unequal .dtr-form-column {
  width: 60%;
}
.dtr-form-row-unequal .dtr-form-column:last-child {
  width: 40%;
}
.dtr-form-row-2col-unequal .dtr-form-column {
  width: 70%;
}
.dtr-form-row-2col-unequal .dtr-form-column:last-child {
  width: 30%;
}
/*== form box ==*/
.dtr-hero-form {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(20, 39, 82, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(20, 39, 82, 0.1);
}
.dtr-form-head {
  padding: 20px 50px;
  border-radius: 10px 10px 0 0;
}
.dtr-form-head h4,
.dtr-form-head h5,
.dtr-form-head h6 {
  margin-bottom: 0;
}
.dtr-form-body {
  padding: 40px 50px 50px 50px;
  border-radius: 0 0 10px 10px;
}
/*----------------------------------------*/
/*===== Button Animations Keyframes =====*/
/*----------------------------------------*/

/*== toLeftFromRight ==*/
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
/*== toRightFromLeft ==*/
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
/*== pulse border ==*/
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes pulse-border {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-o-keyframes pulse-border {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes dropdownSlideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes dropdownSlideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.random__icons {
  font-size: 40px;
  color: #0089f2;
}

.copyright {
  position: relative;
  top: 1rem;
  left: 5px;
  color: #fff !important;
}

.call-here {
  display: none;
  background: #3572ff;
  border-radius: 50%;
  padding: 10px;
  font-size: 15px;
}

#services p {
  color: #fff;
}

.cart-descriprion {
  z-index: 4;
  color: #fff;
  font-weight: 600;
}

.professions i {
  font-size: 40px;
}

.professions {
  line-height: 2rem;
  transition: 0.3s;
  margin: 5rem 0;
}

.professions h2 {
  font-size: 25px;
}

.professions__link:hover h2 {
  color: #5eebff !important;
  transition: 0.3s;
}

.professions__link:hover i {
  color: #5eebff !important;
  transition: 0.3s;
  scale: 1.1;
}

.dividing__line > [class*="col-"]:nth-child(n + 2):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #5eebff;
  width: 60px;
  height: auto;
  left: -40px;
  -webkit-clip-path: polygon(
    50% 0%,
    53% 42%,
    53% 78%,
    50% 100%,
    46% 64%,
    47% 42%
  );
  clip-path: polygon(50% 0%, 53% 42%, 53% 78%, 50% 100%, 46% 64%, 47% 42%);
}

.view__more .arrow {
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.view__more .arrow i{
  font-size: 50px;
  cursor: pointer;
  transition: all .3s ease;
}
.view__more .arrow i:hover {
  transition: all .3s ease;
}

.view__more .view__more_btn {
  background: #3572ff;
  padding: 10px 20px;
  border: 5px dotted transparent;
  border-radius: 50px;
  transition: all 0.5s;
  font-size: 18px;
  font-weight: 700;
}
.view__more .view__more_btn:hover {
  font-size: 20px;
  color: #fff;
  transition: all 0.5s;
}

.left__watermarks .quote__words:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #3572ff;
  width: 60px;
  height: 30px;
  left: -40px;
  -webkit-clip-path: polygon(
    50% 0%,
    53% 42%,
    53% 78%,
    50% 100%,
    46% 64%,
    47% 42%
  );
  clip-path: polygon(50% 0%, 53% 42%, 53% 78%, 50% 100%, 46% 64%, 47% 42%);
}

.left__watermarks .quote__words {
  position: absolute;
  left: 5rem;
  bottom: 10rem;
  color: #fff;
  font-style: italic;
  rotate: -25deg;
  letter-spacing: 5px;
  font-size: 16px;
  opacity: 0.7;
  transform: translate(0, 0);
  z-index: 1;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  text-shadow: 5px 5px 6px rgba(53, 114, 255, 0.7);
  font-family: "Lobster", cursive;
}

.left__watermarks :nth-child(1) {
  bottom: 10rem;
}
.left__watermarks :nth-child(2) {
  bottom: 20rem;
}
.left__watermarks :nth-child(3) {
  bottom: 30rem;
}
.left__watermarks :nth-child(4) {
  bottom: 40rem;
}
.left__watermarks :nth-child(5) {
  bottom: 50rem;
}
.left__watermarks :nth-child(6) {
  bottom: 60rem;
}

/*right watermark*/
.right__watermarks .quote__words:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #3572ff;
  width: 60px;
  height: 30px;
  right: -40px;
  -webkit-clip-path: polygon(
    50% 0%,
    53% 42%,
    53% 78%,
    50% 100%,
    46% 64%,
    47% 42%
  );
  clip-path: polygon(50% 0%, 53% 42%, 53% 78%, 50% 100%, 46% 64%, 47% 42%);
}

.right__watermarks .quote__words {
  position: absolute;
  right: 5rem;
  bottom: 10rem;
  color: #fff;
  font-style: italic;
  rotate: 25deg;
  letter-spacing: 5px;
  font-size: 16px;
  opacity: 0.7;
  transform: translate(0, 0);
  z-index: 1;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  text-shadow: 5px 5px 6px rgba(53, 114, 255, 0.7);
  font-family: "Lobster", cursive;
}

.right__watermarks :nth-child(1) {
  bottom: 10rem;
}
.right__watermarks :nth-child(2) {
  bottom: 20rem;
}
.right__watermarks :nth-child(3) {
  bottom: 30rem;
}
.right__watermarks :nth-child(4) {
  bottom: 40rem;
}
.right__watermarks :nth-child(5) {
  bottom: 50rem;
}
.right__watermarks :nth-child(6) {
  bottom: 60rem;
}


.social__icons {
  position: fixed;
  right: 0.5rem;
  bottom: 1rem;
  line-height: 3rem;
}

.icon {
  color: #fff;
  font-style: italic;
  letter-spacing: 5px;
  font-size: 16px;
  transform: translate(0, 0);
  font-family: "Lobster", cursive;
  width: 100%;
  max-width: 2.5rem;
  z-index: 999;
  transition: all .3s ease;
}
.icon img:hover {
  scale: 1.1;
  rotate: 20deg;
  transition: all .3s ease;
}

.wrapper .tooltip {
  font-size: 14px;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
}
.wrapper .icon:hover .tooltip {
  transition: all .5s ease;
  top: 0;
  right: 3rem;
  opacity: 1;
  transform: rotate(360deg);
}
.wrapper .fb-icon:hover .tooltip{
  background-color: #3b5999;
  transform: rotate(360deg);
}
.wrapper .ph-icon:hover .tooltip{
  background-color: #46c1f6;
  transform: rotate(360deg);
}
.wrapper .wp-icon:hover .tooltip{
  background-color: #25D366;
  transform: rotate(360deg);
}

/* .pulse-button {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Comic Neue", cursive;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(#5a99d4, 0.5);
  -webkit-animation: webkit-pulse 0.7s infinite linear;
  -moz-animation: moz-pulse 0.7s infinite linear;
  -o-animation: o-pulse 0.7s infinite linear;
  animation: pulse 0.7s infinite linear;
}
.pulse-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
} */

@keyframes pulse {
  0% {
    scale: 0.9;
  }
  70% {
    scale: 1;
    box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }
  100% {
    scale: 0.9;
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
  }
}

@-webkit-keyframes webkit-pulse {
  0% {
    scale: 0.9;
  }
  70% {
    scale: 1;
    box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }
  100% {
    scale: 0.9;
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
  }
}
@-moz-keyframes moz-pulse {
  0% {
    scale: 0.9;
  }
  70% {
    scale: 1;
    box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }
  100% {
    scale: 0.9;
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
  }
}
@-o-keyframes o-pulse {
  0% {
    scale: 0.9;
  }
  70% {
    scale: 1;
    box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }
  100% {
    scale: 0.9;
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
  }
}

.more__service {
  text-align: center;
  padding: 25px 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  background: transparent;
  transition: all 0.5s ease;
  color: #142752;
}

.more__service i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #3572ff;
}

.more__services__title {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 30px;
}

.more__service:hover {
  background: #3572ff;
  color: #fff;
  transform: scale(1.05);
}

.more__service:hover i {
  color: #fff;
}

.menu__links {
  color: #fff;
  transition: 0.3s;
}
.menu__links:hover {
  color: #5eebff;
  transition: 0.3s;
}

.menu__links::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #5eebff;
  width: 30px;
  height: 30px;
  top: 35px;
  -webkit-clip-path: polygon(
    50% 0%,
    53% 42%,
    53% 78%,
    50% 100%,
    46% 64%,
    47% 42%
  );
  clip-path: polygon(50% 0%, 53% 42%, 53% 78%, 50% 100%, 46% 64%, 47% 42%);
}

.footer__contact_btn:hover {
  border: 1px solid #fff;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  filter: sepia(60%);
}

.footer__contact_btn {
  border: 1px solid transparent;
  padding: 10px;
  font-weight: 700;
  border-radius: 20px;
  color: #142752;
}

.new__header__desktop {
  background: #C8F2FE;
}

.new__header__desktop .menu__links {
  color: #142752;
}
.new__header__desktop .menu__links:hover {
  color: #0089f2;
}
.new__header__desktop .menu__links.active {
  color: #0089f2;
}


.arrow__rotation {
  -webkit-rotate: 180deg;
  -moz-rotate: 180deg;
  -o--rotate: 180deg;
  rotate: 180deg;
}


.social__button__desktop {
	display:block;
	margin:10px 0;
	width: 170px;
	height: 40px;
	cursor: pointer;
	background: #fff;
	overflow: hidden;
	border-radius: 40px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.social__button__desktop span {
	font-size: 18px;
	font-weight: 500;
	line-height: 40px;
	margin-left: 10px;
}


.social__button__desktop:nth-child(1) .social__icon__desktop {
	background: #e1306c;
}

.social__button__desktop:nth-child(2) .social__icon__desktop {
	background: #4267b2;
}

.social__button__desktop:nth-child(3) .social__icon__desktop {
	background: #1da1f2;
}

.social__button__desktop:nth-child(4) .social__icon__desktop {
	background: #0e76a8;
}


.social__button__desktop:nth-child(1) span {
	color: #e1306c;
}

.social__button__desktop:nth-child(2) span {
	color: #4267b2;
}

.social__button__desktop:nth-child(3) span {
	color: #1da1f2;
}

.social__button__desktop:nth-child(4) span {
	color: #0e76a8;
}


.social__button__desktop .social__icon__desktop {
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 40px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

.social__button__desktop .social__icon__desktop i {
	font-size: 20px;
	line-height: 40px;
	transition: all 0.3s ease-in-out;
}

.social__button__desktop i {
	color: #fff;
}
