/*font-awesome*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../../plugins/shared/fonts/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../plugins/shared/fonts/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../plugins/shared/fonts/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../plugins/shared/fonts/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../plugins/shared/fonts/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../plugins/shared/fonts/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'barlow_condensedextrabold';
  src: url('../../plugins/shared/fonts/fonts/barlowcondensed-extrabold-webfont.eot');
  src: url('../../plugins/shared/fonts/fonts/barlowcondensed-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../../plugins/shared/fonts/fonts/barlowcondensed-extrabold-webfont.woff2') format('woff2'),
  url('../../plugins/shared/fonts/fonts/barlowcondensed-extrabold-webfont.woff') format('woff'),
  url('../../plugins/shared/fonts/fonts/barlowcondensed-extrabold-webfont.ttf') format('truetype'),
  url('../../plugins/shared/fonts/fonts/barlowcondensed-extrabold-webfont.svg#barlow_condensedextrabold') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'Graphik';
  src: url('../../plugins/shared/fonts/fonts/Graphik-Regular.eot');
  src: url('../../plugins/shared/fonts/fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
  url('../../plugins/shared/fonts/fonts/Graphik-Regular.woff2') format('woff2'),
  url('../../plugins/shared/fonts/fonts/Graphik-Regular.woff') format('woff'),
  url('../../plugins/shared/fonts/fonts/Graphik-Regular.ttf') format('truetype'),
  url('../../plugins/shared/fonts/fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Graphik';
  src: url('../../plugins/shared/fonts/fonts/Graphik-Medium.eot');
  src: url('../../plugins/shared/fonts/fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
  url('../../plugins/shared/fonts/fonts/Graphik-Medium.woff2') format('woff2'),
  url('../../plugins/shared/fonts/fonts/Graphik-Medium.woff') format('woff'),
  url('../../plugins/shared/fonts/fonts/Graphik-Medium.ttf') format('truetype'),
  url('../../plugins/shared/fonts/fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../../plugins/shared/fonts/fonts/Graphik-Semibold.eot');
  src: url('../../plugins/shared/fonts/fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
  url('../../plugins/shared/fonts/fonts/Graphik-Semibold.woff2') format('woff2'),
  url('../../plugins/shared/fonts/fonts/Graphik-Semibold.woff') format('woff'),
  url('../../plugins/shared/fonts/fonts/Graphik-Semibold.ttf') format('truetype'),
  url('../../plugins/shared/fonts/fonts/Graphik-Semibold.svg#Graphik-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body,
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;

  font-family: 'Graphik';
  font-weight: 400;
  color: #6e6e6e;
  font-size: 20px;
  line-height: 1.5;
}
b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 15px 0;
  color: #5b5c5b;
  font-size: 17px;
  font-family: 'Graphik';
  font-weight: 400;
  line-height: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;

  /*Change*/
  color: #282828;
  margin-bottom: 20px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  /*Change*/
  color: #000000;
}
a:hover {
  color: #1abc9c;
}
img {
  max-width: 100%;
}
.shp_img img {
  width: 100%;
}
/* .bnnr-pic-right.slide-rght .bnnr-pic-top.mar-pic img {
min-width: 350px ;
height: auto;
} */
.bnnr-pic-right.slide-rght .bnnr-pic-top.mar-pic img {
  width: auto;
  /* max-height: 550px; */
}
ul {
  margin: 0;
}

/*Change*/
ol, ul, dl {

  padding: 0;
}
input[type="text"], input[type="tel"], input[type="password"], input[type="email"] {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #cfcfcf;
  height: 65px;
  padding: 0 25px;
  font-size: 22px;
  outline: none !important;
  border-radius: 5px;
  font-weight: 400;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #91d6eb;
}
textarea {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #cfcfcf;
  height: 115px;
  padding: 0 25px;
  font-size: 22px;
  outline: none !important;
  border-radius: 5px;
  font-weight: 400;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #91d6eb;
}
select::-ms-expand {
  display: none;
}
input[type="submit"]{
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: normal;
  border-width: 1px;
}
.btn {
  line-height: 1;
  color: #15b2e3;
  background: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  outline: none !important;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
input[type="submit"]:hover {
  border-color: #15b2e3;
  background-color: transparent;
  color: #15b2e3;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #4e4e4e;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #4e4e4e;
}

::-moz-placeholder {
  opacity: 1;
  color: #4e4e4e;
}

:-moz-placeholder {
  opacity: 1;
  color: #fff;
}


.labeltxt {
  font-weight: 300;
  margin-bottom: 10px;
}
/*
ol li, ul li, dl li{
margin-bottom: 10px;
}
*/
/*
ol li:last-child, ul li:last-child, dl li:last-child{
margin-bottom: 0;
}
*/
/* images alignment for wordpress content pages */

/**/

ul {
  list-style: none;
}
.btn:hover {
  border-color: #ff9d06;
  color: #ff9d06;
  background-color: transparent;
}
/*Header*/
.navbar-brand {
  padding: 0;
  margin: 0;
  /* width: 323px; */
  display: inline-block;
  margin-bottom: -100px;
  z-index: 2;
}
.hdr_sec {
  padding: 0;
}
/*Nav*/
.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  margin-left: 28px;
  position: relative;
  padding:  0;
  line-height: 1;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}
.navbar-nav > li > a {
  color: #fff;
  line-height: 1;
  position: relative;
  padding: 0px ;
}
/*
.navbar-nav > li > a::after{
bottom: 0;
left: 0;
right: 0;
margin: auto;
height: 4px;
width: 0;
transition: all 0.4s;
position: absolute;
content: "";
background-color:#f15a27;
}
*/
.navbar-nav > li > a:hover{
  color:#1abc9c;
}
.navbar-nav > li > a {
  font-size: 16px;
  font-family: 'Graphik';
  color: #282828;
  text-transform: uppercase;
  font-weight: 500;
}
/* .navbar-nav > li > a:hover::after,.navbar-nav > li.current-menu-item > a::after{
width: 98%;
}
*/
/*Removed Ul Style*/
.ul_style > ul{
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.ul_style > ul li{
  margin: 0;
}
.scl-ic li a {
  width: 34px;
  height: 34px;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #000;
  font-size: 14px;
  margin-right: 8px;
}
.info-btn {
  margin-left: 26px;
}

.info-btn ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.scl-ic {
  margin: 0;
  padding: 0;
}
.info-btn-otr{
  margin-bottom: 23px;
}
.info-btn ul li {
  margin-right: 7px;
}
.cmn-btn {
  background: #a20e1f;
  padding: 15px 30px;
  border-radius: 5px;
  display: inline-flex;
  line-height: 1;
  align-items: center;
  /* box-shadow: 0 11px 10px rgba(190,211,230,0.8); */
  border: 2px solid #a20e1f;
}

.cmn-btn span {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
/*******Customize Css********/
.ban-outr {
  position: relative;
}
.bann-innr {
  position: absolute;
  top:0;
  padding: 110px 0 0;
  left:0;
  right:0;
  margin: auto;
}
.ban-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner p {
  margin: 0 0 27px 0;
  color: #5b5c5b;
  font-size: 20px;
  font-family: 'Graphik';
  font-weight: 400;
}
.banner h5 {
  font-size: 18px;
  color: #a20e1f;
  font-weight: 500;
  line-height: 1;
  margin: 0px 0 14px;
  text-transform: uppercase;
}
.ban-outr::after {
  /* background: #1abc9c; */
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  background-size: 100% 100%;
  top: 0;
  right: 0;
  height: 100%;
  width: 35%;
  content: "";
  position: absolute;
  z-index: 1;
}
.banner h1 {
  font-size: 60px;
  line-height: 1;
  color: #1c3f1c;
  font-family: 'barlow_condensedextrabold';
}
.bann-innr1 {
  position: absolute;
  top: 52%;
  transform: translateY(-48%);
  -ms-transform: translateY(-48%);
  -webkit-transform: translateY(-48%);
  left: 0;
  right: 0;
  margin: auto;z-index: 2;
}
.banner-outr .slick-dots,.srv-slider .slick-dots {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  bottom: 60px;
  align-items: center;
  margin: auto;
  text-align: center;
  right: 0;
}
.srv-slider .slick-dots {
  bottom: -45px;
}
.banner-outr .slick-dots li,.srv-slider .slick-dots li {

  width: 19px;
  height: 19px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -wwebkit-transition: all 0.6s;
}
.banner-outr .slick-dots li.slick-active button, .banner-outr .slick-dots li:hover button {
  background: #489931;width: 16px;
  height: 16px;
}
.banner-outr .slick-dots li button,.srv-slider .slick-dots li button{
  background: #aaaaab;
  border: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -wwebkit-transition: all 0.6s;
}
.srv-slider .slick-dots li.slick-active button, .srv-slider .slick-dots li:hover button {
  background: #a20e1f;width: 12px;
  height: 12px;
}
.banner-outr .slick-next.slick-arrow, .banner-outr .slick-prev.slick-arrow {
  position: absolute;
  left: 202px;
  border: 0;
  z-index: 99;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0.2);
  border-radius: 100%;
  color: #f7f9fb;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
}
.banner-outr .slick-next.slick-arrow {
  left: auto;
  right: 212px;
}
.banner-outr .slick-prev.slick-arrow {
  left: 212px;
}
/**/
.prod_ofrd {
  background: #f5fff5;
  padding: 70px 0 70px;
}
.prod_ofrd .slick-dots {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  bottom: -60px;
  align-items: center;
  margin: auto;
  text-align: center;
  right: 0;
}
.prod_ofrd .slick-dots li {
  margin: 0 4px;
  height: 19px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -wwebkit-transition: all 0.6s;
}
.prod_ofrd .slick-dots li.slick-active button, .prod_ofrd .slick-dots li:hover button {
  background: #489931;width: 120px;
  height: 6px;
}
.prod_ofrd .slick-dots li button {
  background: #aaaaab;
  border: 0;
  font-size: 0;
  width: 30px;
  height: 6px;
  border-radius: 5px;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -wwebkit-transition: all 0.6s;
}
.prod_ofrd .slick-next.slick-arrow, .prod_ofrd .slick-prev.slick-arrow {
  position: absolute;
  left: -65px;
  /* top: auto; */
  border: 0;
  z-index: 99;
  border-radius: 100%;
  color: #adb4ad;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  background: none;
  outline: 0;
  transform: translateY(-50%);
}
.prod_ofrd .slick-next.slick-arrow {
  left: auto;
  right: -65px;
}
.prod_ofrd .slick-prev.slick-arrow {
  left: -65px;
}
.product_sldr_otr .slick-slide {
  padding: 0px 13px;
}
.product_sldr_otr .slick-list {
  margin: 0px -13px;
}
.prod_otr_bk {
  padding: 25px 25px;
  background: #fff;
  box-shadow: 0 0px 18px rgba(0, 0, 0, .05);
  text-align: center;
  height: 100%;
  min-height: 250px;
  margin-bottom: 7px;
}
.prd_txt h3 {
  font-size: 24px;
  color: #232a23;
  font-weight: 500;
  margin-bottom: 6px;
}
.prd_img img {
  display: block;
  /* min-height: 100px; */
  margin: auto;
  margin-bottom: 20px;
}
.prod_ofrd .slick-arrow .fa, .banner-outr .slick-arrow .fa{
  font-size: 45px;
}
.prod_ofrd .slick-arrow:hover{
  color: #a20e1f;
}
.banner-outr .slick-arrow:hover {
  color: #1abc9c;
  background: rgba(0,0,0,0.5);
}
.wht_card .btn:hover {
  background-color: #fff;
}
.bnr_content h1 {
  color: #fff;
}
.index_con.bnr_content {
  padding-top: 250px;
  max-width: 680px;
}
.bnr_content p {
  color: #fff;
  line-height: 1.6;
}
.sec_gap {
  padding: 235px 0;
}

.cmn_otr{
  margin-bottom: 35px;
}
.ser_inn {
  padding: 0px 25px;
}
.list_cont {
  padding-left: 28px;
}
.line_btm {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.icn1.small_cer{
  top: -43px;
  left: 0;
  right: 0;
  margin: auto;
}

footer {
  background-color: #25272e;
  padding: 0;
}
footer a, footer p {
  color: #d4d4d4;
  font-size: 17px;
  /* font-family: 'Inter'; */
  font-weight: 400;
}
footer h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #e7e7e7;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-innr {
  padding-top: 40px;
  padding-bottom: 55px;
}
.col-md-4.foot-innr {
  border-left: 1px solid #767575;

  padding-left: 25px;
}
.ftr_menu ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px -31px;
}
.ftr_menu ul li{
  margin: 0;
  padding: 0px 31px;
  position: relative;
}
footer .ftr-dwn-in ul li a {
  color: #000;
  font-size: 19px;
  /* padding: 0 15px; */
  border-right: 1px solid #ddd;
  line-height: 1;
  background: #fff;
}
footer .ftr-dwn-in ul li:last-child  a{

  padding-right: 0 ;
  border-right: 0;
}
.ftr-dwn-in {
  border-top: 1px solid #767575;
  padding: 30px 0;
}
.ftr_menu ul a,.ftr_txt p,.ftr_txt p a{
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
.ftr_menu ul a:hover, .ftr_txt p a:hover{
  color: #23a6de;
}
.ftr_logo {
  max-width: 328px;
  margin: auto;
  margin-bottom: 40px;
}
address {
  color: #d4d4d4;
  font-size: 17px;
}
footer .scl-ic li a {
  border: 1px solid #fff;
}
.ftr_txt{
  margin-top:40px;
}
.ftr_txt p {
  margin: 0;
}
.footer-innr ul li a span {
  color: #23a6de;
}
.footer-menu li {
  margin-bottom: 4px;
}
.col-md-3.foot-innr {
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
}
.col-md-2.foot-innr {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 18.667%;
  max-width: 18.667%;
}
.scl-ic li a:hover {
  background: #23a6de;
  transform: scale(1.18);
  border-color: #23a6de;
}
.add-div ul li span {
  font-size: 17px;
  color: #d4d4d4;
  margin-right: 4px;
}
footer a {
  vertical-align: top;
  display: inline-block;
}
.footr-down-sec p span {
  color: #1abc9c;
}
/*How Its WOrks*/

.cmn_otr.wht h2,.cmn_otr.wht p,.cmn_otr.wht h5{
  color: #fff;
}
.cmn_otr h2 span {
  color: #529852;
}
.hdr.text-center p{
  margin-left: auto;
  margin-right: auto;
}
.slm_cer_bx {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  position: absolute;
  background: #23a6de;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  border-radius: 100%;
  justify-content: center;
  bottom: -25px;
  z-index: 50;
  line-height: 1;
  box-shadow: 5px 5px 20px 6px rgba(123, 123, 123, 0.50);
}
.ser_img {
  width: 132px;
  height: 132px;
  border-radius: 100%;
  border: 1px solid #e1e0e0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.servc_sec .row > div {
  padding: 15px;
}
.servc_sec .row {
  margin: -15px;
}
/*About us*/

.sec_logo {
  max-width: 323px;
  margin-bottom: 25px;
}
.abt_us .hdr p {
  margin-bottom: 22px;
  font-size: 18px;
  color: #1a2533;
  font-weight: 400;
  font-family: 'Graphik';
}
.abt_us .hdr p b {

  font-weight: 500;

}

.abt_us.donate-sec {
  background: none;
  padding: 120px 0;
}
.dnt-img {
  position: relative;
}
.dnt-img-otr .dnt-img:first-child {
  margin-top: 85px;
  margin-right: 25px;
}
.abt_us.donate-sec .hdr.cmn_otr {
  margin-top: 65px;
}
.ronund_img {
  width: 678px;
  height: 678px;
  border-radius: 100%;
  /* overflow: hidden; */
  margin-left: -160px;
  position: relative;
}
.ronund_img::after {
  position: absolute;
  bottom: 0px;
  height: 98%;
  width: 98%;
  content: "";
  background: #15b2e3;
  z-index: -1;
  background-size: 100% 100%;
  left: -10px;
  border-radius: 100%;
}

.ronund_img img {
  max-width: 100%;
  width: 100%;
  border-radius: 100%;
}
.ronund_sml_img img {
  width: auto;
}
.ronund_sml_img {
  position: absolute;
  right: 11px;
  bottom: -20px;
  height: 310px;
  width: 310px;
  background: #fff;
  border-radius: 100%;
  border: 10px solid #5a2982;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 11px 10px rgba(0,0,0,0.1);
}
.fr-ph .fa {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #5a2982;
  color: #fff;
  font-size: 30px;
  margin: 0 10px;
}
.fr-ph a span {
  color: #00529c;
  font-size: 26px;line-height: 1;
  font-weight: 700;font-family: 'Inter';
}
.fr-ph a span b {
  color: #282828;
  font-size: 22px;
  font-weight: 600;
}

/*Blog*/

.blog_sec.our-blg  {
  background: url(../images/blog-bk.jpg);
  background-attachment: fixed;
  background-size: 100% 100%;
  padding: 95px 0 128px;
}

.cmn-btn.bd-btn span {
  display: inline-block;
  font-size: 16px;
  color: #15b2e3;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Inter';
}
.cmn-btn.bd-btn {
  background: transparent;
  border: 1px solid #15b2e3;
  padding: 12px 30px;
  margin: 15px 0;
  box-shadow: none;
}
.blog_otr {
  padding: 14px;
  height: 100%;
  background: #f4f4f4;
  position: relative;
  border-radius: 10px;
  z-index: 1;
}
.blog_otr::after {
  position: absolute;
  right: 15px;
  top: 15px;
  transform: none;
  content: "";
  left: 15px;
  bottom: 15px;
  border-radius: 10px;
  border: 2px solid #15b2e3;
  overflow: hidden;z-index: -1;
}
.blog_img {
  margin-bottom: 15px;
  width: 184px;
  height: 184px;
  margin: auto;
  border-radius: 100%;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;margin-top: 25px;
}
.blog_sec p {
  font-size: 18px;
}
.my-blg{

  padding-right: 21px;
  padding-left: 21px;
}
.blog_sec.our-blg .blog_otr {
  background: #fff;
  border-radius: 0;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
}
.blog_sec.our-blg .blog_otr::after {
  display: none;
}
.ou_img {
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  margin-top: -50px;
}


.blog_sec.our-blg .cmn-btn ,.blog_sec.our-blg .cmn-btn.bd-btn{
  font-size: 18px;
  font-weight: 500;
  font-family: 'Graphik';
  margin: 15px 0 35px;padding: 17px 30px;
}

.blog_sec.our-blg .row{
  margin: 0 -15px;
}
.blog_sec .row{
  margin: 0 -20px;
}
.blog_dt {
  display: inline-block;
  background-color: #23a6de;
  border-radius: 10px;
  padding: 0;
  margin-bottom: 15px;
}
.blog_dt p {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  padding: 8px 20px;
  border-right: 1px solid #fff;
}
.blog_otr h3 {
  margin-bottom: 10px;
}
.blog_otr > p{
  margin-bottom: 10px;
  color: #6c6f70;
  font-size: 18px;
}
.rd_mr {
  color: #ff9d06;
  font-weight: 600;
  text-decoration: underline !important;
}
.blog_otr h3 {
  color: #222d36;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
}
.blog_otr h3 span{

  font-weight: 400;

}
.blog_btm{
  padding: 0px 10px;
  padding-bottom: 20px;
}
.blog_sec.our-blg .blog_btm {
  padding: 0px 15px;
}
.blog_sec.our-blg .blog_otr h3 {
  color: #222d36;
  font-size: 26px;
  font-weight: 600;
  text-transform: none;
  margin-top: 24px;

}
.btn_top{
  margin-top: 60px;
}
.cmn_otr h5 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  font-family: 'Atma';
  color: #15b2e3;
  margin-bottom: 7px;
}
.cmn_otr h2 {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  color: #232a23;
  /* font-family: 'Inter'; */
}
/*Contact*/
.cntct-sec {
  background: url(../images/cnt-bk.png);
  background-size: 100% 100%;
  padding: 65px 0;
  position: relative;
}
.cntct-sec::before {
  position: absolute;
  top: -140px;
  height: 144px;
  width: 100%;
  content: "";
  left: 0;
  background: url(../images/crv3.png);
  /* z-index: -1; */
  background-size: 100% 100%;
}

.con_logu {
  width: 166px;
}

.con_frm .row {
  margin: -12px;
}
.con_frm .row > div {
  padding: 17px 12px;
}

.row.con_row {
  padding: 30px 5% 0;
}


.bnr_sml {
  font-size: 52px;
}


.login_frmr .row > div {
  padding: 8px;
}
.login_frmr {
  padding-left: 30px;
}
.rem_for{
  padding-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner_con{
  max-width: 780px;
  margin: auto;
  text-align: center;
}

.sml_gap{
  padding: 50px 0;
}
.lft_float_img img {
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
  max-width: 650px;

}
.bg_p_gap p:not(:last-child){
  margin-bottom: 30px;
}
.current-menu-item a {
  color: #1abc9c !important;
}
.current-menu-item .sub-menu a {
  color: #000 !important;
}
.current-menu-item .sub-menu a:hover {
  color: #fff !important;
}
.ldr {
  margin: 40px auto 0 auto;
  text-align: center;
}

.gray_bk{
  background-color: #f2f2f2;
}
.gray_bk .wht_card {
  background-color: #fff;
}

.ser_rec:hover {
  background-color: #23a6de;
}
.ser_rec h3,.ser_rec p,.ser_rec .ser_img img{
  transition: all 0.4s;
}
.ser_rec:hover h3,.ser_rec:hover p{
  color: #fff;
}
.ser_rec:hover .ser_img img {
  transform: scale(1.1);
}


.login.html{
  height: 100vh;
}
.user_ser_hdr .navbar-nav > li > a{
  color:#282828;
}
.ser_prv_img {
  height: 100vh;
  width: 38%;
  position: absolute;
  left: 0;
}
.ser_prv_otr {
  display: flex;
  align-items: center;
  height: 100vh;
}



.text-center.ftr_ccp.user_det {
  padding: 15px 0;
}
.user_det p {
  color: #fff;
}
.user_det_mobl{
  display: none;
  padding: 20px 0;
}

.user_rnd .cercle_cx {
  margin-left: 0;
  margin-bottom: 15px;
  width: 120px;
  height: 120px;
  padding: 17px;
}
.user_rnd.row  h3{
  margin-bottom: 8px;
  font-size: 24px;
}
.user_rnd.row p{margin-bottom: 0;font-size: 18px;}
.tab-content {
  margin-top: 25px;
}
.con_frm input, .con_frm textarea {
  border-width: 2px;

}
.form_input_check span a {
  color: #23a6de;
  text-decoration: underline !important;
}
.regis_btn{
  margin-top: 35px;
}

.user_rnd img {
  width: 60px;
}
.hide_view.no_hide_view {
  display: inline;
}

.ser_prv_img .ftr_ccp a {
  color: #fff;
}
.sub_btn_stl {
  position: relative;
  text-align: center;
  margin: auto;
  margin-top: 10px;
}

/*2-2*/
.container, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 1300px;
}
/***hdr fix ****/
.hdr_fix {
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background: #fff;
  animation: slide-down 0.7s;
  -ms- animation: slide-down 0.7s;
  -webkit- animation: slide-down 0.7s;
  box-shadow: 0 5px 20px rgba(0,0,0,.2);
  padding: 10px 0;
}
@keyframes slide-down{0%{opacity:0;transform:translateY(-100%);-moz-transform:translateY(-100%);-webkit-transform:translateY(-100%);-o-transform:translateY(-100%);-ms-transform:translateY(-100%);}
100%{opacity:0.9;transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);}
}

.hdr_sec.hdr_fix a img {
  max-width: 100%;
  width: 115px;
}
.hdr_sec.hdr_fix .navbar-brand {
  padding: 0;
  /* width: 323px; */
  display: inline-block;
  z-index: 2;
}
.cmn-btn:hover {
  background: #579943;
  transition: 0.6s;
  border:2px solid #579943;
}
.cmn-btn:hover span {
  transition: 0.6s;
  color: #fff;
}
.cmn-btn:hover .fa {
  color: #ffffff;
}
input:active ,textarea:active{
  border: 1px solid #fff;
}
input:focus ,textarea:focus{
  border: 1px solid #fff;
}


.bg-ls-txt {
  background: #f7f7f7;
  padding: 20px 20px;
}
.ntn-pic {
  border-radius: 0;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.press .cmn_otr h2 {
  padding-bottom: 18px;
}
.bg-ls-txt h3 {
  font-size: 25px;
  color: #15b2e3;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Inter';
}
.bg-ls-txt p {
  font-size: 18px;
  color: #282828;
  font-weight: 400;
  margin-bottom: 0;
  font-family: 'Graphik';
}
.press {
  padding: 80px 0;
}
.press .col-md-4 {
  margin-bottom: 25px;
}
/*SubMenu*/
.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  width: 200px;
  padding: 0;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  /* padding-top: 10px; */
  margin-top: 5px;animation: sld-down 1.5s;
  -ms- animation: sld-down 1.5s;
  -webkit- animation: sld-down 1.5s;

}
/*
@keyframes sld-down{0%{opacity:0;transform:translateY(-30%);-moz-transform:translateY(-30%);-webkit-transform:translateY(-30%);-o-transform:translateY(-30%);-ms-transform:translateY(-30%);}
30%{opacity:0.9;transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);}
}
*/
.sub-menu::after {
  background: transparent;
  background-size: 100% 100%;
  top: -5px;
  left: 0;
  height: 22px;
  width: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  /* border-radius: 30px; */
}
.sub-menu>li {
  width: 100%;
  display: block;
}
.sub-menu>li>a {
  color: #000;
  display: block;
  width: 100%;
  padding: 13px 15px;
  line-height: 1.2;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;border-left: 3px solid transparent;
}

.sub-menu>li>a:hover,
.sub-menu>li:hover>a {
  /* border-color: #ddd; */
  background: #a20e1f;color: #fff;
}
.sub-menu>li>a {
  padding-right: 16px;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.6em;
  vertical-align: 0.10em;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  /* width: 7px; */
  /* height: 16px; */
}
.navbar-nav > li.dropdown:hover .sub-menu {
  display: block;

}
.navbar-nav > li.dropdown:hover .lg-screens {
  display: block;
}

/*  */
.top_outr {
  background: #1a365e;
  padding: 10px 0px;
}
.top_innr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cnt_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.log_icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.log_icon li:first-child a {
  padding-left: 0;border: 0;
}
.log_icon li:last-child a i{
  padding-left: 5px;font-size: 20px;
}
.log_icon ul li a ,.cnt_area ul li a{
  font-size: 16px;
  color: #fff;
  font-weight: 400;font-family: 'Graphik';
}

.cnt_area ul li a {
  padding-right: 25px;
  display: flex;
  align-items: center;

}
.cnt_area ul li a i, .cnt_area ul li a img {
  padding-right: 7px;
  font-size: 20px;
}
.log_icon ul li a{
  padding: 0 10px;
  border-left: 1px solid #ccc;
}
/**/
.abt_us.nwz-sc {
  padding: 120px 0;
  background: url(../../images/frontend/nwz-bg.jpg);
  background-size: 100% 100%;
}
.contact-form form {
  position: relative;
  width: 84%;
}
.contact-form form input[type="tel"] {
  border: 1px solid #4e4e4e;
  height: 48px;
  line-height: 52px;
  padding-left: 20px;
  color: rgba(0,0,0,0.5);
  font-size: 15px;
  background: #fff;
  width: 65%;
  border-radius: 5px;
}
.contact-form form input[type="submit"] {
  color: #fff;border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
  background: #a20e1f;
  text-transform: uppercase;
  width: 174px;
  line-height: 48px;
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  padding: 0;
}
/*search*/

.search-outr {
  margin-left: 4px;
}
.search-outr form {
  position: relative;
}
.search-innr ::placeholder {
  color:#000;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  opacity: 1;
}

.search-innr :-ms-input-placeholder {
  color:#000;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  opacity: 1;
}

.search-innr ::-ms-input-placeholder {
  color:#000;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  opacity: 1;
}


/*search box*/
button:focus {
  border: 0;
  box-shadow: 0;
  outline: 0;
}
.search-icon {
  font-size: 30px;
  color: #000;
  border: 0;
  outline: none;
  width: 60px;
  cursor: pointer;
  background: none;
}
.search-icon.icn {
  color: #000;
  font-size: 21px;
  height: ;
  background: #f3f3f3;
  padding: 10px;
  border-radius: 5px;
}
.search-toggle .search-icon.icon-close {
  display: none;
}
.search-toggle.opened .search-icon.icon-search {
  display: none;
}
.search-toggle.opened .search-icon.icon-close {
  display: block;
}

.search-container {
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
}
.search-container.opened {
  max-height: 100px;
}
.search-container input[type="text"] {
  outline: none;
  margin: 23px 0;
  width: 400px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  font-size: 16px;
  height: 40px;
  padding: 0 20px;
}
.search-container .search-icon {
  vertical-align: middle;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  background: #a20e1f;
  color: #fff;
}
.search-innr {
  position: relative;
}

.search-container {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 99;
}
/*end search box*/
.prod_ofrd.myprvd .prod_otr_bk {
  text-align: left;
}
.prod_ofrd.myprvd .prd_img {
  padding: 45px;
  background: #f2f2f2;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;position: relative;
  border-radius: 10px 10px 0 0;
}
.prod_ofrd.myprvd .prd_img img {
  display: block;
  min-height: auto;
  margin: 0;
  margin-bottom: 0;
  /* width: 100%; */
}
.prod_ofrd.myprvd .prod_otr_bk {
  padding: 0;
  background: #fff;
  box-shadow: none;
  text-align: left;
  height: 100%;
  margin-bottom: 0;
  border: 1px solid #ada2a2;
  border-radius: 10px;
  /* margin-bottom: 10px; */
}
.prod_ofrd.myprvd .col-md-4.col-6 {
  margin-bottom: 30px;
}
.prod_ofrd.myprvd .prd_rvw {

  position: absolute;
  bottom: -10px;
  left: 25px;
  line-height: 1;
}
.prod_ofrd.myprvd .prd_rvw a {
  font-weight: 500;
  font-size: 15px;
  color: #fff;background: #529852;
  padding: 13px 22px;
  color: #fff;
  width: auto;border-radius: 10px;
}
.prod_ofrd.myprvd .prd_txt {
  padding: 42px 25px;
}
.prod_ofrd.myprvd .prd_txt h2,.pr-detls .prd_txt h2{
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 11px;
  min-height: 53px;
}
.prod_ofrd.myprvd .prd_txt h3 ,.pr-detls .prd_txt h3{
  font-size: 16px;
  color: #a20e1f;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.prod_ofrd.myprvd .prd_txt h4,.pr-detls .prd_txt h4 {
  font-size: 20px;
  color: #529852;
  font-weight: 600;
  text-transform: uppercase;

}
.cmn-btn.rd-btn {
  background: transparent;

}
.cmn-btn.rd-btn span {
  color: #a20e1f;

}
.rd-btn.cmn-btn:hover {
  background: #428d2f;
}
/* .rd-btn.cmn-btn:hover img {
background: #fff;
} */
.rd-btn.cmn-btn img {
  margin-right: 6px;
}
.rd-btn.cmn-btn:hover span {
  color: #fff ;
}
.prod_ofrd.myprvd {
  background: #fff;
}
.prod_ofrd.green-sec {
  background: #1abc9c;
  position: relative;
  padding: 30px 0 330px;
}
.prod_ofrd.green-sec .prod_otr_bk {
  text-align: left;
  border-radius: 10px;
  position: absolute;
  margin-bottom: 0;
  height: fit-content;
  top: 0;
}
.prod_ofrd.green-sec .prd_txt h3 {
  font-size: 44px;
  color: #6e6e6e;margin-bottom: 12px;
}
.prod_ofrd.green-sec .prd_txt h5 {
  font-size: 21px;
  color: #232a23;
  font-weight: 500;
  position: relative;padding-left: 54px;
}
.prod_ofrd.green-sec .prd_txt h3::after {
  background: url(../../images/frontend/rght.png);
  background-size: 100% 100%;
  top: 30px;
  left: 30px;
  height: 43px;
  width: 43px;
  content: "";
  position: absolute;
  z-index: 1;
}
.sev_slide {
  padding: 35px 26px;
  background: #fff;
  border-radius: 10px;
}
.abt_us.srv-us {
  background: #f7f8fa;
  padding: 80px 0;
}
.abt_us.srv-us .cmn_otr h2 {
  font-size: 44px;

}
.abt_us.srv-us h5 {
  font-weight: 600;
  font-size: 22px;
  color: #232a23;
  margin-bottom: 0;
}
.abt_us.srv-us h6 {
  font-size: 17px;
}
.abt_us.srv-us .sev_txt p {
  font-size: 20px;
}
.crcl-txt {
  margin-left: 20px;
}



.prod_ofrd.myprvd.my-serv {
  padding: 70px 0 64px;
}
.prod_ofrd.myprvd.my-serv  .prd_txt {
  background: #f2f2f2;
}
.prod_ofrd.myprvd.my-serv .prd_txt h2 {
  min-height: auto;
}
.abt_us.srv-us .cmn_otr {
  margin-bottom: 0;
}

#whtsapp,#scrollz {
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 145px;
  right: 12%;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#whtsapp:hover,#scrollz:hover {
  cursor: pointer;
}
#whtsapp:active {
}
#whtsapp.shown {
  opacity: 1;
  visibility: visible;
}
#scrollz {
  bottom: 200px;
  background: #a20e1f;
  border-radius: 100%;display: flex;
  justify-content: center;align-items: center;
  color: #fff;

}
#scrollz .fa{
  font-size: 20px;
}
#scrollz.show {
  opacity: 1;
  visibility: visible;
}
.prtnr_sldr_otr .slick-slide {
  padding: 0px 16px;
}
.prtnr_sldr_otr .slick-list {
  margin: 0px -16px;
}
.prtnr_sldr_otr .prod_otr_bk {
  padding: 7px 30px;
  min-height: 128px;
  margin-bottom: 7px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.prod_ofrd .prtnr_sldr_otr .slick-next.slick-arrow, .prod_ofrd .prtnr_sldr_otr .slick-prev.slick-arrow {
  color: #fff;
  width: 32px;
  height: 32px;
  background: #e5e5e5;
}
.prod_ofrd .prtnr_sldr_otr .slick-arrow .fa{
  font-size: 26px;
}
.prtnr_sldr_otr .prd_img img {
  min-height: auto;
  margin: auto;
  margin-bottom: 0;
}
.my-form-sec {
  padding-bottom: 35px;
  border-bottom: 1px solid #888882;
}
footer .cmn_otr h2 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 600;
  color: #232a23;
  /* font-family: 'Inter'; */
}
.my-form-sec input {
  /* letter-spacing: 1px; */
  background-color: #f7f8fa !important;
  font-size: 19px;
  color: #fff;
  border-radius: 30px;
  width: 100%;
  border: 0;
  /* padding: 20px; */
  height: 54px;
  outline: 0;
  line-height: 1;
  padding: 0 20px;
  text-transform: capitalize;
}
.my-form-sec input[type="submit"] {
  /* letter-spacing: 1px; */
  background-color: #a20e1f !important;
  font-size: 17px;
  color: #fff;
  border-radius: 30px;
  text-transform: capitalize;
  /* width: 100%; */
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 45px;
  outline: 0;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  right: 21px;
  width: 170px;
  top: 4px;
  text-transform: uppercase;
}
.my-form-sec form {
  width: 42%;
  position: relative;
}
footer .my-form-sec p {
  width: 70%;
}
.info-btn ul li a .fa {
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}

.hdr_sec.hdr_fix .navbar-brand {
  margin-bottom: -53px;

}
.banner.inr-bnr p {
  width: 70%;
  margin: auto;
}

.prod_ofrd.notresc {
  background: #1abc9c;
}
.prod_ofrd.notresc .prod_otr_bk {
  box-shadow: none;
  border-radius: 10px;
}
.prod_ofrd.notresc .prod_otr_bk {
  padding: 35px 10px;
}
.notresc-oy {
  margin-bottom: 30px;
}
.prod_ofrd.notresc .prd_txt h3 {
  font-size: 23px;
}
.prod_ofrd.notresc .prd_img img {
  min-height: 116px;
}
.prod_ofrd.notresc .prod_otr_bk:hover {
  background: #a20e1f;
  transition: 0.6s;
}
.prod_ofrd.notresc .prod_otr_bk:hover .prd_txt h3 a {
  color: #fff;
}
.prod_ofrd.notresc .prod_otr_bk:hover .prd_txt p {
  color: #fff;
}
.prod_ofrd.notresc .prod_otr_bk:hover .prd_img img {
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(4deg) brightness(114%) contrast(101%);
}
.vs-img {
  border-radius: 10px;
  overflow: hidden;

}
.vs-img-ot {
  position: relative;
  z-index: 1;
}
.vs-img-ot::after {
  background: #a20e1f;
  top: 20px;
  left: 20px;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 10px;
}
.abt_us.donate-sec.visns {
  background:#f5fff5;
}
.row.visns-otr {
  align-items: center;
}
.abt_us.donate-sec.visns .vs-img-ot::before {
  background: url(../images/dots.png);
  background-size: 100% 100%;
  top: 110px;
  left: -50px;
  height: 411px;
  width: 280px;
  content: "";
  position: absolute;
  z-index: -1;
}
.abt_us.donate-sec.visns .vs-img-ot {
  padding-left: 45px;
}
.abt_us.donate-sec.visns .hdr.cmn_otr {
  margin-top: 65px;
  margin-right: 30px;
}
.eqip_sldr_otr .slick-slide {
  padding: 0px 10px;
}
.eqip_sldr_otr .slick-list {
  margin: 0px -10px;
}
.prod_ofrd.eqp-se {
  background: #fbf7f7;
  padding: 100px 0 134px;
}
.eqip_txt {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 0;
}
.eqip_txt.domains {
  padding: 20px;
  border: 0 !important;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 0;
}
.eqip_txt h3 {
  font-size: 20px;
  font-weight: 600;
  color: #a20e1f;
  margin-bottom: 5px;text-transform: uppercase;
}
.eqip_txt p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
.eqip_txt li {
  margin-right: 6px;
}
.eqip_txt li a .fa {
  font-size: 24px;
}
.eqip_txt li a.lk .fa {

  color: #0a66c2;
}
.eqip_txt li a.tw .fa {

  color: #03a9f4;
}
.eqip_txt li a.fb .fa {

  color: #475993;
}
.Pager2 .page-item {
  margin-right: 7px;
}
.Pager2 .page-item .page-link {
  border-radius: 6px !important;
  width: 46px;
  font-size: 22px;
  font-weight: 500;line-height: 1;
}
.Pager2 .page-item.active .page-link {
  background-color: #a20e1f;
  border-color: #a20e1f;
}
.Pager2 .page-link {
  color: #fff;
  background-color: #9d9d9d;
  border: 1px solid #9d9d9d;
}
.Pager2 .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #a20e1f;
  border-color: #a20e1f;
}
.prod_ofrd.prtnrz.pr-prtnrz{
  background-color:#fbf7f7;
}
/* faq */



.qus {
  margin-bottom: 15px;
}

.qus:last-child {
  margin-bottom: 0px;
}

.qus h1 {
  color: #282828;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}
.qus {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.qus .accordion-header {
  background: #f7f7f7;

  position: relative;
  border-radius: 0;
}

.qus .accordion-header {
  /* padding: 17px 30px; */
  padding: 12px 25px;
  border: 0;
}

.qus .accordion-content {
  padding: 0px!important;
}

.qus .accordion-content {
  border: none;
}

.faq__outr .accordion-item-active .accordion-header h1 {
  color: #a20e1f;
}

.faq__outr .accordion-content p {
  font-size: 17px;
  line-height: 1.5em;
  color: #4d5356;
  padding: 5px 30px 15px;
}
.faq__outr .accordion-header h1 {
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.faq__outr .accordion-header.accordion-header-active::before {
  content: "\f068";
}
.faq__outr .accordion-header::before {
  position: absolute;
  content: "\f067";
  background-size: 100% 100%;
  color: #a20e1f;
  top: 50%;
  right: 3.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* height: 13px; */
  /* width: 17px; */
  font: normal normal normal 14px/1 FontAwesome;
  /* font-weight: 900; */
}
.qus.accordion-item-active .accordion-content {
  margin-top: 9px;
}
.qus.accordion-item-active .accordion-content p{
  color:#4d5356;
}
/**** faq*****/

/*breadcrumb*/
.breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d;
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  top: 2px;
  position: absolute;
  left: 0;
  font-size: 17px;
  color: #a20e1f;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
  margin-left: 12px;
  position: relative;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumb-item a,.breadcrumb-item  {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.breadcrumb-item.active {
  color: #a20e1f;
}
/**/
.prod_ofrd.myprvd.my-brdcr {
  padding: 40px 0 10px;
  /* padding: 40px 0 84px; */
}
.brd-font {
  margin-bottom: 55px;
}
.brd-btnz form input {
  width: 100%;
  height: 50px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 25px;
  border: 0;
  background: #eee;
  font-size: 17px;
  transition: all 0.5s;
}

.brd-btnz form input:hover {
  background: #ccc;
}

.brd-btnz form input:focus {
  outline: none;
}
.brd-btnz select {
  -webkit-appearance: none;
  background: #fff url('../../images/frontend/ar2.png') no-repeat;
  background-size: auto;
  background-position: 97%;
  font-weight: 500;
  opacity: 1;
  display: block;
  border: 1px solid #282828;
  padding-left: 12px;
  height: 50px;
  width: 100%;
  color: #282828;
  opacity: 1;
  font-size: 19px;
  line-height: 27px;
  border-radius: 5px;
  padding-left: 20px;
  /* padding-right: 20px; */
}
.brd-btnz .col-md-6 ,.brd-btnz .col-md-4,.brd-btnz .col-md-2 {
  padding: 0 5px;
}
.brd-btnz .row {
  margin-right: -5px;
  margin-left: -5px;
}
.brd-btnz form input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #282828;
  background: transparent;
  font-size: 19px;
  transition: all 0.5s;
  color: #282828;
  font-weight: 500;
  opacity: 1;
}
.brd-btnz form input[type="search"]::placeholder {
  opacity: 1;
  color: #282828;
}
.brd-btnz {
  margin-bottom: 45px;
}
.brd-btnz .cmn-btn {
  width: 100%;
  justify-content: center;
}
.affi-txt h5{
  color: #282828;
  opacity: 1;
  font-size: 19px;
  font-weight: 500;margin: 0;
}
.affi-txt {
  margin-top: 25px;
}
.brd-btnz .affi-txt select {
  width: 413px;
  line-height: 1.2 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  transition: all 0.3s !important;
  text-transform: uppercase;
}
.brd-btnz .affi-txt select > option:hover {
  background-color: #00bb9e;
}
/*product-details*/
.nosr_sldr_otr .slick-slide {
  padding: 0px 13px;
}
.nosr_sldr_otr .slick-list {
  margin: 0px -13px;
}
.tab-scr .nav-tabs .nav-link {
  border-radius: 5px;
}
.tab-scr .nav-tabs .nav-link {
  color: #a20e1f;
  font-weight: 500;
  padding: 17px 22px;
  font-size: 17px;
  line-height: 1;text-transform: uppercase;
  border: 1px solid #a20e1f !important;
}
.tab-scr .nav-tabs .nav-item {
  margin-right: 7px;
}
.tab-scr .nav-tabs .nav-link.active {
  background: #a20e1f !important;
  color: #fff;
}
.tab-scr .tab-content > .tab-pane {
  padding: 35px 41px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.tab-scr .tab-content {
  margin-top: 0;
}
.productsslider-inr.prd_img {
  padding: 45px;
  background: #f2f2f2;
  min-height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.slider.productsslider-nav {
  margin-top: 25px;
}
.productsslider-navinr {
  padding: 25px 8px;
  background: #f2f2f2;
}
.productsslider-nav .slick-slide {
  padding: 0px 5px;
}
.productsslider-nav .slick-list {
  margin: 0px -5px;
}

.web-ul .swiper-slide {
  width: 30%;
  margin-right: 10px;
}

/*quantity*/

.qty-input {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.qty-input .product-qty, .qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: 500;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
  font-size: 20px;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}
.qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}
.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}


.qty-input {
  border-radius: 4px;
  box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7);
}




/*21-2*/
.prod_ofrd.eqp-se.useqp .row .col-md-3 {
  margin-bottom: 30px;
}
.prod_ofrd.eqp-se.useqp {
  background: #fff;
}
.prod_ofrd.eqp-se.useqp .row {
  justify-content: center;
}
.prod_ofrd.eqp-se.useqp .eqip_img {
  border-top-left-radius: 10px;
  overflow: hidden;
  border-top-right-radius: 10px;
}
.pr-detls {
  padding: 35px 0 90px;
}

.products-listz {
  background: #fdf5e0;
  padding: 20px;
  border-radius: 6px;
}
.pr-detls .prd_txt h3 {
  margin-bottom: 18px;
}
.quants-in {
  border: 1px solid #000;
  border-radius: 6px;
  overflow: hidden;
}
.qty-input .qty-count--minus ,.qty-input .qty-count--add{
  background: #f2f2f2;
}
.col-md-2.prdtls-lst {
  -ms-flex: 0 0 20.697%;
  flex: 0 0 20.697%;
  max-width: 20.697%;
}
.col-md-5.prdtls-inn {
  -ms-flex: 0 0 37.637%;
  flex: 0 0 37.637%;
  max-width: 37.637%;
}
/*22-2*/
.prz-list-in span {
  font-size: 17px;
  font-weight: 500;
  margin-left: 10px;
}
.prz-list-in {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #ccc;
}
.quants {
  margin-bottom: 20px;
  align-items: center;
}
.pr-detls .prd_txt .quants h3 {
  margin-bottom: 0;
}
.pr-detls .prd_txt .cmn-btn {
  padding: 15px 9px;
  margin-right: 6px;
}
.pr-detls .prdtls-inn .prd_txt h3.ctgg span {
  color: #a20e1f;
}
.pr-detls .prdtls-inn .prd_txt h3 {
  color: #000;
  /* text-transform: capitalize; */
}
.quants-in {
  margin-left: 40px;
}
.pr-detls .prdtls-inn .prd_txt h2 {
  min-height: auto;
}
.wpp-list {
  margin-top: 30px;
}
.pr-detls .prd_txt .wpp-list h3 {
  margin-bottom: 0px;
}
.pr-detls .prd_txt .wpp-list .scl-ic li a.twtrzx {
  color: #fff;
  background: #55acee;
}
.pr-detls .prd_txt .wpp-list .scl-ic li a.fcbks {
  color: #fff;
  background: #3b5998;
}
.pr-detls .prd_txt .wpp-list .scl-ic {
  padding-left: 25px;
}
.pr-detls .prdtls-inn .prd_txt h2 {
  font-size: 28px;
}
.prz-list-in img {
  width: 36px;
}
.prz-uulist-in {
  text-align: center;
  padding: 20px 0;
}
.uulist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 6px;
}
.uulist img {
  width: 42px;
}
.prz-uulist-in span {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
}
.prod_ofrd.myprvd.my-brdcr .slick-next.slick-arrow, .prod_ofrd.myprvd.my-brdcr .slick-prev.slick-arrow {
  width: 50px;
  height: 50px;
  background: #ccc;
  color: #fff;
}
.pr-detls .prd_txt .cmn-btn .fa {
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}
.pr-detls .prd_txt .cmn-btn:hover .fa {
  color: #fff;
  /* color: #a20e1f; */
}


/****** 21-02*****/
.condition__sec{
  padding:20px 0 55px;
}
.breadcrumb__outr {
  margin-top: 30px;
}
.inner-condition-txt{
  margin:0 0 35px;
}
.inner-condition-txt h2{
  color:#232a23;
  font-size: 32px;
  margin: 0 0 20px;
  font-family: 'Graphik';
  font-weight: 500;
  text-transform: uppercase;
}
.inner-condition-txt p{
  color:#2d2e2d;
  font-size:17px;
  line-height:1.5em;
  margin:0 0 30px;
}
.inner-condition-txt p:last-of-type{
  margin:0;
}
.inner-condition-txt h3{
  color:#232a23;
  font-size: 24px;
  margin: 0 0 20px;
  font-family: 'Graphik';
  font-weight: 600;
  text-transform: uppercase;
}
.inner-condition-txt h4{
  color:#232a23;
  font-size: 20px;
  margin:30px 0 20px;
  font-family: 'Graphik';
  font-weight: 600;
  text-transform: uppercase;
}
.inner-condition-txt h5{
  color:#232a23;
  font-size: 20px;
  margin:0 0 20px;
  font-family: 'Graphik';
  font-weight: 600;
}
.inner-condition-txt ul{
  padding-left: 30px;
}
.inner-condition-txt ul li{
  color:#2d2e2d;
  font-size:17px;
  line-height:1.5em;
  margin:0 0 15px;
}
/*****22-2****/
.reference__sec {
  padding:20px 0 100px;
}
.refer_outr_bx {
  border: 1px solid #cccccc;
  padding: 30px 20px;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
  margin: 15px 0;
}
.refer_flex {
  display: flex;
  align-items: center;
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.user_des{
  padding-left:20px;
}
.user_des h3{
  color:#a20e1f;
  font-size:20px;
  text-transform: uppercase;
  font-family: 'Graphik';
  font-weight: 600;
  margin:0 0 10px;
}
.user_des h4{
  color:#1b1c1b;
  font-size:15px;
}
.user_bx {
  width: 76px;
  height: 76px;
  border-radius: 100%;
  overflow: hidden;
}
.user_bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.refer_outr_bx p{
  color:#2d2e2d;
  font-size: 19px;
  line-height: 1.4em;
  font-style: italic;
  margin:25px 0;
}

.le-plus-serv-bx{
  border-radius:7px;
  padding:35px 10px 50px;
  box-shadow: -1px 10px 14px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: -1px 10px 14px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 10px 14px 0px rgba(0,0,0,0.15);
  min-height: 302px;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  -ms-border-radius:7px;
  -o-border-radius:7px;
}
.le-plus-serv-icn {
  transition: all 0.5s;
}
.le-plus-title a {
  display: block;
}
.le-plus-title{
  text-align: center;
}
.le-plus-title h3{
  color:#a20e1f;
  font-size:25px;
  font-family: 'Graphik';
  font-weight: 500;
  margin:0 0 20px;
}
.le-plus-title p{
  text-align: center;
  font-size:17px;
  color: #282828;
  line-height: 1.4;
}
.le-plus-title a {
  text-align: center;
  font-size:17px;
  color: #282828;
  line-height: 1.2;
  padding-top: 10px;
}

.le-plus-serv-icn span {
  min-height: 73px;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}
.contect__outr {
  margin: 0 0 125px;
}
.g__map iframe{
  height:815px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}


.inner-cnt-frm .form-control {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding:10px 15px;
  border:1px solid #cccccc;
  background-color:#f8f8f8;
  color:#282828;
  font-size: 17px;
  height:58px;
}

.inner-cnt-frm .form-control::-webkit-input-placeholder {
  color:#282828;
  font-size: 17px;
}

.inner-cnt-frm .form-control::-moz-placeholder {
  color:#282828;
  font-size: 17px;
}

.inner-cnt-frm .form-control:-ms-input-placeholder {
  color: #282828;
  font-size:18px;
}

.inner-cnt-frm .form-control::-ms-input-placeholder {
  color:#282828;
  font-size: 17px;
}

.inner-cnt-frm textarea {
  height: 148px !important;
}
.inner-cnt-frm .form-group label{
  font-size: 18px;
  color: #2d2e2d;
  margin: 0 0 8px;
  font-family: 'Graphik';
  font-weight: 500;
}
.inner-cnt-frm .form-group {
  margin-bottom: 13px;
}
.innr_cmn_hdr h2{
  color:#232a23;
  font-size:35px;
  font-family: 'Graphik';
  font-weight: 600;
}
.submtt .btn.btn-primary.cmn-btn {
  background:#a20e1f;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color:#ffffff;
  padding:20px 50px;
  font-size:17px;
}
.submtt .btn.btn-primary.cmn-btn:hover{
  background-color: #579943;
  border:1px solid #579943;
}
.contect__sec {
  padding: 20px 0 60px;
}
.partenaires__sec {
  padding: 20px 0 100px;
}
.partner___outr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.partner_pic_outr {
  width: calc(100% / 5);
  padding: 0 15px;
  margin:20px 0;
}
.partner__pic {
  background: #ffffff;
  padding: 15px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: -1px 5px 14px 0px rgba(0,0,0,0.10);
  -webkit-box-shadow: -1px 5px 14px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: -1px 5px 14px 0px rgba(0,0,0,0.10);
}
.service__assistance__sec{
  padding:20px 0 40px;
}
.assistance__inner h2{
  font-size: 45px;
  color:#232a23;
  margin: 0 0 24px;
}
.assistance__inner img{
  margin: 33px 0;
}
.assistance__inner p{
  color:#2d2e2d;
}
.serv_profe{
  margin-bottom: 50px;
}
.serv_profe ul li{
  color:#202020;
  font-size: 17px;
  margin:0 0 22px;
  padding-left:38px;
  position: relative;
}
.serv_profe ul li:last-child{
  margin:0;
}
.serv_profe ul li::after{
  position: absolute;
  content: "";
  left:0;
  top:3px;
  background: url(../../images/frontend/red-tik.png)no-repeat;
  background-size: 100% 100%;
  width: 21px;
  height:21px;
}
.serv_profe h4{
  font-size:24px;
  color: #232a23;
  font-family: 'Graphik';
  font-weight: 600;
}
.s_icn {
  position: relative;
}
.hovr {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.s_txt p{
  margin:0;
  color:#282828;
  font-size: 20px;
  line-height: 1.2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.right_cmn .d-flex{
  background:#fdf5e0;
  padding:30px 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-bottom: 1px solid #282828;
  align-items: center;
}
.right_cmn .d-flex.current{
  background: #a20f1f;
}
.right_cmn .d-flex.current:hover{
  background: #e7aa09;
}
.right_cmn .d-flex.current .s_txt p{
  color: #fff;
}
.right_cmn .d-flex.current .norm{
  opacity: 0;
}
.right_cmn .d-flex.current .hovr{
  opacity: 1;
}
.right_cmn .d-flex:last-child{
  border: 0;
}
.s_txt{
  padding-left:30px;
}
.right_cmn .d-flex:hover{
  background: #a20f1f;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.right_cmn .d-flex:hover .norm{
  opacity: 0;
}
.right_cmn .d-flex:hover .hovr{
  opacity: 1;
}
.right_cmn .d-flex:hover .s_txt p{
  color: #ffffff;
}
.r-img{
  position: relative;
}
.r-img img{
  width:100%;
}
.r-img:after{
  position: absolute;
  content: "";
  right:0;
  left:0;
  top:50%;
  transform: translateY(-50%);
  width:100%;
  height:100%;
  background-image: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.9));
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.u-info {
  position: absolute;
  bottom: 0;
  z-index: 9;
  padding: 30px 20px;
}
.u-info h3{
  color:#ffffff;
  font-size:28px;
  padding:0 0 10px;
  margin:0 0 20px;
  position: relative;
  font-family: 'Graphik';
  font-weight: 600;
}
.u-info h3::after{
  position: absolute;
  content: "";
  width:80px;
  height: 2px;
  background: #ffffff;
  left: 0;
  bottom: 0;
}
.u-info p{
  color:#ffffff;
  margin:0 0 20px;
}

.u-info .fa{
  width:23px;
  height: 23px;
  background: #ffffff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  color:#181c1b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.u-info ul li {
  display: flex;
  align-items: center;
}
.u-info ul li a{
  color:#ffffff;
  font-size: 22px;
  font-family: 'Graphik';
  font-weight: 500;
}
.u-info.besoin__txt {
  position: static;
  padding: 0;
}
.u-info.besoin__txt h3{
  color:#282828;
}
.u-info.besoin__txt p{
  color:#282828;
}
.u-info.besoin__txt h3::after{
  background:#282828;
}

.servi_input .form-control {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding:10px 15px;
  border:1px solid transparent;
  background-color:#f6f6f6;
  color:#282828;
  font-size: 17px;
  height:58px;
}

.servi_input .form-control::-webkit-input-placeholder {
  color:#282828;
  font-size: 17px;
}

.servi_input .form-control::-moz-placeholder {
  color:#282828;
  font-size: 17px;
}

.servi_input .form-control:-ms-input-placeholder {
  color: #282828;
  font-size:18px;
}

.servi_input .form-control::-ms-input-placeholder {
  color:#282828;
  font-size: 17px;
}
.servi_input .form-group{
  margin:0 0 30px;
}
.servi_input .form-group label{
  color:#2d2e2d;
  margin: 0 0 10px;
  font-family: 'Graphik';
  font-weight: 500;
}
.servi_input .submtt .btn.btn-primary.cmn-btn {
  width: 100%;
  justify-content: center;
}
.right_cmn{
  margin:0 0 50px;
}
.right_cmn:last-child{
  margin:0;
}

.domaines_outr .prod_otr_bk:hover {
  background: #1abc9c;
  transition: 0.6s;
}
.domaines_outr .prod_otr_bk:hover .prd_txt h3 {
  color: #fff;
}
.domaines_outr .prod_otr_bk:hover .prd_txt p{
  color: #fff;
}
.domaines_outr .prod_otr_bk:hover .prd_img img {
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(4deg) brightness(114%) contrast(101%);
}

/* *** */
.dropdown.current-menu-item ul.sub-menu li.actived,
.dropdown.current-menu-item ul.sub-menu li.actived>a {
  /* border-color: #ddd; */
  background: #a20e1f;
  color: #fff !important;
}

.dropdown.current-menu-item ul.lg-screens li.actived,
.dropdown.current-menu-item ul.lg-screens li.actived>a {
  /* border-color: #ddd; */
  background: #a20e1f;
  color: #fff !important;
}

.log_icon ul li a.current-menu-item {
  color: #1abc9c;
  font-weight: bold;
}

.top_innr .log_icon ul li a:hover {
  color: yellow;
  text-align: center;
}
/* *** */


/* NGANDU Start */
.sub-menu .family-menu {
  display: none !important;
}
.sub-menu .family-menu .family-menu-link a {
  color: #000 !important;
  margin-left: 60px;
  font-size: 14px;
  text-transform: uppercase;
}
.sub-menu li:hover {
  background-color: #f5fff6;
}
.sub-menu li:hover a {
  color: #fff !important;
}
.sub-menu li:hover .family-menu {
  background-color: #f5fff6;
  display: block !important;
}
.sub-menu li:hover .family-menu .family-menu-link a {
  color: #000 !important;
  line-height: 1.2 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  transition: all 0.3s !important;
}
.sub-menu li:hover .family-menu .family-menu-link {
  padding: 10px 0;
}
.sub-menu li:hover .family-menu .family-menu-link:hover {
  background-color: #18375b;
}
.sub-menu li:hover .family-menu .family-menu-link:hover a {
  color: #fff !important;
}

.prdtls-lst .products-listz .scl-ic li a.whatsp:hover {
  background: #fff !important;
  border-color: #fff !important;
}

.prdtls-lst .products-listz .scl-ic li a.twtrzx {
  color: #fff !important;
  background: #00a3ec !important;
}
.prdtls-lst .products-listz .scl-ic li a.twtrzx:hover {
  color: #00a3ec !important;
  background: #fff !important;
  border-color: #00a3ec !important;
}
.prdtls-lst .products-listz .scl-ic li a.fcbks {
  color: #fff !important;
  background: #395b94 !important;
}
.prdtls-lst .products-listz .scl-ic li a.fcbks:hover {
  color: #395b94 !important;
  background: #fff !important;
  border-color: #395b94 !important;
}
/* NGANDOU End */
