.col-lg-4.profileColumn {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.profileSidebar {
  position: relative;
  background: #292633;
  min-height: 100px;
  box-shadow: -3px 2px 21px 4px #201e29;
}
@media (min-width: 1600px) {
  .profileSidebar {
    position: fixed;
  }
}
.psHeader {
  min-height: 130px;
  background: #292633;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.psHeader svg {
  height: 150px;
  fill: #01487e;
  width: 100%;
  left: 0;
  position: absolute;
  top: -30px;
  z-index: 2;
}
.psHeader svg.svg2 {
  top: -25px;
  fill: #01487e;
}
.psContent {
  position: absolute;
  left: 0;
  top: -20px;
  text-align: right;
  z-index: 3;
  width: 100%;
  padding: 30px 35px;
}
.psContent h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 0.8;
  text-transform: capitalize;
}
.psContent span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 0.8;
}
.psPhoto {
  position: relative;
  overflow: hidden;
}
.psPhoto img {
  width: 100%;
  height: auto;
}
.psSocial {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 0 35px;
}
.psSocial a {
  width: 40px;
  height: 40px;
  background: #201e29;
  color: #fff;
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 14px 0;
  margin: 0 0 0 10px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}
.psSocial a.fac {
  background: #1773ea;
}
.psSocial a.twi {
  background: #009deb;
}
.psSocial a.ins {
  background: #d62977;
}
.psSocial a.dri {
  background: #ea4c89;
}
.psSocial a:hover {
  background: #ffb400;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
.psSkills {
  position: relative;
  padding: 40px 35px;
}
.pssBox {
  position: relative;
  padding-right: 40px;
  margin: 0 0 25px;
}
.pssBox:last-of-type {
  margin-bottom: 0;
}
.pssbCount {
  font-size: 16px;
  line-height: 0.8;
  color: #ffb400;
  font-weight: 700;
  margin: 0;
  position: absolute;
  right: 0;
  top: 1px;
}
.pssBox h5 {
  font-size: 16px;
  text-align: right;
  color: gray;
  font-weight: 700;
  position: relative;
  display: block;
  line-height: 0.8;
  margin: 0 0 9px;
}
.pssbBars {
  display: block;
  height: 4px;
  width: 100%;
  background: #34313f;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.pssbBar {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(
    to right,
    #ff43cb,
    #ff56a1,
    #ff7882,
    #ff9a74,
    #feb779
  );
}
.pssbBar.gr2 {
  background-image: linear-gradient(
    to right,
    #806dfa,
    #009eff,
    #00c1ff,
    #00dcf8,
    #6ef2e1
  );
}
.pssbBar.gr3 {
  background-image: linear-gradient(
    to right,
    #8865dd,
    #9c63dc,
    #ae62d9,
    #bf60d6,
    #cf5ed2
  );
}
.psFooter {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding: 10px 35px 50px 0;
}
.psFooter a {
  margin-right: 2px;
}
.psFooter a:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.psFooter a:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.col-lg-8.contentColumn {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.header {
  position: relative;
  min-height: 90px;
  background: #201e29;
  box-shadow: -3px 2px 21px 4px #201e29;
  margin-bottom: 30px;
}
.mainMenu {
  position: relative;
  float: right;
}
.mainMenu ul {
  margin: 0;
  padding: 0;
}
.mainMenu ul li {
  list-style: none;
  float: right;
  min-width: 115px;
  padding: 40px 5px 39px;
  position: relative;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.mainMenu ul li:after {
  height: 15px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  background: #34313f;
}
.mainMenu ul li:last-child:after {
  display: none;
}
.mainMenu ul li:last-child {
  margin-right: 0;
}
.mainMenu ul li a {
  display: block;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 0.8;
  text-align: center;
}
.mainMenu ul li.active > a,
.mainMenu ul li:hover > a {
  color: #01487e;
}
.mainMenu ul li a span {
  position: relative;
  z-index: 2;
}
.mainMenu ul li a i {
  position: absolute;
  width: 100%;
  line-height: 1;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #ffb400;
  font-size: 40px;
  margin: auto 0;
  height: 40px;
  opacity: 0.4;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.mainMenu ul li.active i,
.mainMenu ul li:hover i {
  color: #01487e;
  opacity: 0.1;
}
.menu_btn {
  display: none;
}
.sidebarToggler {
  float: left;
  width: 90px;
  height: 90px;
  background: #292633;
  position: relative;
}
.sidebarToggler > span {
  position: absolute;
  width: 40px;
  height: 21px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.sidebarToggler > span > span {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sidebarToggler > span > span:first-child {
  width: 30px;
  top: 0;
  bottom: auto;
}
.sidebarToggler > span > span:last-child {
  width: 35px;
  top: auto;
  bottom: 0;
}
.bodyContent {
  background: #201e29;
  box-shadow: -3px 2px 21px 4px #201e29;
  position: relative;
}
.icon_box_01 {
  text-align: right;
  position: relative;
  padding-right: 69px;
  padding-top: 5px;
  min-height: 50px;
  margin-bottom: 30px;
}
.icon_box_01 i {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #ffb400;
  color: #fff;
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding: 16px 0;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}
.icon_box_01:hover i {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: #01487e;
}
.icon_box_01 h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 -2px;
}
.icon_box_01 p {
  font-size: 15px;
  margin: 0;
  line-height: 30px;
}
.icon_box_01 p a {
  color: inherit;
}
.icon_box_01 p a:hover {
  color: #01487e;
}
.abContent {
  text-align: justify;
  position: relative;
}
.abContent p:last-of-type {
  margin-bottom: 0;
}
.signImg {
  max-width: 100%;
  height: auto;
}
.icon_box_02 {
  text-align: right;
  position: relative;
  background: #292633;
  padding: 30px 25px 22px;
  min-height: 300px;
  margin-top: 15px;
  border-radius: 2px 2px 2px 2px;
  border-bottom: 5px solid transparent;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.icon_box_02:hover {
  border-radius: 2px 2px 10px 10px;
  border-bottom-color: #ffb400;
  box-shadow: -3px 2px 21px 4px #201e29;
}
.icon_box_02 .i_div {
  height: 60px;
  width: 60px;
  background: #201e29;
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  color: #ffb400;
  margin: 0 0 23px;
  position: relative;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.icon_box_02:hover .i_div {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: #ffb400;
  color: #fff;
}
.icon_box_02 .i_div i {
  color: inherit;
}
.icon_box_02 h3 {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 5px;
}
.icon_box_02 h3 a {
  color: inherit;
}
.icon_box_02 h3 a:hover {
  color: #ffb400;
}
.icon_box_02 h5 {
  font-size: 12px;
  line-height: 0.8;
  color: #01487e;
  font-weight: 400;
  margin: 0 0 21px;
}
.icon_box_02 p {
  margin: 0;
}
.singleTestimonial {
  width: 100%;
  text-align: justify;
  position: relative;
  padding-right: 192px;
  min-height: 152px;
  padding-top: 8px;
}
.testiImg {
  width: 152px;
  height: 152px;
  position: absolute;
  right: 0;
  top: 0;
}
.testiImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.testiImg span {
  width: 50px;
  height: 50px;
  background: url(../images/bg/3.png) no-repeat center center/100%;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.testiImg span:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg/4.png) no-repeat center center;
}
.testicon {
  position: relative;
}
.testicon p {
  font-size: 15px;
  line-height: 27px;
  font-style: italic;
  margin: 0 0 17px;
}
.tesAuthor {
  width: 100%;
  position: relative;
  line-height: 0.8;
}
.tesAuthor h5 {
  font-size: 14px;
  line-height: 0.8;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 9px;
}
.tesAuthor h6 {
  font-size: 12px;
  color: #01487e;
  letter-spacing: 2px;
  display: block;
  margin: 0;
  line-height: 0.8;
  font-weight: 400;
}
.owl-dots {
  line-height: 8px;
}
.testimonialSlider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 17px;
}
.owl-carousel button.owl-dot {
  border: none;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  text-align: center;
  height: 8px;
  width: 8px;
  line-height: 8px;
  position: relative;
  margin-left: 5px;
}
.owl-carousel button.owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel button.owl-dot span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #ffb400;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.owl-carousel button.owl-dot.active span {
  width: 8px;
  height: 8px;
  background: #01487e;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background-color: #01487e;
  color: #fff;
  line-height: 25px;
  text-align: center;
  border: none;
  font-size: 19px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.owl-carousel .owl-nav button.owl-prev {
  margin-right: 5px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background: #ffb400;
}
.testimonialSlider.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  direction: ltr;
  top: -64px;
}
.sliderItem {
  display: block;
  background: #292633;
  text-align: center;
}
.sliderItem a {
  display: block;
  padding: 25px 15px;
}
.sliderItem img {
  display: inline-block;
  max-width: 100%;
  min-width: inherit;
  opacity: 0.3;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.sliderItem:hover img {
  opacity: 1;
}
.singleInt {
  position: relative;
  text-align: right;
  padding-right: 69px;
  padding-top: 17px;
  min-height: 50px;
  margin-bottom: 30px;
}
.singleInt i {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #ffb400;
  color: #fff;
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding: 13px 0;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}
.singleInt h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 -2px;
}
.singleInt:hover i {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: #01487e;
}
.pricingTable {
  padding: 50px 30px 46px;
  background: #292633;
}
.pricingTable > i {
  display: block;
  font-size: 55px;
  line-height: 0.8;
  color: #ffb400;
  height: 50px;
  margin: 0 0 30px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.pricingTable:hover > i {
  color: #01487e;
}
.pricingTable h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 0.8;
  margin: 0 0 11px;
}
.pricingTable p {
  line-height: 18px;
  margin: 0 0 46px;
}
.pricingTable h2 {
  font-size: 28px;
  line-height: 0.8;
  color: #fff;
  margin: 0 0 6px;
}
.pricingTable h6 {
  font-size: 12px;
  line-height: 0.8;
  color: gray;
  font-weight: 400;
  margin: 0 0 40px;
}
.btt_link {
  display: inline-block;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  color: #01487e;
  position: relative;
  border-radius: 2px;
  letter-spacing: 1px;
}
.btt_link:hover {
  color: #ffb400;
}
.btt_link i {
  font-size: 18px;
  line-height: 18px;
  position: relative;
  margin-left: 7px;
  top: 3px;
  color: #01487e;
}
.btt_link span {
  position: relative;
  display: inline-block;
  line-height: 0.8;
  padding-bottom: 4px;
}
.btt_link span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #01487e;
}
.btt_link span:before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  z-index: 2;
  transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -moz-transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -webkit-transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #ffb400;
}
.btt_link:hover span:before {
  width: 100%;
  left: 0;
  right: auto;
}
.pricingTable .btt_btn {
  padding-left: 5px;
  padding-right: 5px;
  min-width: 164px;
}
.languageDiv {
  position: relative;
}
.ldInner {
  position: relative;
  line-height: 15px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.ldInner h5 {
  font-size: 16px;
  text-align: right;
  color: #fff;
  font-weight: 600;
  position: relative;
  display: block;
  line-height: 15px;
  margin: 0 0 0 0;
  min-width: 75px;
}
.ldInner span {
  width: 15px;
  height: 15px;
  position: relative;
  margin-left: 10px;
}
.ldInner span:last-child {
  margin-right: 0;
}
.ldInner span:after {
  content: "";
  background: #ffb400;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  top: 0;
  margin: auto 0;
}
.ldInner span:nth-child(2):after {
  width: 5px;
  height: 5px;
}
.ldInner span:nth-child(3):after {
  width: 6px;
  height: 6px;
}
.ldInner span:nth-child(4):after {
  width: 7px;
  height: 7px;
}
.ldInner span:nth-child(5):after {
  width: 8px;
  height: 8px;
}
.ldInner span:nth-child(6):after {
  width: 9px;
  height: 9px;
}
.ldInner span:nth-child(7):after {
  width: 10px;
  height: 10px;
}
.ldInner span:nth-child(8):after {
  width: 11px;
  height: 11px;
}
.ldInner span:nth-child(9):after {
  width: 12px;
  height: 13px;
}
.ldInner span:nth-child(10):after {
  width: 14px;
  height: 14px;
}
.ldInner span:nth-child(11):after {
  width: 15px;
  height: 15px;
}
.ldInner.profLevel1 span:nth-child(1):after {
  background: #01487e;
}
.ldInner.profLevel2 span:nth-child(-n + 3):after {
  background: #01487e;
}
.ldInner.profLevel3 span:nth-child(-n + 4):after {
  background: #01487e;
}
.ldInner.profLevel4 span:nth-child(-n + 5):after {
  background: #01487e;
}
.ldInner.profLevel5 span:nth-child(-n + 6):after {
  background: #01487e;
}
.ldInner.profLevel6 span:nth-child(-n + 7):after {
  background: #01487e;
}
.ldInner.profLevel7 span:nth-child(-n + 8):after {
  background: #01487e;
}
.ldInner.profLevel8 span:nth-child(-n + 9):after {
  background: #01487e;
}
.ldInner.profLevel9 span:nth-child(-n + 10):after {
  background: #01487e;
}
.ldInner.profLevel10 span:nth-child(-n + 11):after {
  background: #01487e;
}
.ldInner i {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: 0;
  margin-right: auto;
  color: #ffb400;
}
.icon_box_03 {
  position: relative;
}
.icon_box_03 .icon_div {
  width: 110px;
  height: 110px;
  padding: 43px 0;
  position: relative;
  margin: 0 auto;
}
.icon_box_03 .icon_div:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(1 72 126 / 69%);
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  content: "";
  z-index: 1;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}
.icon_box_03 .icon_div:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(118, 53, 245, 0.4);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  content: "";
  z-index: 2;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}
.icon_box_03:hover .icon_div:before {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: rgba(1, 216, 95, 0.6);
}
.icon_box_03:hover .icon_div:after {
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  background: rgba(1, 216, 95, 0.4);
}
.icon_box_03 i {
  position: relative;
  z-index: 3;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: block;
  text-align: center;
  font-style: normal;
}
.icon_box_03 h5 {
  position: relative;
  z-index: 3;
  font-size: 16px;
  line-height: 0.8;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 25px 0 0;
}
.footer {
  position: relative;
  background: #292633;
}
.copyRight {
  font-size: 13px;
  font-weight: 500;
  padding: 17px 0;
}
.kr-accordion .card {
  text-align: right;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 30px;
  background: 0 0;
}
.kr-accordion .card-header {
  border: none;
  padding: 0;
  background: 0 0;
}
.kr-accordion .card-header h2 {
  margin: 0;
  position: relative;
}
.kr-accordion .card-header h2 a {
  position: relative;
  box-shadow: none;
  border: none;
  background: 0 0;
  border-radius: 0;
  direction: rtl;
  padding-right: 69px;
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}
.kr-accordion .card-header h2 a:focus {
  outline: 0;
  box-shadow: none;
}
.kr-accordion .card-header h2 a i {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: rgba(1, 216, 95, 0.95);
  color: #fff;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 15px 0;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}
.kr-accordion .card-header h2 a.collapsed i {
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  background: #ffb400;
}
.kr-accordion .card-body {
  padding: 32px 69px 0 0px;
  position: relative;
  margin-bottom: -4px;
  text-align: justify;
}
.kr-accordion .card-body:before {
  height: 30px;
  width: 2px;
  background: rgba(1, 216, 95, 0.95);
  content: "";
  position: absolute;
  right: 25px;
  top: 32px;
}
.kr-accordion .card-body p {
  margin-bottom: 15px;
}
.kr-accordion .card-body p:last-of-type {
  margin-bottom: 0;
}
.ac_meta {
  line-height: 0.8;
  color: gray;
  font-weight: 500;
  font-size: 12px;
  margin: 0 0 22px;
  font-style: italic;
}
.ac_meta span {
  display: inline-block;
  background: #292633;
  padding: 8px 12px;
  border-radius: 1px;
  margin-left: 5px;
}
.my_educations .sub_title {
  margin-bottom: 38px;
}
#Grid .mix {
  display: none;
}
.filterUL {
  text-align: right;
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  top: -60px;
}
.filterUL li {
  font-size: 11px;
  font-weight: 500;
  line-height: 0.8;
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  margin-left: 25px;
  list-style: none;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.filterUL li.active,
.filterUL li:hover {
  color: #01487e;
}
.filterUL li:last-child {
  margin-left: 0;
}
.folio_effect {
  perspective: none;
  margin-bottom: 35px;
}
.folio_item {
  position: relative;
  display: block;
  flex: none;
  width: 100%;
  margin: 0;
  cursor: default;
  transform-style: preserve-3d;
}
.folio_stack {
  position: relative;
  width: 100%;
  height: 200px;
  transform-style: preserve-3d;
}
.folio_decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01487e;
  transform-origin: 50% 100%;
}
.folio_decoration:first-child {
  opacity: 0.2;
}
.folio_img_holder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform-origin: 50% 100%;
}
.folio_img {
  position: relative;
  display: block;
  flex: none;
}
.folio_content {
  position: relative;
  display: flex;
  direction: rtl;
  text-align: right;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 19px;
}
.folio_title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  display: block;
  line-height: 26px;
  text-transform: capitalize;
  width: 100%;
  margin: 0 0 5px;
}
.folio_title a {
  color: #fff;
}
.folio_title a:hover {
  color: #01487e;
}
.folio_cat {
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
.folio_cat a {
  color: gray;
}
.folio_cat a:hover {
  color: #01487e;
}
.working i {
  display: inline-block;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.alert.alert-warning.folioAlert {
  color: #856404;
  background-color: #fff3cd;
  border-width: 2px;
  border-color: #856404;
  border-radius: 0;
  background: 0 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
.blogItem {
  position: relative;
  margin-bottom: 30px;
}
.biThumb {
  position: relative;
  overflow: hidden;
}
.biThumb img {
  width: 100%;
  height: auto;
}
.biThumb:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background: -moz-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.8))
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -ms-linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',endColorstr='#000000',GradientType=0 );
}
.biMeta {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: auto;
  z-index: 2;
  background: #ffb400;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-transform: capitalize;
  letter-spacing: 0.45px;
  padding: 0 15px;
  font-weight: 500;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.biMeta a {
  color: inherit;
  margin-left: 24px;
  position: relative;
}
.biMeta:hover {
  background: #01487e;
}
.biMeta a:after {
  content: "";
  width: 4px;
  height: 4px;
  border: thin solid #fff;
  border-radius: 50%;
  position: absolute;
  left: -14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.biMeta a:last-child {
  margin-left: 0;
}
.biMeta a:last-child:after {
  display: none;
}
.biDetails {
  background: #292633;
  padding: 30px 30px 31px;
}
.biDetails h3 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: block;
  line-height: 24px;
  margin: 0 0 10px;
  color: #fff;
}
.biDetails h3 a {
  color: inherit;
}
.biDetails h3 a:hover {
  color: #01487e;
}
.text-left .biDetails h3 {
  margin-left: 0;
}
.biDetails p {
  margin-bottom: 12px;
}
.biDetails .btt_link {
  color: #ffb400;
}
.biDetails .btt_link:hover {
  color: #01487e;
}
.biDetails .btt_link span:after {
  background: #ffb400;
}
.biDetails .btt_link span:before {
  background: #01487e;
}
.blogCount {
  position: absolute;
  left: 24px;
  bottom: 20px;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  color: gray;
  margin: 0;
  opacity: 0.09;
}
.btt_pagination {
  direction: ltr;
  display: flex;
  justify-content: center;
}
.btt_pagination a,
.btt_pagination span {
  width: 50px;
  height: 50px;
  background: #292633;
  color: gray;
  text-align: center;
  line-height: 50px;
  margin: 0 2px;
  font-weight: 600;
  border-radius: 1px;
  font-size: 12px;
}
.btt_pagination a:hover,
.btt_pagination span.current {
  color: #01487e;
}
.btt_pagination a i.rotateHorizonaly {
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  position: relative;
  display: inline-block;
}
.mapSection {
  position: relative;
  padding: 0;
}
.map {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
}
.contact_form {
  position: relative;
}
input[type="email"],
input[type="text"],
input[type="number"],
input[type="url"],
select {
  display: block;
  width: 100%;
  height: 50px;
  background: #292633;
  padding: 0 15px;
  border: none;
  border-radius: 0;
  margin: 0 0 15px;
  color: gray;
}
textarea {
  display: block;
  width: 100%;
  height: 180px;
  background: #292633;
  padding: 10px 15px;
  border: none;
  border-radius: 0;
  margin: 0 0 15px;
  color: gray;
  resize: none;
}
.contact_form .reqError {
  border-bottom: 2px solid red;
}
.addrBox p {
  font-size: 15px;
  line-height: 22px;
  margin: 4px 0 0;
}
.thumbSection {
  padding: 0;
}
.blogThumb {
  position: relative;
}
.blogThumb img {
  width: 100%;
  height: auto;
}
.blogContentSection {
  position: relative;
  padding: 25px 15px 30px;
}
.blogTitle {
  text-align: right;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0;
}
.blogMeta {
  color: gray;
  margin: 0 0 24px;
  display: flex;
}
.blogMeta a {
  color: inherit;
}
.blogMeta a:hover {
  color: #01487e;
}
.blogMeta span {
  margin-left: 24px;
  position: relative;
}
.blogMeta span:after {
  content: "";
  width: 4px;
  height: 4px;
  border: thin solid gray;
  border-radius: 50%;
  position: absolute;
  left: -14px;
  top: 3px;
  bottom: 0;
  margin: auto 0;
}
.blogMeta span:last-child {
  margin-right: 0;
}
.blogMeta span:last-child:after {
  display: none;
}
.pageContent {
  text-align: right;
  position: relative;
}
.pageContent p {
  margin: 0 0 20px;
  text-align: justify;
}
.pageContent p:last-of-type {
  margin: 0;
}
.pageContent blockquote {
  position: relative;
  margin: 0 0 20px;
  padding: 15px 30px 16px;
  background: #292633;
  border-right: 5px solid #ffb400;
}
.pageContent blockquote p {
  font-size: 16px;
  line-height: 28px;
  font-style: italic;
  font-weight: 600;
  margin: 0;
}
.pageContent h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 13px;
}
.pcImg {
  max-width: 100%;
  height: auto;
  margin-bottom: 22px;
}
.pageContent blockquote.mb26 {
  margin-bottom: 26px;
}
.sicmr_tag {
  position: relative;
}
.sicmr_tag i {
  font-size: 18px;
  line-height: 26px;
  color: #01487e;
  float: right;
  margin-left: -5px;
}
.sicmr_tag a {
  font-size: 16px;
  line-height: 26px;
  color: gray;
  float: right;
  margin-right: 20px;
}
.sicmr_tag a:hover {
  color: #01487e;
}
.sicmr_social {
  font-size: 16px;
  line-height: 26px;
  color: #01487e;
  display: flex;
  justify-content: flex-end;
}
.sicmr_social a {
  color: inherit;
  margin-right: 15px;
}
.sicmr_social a:hover {
  color: gray;
}
.sicmr_social a:first-child {
  margin-left: 0;
}
.mt25 {
  margin-top: 30px;
}
.commentArea {
  position: relative;
}
.commentArea .mt32 {
  margin-top: 32px;
}
.comment_list {
  margin: 0;
  padding: 0;
  position: relative;
}
.comment_list li {
  list-style: none;
  display: block;
}
.comment_list li .children {
  margin: 0 40px 0 0;
  padding: 0;
}
.single-comment {
  position: relative;
  padding-right: 140px;
  text-align: right;
  min-height: 111px;
  padding-bottom: 28px;
}
.single-comment img {
  width: 111px;
  height: 111px;
  position: absolute;
  right: 0;
  top: 0;
}
.authorDetails {
  position: relative;
  margin-bottom: 10px;
}
.authorDetails {
  display: flex;
}
.authorDetails h5 {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin: 0 0 0 15px;
}
.authorDetails span {
  line-height: 16px;
  font-size: 13px;
  font-weight: 500;
}
.comment {
  font-size: 16px;
  line-height: 26px;
  color: gray;
  margin: 0 0 9px;
  text-align: justify;
}
.folioThumb {
  position: relative;
}
.folioThumb img {
  width: 100%;
  height: auto;
}
.lSSlideOuter .lSPager.lSGallery {
  margin-top: 5px !important;
}
.lSSlideOuter .lSPager.lSGallery li {
  position: relative;
  cursor: pointer;
}
.lSSlideOuter .lSPager.lSGallery li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(1, 216, 95, 0.25);
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.lSSlideOuter .lSPager.lSGallery li:after {
  content: "\e6bc";
  font-family: stroke-gap-icons;
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 0;
  width: 24px;
  height: 26px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  background: 0 0;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}
.lSSlideOuter .lSPager.lSGallery li.active:after,
.lSSlideOuter .lSPager.lSGallery li:hover:after {
  opacity: 1;
  visibility: visible;
}
.lSSlideOuter .lSPager.lSGallery li.active:before,
.lSSlideOuter .lSPager.lSGallery li:hover:before {
  background: rgba(1, 216, 95, 0.55);
}
.folioTitle {
  text-align: right;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  line-height: 26px;
  margin: 1px 0 15px;
}
.fmfooter {
  display: flex;
  justify-content: flex-start;
}
.fmfooter .sicmr_social {
  margin-right: auto;
}
.icon_box_4 {
  direction: rtl;
  text-align: right;
  position: relative;
}
.icon_box_4 i {
  width: 70px;
  height: 70px;
  background: #292633;
  color: #fff;
  border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 28px 0;
  display: inline-block;
  font-style: normal;
  margin: 0 0 25px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}
.icon_box_4:hover i {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background: #01487e;
}
.icon_box_4 h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 19px;
}
.icon_box_4 p {
  margin: 0;
}
.clientReview {
  direction: rtl;
  text-align: right;
  font-size: 16px;
  line-height: 28px;
  font-style: italic;
  font-weight: 600;
  margin: 0;
}
.clientReview p {
  margin: 0;
}
.clientReview cite {
  color: #ffb400;
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 0.8;
  font-style: italic;
  margin: 0;
  padding-top: 11px;
}
.sidebar {
  width: 360px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #201e29;
  z-index: 10;
  box-shadow: -3px 2px 21px 4px #201e29;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding: 50px 30px;
  transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -webkit-transform: translateX(-110%);
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
body.SideBarOpend {
  overflow: hidden;
}
.SideBarOpend .sidebar {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
}
.sidebar {
  padding-left: 0;
}
.widget_closer {
  display: none;
}
.sidebar .mCSB_inside > .mCSB_container {
  padding-left: 30px;
  margin-left: 0;
}
.sidebar .mCSB_scrollTools {
  width: 4px;
  margin-right: 3px;
  margin-left: 3px;
}
.sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #34313f;
}
.sidebarToggler:hover {
  background: #01487e;
}
.sidebarOverlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(32, 30, 41, 0.3);
  cursor: url(../images/close.png), auto;
  transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -webkit-transform: translateX(-110%);
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
}
body.SideBarOpend {
  overflow: hidden;
}
.SideBarOpend .sidebarOverlay {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.widget {
  position: relative;
  direction: rtl;
  text-align: right;
  margin-bottom: 50px;
}
.sidebar .widget:last-of-type {
  margin-bottom: 0;
}
.widget_title {
  font-weight: 700;
  font-size: 16px;
  color: #01487e;
  letter-spacing: 0;
  line-height: 0.8;
  margin: 0 0 30px;
  position: relative;
  padding: 0 0 13px;
}
.widget_title:after {
  content: "";
  width: 40px;
  height: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/bg/2.png) no-repeat left center;
}
.widget-search form {
  margin: 0;
  padding: 0;
  position: relative;
}
.widget-search form button {
  border: none;
  background: 0 0;
  border-radius: 0;
  padding: 0;
  line-height: 0.8;
  position: absolute;
  left: 15px;
  top: 17px;
  font-size: 18px;
  color: #ffb400;
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
}
.widget-search form button:hover {
  color: #01487e;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
  display: block;
  font-size: 16px;
  color: gray;
  line-height: 0.8;
  position: relative;
  margin: 0 0 28px;
  font-weight: 300;
  padding-right: 19px;
  transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
}
.widget ul li a {
  color: inherit;
  display: inline-block;
  margin-left: 15px;
  line-height: inherit;
}
.widget ul li:hover {
  color: #01487e;
}
.widget ul li:before {
  content: "\ea64";
  font-family: IcoFont;
  font-size: 18px;
  position: absolute;
  right: -4px;
  top: -1px;
}
.widget ul li:hover {
  padding-right: 24px;
}
.widget .singleRecent {
  width: 100%;
  position: relative;
  min-height: 79px;
  padding-right: 99px;
  text-align: right;
  margin-bottom: 30px;
  padding-top: 8px;
}
.widget .singleRecent:nth-last-of-type {
  margin-bottom: 0;
}
.singleRecent img {
  width: 79px;
  height: 79px;
  position: absolute;
  right: 0;
  top: 0;
}
.singleRecent span {
  line-height: 0.8;
  color: gray;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  display: block;
  margin-bottom: 6px;
}
.singleRecent a {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 600;
  display: inline-block;
  margin-top: 3px;
}
.singleRecent a:hover {
  color: #01487e;
}
.widget .tabclouds {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: -10px;
}
.widget .tabclouds a {
  font-size: 12px;
  color: gray;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  border: 2px solid #292633;
  background: 0 0;
  line-height: 0.8;
  padding: 9px 13px;
  margin-bottom: 10px;
  margin-right: 5px;
  float: right;
}
.widget .tabclouds a:hover {
  border-color: #01487e;
  color: #01487e;
}
#backtotop {
  position: fixed;
  left: 30px;
  bottom: -30px;
  width: 40px;
  height: 40px;
  background: #01487e;
  color: #fff;
  font-size: 20px;
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
#backtotop:hover {
  background: #ffb400;
}
