@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

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

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

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

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Bold.eot');
  src: url('fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/Inter-Bold.woff2') format('woff2'),
  url('fonts/Inter-Bold.woff') format('woff'),
  url('fonts/Inter-Bold.ttf') format('truetype'),
  url('fonts/Inter-Bold.svg#Inter-Bold') format('svg');
  font-weight: bold;
  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: #4d4f52;
  font-size: 21px;
  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: #f06826;
}
img {
  max-width: 100%;
}
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;
}



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: #f06826;
  background-color: transparent;
  color: #f06826;
}


::-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: #f06826;
  color: #f06826;
  background-color: #f06826;
}
/*Header*/
.navbar-brand {
  padding: 0;
  margin: 0;
  /* width: 323px; */
  display: inline-block;
  z-index: 2;
}

/*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: 0;
  position: relative;
  padding: 0;
  line-height: 1;
  margin-right:27px;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}
.navbar-nav > li > a {
  color: #fff;
  line-height: 1;
  position: relative;
  padding: 22px 12px 21px 10px;
}
/*
.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:#ffffff;
  background-color: #0f2d62;
}
.navbar-nav > li > a {
  font-size: 16px;
  font-family: 'Graphik';
  color: #fff;
  /* 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;
}

.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: #d72524;
  padding: 19px 40px;
  border-radius: 7px;
  display: inline-flex;
  line-height: 1;
  align-items: center;
  border: 2px solid #d72524;
  color: #fff;
  font-size: 15px;
}
.prd_txt {
  padding-left: 10px;
}
.cmn-btn span {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-family: 'Graphik';

}
.cmn-btn img{
  color: #fff;
  margin-right: 12px;
}
/*******Customize Css********/
.ban-outr {
  position: relative;
}
.bann-innr {
  position: absolute;
  top:0;
  padding: 110px 0 0;
  left:0;
  right:0;
  margin: auto;
}
.banner h1 {
  font-size: 60px;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 46px;
  font-family: 'Graphik';
}
.banner h3 {
  font-size: 40px;
  margin-bottom: 32px;text-transform: uppercase;

}
.banner h1 span {
  color: #f06826;
}
.bann-innr1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  text-align: center;
  transform: translateY(-50%);
}

.prod_ofrd {
  padding: 100px 0 134px;
}
.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: #f06826;width: 120px;
  height: 6px;
}
.prod_ofrd .slick-dots li button {
  background: #3e3f43;
  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: 19px 15px;
  background: #f7f7f7;
  /*box-shadow: 0 0px 18px rgba(0, 0, 0, .05);
  */height: 100%;
  margin-bottom: 33px;
  border-radius: 7px;
  margin-top: 4px;
  transition:all 0.5s ;
  -webkit-transition:all 0.5s ;
  -moz-transition:all 0.5s ;
  -ms-transition:all 0.5s ;
  -o-transition:all 0.5s ;
}
.prd_txt h3 {
  font-size: 22px;
  color: #495461;
  font-weight: 500;
  /* text-transform: uppercase; */
  margin-bottom: 6px;
}
.prd_img {
  margin-bottom: 20px;
}
.prod_ofrd .slick-arrow .fa, .banner-outr .slick-arrow .fa{
  font-size: 90px;
}
.prod_ofrd .slick-arrow:hover{
  color: #f06826;
}
.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;
}


/*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;
}

.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;
}



.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;
}



.btn_top{
  margin-top: 60px;
}

.cmn_otr h2 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 500;
  color: #26355b;
  margin-bottom: 13px;
}

/*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:  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%;

}
.hdr_sec.hdr_fix .navbar-brand {
  padding: 0;
  /* width: 323px; */
  display: inline-block;
  z-index: 2;
}
.cmn-btn:hover {
  background: #0f2d62;
  transition: 0.6s;
  /* color: #fff; */
  border-color: #0f2d62;
}
.cmn-btn:hover span {
  transition: 0.6s;
  color: #fff;
}
.cmn-btn.bluu-btn{
  background: #0f2d62;
  transition: 0.6s;
  border-color: #0f2d62;
}
.cmn-btn.wht-btn{
  background: #fff;
  transition: 0.6s;
  border-color: #fff;
}
.cmn-btn.wht-btn span {
  color: #133165;
}
.banner .cmn-btn span {
  font-size: 20px;
}
.cmn-btn:hover .fa {
  color: #f06826;
}
input:active ,textarea:active{
  border: 1px solid #fff;
}
input:focus ,textarea:focus{
  border: 1px solid #fff;
}


.bg-ls-txt {
  background: #f7f7f7;
  padding: 20px 20px;
}

/*SubMenu*/
.sub-menu {
  background: #0f2d62;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 10em;
  /* 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;
  padding: 8px;
}
/*
@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: #ffffff;
  display: block;
  width: 100%;
  padding: 11px 15px;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 400;
  border-left: 3px solid transparent;
  border-radius: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.sub-menu > li > a:hover, .sub-menu > li:hover > a {
  border-color: transparent;
  background: #e42626;
  color: #fff;
}
.sub-menu>li>a {
  padding-right: 16px;
}
.dropdown-toggle::after {
  display: block;
  margin-left: 0.6em;
  vertical-align: 0.10em;
  content: "";
  background: url(../images/ar2.png);
  width: 11px;
  height: 8px;
  background-size: 100% 100%;
  appearance: none;
  position: absolute;
  border: 0;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.navbar-nav > li.dropdown:hover .sub-menu {
  display: block;

}

/*  */

/**/
.nwz-sc {
  padding: 100px 0;
  background: url(../images/im-bnr.jpg);
  background-size: 100% 100%;
}


/*search box*/
button:focus {
  border: 0;
  box-shadow: 0;
  outline: 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: #d72524;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#scrollz .fa {
  font-size: 26px;
}
#scrollz.show {
  opacity: 1;
  visibility: visible;
}


.info-btn ul li a .fa {
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}


.nwz-sc .hdr.text-center p {
  width: 85%;
}


/*8-5*/
.my-nav {
  background: #d72524;
}
.logo-sc-otr {
  padding: 30px 0;
}
.navbar-nav > li:first-child a {
  padding: 16px 22px;
  font-size: 24px;display: block;
}
.navbar-nav {
  justify-content: center;
  align-items: center;
}
.navbar-nav > li:first-child {
  margin-right: 35px;
}
.active_h {
  background: #0f2d62;
}
.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: transparent;
  border-radius: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;transform: translateY(-50%);
}
.banner-outr .slick-next.slick-arrow {
  left: auto;
  right: 212px;
}
.banner-outr .slick-prev.slick-arrow {
  left: 212px;
}
.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;
}
.banner-outr .slick-dots li {

  margin-right: 9px;
  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: #fff;width: 130px;
  height: 8px;
}
.banner-outr .slick-dots li button {
  background: #fff;
  border: 0;
  font-size: 0;
  width: 21px;
  height: 8px;
  border-radius: 10px;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -wwebkit-transition: all 0.6s;
}
.abt_us {
  padding: 65px 0;
}
.dnt-img img {
  border-radius: 5px;
  margin-bottom: 4px;
}
.dnt-img  {
  position: relative;
}
.dnt-img:first-child::after {
  position: absolute;
  content: "";
  left: 24px;
  background: url(../../images/frontend/images/line.png);
  background-size: 100% 100%;
  top: 40px;
  bottom: 0;
  width: 48px;
  height: 86%;
}
.visnpic-img{
  border-radius: 5px;
  overflow: hidden;
}
.visnpic-img img {
  width: 100%;
}
.red-otr h5 {
  font-size: 20px;
  font-weight: 600;
  color: #d72524;
  text-transform: uppercase;
  margin-left: 25px;
}
.red-otr {
  align-items: center;
  margin-bottom: 25px;
}
.hdr_fix .logo-sc-otr {
  padding: 5px 0;
}
.hdr_sec.hdr_fix .navbar-brand {
  width: 400px;
}
.visnpic {
  margin-left: 60px;
}

.abt_us p {
  margin: 0 0 12px 0;
  font-size: 18px;
}
.abt_us.frstabt .cmn_otr h2 {
  font-size: 33px;
  line-height: 1.2em;
  font-weight: 400;
  color: #26355b;
  margin-bottom: 13px;
}
.cmn-btn.wht-btn.brdr-btn {
  border: 1px solid #133165;
  margin-top: 20px;
  /* width: 230px; */
  /* text-align: center; */
  text-transform: uppercase;
}
.cmn-btn.wht-btn.brdr-btn:hover{
  background-color: #d72524;
  color:#ffffff;
  border: 1px solid #d72524;
}
.cmn-btn.wht-btn.brdr-btn:hover span{
  color:#ffffff;
}
.abt_us .cmn-btn span {
  text-transform: uppercase;margin: auto;
}

.mycntr {
  padding: 43px 18px;
  background: #f3f0eb;
  border-radius: 10px;
  border: 2px solid #a9d046;
  text-align: center;
}
.mycntr h5 {
  font-size: 28px;
  font-weight: 500;
  color: #0f2d62;
}
.mycntr-inr {
  padding: 6px;
  border: 2px dashed #a9d046;
  border-radius: 10px;
}
.cn-otr .col-sm-3:nth-child(2) .mycntr-inr {
  border-color: #0098db;
}
.cn-otr .col-sm-3:nth-child(3) .mycntr-inr {
  border-color: #ef2f5b;
}
.cn-otr .col-sm-3:last-child .mycntr-inr {
  border-color: #ffc20e;
}
.cn-otr .col-sm-3:nth-child(2) .mycntr {
  border-color: #0098db;
}
.cn-otr .col-sm-3:nth-child(3) .mycntr {
  border-color: #ef2f5b;
}
.cn-otr .col-sm-3:last-child .mycntr {
  border-color: #ffc20e;
}
.cn-otr .col-sm-3:nth-child(2)  {
  margin-top: 55px;
}
.cn-otr .col-sm-3:last-child {
  margin-top: 55px;
}
.cn-otr {
  margin-top: 48px;
}
.mycntr h2 {
  font-size: 60px;line-height: 1;
  font-weight: 500;color: #a9d046;
}
.cn-otr .col-sm-3:nth-child(2) .mycntr h2{
  color: #0098db;
}
.cn-otr .col-sm-3:nth-child(3) .mycntr h2{
  color: #ef2f5b;
}

.cn-otr .col-sm-3:last-child .mycntr h2 {
  font-size: 44px;
  font-weight: 500;
  color: #ffc20e;
}
/*faq 9-4*/
.dashboard-login-in {
  border-radius: 10px;
  overflow: hidden;
  width: 40%;
  margin-right: 22px;
  background: #ddeaf8;
}
#exTab1 .tab-content {
  width: 70%;
}
#exTab1 .card-hding {
  padding: 20px 30px;
  background: #d72524;
}
#exTab1 .card {
  background-color: #ddeaf8;
  padding: 10px 15px;
  border: 0;
  border-radius: 0;
}
#exTab1 .card-hr {
  padding: 0 15px;
}
#exTab1 .nav.nav-tabs {
  display: block;
}
#exTab1 .nav.nav-tabs .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: transparent;
}
#exTab1 .nav-item {
  background-color: #ddeaf8;
  padding: 10px 15px 0;
  border: 0;
  border-radius: 0;
}
#exTab1 .card-hding h3 {
  /* font-family: 'Barlow Semi Condensed'; */
  font-size: 24px;
  color: #fff;
  /* text-transform: uppercase; */
  line-height: 1;
  font-weight: 500;
}
#exTab1 .nav-link {
  font-size: 20px;
  font-weight: 500;
  color: #3e3f43;
}
#exTab1 .nav-link img {
  margin-right: 10px;
  margin-top: -2px;
}
#exTab1 .nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #d72524 !important;
  border-color: 0;
  border-radius: 10px;
}
#exTab1 .nav-tabs .nav-link.active img {
  filter: brightness(100);
}
#main .card {
  /* margin-bottom: 30px; */
  border: 0;
  padding: 5px 15px;
}
#main .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}
#main .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #d72524;
  padding: 14px 20px;
  /* font-family: 'Barlow Semi Condensed'; */
  border-radius: 10px;
  text-transform: capitalize;
  font-weight: 500;
  outline: 0;
  box-shadow: none;
  padding-left: 50px;
  font-size: 20px;
}
#main .card .card-header .btn-header-link::after {
  content: "\f107";
  /* font-family: 'Font Awesome 5 Free'; */
  font-weight: 900;
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 28px;
  transform: rotate(270deg);
  top: 15px;
  position: absolute;
  right: 37px;
}
#main .card .card-header .btn-header-link.collapsed {
  background: #fff;
  color: #3e3f43;
}
#main .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";transform: rotate(0deg);
}

#main .card .collapsing {
  background: #d72524;color: #fff;
  line-height: 30px;margin-top: 8px;border-radius: 10px;
}

#main .card .collapse {
  border: 0;
}

#main .card .collapse.show {
  background: #d72524;
  line-height: 30px;
  color: #fff;
  margin-top: 8px;
  border-radius: 10px;
}

#main {
  background: #ddeaf8;
  padding: 20px 0;
  border-radius: 10px;
  min-height: 750px;
}

#main .card .card-header .btn-header-link::before {
  content: "";
  background: url(../images/q2.png);
  background-size: 100% 100%;
  height: 25px;
  width: 25px;
  top: 18px;
  position: absolute;
  left: 30px;
}
#main .card .card-header .btn-header-link.collapsed:before {
  background: url(../images/q1.png);background-size: 100% 100%;
}
.donation__bx {
  background: #f3f0eb;
  padding: 40px 30px 45px;
}
.serial__num {
  font-size: 45px;
  color: #282828;
  font-family: 'Atma';
  font-weight: 600;
  line-height: 1;
  margin: 0 0 20px;
}
.donation__txt h3 {
  font-size: 26px;
  color: #2b3643;
  margin: 0 0 15px;
  /* font-family: 'Inter'; */
  font-weight: 500;
}
.donation__txt p {
  margin: 0 0 15px 0;
  color: #626670;
  font-size: 16px;
  font-family: 'Graphik';
  font-weight: 400;
  line-height: 1.5em;
}
/*ofc*/
.join-sec {
  padding: 80px 0;
  background: url(../../images/frontend/images/v-bnr.jpg);
  background-size: cover;
  background-attachment: fixed;
}

/*about*/
.abt_us.un-sec .red-otr h5 {
  font-size: 24px;
  font-weight: 500;
  color: #d72524;
  text-transform: none;
  margin-left: 0;
}
.abt_us.un-sec .cmn_otr h2 {
  font-size: 45px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 40px;
}
.abt_us.un-sec p:first-child {
  margin: 0 0 70px 0;
  font-size: 22px;
}
.cmn_otr.wht h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
.join-sec .cmn_otr h2 {
  font-size: 54px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 20px;
}
.abt_us.myabt-visn .visnpic-img img {
  width: 100%;
  margin-right: 10px;
  border-radius: 5px;
}
.abt_us.vvabt-visn {
  background: #ddeaf8;
  padding: 80px 0;
}
.abt_us.vvabt-visn .visnpic-img {
  position:relative;overflow: inherit;
  z-index: 1;
}
.abt_us.vvabt-visn .visnpic-img::after {
  position: absolute;
  content: "";
  background: #d72524;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: -20px;
  border-radius: 5px;
  top: 20px;
}

/**/
.my-eqp {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #ccc;height: 100%;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.eqpin {
  margin-bottom: 30px;
}
.my-eqp span {
  padding: 10px 20px;
  background: #d72524;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 1;
  font-size: 20px;font-weight: 500;
}
.my-eqp h3 {
  color: #1d2f40;
  margin-bottom: 10px;
  font-size: 22px;font-weight: 500;
}
.my-eqp p {
  color: #1d2f40;text-transform: uppercase;
  font-size: 15px;font-weight: 400;
}
.my-eqp:hover {
  background: #d72524;
  transition: 0.6s;
}
.my-eqp:hover span {
  background: #0f2d62;

}
.not-eqp {
  padding: 80px 0;
}
.not-eqp .hdr.cmn_otr {
  margin-bottom: 45px;
}
.pagination.pagination-circle .page-item.active .page-link {
  border-radius: 50%;
}
.pagination .page-item .page-link {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  outline: 0;
  border: 0;
  background-color: #bbc4cb;
  font-size: 19px;
  color: #000;
  font-weight: bold;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination.pagination-circle .page-item .page-link:hover {
  /* border-radius: 50%; */
  background: #d72524;
  color: #fff;
  border-color: #d72524;
  cursor: pointer;
}
.pagination.pagination-circle .page-item .page-link {
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.pagination.pagination-circle .page-item {
  margin-right: 5px;
}
#exTab1 .nav.nav-tabs .nav-link::after {
  content: "\f107";
  /* font-family: 'Font Awesome 5 Free'; */
  font-weight: 900;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  transform: rotate(270deg);
  top: 15px;
  position: absolute;
  right: 37px;opacity: 0;
}
#exTab1 .nav.nav-tabs .nav-link.active::after {
  opacity:1;
}
#exTab1 .nav.nav-tabs .nav-link {
  position: relative;
}
.vous_sec.my-abs-vous {
  padding: 80px 0;
}
.vous_sec.my-abs-vous .cmn_otr h2 {
  margin-bottom: 43px;
}
/*breadcrumb*/
.breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  top: 2px;
  position: absolute;
  left: 0;
  font-size: 17px;
  color: #000;
}
.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;
  color: #000;
}
.breadcrumb-item.active {
  color: #d72524;
}
.faq__sec {
  padding-top: 70px;
}
.breadcrumb__outr {
  margin-bottom: 50px;
}
/*details*/
.products-sld {
  padding: 20px;
  background: #f3f0eb;
  border-radius: 10px;
  margin-bottom: 21px;
}
.products-listz ul li a {
  font-size: 20px;
  padding: 10px;
  background: #fff;
  display: block;
  margin-bottom: 10px;
  border-radius: 7px;
  color: #0f2d62;
}
.products-listz h2 {
  font-size: 28px;
  color: #0f2d62;
}
.video-box {
  position: relative;
}
.ply-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}


/*15-5*/
.my-eqp:hover h3,.my-eqp:hover p {
  color: #fff;

}
.fr-scicns {
  margin-right: 20px;
  height: 34px;
  width: 35px;
  background: #d72524;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}
.noszones-otr .cmn_otr h2 {
  font-size: 35px;
}
.noszones-otr .visnpic-img {
  border-radius: 0;
  margin: 40px 0;
}
.video-box {
  margin-bottom: 24px;
}

.noszones-otr .mng_pic {
  /* margin-right: 20px; */
  height: 146px;
  width: 146px;
  background: #d72524;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: auto;
  /* margin-top: -9px; */
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -60px;
}
.noszones-otr .mng_pic_otr {
  background: #ffe4e4;
  border-radius: 10px;
  text-align: center;
  margin: auto;
  height: 100%;
  position: relative;
  /* padding-bottom: 20px; */
  padding: 10px;
}
.noszones-otr .vous_bx {
  padding-top: 85px;
}
.noszones-otr .vous_txt h3 {
  font-size: 23px;
  margin-top: 23px;
}
.noszones-otr .dtls_outr {
  margin-top: 100px;
  padding-bottom: 40px;
}
.ply-btn {
  text-align: center;
}
.noszones-otr .scl-sld span {
  font-size: 30px;
}
.noszones-otr .products-listz .socxi ul li a {
  font-size: 17px;
  padding: 0 0 4px;
  background: transparent;
}
.products-listz .socxi ul li a span {
  width: 30px;
  display: inline-block;
  margin-right: 7px;
}
.wpp-list ul li a {
  padding: 10px;
  margin-right: 9px;
  font-size: 16px;color: #fff;
}
.wpp-list ul li a.twtrzx {
  background: #006BD1;
}
.wpp-list ul li a.twtrzz {
  background: #e22d2d;
}
.wpp-list ul li a.fbrzx {
  background: #3c5b9b;

}
.wpp-list ul li a.likrzx {
  background: #1c86bc;
}
.wpp-list ul li a.insrzx {
  background: #517ea3;
}
.fr-scicns-txt h5 {
  font-size: 22px;
  color: #0f2d62;margin-bottom: 5px;
}

.fr-scicns-txt address {
  font-size: 18px;
  color: #26355b;
}
.fr-scicns-txt h4{
  margin: 0;
  padding: 0;
  color: #282828;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #d72524;
}
.products-listz  .fr-scicns-txt a {
  font-size: 18px;
  color: #26355b;
  padding: 0;
  background: transparent;
  margin-bottom: 5px;
}
.noszones-otr .products-listz ul li {
  margin-bottom: 14px;
}
.socxi-in h3 {
  font-size: 22px;
}


/****** intervention sec****/
.intervention__sec{
  background:#ddeaf8;
  padding: 70px 0 90px;
}
.intervention__slider .slick-dots li.slick-active button, .intervention__slider .slick-dots li:hover button {
  background: #f06826;width: 120px;
  height: 6px;
}
.intervention__slider .slick-dots li button {
  background: #3e3f43;
  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;
}
.intervention__slider .slick-next.slick-arrow, .intervention__slider .slick-prev.slick-arrow {
  position: absolute;
  left: -65px;
  /*top: auto;
  */border: 0;
  z-index: 99;
  color: #ddeaf8;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  background: #9aa3ad;
  outline: 0;
  transform: translateY(-50%);
  font-size: 50px;
  width:60px;
  height:60px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.intervention__slider .slick-next.slick-arrow {
  left: auto;
  right: -65px;
}
.intervention__slider .slick-prev.slick-arrow {
  left: -65px;
}
.product_sldr_otr .slick-slide {
  padding: 0px 13px;
}
/* .intervention__slider .slick-list {
margin: 0px -13px;
} */
/* .cmn_otr p{

} */
.outr__interven {
  margin-top: 30px;
}
.intervention__bx {
  padding: 0 15px;
}
.intervention_img {
  display: flex;
  justify-content: center;
}
.intervention_img img {
  border-radius: 7px;
}
.intervention_txt{
  text-align: center;
  background: #fff;
  padding: 30px 25px 35px;
  margin: -30px 22px 0;
  z-index: 9;
  position: relative;
  border-radius: 5px;
  min-height: 337px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .intervention_txt{
    text-align: center;
    background: #fff;
    padding: 30px 25px 35px;
    margin: -30px 22px 0;
    z-index: 9;
    position: relative;
    border-radius: 5px;
    min-height: 371px/*350px*/;
  }
}

@media (max-width: 768px) {
  .intervention_txt{
    padding: 30px 25px 35px !important;
    min-height: 215px;
  }
}

.liste_p {
  list-style: initial;
  color:#2d2e2d;
  font-size: 18px;
  font-family: 'Graphik';
}
.intervention_txt h3 a{
  color:#0f2d62;
  font-size:22px;
  margin:0 0 25px;
  font-family: 'Graphik';
  font-weight: 500;
}
.intervention_txt p{
  color:#424b60;
  font-size:18px;
  line-height: 1.5em;
  margin: 0;
}
/**** activites sec*****/

.activites__sec {
  position: relative;
  padding-bottom:85px;
}
.activites__bg{
  background: #2a66aa;
  padding:65px 0 185px;
}
/* .outr__activites {
text-align: left;
border-radius: 10px;
position: absolute;
margin-bottom: 0;
height: fit-content;
top: 0;
} */
.outr__activites {
  margin-top: -160px;
}
.activites__pic {
  margin-bottom: 30px;
  display: block;
}



/***** partner sec*****/
.partnres__sec{
  background-color: #f6f3f1;
  /* background-color: #ddeaf8; */
  padding:65px 0 70px;
}
.parner_bx {
  /* padding:20px 15px; */
  /* height: 100%; */
  border-radius: 7px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  /* min-height: 135px; */
  border:1px solid #eae5e3;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin: 15px 7px;
  background-color: #ffffff;
  /* background: #ffefef; */
  padding: 15px;
  height: 180px;
}
.partner_img img {
  mix-blend-mode: darken;
}
.parner_bx:hover{
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.prtnr_slider .slick-next.slick-arrow, .prtnr_slider .slick-prev.slick-arrow {
  color: #fff;
  width: 39px;
  height: 39px;
  background: #c5c2c1;
}
.prtnr_slider .slick-next.slick-arrow, .prtnr_slider .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%;
  outline: 0;
  transform: translateY(-50%);
}
.prtnr_slider .slick-prev.slick-arrow {
  left: -65px;
}
.prtnr_slider .slick-next.slick-arrow {
  left: auto;
  right: -65px;
}
.prtnr_slider .slick-arrow .fa{
  font-size:35px;
  color: #f6f3f1;
  cursor: pointer;
}
.prtnr_slider .slick-slide {
  padding: 0px 10px;
}



/***** footer*****/

footer {
  background: #212931;
  padding: 80px 0 0;
  position: relative;
}

.ftr-menu h3 {
  color: #ffffff;
  font-size:21px;
  margin: 0 0 30px;
  padding: 0 0 10px;
  position: relative;
  font-family: 'Graphik';
  font-weight:500;
}
.ftr-menu h3:after{
  position:absolute;
  content:"";
  left:0;
  bottom:0;
  width:95px;
  height:3px;
  background-color:#d72524;
}
.ftr-menu ul li {
  margin-bottom:15px;
  line-height: 1;
  position: relative;
}
.ftr-menu ul li:last-child {
  margin-bottom: 0px;
}
.ftr-menu ul li a {
  color: #d2d3d4;
  font-size:17px;
}

.ftr-menu ul li a:hover {
  color: #d72524;
}

.top-footer .search_location .form-control {
  border: 2px solid transparent;
}

.top-footer .search_location .form-control::-webkit-input-placeholder {
  text-align:center;
}

.top-footer .search_location .form-control::-moz-placeholder {
  text-align:center;
}

.top-footer .search_location .form-control:-ms-input-placeholder {
  text-align:center;
}
.footer-outr {
  margin-bottom: 85px;
}
.btm-ftr {
  background:#212931;
}
.t-bdr{
  border-top: 1px solid #58616c;
  padding: 30px 0;
}

.top-social-m.socila-bx{
  margin-top: 30px;
  justify-content: center;
  display: flex;
}
.copy-right-txt p,
.copy-right-txt p a {
  font-size: 16px;
  color: #d2d3d4;
  margin: 0;
}

.copy-right-txt a {
  vertical-align: top;
}

.copy-right-txt a:hover {
  color: #d72524;
}
.copy-right-txt p strong{
  color: #d72524;
}

.commn-padd{
  padding-left:85px;
}

/****** contact sec******/
/****** Contact *********/
.mission__vision{
  padding: 100px 0 50px;
}
.mission__outr {
  display: flex;
  box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.12);
  -webkit-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.12);
  min-height:213px;
  padding: 30px 45px 30px 80px;
  position: relative;
  margin-right: 40px;
}
.mission__vision .my-blg:last-child .mission__outr{
  margin-right:0;
}
.m__number{
  font-size: 150px;
  color: #0f2d62;
  font-family: 'Inter';
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -35px;
}
.m__txt h3{
  font-size:25px;
  color: #232e31;
  font-family: 'Graphik';
  font-weight:600;
  margin:0 0 15px;
}
.m__txt p{
  font-size:18px;
  color: #26355b;
  line-height: 1.5em;
  margin:0;
}
.get__quote{
  padding-top:70px;
}

.innr__frm input[type="text"], .innr__frm input[type="tel"], .innr__frm input[type="password"], .innr__frm input[type="email"], .innr__frm select,.innr__frm textarea{
  border:1px solid #efa8a7!important;
}
.innr__frm .form-control {
  height: 58px;
  outline: 0!important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 15px;
  padding-right: 15px;
  background:transparent;
  font-family: 'Graphik';
  font-weight:400;
  color: #133165;
  font-size: 18px;
}

.innr__frm .form-control::-webkit-input-placeholder {
  color: #133165;
  font-size: 18px;
  font-family: 'Graphik';
  font-weight:400;
}

.innr__frm .form-control::-moz-placeholder {
  color: #133165;
  font-size: 18px;
  font-family: 'Graphik';
  font-weight:400;
}

.innr__frm .form-control:-ms-input-placeholder {
  color: #133165;
  font-size: 18px;
  font-family: 'Graphik';
  font-weight:400;
}

.innr__frm .form-control::-ms-input-placeholder {
  color: #133165;
  font-size: 18px;
  font-family: 'Graphik';
  font-weight:400;
}
.innr__frm .form-control::placeholder {
  color: #133165;
  font-size: 18px;
  font-family: 'Graphik';
  font-weight:400;
}
.innr__frm textarea {
  height: 160px !important;
}
.submtt .send__btn {
  font-size: 18px;
  color:#ffffff;
  padding:20px 35px;
  background: #d72524;
  box-shadow: none;
  text-transform: uppercase;
  font-family: 'Graphik';
  font-weight:500;
  border:1px solid transparent;
  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-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.submtt .send__btn:hover{
  background-color:#0f2d62;
  border:1px solid #0f2d62;
  color:#ffffff;
}
.innr__frm input:focus, textarea:focus {
  border: 1px solid #efa8a7!important;
}
.con_rgt{
  background: #f3f3f3;
  padding:40px 50px 50px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.innr_cmn_hdr h3{
  color:#0f2d62;
  font-size:28px;
  font-family: 'Graphik';
  font-weight:500;
  margin: 0 0 45px;
}
.innr_cmn_hdr ul{
  margin:0 0 40px;
}
.innr_cmn_hdr ul li{
  font-size:18px;
  color: #1d1b1d;
  font-family: 'Graphik';
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.innr_cmn_hdr ul li:first-child{
  align-items: flex-start;
}
.innr_cmn_hdr ul li:last-child{
  margin: 0;
}
.add__bxx h5{
  color:#0f2d62;
  font-size:22px;
  margin:0 0 10px;
}
.add__bxx p{
  color:#26355b;
  font-size:18px;
  margin:0;
}
.innr_cmn_hdr ul li .fa{
  width:44px;
  height:44px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #d72524;
  color:#ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:25px;
  margin-right: 15px;
}
.innr_cmn_hdr ul li span{
  color: #d72524;
}
.innr_cmn_hdr ul li a{
  color: #1d1b1d;
}
.con_ssl ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.con_ssl ul li{
  margin-right: 10px;
}
.con_ssl ul li a {
  display: flex;
  align-items: center;
  font-size: 17px;
  color:#282828;
}
.con_ssl ul li a span{
  margin-left: 10px;
}
.map_outr iframe {
  height: 475px;
  margin-top: 70px;
}

/***** nos partenaire***/
.partenaires__sec{
  padding: 60px 0 70px;
}
.partner_pic_outr {
  margin: 15px 0;
}
.partner__pic {
  background: #ffefef;
  padding: 15px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
/**** terms conditions****/
.condition__sec{
  padding:55px 0;
}
.inner-condition-txt{
  margin:0 0 20px;
  background-color: #f4f7fe;
  padding:35px;
}
.inner-condition-txt h2{
  color:#495461;
  font-size: 24px;
  margin: 0 0 20px;
  font-family: 'Graphik';
  font-weight: 500;
}
.inner-condition-txt p{
  color:#2c343d;
  font-size:16px;
  line-height:1.6em;
  margin: 0 0 25px;
}
.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:#2c343d;
  font-size:17px;
  font-weight: 500;
  line-height:1.5em;
  margin:0 0 8px;
  padding-left:20px;
  position: relative;
}
.inner-condition-txt ul li:after{
  position: absolute;
  content: "";
  left:0;
  top:7px;
  width:10px;
  height:10px;
  border-radius: 100%;;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background:#3e3f43;
}
.inner-condition-txt ul{
  margin:0 0 20px;
}
/***** d-intervention page*****/
.red-otr.sub_hdr_txt h5 {
  text-transform: none;
  margin-left: 0!important;
}
.interven__txt h4{
  color:#485565;
  font-size:25px;
  margin:0 0 10px;
  font-family: 'Graphik';
  font-weight: 500;
}
.interven__txt p{
  color:#707277;
  font-size:17px;
  margin:0;
  line-height: 1.5em;
}
.interven__icn {
  background: #d72524;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interven__txt {
  width: 80%;
  padding-left: 30px;
}
.intenven__icn__outr .d-flex {
  margin: 0 0 30px;
}
.intenven__icn__outr .d-flex:last-child {
  margin: 0;
}
.d-interve___outr .intervention__bx {
  padding: 0;
  margin:20px 0;
}

.image_gallery_outr #main {
  padding: 10px 25px 40px;
}
.reduce_pad{
  padding:10px;
}
.image__gallery_pic{
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.image__gallery_pic:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);

}
.image__gallery_pic img {
  border-radius: 8px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nos_activites_outr #exTab1 .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #3e3f43;
  background: #fff !important;
}
.nos_activites_outr #exTab1 .nav.nav-tabs .nav-link::after {
  opacity:0;
}
.inner__group_txt h3{
  font-size:30px;
  font-family: 'Graphik';
  font-weight: 500;
  color: #232a23;
  margin:0 0 20px;
}
.inner__group_txt p{
  font-size:18px;
  font-family: 'Graphik';
  font-weight: 400;
  color: #2d2e2d;
  margin:0 0 20px;
}
.inner__group_txt img {
  margin: 0 0 35px;
}

#lightbox .lb-data .lb-details {
  width: 100%;
  padding: 0 5px;
  text-align: center;
  color: #626670;
  font-size: 18px;
}
#lightbox .lb-dataContainer {
  background: #fff!important;
  border-radius: 0!important;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  -ms-border-radius: 0!important;
  -o-border-radius: 0!important;
}
#lightbox .lb-outerContainer {
  border-radius: 0!important;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  -ms-border-radius: 0!important;
  -o-border-radius: 0!important;
}
#lightbox .lb-number {
  display: none !important;
}
.ban-outr img{
  width:100%;
}


.play_btn {
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 99;
}
.cmn-btn.red__btn:hover {
  background-color: #d72524;
  border: 2px solid #d72524;
  color: #fff;
}
