@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300;1,700&display=swap");

:root {
  --blue: #4285f4;
  --red: #e8112d;
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: Poppins;
  background-color: #ffffff;
  background: #ffffff;
  scroll-behavior: smooth;
}

nav {
  padding: 1.5em;
  width: 100%;
  overflow: hidden;

  animation: 2s fadeInNav ease;
}

@keyframes fadeInNav {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

nav.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}

.nav-icon {
  width: 50px;
  height: 50px;
}

.nav-label {
  width: 13%;
  display: block;
  text-align: center;
  color: var(--blue);
  font-weight: 200;
  font-size: 1.2em;
  margin-top: auto;
  margin-bottom: auto;
}

.navbar-toggler-icon {
  background-image: url("https://mdbootstrap.com/img/svg/hamburger2.svg?color=fff");
}

#menu_item_container a {
  font-family: Poppins;
  font-weight: 100;
  font-size: 1.1em;
  text-decoration: none;
}

.gm-nav-item {
  padding: 5px 10px;
  color: white;
}

.pay-online-btn {
  background-color: var(--red);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  border-color: var(--red);
  border-style: solid;
  border-width: 2;
  color: white;
}

.nav-solid-bg {
  border-radius: 25px;
  border-color: white;
  border-width: 2px;
  background-color: white;
  border-style: solid;
}

#nav_brand {
  font-family: Poppins;
  font-size: 1.5em;
}

.pay-online-btn:hover {
  text-decoration: none;
  color: white;
}

.btn-welcome {
  font-size: 1.1em;
}

.btn-welcome:hover {
  text-decoration: none;
  color: white;
}

#welcome_text_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: url("../images/welcome_bg.png");
  background-repeat: inherit;
  background-size: auto;
}

#img_container {
  width: 100%;
  height: 100%;
}

#why_container {
  padding: 4%;
  flex-direction: column;
  background-image: url("../images/why_us_bg.png");
  background-repeat: inherit;
  background-size: auto;
}

.why-icon {
  width: 45px;
  height: 45px;
}

.why-heading {
  padding-top: 10px;
}

.why-paragraph {
  padding-top: 10px;
}

.row-why {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.col-why {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: white;
  flex: 1;
}

.why-red {
  color: #ffcdd2;
}

.why-green {
  color: #aed581;
}

.why-yellow {
  color: #fff9c4;
}

.why-orange {
  color: #ffab91;
}

.collapsed-description {
  max-lines: 3;
  line-clamp: 3;
}

.right-learn-more {
  margin-left: auto;
  margin-right: 0;
  font-size: 1.2em;
  font-weight: 200;
  padding-top: 2%;
  padding-bottom: 2%;
}

#services_holder {
  background-image: url("../images/service_bg.png");
  background-repeat: inherit;
  background-size: auto;
}

#img_container img {
  width: 100%;
  height: 70%;
  background-color: white;
}

#assess_btn_container {
  position: absolute;
  top: 70%;
  right: 40%;
}

.btn.btn-black {
  padding: 12px 30px;
  background: #000;
  color: #fff;
}

.btn.btn-black:hover,
.btn.btn-black:active,
.btn.btn-black:focus {
  background-color: #333333;
}

#content_part {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 6%;
}

.gm_title {
  text-align: center;
}

#image_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_title {
  font-family: Poppins;
  top: 8%;
  padding-left: 4%;
  right: 0;
}

#service_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}

#header_container {
  margin-top: 4%;
}

.coll {
  width: 24%;
  padding: 1%;
}

.icon {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.canada-flag {
  width: 120px;
  height: 120px;
}

.iccrc-logo {
  height: 120px;
}

.icon.color-1 {
  background: #fdf2ea;
}

.icon.color-2 {
  background: #78d5ef;
}

.icon.color-3 {
  background: #efac78;
}

.icon.color-4 {
  background: #fce7f1;
}

.service-gap {
  margin-bottom: 30px;
}

#small_icon {
  width: 50px;
  height: 50px;
  margin: auto;
}

#services {
  width: 100%;
  margin-top: 1%;
  padding: 3%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.service-box {
  margin: 10px;
  padding: 10px;
  margin: 0px 10px;
}

.info-box-container {
  transition: 0.5s;
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.info-box-container:hover {
  z-index: 1;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.5);
  visibility: visible;
}

.info-box-container:hover > .learn-more-btn {
  visibility: visible;
}

.services .img-box-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-icon {
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-title {
  padding: 8px 0px;
}

.learn-more-btn {
  padding: 16px 0px;
  color: black;
  cursor: pointer;
  transition: all 0.5s;
  width: 132px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  visibility: hidden;
}

.learn-more-btn:hover {
  padding: 16px 16px;
}

.learn-more-btn::after {
  content: "»";
  position: absolute;
  opacity: 0;
  right: -10px;
  transition: 0.5s;
}

.learn-more-btn:hover::after {
  opacity: 1;
  right: 10px;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.h5 {
  margin-top: 10%;
  margin-bottom: 10%;
}

#testimonial_container {
  width: 100%;
  padding: 4% 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/dots.svg");
}

#carousel_testimonial {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.box {
  padding: 10%;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#testimonials_img {
  width: 5%;
  height: 5%;
  transform: scaleX(-1);
}

#carousel_testimonial .carousel-item p {
  font-style: italic;
  padding-left: 5%;
}

#carousel_testimonial .carousel-item span {
  font-family: Poppins;
  font-weight: 700;
  padding-top: 4%;
  display: block;
  text-align: end;
}

#contact_us_container {
  width: 100%;
  padding: 10% 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/light_red.svg");
}

#contact_us_form {
  width: 40%;
}

#contact_us_form input[type="text"],
#contact_message {
  margin-top: 1%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
  border-radius: 4px;
  width: 100%;
}

.button {
  margin-top: 2%;
  margin-bottom: 2%;
  background-color: black;
  border-radius: 4px;
  border-color: black;
  border-style: solid;
  border-width: 2;
  width: 25%;
  height: 7%;
  color: white;
}

#map_container {
  padding: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#map_container iframe {
  width: 300px;
  height: 200px;
}

#logo_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}

#logo_container label {
  color: white;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 2em;
}

#logo_container p {
  margin: 5%;
  color: #d0d0d0;
}

#logo_container #slogan {
  font-style: italic;
  color: white;
}

#href_container {
  padding: 1%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#address_container {
  width: 100%;
  background-image: url("../images/dotted_world.png");
  padding: 1%;
}

.title {
  color: white;
  font-size: 1.6em;
  margin-bottom: 1%;
}

.information {
  color: #d0d0d0;
  font-size: 1em;
}

.phone {
  font-style: italic;
}

.email {
  font-style: italic;
}

#copyright_part p {
  color: white;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #welcome_text_container {
    margin: 0;
  }

  #content_part {
    width: 100%;
  }

  #menu_item_container a {
    font-size: 0.8em;
    color: white;
  }

  .canada-flag {
    width: 95px;
    height: 95px;
  }

  .gm_title {
    font-weight: 300;
    font-size: 0.7em;
  }

  .gm_main_paragraph {
    font-weight: 300;
    font-size: 0.8em;
  }

  .btn-welcome {
    font-size: 0.8em;
  }

  .btn_welcome_container {
    flex-direction: column;
  }

  .row-why {
    flex-direction: column;
  }

  .service-box {
    display: block;
  }

  #image_container {
    width: 100%;
  }

  .coll {
    width: 100%;
    padding-top: 2%;
  }

  #testimonial_container {
    /* height: 110%; */
  }

  #map_container {
    height: 40%;
  }

  #map_container iframe {
    width: 80%;
    height: 100%;
  }

  #why_container {
    flex-direction: column;
  }

  .why-paragraph {
    font-size: 0.8em;
  }

  .point-container {
    flex-direction: column;
  }

  #contact_us_form {
    width: 80%;
  }

  #address_about_us_holder {
    flex-direction: column;
  }

  #logo_container {
    width: 100%;
  }

  #carousel_testimonial {
    width: 90%;
    margin-top: 5%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #welcome_text_container {
    margin: 0;
  }

  #content_part {
    width: 100%;
  }

  #menu_item_container a {
    font-size: 0.9em;
  }

  .canada-flag {
    width: 95px;
    height: 95px;
  }

  .gm_title {
    font-weight: 500;
    font-size: 1em;
  }

  .gm_main_paragraph {
    font-weight: 300;
    font-size: 0.9em;
  }

  .btn-welcome {
    font-size: 0.9em;
  }

  .btn_welcome_container {
    flex-direction: column;
  }

  .row-why {
    flex-direction: column;
  }

  .service-box {
    display: block;
  }

  #image_container {
    width: 100%;
  }

  .coll {
    width: 50%;
    padding: 2%;
  }

  #why_container {
    flex-direction: column;
  }

  .why-paragraph {
    font-size: 0.9em;
  }

  .point-container {
    flex-direction: column;
  }

  #contact_us_form {
    width: 70%;
  }

  #address_about_us_holder {
    flex-direction: column;
  }

  #logo_container {
    width: 100%;
  }

  #carousel_testimonial {
    width: 80%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #welcome_text_container {
    margin: 0;
  }

  #content_part {
    width: 100%;
  }

  .canada-flag {
    width: 100px;
    height: 100px;
  }

  .gm_title {
    font-weight: 500;
    font-size: 1.1em;
  }

  .gm_main_paragraph {
    font-weight: 300;
    font-size: 1.1em;
  }

  .btn-welcome {
    font-size: 1em;
  }

  .btn_welcome_container {
    flex-direction: column;
  }

  .row-why {
    flex-direction: column;
  }

  .service-box {
    display: flex;
    flex-direction: row;
  }

  #menu_item_container a {
    font-size: 1em;
  }

  #image_container {
    width: 45%;
  }

  .coll {
    width: 33.33%;
    padding: 2%;
  }

  .why-paragraph {
    font-size: 0.9em;
  }

  #why_content_holder {
    width: 80%;
  }

  .point-container {
    flex-direction: column;
  }

  #address_about_us_holder {
    flex-direction: row;
  }

  #contact_us_form {
    width: 50%;
  }

  #logo_container {
    width: 40%;
  }

  #carousel_testimonial {
    width: 80%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #welcome_text_container {
    margin: 0;
  }

  #content_part {
    width: 100%;
  }

  #menu_item_container a {
    font-size: 1.1em;
  }

  .canada-flag {
    width: 110px;
    height: 110px;
  }

  .gm_title {
    font-weight: 600;
    font-size: 1.2em;
  }

  .gm_main_paragraph {
    font-weight: 300;
    font-size: 1.3em;
  }

  .btn-welcome {
    font-size: 1.1em;
  }

  .btn_welcome_container {
    flex-direction: row;
  }

  .row-why {
    flex-direction: row;
  }

  .service-box {
    display: flex;
    flex-direction: row;
  }

  #image_container {
    width: 45%;
  }

  .coll {
    width: 25%;
    padding: 1%;
  }

  #why_container {
    flex-direction: column;
  }

  .why-paragraph {
    font-size: 1em;
  }

  .point-container {
    flex-direction: column;
  }

  #address_about_us_holder {
    flex-direction: row;
  }

  #contact_us_form {
    width: 40%;
  }

  #logo_container {
    width: 40%;
  }

  #carousel_testimonial {
    width: 70%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #welcome_text_container {
    margin: 0%;
  }

  #content_part {
    width: 100%;
  }

  #menu_item_container a {
    font-size: 1.1em;
  }

  .canada-flag {
    width: 120px;
    height: 120px;
  }

  .gm_title {
    font-weight: 600;
    font-size: 1.2em;
  }

  .gm_main_paragraph {
    font-weight: 300;
    font-size: 1.3em;
  }

  .btn-welcome {
    font-size: 1.1em;
  }

  .btn_welcome_container {
    flex-direction: row;
  }

  .row-why {
    flex-direction: row;
  }

  .service-box {
    display: flex;
    flex-direction: row;
  }

  #image_container {
    width: 45%;
  }

  .coll {
    width: 24%;
    padding: 1%;
  }

  #why_container {
    flex-direction: column;
  }

  .why-paragraph {
    font-size: 1em;
  }

  .point-container {
    flex-direction: column;
  }

  #address_about_us_holder {
    flex-direction: row;
  }

  #contact_us_form {
    width: 40%;
  }

  #logo_container {
    width: 40%;
  }

  #carousel_testimonial {
    width: 70%;
  }
}

/*
  ==============================
      FOR LOADING BUTTON
  ==============================
*/

/* Buttons and links */
button {
  background: #ffd600;
  color: #ffffff;
  border-radius: 24px;
  border: 0;
  margin-top: 16px;
  padding: 10px 10px;
  font-size: 1.2em;
  font-weight: 200;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 50%;
}

button:hover {
  filter: contrast(115%);
}

button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #ffd600;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #ffd600;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

.hidden {
  display: none;
}

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

/*
  ==============================
      FOR LOADING BUTTON
  ==============================
*/
