/****************************************************************

	Client: 	Refayet via Spydernet
	Type: 		CSS Document
	Designer: 	Vipin Chandran (Front-end Development only)
	E-mail		vipinradhalayam@gmail.com

*****************************************************************/
/********************************
		General Styles
*********************************/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  background-color: #fff;
  color: #333333;
}

h1 {
  font-weight: 700;
  color: #192778;
  margin-top: 0;
  line-height: 1.2;
}

h2 {
  font-weight: 700;
  color: #192778;
  margin-top: 0;
  line-height: 1.2;
}

h3 {
  font-weight: 700;
  color: #192778;
  margin-top: 0;
  line-height: 1.2;
}

h4 {
  font-weight: 700;
  color: #192778;
  margin-top: 0;
  line-height: 1.2;
}

h5 {
  font-weight: 700;
  color: #192778;
  margin-top: 0;
  line-height: 1.2;
}

h6 {
  font-weight: 700;
  color: #192778;
  margin-top: 0;
  line-height: 1.2;
}

a {
  color: #192778;
  text-decoration: none;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  color: #192778;
}

h1 {
  margin-bottom: 20px;
}

h1 > span {
  color: #192778;
}

p.smlfnt {
  font-size: 12px;
}

.img-refayet {
  width: 100%;
  height: auto;
}

.mar-off {
  margin: 0;
}

.pad-off {
  padding: 0;
}

.btn-refayet {
  border-radius: 30px;
  font-size: 12px;
  padding: 14px 25px;
  font-weight: 700;
  color: #192778;
  background-color: #FAC602;
  text-transform: inherit;
  border: 1px solid #FAC602;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  min-width: 160px;
  position: relative;
}

.btn-refayet.trans {
  color: #fff;
  border: 1px solid #192778;
  background-color: transparent;
  border-radius: 0;
}

.btn-refayet.white {
  border-color: #fff;
  background-color: #fff;
}

.btn-refayet.sml {
  font-size: 11px;
  padding: 10px 15px;
}

.btn-refayet + .btn-refayet {
  margin-left: 15px;
}

.btn-refayet:hover, .btn-refayet:focus {
  color: #fff;
  background-color: #529B69;
}

.btn-refayet.transwhite:hover, .btn-refayet.transwhite:focus {
  color: #fff;
}

.btn-refayet:focus {
  text-decoration: none;
  outline: none;
}

.section, section {
  padding: 70px 0;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.cust-row {
  margin: 0 -7px;
}

.cust-col {
  padding: 0 7px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: #FAC602;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #192778;
}

ul.tick-list > li {
  display: block;
  position: relative;
  color: #333333;
  padding-left: 30px;
}

ul.tick-list > li + li {
  margin-top: 15px;
}

ul.tick-list > li:before, ul.tick-list > li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: -2px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #529B69;
  font-size: 16px;
}

button:focus {
  outline: none;
}

.site-link {
  color: #192778;
  font-weight: 700;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.site-link:hover {
  text-decoration: none;
  color: #af8a06;
}

.vdo-olay .modal-dialog {
  width: 70%;
  height: 80vh;
  max-width: unset;
}

.vdo-olay .modal-body {
  padding: 2px;
  border-radius: 0;
  height: 100%;
}

.vdo-olay .modal-content {
  border-radius: 0;
  padding: 0;
  height: 100%;
}

.vdo-olay button.close {
  position: absolute;
  right: -35px;
  top: -2px;
  color: #fff;
  opacity: 1;
  font-size: 28px;
  outline: none;
}

.vdo-olay button.close:hover, .vdo-olay button.close:focus {
  color: #fff;
  outline: none;
  opacity: 1;
}

/********************************
	   Over Writing Styles
*********************************/
.fcltheme1 {
  color: #192778 !important;
}

.fcltheme2 {
  color: #529B69 !important;
}

.fcltheme3 {
  color: #FAC602 !important;
}

.fclwhite {
  color: #fff !important;
}

.fclbody {
  color: #333333 !important;
}

.mar-off {
  margin: 0 !important;
}

.lineht1 {
  line-height: 1 !important;
}

.flxbx {
  display: flex;
}

.vcentr {
  align-items: center;
}

.vbot {
  align-items: flex-end;
}

.vstr {
  align-items: stretch;
}

.hcentr {
  justify-content: center;
}

.hright {
  justify-content: flex-end;
}

.hspsarnd {
  justify-content: space-around;
}

.hspsbtw {
  justify-content: space-between;
}

.hspsevnly {
  justify-content: space-evenly;
}

.txtup {
  text-transform: uppercase;
}

.fwt300 {
  font-weight: 300;
}

.fwt400 {
  font-weight: 400;
}

.fwt500 {
  font-weight: 500;
}

.fwt600 {
  font-weight: 600;
}

.fwt700 {
  font-weight: 700;
}

.mt-std {
  margin-top: 30px !important;
}

.mb-std {
  margin-bottom: 30px !important;
}

.mb-off {
  margin-bottom: 0 !important;
}

.anek {
  font-family: "Montserrat", sans-serif;
}

.charm {
  font-family: "Montserrat", sans-serif;
}

.obj-cover {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.theme-bgclr {
  background-color: #192778;
}

.mt-minus10 {
  margin-top: -10px !important;
}

.bgwhite {
  background-color: #fff;
}

.bgtheme {
  background-color: #192778;
}

.blknwhite {
  filter: grayscale(100%);
}

/********************************
		 Header Section
*********************************/
.ih-tophdr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 7px 0;
  font-size: 12px;
}

.refayet-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: transparent;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.contact-info {
  display: flex;
  align-items: center;
}

.contact-info > li {
  display: flex;
  color: #fff;
}

.contact-info > li + li {
  margin-left: 20px;
}

.contact-info > li span {
  display: block;
}

.ci-icon {
  margin-right: 10px;
}

.topghdr-rt {
  text-align: right;
}

.topghdr-rt .btn-refayet {
  background-color: #529B69;
  border-color: #529B69;
  color: #fff;
  padding: 8px 16px;
  min-width: unset;
  margin-left: 10px;
  font-size: 12px;
}

.refayet-soc {
  justify-content: flex-end;
}

.refayet-soc > li + li {
  margin-left: 5px;
}

.refayet-soc > li > a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #6473A5;
  border-radius: 50%;
  font-size: 12px;
}

.refayet-soc > li > a:hover {
  background-color: #529B69;
}

.ih-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 7px 0;
  position: relative;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.site-logo {
  flex: 0 0 110px;
  max-width: 110px;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.logo {
  display: block;
  z-index: 1;
}

.site-menu {
  flex: 0 0 calc(100% - 255px);
  max-width: calc(100% - 255px);
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.site-soc {
  flex: 0 0 145px;
  max-width: 145px;
  padding-right: 15px;
  padding-left: 15px;
}

.mobile-menu {
  position: relative;
}

.menu-handle {
  display: block;
  text-align: right;
  font-size: 20px;
  padding: 5px 10px;
  color: #fff;
  width: 70px;
  text-align: center;
  border-radius: 5px;
}

.site-misc .btn-refayet {
  padding: 10px 14px;
}

#mmClose {
  display: none;
}

.mm-ctrl #mmClose {
  display: block;
}

.mm-ctrl #mmBar {
  display: none;
}

.refayet-deskmenu {
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 0;
}

.refayet-deskmenu > li + li {
  margin-left: 30px;
}

.refayet-deskmenu > li > a, .dropdown-item {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: inherit;
  color: #fff;
  padding: 0;
  text-align: center;
  position: relative;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.dropdown-item {
  text-align: left;
  padding: 5px;
}

.refayet-deskmenu > li > a:hover, .refayet-deskmenu > li > a:focus, .dropdown-item:hover, .dropdown-item:focus {
  color: #FAC602;
  text-decoration: none;
  background-color: transparent;
}

.refayet-deskmenu > li > a.donation:focus {
  color: #fff;
}

.site-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-handle > span {
  display: block;
  height: 25px;
  text-align: right;
}

.menu-handle:hover {
  color: #FAC602;
}

.menu-handle:focus {
  color: #FAC602;
}

.refayet-scroll {
  background-color: #192778;
}

/********************************
		      HOME
*********************************/
.refayet-home {
  position: relative;
  background-image: url(../imgs/home-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 200px;
  padding-bottom: 0;
  overflow: unset;
  max-height: 740px;
}

.refayet-home::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-image: url("../imgs/circle-white.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  left: -80px;
  top: 100px;
  -webkit-animation: capmove 3s 1;
          animation: capmove 3s 1;
}

.refayet-home::after {
  content: "";
  position: absolute;
  z-index: 0;
  background-image: url("../imgs/circle-white.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  right: 20px;
  bottom: 150px;
  -webkit-animation: capmove 3s 1;
          animation: capmove 3s 1;
}

.home-content {
  position: relative;
  z-index: 1;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

@-webkit-keyframes capmove {
  from {
    opacity: 0;
    transform: scaleX(-1);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes capmove {
  from {
    opacity: 0;
    transform: scaleX(-1);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.home-video {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-left: 20px;
}

.home-video .img-refayet {
  max-width: 48px;
  margin-right: 10px;
}

.home-video:hover {
  color: #fff;
}

.hs-item .container {
  position: relative;
}

.refayet-home.sp, .refayet-home.sp .hs-item {
  height: 250px;
}

.refayet-home.sp .hsitem-caption {
  padding: 15px;
  display: flex;
  align-items: center;
}

.home-contact-wrapper {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.133);
  position: relative;
  z-index: 1;
}

.home-contact .btn-refayet {
  border-radius: 0;
  height: 50px;
  width: 100%;
}

/********************************
	ABOUT | VISION & MISSION
*********************************/
.specl-title > span {
  color: #529B69;
  font-size: 34px;
}

.what-we-do {
  background-color: #EFF2F6;
}

.vismis-box .img-refayet {
  max-width: 45px;
  margin-bottom: 20px;
}

.vision-mission::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-image: url("../imgs/circle-green.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 180px;
  height: 180px;
  right: -120px;
  top: 200px;
  -webkit-animation: capmove 3s 1;
          animation: capmove 3s 1;
}

.refayet-features {
  align-items: stretch;
  margin-bottom: 70px;
}

.feature-box {
  background-color: #fff;
  border: 2px solid #E6EAEE;
  text-align: center;
  padding: 60px 30px;
}

.feature-img::before {
  content: "";
  position: absolute;
  left: -20px;
  right: 20px;
  top: -15px;
  bottom: 15px;
  background-color: rgba(0, 0, 0, 0.16);
  z-index: 0;
}

.feature-img {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 20px auto 30px;
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 100px;
  height: 100px;
  background-color: #529B69;
  position: relative;
  z-index: 1;
}

.feature-icon .img-refayet {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ficon-hover {
  display: none;
}

.feature-title {
  color: #000;
}

.feature-desc, .feature-title, .feature-icon, .feature-img::before, .feature-box {
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.feature-box:hover {
  background-color: #529B69;
  border-color: #529B69;
}

.feature-box:hover .feature-title, .feature-box:hover .feature-desc {
  color: #fff;
}

.feature-box:hover .feature-img::before {
  background-color: rgba(220, 224, 229, 0.16);
}

.feature-box:hover .feature-icon {
  background-color: #fff;
}

.feature-box:hover .ficon-default {
  display: none;
}

.feature-box:hover .ficon-hover {
  display: block;
  -webkit-animation: iconmove 3s 1;
          animation: iconmove 3s 1;
}

.abtsp-vdo {
  position: relative;
}

.abtspvdo-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(82, 155, 105, 0.63);
}

.abtspvdo-inner .img-refayet {
  max-width: 80px;
}

/********************************
		   WHAT WE DO
*********************************/
.what-we-do::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-image: url("../imgs/circle-blue.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  left: -35px;
  bottom: 140px;
  -webkit-animation: capmove 3s 1;
          animation: capmove 3s 1;
}

.what-we-do::after {
  content: "";
  position: absolute;
  z-index: 0;
  background-image: url("../imgs/circle-green.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  right: -35px;
  top: 140px;
  -webkit-animation: capmove 3s 1;
          animation: capmove 3s 1;
}

.wwd-box {
  text-align: center;
  border: 2px solid #E6EAEE;
  padding: 30px;
  background-color: #EFF2F6;
  height: 100%;
  position: relative;
  z-index: 1;
}

.wwd-box, .wwd-title, .wwd-desc, .wwd-path {
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.wwd-path {
  opacity: 1;
}

.wwwdimg-hover {
  display: none;
}

.wwd-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.wwd-img .img-refayet {
  max-width: 80px;
}

.wwd-icon {
  margin-left: -40px;
}

.wwd-title {
  margin-bottom: 30px;
}

.wwd-desc {
  margin-bottom: 30px;
  color: #333333;
}

.wwd-box:hover {
  background-color: #529B69;
  color: #fff;
}

.wwd-box:hover .wwd-title, .wwd-box:hover .wwd-desc, .wwd-box:hover .site-link {
  color: #fff;
}

.wwd-box:hover .wwwdimg-hover {
  display: block;
  -webkit-animation: iconmove 3s 1;
          animation: iconmove 3s 1;
  transform: rotate(0deg);
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.wwd-box:hover .wwwdimg-default {
  display: none;
}

.wwd-list > li {
  margin-bottom: 30px;
}

.wwd-box:hover .wwd-path {
  opacity: 0.11;
}

@-webkit-keyframes iconmove {
  from {
    opacity: 0;
    transform: rotate(80deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}

@keyframes iconmove {
  from {
    opacity: 0;
    transform: rotate(80deg);
  }
  to {
    opacity: 1;
    transform: rotate(0deg);
  }
}
/********************************
		   MILESTONES
*********************************/
.refayet-milestones {
  background-image: url(../imgs/blue-net.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.counter-value {
  margin-right: 15px;
  margin-bottom: 0;
  width: 115px;
  color: #fff;
  text-align: right;
}

/********************************
		 	  FAQ
*********************************/
.refayet-faq::after {
  content: "";
  position: absolute;
  left: 0;
  top: 70px;
  bottom: 70px;
  width: calc(50% - 15px);
  background-image: url(../imgs/abtqstns.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.faq .card {
  border: none;
  border-radius: 0;
}

.faq .card + .card {
  margin-top: 0;
}

.faq .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}

.faq .card-link {
  display: block;
  padding: 20px 0;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #192778;
}

.faq .card-body {
  border-bottom: 1px solid #ccc;
}

.faq .collapsed.card-link {
  background-color: transparent;
}

.faq .card-link:hover, .faq .card-link {
  background-color: transparent;
  text-decoration: none;
  padding-right: 30px;
}

.faq .collapsed.card-link:after, .faq .collapsed.card-link::after,
.faq .card-link:after, .faq .card-link::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
  color: #192778;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 24px;
}

.faq .collapsed.card-link:after, .faq .collapsed.card-link::after {
  content: "\f067";
}

.faq .card-link:after, .faq .card-link::after {
  content: "\f146";
  color: #529B69;
}

.faq .card-link:hover:after, .faq .card-link:hover::after {
  color: #192778;
}

/********************************
		 	CLIENTS
*********************************/
.refayet-clients {
  background-color: #529B69;
}

.refayet-clients::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-image: url("../imgs/circle-white.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 180px;
  height: 180px;
  right: -48px;
  top: -48px;
  -webkit-animation: capmove 3s 1;
          animation: capmove 3s 1;
}

.refayet-clients::after {
  content: "";
  position: absolute;
  z-index: 0;
  background-image: url("../imgs/circle-white.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  left: -30px;
  bottom: -30px;
  -webkit-animation: capmove 3s 1;
          animation: capmove 3s 1;
}

.cs-item {
  background-color: #fff;
  padding: 20px;
}

.qte-icon {
  display: block;
  color: #D9D9D9;
  font-size: 30px;
  margin-bottom: 15px;
}

.cs-qte {
  height: 85px;
  margin-bottom: 30px;
}

.cs-firm {
  font-size: 12px;
}

.cs-img {
  margin-bottom: -20px;
}

.clients-slider .owl-dots .owl-dot span {
  background-color: #fff;
}

.clients-slider .owl-dots .owl-dot {
  width: 31px;
  height: 31px;
}

.clients-slider .owl-dots .owl-dot.active {
  border: 1px solid #fff;
  border-radius: 50%;
}

.clients-slider .owl-dots .owl-dot.active span, .clients-slider .owl-dots .owl-dot:hover span {
  background-color: #fff;
  width: 15px;
  height: 15px;
}

.clients-slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-slider .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.refayet-clients.sp {
  background-color: #192778;
}

/********************************
 			OUR BLOG
*********************************/
.blog-det {
  border: 1px solid #EFF2F6;
  padding: 20px;
}

.blog-list .blog-item {
  margin-bottom: 30px;
}

.bpost-actions {
  margin-top: 30px;
}

ul.bp-comments, ul.bp-share {
  list-style: none;
  display: block;
  padding-left: 0;
}

ul.bp-share {
  margin: 0 0 35px;
}

ul.bp-share > li {
  display: block;
  float: left;
  margin-right: 10px;
}

ul.bp-share > li:last-child {
  font-weight: bold;
  padding-top: 2px;
  font-size: 18px;
  padding-left: 21px;
  color: #192778;
}

ul.bp-share > li > a {
  display: block;
  text-decoration: none;
  color: #192778;
  font-size: 21px;
  padding: 0 5px;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

ul.bp-share > li > a:hover {
  color: #529B69;
}

ul.bp-comments > li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(20, 4, 75, 0.19);
}

ul.bp-comments > li:last-child {
  border-bottom: none;
}

ul.bp-comments > li > a.bp-author {
  font-weight: 600;
  color: #192778;
}

ul.bp-comments > li > p {
  font-style: italic;
}

ul.bp-comments > li.post-comment {
  background-color: #EFF2F6;
  padding: 20px;
}

.post-comment .form-control {
  background-color: #fff;
}

/********************************
 			 FOOTER
*********************************/
.refayet-footer {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #EFF2F6;
}

.ft-top {
  padding: 50px 0;
}

.ft-logo {
  max-width: 150px;
  margin-bottom: 30px;
}

.ft-menu {
  margin-left: 0;
  margin-right: 0;
}

.ft-menu > li {
  margin: 7px 0;
  position: relative;
  padding-left: 25px;
}

.ft-menu > li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  color: #333333;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 2px;
}

.ft-menu > li > a {
  color: #333333;
  font-weight: 400;
  padding-right: 30px;
}

.ft-menu > li > a:hover {
  color: #FAC602;
}

.ft-bottom {
  padding: 10px 0;
  font-size: 12px;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}

.ft-title {
  margin-bottom: 20px;
}

.contact-list > li, .contact-list > li > a {
  display: block;
}

.contact-list > li + li {
  margin-top: 10px;
}

.contact-list > li > a > span {
  color: #529B69;
  display: inline-block;
  margin-right: 10px;
}

.contact-list > li:first-child > a > span, .contact-info > li:last-child .ci-icon {
  transform: scaleX(-1);
}

.ft-desc {
  margin-bottom: 20px;
}

.logo-footer {
  max-width: 60px;
}

.refayet-footer .refayet-soc > li > a {
  background-color: #192778;
}

.refayet-footer .refayet-soc > li > a:hover {
  background-color: #FAC602;
}

.poweredby {
  text-align: right;
  margin-bottom: 0;
}

.poweredby img {
  width: 70px;
  height: auto;
  margin-left: 5px;
}

/********************************
		  FORM STYLES
*********************************/
.form-group {
  margin-bottom: 30px;
}

label {
  font-weight: 700;
}

.form-control {
  border: 1px solid #EFF2F6;
  background-color: #EFF2F6;
  height: 50px;
  border-radius: 0;
  font-size: 14px;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: ease-in-out;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #192778;
}

.form-control::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A5A5A5;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A5A5A5;
  opacity: 1; /* Firefox */
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A5A5A5;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #A5A5A5;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #A5A5A5;
}

/* Customize the label (the container) */
.cb-container {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 17px;
  margin-bottom: 15px;
}

/* Hide the browser's default checkbox */
.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: transparent;
  border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .checkmark {
  background-color: #192778;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .checkmark {
  background-color: #192778;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cb-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* The container must be positioned relative: */
.custom-select-new {
  position: relative;
}

.custom-select-new select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #EFF2F6;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 23px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #A5A5A5 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #333333 transparent;
  top: 15px;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #A5A5A5;
  padding: 15px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  height: 50px;
}

.select-selected {
  border-color: transparent;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #529B69;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div {
  color: #fff;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.general-form .form-control {
  background-color: #fff;
  border: 1px solid #D9D9D9;
}

.general-form .btn-refayet {
  border-radius: 0;
  height: 50px;
  width: 100%;
  font-size: 14px;
}

.general-form .form-group {
  margin-bottom: 20px;
}

/********************************
		  SUB PAGES
*********************************/
.refayet-home.sp {
  height: 500px;
  text-align: center;
  overflow: hidden;
  padding-top: 128px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}

.refayet-home.sp::before {
  display: none;
}

.refayet-home.sp::after {
  content: "";
  position: absolute;
  z-index: 0;
  background-image: url("../imgs/circle-white.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  right: -15px;
}

.abtsp-home {
  background-image: url(../imgs/hb-abtsp.jpg);
}

.servsp-home {
  background-image: url(../imgs/hb-servsp.jpg);
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: -15px;
  margin-bottom: 0;
  justify-content: center;
}

.breadcrumb > li + li {
  margin-left: 30px;
}

.breadcrumb > li {
  color: #fff;
  position: relative;
}

.breadcrumb > li > a {
  color: #fff;
}

.breadcrumb > li + li::before {
  content: "/";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: -15px;
}

.refayet-contact::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-image: url("../imgs/circle-green.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  left: -40px;
  bottom: 120px;
}

/********************************
		  	SERVICES
*********************************/
.nav-servdet {
  display: block;
}

.nav-servdet .nav-item + .nav-item {
  margin-top: 10px;
}

.nav-servdet .nav-link {
  border: 1px solid #D9D9D9;
  border-radius: 0;
  background-color: #fff;
  font-size: 15px;
  position: relative;
  padding-right: 20px;
}

.nav-servdet .nav-link::after {
  content: "\f054";
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #333333;
  font-size: 14px;
}

.nav-servdet .nav-link.active, .nav-servdet .show > .nav-link {
  background-color: #529B69;
}

.nav-servdet .nav-link.active::after, .nav-servdet .show > .nav-link::after {
  color: #fff;
}

.query-box {
  margin-top: 40px;
}

.query-box .form-control, .query-box .btn-refayet {
  height: 40px;
}

.query-box .btn-refayet {
  font-size: 14px;
  padding: 4px;
}

/********************************
		 Media Queries
*********************************/
@media (min-width: 768px) {
  .milestone-list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}
@media (min-width: 992px) {
  .home-caption h1 {
    font-size: 45px;
  }
  .hide-on-desk {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
  .menu-handle {
    font-size: 24px;
    padding: 0 20px;
  }
  .menu-handle .img-refayet {
    width: 30px;
  }
  .refayet-deskmenu > li + li {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  body {
    line-height: 1.5;
  }
  .container.custom {
    padding: 0 100px;
  }
  .google-map {
    height: 400px;
  }
  .ft-desc {
    padding-right: 70px;
  }
  .refayet-milestones {
    padding: 90px 0;
  }
  .counter-value {
    font-size: 60px;
  }
  .home-content {
    padding-right: 50px;
  }
  .refayet-deskmenu > li + li {
    margin-left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .google-map {
    height: 350px;
  }
  .counter-value {
    width: 77px;
  }
  .refayet-home.sp {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .mobdwn-30 {
    margin-bottom: 30px;
  }
  .mobtp-30 {
    margin-top: 30px;
  }
  .tophdr-inner {
    height: 25px;
    font-size: 10px;
  }
  .ih-tophdr::before {
    left: 0;
    border-radius: 0;
  }
  .ih-inner {
    padding: 4px 0;
  }
  .logo {
    margin-top: 0;
  }
  .site-logo {
    flex: 0 0 80px;
    max-width: 80px;
  }
  .refayet-header .row {
    justify-content: space-between;
  }
  .site-menu {
    display: flex;
    justify-content: flex-end;
    max-width: unset;
    flex: unset;
    width: 0;
    opacity: 0;
    position: fixed;
    left: 0;
    height: calc(100vh - 76px);
    top: 76px;
    overflow: hidden;
    padding: 0;
    background-color: rgba(25, 39, 120, 0.651);
    z-index: 2;
    margin-left: 0;
    transition: 1s;
    -webkit-transition: 1s;
    transition-timing-function: ease-in-out;
  }
  .refayet-scroll .site-menu {
    height: calc(100vh - 74px);
  }
  .open-mobmenu {
    width: 100%;
    opacity: 1;
  }
  .refayet-deskmenu {
    display: block;
    background-color: #529B69;
    width: 100%;
    margin-right: 0;
    max-width: 360px;
    height: calc(100vh - 50px);
    overflow: auto;
    padding: 10px;
    margin-left: 0;
  }
  .refayet-deskmenu > li + li {
    margin-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .refayet-deskmenu > li {
    display: block;
    width: 100%;
  }
  .refayet-deskmenu > li > a {
    font-size: 12px;
    padding: 10px 12px;
    color: #fff;
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
  }
  .refayet-deskmenu > li > a:hover, .dropdown-item:hover, .dropdown-item:focus {
    color: #192778;
  }
  .refayet-deskmenu > li > a:focus {
    color: #fff;
  }
  .refayet-home > .img-refayet {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer-menu {
    margin-bottom: 70px;
  }
  .refayet-home.sp .home-inner {
    padding-bottom: 60px;
  }
  .google-map {
    height: 350px;
  }
  .ft-logo {
    margin-bottom: 20px;
  }
  .ft-box {
    margin: 15px 0;
  }
  .refayet-faq::after {
    position: static;
    display: block;
    width: 100%;
    height: 400px;
    margin-top: 30px;
  }
  .refayet-faq {
    padding-bottom: 0;
  }
  .blog-item {
    margin-bottom: 30px;
  }
  .refayet-home {
    max-height: unset;
  }
  .home-contact-wrapper {
    margin-top: 30px;
  }
  .contact-info > li {
    font-size: 10px;
  }
  .contact-info > li > div > span, .topghdr-rt {
    display: none;
  }
  .contact-info {
    justify-content: space-between;
  }
  .refayet-home {
    padding-top: 115px;
  }
  .home-content {
    text-align: center;
  }
  .home-content .flxbx {
    justify-content: center;
  }
  .site-soc .refayet-soc {
    justify-content: center;
  }
  .refayet-home.sp {
    height: 350px;
    padding-top: 79px;
  }
  .refayet-features > li + li {
    margin-top: 30px;
  }
  .query-box {
    display: none;
  }
  .nav-servdet .nav-item + .nav-item {
    margin-top: 0;
  }
  .nav-servdet > li.nav-item {
    display: inline-block;
    margin-bottom: 4px;
  }
  .nav-servdet .nav-link {
    padding-right: 35px;
  }
}
@media (max-width: 767.98px) {
  .mobdown {
    margin-bottom: 20px;
  }
  .nomobile, .desk-menu {
    display: none;
  }
  .section, section {
    padding: 50px 0;
  }
  .footer-menu > li > a h1 {
    font-size: 30px;
  }
  .footer-menu > li > a {
    height: 200px;
  }
  .footer-menu {
    margin-bottom: 50px;
  }
  .ft-col {
    margin-bottom: 20px;
  }
  .ft-content .ft-col:last-child .ft-box {
    margin-top: -50px;
  }
  .refayet-milestones {
    padding: 20px 0;
  }
  .milestone-list > li {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto;
  }
  .milestone-list > li > .flxbx {
    display: block;
    text-align: center;
  }
  .counter-value {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .refayet-faq::after {
    height: 360px;
  }
  .ft-bottom .refayet-soc {
    justify-content: flex-start;
    margin-top: 10px;
  }
  .refayet-soc > li > a {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  .refayet-soc > li + li {
    margin-left: 5px;
  }
  .copyright {
    display: block;
    text-align: right;
  }
  .refayet-home::before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  body, .form-control {
    font-size: 12px;
  }
  .mt-std {
    margin-top: 15px !important;
  }
  .mb-std {
    margin-bottom: 15px !important;
  }
  .btn-refayet {
    min-width: unset;
    font-size: 10px;
    padding: 8px 16px;
  }
  .site-link {
    font-size: 12px;
  }
  .form-control, .select-items div, .select-selected, .home-contact .btn-refayet {
    height: 40px;
  }
  .select-items div, .select-selected {
    padding: 11px 16px;
  }
  .select-selected:after {
    top: 18px;
  }
  .select-selected.select-arrow-active:after {
    top: 11px;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .vdo-olay .modal-dialog {
    width: calc(100% - 20px);
    height: calc(100vh - 140px);
  }
  .vdo-olay {
    top: 60px;
    padding-top: 40px;
  }
  .vdo-olay button.close {
    right: 0px;
    top: -36px;
    font-size: 24px;
  }
  .footer-menu {
    display: block;
  }
  .footer-menu > li {
    width: 100%;
  }
  .footer-menu > li + li {
    margin-left: 0;
    margin-top: -1px;
  }
  .footer-menu > li > a {
    height: 140px;
  }
  .google-map {
    height: 300px;
  }
  .ft-top {
    padding: 30px 0;
  }
  .refayet-faq::after {
    height: 320px;
  }
  .copyright {
    font-size: 12px;
  }
  .refayet-clients::before {
    content: "";
    position: absolute;
    z-index: 0;
    background-image: url("../imgs/circle-white.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    right: -30px;
    top: -30px;
  }
  .home-video .img-refayet {
    max-width: 31px;
    margin-right: 5px;
  }
  .home-video {
    font-size: 12px;
  }
  .refayet-home.sp {
    height: 300px;
  }
  .refayet-home.sp::after {
    right: -53px;
    top: 184px;
  }
  .abtspvdo-inner .img-refayet {
    max-width: 50px;
  }
  ul.bp-share > li > a {
    font-size: 16px;
  }
  ul.bp-share > li:last-child {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .btn-refayet + .btn-refayet {
    margin-left: 0;
    margin-top: 15px;
  }
  .refayet-faq::after {
    height: 300px;
  }
}
@media (max-width: 360px) {
  .google-map {
    height: 250px;
  }
  .refayet-faq::after {
    height: 250px;
  }
}
/* Media Query for Iphones */
/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- VIDEO MEDIA QUERY ----------- */
/* Portrait and Landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* your css rules for ipad portrait */
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
  /* your css rules for ipad pro portrait */
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  /* your css rules for ipad landscape */
}
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
  /* your css rules for ipad landscape */
}
/********************************
	 Customizing Animate CSS
*********************************/
.animated.delay-50ms {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}

.animated.delay-100ms {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.animated.delay-150ms {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}

.animated.delay-200ms {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.animated.delay-250ms {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}

.animated.delay-300ms {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.animated.delay-350ms {
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms;
}

.animated.delay-400ms {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.animated.delay-450ms {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}

.animated.delay-500ms {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.animated.delay-550ms {
  -webkit-animation-delay: 550ms;
  animation-delay: 550ms;
}

.animated.delay-600ms {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.animated.delay-650ms {
  -webkit-animation-delay: 650ms;
  animation-delay: 650ms;
}

.animated.delay-700ms {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

.animated.delay-750ms {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}

.animated.delay-800ms {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.animated.delay-850ms {
  -webkit-animation-delay: 850ms;
  animation-delay: 850ms;
}

.animated.delay-900ms {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.animated.delay-950ms {
  -webkit-animation-delay: 950ms;
  animation-delay: 950ms;
}

.animated.delay-1000ms {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.animated.delay-1050ms {
  -webkit-animation-delay: 1050ms;
  animation-delay: 1050ms;
}

.animated.delay-1100ms {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}

.animated.delay-1150ms {
  -webkit-animation-delay: 1150ms;
  animation-delay: 1150ms;
}

.animated.delay-1200ms {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.animated.delay-1250ms {
  -webkit-animation-delay: 1250ms;
  animation-delay: 1250ms;
}

.animated.delay-1300ms {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}

.animated.delay-1400ms {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}

.animated.delay-1500ms {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.animated.delay-1600ms {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}

.animated.delay-1700ms {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}

.animated.delay-1800ms {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

.animated.delay-1900ms {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms;
}/*# sourceMappingURL=style.css.map */