
html, body {
    max-width: 100%;
    height: 100%;
    background-color: #2B32B2;
    overflow-x: hidden;
}

.container{
  max-width: 80%;
  padding: 25px;
  height:100%;
  
}
.container-medium{
  max-width: 950px;

}
.container-mini{
  max-width: 700px;
  
}
.container-minibox{
  max-width: 450px;
}
.popup:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  background-color: #e6e6e6;
}

.has-margin-right{
  margin-right: 5%;
}

.has-margin-left{
  margin-left: 5%;
}

.nav-logo{
  width: 100px;
  height: 80px;
}

.no-margin{
  margin: 0px;
  padding: 0px;
}

.footer-green{
  padding: 6px;
}

.has-image-centered {
  margin-left: auto;
  margin-right: auto;
  
  }
  
  .has-text-item-centered {
  margin-top: auto;
  margin-bottom: auto;
  }

/* home images and styles*/

.container-nav{
  padding: 2%;
  padding-left: 5%;
  padding-right: 5%;

  background:  #2B32B2 ;
}

.container-nav-mobile{
  padding: 2%;
  padding-left: 10%;
  padding-right: 5%;
  background:  #ffffff ;

}

.navbar-fixed {
  overflow: hidden;
  background-color: #333;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color:#ffffff;
  overflow-y: scroll;
}

.home-cover{
    margin-left: 5%;
    color: #ffffff;
    background-color: #000000;
    background-image:  linear-gradient( rgba(0, 0, 0, .7), rgba(0,0,0,.4) ),    url("../img/callcenter-cover.jpg");
    background-position: top center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

.no-margin{
  margin: 0;
  padding: 0;
}

.call-cover{
  color: #ffffff;
  background-color: #000000;
  background-image:  linear-gradient( rgba(0, 0, 0, .7), rgba(0,0,0,.4) ),    url("../img/callcenter-office.jpg");
  background-position: top center; 
  background-repeat: no-repeat; 
  background-size: cover;
}

.service-cover{
  color: #ffffff;
  background-color: #000000;
  background-image:  linear-gradient( rgba(0, 0, 0, .7), rgba(0,0,0,.4) ),    url("../img/callcenter-2.jpg");
  background-position: top center; 
  background-repeat: no-repeat; 
  background-size: cover;
}

.callcenter-cover{
    min-height: 400px;
    background-image: url("../img/callcenter-1.jpg");
    background-position: bottom center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

.extra-cover{
  min-height: 400px;
  background-image: url("../img/callcenter-6.jpg");
  background-position: top center; 
  background-repeat: no-repeat; 
  background-size: cover;
}

.cover-blue{
  color: #f2f2f2;
  background: #2B32B2;
}

.cover-light-blue{
  color: #f2f2f2;
  background: #2B32B2;
}



.center-image{
  margin-left: auto;
  margin-right: auto;

  margin-top: auto;
  margin-bottom: auto;
}

.text-center{
  margin-top: auto;
  margin-bottom: auto;
}

/* gems styles */



.title{
    font-family: 'Poppins','Raleway', sans-serif;
    line-height: 1.7;
}

.subtitle{
    font-family: 'Poppins','Lato', sans-serif;
line-height: 1.7;
}

.txt-color-blue{
    color: rgb(17, 89, 123);
}

/* button styles */

.call-button{
  background-color: #ffffff; /* Green */
  border: none;
  color: #2B32B2;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.call-button:hover{
  background-color: #2B32B2; /* Green */
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.call-button-2{
  background-color: #ffffff; /* Green */
  border: none;
  color: #2B32B2;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.call-button-2:hover{
  background-color: #d3d3d3; /* Green */
  color: #2B32B2;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

/* Background colors */

.bg-yellow{
    background-color: #FFBE29;
}

.bg-orange{
    background-color: #EB7400;
}

.bg-maroon{
    background-color: #8D153A;
}

.bg-green{
    background-color: #00534E;
}

.has-background-blue{
  background-color: #2B32B2;

}

/* Text colors */

.txt-color-yellow{
    color: #FFBE29;
}

.txt-color-orange{
  color: #EB7400;
}

.txt-color-maroon{
  color: #8D153A;
}

.txt-color-green{
  color: #00534E;
}

.has-text-blue{
  color: #253B87;
  
}
.has-text-white{
  color: #ffffff;
}
.zoom:hover {
  transform: scale(1.5); 
  color: #8D153A;
}


/* overlay menu styles*/

/*Nav bar code*/

.overlay-logo{
  max-width: 500px;
  max-width: 500px;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color:#ffffff;
  overflow-y: scroll;

  }


/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

#textIntro {
  opacity: 0%;
  transition-duration: 1s;

}




@media (max-width: 768px) {
    .container-vid{
      margin:4%;
    }

    .container{
      max-width: 600px;
    }

    .gap-small{
      margin: 25px;
    }
  }

  .wrapper {
    height: 35vh;
    /*This part is important for centering*/
    display: flex;
    align-items: center;
  }
  .wrapper-mobile {
    height: 25vh;
    /*This part is important for centering*/
    display: flex;
    align-items: center;
  }
  .index-typing{
    animation: typing 2.5s steps(50), blink 1s step-end infinite alternate;
    width: 60vw;
    align-self: left;
  }
  .index-typing-mobile{
    animation: typing 2.5s steps(50), blink 1s step-end infinite alternate;
    width: 80vw;
    align-self: left;
  }
  .support-typing{
    animation: typing 2.5s steps(50), blink 1s step-end infinite alternate;
    width: 60vw;
  }
  .support-typing-mobile{
    animation: typing 2.5s steps(50), blink 1s step-end infinite alternate;
    width: 80vw;
  }
  .outbound-typing{
    animation: typing 2.5s steps(50), blink 1s step-end infinite alternate;
    width: 67vw;
  }
  .outbound-typing-mobile{
    animation: typing 2.5s steps(50), blink 1s step-end infinite alternate;
    width: 85vw;
  }
  .inbound-typing{
    animation: typing 2.5s steps(50), blink 1s step-end infinite alternate;
    width: 63vw;
  }
  .inbound-typing-mobile{
    animation: typing 2.5s steps(50), blink 1s step-end infinite alternate;
    width: 80vw;
  }
  .contactus-typing{
    width: 27vw;
    animation-duration: 1s;
    animation: typing 1s steps(50), blink 1s step-end infinite alternate;
  }
  .contactus-typing-mobile{
    width: 40vw;
    animation-duration: 1s;
    animation: typing 1s steps(50), blink 1s step-end infinite alternate;
  }
  .typing-demo-mobile{
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: 'Poppins','Raleway', sans-serif;
    line-height: 2;
    font-size: 5vw;
  }
  .typing-demo {
    
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: 'Poppins','Raleway', sans-serif;
    line-height: 1.7;
    font-size: 4vw;
  }
  .sub-heading{
    font-size:3vw;
    color: #e6e6e6;
    padding-left: 0%;
    animation-name: appear;
    animation-duration: 3.5s;
  }
  .sub-heading-mobile{
    font-size:15px;
    color: #e6e6e6;
    animation-name: appear;
    animation-duration: 3.5s;
  }
  @keyframes appear {
    0%   {opacity: 0;}
    80%  {opacity: 0;}
    100% {opacity: 1;}
  }
  
  @keyframes typing {
    from {
      width: 0
    }
  }
      
  @keyframes blink {
    50% {
      border-color: transparent
    }
  }

  div.a,div.b {
    display:inline-block;
    overflow:hidden;
    white-space:nowrap;
    font-family: 'Poppins','Raleway', sans-serif;
    line-height: 1.7;
    color: rgb(17, 89, 123);
  }
  
  div.a {    /* For increasing performance 
                         ID/Class should've been used. 
                         For a small demo 
                         it's okaish for now */
    animation: showup 7s infinite;
  }
  
  div.b {
    width:0px;
    animation: reveal 7s infinite;
    
  }
  
  div.b span {
    margin-left:-355px;
    animation: slidein 7s infinite;
  }
  
  @keyframes showup {
      0% {opacity:0;}
      20% {opacity:1;}
      80% {opacity:1;}
      100% {opacity:1;}
  }
  
  @keyframes slidein {
      0% { margin-left:-800px; }
      20% { margin-left:-800px; }
      35% { margin-left:0px; }
      100% { margin-left:0px; }
  }
  
  @keyframes reveal {
      0% {opacity:0;width:0px;}
      20% {opacity:1;width:0px;}
      30% {width:355px;}
      80% {opacity:1;}
      100% {opacity:1;width:355px;}
  }
  

div.z {
  text-align:center;
  font-family: 'Poppins','Raleway', sans-serif;
    line-height: 1.7;
    color: #253B87;
  width:430px;
  font-size:40px;
  height:100vh;
  overflow:hidden;
  
}

div.a,div.b {
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
}

div.a {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 7s ;
}

div.b {
  width:0px;
  animation: reveal 7s ;
}

div.b span {
  margin-left:-100px;
  animation: slidein 7s ;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:1;}
}

@keyframes slidein {
    0% { margin-left:-700px; }
    20% { margin-left:-700px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:355px;}
    80% {opacity:1;}
    100% {opacity:1;width:355px;}
}

.figure{
  width:100%;
  height:130%;
  font-size: 5vw;
  align-self: center;
  margin-left: 3%;
  background-color: whitesmoke;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.figure:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transform: scale(1.2);
}
.text:hover{
  font-style: italic;
}
.container-box:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  background-color: #e6e6e6;
}

.button-2 {
  color: #fff;
  border: 1px solid #253B87;
  background-image: -webkit-linear-gradient(30deg, #253B87 50%, transparent 50%);
  background-image: linear-gradient(30deg, #253B87 50%, transparent 50%);
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.button-2:hover {
  background-position: 100%;
  color: #253B87;
}
.button {
  width: 330px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  cursor: pointer;
  display: inline-block;
}
svg {
  position: relative;
  top: 50%;
  left: 46%;
align-self: center;
align-items: center;
}
.mobile-svg{
  left: 33%;
}
.RingingPhone {
    stroke: white;
    stroke-width: 80px;
    fill: none;
}
.RingingPhone-mobile {
  stroke: white;
  stroke-width: 80px;
  fill: none;
  left: 20%;
}
.mobile{
    animation: ringing 2s linear infinite;
}
.smallleft  {
    stroke-linecap: round;
    animation: animate-mouse 2s ease-out infinite;
    animation-delay: -0.4s;
    opacity: 0;
}
.mediumleft {
    stroke-width: 120px;
    stroke-linecap: round;
    animation: animate-mouse 2s ease-out infinite;
    animation-delay: -0.2s;
    opacity: 0;
}
.bigleft  {
    stroke-width: 160px;
    stroke-linecap: round;
    animation: animate-mouse 2s ease-out infinite;
    animation-delay: 0s;
    opacity: 0;
}
.smallright {
    stroke-linecap: round;
    animation: animate-mouse 2s ease-out infinite;
    animation-delay: -0.4s;
    opacity: 0;
}
.mediumright  {
    stroke-width: 120px;
    stroke-linecap: round;
    animation: animate-mouse 2s ease-out infinite;
    animation-delay: -0.2s;
    opacity: 0;
}
.bigright {
    stroke-width: 160px;
    stroke-linecap: round;
    animation: animate-mouse 2s ease-out infinite;
    animation-delay: 0s;
    opacity: 0;
}
@keyframes animate-mouse  {
      0%{
          opacity: 0;
      }
      25%{
          opacity: 1;
      }
      100%{
          opacity: 0;
      }
  }
  @keyframes ringing  {
    0%{
        transform : translate(0, 0);
    }
    1%{
        transform : translate(-1%, 0);
    }
    2%{
        transform : translate(0, 0);
    }
    3%{
        transform : translate(1%, 0);
      }
    4%{
        transform : translate(0, 0);
      }
    5%{
        transform : translate(-2%, 0);
      }
    6%{
        transform : translate(0, 0);
      }
    7%{
        transform : translate(2%, 0);
      }
    8%{
        transform : translate(0, 0);
      }
    9%{
        transform : translate(-1%, 0);
      }
    10%{
        transform : translate(0, 0);
      }
    11%{
        transform : translate(1, 0);
      }
    12%{
        transform : translate(0, 0);
      }
    13%{
        transform : translate(-2%, 0);
      }
    14%{
        transform : translate(0, 0);
      }
    15%{
        transform : translate(0, 0);
      }
    100%{
        transform : translate(0, 0);
    }
  }
  .center {
    display: block;
    margin-left: 33%;
    margin-right: 17%;
    width: 40%;
  }
  .contact {
    position:relative;
    margin-left: 0%;
    align-items: baseline;
    
    }
    .RingingPhone {
        stroke: white;
        stroke-width: 80px;
        fill: none;
    }
    .RingingPhone-mobile {
      stroke: white;
      stroke-width: 80px;
      fill: none;
  }
    .mobile{
        animation: ringing 2s linear infinite;
    }
    .smallleft  {
        stroke-linecap: round;
        animation: animate-mouse 2s ease-out infinite;
        animation-delay: -0.4s;
        opacity: 0;
    }
    .mediumleft {
        stroke-width: 120px;
        stroke-linecap: round;
        animation: animate-mouse 2s ease-out infinite;
        animation-delay: -0.2s;
        opacity: 0;
    }
    .bigleft  {
        stroke-width: 160px;
        stroke-linecap: round;
        animation: animate-mouse 2s ease-out infinite;
        animation-delay: 0s;
        opacity: 0;
    }
    .smallright {
        stroke-linecap: round;
        animation: animate-mouse 2s ease-out infinite;
        animation-delay: -0.4s;
        opacity: 0;
    }
    .mediumright  {
        stroke-width: 120px;
        stroke-linecap: round;
        animation: animate-mouse 2s ease-out infinite;
        animation-delay: -0.2s;
        opacity: 0;
    }
    .bigright {
        stroke-width: 160px;
        stroke-linecap: round;
        animation: animate-mouse 2s ease-out infinite;
        animation-delay: 0s;
        opacity: 0;
    }
    @keyframes animate-mouse  {
          0%{
              opacity: 0;
          }
          25%{
              opacity: 1;
          }
          100%{
              opacity: 0;
          }
      }
      @keyframes ringing  {
        0%{
            transform : translate(0, 0);
        }
        1%{
            transform : translate(-1%, 0);
        }
        2%{
            transform : translate(0, 0);
        }
        3%{
            transform : translate(1%, 0);
          }
        4%{
            transform : translate(0, 0);
          }
        5%{
            transform : translate(-2%, 0);
          }
        6%{
            transform : translate(0, 0);
          }
        7%{
            transform : translate(2%, 0);
          }
        8%{
            transform : translate(0, 0);
          }
        9%{
            transform : translate(-1%, 0);
          }
        10%{
            transform : translate(0, 0);
          }
        11%{
            transform : translate(1, 0);
          }
        12%{
            transform : translate(0, 0);
          }
        13%{
            transform : translate(-2%, 0);
          }
        14%{
            transform : translate(0, 0);
          }
        15%{
            transform : translate(0, 0);
          }
        100%{
            transform : translate(0, 0);
        }
      }

.column-margin{
  margin-left: 7%;
}