/* Add here all your CSS customizations */

.fancy-title .heading-wrap {
    background: url('https://macro-cs.com/wp-content/uploads/2021/09/dotted.png') repeat-x center;
}
.fancy-title .heading-wrap {
    position: relative;
    margin-bottom: 20px;
}
.fancy-title h3 {
    position: relative;
    display: inline-block;
    background-color: #FFF;
    padding-right: 15px;
    margin-bottom: 0;
    text-transform: capitalize !important;
}
.fab {
    position: relative;
    display: inline-block;
    z-index: 9
}

.fab > .btn {
        position: relative;
        z-index: 1
    }

.fab-fixed {
    position: fixed;
    left: 20px;
    bottom: 20px;
}

.fab-buttons {
    position: absolute;
    bottom: 64px;
    right: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}

    .fab-buttons li {
        padding: 4px 0;
        text-align: right;
        opacity: 0;
        -webkit-transition: .4s;
        transition: .4s
    }

        .fab-buttons li:nth-child(1) {
            -webkit-transform: translateY(103%);
            transform: translateY(103%)
        }

        .fab-buttons li:nth-child(2) {
            -webkit-transform: translateY(206%);
            transform: translateY(206%)
        }

        .fab-buttons li:nth-child(3) {
            -webkit-transform: translateY(309%);
            transform: translateY(309%)
        }

        .fab-buttons li:nth-child(4) {
            -webkit-transform: translateY(412%);
            transform: translateY(412%)
        }

        .fab-buttons li:nth-child(5) {
            -webkit-transform: translateY(515%);
            transform: translateY(515%)
        }

        .fab-buttons li:nth-child(6) {
            -webkit-transform: translateY(618%);
            transform: translateY(618%)
        }

        .fab-buttons li:nth-child(7) {
            -webkit-transform: translateY(721%);
            transform: translateY(721%)
        }

        .fab-buttons li:nth-child(8) {
            -webkit-transform: translateY(824%);
            transform: translateY(824%)
        }

        .fab-buttons li:nth-child(9) {
            -webkit-transform: translateY(927%);
            transform: translateY(927%)
        }

.fas-icon-default {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: .5s;
    transition: .5s
}

.fab > .btn.active i {
	 display: inline-block;
    position: absolute;
   -webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.fab > .btn.active + .fab-buttons li {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.btn-float {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    padding: 0;
    margin: 0;
    font-size: 24px;
    border-radius: 100%;
    -webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}

.btn-float.btn-sm {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
.action1:before {top:0px !important;}
.goog-logo-link{display: none !important;}
.img-fluid {
background: #fff;
padding: 5px;border: 1px solid #333;}
.text-red{color: #bf363c !important;}


.contact-info2 {
  background: #bf363c;
  padding: 30px 20px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.contact-info2 h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 13px;
}

.contact-info2 p {
  color: #fff;
}
.contact-info2 .thm-btn {
  background: #fff;
  color: #bf363c;
  width: 100%;
  line-height: 41px;
}
.contact-info2 .thm-btn:hover {
  color: #fff;
  background: #222;
}

.contact-info2 ul {padding-top: 10px;margin-bottom: 20px;}
.contact-info2 ul li {color: #fff;margin: 4px 0;}
.contact-info2 ul li a {color: #fff;}
.contact-info2 ul li i {
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
  border-radius: 1px;
  height: 15px;width: 15px;text-align: center;
  line-height: 15px;
}


.service-catergory {
  border: 1px solid #f4f4f4;
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-catergory li {
  list-style: none;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 2px;
}
.service-catergory li:last-child {
  border-bottom: 0px;
}
.service-catergory li .view-all-icon {
  position: absolute;
  right: 20px;
  top: 22px;
  color: #848484;
}
.service-catergory li.active {
}
.service-catergory li.active a {
  color: #bf363c;
}

.service-catergory li a {
  display: block;
  font-size: 18px;
  color: #222;
  line-height: 30px;
  border-left: 5px solid transparent;
  font-weight: 400;
  padding-left: 34px;
  transition: all 0.5s ease;
  position: relative;
}
.service-catergory li a:hover {
  color: #bf363c;
}

.service-single blockquote {
    padding: 20px 20px;
    margin: 0 0 20px;
    padding-left: 30px;
    font-size: 18px;
    border-left: 5px solid #f7f7f7;
    font-style: italic;
    color: #bf363c;
    font-family: "Poppins", sans-serif;
}

.service-catergory li a:after {
  position: absolute;
  content: "\f067";
  font-family: FontAwesome;
  font-size: 12px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  left: -5px;
  top: 5px;
  color: #848484;
  background: #f4f4f4;
}
.service-catergory li.active a:after {
  color: #fff;
  background: #bf363c;
}

.service-catergory li.active a:before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  right: 15px;
  top: 5px;
  color: #bf363c;
}

.study-abroad ul::before {
  position: absolute;
  content: "";
  left: 0;
  top: 18px;
  width: 100%;
  z-index: 0;
  border-bottom: 1px dashed #d6d6d6;}
.study-abroad ul li{margin: 0 10px}
.study-abroad a
{position: relative;
background: #fff;
border: 2px solid #f4f4f4;
padding: 5px 12px;
font-size: 14px;
font-weight: 600;
color: #333;}