:root {
  --colorOne: #2ab34a;
  --colorTwo: #2b328c;
}

body {
  font-family: 'Montserrat', sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
  transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
}

.lines-1,
.lines-2,
.lines-3,
.lines-4,
.lines-5,
.lines-6,
.lines-7,
.lines-8,
.lines-9,
.lines-10,
.lines-11,
.lines-12,
.lines-13,
.lines-14,
.lines-15 {
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.lines-1 {
  -webkit-line-clamp: 1;
}
.lines-2 {
  -webkit-line-clamp: 2;
}
.lines-3 {
  -webkit-line-clamp: 3;
}
.lines-4 {
  -webkit-line-clamp: 4;
}
.lines-5 {
  -webkit-line-clamp: 5;
}
.lines-6 {
  -webkit-line-clamp: 6;
}
.lines-7 {
  -webkit-line-clamp: 7;
}
.lines-8 {
  -webkit-line-clamp: 8;
}
.lines-9 {
  -webkit-line-clamp: 9;
}
.lines-10 {
  -webkit-line-clamp: 10;
}
.lines-11 {
  -webkit-line-clamp: 11;
}
.lines-12 {
  -webkit-line-clamp: 12;
}
.lines-13 {
  -webkit-line-clamp: 13;
}
.lines-14 {
  -webkit-line-clamp: 14;
}
.lines-15 {
  -webkit-line-clamp: 15;
}

/* .loaders {
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
}
.loaders img {
  max-width: 200px;
  -webkit-animation: fadeAnimation 1s infinite;
  -moz-animation: fadeAnimation 1s infinite;
  -o-animation: fadeAnimation 1s infinite;
  animation: fadeAnimation 1s infinite;
}
@-webkit-keyframes fadeAnimation {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes fadeAnimation {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes fadeAnimation {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeAnimation {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
} */

/* START => Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.5);
}
header .head-header {
  /* border-bottom: 1px solid #ddd; */
  padding: .3rem 0;
  background-color: rgba(43, 49, 140, 0.5);
}
header .head-header .left-head a:first-child {
  margin-right: .6rem
}
header .head-header .left-head a i {
  width: 20px;
}
header .head-header .left-head a:hover {
  color: var(--colorOne);
}
header .head-header .right-head {}
header .head-header a {
  color: #fff;
  font-size: 14px;
}
.social-head {}
.social-head a {
  color: #fff;
  margin: auto .5rem;
}
.social-head a i {
  transition: 0.4s;
}
.social-head a:hover {
  /* color: var(--mainColor); */
}
a:hover i.fa-facebook-f {
  color: #3b5998
}
a:hover i.fa-twitter {
  color: #55acee
}
a:hover i.fa-instagram {
  color: #e95950
}
a:hover i.fa-whatsapp {
  color: #4dc247
}
a:hover i.fa-linkedin-in {
  color: #007bb5
}
a:hover i.fa-youtube {
  color: #e95950
}
a:hover i.fa-telegram-plane {
  color: #0088cc;
}
a:hover i.fa-pinterest-p {
  color: #cb2027;
}
header .head-header .right-head a.langs {
  margin-left: 1rem;
  border-left: 1px solid #ddd;
  padding-left: 1rem;
}
header .head-header .right-head a.langs:hover {
  color: var(--colorOne);
}

header .logo {}
header .logo a {
  display: block;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}
header .logo a img {
  max-height: 100px;
}
header nav {}
header nav ul {
  display: flex;
  align-items: center;
}
header nav ul li {}
header nav ul li a {
  display: inline-block;
  padding: 1rem;
  color: #444;
  position: relative;
  font-weight: 600;
}
header nav ul li a.active,
header nav ul li a:hover {
  background-color: var(--colorTwo);
  color: #fff;
}
header nav ul li a:hover,
header nav ul li a.active {
  /* background-color: var(--colorTwo); */
}

.actions-mobile,
.menu-mobile li.logo {
  display: none !important;
}
/* //END => Header */

/* START => Banner Home */
.sec-slider {
  overflow: hidden;
}
.home-slider,
.home-slider .owl-stage-outer,
.home-slider .owl-stage,
.home-slider .owl-item,
.home-slider .item {
  height: calc(100vh - 121px);
}
.home-slider .item {
  background-position: 100% 50% !important;
  /* background-size: 56%; */
  background-repeat: no-repeat;
}
.home-slider .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.home-slider .item .img-slide {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  object-fit: cover;
}
.btn-style1 {
  display: inline-block;
  background: var(--colorTwo);
  color: #FFF;
  padding: 15px 20px;
  margin: auto;
  margin-top: 30px;
  border-radius: 30px;
  text-align: center;
  transition: all .5s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.btn-style1:hover {
  background: var(--colorOne);
  color: #FFF;
}
.btn-style1 svg {
  transition: all .5s;
  color: #FFF;
}
.home-slider .item-txt {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.home-slider .item-txt h1 {
  line-height: 1.4;
  /* text-shadow: 0 1px 10px rgb(0 0 0 / 40%); */
}
.home-slider .item-txt h1 span {
  color: #fff;
  display: block;
  text-shadow: 0 1px 10px rgb(0 0 0 / 40%);
  font-size: 50px;
  text-transform: capitalize;
  font-weight: 900;
}
.home-slider .item-txt h1 span:nth-child(2) {
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 10px rgb(0 0 0 / 40%);
}
.home-slider .item-txt p {
  /* color: #fff; */
  font-weight: 400;
  max-width: 600px;
  line-height: 30px;
  letter-spacing: 1px;
  font-size: 1rem;
  margin-top: 1.5rem;
}
.home-slider .owl-nav {
  position: absolute;
  bottom: 30px;
  left: 80px;
  z-index: 9;
  margin: auto;
}
.home-slider.owl-theme .owl-nav [class*=owl-] {
  /* padding: 10px 20px !important; */
  color: #fff;
  border: 1px solid #fff;
  transition: all .5s;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  outline: none;
  margin: auto 15px;
}
.home-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--colorTwo);
  color: #fff;
  border: 0;
  outline: unset;
  box-shadow: unset;
}
.home-slider.owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  border: 0 !important;
  outline: unset !important;
  box-shadow: unset !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.home-slider.owl-theme .owl-dots .owl-dot:focus,
.home-slider.owl-theme .owl-dots .owl-dot:hover {
  border: 0 !important;
  outline: unset !important;
  box-shadow: unset !important;
}
.home-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 10px;
  background-color: #fff;
}
.home-slider.owl-theme .owl-dots .owl-dot.active span,
.home-slider.owl-theme .owl-dots .owl-dot:focus span,
.home-slider.owl-theme .owl-dots .owl-dot:hover span {
  border: 0 !important;
  outline: unset !important;
  box-shadow: unset !important;
  background: var(--colorOne);
}

/* ================================================*/
/* ================================================*/
/* ================================================*/
.sec-video {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: var(--colorTwo);
  opacity: 0.5;
}
video.video-background {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.sec-video .txt {
  position: absolute;
  top: 40%;
  left: 10%;
  /* transform: translate(-50%, -50%); */
  z-index: 9;
  color:  #fff;
}
.sec-video .txt h1 {
  font-size: 3.5rem;
  font-weight: bold;
}
.sec-video .txt p {
  font-size: 1.2rem;
}
/* //END => Banner Home */

/* START => About Us */
.sec-aboutus {
  position: relative;
}
.sec-aboutus .jarallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}
.logo-about {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  max-height: 200px;
  /* filter: grayscale(1);
  -webkit-filter: grayscale(1); */
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.txt-about {
  padding: 2rem 4rem;
}
.txt-about h4 {
  margin-bottom: 30px;
  font-weight: 600;
  color: #000;
  font-size: 30px;
}
.txt-about p {
  width: 95%;
  color: #666;
  font-size: 14px;
}
.txt-about li {
  position: relative;
  padding-left: 1.5rem;
  color: #666;
  font-size: 14px;
}
.txt-about li:before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.btn-custom {
  display: inline-block;
  background-color: var(--colorTwo);
  color: #fff;
  padding: 1rem 2rem;
  margin-top: 2rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.btn-custom:hover {
  background-color: var(--colorOne);
  color: #fff !important;
}
.video-about {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  left: 100%;
}
.video-icon {
  width: 80px;
  height: 80px;
  margin-top: 0;
  font-size: 20px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  background-image: linear-gradient(to right top, var(--colorOne), var(--colorTwo), var(--colorOne), var(--colorTwo), var(--colorOne));
  color: #fff;
  animation: shadow-pulse 1s infinite;
  -webkit-animation: shadow-pulse 1s infinite;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(62, 177, 200, 0.7);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(62, 177, 200, 0.0);
  }
}
/* //END => About Us */

/* START => Services */
.sec-services {
  padding-top: 5rem;
}
.sec-title {
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
}
.sec-title span {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 3.5rem;
  opacity: .1;
  text-transform: uppercase;
  font-weight: bold;
  pointer-events: none;
  user-select: none;
}
.sec-title strong {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--colorTwo);
}
.item-service {}
.img-service {
  display: block;
  height: 300px;
  overflow: hidden;
}
.img-service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.img-service:hover img {
  transform: scale(1.1) rotate(2deg);
  -webkit-transform: scale(1.1) rotate(2deg);
  -moz-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  -o-transform: scale(1.1) rotate(2deg);
}
.title-service {
  display: block;
  padding-top: 1rem;
  color: #000;
  font-weight: 700;
}
.desc-service {
  color: #666;
  font-size: 13.5px;
}
.btn-service {
  display: block;
  margin-top: 1.5rem;
  color: var(--colorTwo);
  font-weight: 600;
  font-size: 13.5px;
}
.item-service a:hover {
  color: var(--colorOne);
}
/* //END => Services */

/* START => Counter */
.sec-counter {
  padding: 4rem 0 3rem;
}
.overlay_bg {
  position: relative;
  z-index: 1;
}
.overlay_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--colorTwo);
  opacity: .8;
  z-index: -1;
}
.title-counter {
  display: block;
  margin: auto;
  margin-bottom: 5rem;
  font-size: 2rem;
  line-height: 1.2;
  width: 75%;
}
.item-counter {
  text-align: center;
  background-color: #fff;
  /* border: 2px solid #ddd; */
  padding: 1.5rem;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.item-counter:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.item-counter img {
  max-height: 80px;
  margin-bottom: 1rem;
}
.counter-content {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nums_counter {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: var(--colorTwo);
  line-height: 1.2;
}
.title_counter {
  font-size: 1rem;
  font-weight: 500;
}
/* //END => Counter */

/* START => Partner */
.logo-partner {
  display: block;
}
/* //END => Partner */

/* START => Footer */
.col_white_amrc {
  color: #FFF;
}
footer {
  width: 100%;
  background-color: #fff;
  padding: 2rem 0px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
.headin5_amrc {
  color: #444;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
footer p {
  font-size: 13px;
  color: #666;
  padding-bottom: 0px;
  margin-bottom: 8px;
}
footer a {
  color: #444;
  font-size: 13px;
  text-transform: capitalize;
}
.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}
footer a:hover {
  color: var(--colorOne);
}
.fleft {
  float: left;
}
.padding-right {
  padding-right: 10px;
}
.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.footer_ul2_amrc li {
  display: block;
}
.footer_ul2_amrc li a:hover {
  text-decoration: none;
}
.footer_ul2_amrc li i {
  margin-top: 5px;
}
.bottom_border {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li {
  display: inline-block;
}
.foote_bottom_ul_amrc li a {
  margin: 0 12px;
}
.social_footer {
  margin-top: 2rem;
}
.social_footer a {
  font-size: 1rem;
  color: #666;
}
/*-- End Copyright --*/

/* //END => Footer */

/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

.banner-pages {
  padding: 160px 0 50px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.banner-pages::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.banner-pages strong {
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.banner-pages p {
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.banner-pages ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.banner-pages ul li {
  color: #fff;
  font-weight: 500;
}
.banner-pages ul li span {
  color: #fff;
  margin: auto 5px;
}
.banner-pages ul li a {
  color: #ccc;
}
.banner-pages ul li a:hover {
  color: var(--colorOne);
}


/* START => Page About Us*/
.block-about {}
.block-about .title {
  font-weight: bold;
  margin-bottom: 2rem;
}
.txt-styles p {
  background-color: #f9f9f9;
  padding: 1rem;
}
.txt-styles strong {
  color: #333;
  display: block;
  margin-bottom: .5rem;
}
.txt-styles strong i {
  font-size: 12px;
  color: var(--colorOne);
}
.txt-styles span {
  font-weight: 500;
  font-style: 13px;
  padding-left: 1.5rem;
}
.about-accreditations .item {
  padding-top: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 100%;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.about-accreditations .item:hover {
  transform: translate(-5px) scale(1.05);
  -webkit-transform: translate(-5px) scale(1.05);
  -moz-transform: translate(-5px) scale(1.05);
  -ms-transform: translate(-5px) scale(1.05);
  -o-transform: translate(-5px) scale(1.05);
}
.about-accreditations img {
  max-height: 100px;
}
.about-accreditations h3.title {
  font-weight: 600;
  color: var(--colorTwo);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.about-accreditations p {
  margin-bottom: 0;
  font-weight: 500;
  font-style: 13px;
  padding-left: 1.5rem;
  padding: 1rem 2.5rem;
  background-color: #f9f9f9;
  height: 100%;
}
/* //END => Page About Us*/

/* START => Page Contact Us */
.map-contact {
  line-height: 0;
}
.map-contact iframe {
  width: 100% !important;
  height: 300px !important;
}
.page-contactus {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.page-contactus::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.page-contactus .box-contact {
  width: 90%;
  margin: auto;
  padding: 30px 50px 50px 50px;
  box-shadow: 0 5px 10px #ddd;
  background-color: #fff;
  position: relative;
}
.page-contactus .box-contact::before,
.page-contactus .box-contact::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.page-contactus .box-contact::after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.page-contactus .box-contact .form-control {
  height: auto;
  padding: .6rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.page-contactus .box-contact textarea.form-control {
  height: 150px;
  resize: none;
}
.btn-contactus {
  display: inline-block;
  text-align: center;
  background-color: var(--colorTwo);
  color: #fff;
  padding: .6rem 1rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.btn-contactus:hover {
  color: #fff;
  background-color: var(--colorOne);
}

.inf-contact h3 {
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--blueDark);
}
.inf-contact p {
  margin-bottom: 20px;
}
.inf-contact p a {
  color: #666;
  display: block;
}
.inf-contact p a:hover {
  color: var(--purpleDark);
}
.inf-contact p a i {
  width: 30px;
  color: var(--orangColor);
}
.social-contacts {
  margin-top: 40px;
}
.social-contacts li {
  display: inline-block;
  margin: auto .2rem;
}
.social-contacts li i {
  color: #FFF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  transition: .4s;
}
.social-contacts li i:hover {
  transform: scale(1.1);
  color: #fff;
}
.social-contacts li .fa-facebook-f {
  background-color: #3b5998
}
.social-contacts li .fa-twitter {
  background-color: #55acee
}
.social-contacts li .fa-google-plus-g {
  background-color: #dd4b39
}
.social-contacts li .fa-instagram {
  background-color: #e95950
}
.social-contacts li .fa-whatsapp {
  background-color: #4dc247
}
.social-contacts li .fa-linkedin-in {
  background-color: #007bb5
}
.social-contacts li .fa-youtube {
  background-color: #e95950
}
/* //END => Page Contact Us */

/* START => Page */
/* //END => Page */

/* START => Page */
/* //END => Page */

/* START => Page */
/* //END => Page */

/* START => Page */
/* //END => Page */

/* START => Page */
/* //END => Page */

/* START => Page */
/* //END => Page */