/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 20px;
}

body {
  color: #1A1A1A;
  font-size: 1rem;
  direction: ltr;
  line-height: 1rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
body.has-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  text-transform: uppercase;
}

h1 {
  font-size: 2.8rem; /* 56/20 */
}
h1 p {
  line-height: 3.5rem;
}

h2 {
  font-size: 2.25rem; /* 45/20 */
}

h3 {
  font-size: 2rem; /* 40/20 */
}

h4 {
  font-size: 1.65rem; /* 33/20 */
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "Montserrat", sans-serif;
}

strong,
b {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

ul li,
ol li {
  text-align: left;
}

a,
input[type=submit],
button,
.transition {
  transition: all 400ms ease;
}

a {
  text-decoration: none;
}

a:hover {
  color: #F11E2C;
}

img {
  max-width: 100%;
}

img.grayscale {
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.round {
  border-radius: 50%;
}

.content ol,
.content ul {
  margin-left: 10px;
  padding-left: 10px;
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 8px;
}

.content ol {
  list-style: decimal;
}

.content p {
  font-size: 1rem;
  line-height: 1.2em;
  margin-bottom: 0.6rem;
}

p {
  line-height: 1.3em;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.flex_container {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 25px 120px 10px 50px;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 5555555;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.5);
}

/** Main Menu */
ul#main-menu {
  position: relative;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  flex-direction: row;
  list-style: none;
  margin-bottom: 0;
}

ul#main-menu > li {
  position: relative;
}
ul#main-menu > li:last-of-type a {
  padding-right: 0;
}

ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 17px;
  color: #222A68;
  line-height: 1.667rem;
  padding: 5px 35px;
}

ul#main-menu > li.current-menu-item > a {
  color: #F11E2C;
}

ul#main-menu > li > a:focus,
ul#main-menu > li > a:hover {
  text-decoration: none;
  color: #F11E2C;
}

/** Sub Menu  ***/
ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  left: -15px;
  top: 100%;
  width: 250px;
  display: none;
}

ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

ul#main-menu ul.sub-menu li {
  position: relative;
  display: block;
  background: #fff;
}

ul#main-menu ul.sub-menu li a {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 10px;
  color: #F11E2C;
  border-right: 1px solid #F11E2C;
  border-left: 1px solid #F11E2C;
  border-bottom: 1px solid #a1a1a1;
  margin-right: 2px;
  margin-left: 2px;
}

ul#main-menu ul.sub-menu li a:hover,
ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
  color: #1A1A1A;
}

ul#main-menu ul.sub-menu li:hover > a {
  color: #1A1A1A;
}

.home .top-section {
  position: relative;
}
.home .top-section .top-shape {
  position: absolute;
  bottom: -170px;
  right: -270px;
  z-index: 2;
}
.home .top-section h1 {
  margin-bottom: 50px;
  font-weight: bold;
}
.home .top-section h1 strong {
  color: #F11E2C;
}
.home .top-section .read-more {
  cursor: pointer;
}
.home .top-section .container {
  padding: 100px 15px 80px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.home .top-section .bg-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .top-section .bg-color {
  background-color: rgba(0, 0, 0, 0.65);
}
.home .top-section .container {
  z-index: 2;
}
.home .top-section .read-more {
  margin-top: 40px;
}
.home .top-section .scroll {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .top-section .scroll span {
  margin-bottom: 10px;
}
.home .top-section .scroll svg {
  animation: bounce 10s infinite;
  transition: all 0.5s ease;
}
.home .top-section h4 {
  max-width: 550px;
  text-transform: initial;
}
.home .hex-section .container {
  padding: 120px 55px 70px 15px;
  max-width: 1300px;
}
.home .hex-section .single-hex {
  margin-bottom: 170px;
}
.home .hex-section .single-hex .row {
  align-items: center;
}
.home .hex-section .single-hex .read-more {
  z-index: 5;
}
.home .hex-section .single-hex .text {
  max-width: 470px;
}
.home .hex-section .single-hex .image {
  width: 500px;
  height: 440px;
  margin-left: auto;
  position: relative;
}
.home .hex-section .single-hex .image .shape {
  width: 100%;
  height: 100%;
  position: absolute;
}
.home .hex-section .single-hex .image .shape svg {
  position: absolute;
  top: -5%;
  right: -10%;
  z-index: 3;
  height: 140%;
  z-index: 9;
}
.home .hex-section .single-hex .image .shape svg .cls-1 {
  fill: transparent;
}
.home .hex-section .single-hex .image .mask {
  z-index: 2;
  position: relative;
}
.home .hex-section .single-hex .image .mask svg {
  max-width: 100%;
  height: auto;
}
.home .hex-section .single-hex:nth-of-type(2) .col-lg-6:nth-of-type(1) {
  max-width: 510px;
  margin-left: auto;
}
.home .hex-section .single-hex:nth-of-type(2) .row {
  flex-direction: row-reverse;
}
.home .hex-section .single-hex:nth-of-type(2) .image {
  margin-left: 0;
  margin-right: auto;
}
.home .hex-section .single-hex:nth-of-type(2) .image .shape svg {
  transform: scale(-1, 1);
  right: -43%;
}
.home .hex-section .single-hex .text p {
  line-height: 1.4;
}
.home .hex-section .single-hex .text strong {
  font-size: 1.75rem; /* 35/20 */
  color: #F11E2C;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: block;
}
.home .hex-section .single-hex circle {
  opacity: 0;
  transition: 0.5s;
}
.home .blue-section {
  position: relative;
}
.home .blue-section .section-mask {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
.home .blue-section .section-mask svg {
  height: 100%;
  width: auto;
}
.home .blue-section .shape circle {
  opacity: 0;
}
.home .blue-section .blue-shape {
  position: absolute;
  left: -150px;
  bottom: -100px;
  z-index: 6;
}
.home .blue-section .wrapper {
  padding: 85px 0 60px 15px;
}
.home .blue-section .blue-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 79%;
}
.home .blue-section .blue-bg .arrow {
  position: absolute;
  right: -150px;
  top: 0;
  height: 100%;
}
.home .blue-section .blue-bg .arrow svg {
  height: 100%;
}
.home .blue-section .blue-bg .arrow svg .cls-1 {
  stroke: none;
  stroke-width: 0;
}
.home .blue-section .container {
  color: #fff;
  z-index: 5;
  background-color: #21334E;
}
.home .blue-section .container::before {
  content: "";
  position: absolute;
  right: 100%;
  height: 100%;
  width: 50vw;
  background-color: #21334E;
  top: 0;
}
.home .blue-section .row {
  align-items: center;
}
.home .blue-section h4 strong {
  color: #F11E2C;
}
.home .blue-section .esentry-sub {
  margin: 40px 0;
}
.home .blue-section .image {
  width: 365px;
  height: 320px;
  position: relative;
  margin-right: 35px;
  margin-left: auto;
}
.home .blue-section .image .mask {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.home .blue-section .image .shape svg {
  position: absolute;
  right: -90px;
  top: -14px;
  z-index: 9;
  height: 109%;
  width: auto;
  z-index: 9;
}
.home .blue-section .image svg {
  width: 365px;
  height: auto;
}
.home .blue-section .image svg .cls-1 {
  fill: #21334e;
  stroke: none;
  stroke-width: 0;
}
.home .two-sides {
  display: flex;
  width: 100%;
}
.home .key-components-section .container {
  padding: 70px 15px;
}
.home .key-components-section h2 {
  margin-bottom: 150px;
  font-weight: bold;
  max-width: 770px;
}
.home .single-component {
  position: relative;
  padding: 0 15px 70px 15px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .single-component:first-of-type {
  color: #fff;
}
.home .single-component:first-of-type .bg-color {
  background-color: rgba(91, 144, 165, 0.85);
  mix-blend-mode: multiply;
}
.home .single-component:nth-of-type(2) .bg-color {
  background-color: #D6D5D6;
  mix-blend-mode: multiply;
}
.home .single-component .inner {
  max-width: 565px;
}
.home .single-component .single-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  position: relative;
  z-index: 2;
  width: 304px;
  height: 267px;
  transform: translateY(-80px);
  transition: 1.3s;
}
.home .single-component .single-icon .bg-image {
  background-image: url("../../images/SVG/esentry-c-d-shape.svg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.home .single-component .single-icon .hex {
  cursor: default;
  position: relative;
  width: 224px;
  height: 120px;
  background-color: #fff;
  margin: 0 auto;
  transform: rotate(90deg);
}
.home .single-component .single-icon .hex svg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.home .single-component .single-icon .hex:before, .home .single-component .single-icon .hex:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 153.241161px;
  height: 160.241161px;
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 35.8794193046px;
}
.home .single-component .single-icon .hex:before {
  top: -81.620581px;
}
.home .single-component .single-icon .hex:after {
  bottom: -79.620581px;
}
.home .single-component .single-icon.active {
  transform: translateY(0);
}
.home .single-component .single-text {
  position: relative;
  z-index: 99;
}
.home .single-component .single-text strong {
  font-size: 1.5rem; /* 30/20 */
  line-height: 1.2;
}
.home .single-component .with-line {
  font-size: 2.65rem; /* 53/20 */
  margin-top: 60px;
  margin-bottom: 40px;
}
.home .controller-section .container {
  padding: 70px 15px;
}
.home .controller-section .title {
  color: #F11E2C;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 35px;
  text-align: center;
}
.home .controller-section svg {
  width: 100%;
}
.home .controller-section svg a {
  position: relative;
  z-index: 9;
}
.home .controller-section .controller-image-mobile {
  display: none;
}
.home .peering-section h2 {
  margin-bottom: 50px;
  text-align: center;
}
.home .peering-section .single-solution {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  padding: 100px 15px;
  margin-bottom: 15px;
}
.home .peering-section .single-solution .container {
  max-width: 1000px;
  z-index: 3;
  margin-left: 100px;
}
.home .peering-section .single-solution .title {
  font-size: 1.75rem; /* 35/20 */
}
.home .peering-section .single-solution .bg-color {
  background-color: rgba(129, 125, 125, 0.85);
  z-index: 2;
}
.home .peering-section .single-solution .with-line svg {
  margin-top: 35px;
  margin-bottom: 25px;
}
.home .peering-section .single-solution .hex {
  position: relative;
  z-index: 4;
  width: 540px;
  min-width: 540px;
  height: 470px;
}
.home .peering-section .single-solution .hex .hex-image {
  width: 100%;
  height: 100%;
}
.home .peering-section .single-solution:nth-of-type(2n) .bg-color {
  background-color: rgba(241, 30, 44, 0.85);
}
.home .peering-section .single-solution:first-of-type {
  margin-bottom: 15px;
}
.home .peering-section .single-solution:first-of-type .hex {
  margin-left: -200px;
}
.home .peering-section .single-solution:first-of-type .shape {
  transform: translateY(-50%) scale(1);
  left: auto;
  right: -10%;
}
.home .peering-section .single-solution:nth-of-type(2) {
  flex-direction: row-reverse;
}
.home .peering-section .single-solution:nth-of-type(2) .container {
  margin-left: 0;
  margin-right: 100px;
}
.home .peering-section .single-solution:nth-of-type(2) .hex {
  margin-right: -200px;
}
.home .peering-section .single-solution:nth-of-type(2) .with-line.white svg line {
  stroke: #F11E2C;
}
.home .peering-section .single-solution:nth-of-type(2) .with-line.white svg circle {
  fill: #F11E2C;
}
.home .peering-section .single-solution .texts {
  display: flex;
  justify-content: space-between;
}
.home .peering-section .single-solution .left-text {
  max-width: 400px;
  margin-right: 25px;
}
.home .peering-section .single-solution .right-text {
  margin-left: 20px;
  max-width: 430px;
  margin-left: auto;
}
.home .peering-section .single-solution .right-text strong {
  color: #1A1A1A;
}
.home .peering-section .single-solution .hex-image {
  background-position: center;
  background-size: cover;
}
.home .peering-section .single-solution .shape {
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
}
.home .technology-section h2 {
  text-align: center;
  margin-bottom: 70px;
}
.home .technology-section .container {
  padding: 70px 15px;
}
.home .technology-section .col-lg-6:nth-of-type(even) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.home .single-tech {
  overflow: hidden;
  margin-bottom: 100px;
  max-width: 460px;
}
.home .single-tech .tech-shape {
  background-image: url("../../images/SVG/tech-shape.svg");
  display: flex;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 150px;
  background-position: center;
  background-size: cover;
  transition: 1.7s;
  transition-delay: 0.5s;
  transform: translateX(-100%);
}
.home .single-tech .tech-shape.active {
  transform: translateX(0);
}
.home .single-tech .single-title {
  margin: 30px 0;
  text-transform: uppercase;
  line-height: 1.3;
}
.home .single-tech .top-text {
  line-height: 1.3;
}
.home .single-tech .bottom-text {
  display: none;
}
.home .single-tech .read {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.home .single-tech .read .read-line {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.home .single-tech .read .read-line .line {
  width: 20px;
  border-bottom: 2px solid #F11E2C;
  transition: 0.8s;
}
.home .single-tech .read .read-line .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F11E2C;
}
.home .single-tech .read svg {
  transform: translateX(-100px);
  position: absolute;
  left: 0;
}
.home .single-tech .read .text {
  margin-left: 1em;
}
.home .single-tech.active .read .text {
  display: none;
}
.home .single-tech.active .read .line {
  width: 140px;
}
.home .about-section .container {
  padding: 70px 15px 240px 15px;
}
.home .about-section h2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .about-section h2 svg {
  margin: 15px 0;
}
.home .about-section .about-sub {
  margin-bottom: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.home .about-section .about-image {
  width: 100%;
  padding-top: 53%;
  border-radius: 30px;
}
.home .about-section .about-image.mobile {
  display: none;
}

.contact-section {
  position: relative;
  color: #fff;
}
.contact-section h2 {
  margin-bottom: 50px;
}
.contact-section .container {
  padding: 80px 15px 50px 15px;
  z-index: 2;
}
.contact-section .top-shape {
  position: absolute;
  bottom: 93%;
  left: -170px;
}
.contact-section .bottom-shape {
  position: absolute;
  bottom: -70px;
  right: -130px;
  transform: scale(-1, 1);
}
.contact-section .bg-color {
  background-color: rgba(33, 51, 78, 0.85);
}
.contact-section .top-row {
  margin-bottom: 100px;
}
.contact-section .contact-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.contact-section form {
  color: #fff;
  max-width: 465px;
}
.contact-section form p:nth-last-of-type(2) {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  padding-right: 50px;
}
.contact-section form .wpcf7-spinner {
  position: absolute;
  top: -10px;
  right: -5px;
}
.contact-section .logo {
  margin-bottom: 30px;
}
.contact-section .rights-credit {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.contact-section .rights-credit .rights {
  margin-right: 35px;
}
.contact-section .social {
  display: flex;
}
.contact-section .social a {
  display: block;
  margin-right: 15px;
}
.contact-section .social a:last-of-type {
  margin-right: 0;
}
.contact-section label {
  width: 100%;
}
.contact-section textarea {
  max-height: 170px;
  width: 100%;
  background-color: transparent;
  border: 0;
  border: 2px solid #fff;
  border-radius: 15px;
  font-size: 17px;
  color: #fff;
  margin-top: 5px;
  padding: 5px 10px;
}
.contact-section textarea:focus {
  outline: none;
}
.contact-section input {
  color: #fff;
  border: 0;
  border-bottom: 2px solid #fff;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  font-size: 17px;
}
.contact-section input:focus {
  outline: none;
}
.contact-section input[type=submit] {
  width: auto;
  border: 0;
  background-color: #F11E2C;
  padding: 15px 5px 15px 40px;
  margin-right: -10px;
  font-size: 20px;
  margin-top: 0;
}
.contact-section a {
  color: #fff;
}
.contact-section .bg-image.mobile {
  display: none;
}

.page-template-privacy-policy .main-container {
  padding: 70px 15px;
}
.page-template-privacy-policy h2 {
  font-size: 1.5rem;
  margin-top: 40px;
}

.blog-section h2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-section .with-line svg {
  margin-top: 15px;
}
.blog-section .col-lg-4 {
  padding-right: 20px;
  padding-left: 20px;
}
.blog-section .container {
  padding: 0 15px 150px 15px;
  max-width: 1230px;
}
.blog-section .sub {
  margin: 20px 0 40px 0;
  text-align: center;
}
.blog-section .single-blog {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.blog-section .single-blog .title {
  display: flex;
  flex-direction: column;
  color: #222A68;
  text-transform: uppercase;
}
.blog-section .single-blog .title svg {
  width: 50px;
  margin-top: 15px;
}
.blog-section .single-blog .image-wrapper {
  width: 95%;
  margin: 0 auto;
  height: 360px;
  max-width: 370px;
  position: relative;
}
.blog-section .single-blog .image-wrapper .bg-image {
  z-index: 3;
  border-radius: 1rem;
}
.blog-section .single-blog .image-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -17px;
  right: -17px;
  border: 2px solid #F11E2C;
  border-radius: 1rem;
}
.blog-section .single-blog .text {
  margin: 35px 0 50px 0;
  font-size: 0.95rem;
}
.blog-section .single-blog .text p {
  line-height: 1.5em;
}
.blog-section .single-blog .date {
  font-size: 0.9rem;
  margin: 60px 0 15px 0;
}
.blog-section .single-blog a {
  text-decoration: underline;
}

.post-type-archive-blog-posts .top-banner {
  position: relative;
}
.post-type-archive-blog-posts .top-banner .container {
  padding: 90px 15px;
  z-index: 3;
}
.post-type-archive-blog-posts .top-banner .top-shape {
  position: absolute;
  bottom: -140px;
  right: -128px;
  z-index: 5;
}
.post-type-archive-blog-posts .top-banner .top-shape svg {
  width: 400px;
  height: auto;
}
.post-type-archive-blog-posts .top-banner .top-shape circle {
  fill: #222A68;
}
.post-type-archive-blog-posts .top-banner .top-shape path {
  stroke: #222A68;
}
.post-type-archive-blog-posts .top-banner .bg-color {
  z-index: 2;
  background-color: rgba(241, 30, 44, 0.85);
}
.post-type-archive-blog-posts .blog-section .container {
  padding: 170px 15px 80px 15px;
  max-width: 1200px;
}
.post-type-archive-blog-posts .single-blog {
  flex-direction: row;
  margin-bottom: 120px;
}
.post-type-archive-blog-posts .single-blog .date {
  margin-top: 0;
}
.post-type-archive-blog-posts .single-blog .text {
  font-size: 1.05rem;
  line-height: 1.5;
  margin: 25px 0;
}
.post-type-archive-blog-posts .single-blog .top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: unset;
  padding-top: 5px;
}
.post-type-archive-blog-posts .single-blog .image-wrapper {
  width: 390px;
  min-width: 390px;
  margin-right: 60px;
  margin-left: 0;
}

body.single-blog-posts .top-section h1 {
  font-size: 1.8rem;
  max-width: 790px;
  margin-top: 15px;
  color: #222A68;
  display: flex;
  flex-direction: column;
}
body.single-blog-posts .top-section h1 svg {
  margin-top: 10px;
}
body.single-blog-posts .top-section .container {
  padding: 60px 15px;
  max-width: 960px;
}
body.single-blog-posts .content-section .container {
  max-width: 960px;
}
body.single-blog-posts .content-section p {
  line-height: 1.5em;
}
body.single-blog-posts .single-block {
  margin-bottom: 60px;
}
body.single-blog-posts .single-block h2 {
  margin-bottom: 20px;
  font-size: 1.75rem;
  color: #222A68;
  font-weight: bold;
  text-transform: initial;
}
body.single-blog-posts .single-block .image {
  width: 100%;
  padding-top: 40%;
  border-radius: 20px;
}
body.single-blog-posts .content-section ul {
  list-style: none;
  padding-left: 2.4rem;
}
body.single-blog-posts .content-section ul li {
  position: relative;
  margin-bottom: 40px;
  line-height: 1.5em;
}
body.single-blog-posts .content-section ul li::before {
  content: "";
  background-image: url("../../images/SVG/blog-line.svg");
  width: 33px;
  height: 10px;
  background-size: 33px;
  background-repeat: no-repeat;
  position: absolute;
  left: -2.3em;
  top: 0.5rem;
}
body.single-blog-posts .content-section ul li strong {
  display: block;
  text-transform: uppercase;
  color: #222A68;
  margin-bottom: 13px;
}
body.single-blog-posts .btns-section .container {
  padding: 70px 15px;
  max-width: 960px;
}
body.single-blog-posts .btns-section .container::before {
  content: "";
  width: 97%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border-bottom: 2px solid #F11E2C;
}
body.single-blog-posts .btns-section a.button {
  padding: 10px 40px 15px;
  color: #fff;
  text-decoration: none;
}
body.single-blog-posts .btns-section a.button:hover {
  color: #fff;
}
body.single-blog-posts .btns-section .read-more.nextBtn {
  color: #fff;
  text-decoration: none;
}
body.single-blog-posts .btns-section .read-more.nextBtn:hover {
  color: #fff;
  text-decoration: none;
}
body.single-blog-posts .btns-section .read-more.prevBtn {
  padding: 20px 25px 20px 25px;
}
body.single-blog-posts .btns-section .prevNextBtns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/****** General ******/
.popup-wrapper {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1000;
  transform: translateY(-150%);
  transition: 0.7s;
  background-color: rgba(0, 0, 0, 0.82);
  z-index: 99;
}
.popup-wrapper.active {
  transform: translateY(0);
}
.popup-wrapper .popup {
  max-width: 1200px;
  height: 70vh;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup-wrapper .popup .title {
  font-size: 30px;
  color: #222A68;
  max-width: 470px;
  text-transform: uppercase;
  margin-top: 15px;
}
.popup-wrapper .popup .title p {
  line-height: 1.6;
}
.popup-wrapper .popup .title strong {
  color: #F11E2C;
  display: block;
  margin-top: 5px;
}
.popup-wrapper .popup label {
  color: #222A68;
  font-size: 19px;
}
.popup-wrapper .popup textarea {
  max-height: 170px;
  width: 100%;
  background-color: transparent;
  border: 0;
  border: 2px solid #222A68;
  border-radius: 15px;
  font-size: 17px;
  color: #222A68;
  margin-top: 5px;
  padding: 5px 10px;
}
.popup-wrapper .popup textarea:focus {
  outline: none;
}
.popup-wrapper .popup input {
  color: #222A68;
  border: 0;
  border-bottom: 2px solid #222A68;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  font-size: 17px;
}
.popup-wrapper .popup input:focus {
  outline: none;
}
.popup-wrapper .popup input[type=submit] {
  width: auto;
  border: 0;
  background-color: #F11E2C;
  padding: 15px 5px 15px 40px;
  margin-right: -10px;
  font-size: 20px;
  margin-top: 20px;
  color: #fff;
}
.popup-wrapper .popup .wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.popup-wrapper .popup .wrapper .right p:nth-last-of-type(2) {
  position: relative;
  display: inline-block;
}
.popup-wrapper .popup .wrapper .left {
  margin-right: 100px;
}
.popup-wrapper .popup .close-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  font-size: 40px;
  font-weight: 600;
  color: #F11E2C;
}
.popup-wrapper .popup .shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.popup-wrapper .popup .shape svg {
  width: 150px;
  height: auto;
}

.accept .wpcf7-form-control-wrap {
  display: flex;
}

.wpcf7 .ajax-loader {
  position: absolute;
}

.wpcf7-acceptance:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 3px rgba(26, 26, 26, 0.2);
}
.wpcf7-acceptance:before .wpcf7-list-item {
  display: flex;
}

.wpcf7-list-item-label {
  display: flex;
  align-items: center;
  margin-top: 7px;
  padding-left: 15px;
}

.gdpr-checkbox {
  display: flex;
}

.gdpr-label-text {
  font-size: 16px;
  margin-bottom: 10px;
}
.gdpr-label-text a {
  text-decoration: underline;
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin-top: 0;
  top: 8px;
  left: 3px;
  cursor: pointer;
  width: auto !important;
  z-index: 99;
  width: 20px;
  height: 20px;
}

input[type=checkbox]:checked + span::before {
  content: "";
  background-image: url("../../images/SVG/check-mark.svg");
  position: absolute;
  left: 4px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  border: 1px solid #fff;
  transition: 0s;
}

.wpcf7-checkbox::before {
  left: 0;
  right: auto;
}

input[type=checkbox] {
  width: 20px !important;
  top: 10px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  background-color: #222A68 !important;
}

.error-container {
  padding: 70px 15px;
}
.error-container h1 {
  text-align: center;
}

.submit-arrow, .popup-submit-arrow {
  display: none;
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 41px;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
}

.popup-submit-arrow {
  right: 13%;
  top: 1rem;
  height: auto;
}
.popup-submit-arrow svg {
  height: 56px;
  width: auto;
}

.wpcf7-not-valid-tip {
  font-size: 15px;
  position: absolute;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 15px;
  border-color: #F11E2C;
}

.with-line {
  position: relative;
  display: flex;
  flex-direction: column;
}
.with-line svg {
  width: 0;
  transition: 1s;
  margin-top: 15px;
  margin-top: 50px;
}
.with-line.active svg {
  width: 140px;
}
.with-line.white svg line {
  stroke: #fff;
}
.with-line.white svg circle {
  fill: #fff;
}

.bold {
  font-weight: bold;
}

.semi {
  font-weight: 600;
}

.big {
  font-size: 1.25rem; /* 25/20 */
  line-height: 1.4;
}

.small {
  font-size: 16px;
}

.primary {
  color: #F11E2C;
}

.blue {
  color: #222A68;
}

.white {
  color: #fff;
}

.full-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-image {
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.read-more, input[type=submit] {
  display: inline-block;
  position: relative;
  background-color: #F11E2C;
  color: #fff;
  text-align: center;
  padding: 20px 15px 20px 25px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.read-more.white, input[type=submit].white {
  background-color: #fff;
  color: #F11E2C;
  border: 2px solid #F11E2C;
}
.read-more.white:hover, input[type=submit].white:hover {
  background-color: #F11E2C;
  color: #fff;
}
.read-more::before, input[type=submit]::before {
  content: "";
  background-image: url("../../images/SVG/red-arrow.svg");
  position: absolute;
  right: -21px;
  top: 0;
  height: 100%;
  width: 44px;
  background-repeat: no-repeat;
  z-index: 1;
}
.read-more span, input[type=submit] span {
  position: relative;
  z-index: 2;
}
.read-more::after, input[type=submit]::after {
  content: url("../../images/SVG/scroll-line.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-10px) rotate(-90deg);
  right: 0;
  transition: 0.7s;
  z-index: -1;
}
.read-more:hover, input[type=submit]:hover {
  color: #fff;
  text-decoration: none;
}
.read-more:hover::after, input[type=submit]:hover::after {
  transform: translateY(-50%) translateX(40px) rotate(-90deg);
}

.home .contact-section input[type=submit] {
  transition: 0.7s;
}
.home .contact-section input[type=submit]:hover {
  background-color: #fff;
  color: #F11E2C;
}

.popup-submit-arrow path {
  transition: 0.7s;
}

.submit-arrow path {
  transition: 0.7s;
}
.submit-arrow.active path {
  fill: #fff !important;
}

ul#main-menu > li.special {
  padding: 5px 20px 5px 20px;
  border-radius: 15px;
  transition: 0.7s;
}
ul#main-menu > li.special a {
  padding: 0;
  color: #F11E2C;
  font-weight: bold;
}
ul#main-menu > li.special a:hover {
  color: #222A68;
}

.page-template-accessibility {
  direction: rtl;
}
.page-template-accessibility a.accessibility {
  margin-top: 5px;
  display: block;
}
.page-template-accessibility .main-container {
  padding: 70px 15px;
}
.page-template-accessibility h1 {
  text-align: center;
}
.page-template-accessibility h2 {
  font-size: 2rem;
  margin-top: 50px;
  text-align: right;
}
.page-template-accessibility p {
  text-align: right !important;
  line-height: 1.4;
}
.page-template-accessibility .content ul {
  direction: rtl;
  list-style: disc;
}
.page-template-accessibility .content ul p {
  text-align: right;
}
.page-template-accessibility .content ul li {
  font-size: 0.9rem;
  text-align: right;
  margin-bottom: 10px;
}

@keyframes bounce {
  0%, 25%, 50%, 75%, 100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-5px);
  }
  20% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-5px);
  }
  70% {
    transform: translateY(0);
  }
}
@-moz-document url-prefix() {
  .home .blue-section .section-mask svg {
    height: 102%;
  }
}
/* Edit Above Only*/
.mobile_menu_button {
  position: relative;
  display: none;
}

.triggerMobileMenu {
  position: relative;
  width: 40px;
  height: 28px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  text-indent: -99999px;
}

.triggerMobileMenu span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #F11E2C;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.triggerMobileMenu span:nth-child(1) {
  top: 0px;
}

.triggerMobileMenu span:nth-child(2) {
  top: 11px;
}

.triggerMobileMenu span:nth-child(3) {
  top: 22px;
}

.triggerMobileMenu.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}

.triggerMobileMenu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.triggerMobileMenu.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.button.triggerMobileMenu:focus,
.button.triggerMobileMenu:hover {
  background: none;
  outline: none;
}

/** off-cnavas (mobile menu wrapper) ****************/
.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fff;
  top: 0;
  width: 250px;
  height: 100%;
  overflow-y: auto;
}

.off-canvas.is-open {
  z-index: 9999;
  background: #fff;
  transform: translate(0);
}

.position-left {
  transform: translateX(-250px);
  left: 0;
}

.position-right {
  transform: translateX(250px);
  right: 0;
}

body.admin-bar .off-canvas {
  top: 32px;
}

/** Mobile Menu Style **************/
.mobile_menu_holder {
  position: relative;
}

.mobile_menu_title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 0;
  background: #F11E2C;
  border-bottom: 1px solid #F11E2C;
  font-weight: 500;
  color: #fff;
}

ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 10px;
}

ul#mobile-menu li {
  position: relative;
  display: block;
  max-width: 90%;
}

ul#mobile-menu > li {
  border-bottom: 1px solid #F11E2C;
}

ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 1rem;
  font-size: 0.9rem;
  text-decoration: none;
  padding: 20px 15px;
  color: #1A1A1A;
}

ul#mobile-menu ul.sub-menu {
  position: relative;
  display: block;
  margin-left: 15px;
}

ul#mobile-menu ul.sub-menu li a {
  padding: 0px 15px 10px 15px;
  font-size: 0.9rem;
}

ul#mobile-menu ul.sub-menu li a:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0px;
  content: ">>";
  font-size: 0.7rem;
}

ul#mobile-menu > li > a:focus,
ul#mobile-menu > li.current-menu-item > a,
ul#mobile-menu ul.sub-menu li.current-menu-item a,
ul.mobile_menu > li a:hover {
  color: #F11E2C;
}

/****************************************************************************************************************/
@media only screen and (max-width: 1550px) {
  .home .top-section .top-shape {
    opacity: 0.5;
    transform: scale(0.7);
  }
  .home .blue-section .blue-shape {
    bottom: -50px;
  }
  .home .blue-section .blue-shape svg {
    height: 200px;
    opacity: 0.5;
  }
} /* end of (max-width: 1550px) */
/****************************************************************************************************************/
@media only screen and (max-width: 1440px) {
  .flex_container {
    padding: 25px 15px 10px 5px;
  }
  ul#main-menu > li > a {
    padding: 5px 25px;
  }
  h1 {
    font-size: 2.2rem;
  }
  .top-section h4, .top-section .big {
    font-size: 1.35rem;
  }
  .home h2 {
    font-size: 1.75rem;
  }
  .home .hex-section .single-hex .image {
    width: 350px;
    height: 306.25px;
  }
  .home .hex-section .single-hex .text strong {
    font-size: 1.4rem;
  }
  .home .key-components-section h2 {
    margin-bottom: 50px;
  }
  .home .peering-section .single-solution:first-of-type .shape {
    right: -6%;
  }
  .home .peering-section .single-solution .hex {
    transform: scale(0.8);
  }
  .home .peering-section .single-solution .container {
    margin-left: 45px;
  }
  .home .peering-section .single-solution:nth-of-type(2) .shape {
    left: -15%;
  }
  .home .peering-section .single-solution:nth-of-type(2) .container {
    margin-right: 45px;
  }
  .home .single-component .with-line {
    font-size: 1.9rem;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .home .single-component .with-line svg {
    margin-top: 25px;
  }
  .home .single-component .single-text strong {
    font-size: 1.2rem;
  }
  .home .single-component .single-icon {
    transform: scale(0.7);
    margin-top: -90px;
  }
  .home .single-component .single-icon.active {
    transform: scale(0.7) translateY(0);
  }
  .popup-wrapper .popup {
    max-width: 95%;
  }
  .blog-section .container {
    padding-bottom: 100px;
  }
  .blog-section .single-blog .big {
    font-size: 1.15rem;
  }
  .blog-section .single-blog .image-wrapper {
    height: 300px;
  }
  .homepage .blog-section .single-blog .date {
    margin: 40px 0 10px 0;
  }
  .homepage .blog-section .single-blog .text {
    margin: 25px 0 35px 0;
  }
  .contact-section .top-shape {
    opacity: 0.2;
  }
  .contact-section .bottom-shape {
    opacity: 0.6;
    bottom: -100px;
  }
  .post-type-archive-blog-posts .top-banner .container {
    padding: 70px 15px;
  }
  .post-type-archive-blog-posts .top-banner .top-shape {
    bottom: -75px;
    right: -125px;
  }
  .post-type-archive-blog-posts .top-banner .top-shape svg {
    width: 285px;
  }
  .post-type-archive-blog-posts .blog-section .container {
    padding-top: 120px;
  }
} /* end of (max-width: 1440px) */
/****************************************************************************************************************/
@media only screen and (max-width: 1200px) {
  .home .blue-section .wrapper h4 {
    font-size: 1.35rem;
  }
  .home .blue-section .wrapper .big {
    font-size: 1.15rem;
  }
  .home .peering-section .single-solution .texts {
    flex-direction: column;
    max-width: 100%;
  }
  .home .peering-section .single-solution .texts .left-text {
    max-width: 100%;
  }
  .home .peering-section .single-solution .texts .right-text {
    margin-left: 0;
    margin-top: 10px;
    max-width: 100%;
  }
} /* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 18px;
  }
  .flex_container {
    align-items: center;
  }
  .flex_container .logo img {
    max-width: 200px;
  }
  .mobile_menu_button {
    display: block;
  }
  .wrap_main_menu {
    display: none;
  }
  body.admin-bar .off-canvas {
    top: 46px;
  }
  .home .single-tech {
    margin-bottom: 25px;
  }
  .home .single-tech .tech-shape {
    transform: scale(0.8);
  }
  .home .single-tech .single-title {
    font-size: 1.1rem;
    margin: 15px 0;
  }
  .home .peering-section .single-solution {
    padding: 40px 15px;
  }
  .home .peering-section .single-solution .container {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .home .peering-section .single-solution .hex {
    display: none;
  }
  .home .about-section .container {
    padding-bottom: 70px;
    padding-top: 0;
  }
  .home .contact-section .top-shape {
    display: none;
  }
  .contact-section .contact-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-section .top-row {
    margin-bottom: 30px;
  }
  .contact-section .logo {
    margin-bottom: 15px;
  }
  .contact-section .rights-credit {
    margin-top: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-section .rights-credit .rights {
    margin-top: 5px;
  }
  .popup-submit-arrow {
    right: 14%;
    top: 1.1rem;
  }
  .popup-submit-arrow svg {
    height: 53px;
  }
} /* end of (max-width: 1024px) */
/****************************************************************************************************************/
@media only screen and (max-width: 990px) {
  .home .hex-section .container {
    padding-bottom: 110px;
  }
  .home .hex-section .single-hex {
    margin-bottom: 30px;
  }
  .home .hex-section .single-hex .text p:nth-of-type(2) {
    display: none;
  }
  .home .hex-section .single-hex .image {
    margin-left: 0;
    margin-top: 40px;
  }
  .home .hex-section .single-hex .image .shape svg {
    transform: scale(-1, 1);
    right: -43%;
  }
  .home .hex-section .single-hex:nth-of-type(1) .image {
    margin-bottom: 110px;
  }
  .home .hex-section .single-hex:nth-of-type(2) .col-lg-6:nth-of-type(1) {
    margin-left: 0;
    margin-right: auto;
  }
  .home .hex-section .single-hex:nth-of-type(2) .col-lg-6:nth-of-type(1) .image {
    margin-top: 0;
  }
  .popup-wrapper .popup {
    padding: 120px 20px 20px 20px;
  }
  .popup-wrapper .popup .title {
    font-size: 25px;
    max-width: 95%;
  }
  .popup-wrapper .popup .wrapper {
    flex-direction: column;
  }
  .popup-wrapper .popup .wrapper .left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .popup-wrapper .popup .shape {
    opacity: 0.3;
  }
  .popup-wrapper .popup .popup-submit-arrow svg {
    height: 54px;
  }
  .blog-section .container {
    padding-bottom: 10px;
  }
  .blog-section .single-blog {
    margin-bottom: 60px;
  }
  .blog-section .single-blog .image-wrapper {
    height: 250px;
  }
  .blog-section .single-blog .text {
    margin: 10px 0;
  }
  .post-type-archive-blog-posts .blog-section .container {
    padding-top: 75px;
  }
  .post-type-archive-blog-posts .top-banner .top-shape {
    bottom: -35px;
    right: -95px;
  }
  .post-type-archive-blog-posts .top-banner .top-shape svg {
    width: 230px;
  }
  .post-type-archive-blog-posts .single-blog .image-wrapper {
    height: 235px;
    width: 320px;
    min-width: 320px;
  }
  .homepage .blog-section .single-blog {
    align-items: center;
    text-align: center;
    height: auto;
  }
  .homepage .blog-section .single-blog .title {
    align-items: center;
  }
  .homepage .blog-section .single-blog .title svg {
    margin-top: 10px;
  }
  body.single-blog-posts .top-section .container {
    padding: 60px 15px 40px 15px;
  }
  body.single-blog-posts .top-section h1 {
    font-size: 1.5rem;
  }
  body.single-blog-posts h2 {
    font-size: 1.35rem;
  }
  body.single-blog-posts .single-block {
    margin-bottom: 40px;
  }
  body.single-blog-posts .single-block h2 {
    font-size: 1.35rem;
  }
  body.single-blog-posts .btns-section .container {
    padding: 60px 30px 60px 15px;
  }
} /* end of (max-width: 990px) */
/****************************************************************************************************************/
@media only screen and (max-width: 850px) {
  .home .blue-section .image {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .read-more, input[type=submit] {
    padding: 10px 10px 10px 15px;
    font-size: 16px;
  }
  .read-more::before, input[type=submit]::before {
    right: -30px;
  }
  .read-more:hover::after, input[type=submit]:hover::after {
    transform: translateY(-50%) translateX(25px) rotate(-90deg);
  }
  .submit-arrow, .popup-submit-arrow {
    right: 1px;
    width: 39px;
  }
  .popup-submit-arrow {
    right: 15%;
  }
  .home h2, .home .controller-section .title {
    font-size: 25px;
  }
  .home .top-section h1 {
    font-size: 2rem;
  }
  .home .hex-section .container {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .home .hex-section .container .single-hex:nth-of-type(2) {
    margin-bottom: 60px;
  }
  .home .hex-section .container .single-hex .text strong {
    font-size: 1.1rem;
  }
  .home .hex-section .container .single-hex .image {
    width: 260px;
    height: 221px;
  }
  .home .hex-section .container .single-hex .image .shape {
    width: 85%;
  }
  .home .hex-section .container .single-hex .image .shape svg {
    top: 22%;
    right: -30%;
    height: 121%;
  }
  .home .controller-section .container {
    padding-top: 40px;
  }
  .home .peering-section .single-solution .title {
    line-height: 1.2;
  }
  .home .peering-section .single-solution .texts {
    flex-direction: column;
  }
  .home .peering-section .single-solution .texts .left-text {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .home .peering-section .single-solution .texts .right-text {
    margin-left: 0;
  }
  .home .technology-section .container {
    padding: 40px 15px 0 15px;
  }
  .home .technology-section .container h2 {
    margin-bottom: 30px;
  }
  .home .about-section .container {
    padding-top: 15px;
  }
  .home .blue-section .wrapper {
    max-width: 85%;
  }
  .home .blue-section .blue-shape {
    display: none;
  }
  .key-components-section h2 {
    margin-bottom: 0;
  }
  .key-components-section .two-sides {
    flex-direction: column;
  }
  .key-components-section .two-sides .single-component {
    width: 100%;
    text-align: center;
    padding: 0 15px 40px 15px;
  }
  .key-components-section .two-sides .single-component .single-icon {
    margin-top: -90px;
    transform: scale(0.5);
  }
  .key-components-section .two-sides .single-component .with-line {
    align-items: center;
    margin-top: -25px;
  }
  .post-type-archive-blog-posts .single-blog {
    flex-direction: column;
  }
  .post-type-archive-blog-posts .single-blog .top {
    padding-top: 40px;
  }
  body.single-blog-posts .btns-section .prevNextBtns {
    flex-direction: column;
  }
  body.single-blog-posts .btns-section .prevNextBtns .nextBtn {
    padding: 18px 20px 15px;
  }
  body.single-blog-posts .btns-section .prevNextBtns .prevBtn {
    margin-bottom: 15px;
  }
} /* end of (max-width: 768px) */
/****************************************************************************************************************/
@media only screen and (max-width: 766px) {
  #pojo-a11y-toolbar.pojo-a11y-toolbar-left {
    top: 80px !important;
  }
}
@media only screen and (max-width: 640px) {
  .home .top-section .container {
    z-index: 2;
    padding-top: 75px;
  }
  .home .top-section .container h1 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .home .top-section .container h1 p {
    line-height: 2rem;
  }
  .home .top-section .container h4, .home .top-section .container .big {
    font-size: 1.1rem;
  }
  .popup-wrapper .popup {
    height: 75vh;
    padding: 90px 20px 20px 20px;
  }
  .popup-wrapper .popup .close-icon {
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 30px;
  }
  .popup-wrapper .popup .shape {
    bottom: -60px;
  }
  .popup-wrapper .popup .title {
    font-size: 20px;
  }
  .popup-wrapper .popup .title strong {
    margin-top: 10px;
  }
  .popup-wrapper .popup .wrapper {
    flex-direction: column;
  }
  .popup-wrapper .popup .wrapper .left {
    margin-bottom: 15px;
  }
  .popup-wrapper .popup .wrapper .left label {
    font-size: 17px;
  }
  .popup-wrapper .popup .wrapper .left p {
    line-height: 1em;
  }
  .popup-wrapper .popup .popup-submit-arrow svg {
    height: 54px;
  }
} /* end of (max-width: 640px) */
/****************************************************************************************************************/
@media only screen and (max-width: 481px) {
  .home .controller-section .controller-image {
    display: none;
  }
  .home .controller-section .controller-image-mobile {
    display: block;
  }
  .home .single-component .with-line {
    font-size: 1.7rem;
  }
  .home .single-component .single-text strong {
    font-size: 1.1rem;
  }
  .home .blue-section .wrapper {
    max-width: 100%;
    padding: 40px 15px;
  }
  .home .blue-section .wrapper h4 {
    font-size: 1.25rem;
  }
  .home .blue-section .section-mask {
    display: none;
  }
  .home .about-section .about-image {
    display: none;
  }
  .home .about-section .about-image.mobile {
    display: block;
  }
  .contact-section .bottom-shape {
    display: none;
  }
  .contact-section .bg-image.desk {
    display: none;
  }
  .contact-section .bg-image.mobile {
    display: block;
  }
  .peering-section h2 {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .blog-section .single-blog .image-wrapper {
    height: 200px;
  }
  .blog-section .single-blog .big {
    font-size: 1.05rem;
  }
  .post-type-archive-blog-posts .single-blog .image-wrapper {
    height: 240px;
    width: 275px;
    min-width: 275px;
  }
  .post-type-archive-blog-posts .single-blog .text {
    margin: 10px 0 20px 0;
    font-size: 0.95rem;
  }
  body.single-blog-posts .top-section h1 {
    font-size: 1.2rem;
  }
  body.single-blog-posts .top-section .single-block h2 {
    font-size: 1.2rem;
  }
  body.single-blog-posts .content-section ul {
    padding-left: 1.4rem;
  }
  body.single-blog-posts .content-section ul li {
    font-size: 17px;
  }
  body.single-blog-posts .content-section ul li strong {
    font-size: 18px;
  }
  .page-template-accessibility .main-container {
    padding: 40px 15px;
  }
  .page-template-accessibility h2 {
    font-size: 1.2rem;
  }
} /* end of (max-width: 480px) */
/****************************************************************************************************************/
/* end of (max-width: 320px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */