@charset "UTF-8";
/*-----------------------------------------------------------------------------------

	Theme Name: Aljdwa
	Theme URI: https://www.aljdwa.com
	Author: Ahmed Elzelaky
	Author URI: https://mrsoom.com
	Version: 1.0.0

-----------------------------------------------------------------------------------

/*----------------------------------------*/
/*  website Fonts
/*----------------------------------------*/

@font-face {
  font-family: "DIN-Bold";
  src: url("../fonts/DINNEXTARABICBOLD.eot"); /* IE9 Compat Modes */
  src: url("../fonts/DINNEXTARABICBOLD.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/DINNEXTARABICBOLD.otf") format("opentype"), /* Open Type Font */
    url("../fonts/DINNEXTARABICBOLD.svg") format("svg"), /* Legacy iOS */
    url("../fonts/DINNEXTARABICBOLD.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/DINNEXTARABICBOLD.woff") format("woff"), /* Modern Browsers */
    url("../fonts/DINNEXTARABICBOLD.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
	ascent-override: 90%;
}
@font-face {
  font-family: "DIN-Light";
  src: url("../fonts/DINNEXTARABICLIGHT.eot"); /* IE9 Compat Modes */
  src: url("../fonts/DINNEXTARABICLIGHT.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/DINNEXTARABICLIGHT.otf") format("opentype"), /* Open Type Font */
    url("../fonts/DINNEXTARABICLIGHT.svg") format("svg"), /* Legacy iOS */
    url("../fonts/DINNEXTARABICLIGHT.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/DINNEXTARABICLIGHT.woff") format("woff"), /* Modern Browsers */
    url("../fonts/DINNEXTARABICLIGHT.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
	ascent-override: 90%;
}

@font-face {
  font-family: "DIN-Regular";
  src: url("../fonts/DINNEXTARABICREGULAR.eot"); /* IE9 Compat Modes */
  src: url("../fonts/DINNEXTARABICREGULAR.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/DINNEXTARABICREGULAR.otf") format("opentype"), /* Open Type Font */
    url("../fonts/DINNEXTARABICREGULAR.svg") format("svg"), /* Legacy iOS */
    url("../fonts/DINNEXTARABICREGULAR.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/DINNEXTARABICREGULAR.woff") format("woff"), /* Modern Browsers */
    url("../fonts/DINNEXTARABICREGULAR.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
	ascent-override: 90%;
}

/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "DIN-Regular", sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #677a85;
  line-height: 28px;
}

a {
  text-decoration: none;
}

.m-img img {
  max-width: 100%;
}

a,
.btn,
button,
span,
p,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "DIN-Bold", sans-serif!important;
	color: #222e60;
	margin-top: 0px;
	font-weight: 500;
	line-height: normal;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: "DIN-Regular", sans-serif;
  font-weight: normal;
  color: #677a85;
  margin-bottom: 15px;
  line-height: 28px;
}

*::-moz-selection {
  background: rgb(189 145 111 / 20%);
  color: #000;
  text-shadow: none;
}

::-moz-selection {
  background: rgb(189 145 111 / 20%);
  color: #000;
  text-shadow: none;
}

::selection {
  background: rgb(189 145 111 / 20%);
  color: #000;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #2c3941;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #2c3941;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.z-index-111 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f8f4ef;
}

.grey-bg-2 {
  background: #faf7f3;
}

.pink-bg {
  background: #222e60;
}

.green-bg-2 {
  background: #bf9471;
}

.yellow-bg {
  background: #22b261;
}

.blue-bg {
  background: #253597;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #2c3941;
}

.black-bg-3 {
  background: #222328;
}

.black-bg-4 {
  background: #34454f;
}

.footer-bg {
  background: #000;
}
/*--
    - bootstrap
-----------------------------------------*/
.btn {
    padding: 10px 20px;
}

.btn-primary {
  background: #bf9471;
  border-color: #bf9471;
  color: #fff!important;
  font-size: 13px;
}

.btn-primary:hover {
  background: #d1a078;
  border-color: #d1a078;
  color: #fefefe!important;
}

.btn-outline-primary {
  border: 2px solid #d1a078;
  background: transparent;
  color: #d1a078;
}

.btn-outline-primary:hover {
  border: 2px solid transparent;
  background: #d1a078;
  color: #fff;
}

.btn-outline-inverse-primary {
  border: 2px solid transparent;
  background: #d1a078;
  color: #fff;
}

.btn-outline-inverse-primary:hover {
  border: 2px solid #d1a078;
  background: transparent;
  color: #d1a078;
}


.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #bf9471;
  border-color: #bf9471;
  box-shadow: none;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #bf9471;
  border-color: #bf9471;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #bf9471;
  border-color: #bf9471;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 15px 25px;
}

/*--
    - color
-----------------------------------------*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #ffffff !important;
}

.white-color {
  color: #ffffff;
}

.theme-color {
  color: #22b261 !important;
}

.black-color {
  color: #2c3941;
}

.pt-235 {
  padding-top: 235px;
}
@media (max-width: 575px) {
  .pt-235 {
    padding-top: 135px;
  }
}

.pt-255 {
  padding-top: 255px;
}

.pt-340 {
  padding-top: 340px;
}

.pt-310 {
  padding-top: 310px;
}

.mb--240 {
  margin-bottom: -240px;
}

.mb--125 {
  margin-bottom: -125px;
}

.mb--215 {
  margin-bottom: -215px;
}

.ml--200 {
  margin-left: -200px;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575px) {
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
}

.r-btn {
  display: inline-block;
  font-weight: 700!important;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #0A8CD7;
  height: 60px;
  line-height: 62px;
  text-align: center;
  padding: 0 38px;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease;
}

.r-btn i {
  padding-left: 5px;
}
.r-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 102%;
  background: #0A8CD7;
  z-index: -1;
}
.r-btn:hover {
  transform: translate3d(0,-4px,0);
  color: #fff;
  background: #159fee;
}
.r-btn:hover::after {
  opacity: 1;
  left: 100%;
}
.r-btn:focus {
  color: #ffffff;
}
.r-btn-green {
  background: #0A8CD7;
}
.r-btn-white {
  background: #ffffff;
  color: #222e60;
}
.r-btn-white:focus {
  color: #222e60;
}
.r-btn-yellow {
  background: #2c3941;
  color: #fff;
}
.r-btn-yellow:focus {
  color: #2c3941;
}
.r-btn-yellow:hover {
  color: #ffffff;
}
.r-btn-border {
  border: 2px solid #15625d;
  color: #69cbc5;
  background: transparent;
  line-height: 58px;
}
.r-btn-border:hover {
  border-color: #222328;
}
.r-btn-border-2 {
  border: 2px solid #e7e7e7;
  color: #2c3941;
  background: transparent;
  line-height: 60px;
}
.r-btn-border-2:hover, .r-btn-border-2:focus {
  border-color: #ffffff;
  border-color: #222328;
  color: #ffffff;
}
.r-btn-border-3 {
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  background: transparent;
}
.r-btn-border-3::after {
  background: #ffffff;
}
.r-btn-border-3:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #222328;
}
.r-btn-grey {
  background: #ded5c9;
  color: #222328;
}
.r-btn-grey::after {
  background: #bf9471;
}
.r-btn-grey:hover {
  color: #ffffff;
}
.r-btn-plr-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.section__title {
	line-height: 1.1;
	font-weight: 700!important;
	position: relative;
	z-index: 1;
	color: #222e60;
	text-transform: uppercase;
}
h2.section__title {
    font-size: 44px;
}

h3.section__title {
    font-size: 25px;
}

h4.section__title {
    font-size: 22px;
}

h5.section__title {
    font-size: 19px;
}
.section__title-wrapper .shadow_title {
    font-size: 100px;
    z-index: -1;
    opacity: .02;
    line-height: 5px;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgb(255 255 255 / 0%);
    -webkit-text-stroke: 1px #222e60;
    text-transform: uppercase;
    font-weight: 600;
}
.section__title-wrapper.section__title_3 .shadow_title {
  opacity: .05;
  color: #fff0;
  -webkit-text-stroke: 1px #f0f0f0;
  text-transform: uppercase;
}
.section__title-wrapper.section__title_3 h4 {
  color: #f5f5f5;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .section__title {
    font-size: 40px;
  }
}
.section__title-pre {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #9fa2b4;
  padding-left: 45px;
  margin-bottom: 15px;
}
.section__title-pre::after {
  position: absolute;
  content: "";
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #222e60;
  width: 30px;
  height: 5px;
}
.section__title-pre.center {
  padding-right: 45px;
}
.section__title-pre.center::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #222e60;
  width: 30px;
  height: 5px;
}
.section__title-pre-white {
  color: #ffffff !important;
}
.section__title-pre-white::after, .section__title-pre-white::before {
  background: #ffffff !important;
}
.section__title-pre-yellow {
  color: #22b261 !important;
}
.section__title-pre-yellow::after, .section__title-pre-yellow::before {
  background: #22b261;
}
.section__title-pre-yellow.yellow::after, .section__title-pre-yellow.yellow::before {
  background: #22b261;
}
.section__title-pre-2 {
  color: #677a85;
}
.section__title-pre-2::after, .section__title-pre-2::before {
  background: #677a85;
}
.section__title-pre-2.center::before {
  background: #677a85;
}
.section__title-pre-3 {
  color: #677a85;
}
.section__title-pre-3.right {
  padding-right: 45px;
  padding-left: 0;
}
.section__title-pre-3.right::after {
  left: auto;
  right: 0;
  background: #677a85;
}
.section__title-pre-3::after {
  background: #677a85;
}
.section__title-pre-3.center::after, .section__title-pre-3.center::before {
    background-color: #2db464;
    background-image: -webkit-gradient(linear,left top,right top,from(#2db464),to(#2db464));
    background-image: -webkit-linear-gradient(90deg,#2db464,#c489d7 51%,#2db464);
    background-image: -moz-linear-gradient(90deg,#2db464,#c489d7 51%,#2db464);
    background-image: -ms-linear-gradient(90deg,#2db464,#c489d7 51%,#2db464);
    background-image: -o-linear-gradient(90deg,#2db464,#c489d7 51%,#2db464);
    background-image: linear-gradient(90deg,#2c90c1,#2db464);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#f8d28b",midColorStr="#2c90c1",endColorStr="#2db464",gradientType="1");
}
.section__title-pre-3.center.yellow::after,
.section__title-pre-3.center.yellow::before {
  background: #22b261;
}
.section__title-white {
  color: #ffffff !important;
}
.section__title-3 {
  color: #2c3941;
}

/* link btn */
.link-btn {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #222e60;
  text-transform: uppercase;
  padding-right: 15px;
}
.link-btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
.link-btn i:first-child {
  left: -100%;
  visibility: hidden;
  opacity: 0;
}
.link-btn i:last-child {
  right: 0;
}
.link-btn:hover {
  color: #2c3941;
}
.link-btn:hover i:first-child {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.link-btn:hover i:last-child {
  right: -100%;
  visibility: hidden;
  opacity: 0;
}

.link-btn-2 {
  position: relative;
  font-size: 14px;
  color: #222e60;
  font-weight: 500;
  padding-right: 22px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "DIN-Regular", sans-serif;
}
.link-btn-2 i {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  font-size: 12px;
}
.link-btn-2 i:first-child {
  right: 10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn-2 i:last-child {
  right: 0;
}
.link-btn-2:hover {
  color: #222e60;
}
.link-btn-2:hover i:first-child {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.link-btn-2:hover i:last-child {
  right: -10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn-2.pink {
  color: #222e60;
}
.link-btn-2.pink:hover {
  color: #222e60;
}

/* pulse btn */
.pulse-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 84px;
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #222e60;
  animation: pulse 2s infinite;
}
.pulse-btn:hover {
  background-color: #222e60;
  color: #ffffff;
}
.pulse-btn i {
  padding-left: 2px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.basic-pagination ul li {
  display: inline-block;
}
.basic-pagination ul li:not(:last-child) {
  margin-right: 10px;
}
/*.rtl .basic-pagination ul li:not(:last-child) {
  margin-right: 0;
  margin-left: 10px;
}*/
.basic-pagination ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #f1f1f1;
  font-size: 18px;
  font-weight: 600;
}
.basic-pagination ul li a:hover, .basic-pagination ul li a.active {
  background: #222e60;
  border-color: #222e60;
  color: #ffffff;
}

/*----------------------------------------*/
/*  02. HEADER CSS START
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header__padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header__padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .header__padding {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header__bottom {
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all .3s ease-in-out;
}
.header__bottom .container {
    position: relative;
}
.header__bottom .container:before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ffffff21;
    position: absolute;
    bottom: 0;
}
.header__bottom.sticky {
  padding-top: 0;
  padding-bottom: 0;
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #ffffff;
}
.header__bottom.sticky.sticky-2 {
  background: #222328;
}
.header__bottom.sticky .main-menu-2 ul li a {
  padding: 30px 0;
}
.header__bottom.sticky .main-menu-2 ul li a::after {
  bottom: 25px;
}
.header__bottom.sticky .main-menu-2 ul li .submenu li a {
  padding: 3px 20px;
}
.header__bottom.sticky .main-menu ul li a,
.header__bottom.sticky .main-menu ul li:hover > a,
.header__bottom.sticky .main-menu ul li.active > a{
  color: #222e60;
}
.header__bottom.sticky .main-menu nav > ul > li.menu-item-has-children::after {
  color: #222e60;
}
.header__bottom.sticky .main-menu ul li:hover > a::after,
.header__bottom.sticky .main-menu ul li.active > a::after {
  background: #222e60;
}
.header__bottom.sticky .main-menu ul li .submenu li > a{
  color: #222e60
}
.header__transparent {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
.header__top {
  padding-top: 6px;
  padding-bottom: 6px;
}
.header__info ul li {
  display: inline-block;
}
.header__info ul li:not(:last-child) {
  margin-right: 35px;
}
.header__info ul li a {
  font-size: 14px;
  color: #fff;
}
.header__info ul li a i {
  color: #9ec367;
  margin-right: 5px;
}
.header__info-2 ul li a {
  color: #2c3941;
}
.header__info-2 ul li a i {
  color: #bf9471;
}

/* header top Links */

.header__top-right ul{
	list-style:none;
	padding:0;
	margin:0;
	text-align: right;
    display: flex;
}

.header__top-right ul li {
    border-right: 1px solid #435969;
}
.header__top-right ul li:last-child {
    border-left: 1px solid #435969;
}
.header__top-right ul li a{
    color: #fff;
    font-size: 14px;
    padding: 3px 15px;
    display: block;
}
.header__top-right ul li a:hover {
    background-color: #02406c;
}
.header__top-right .r-ul{
	text-align:right;
	justify-content: flex-start;
}
.header__top-right .l-ul{
	text-align:left;
    justify-content: flex-end;
}
.header__top-right ul .chg-lang a img {
    margin-right: 2px;
    height: 20px;
}
.header__top-right ul li a i {
    font-size: 16px;
    margin-left: 2px;
}
@media (max-width: 767.98px) {
.header__top-right ul li a {
    font-size: 12px;
    padding: 12px 8px;
}
}
/**/
.header__search input {
  width: 140px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  padding-right: 30px;
  font-size: 13px;
  border: none;
  outline: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.header__search input::placeholder {
  color: #687e8b;
}
.header__search button {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  color: #687e8b;
}
.header__search-btn {
  font-size: 24px;
  color: #ffffff;
  display: inline-block;
  padding-top: 6px;
}
.header__search-btn:hover, .header__search-btn:focus {
  color: #222328;
}
.header__lang .nice-select {
  padding: 0;
  padding-right: 17px;
  height: 30px;
  line-height: 30px;
  background: transparent;
  border: none;
  color: #2c3941;
}
.header__lang .nice-select::after {
  right: 0;
  color: #222e60;
}
.header__lang .nice-select .list {
  left: auto;
  right: 0;
}
.header__social ul li {
  display: inline-block;
}
.header__social ul li:not(:last-child) {
  margin-right: 5px;
}
.header__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f8f4ef;
  color: #222e60;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header__social ul li a:hover {
  background: #222e60;
  color: #ffffff;
}
.header__social-2 ul li a {
  color: #2c3941;
}
.header__social-2 ul li a:hover {
  background: #22b261;
  color: #2c3941;
}
.header__cart-btn {
  color: #2c3941;
  font-size: 17px;
}
.header__cart-btn:hover {
  color: #222e60;
}
.header__cart-btn-2 {
  color: #ffffff;
}
.header__call-icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #222328;
  background: #22b261;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.header__call-text span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: #677a85;
}
.header__call-text h5 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1;
}

.main-menu ul li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}
.main-menu nav > ul > li.menu-item-has-children::after {
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 600;
	content: "\f107";
	top: 1px;
	position: relative;
	color: #fff;
	font-size: 15px;
	padding-left: 3px;
}
.rtl .main-menu nav > ul > li.menu-item-has-children::after {
  padding-left: 0;
  padding-right: 3px;
}
.main-menu ul li.menu-item-has-children:hover::after{
  color: #fff;
}
.main-menu-2 nav > ul > li.menu-item-has-children::after{
  color: #222e60;
}
.main-menu-2 ul li.menu-item-has-children:hover::after{
  color: #222e60;
}


@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .main-menu ul li {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin: 0 10px;
  }
}
.main-menu ul li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0;
}
.main-menu ul li a:focus {
  color: #0A8CD7;
}

/*.main-menu ul li a::after {
  content: "";
  width: calc(100% - 30px);
  height: 3px;
  background: #222e60;
  bottom: 15px;
  left: 15px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
}*/

.main-menu ul li a::before,
.main-menu ul li a::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 100%;
    left: 0;
    pointer-events: none;
    border-radius: 20px;
    color: #2f8dcc;
}
.main-menu ul[id^=menu] > li > a::before {
    content: "";
    position: absolute;
    bottom: 40%;
    right: 0;
    left: auto;
    height: 3px;
    width: 0;
    background-color: #222e60;
    transition: 0.7s;
    display: inline-block;
}

.main-menu ul[id^=menu] > li > a:hover::before {
    width: 100%;
    right: auto;
    left: 0;
    background-color: #fff;
}

.home .main-menu ul li a{
	color:#fff
}
.home .main-menu ul li:hover > a, .main-menu ul li.active > a {
    color: #fff;
}
.home .main-menu ul li.menu-item-has-children:hover::after,
.home .main-menu nav > ul > li.menu-item-has-children::after
 {
    color: #fff;
}
.header__bottom:not(.sticky) .logo img {
  filter:  brightness(0) invert(1);
}

/*.main-menu ul li a::after {
  content: '';
  top: calc(100% + 5px);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
  color: #2db464;
}
.main-menu ul li a:hover::after {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  color: #2db464;
}*/


.main-menu ul li a i {
  position: relative;
  right: 0;
  top: 1px;
  padding-left: 3px;
}
.main-menu ul li:hover > a, .main-menu ul li.active > a {
  color: #fff;
}
.main-menu ul li:hover > a::after, .main-menu ul li.active > a::after {
  bottom: 22px;
  opacity: 1;
  visibility: visible;
}
.main-menu ul li:hover .submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu ul li .submenu {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 270px;
  padding: 25px 15px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  -moz-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.main-menu ul li .submenu li {
	display: block;
	margin: 0;
	white-space: nowrap;
	opacity: 0;
	transition: all .35s cubic-bezier(.39,.58,.57,1);
	transition-property: transform,opacity;
	transform: translateY(12px);
}
.main-menu ul li:hover .submenu li {
    opacity: 1;
    transform: translateY(0);
}
.main-menu ul li:hover .submenu li:nth-child(2) {
    transition-delay: 100ms;
}
.main-menu ul li:hover .submenu li:nth-child(3) {
    transition-delay: 200ms;
}
.main-menu ul li:hover .submenu li:nth-child(4) {
    transition-delay: 300ms;
}
.main-menu ul li:hover .submenu li:nth-child(5) {
    transition-delay: 400ms;
}
.main-menu ul li:hover .submenu li:nth-child(6) {
    transition-delay: 500ms;
}
.main-menu ul li:hover .submenu li:nth-child(7) {
    transition-delay: 600ms;
}
.main-menu ul li:hover .submenu li:nth-child(8) {
    transition-delay: 700ms;
}
.main-menu ul li:hover .submenu li:nth-child(9) {
    transition-delay: 800ms;
}
.main-menu ul li:hover .submenu li:nth-child(10) {
    transition-delay: 900ms;
}
.main-menu ul li:hover .submenu li:nth-child(11) {
    transition-delay: 1000ms;
}
.main-menu ul li:hover .submenu li:nth-child(12) {
    transition-delay: 1100ms;
}
.main-menu ul li:hover .submenu li:nth-child(13) {
    transition-delay: 1200ms;
}

.main-menu ul li .submenu li > a {
  font-size: 17px;
  width: 100%;
  display: block;
  padding: 7px 10px;
  text-transform: capitalize;
  color: #1e2a3b;
  font-weight: 500;
  position: relative;
  line-height: 1.8;
  white-space: break-spaces;
	border-radius: 10px;
}

.main-menu ul li .submenu li > a:hover {
  background-color: #f5f5f5;
}
.main-menu ul li .submenu li > a::after {
  display: none;
}
.main-menu ul li .submenu li:hover > a {
  color: #222e60;
}
.main-menu ul li .submenu li:hover > a::before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.main-menu ul li .submenu li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  /* left: 100%; */
}
.main-menu ul li .submenu li .submenu {
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li.menu-last .submenu li .submenu {
  left: auto;
  right: 100%;
}
.main-menu-2 ul li {
  margin: 0;
}
.main-menu-2 ul li:not(:last-child) {
  margin-right: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-2 ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-2 ul li:not(:last-child) {
    margin-right: 30px;
  }
}
.main-menu-2 ul li a {
  padding: 55px 0;
  color: #ffffff;
}
.main-menu-2 ul li a::after {
  background: #ffffff;
  bottom: 50px;
}
.main-menu-2 ul li:hover > a, .main-menu-2 ul li.active > a {
  color: #ffffff;
}
.main-menu-2 ul li:hover > a::after, .main-menu-2 ul li.active > a::after {
  background: #ffffff;
}
.main-menu-3 ul li {
  margin: 0;
}
.main-menu-3 ul li:not(:last-child) {
  margin-right: 35px;
}
.main-menu-3 ul li a {
  padding: 35px 0;
}
.main-menu-3 ul li a::after {
  bottom: 30px;
}
.login_btn.btn {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 30px;
}
.login_btn.btn i{
  vertical-align: middle;
}
.dot-hamburger-btn {
  position: relative;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.dot-hamburger-btn i {
	color: #ecf1ed;
	font-size: 25px;
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 600;
}

header .sticky .dot-hamburger-btn i{
  color: #232a3c;
}
.sidebar__area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background: #ffffff none repeat scroll 0 0;
  overflow-y: scroll;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 99999;
}
@media (max-width: 575px) {
  .sidebar__area {
    width: 290px;
  }
}
.sidebar__area.sidebar-opened {
  right: 0px;
}
.sidebar__wrapper {
  position: relative;
  padding: 45px;
}
@media (max-width: 575px) {
  .sidebar__wrapper {
    padding: 20px !important;
  }
}
.sidebar__close {
  position: absolute;
  top: 48px;
  right: 45px;
}
@media (max-width: 575px) {
  .sidebar__close {
    top: 22px;
    right: 20px;
  }
}
.sidebar__close-btn {
    display: inline-block;
    font-size: 19px;
    height: 32px;
    width: 32px;
    line-height: 35px;
    background: #1e2853;
    color: #ffffff;
    border-radius: 50px;
}
.sidebar__close-btn:hover {
  background: #374853;
}
.sidebar__logo {
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
  text-align: center;
}
.sidebar__logo img {
  height: 100px;
}
.sidebar__search {
  position: relative;
}
.sidebar__search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
}
.sidebar__search input::placeholder {
  color: #2c3941;
}
.sidebar__search input:focus {
  border-color: #394a55;
}
.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #2c3941;
}
.sidebar__text p {
  margin-bottom: 25px;
}
.sidebar__contact h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.sidebar__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar__contact ul li:hover i {
  background: #222e60;
  color: #ffffff;
  border-color: #222e60;
}
.sidebar__contact ul li:hover a {
  color: #394a55;
}
.sidebar__contact-icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dedede;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.sidebar__contact-text a {
  font-size: 16px;
  font-weight: 500;
  color: #687e8b;
  line-height: 1;
}
.sidebar__map iframe {
  width: 100%;
  height: 200px;
  border: none;
}
.sidebar__social ul{
  direction: ltr
}
.sidebar__social ul li {
  display: inline-block;
  margin-bottom: 5px;
}
.sidebar__social ul li:not(:last-child) {
  margin-right: 5px;
}
.sidebar__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #222e60;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sidebar__social ul li a:hover {
  background: #7abba0;
  color: #ffffff;
}

.search__area {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #ffffff;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.search__area.opened {
  top: 0;
  bottom: auto;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.search__wrapper {
  position: relative;
}
.search__input {
  position: relative;
}
.search__input input {
  width: 100%;
  height: 80px;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 2px solid rgba(44, 57, 65, 0.8);
  color: #2c3941;
  font-size: 35px;
  padding-right: 60px;
}
.search__input input::placeholder {
  font-size: 20px;
  color: #2c3941;
  text-transform: capitalize;
}
.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #2c3941;
  font-size: 35px;
}
.search__close {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.search__close .search-close-btn {
  font-size: 35px;
  color: #2c3941;
}

/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 8px;
    color: #2c3941;
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    float: none;
}
.mean-container .mean-nav ul li a:hover {
	color: #222e60;
    background-color: #efefef;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb;
  height: 30px;
  width: 30px;
  color: #2c3941;
  line-height: 32px;
  top: 0;
  font-weight: 400;
  line-height: 34px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #098cd7;
  color: #ffffff;
  border-color: #098cd7;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #2c3941;
  background: #098cd7;
  border-color: #098cd7;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: #fff;
}

/*----------------------------------------*/
/*  03. SLIDER CSS START
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .slider__padding {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.slider__height {
  min-height: 820px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__height {
    min-height: 650px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__height {
    min-height: 620px;
  }
}
@media (max-width: 575px) {
  .slider__height {
    min-height: 520px;
  }
}
.slider__height-2 {
  min-height: 815px;
}
.slider__overlay {
  position: relative;
}
.slider__overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background: #2f2f2f;
  background: -moz-linear-gradient(180deg, rgba(47,47,47,1) 0%, rgba(18,118,188,1) 100%);
  background: -webkit-linear-gradient(180deg, #2f2f2f 0%, #1276bc 100%);
  background: linear-gradient(180deg, #2f2f2f 0%, #1276bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f2f2f",endColorstr="#1276bc",GradientType=1);
}
.slider__content {
  position: relative;
  z-index: 1;
}
.slider__content span {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  padding: 0 25px;
  position: relative;
  margin-bottom: 15px;
}
.slider__content span::after, .slider__content span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 3px;
  height: 15px;
  background: #ffffff;
}
.slider__content span::after {
  left: auto;
  right: 0;
}
.slider__content-2 p {
  font-size: 20px;
  line-height: 32px;
  padding: 0 180px;
  font-family: "DIN-Regular", sans-serif;
  color: #ffffff;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__content-2 p {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__content-2 p {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__content-2 p {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content-2 p {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .slider__content-2 p {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.slider__title {
  font-size: 35px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .slider__title {
    font-size: 37px;
  }
}
.slider__title-2 {
  font-size: 130px;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title-2 {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__title-2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title-2 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .slider__title-2 {
    font-size: 60px;
  }
}
.slider__nav .swiper-slider-nav i {
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(57, 74, 85, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slider__nav .swiper-slider-nav i:hover {
  background: #ffffff;
  color: #2c3941;
}
.slider__nav .swiper-slider-nav::after {
  display: none;
}
.slider__youtube .play-btn {
  display: inline-block;
  width: 100px;
  height: 70px;
  line-height: 74px;
  background: #ff4328;
  color: #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
@media (max-width: 575px) {
  .slider__btn .r-btn {
    margin-right: 0;
  }
}

/*----------------------------------------*/
/*  ABOUT CSS START
/*----------------------------------------*/


/*----------------------------------------*/
/*  05. FEATURES CSS START
/*----------------------------------------*/

.features__area {
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575px) {
  .features__item {
    padding-right: 0;
  }
}
.features__item:hover .features__icon span {
  -webkit-transform: translateY(-5px) translate3d(0, -5px, 0);
  -moz-transform: translateY(-5px) translate3d(0, -5px, 0);
  -ms-transform: translateY(-5px) translate3d(0, -5px, 0);
  transform: translateY(-5px) translate3d(0, -5px, 0);
}
.features__item:not(:last-child) {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 2px solid #dedede;
}
.features__item-2 {
  padding: 35px 35px;
  width: 270px;
}
.features__item-2.fea-1 {
  margin-left: 400px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .features__item-2.fea-1 {
    margin-left: 275px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__item-2.fea-1 {
    margin-left: 250px;
  }
}
@media (max-width: 575px) {
  .features__item-2.fea-1 {
    margin-left: 0px;
  }
}
.features__item-2.fea-2 {
  margin-left: 100px;
  margin-top: -85px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .features__item-2.fea-2 {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__item-2.fea-2 {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .features__item-2.fea-2 {
    margin-top: 30px;
    margin-left: 0;
  }
}
.features__item-2.fea-3 {
  margin-top: 30px;
  margin-left: -45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .features__item-2.fea-3 {
    margin-left: -120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__item-2.fea-3 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__item-2.fea-3 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__item-2.fea-3 {
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .features__item-2.fea-3 {
    margin-left: 0px;
  }
}
.features__item-3 {
  padding: 50px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__item-3 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__item-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.features__item-3:hover .features__icon-3 span {
  -webkit-transform: translateY(-10px) translate3d(0, -10px, 0);
  -moz-transform: translateY(-10px) translate3d(0, -10px, 0);
  -ms-transform: translateY(-10px) translate3d(0, -10px, 0);
  transform: translateY(-10px) translate3d(0, -10px, 0);
}
.features__item-4 {
  width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__item-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__item-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__item-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.features__title {
  font-size: 24px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__title {
    font-size: 22px;
  }
}
.features__title-2 {
  margin-bottom: 0;
}
.features__title-3 {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .features__icon {
    margin-bottom: 25px;
  }
}
.features__icon span {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
.features__icon span img {
  width: 55px;
}
.features__icon-2 span {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
}
.features__icon-2 span img {
  width: 55px;
}
.features__icon-3 span img {
  width: 55px;
}
.features__icon-3 span {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.47);
  -moz-box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.47);
  box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.47);
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
.features__content p {
  margin-bottom: 0;
}
.features__content-3 p {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .features__wrapper-2 {
    padding-right: 0;
  }
}
.features__wrapper-2 > p {
  padding-right: 20px;
  padding-left: 30px;
  margin-bottom: 22px;
  position: relative;
}
.features__wrapper-2 > p::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 3px;
  height: 90%;
  background: #22b261;
}
@media (max-width: 575px) {
  .features__wrapper-3 {
    padding-right: 0px;
  }
}
.features__wrapper-3 p {
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__wrapper-3 p {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__wrapper-3 p {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .features__wrapper-3 p {
    margin-bottom: 40px;
  }
}
.features__wrapper-border {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__wrapper-border {
    padding-right: 0;
  }
}
.features__wrapper-border::after {
  position: absolute;
  content: "";
  right: -45px;
  top: 0;
  width: 2px;
  height: 140px;
  background: #e1e1e1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .features__wrapper-border::after {
    right: 10px;
    top: 7px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__wrapper-border::after {
    display: none;
  }
}
.features__list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.features__list ul li i {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 41px;
  text-align: center;
  border: 2px solid #e8e8e8;
  color: #677a85;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.features__list ul li p {
  margin-bottom: 0;
}
.features__list ul li:hover i {
  color: #ffffff;
  background: #bf9471;
  border-color: #bf9471;
}
.features__video {
  position: absolute;
  bottom: 0;
  right: -95px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .features__video {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__video {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__video {
    right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__video {
    display: none;
  }
}
@media (max-width: 575px) {
  .features__video {
    display: none;
  }
}
.features__video-thumb {
  position: relative;
}
.features__video-thumb::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 76, 72, 0.45);
}
.features__video-thumb .play-btn {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 59px;
  font-size: 12px;
  color: #bf9471;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.features__video-thumb .play-btn i {
  padding-left: 3px;
}
.features__video-thumb .play-btn:hover {
  background: #bf9471;
  color: #ffffff;
}
.features__video-triangle {
  position: relative;
}
.features__video-triangle::after {
  position: absolute;
  content: "";
  right: -15px;
  bottom: -15px;
  width: 103px;
  height: 103px;
  background: #22b261;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}
.features__shape-1 {
  position: absolute;
  top: 30%;
  left: 30%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .features__shape-1 {
    left: 21%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__shape-1 {
    left: 11%;
  }
}
@media (max-width: 575px) {
  .features__shape-1 {
    left: 0%;
    width: 100%;
  }
}
.features__shape-2 {
  position: absolute;
  top: 15px;
  left: 10px;
}
.features__shape-3 {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.features__shape-4 {
  position: absolute;
  top: 0;
  right: 8%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .features__shape-4 {
    right: 30px;
  }
}
/*----------------------------------------*/
/*  06. SERVICES CSS START
/*----------------------------------------*/

#services {

}
.jdwa_service .service_subtitle_wrapper {
  padding: 0!important;
  margin: 0!important;
}
.jdwa_service .service_subtitle_cat {
  margin-bottom: 35px;
}
.jdwa_service {
  perspective: 1000px;
  height: 270px;
  width: 100%;
}
.jdwa_service .services__wrap {
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
}
.jdwa_service .front,
.jdwa_service .back {
    text-align: start;
	height: 100%;
	width: 100%;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	bottom: 0;
	backface-visibility: hidden;
	padding: 42px;
	border: 1px solid #EDF3F5;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	background-color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	overflow: hidden;
	z-index: 1;
	border-color: transparent;
	box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1);
}
.jdwa_service .front {
  background: #fff;
}
.jdwa_service .front:before {
    position: absolute;
    width: 70px;
    height: 160px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    background-color: #F4F8FA;
    content: "";
    top: -39px;
    left: 5px;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.rtl .jdwa_service .front:before {
    top: -39px;
    left: auto;
    right: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.jdwa_service .front img {
  width: 5em;
}
.jdwa_service .content {
  transform: translateZ(60px);
}
.jdwa_service .content .content_p{
    text-align: initial;
}

.jdwa_service .content h3 {
    text-align: start;
    margin: -45px 0px 10px 80px;
    height: 45px;
    font-weight: 400;
    font-size: 26px;
    color: #2d3968;
    font-family: 'DIN-Bold'!important;
}
.rtl .jdwa_service .content h3 {
    margin: -45px 80px 10px 0;
}
.jdwa_service .content h3 a {
    color: currentColor;
}
.jdwa_service .content p {
    font-size: 16px;
    line-height: 22px;
    margin: 25px 0 0 0;
}
.jdwa_service .back {
  background-color: #222E60;
  transform: rotateX(180deg);
}

.jdwa_service .back h3 {
	display:none
}
.jdwa_service .back .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.jdwa_service .back .content p {
    color:#fff
}

.jdwa_service:hover .services__wrap {
  transform: rotateX(180deg);
}

.jdwa_service .services__icon {
    width: 58px;
    height: 58px;
    background-color: #0a8cd7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 4px 7px rgba(178, 190, 205, 0.29);
}

.jdwa_service .services__icon img {
	margin: auto;
    height: 31px;
    width: auto;
	filter: invert(100%) grayscale(1);
}

.jdwa_service.style_2 .services__icon {
    background-color: #35b76a;
}
.jdwa_service.style_2 .front:before {
    background-color: #f3f7f4;
}
.jdwa_service.style_2 .back {
    background-color: #222E60;
    transform: rotateX(180deg);
}

/**********/
/*
.service_subtitle_wrapper {
  padding: 0!important;
  margin: 0!important;
}
.service_subtitle_cat {
  margin-bottom: 35px;
}
.services__item {
  perspective: 1000px;
  height: 250px;
  width: 100%;

  }
.services__wrap {
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
}
.front,
.back {
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  backface-visibility: hidden;
  padding: 20px;
}
.front {
  background: #2f3649;
}
.front img {
  width: 5em;
}
.content {
  transform: translateZ(60px);
}
.content .content_p{
    text-align: initial;
}

.content h3 {
	font-size: 16px;
	margin-top: 20px;
	font-weight: 600;
	color: #fff;
}
.content p {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.back {
  background-color: #46506b;
  transform: rotateX(180deg);
}
.back h3 {
	display:none
}
.services__item:hover .services__wrap {
  transform: rotateX(180deg);
}

.services__icon {
	height: 82px;
    width: 82px;
    line-height: 82px;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #fff;
    padding: 0;
    border-radius: 10%;
}

.services__icon img {
	margin: auto;
    height: 50px!important;
    width: auto;
}
*/
/*----------------------------------------*/
/*  07. portfolio CSS START
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .portfolio__padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.portfolio__item:hover .portfolio__thumb::after {
  visibility: visible;
  opacity: 1;
}
.portfolio__item:hover .portfolio__plus {
  visibility: visible;
  opacity: 1;
  top: 30px;
}
@media (max-width: 575px) {
  .portfolio__item:hover .portfolio__plus {
    top: 10px;
  }
}
.portfolio__item:hover .portfolio__content {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio__item:hover .portfolio__content {
    bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__item:hover .portfolio__content {
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  .portfolio__item:hover .portfolio__content {
    bottom: 10px;
  }
}
.portfolio__item-2:hover .portfolio__content-2 {
  visibility: visible;
  opacity: 1;
  top: 50%;
}
.portfolio__item-2:hover .portfolio__thumb-2::after {
  opacity: 1;
  visibility: visible;
}
.portfolio__item-3:hover .portfolio__content-3 {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.portfolio__thumb {
  position: relative;
}
.portfolio__thumb::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
  background-image: -webkit-linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
  background-image: -ms-linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
  background-image: linear-gradient(180deg, rgba(34, 35, 40, 0) 0%, #222328 100%);
  visibility: hidden;
  opacity: 0;
}
.portfolio__thumb-2 {
  position: relative;
}
.portfolio__thumb-2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 76, 72, 0.75);
  visibility: hidden;
  opacity: 0;
}
.portfolio__content {
  position: absolute;
  bottom: 0px;
  left: 40px;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio__content {
    left: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__content {
    left: 20px;
  }
}
@media (max-width: 575px) {
  .portfolio__content {
    left: 20px;
  }
}
.portfolio__content p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}
.portfolio__content-2 {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.portfolio__content-2 p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}
.portfolio__content-3 {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px 35px;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
}
.portfolio__content-3 p {
  margin-bottom: 0;
}
.portfolio__title {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio__title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .portfolio__title {
    font-size: 20px;
  }
}
.portfolio__title-3 {
  font-size: 24px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__title-3 {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .portfolio__title-3 {
    font-size: 19px;
  }
}
.portfolio__title-3 a:hover {
  color: #bf9471;
}
.portfolio__plus {
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 575px) {
  .portfolio__plus {
    right: 10px;
  }
}
.portfolio__plus a {
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.portfolio__plus a:hover {
  color: #2c3941;
  background: #ffffff;
}
.portfolio__plus-2 a {
  font-size: 15px;
  color: #2c3941;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  background: #22b261;
}
.portfolio__plus-2 a:hover {
  background: #ffffff;
}
.portfolio__plus-3 a {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 57px;
  background: #22b261;
  color: #222328;
  text-align: center;
}
.portfolio__plus-3 a:hover {
  background: #222328;
  color: #ffffff;
}
.portfolio__bg {
  position: relative;
}
.portfolio__bg::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -480px;
  width: 100%;
  height: 805px;
  background: #f8f4ef;
  z-index: -1;
}
.portfolio__bg-2::after {
  bottom: -156px;
  height: 75%;
}
.portfolio__details-info {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #bf9471;
  padding: 50px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__details-info {
    padding: 20px 35px;
  }
}
.portfolio__details-info-item {
  min-width: 250px;
  border-bottom: 1px solid #0e5551;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__details-info-item {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
.portfolio__details-info-item span {
  font-size: 18px;
  font-weight: 600;
  color: #22b261;
  position: relative;
  display: block;
  padding-left: 30px;
}
.portfolio__details-info-item span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #22b261;
}
.portfolio__details-info-item p {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
.portfolio__details-title {
  font-size: 42px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .portfolio__details-title {
    font-size: 27px;
  }
}
.portfolio__details-features-text h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.portfolio__details-features-icon img {
  width: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__details-goal-content {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__details-goal-content {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .portfolio__details-goal-content {
    padding-left: 0;
  }
}
.portfolio__details-goal-content p {
  padding-right: 25px;
}
.portfolio__details-goal-features {
  margin-top: 16px;
}
.portfolio__details-goal-features ul li:not(:last-child) {
  margin-bottom: 13px;
}
.portfolio__details-goal-features ul li:hover .icon i {
  background: #bf9471;
  color: #ffffff;
  border-color: #bf9471;
}
.portfolio__details-goal-features ul li .icon i {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 41px;
  text-align: center;
  color: #677a85;
  border: 2px solid #e8e8e8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.portfolio__details-goal-features ul li .text p {
  font-size: 15px;
  padding-right: 0;
  margin-bottom: 0;
}
.portfolio__social ul li {
  display: inline-block;
}
.portfolio__social ul li:not(:last-child) {
  margin-right: 5px;
}
.portfolio__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #093e3b;
  color: #607887;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.portfolio__social ul li a:hover {
  background: #22b261;
  color: #222328;
}

/*----------------------------------------*/
/*  08. WHY CSS START
/*----------------------------------------*/
.why__bg {
  position: relative;
}
.why__bg::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 49.5%;
  height: 100%;
  background: #2c3941;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why__bg::after {
    width: 59.3%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why__bg::after {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why__bg::after {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .why__bg::after {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .why__bg::after {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .why__wrapper {
    padding-top: 80px;
    padding-left: 60px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why__wrapper {
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why__wrapper {
    padding-top: 30px;
    padding-left: 0px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why__wrapper {
    padding-top: 30px;
    padding-left: 0px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .why__wrapper {
    padding-top: 30px;
    padding-left: 0px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .why__wrapper {
    padding-top: 30px;
    padding-left: 0px;
    padding-bottom: 30px;
  }
}
.why__wrapper p {
  color: #ffffff;
  margin-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why__wrapper-2 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why__wrapper-2 {
    padding-right: 110px;
  }
}
@media (max-width: 575px) {
  .why__wrapper-2 {
    padding-right: 0;
  }
}

.why__icon img {
  width: 75px;
}
.why__wrapper-2 > p {
  margin-bottom: 32px;
}
.why__item {
  padding: 30px 15px;
  background: #394a55;
  margin-right: 5px;
}
@media only screen and (min-width: 576px) and (max-width: 635px) {
  .why__title {
  font-size: 15px !important;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .why__item {
    padding-left: 0;
    padding-right: 0;
  }
  .why__title {
  font-size: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 587px) {
  .why__item {
    padding-left: 0;
    padding-right: 0;
  }
  .why__title {
  font-size: 14px !important;
}
}
@media (max-width: 575px) {
  .why__item {
    padding-left: 45px;
    padding-right: 45px;
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }
  .why__title {
  font-size: 15px !important;
 }
}
.why__item-2:not(:last-child) {
  margin-bottom: 18px;
}
.why__item-2:hover .why__icon-2 img {
  -webkit-transform: translateY(-5px) translate3d(0, -5px, 0);
  -moz-transform: translateY(-5px) translate3d(0, -5px, 0);
  -ms-transform: translateY(-5px) translate3d(0, -5px, 0);
  transform: translateY(-5px) translate3d(0, -5px, 0);
}
.why__icon-2 img {
  width: 73px;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.why__item-wrapper .why__item-2 .why__icon-2 img {
  width: 73px;
  max-width: inherit;
}

.why__title {
  font-size: 17px;
  line-height: 1.3;
  color: #ffffff;
}
.why__title-2 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #222328;
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
  .why__title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .why__title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .why__item {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why__thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why__thumb {
    margin-left: 0;
  }
.why__item {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .why__thumb {
    margin-left: 0;
  }
.why__item {
    padding: 30px 30px;
  }
}
@media (max-width: 757px) {
  .why__thumb {
    margin-left: 0;
  }
  .why__item {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why__thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why__thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .why__thumb img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .why__thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why__thumb-2 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why__thumb-2 {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .why__thumb-2 {
    padding-right: 0;
  }
}

/*----------------------------------------*/
/*  09. TESTIMONIAL CSS START
/*----------------------------------------*/
.testimonial__area {
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial__area-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial__item {
  padding: 60px 45px;
  padding-bottom: 50px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
@media (max-width: 575px) {
  .testimonial__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.testimonial__item-green .testimonial__thumb::after {
  background: #bf9471;
}
.testimonial__item-green .testimonial__avater-info span {
  color: #677a85;
}
.testimonial__content p {
  font-size: 18px;
  line-height: 32px;
}
.testimonial__content-2 p {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 25px;
}
.testimonial__content-3 {
	position: relative;
    padding: 50px 50px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(221, 221, 221, 0.4);
    -moz-box-shadow: 0px 10px 60px 0px rgba(221, 221, 221, 0.4);
    box-shadow: 0px 10px 60px 0px rgba(221, 221, 221, 0.4);
    margin-bottom: 30px;
    background: rgb(255 255 255 / 75%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__content-3 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__content-3 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 575px) {
  .testimonial__content-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.testimonial__content-3 p {
  font-size: 18px;
  line-height: 32px;
  color: #2c3941;
  margin-bottom: 15px;
}
.testimonial__content-3::after {
  position: absolute;
  content: "";
  bottom: -22px;
  left: 60px;
  width: 0;
  height: 0;
  border-top: 22px solid #ffffff;
  border-right: 35px solid transparent;
}
.testimonial__thumb {
  position: relative;
}
.testimonial__thumb::after {
  position: absolute;
  content: "";
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
  height: 70px;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  background: #222e60;
}
div.testimonial__thumb img {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonial__thumb-2 {
  margin-left: 8px;
}
.testimonial__thumb-2::after {
  width: 80px;
  height: 40px;
  background: #22b261;
  top: -7px;
}
@media (max-width: 575px) {
  .testimonial__thumb-2::after {
    left: -7px;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.testimonial__thumb-2 img {
  width: 65px;
  height: 65px;
}
.testimonial__avater-info h4 {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 0;
}
.testimonial__avater-info span {
  font-size: 14px;
  font-weight: 600;
  color: #222e60;
  padding-left: 6px;
}
.testimonial__avater-info-2 h4 {
  display: block;
  font-size: 24px;
  color: #ffffff;
}
.testimonial__avater-info-2 span {
  color: #22b261;
  font-weight: 500;
  font-size: 15px;
}
.testimonial__avater-info-3 h4 {
  font-size: 20px;
}
.testimonial__avater-info-3 span {
  color: #222e60;
  font-weight: 600;
  margin-left: 5px;
}
div.testimonial__avater-3-thumb img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonial__quote-icon {
  position: absolute;
  top: 35px;
  left: 30px;
  z-index: -1;
}
.testimonial__shape-1 {
  position: absolute;
  top: -80px;
  right: 85px;
  z-index: -1;
}
.testimonial__slider-wrapper .testimonial-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -80px;
  top: 95px;
  z-index: 9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__slider-wrapper .testimonial-pagination {
    left: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__slider-wrapper .testimonial-pagination {
    left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__slider-wrapper .testimonial-pagination {
    left: -30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__slider-wrapper .testimonial-pagination {
    left: -20px;
  }
}
@media (max-width: 575px) {
  .testimonial__slider-wrapper .testimonial-pagination {
    left: -10px;
  }
}
.testimonial__slider-wrapper .testimonial-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #cfcdc3;
  opacity: 1;
  direction: block;
  margin: 3px 0;
}
.testimonial__slider-wrapper .testimonial-pagination .swiper-pagination-bullet-active {
  background: #bf9471;
}
.testimonial__bg {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 92%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__wrapper-2 {
    padding-right: 0;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__wrapper-2 {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__wrapper-2 {
    padding-right: 160px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .testimonial__wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__img {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .testimonial__img img {
    width: 100%;
  }
}

/*----------------------------------------*/
/*  10. VIDEO CSS START
/*----------------------------------------*/
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.video__play-btn {
  width: 100px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #ff4328;
  color: #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
}
.video__play-btn:hover {
  color: #ff4328;
  background: #ffffff;
}
.video__overlay {
  position: relative;
}
.video__overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 57, 65, 0.3);
}

.video-mb--160 {
  margin-bottom: -160px;
}
@media (max-width: 575px) {
  .video-mb--160 {
    margin-bottom: -80px;
  }
}

/*----------------------------------------*/
/*  11. Blog CSS START
/*----------------------------------------*/
.blog__item-2 .blog__thumb-2,
.blog__item .blog__thumb{
  height: 220px;
}
.blog__item-2:hover .blog__thumb-2 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog__item-3 {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.2);
  -moz-box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.2);
  box-shadow: 0px 10px 60px 0px rgba(207, 199, 188, 0.2);
}
.blog__item-3:hover .blog__thumb-3 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog__item:hover .blog__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog__thumb-3 {
  overflow: hidden;
}
.blog__title {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 12px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .blog__title {
    font-size: 18px;
  }
}
.blog__title a:hover {
  color: #222e60;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__title-2 {
    font-size: 20px;
  }
}
.blog__title-3 {
  font-size: 23px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .blog__title-3 {
    font-size: 19px;
  }
}
.blog__title-3 a:hover {
  color: #bf9471;
}
.blog__content {
  padding: 32px 40px;
  padding-right: 35px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .blog__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.blog__content-2 {
  padding: 35px 40px;
  padding-right: 30px;
}
@media (max-width: 575px) {
  .blog__content-2 {
    padding: 20px;
    padding-right: 15px;
  }
}
.blog__content-2 p {
  padding-left: 24px;
  position: relative;
  margin-bottom: 5px;
}
.blog__content-2 p::after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 3px;
  height: 80%;
  background: #bf9471;
}
.blog__content-2 .link-btn-2 {
  color: #bf9471;
}
.blog__content-2 .link-btn-2:hover {
  color: #222328;
}
.blog__content-3 {
  padding: 33px 30px;
  padding-bottom: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__content-3 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 575px) {
  .blog__content-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog__content-3 p {
  margin-bottom: 10px;
}
.blog__content-3 .link-btn-2 {
  color: #677a85;
}
.blog__content-3 .link-btn-2:hover {
  color: #bf9471;
}
.blog__meta span {
  font-family: "DIN-Regular", sans-serif;
  display: inline-block;
}
.blog__meta .author {
  font-size: 13px;
  font-weight: 500;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  text-transform: uppercase;
  background: #222e60;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 13px;
}
.blog__meta .date {
  position: absolute;
  right: 40px;
  top: -35px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  height: 70px;
  width: 70px;
  text-align: center;
  background: #1276bb;
  background: -moz-linear-gradient(300deg, rgba(18,118,187,1) 0%, rgba(108,168,143,1) 75%, rgba(168,202,114,1) 100%);
  background: -webkit-linear-gradient(300deg, #1276bb 0%, #222e60 75%, #a8ca72 100%);
  background: linear-gradient(300deg, #1276bb 0%, #222e60 75%, #a8ca72 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1276bb",endColorstr="#a8ca72",GradientType=1);
  padding-top: 11px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  line-height: 1;
  text-transform: capitalize;
}
.blog__meta .date span {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
  display: block;
  font-weight: 800;
}
.blog__meta-2 {
  margin-bottom: 7px;
}
.blog__meta-2 span {
  font-weight: 500;
  text-transform: uppercase;
}
.blog__meta-2 span:not(:last-child) {
  margin-right: 17px;
}
.blog__meta-2 span i {
  color: #bf9471;
  margin-right: 5px;
}
.blog__meta-2 span:hover {
  color: #bf9471;
}
.blog__meta-3 span {
  font-weight: 500;
  text-transform: uppercase;
}
.blog__meta-3 span:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .blog__meta-3 span:not(:last-child) {
    margin-right: 10px;
  }
}
.blog__meta-3 span i {
  color: #bf9471;
  margin-right: 5px;
}
.postbox__thumb {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    padding: 0;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    /*-webkit-box-shadow: 0px 0 32px 0px rgb(40 89 196 / 5%);
    -moz-box-shadow: 0px 0 32px 0px rgba(40, 89, 196, 5%);
    box-shadow: 0px 0px 32px 0px rgb(40 89 196 / 5%);*/
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.postbox__thumb:hover {
    /*-webkit-box-shadow: 0px 16px 32px 0px rgb(40 89 196 / 10%);
    -moz-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
     box-shadow: 0px 16px 32px 0px rgb(40 89 196 / 10%);*/
}
.postbox__thumb img {
  max-width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
  object-position: center center;
}
.postbox__thumb:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.postbox__thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.postbox__thumb.postboxCatl__thumb{
	height: 250px;
}
.postbox__audio {
  height: 455px;
  width: 100%;
}
.postbox__audio iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.postbox__item:hover {

}
.postbox__item-single:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.postbox__content {
    border-bottom: 1px dashed #f2f2f2;
    padding: 5px 0 20px 0;
}
@media (max-width: 575px) {
  .postbox__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.postbox__content-single {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.postbox__title {
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .postbox__title {
    font-size: 25px;
  }
}
.postbox__title a:hover {
  color: #22b261;
}
.postbox__meta {
    margin-bottom: 5px;
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
}
.postbox__meta span {
  font-size: 14px;
  font-weight: 600;
  color: #2c3941;
  text-transform: uppercase;
  display: inline-block;
}
.postbox__meta span:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .postbox__meta span {
    display: inline-block;
  }
  .postbox__meta span:not(:last-child) {
    margin-right: 20px;
  }
}
.postbox__meta span i {
    color: #37426f;
    margin-right: 3px;
}
.postbox__meta span:hover {

}
.postbox__meta span:hover i {

}
.postbox__text p {
    margin-bottom: 15px;
    font-size: 15px;
}
.postbox__text-single p {
  margin-bottom: 15px;
}
.postbox__slider button {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
}
.postbox__slider button.postbox-slider-button-next {
  left: auto;
  right: 50px;
}
@media (max-width: 575px) {
  .postbox__slider button.postbox-slider-button-next {
    right: 10px;
  }
}
@media (max-width: 575px) {
  .postbox__slider button {
    left: 10px;
  }
}
.postbox__quote {
  background: #f8f4ef;
  padding: 40px 65px;
  padding-bottom: 24px;
}
@media (max-width: 575px) {
  .postbox__quote {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.postbox__quote h4 {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  color: #222e60;
}
.postbox__quote p {
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  color: #2c3941;
  margin-bottom: 0;
}
.postbox__quote-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: -1;
}
.postbox__quote-icon i {
  font-size: 160px;
  opacity: 0.1;
}
.postbox__comment-form {
  margin-bottom: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
  background: #ffffff;
}
.postbox__comment-title {
  font-size: 27px;
  margin-bottom: 0;
}
.postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
}
.postbox__comment-input span {
  font-weight: 600;
  color: #2c3941;
  margin-bottom: 12px;
  display: block;
}
.postbox__comment-input input, .postbox__comment-input textarea {
  height: 55px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  color: #2c3941;
  outline: none;
  border: 1px solid transparent;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #f7f7f7;
}
.postbox__comment-input textarea {
  height: 175px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-tag span {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 17px;
  color: #2c3941;
  margin-right: 10px;
}
.blog-tag a {
  color: #2c3941;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px 20px;
  margin-right: 4px;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  background: #f8f4ef;
  margin-bottom: 6px;
}
.blog-tag a:hover {
  color: #ffffff;
  background: #222e60;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar__wrapper-2 {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar__wrapper-2 {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .sidebar__wrapper-2 {
    margin-top: 40px;
  }
}
.sidebar__widget {
	padding: 30px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 20px;
    -webkit-box-shadow: 0px 16px 32px 0px rgb(40 89 196 / 5%);
    -moz-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 5%);
    box-shadow: 0px 16px 32px 0px rgb(40 89 196 / 5%);
}
.sidebar__widget-title {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    padding: 0 12px;
}
.sidebar__widget-title span {
    position: relative;
    z-index: 1;
}
.sidebar__widget-title::after {
    left: 0px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #cff1ff;
    position: absolute;
    top: 50%;
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar__search-input-2 {
  position: relative;
}
.sidebar__search-input-2 input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #f8f4ef;
  padding: 0 25px;
  text-transform: capitalize;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #f8f4ef;
  outline: none;
  padding-top: 3px;
  padding-right: 80px;
}
.sidebar__search-input-2 button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 24px;
  color: #fff;
  line-height: 60px;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  background: #222e60;
}
.sidebar__widget ul li {
  padding: 15px 0;
  list-style: none;
}
.sidebar__widget ul li:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.sidebar__widget ul li:last-child {
  padding-bottom: 0;
}
.sidebar__widget ul li:first-child {
  padding-top: 0;
}
.sidebar__widget ul li a {
  color: #222328;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
}
.sidebar__widget ul li a:hover {
  color: #222e60;
}
.sidebar__tag a {
  background: #f8f4ef;
  color: #2c3941;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 21px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  border-radius: 40px;
  border: 0;
}
.sidebar__tag a:hover {
  background: #2c3941;
  color: #ffffff;
}
.sidebar__banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 57, 65, 0.5);
}
.sidebar__banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #ffffff;
}
.sidebar__banner-content h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: #222328;
  text-transform: uppercase;
  margin-bottom: 0;
}

.rc__post ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rc__post-thumb img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.rc__post-title {
  margin-bottom: 6px;
  font-size: 17px;
}
.rc__post-title a:hover {
  color: #222e60;
}
.rc__meta span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

/*----------------------------------------*/
/*  12. BRAND CSS START
/*----------------------------------------*/
.brand__bg {
  position: relative;
}
.brand__bg::after {
  position: absolute;
  content: "";
  left: -165px;
  top: 0;
  width: calc(100% + 330px);
  height: 100%;
  background: #34454f;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .brand__bg::after {
    left: -80px;
    width: calc(100% + 160px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .brand__bg::after {
    left: -30px;
    width: calc(100% + 60px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand__bg::after {
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand__bg::after {
    left: -20px;
    width: calc(100% + 40px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .brand__bg::after {
    left: -15px;
    width: calc(100% + 30px);
  }
}
@media (max-width: 575px) {
  .brand__bg::after {
    left: 0;
    width: 100%;
  }
}
.brand__bg-2::after {
  background: #ffffff;
}
.brand__bg-2::before {
  position: absolute;
  content: "";
  left: -165px;
  top: 0;
  width: calc(100% + 330px);
  height: 3px;
  background: #bf9471;
  z-index: 11;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .brand__bg-2::before {
    left: -80px;
    width: calc(100% + 160px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .brand__bg-2::before {
    left: -30px;
    width: calc(100% + 60px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand__bg-2::before {
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand__bg-2::before {
    left: -20px;
    width: calc(100% + 40px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .brand__bg-2::before {
    left: -15px;
    width: calc(100% + 30px);
  }
}
@media (max-width: 575px) {
  .brand__bg-2::before {
    left: 0;
    width: 100%;
  }
}
.brand__item {
  text-align: center;
}

/*----------------------------------------*/
/*  13. CONTACT CSS START
/*----------------------------------------*/
.contact__area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact__bg {
  position: absolute;
  left: 0;
  bottom: -2%;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
}
.contact__form button {
  height: 75px;
  line-height: 75px;
}
.contact__form button::after {
  left: -12px;
}
.contact__form-green button {
  background: #22b261;
  color: #222328;
}
.contact__form-green .contact__input input, .contact__form-green .contact__input textarea {
  background: #093c39;
  border-color: #093c39;
}
.contact__form-green .contact__input input:hover, .contact__form-green .contact__input input:focus, .contact__form-green .contact__input textarea:hover, .contact__form-green .contact__input textarea:focus {
  border-color: #093c39;
}
.contact__form-green .contact__input i {
  color: #22b261;
}
.contact__form-4 {
  padding: 30px;
  background-color: #222e60;
  border: 3px solid #222e60;
  border-radius: 20px;
}
.contact__form-4 .contact__input-3 {
  margin-bottom: 15px;
}
.contact__form-4 .contact__input-3 p{
  margin: 0;
}
.contact__form-4 label {
  color: #fff
}

.contact__form-4 .contact__input-3 input, .contact__form-4 .contact__input-3 textarea {
  height: 55px;
  color: #2c3941;
  background: #fff;
  border-color: #f3f3f3;
  padding: 8px 35px;
  padding-right: 70px;
  border-radius: 8px;
}
.contact__form-4 .contact__input-3 input[type="radio"]{
  height: auto;
  width: auto;
  }
.contact__form-4 .contact__input-3 input::placeholder, .contact__form-4 .contact__input-3 textarea::placeholder {
  color: #2c3941;
}
.contact__form-4 .contact__input-3 input:focus, .contact__form-4 .contact__input-3 input:hover, .contact__form-4 .contact__input-3 textarea:focus, .contact__form-4 .contact__input-3 textarea:hover {
  background: #ffffff;
  border-color: #f3f3f3;
}
.contact__form-4 .contact__input-3 textarea {
  padding-top: 25px;
  padding-right: 25px;
  height: 175px;
  line-height: 1;
  border: 2px solid #f3f3f3;
  background: #fff;
  outline: none;
  resize: none;
  width: 100%;
  color: #2c3941;
  font-weight: 500;
  font-family: "DIN-Regular", sans-serif!important;
  font-size: 15px;
}
.contact__form-4 .contact__input-3 textarea:focus, .contact__form-4 .contact__input-3 textarea:hover {
  background: #ffffff;
  border-color: #f3f3f3;
}
.contact__form-4 .contact__input-3 textarea::placeholder {
  color: #2c3941;
  font-weight: 500;
}
.contact__form-4 .contact__input-3 .nice-select {
    background: #fff;
    border-color: #f3f3f3;
    height: 55px;
    line-height: 55px;
    border-radius: 8px;
}
.contact__form-4 .contact__input-3 .nice-select .current {
  color: #2c3941;
}
.contact__form-4 .contact__input-3 .nice-select::after {
  height: 10px;
  width: 10px;
  border-color: #2c3941;
  right: 35px;
}
.contact__form-4 .contact__input-3 .nice-select.open {
  border-color: #f8f4ef;
}
.contact__form-4 .contact__input-3 i {
  color: #2c3941;
}
.contact__input {
  position: relative;
}
.contact__input input, .contact__input textarea {
  width: 100%;
  height: 75px;
  line-height: 71px;
  padding: 0 35px;
  padding-right: 60px;
  background: transparent;
  outline: none;
  border: 2px solid rgba(255, 255, 255, 0.25);
  font-size: 15px;
  font-family: "DIN-Regular", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: #ffffff;
}
.contact__input input::placeholder, .contact__input textarea::placeholder {
  color: #ffffff;
  font-weight: 500;
  font-family: "DIN-Regular", sans-serif;
  font-size: 15px;
}
.contact__input input:hover, .contact__input input:focus, .contact__input textarea:hover, .contact__input textarea:focus {
  border-color: #ffffff;
}
.contact__input i {
  position: absolute;
  top: 43%;
  right: 35px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 15px;
}
.contact__input textarea {
  line-height: 1;
  padding: 30px 35px;
  resize: none;
  height: 140px;
}
.contact__input-3 {
  position: relative;
  margin-bottom: 20px;
}
.contact__input-3 input{
  width: 100%;
  background: #0000;
  padding: 0 30px;
  font-size: 15px;
  outline: none;
  border: 2px solid #ffffff1a;
  font-weight: 500;
  font-family: "DIN-Regular", sans-serif;
  color: #fff;
}
.contact__input-3 input::placeholder {
  font-weight: 500;
  font-family: "DIN-Regular", sans-serif;
  color: #ffffff;
  font-size: 15px;
}
.contact__input-3 input:focus {
  border-color: rgba(255, 255, 255, 0.8);
}
.contact__input-3 i {
  position: absolute;
  top: 28px;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  color: #22b261;
}
.contact__input-3 .nice-select {
  width: 100%;
  border-radius: 0;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  height: 75px;
  line-height: 71px;
  margin-bottom: 20px;
}
.contact__input-3 .nice-select .current {
  font-size: 15px;
  font-weight: 500;
  font-family: "DIN-Regular", sans-serif;
  color: #ffffff;
}
.contact__input-3 .nice-select::after {
  height: 10px;
  width: 10px;
  border-color: #22b261;
  right: 30px;
  margin-top: -7px;
}
.contact__input-3 .nice-select.open {
  border-color: rgba(255, 255, 255, 0.8);
}
.contact__input-3 .nice-select .list {
  width: 100%;
  border-radius: 0;
}
.contact__thumb-1 span {
  position: relative;
  display: inline-block;
  transform-origin: top right;
  z-index: 1;
}
.contact__thumb-1 span::after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: #af5e41;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  z-index: -1;
}
@media (max-width: 575px) {
  .contact__thumb-1 span::after {
    right: 0;
  }
}
.contact__thumb-1 span img {
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.contact__thumb-2 {
  margin-right: -200px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .contact__thumb-2 {
    margin-right: -50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact__thumb-2 {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__thumb-2 {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__thumb-2 {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__thumb-2 {
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  .contact__thumb-2 {
    margin-right: 0px;
  }
}
.contact__btn-3 button {
  height: 75px;
  line-height: 80px;
  padding: 0 70px;
}
.contact__btn-3 button::after {
  left: -15px;
}
.contact__btn-4 button {
  font-size: 15px;
  height: 80px;
  line-height: 85px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.contact__btn-4 button::after {
  left: -20px;
}
.contact__item {
    padding: 40px 15px;
    height: 100%;
    border: 1px solid #e6e6e6;
    margin: 0;
    border-radius: 15px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s;
}
.contact__item:hover {
    top: -2px;
    border: 1px solid #1f2b3c;
    box-shadow: 0px 0px 5px 10px rgb(0 0 0 / 2%);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .contact__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact__item {

  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__item {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .contact__item {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__icon {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .contact__icon {
    margin-bottom: 25px;
  }
}
.contact__icon i {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #22b261;
  font-size: 35px;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.contact__content h5 {
  font-size: 20px;
  font-weight: 600;
  color: #1f2b3c;
  margin-bottom: 10px;
  text-align: center;
}
.contact__content p {
  font-size: 15px;
  color: #1f2b3c;
  margin-bottom: 0;
  text-align: center;
}
.contact__map-wrapper {
  width: 100%;
  height: 775px;
}
.contact__map-wrapper iframe {
  width: 100%;
  height: 100%;
}
.contact__map .map-pin {
  position: absolute;
  top: 45%;
  right: 36%;
}
@media (max-width: 575px) {
  .contact__wrapper {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__wrapper-3 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__wrapper-3 {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .contact__wrapper-3 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact__padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact__padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .contact__padding {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


/** Join Us **/

.join_form form {
  margin: 20px 0;
}

.join_form label {
  margin-bottom: 5px;
  margin-top: 5px;
}



/*----------------------------------------*/
/*  14. SKILL CSS START
/*----------------------------------------*/
@media (max-width: 575px) {
  .skill__wrapper {
    padding-right: 0;
  }
}
.skill__wrapper p {
  padding-left: 28px;
  position: relative;
  margin-bottom: 40px;
}
.skill__wrapper p::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 3px;
  height: 90%;
  background: #222e60;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .skill__progress {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill__progress {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .skill__progress {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .skill__progress {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .skill__progress-circle {
    margin-bottom: 25px;
  }
}
.skill__progress-circle .knob {
  font-size: 26px !important;
  color: #2c3941 !important;
}
.skill__progress-circle .progress-circular {
  position: relative;
  display: inline-block;
}
.skill__progress-circle .progress-circular::after {
  position: absolute;
  content: "";
  left: 15px;
  top: 15px;
  width: 79%;
  height: 73%;
  border: 7px solid #f8f4ef;
  border-radius: 50%;
}
.skill__progress-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.skill__progress-content p {
  margin-bottom: 0;
}
.skill__shape-1 {
  position: absolute;
  top: -65%;
  left: 15%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .skill__shape-1 {
    width: 100%;
    left: 0;
  }
}

/*----------------------------------------*/
/*  15. HERO CSS START
/*----------------------------------------*/
.hero__height {
  min-height: 950px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__height {
    min-height: 798px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__height {
    min-height: 661px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__height {
    min-height: 750px;
  }
}
@media (max-width: 575px) {
  .hero__height {
    min-height: 750px;
  }
}
.hero__title {
  font-size: 110px;
  line-height: 0.9;
  color: #ffffff;
  margin-bottom: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__title {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .hero__title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__content {
    margin-top: 80px;
  }
}
.hero__content span {
  font-family: "DIN-Regular", sans-serif;
  color: #22b261;
  font-weight: 500;
  padding-left: 65px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.hero__content span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 40px;
  height: 3px;
  background: #22b261;
}
.hero__thumb {
  position: relative;
}
.hero__thumb-1 {
  margin-bottom: -76px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb-1 img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-1 img {
    width: 110%;
  }
}
.hero__thumb-2 {
  position: absolute;
  bottom: 110px;
  right: -250px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-2 {
    right: 0;
  }
}
.hero__thumb-2 span {
  position: relative;
  display: inline-block;
  transform-origin: top right;
  z-index: 1;
}
.hero__thumb-2 span::after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: #22b261;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  z-index: -1;
}
.hero__thumb-2 span img {
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.hero__thumb-2 span .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 12px;
  width: 55px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  background: #bf9471;
  color: #22b261;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.hero__thumb-2 span .play-btn i {
  padding-left: 3px;
}
.hero__thumb-2 span .play-btn:hover {
  background: #ffffff;
  color: #bf9471;
}
.hero__shape-1 {
  position: absolute;
  top: 0;
  right: 13%;
}
.hero__shape-2 {
  position: absolute;
  bottom: 0;
  left: 2%;
}
.hero__shape .hero-shape-circle {
  position: absolute;
  top: -95px;
  right: 15%;
  display: inline-block;
  width: 625px;
  height: 625px;
  background: #22b261;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation: hero-pulse 2s infinite;
  color: black;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__shape .hero-shape-circle {
    right: 4%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__shape .hero-shape-circle {
    right: 8%;
    width: 390px;
    height: 390px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__shape .hero-shape-circle {
    top: -50px;
    width: 300px;
    height: 300px;
  }
}

@keyframes hero-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(250, 209, 5, 0.4);
    box-shadow: 0 0 0 0 rgba(250, 209, 5, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 50px rgba(250, 209, 5, 0);
    box-shadow: 0 0 0 50px rgba(250, 209, 5, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(250, 209, 5, 0);
    box-shadow: 0 0 0 0 rgba(250, 209, 5, 0);
  }
}
@-webkit-keyframes hero-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(250, 209, 5, 0.4);
    box-shadow: 0 0 0 0 rgba(250, 209, 5, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 50px rgba(250, 209, 5, 0);
    box-shadow: 0 0 0 50px rgba(250, 209, 5, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(250, 209, 5, 0);
    box-shadow: 0 0 0 0 rgba(250, 209, 5, 0);
  }
}
/*----------------------------------------*/
/*  16. COUNTER CSS START
/*----------------------------------------*/
.counter__item {
  padding: 50px 70px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.counter__item-text {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 45px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter__item-text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter__item-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.counter__item-3 {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(211, 211, 211, 0.4);
  -moz-box-shadow: 0px 10px 60px 0px rgba(211, 211, 211, 0.4);
  box-shadow: 0px 10px 60px 0px rgba(211, 211, 211, 0.4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter__item-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter__item-3 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter__item-wrapper.mt-125 {
    margin-top: -115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter__item-wrapper.mt-125 {
    margin-top: -115px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter__item-wrapper.mt-125 {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .counter__item-wrapper.mt-125 {
    margin-top: 0;
  }
}
.counter__icon img {
  width: 76px;
}
.counter__content h3 {
  font-size: 40px;
  margin-bottom: 0;
}
.counter__content p {
  font-weight: 500;
  margin-bottom: 0;
}
.counter__text {
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}
.counter__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.counter__list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.counter__list ul li:hover i {
  background: #bf9471;
  border-color: #bf9471;
  color: #ffffff;
}
.counter__list-icon i {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #e7e7e7;
  color: #677a85;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.counter__list-content p {
  margin-bottom: 0;
}
.counter__about-text p {
  margin-bottom: 0;
}
.counter__bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 90%;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter__wrapper-3 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter__wrapper-3 {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .counter__wrapper-3 {
    padding-top: 0;
    padding-right: 0;
  }
}

/*----------------------------------------*/
/*  17. FAQ CSS START
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__wrapper {
    padding-left: 0;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq__wrapper {
    padding-left: 0;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq__wrapper {
    padding-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .faq__wrapper {
    padding-left: 0;
    margin-top: 40px;
  }
}
.faq__content .accordion-item {
  border: 1px solid #dadada;
  margin-bottom: 10px;
}
.faq__content .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq__content .accordion-button:focus {
  box-shadow: none;
}
.faq__content .accordion-button:not(.collapsed) {
  color: #2c3941;
  background-color: #fff;
}
.faq__content .accordion-button:not(.collapsed)::after {
  content: "\f068";
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.faq__content .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 18px 45px;
  padding-left: 65px;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #2c3941;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq__content .accordion-button {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .faq__content .accordion-button {
    padding-right: 10px;
  }
}
.faq__content .accordion-button::after {
	background-image: none;
	content: "\f067";
	left: 30px;
	font-size: 18px;
	color: #2c3941;
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 600;
	position: absolute;
	margin: 0;
}
.faq__content .accordion-body {
  border: none;
  padding: 0;
  padding-left: 65px;
  padding-right: 45px;
}
@media (max-width: 575px) {
  .faq__content .accordion-body {
    padding-right: 10px;
  }
}
.faq__content .accordion-collapse {
  border: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq__thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq__thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq__thumb {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .faq__thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq__thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__thumb img {
    text-align: center;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq__thumb img {
    text-align: center;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq__thumb img {
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .faq__thumb img {
    text-align: center;
    max-width: 100%;
  }
}

/*----------------------------------------*/
/*  18. PAGE TITLE CSS START
/*----------------------------------------*/
.page__title {
    font-size: 65px;
    color: #fff;
    line-height: 1.15;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.single .page__title {
  font-size: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page__title {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .page__title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .page__title {
    font-size: 45px;
  }
  .single .page__title {
    font-size: 45px;
  }
}
.page__title-overlay {
  position: relative;
}
/*.page__title-overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #293a4f;
  opacity: .4;
}*/
/*.page__title-area {
    padding: 160px 0 90px 0;
    background-color: #fff;
    background-image: url(../img/inner_header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}*/
.page__title-area {
    padding: 160px 0 90px 0;
    background-color: transparent;
    background-image: linear-gradient(130deg, #222E60 0%, #324288 100%);
}

.page__title-area:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/Bg-Hero-header.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.08;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.header-shape-bottom{
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	line-height: 0;
	direction: ltr;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.header-shape-bottom svg{
	display: block;
	position: relative;
	left: 50%;
	z-index: -1;
	width: calc(260% + 1.3px);
	height: 120px;
	transform: translateX(-50%) rotateY(180deg);
}
.header-shape-bottom svg .shape-fill{
	fill: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.page__title-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}
.page__title-wrapper .breadcrumb {
  margin-bottom: 0;
}
.breadcrumbs ul li {
  position: relative;
  padding-right: 35px;
  display: inline-block;
}
.breadcrumbs ul li a, .breadcrumbs li span{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.breadcrumbs ul li a:hover span {
    color: #38d67d;
}
.breadcrumbs ul li.trail-end span{
  color: #fff;
}
.breadcrumbs ul li:not(:last-child)::after {
	position: absolute;
	color: #ffffff;
	content: '\f101';
	right: 10px;
	top: 0px;
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 600;
	font-size: 16px;
}
.breadcrumbs ul li:last-child {
  padding: 0;
}


.page__title-area .postbox__meta {
    margin: 30px 0 0;
    border: 0;
    padding: 0;
}

.page__title-area .postbox__meta span {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-family: 'DIN-Light';
}
.page__title-area .postbox__meta span i {
    color: #fff;
}

body.blog .page__title-area .postbox__meta,
body.category .page__title-area .postbox__meta{
	display:none
}

/*----------------------------------------*/
/*  19. TEAM CSS START
/*----------------------------------------*/
.team__item:hover .team__thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  width: 100%;
}
.team__content {
  padding: 35px 43px;
  border: 1px solid #e1e1e1;
  border-top: none;
}
.team__content .post {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 600;
  color: #677a85;
}
.team__title {
  font-size: 22px;
  margin-bottom: 2px;
}
.team__title a:hover {
  color: #22b261;
}
.team__social ul li {
  display: inline-block;
}
.team__social ul li:not(:last-child) {
  margin-right: 5px;
}
.team__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f8f4ef;
  color: #2c3941;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.team__social ul li a:hover {
  color: #2c3941;
  background: #22b261;
}
.team__bg {
  position: relative;
}
.team__bg::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 254px;
  background: #f8f4ef;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team__bg::after {
    height: 200px;
  }
}

@media (max-width: 575px) {
  .team-details {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.tmd-img {
  margin-bottom: 105px;
}
@media (max-width: 575px) {
  .tmd-img {
    margin-bottom: 50px;
  }
}
.tmd-img:before {
  position: absolute;
  content: "";
  width: 92.5%;
  height: 93.3%;
  background: #222e60;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  bottom: -30px;
  left: -30px;
  z-index: -1;
}
@media (max-width: 575px) {
  .tmd-img:before {
    bottom: -10px;
    left: -10px;
  }
}
.tmd-img img {
  width: 100%;
}

.about-member-details {
  padding: 10px 30px 0 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-member-details {
    padding: 20px 30px 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-member-details {
    padding: 0;
    margin-bottom: 50px;
  }
}
.about-member-details > span {
  font-size: 14px;
  color: #222e60;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}
.about-member-details h2 {
  line-height: 1;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-member-details h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .about-member-details h2 {
    font-size: 36px;
  }
}
.about-member-details p {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
}
.about-member-details ul li {
  margin-bottom: 16px;
  list-style: none;
}
.about-member-details ul li span {
  font-weight: 600;
  color: #1a1a2b;
}
.about-member-details ul li a:hover {
  color: #222e60;
}

.member-qualification {

}
.member-qualification h4 {
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.member-qualification p {
  margin-top: 40px;
}
.member-qualification h4 span {
  color: #222e60;
}
.member-qualification p {
  padding-right: 10px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .member-qualification p {
    padding-right: 0;
  }
}

.member-skill .progress {
  height: 6px;
  background-color: #f6f6f6;
  border-radius: 0;
}
.member-skill .progress-bar {
  background-color: #222e60;
}

.skill-wrapper {
  margin-bottom: 27px;
}

.skill-title {
  display: flex;
  justify-content: space-between;
}
.skill-title span {
  float: right;
  font-size: 14px;
  font-weight: 700;
  color: #222e60;
}

.skill-category {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 16px;
}

.member-education {
  padding-bottom: 32px;
}
.member-education ul li {
  margin-bottom: 23px;
  list-style: none;
}

.edu-icon {
  float: left;
  margin-right: 20px;
}
.edu-icon i {
  font-size: 30px;
  color: #dddddd;
}

.edu-text {
  overflow: hidden;
}
.edu-text h5 {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1;
}
.edu-text p {
  font-size: 14px;
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  00. FOOTER CSS START
/*----------------------------------------*/
footer{
  background-color: #f6f9fe;
}
footer{
	background-color: #222e60;
	position: relative;
}
footer .elementor-shape-top {
	top: -1px;
	transform: rotate(180deg);
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
}
footer .elementor-shape-top svg {
	display: block;
	position: relative;
	left: 50%;
	width: calc(2000% + 1.3px);
	height: 40px;
	transform: translateX(-50%) rotateY(180deg);
	z-index: -1;
	max-width: 100%;
	fill: #fff;
}

/***/
footer .textwidget .aboutUs_wrapper {
    width: 90%;
}

footer .textwidget .aboutUs_wrapper .logo_wrapper {
    margin-bottom: 15px;
}
footer .textwidget .aboutUs_wrapper p {
    font-size: 17px!important;
    font-family: 'DIN-Light';
}

footer .textwidget .aboutUs_wrapper .logo_wrapper img {
    height: 90px;
    opacity: .8;
    filter: brightness(0) invert(1);
}


/***/

.support_wrapper ul li:nth-child(1) a {
    color: #ebebeb;
}
.support_wrapper ul li:nth-child(1) a i {
    color: #25D366;
}
.support_wrapper ul li:nth-child(2) a {
    color: #ebebeb;
}

.support_wrapper ul li a {
    font-size: 21px;
    font-family: 'DIN-Regular';
}

.support_wrapper ul li a i {
    font-size: 25px;
    vertical-align: middle;
}

.support_wrapper ul li a:hover {

}
/***/


.contact_links_weapper {

}


ul.social-icons {
    text-align: start;
    margin: 20px 0 0 0!important;
}

ul.social-icons li {
    display: inline-block;
}

ul.social-icons li a {
    font-size: 15px;
    padding: 0;
    border: 2px solid #ebebeb;
    height: 32px;
    width: 32px;
    line-height: 31px;
    text-align: center;
    display: block;
    border-radius: 17px;
}

ul.social-icons li a:hover {
    background-color: #ffffff;
    color: #222e60!important;
}


.footer__widget-title {
    font-size: 22px;
    color: #22B261;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.footer__widget.widget_nav_menu ul li a:before {
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 600;
	content: "\f061";
	font-size: 11px;
	margin: 0 10px 0 0;
	color: #22b261;
}
.footer__widget-title-3 {
  color: #2c3941;
  padding-bottom: 0;
  border: none;
  margin-bottom: 15px;
}
.footer__widget-content p {
  color: #868994;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 2px solid #34454f;
}

.footer__link ul li:not(:last-child) {
  margin-bottom: 4px;
}
.footer__link ul li a {
  color: #868994;
}
.footer__link ul li a:hover {
  color: #ffffff;
}
.footer__link-3 ul li a {
  color: #677a85;
}
.footer__link-3 ul li a:hover {
  color: #2c3941;
}
.footer__info ul li {
  margin-bottom: 5px !important;
}
.footer_contact_widget{
  margin:35px 0 0 0!important
}
.footer__widget .footer_contact_widget li{
  font-size: 18px;
}
.footer_contact_widget li .footer__info-text.info__address {
  font-size: 15px;
  line-height: 1.3;
}
.footer_contact_widget .footer__info-text .phone_no {
  direction: ltr;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__info-3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .footer__info-3 {
    margin-bottom: 25px;
  }
}
.footer__info-3-icon i {
  color: #bf9471;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #d6cdc1;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-top-left-radius: 0;
}
.footer__info-3-text a {
  font-size: 24px;
  color: #2c3941;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__info-3-text a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__info-3-text a {
    font-size: 20px;
  }
}
.footer__info-3-text h4 {
  color: #677a85;
  font-size: 15px;
  font-weight: 400;
}
.footer__blog ul li:not(:last-child) {
  margin-bottom: 30px;
}
.footer__blog-sm-title {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
}
.footer__blog-sm-meta span {
  text-transform: uppercase;
  font-weight: 500;
  color: #868994;
}
.footer__blog-sm-meta span i {
  color: #22b261;
  margin-right: 5px;
}
.footer__blog-3 {
  padding-top: 7px;
}
.footer__blog-3 .footer__blog-sm-title {
  font-size: 18px;
  color: #2c3941;
  margin-bottom: 0;
}
.footer__blog-3 .footer__blog-sm-title a:hover {
  color: #bf9471;
}
.footer__blog-3 .author {
  font-size: 14px;
  font-weight: 500;
  font-family: "DIN-Regular", sans-serif;
  color: #677a85;
  padding-left: 30px;
  position: relative;
  text-transform: capitalize;
}
.footer__blog-3 .author::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 20px;
  height: 2px;
  background: #677a85;
}
.footer__subscribe p {
  margin-bottom: 20px;
  padding-bottom: 0;
  border: none;
}
.footer__subscribe input {
  width: 100%;
  height: 50px;
  background: #374853;
  color: #ffffff;
  border: none;
  outline: none;
  padding: 0 30px;
  margin-bottom: 10px;
}
.footer__subscribe input::placeholder {
  color: #868994;
}
.footer__subscribe button {
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  padding-right: 60px;
  background: #222e60;
  color: #ffffff;
}
.footer__subscribe button i:last-child {
  right: 38px;
}
.footer__subscribe button i:first-child {
  right: 50px;
}
.footer__subscribe button:hover {
  color: #ffffff;
}
.footer__subscribe button:hover i:last-child {
  right: 32px;
}
.footer__subscribe button:hover i:first-child {
  right: 38px;
}
.footer__subscribe-2 button {
  background: #22b261;
  color: #222328;
}
.footer__subscribe-2 button:hover {
  color: #222328;
}
.footer__subscribe-3 p {
  color: #677a85;
}
.footer__subscribe-3 input {
  background: #d6cdc1;
  color: #2c3941;
  font-weight: 500;
}
.footer__subscribe-3 input::placeholder {
  color: #513e26;
  font-weight: 500;
}
.footer__subscribe-3 button {
  background: #bf9471;
}

.footer__copyright {
  padding: 15px 0;
}
.footer__copyright p {
    color: #ebebeb;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
}
.footer__copyright-2 p {
  margin-right: 40px;
}
@media (max-width: 575px) {
  .footer__copyright-2 p {
    margin-bottom: 15px;
  }
}
.footer__copyright-3 p {
  color: #677a85;
}
.footer__bottom-border {
	border-top: 1px solid #2b3a76;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer__top-info-border {
  border-bottom: 1px solid #e2dbd1;
}
.footer__about-3 p {
  color: #677a85;
  border: none;
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-top: 22px;
}
.footer__about-location .icon i {
  font-size: 45px;
  color: #bf9471;
}
.footer__about-location .text h5 {
  font-size: 20px;
  margin-bottom: 3px;
}
.footer__about-location .text a {
  font-size: 16px;
  font-weight: 500;
  color: #2c3941;
  line-height: 24px;
}
.slider__area .slider__nav .swiper-slider-nav {
  height: 50px;
  width: 50px;
}


/*** Newsletter ***/

.widget_yikes_easy_mc_widget {
  margin: 40px 0 0 0;
}

.yikes-easy-mc-form {
  display: flex!important;
  align-content: center;
  max-width: 500px;
  margin: 16px auto 0;justify-content: center;}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
  margin: 0;border: 0;
}


.yikes-easy-mc-form input[type=email] {
  border: 2px solid #222e60!important;
  border-radius: 50px;
  background-color: #0003084d!important;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  height: 60px;
  letter-spacing: 0;
  text-align: center;
  width: 100%!important;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
  background-color: #222e60;
  border: 0 none;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 0;
  margin-left: -60px;
  padding: 0 58px!important;
  font-weight: 600;
  width: auto!important;
  height: 60px;
  margin-top: 0!important;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
  background-color: #ab8567;
}
.yikes-easy-mc-form .yikes-easy-mc-submit-button:active,
.yikes-easy-mc-form .yikes-easy-mc-submit-button:focus
{
  background-color: #b3825b!important;
}

.yikes-easy-mc-form input[type=email]:focus,
.yikes-easy-mc-form input[type=number]:focus,
.yikes-easy-mc-form input[type=text]:focus,
.yikes-easy-mc-form input[type=url]:focus
.yikes-easy-mc-form select:focus {
  outline: 0!important;
  outline: 0!important;
}
.yikes-easy-mc-success-message {
  color: #4f8a10!important;
  text-align: center;
}

.widget_yikes_easy_mc_widget .footer__widget-title {
  margin-bottom: 0;
  text-align: center;
  padding: 0;
}

/*** Footer Social ***/

.footer__widget .widget-social ul {
  text-align: center;
  margin: 35px 0 0 0!important;
  direction: ltr;
}

.footer__widget .widget-social ul li {
  display: inline-block;
  margin: 0 10px;
}

.footer__widget .widget-social ul li a {
  font-size: 25px;
  color: #fff
}
.footer__widget .widget-social ul li a:hover {
  color: #222e60
}
/*** Custom Css ***/

@media (max-width: 768px) {
  .footer__social {
    text-align: center;
}
.footer__copyright {
  text-align: center;
}
}

@media only screen and (min-width: 575px){
  .footer-col-2.widget_nav_menu {

  }
}

.footer-col-3{
  /* padding-right: 50px;
  padding-left: 20px; */
}
.footer-col-2-2{
  padding-left: 55px;
}
.footer-col-2-3{
  padding-left: 50px;
  padding-right: 50px;
}
.footer__top-info .footer__widget.widget_text p{
  color: #677a85;
}
.footer__top-info .footer__widget ul li a{
  color: #677a85;
}

.footer__top-info .footer__widget ul li a:hover{
  color: #2c3941;
}
ul.contact_links li i{
	color: #22b261;
	font-size: 16px;
}
.footer__blog-sm-thumb img {
  width: 75px;
}
.footer__blog-sm-title a {
  font-size: 16px;
  line-height: 22px;
  color: #fff !important;
  font-weight: 500;
}
.footer-col-3-3{
  padding-right: 30px;
  padding-left: 55px;
}
.footer-col-3-3 .footer__blog-sm-title a{
  color: #2c3941 !important;
}
.footer-col-3-3 .footer__blog-sm-title a:hover {
  color: #bf9471 !important;
}
.footer-col-3-3 .footer__blog-sm-meta span {
  color: #677a85;
}

/*footer.fixed_footer{
    position: sticky;
    bottom: 0;
    z-index: -2;
    max-height: 100vh;
}*/
/*404 Css*/
.error__title-404 {
  font-size: 140px;
  color: #2c3941;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
}
.error__title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 27px;
}
.error__content p {
  font-size: 18px;
  margin-bottom: 25px;
}
.widget_text.widget_media_image{
  padding: 0;
  box-shadow: none;
  border: none;
}

.logo img {
  height: 60px;
  width: auto;
}

.footer__logo {
  margin-bottom: 20px
}
.footer__logo img {
  height: 70px;
}
.brand__item img {
  width: 100px;
}
.w-img img{
  width: 100%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}
.counter__about-thumb img {
  max-width: inherit !important;
}


.text-primary {
  color: #222e60!important;
}
.text-secondary {
  color: #222e60!important;
}
h1 i, h2 i, h3 i, h4 i {
  margin-right: 10px;
}

/*----------------------------------------*/
/*             Home Partners
/*----------------------------------------*/
.partners{
  background-color: #f1f5f6;
  /* background-image: url(../img/dot_map.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: contain; */
}
/*
.partners_logos .elementor-widget-image div img {
    height: auto;
    width: 105px;
}

.partners_logos .elementor-widget-wrap {
    display: flex!important;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 15px;
}

.partners_logos .elementor-widget.elementor-widget-image div {
    width: 150px!important;
    height: 150px!important;
    line-height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px 0;
    background-color: #fff;
}

.partners_logos .elementor-widget-wrap .elementor-widget-image {
    width: auto;
}
*/
.partners_logos .swiper-container-horizontal>.swiper-pagination-bullets {
    margin: 30px 0 0 0;
    position: relative;
}
.partners_logos .swiper-wrapper {
	
}
.partners_logos .swiper-slide {
    text-align: center;
}

.partners_logos figure.swiper-slide-inner {
    width: 150px!important;
    height: 150px!important;
    line-height: 150px!important;
    border-radius: 50%;
    overflow: hidden;
    margin:20px auto 0!important;
    background-color: #fff;
    border: 1px solid transparent;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.partners_logos figure.swiper-slide-inner:hover {
	border: 1px solid #EDF3F5;
    background-color: #fff;
    top: -5px;
    box-shadow: 0px 14px 19px 0px rgba(221, 229, 236, 0.75);
}
.partners_logos figure.swiper-slide-inner img {
    height: auto;
    width: 105px;
}


.list-clients {
  margin-top:25px
}
.swiper-wrapper{
	padding-top:0
}

/*
.partner_wrap {
  position: relative;
  top: 0;
  text-align: center;
  margin-bottom: 15px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px #efefef;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.partner_wrap:hover {
     top: -5px;
}*/
.partner_wrap img {
  height: 70px!important;
}
.list-clients .swiper-slide-inner{
    margin: auto!important;
    position: relative;
    top: 0;
    text-align: center;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list-clients .swiper-slide-inner:hover{

}
.list-clients .swiper-slide-inner img {
    border: 1px solid transparent;
	height: 120px!important;
	padding:6px;
	position:relative;
	top:0;
    /*filter: grayscale(100%);*/
    opacity: .9;
    border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.list-clients .swiper-slide-inner:hover img{
    /*filter: grayscale(0);*/
    border: 1px solid #EDF3F5;
    background-color: #fff;
    top: -5px;
	box-shadow: 0px 14px 19px 0px rgba(221, 229, 236, 0.75);
}


.list-clients .swiper-container-horizontal>.swiper-pagination-bullets,
.list-clients .swiper-pagination-custom,
.list-clients .swiper-pagination-fraction {
    bottom: -10px;
}

span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
	background-color:#222e5f;
}
span.swiper-pagination-bullet:hover {
    opacity: 1;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 20px;
}

/*----------------------------------------*/
/*             Home News
/*----------------------------------------*/

.home_blog{
  background-color: #f0f0f0;
  /* background-image: url(../img/watermark_logo.png);
  background-repeat: no-repeat;
  background-position: left top; */
}

.wpo-blog-wrap .blog-item {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 30px;
}
.wpo-blog-wrap .blog-item .blog-img {
  height: 480px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.wpo-blog-wrap .blog-item .blog-img:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #14212bfa 20%, #14212b00 50%);
  transform: rotate(-180deg);
  z-index: 1;
  transition: all 0.3s;
  border-radius: 8px;
}

.wpo-blog-wrap .blog-item .blog-img img {
  height: 100%;
  transform: scale(1);
  transition: all 0.3s;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}
.wpo-blog-wrap .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.wpo-blog-wrap .blog-item .blog-content {
  width: 100%;
  padding-bottom: 0;
  bottom: -60px;
  transition: all 0.5s;
  padding: 50px;
  position: absolute;
  left: 0;
  z-index: 11;
}
.wpo-blog-wrap .blog-item:hover .blog-content {
  bottom: -30px;
}

.wpo-blog-wrap .blog-item .blog-content h3 {
  margin-top: 0;
  margin-bottom: 5px;
  height: 75px;
}
.wpo-blog-wrap .blog-item .blog-content h3 a {
  color: #fff
}
.wpo-blog-wrap .blog-item .blog-content .blog__meta-2 span a{
  color: #7a8e99;  
}
.wpo-blog-wrap .blog-item .blog-content .blog__meta-2 span i{
  color: #222e60;  
}


/**** timeline ****/

ul.timeline {
  list-style-type: none;
  position: relative;
  font-weight: 600;font-size: 17px;
}

ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 10;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 55px;
}
ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #71ab93;
  left: 20px;
  margin: 5px 0 0 0;
  width: 20px;
  height: 20px;
  z-index: 10;
}
.rtl{
  text-align: right
}
.rtl ul.timeline:before {
  right: 29px;
}
.rtl ul.timeline > li {
  padding-left: 0;
  padding-right: 25px;
}
.rtl ul.timeline > li:before {
  left: 0;
  right: 20px;
  width: 20px;
}
.rtl .wpo-blog-wrap .blog-item .blog-content h3 {
  direction: rtl;
}
/**** owl carousel  ****/

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 3px solid #bf946f;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #bf946f;
}
.owl-carousel {
  direction: ltr;
}
/***************************/
.loading-icon img:nth-child(2) {
  z-index: 10;
}

.elementor-widget-heading .bdevs-el-subtitle,
.elementor-widget-about .bdevs-el-subtitle,
.elementor-widget-about .bdevs-el-content p {
  font-family: inherit!important;
  font-weight: inherit!important;
}
.elementor-widget-about .bdevs-el-content p {
  text-align: justify;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0!important;
}
.has-large-font-size {
  font-size: 17px!important;
}
.main-menu > nav > ul{
  display: flex;
}
.main-menu > nav > ul> li.login_btn{
    margin-inline-start: auto;
    margin-inline-end: 0;
}
.main-menu > nav > ul> li.login_btn a{
	background-color: #222e60;
    padding: 10px 23px;
    margin: 7px 0 0 0;
    border-radius: 30px;
	transition: transform .2s;
}
.main-menu > nav > ul> li.login_btn a:hover{
    transform: scale(1.05);
}
.main-menu > nav > ul> li.login_btn a:before{
	display:none
}
.header__bottom.sticky .main-menu ul .login_btn a,
.header__bottom.sticky .main-menu ul .login_btn a:hover,
.header__bottom.sticky .main-menu ul .login_btn:hover a,
.header__bottom.sticky .main-menu ul .login_btn a:active
{
	color:#fff
}
.header__area {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color:transparent;
}
footer ul {
  margin: 0!important;
  padding: 0!important;
}
.footer-col-1 .footer__widget-title {

}
.footer__widget.widget_text p {
  font-size: 14px;
}


footer .phone_no {
  margin: 5px 0 0 0;
}

footer .phone_no a {
  display: block;
  line-height: 20px;
}


/*----------------------------------------*/
/*        Services Pages style
/*----------------------------------------*/

.services__details-wrapper {
  margin: 30px 0 0 0;
}
.services__details-wrapper .services__details-title {
  display: none;
}
.services__details-thumb {
  display: none;
}
.master_img {
  height: 500px;
  object-fit: cover;
  object-position: center center;
}

.master_img img {
  height: 100%!important;
  object-fit: cover;
  object-position: center center;
  border-radius: 50px!important;
}

.master_img div {
  height: 100%;
}
.master-text p{
  text-align: justify
}


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


.current-lang{
  display: none;
}
.rtl .main-menu ul li a {

}
.rtl .login_btn i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: middle;
}
.rtl .main-menu ul li .submenu li > a {
  font-size: 14px;
  font-weight: 600;
}
.rtl .main-menu ul li .submenu li .submenu {
  left: 0;
  right: 100%;
}
.rtl .header__info ul li a i {
  color: #9ec367;
  margin: 0 0 0 5px;
}
.rtl .header__info ul li:not(:last-child) {
  margin-right: 0;
  margin-left: 35px;
}
.rtl .main-menu ul li .submenu {
  right: 0;
  left: auto;
}
.rtl .main-menu ul li .submenu li:hover > .submenu {
  left: 0;
  right: 100%;
}

.rtl .main-menu ul li .submenu li > a:hover {

}
.main-menu ul li .submenu:hover li > a:not(:hover) {
    opacity: .5;
}
.rtl .footer__widget.widget_nav_menu ul li a:before {
  content: "\f060";
  margin: 0 0 0 10px;
}
.rtl .footer__social ul li:not(:last-child) {
  margin-left: 5px;
  margin-right: 0;
}
.rtl .sidebar__close {
  right: auto;
  left: 20px;
}
.rtl .sidebar__widget-title {

}
.rtl .sidebar__widget-title::after {
  right: 0px;
  left: auto;
}
.rtl .sidebar__search input {
  padding-right: 0;
  padding-left: 20px;
}
.rtl .sidebar__search button {
  right: auto;
  left: 0;
}
.rtl .rc-thumb.mr-20 {
  margin-right: 0!important;
  margin-left: 20px;
}
.rtl .postbox__meta span:not(:last-child) {
  margin-left: 20px;
  margin-right: 0;
}
.rtl .postbox__meta span i {
  margin-left: 3px;
  margin-right: 0;
}
.rtl .breadcrumbs ul li {
  padding-right: 0;
  padding-left: 35px;
}
.rtl .breadcrumbs ul li:not(:last-child)::after {
  content: '\f100';
  right: auto;
  left: 10px;
}
.rtl .link-btn-2 {
  padding-right: 0;
  padding-left: 22px;
}
.rtl .link-btn-2 i:first-child {
  left: 10%;
  right: auto;
}
.rtl .link-btn-2 i:last-child {
  right: auto;
  left: 0;
}
.rtl .link-btn-2:hover i:first-child {
  right: auto;
  left: 0;
}
.rtl .link-btn-2:hover i:last-child {
  right: auto;
  left: -10%;
}
.rtl .link-btn-2 .fa-arrow-right:before {
  content: "\f060";
}

.rtl .blog__meta .date {
  right: auto;
  left: 40px;
}
.rtl .sidebar-search-form button {
    left: 5px;
    right: auto;
}
.rtl .sidebar--widget__search input {
  padding-right: 20px;
  padding-left: 80px;
}
/***/
.rtl .contact__input-3 i {
  left: 30px;
  right: auto;
}
.rtl .contact__form-4 .contact__input-3 input,
.rtl  .contact__form-4 .contact__input-3 textarea {
  padding-left: 25px;
  padding-right: 25px;
  text-align: right;
}
.contact__area .col-md-6:nth-child(1) .contact__item p {
  font-size: 16px;
}
.rtl .wpcf7 input[type="url"],
.rtl .wpcf7 input[type="email"],
.rtl .wpcf7 input[type="tel"] {
  direction: rtl;
}
.rtl .contact__input-3 input {
  text-align: right;
}
.rtl .nice-select .list {
	right: 0;
	top: auto;
}
.rtl .contact__form-4 .contact__input-3 .nice-select::after {
  right: auto;
  left: 26px;
}
.rtl .nice-select {
  float: right;
  text-align: right!important;
}
.rtl .nice-select .option {
  text-align: right;
}
.rtl footer .footer__bottom .text-sm-end {
  text-align: left!important;
}
.rtl ol,
.rtl ul {
  padding-right: 2rem;
  padding-left: 0;
}
.rtl h1 i,
.rtl h2 i,
.rtl h3 i,
.rtl h4 i {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .contact__content{

}
.rtl .r-btn i{
  padding-left: 0;
  padding-right: 5px;
}

.rtl .mean-container .mean-nav ul li a {
  text-align: right;
}
.rtl .mean-container .mean-nav ul li a.mean-expand {
  left: 0;
  right:auto;
}
.rtl .mean-container .mean-nav ul li a.mean-expand {
  text-align: center;
}
.rtl .about__thumb-2 {
  right: auto;
  left: -80px;
}
.rtl .yikes-easy-mc-form .yikes-easy-mc-submit-button {
  margin-left: 0;
  margin-right: -60px;
}
.rtl blockquote {
  direction: rtl;
  text-align: justify;
}

@media only screen and (max-width: 768px){

.yikes-easy-mc-form .yikes-easy-mc-submit-button {
    margin-left: -40px;
    padding: 0 20px!important;
}
.rtl .yikes-easy-mc-form .yikes-easy-mc-submit-button {
  margin-right: -40px;
  margin-left: 0;
  padding: 0 20px!important;
}
h2 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
}
.partner_wrap {
  padding: 15px 10px;
}
.about__thumb-2 {
  right: 0;
}
.rtl .about__thumb-2 {
  left: 0;
}
h2.section__title {
    font-size: 35px;
}

.jdwa_service .front, .jdwa_service .back {
    padding: 25px;
}
.jdwa_service .front:before {
    top: -55px;
    left: -10px;
}
.rtl .jdwa_service .front:before {
    top: -55px;
    right: -10px;
}
.jdwa_service .content p {
    margin: 15px 0 0 0;
}
.jdwa_service .content h3,
.rtl .jdwa_service .content h3 {
    margin: 15px 0;
    height: auto;
    font-size: 24px;
}

}

.rs-layer {
  font-family: DIN-Regular!important;
}
.rtl{direction:rtl!important;}
.ltr{direction:ltr!important;}


.elementor-widget-slides .elementor-slide-heading, .elementor-107088 .elementor-element.elementor-element-2b2e216 .elementor-slide-description {
	font-family: "DIN-Regular", sans-serif !important;
}
