* {
  margin: 0;
  padding: 0;
  outline: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
ol {
  list-style-type: none;
}
img {
  vertical-align: middle;
  border: 0;
}
@font-face {
  src: url(../fonts/Montserrat-SemiBold.ttf);
  font-family: msb;
}
@font-face {
  src: url(../fonts/Cardo-Regular.ttf);
  font-family: cr;
}
@font-face {
  src: url(../fonts/OpenSans-Regular.ttf);
  font-family: osr;
}
@font-face {
  src: url(../fonts/Montserrat-Bold.ttf);
  font-family: mb;
}
@font-face {
  src: url(../fonts/Montserrat-Regular.ttf);
  font-family: mr;
}
@font-face {
  src: url(../fonts/OpenSans-Bold.ttf);
  font-family: osb;
}
@font-face {
  src: url(../fonts/OpenSans-SemiBold.ttf);
  font-family: ossb;
}
@font-face {
  src: url(../fonts/Montserrat-Medium.ttf);
  font-family: mm;
}

/*=======================================Preloader part start===========================================*/
.preloader {
  width: 100%;
  height: 100%;
  background: #222;
  position: fixed;
  z-index: 999999999;
}
.load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
.load hr {
  border: 0;
  margin: 0;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
}
.load :first-child {
  background: #19a68c;
  animation-delay: -1.5s;
}
.load :nth-child(2) {
  background: #f63d3a;
  animation-delay: -1s;
}
.load :nth-child(3) {
  background: #fda543;
  animation-delay: -0.5s;
}
.load :last-child {
  background: #193b48;
}
@keyframes spin {
  0%,
  100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}
/*==========================================Navbar part start============================================*/
.navbar {
  /* background: rgba(243, 216, 222, 0.75); */
  padding-top: 4px;
  padding-bottom: 4px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all linear 0.3s;
}
.nav-bg {
  /* background: rgb(233, 175, 188); */
  background: #fff;
  border-color: #080808;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  animation: bg 1s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
}
@keyframes bg {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #a1968e;
}
.navbar .navbar-brand img {
  width: 130px;
}
.navbar-light .navbar-nav .nav-link {
  /* color: #3084ca; */
  color: black;
  font-size: 14px;
  text-transform: uppercase;
  font-family: msb;
  transition: all linear 0.3s;
  position: relative;
  display: inline-block;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #f35c00;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #f35c00;
}
.navbar-light .navbar-nav .nav-link:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #f35c00;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all linear 0.3s;
}
.navbar-light .navbar-nav .nav-link:hover::after {
  opacity: 1;
  width: 40%;
}
.navbar-light .navbar-nav .nav-link.active:after {
  opacity: 1;
  width: 40%;
}
.navbar-expand-lg .navbar-nav .nav-link {
  margin-left: 10px;
  margin-right: 10px;
}

/*==========================================Slider and Search part start============================================*/
.carousel-inner img{
  height: 530px;
}
.search-sec {
  padding: 1rem;
}
.search-sec .form-control{
  color: #f35c00;
  height: 62px;
  font-family: osb;
  font-size: 14px;
}
/* .search-slt {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  height: calc(3rem + 2px) !important;
  border-radius: 0;
} */
.wrn-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 18px 10px;
  border-radius: 0;
  transition: all linear .3s;
  margin-left: 2px;

}
.wrn-btn:hover{
  background: transparent!important;
  border: 1px solid #d3492c;
  color: #fff;
}
@media (min-width: 992px) {
  .search-sec {
    position: relative;
    top: -114px;
    background: rgba(243, 92, 0, 0.30);
  }
}

@media (max-width: 992px) {
  .search-sec {
    background: rgba(243, 92, 0, 0.51);
  }
}
/*==========================================Slider and search part end============================================*/

/*==========================================Male/Female Featured part start===============================*/
/* #maleFeatured{
    padding-top: 100px;
} */
.femaleFeatured {
  margin-top: 100px;
}
@media (min-width: 575px) and (max-width: 1199px) {
  .femaleFeatured {
    margin-top: 100px;
  }
}
#maleFeatured .team-row .team-member a.btn{
  background: transparent;
  border-color: #ff8133;
  margin-top: -5px;
  margin-bottom: 15px;
  color: #ff8133;
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-family: ossb;
  transition: all linear .3s;
}
#maleFeatured .team-row .team-member a.btn:hover{
  background: #ff8133;
  color: #fff;
}
.femaleFeatured .team-row .team-member a.btn:hover{
  background: #ff8133;
  color: #fff;
}
.femaleFeatured .team-row .team-member a.btn{
  background: transparent;
  border-color: #ff8133;
  margin-top: -5px;
  margin-bottom: 15px;
  color: #ff8133;
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-family: ossb;
  transition: all linear .3s;
}

.femaleFeatured .viewAll{
  background: rgb(243,92,0);
  background: linear-gradient(90deg, rgba(243,92,0,1) 0%, rgba(255,129,51,1) 35%, rgba(243,92,0,1) 100%);
  color: white;
  padding: 8px 35px;
  font-size: 16px;
  font-family: ossb;
  transition: all linear .3s;
}
.femaleFeatured .viewAll:hover{
  background: rgb(255,129,51);
  background: linear-gradient(90deg, rgba(255,129,51,1) 0%, rgba(243,92,0,1) 35%, rgba(255,129,51,1) 100%);
  color: white;
}
#maleFeatured .viewAll{
  background: rgb(243,92,0);
  background: linear-gradient(90deg, rgba(243,92,0,1) 0%, rgba(255,129,51,1) 35%, rgba(243,92,0,1) 100%);
  color: white;
  padding: 8px 35px;
  font-size: 16px;
  font-family: ossb;
  transition: all linear .3s;
}
#maleFeatured .viewAll:hover{
  background: rgb(255,129,51);
  background: linear-gradient(90deg, rgba(255,129,51,1) 0%, rgba(243,92,0,1) 35%, rgba(255,129,51,1) 100%);
  color: white;
}

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  width: 100%;
  transform: scale(1.05);
  transition: all linear 0.3s;
  cursor: pointer;
  height: 220px;
}

.team-member {
  border: 1px solid rgba(102, 102, 102, 0.22);
}
.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 10px 0 7px;
  font-size: 20px;
  font-family: msb;
  color: #444;
}
.designation {
  font-family: osr;
  font-size: 15px;
  color: #666;
}

.overlay {
  background-color: rgba(20, 20, 20, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 45%;
  right: 0;
  padding: 5px;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
  margin-bottom: 20px;
}

.team-img:hover .overlay {
  opacity: 1;
  width: 60px;
}
.team-img:hover img {
  transform: scale(1);
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
  margin: 5px;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 18px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
  color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #f35c00;
}

/*=======================================Banner part start============================================*/

.mrrr {
  margin-left: 10px;
  padding-top: 25px;
}
.effect .ctttn {
  background: none;
  border: 2px solid #2bcbba;
  font-family: osr;
  text-transform: capitalize;
  padding: 14px 20px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  font-size: 16px;
  color: #fff;
}
.effect .ctttn:hover {
  color: #fff;
}
.effect .ctttn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2bcbba;
  z-index: -1;
  transition: transform 0.5s;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}
.effect .cttn {
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin-left: 7px;
}
.effect .ctn2:before {
  transform: scaleX(0);
}
.effect .ctn2:hover:before {
  transform: scaleX(1);
}
button:focus {
  outline: 0;
}
.scroll-bottom-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50px);
  transform: translateX(-50%) translateY(-50px);
  animation: up-down 2s forwards ease-in-out infinite;
}
.f {
  color: #2bcbba;
  font-size: 30px;
}

@keyframes up-down {
  0% {
    transform: translateY(-50px) translateX(-50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateY(0px) translateX(-50%) scale(1.4);
    opacity: 0;
  }
}
/*==============================================About part start========================================*/

.head {
  padding-bottom: 50px;
}
.head h2 {
  color: #444;
  font-family: mb;
  font-size: 30px;
  display: inline-block;
  position: relative;
  text-transform: none;
  padding-bottom: 2px;
}

.head span {
  font-family: mb;
  color: #2bcbba;
  font-size: 30px;
}

.one-whole {
  position: relative;
  margin-bottom: 50px;
}

.pro-bar-container.color-midnight-blue {
  border-color: #fff;
  background: #ddd;
  margin-left: -2px;
}
.pro-bar.color-wet-asphalt {
  background: #2bcbba;
}
.pro-bar-container {
  height: 4px;
  width: 93%;
}
.pro-bar {
  height: 4px;
}
.pro-bar-candy {
  height: 4px;
  background-image: linear-gradient(
    -45deg,
    rgba(43, 203, 186, 0.5),
    transparent 25%,
    transparent 50%,
    rgba(43, 203, 186, 0.5),
    rgba(43, 203, 186, 0.5),
    transparent 75%,
    transparent
  );
}
.middle {
  padding-top: 10px;
}
.ctn {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #f1f1f1;
  margin-right: 10px;
  border-radius: 30%;
  box-shadow: 0 5px 15px -5px #00000070;
  color: #2bcbba;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.ctn i {
  line-height: 50px;
  font-size: 16px;
  transition: all linear 0.3s;
}
.ctn:hover i {
  transform: scale(1.3);
  color: #f1f1f1;
}
.ctn:before {
  position: absolute;
  content: "";
  width: 120%;
  height: 120%;
  background: #2bcbba;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}
.ctn:hover:before {
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}
@keyframes aaa {
  0% {
    left: -110%;
    top: 90%;
  }
  50% {
    left: 10%;
    top: -30%;
  }
  100% {
    top: -10%;
    left: -10%;
  }
}
/*=============================================Service part start=======================================*/
#service {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ser-vice {
  padding: 20px 0;
}
.service-item {
  background: #f6f6f6;
  padding: 0 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all linear 0.3s;
  cursor: pointer;
  position: relative;
}
.service-item img {
  width: 64px;
}
.slick-slide img {
  display: inline-block;
}
.service-item:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.11),
    0 5px 12px 0 rgba(0, 0, 0, 0.08);
}
#service .slick-center .service-item {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.11),
    0 5px 12px 0 rgba(0, 0, 0, 0.08);
  transition: all linear 0.7s;
}
#service .slick-center .service-item h3 {
  color: #f35c00;
  transition: all linear 0.3s;
}
.service-item h3 {
  font-family: mb;
  font-size: 24px;
  color: #444;
  text-transform: uppercase;
  padding-top: 18px;
  padding-bottom: 10px;
}
.service-item p {
  font-family: osr;
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
#service .slick-center .service-item p i{
  color: rgb(255,129,51);
  color: linear-gradient(90deg, rgba(255,129,51,1) 0%, rgba(243,92,0,1) 35%, rgba(255,129,51,1) 100%);
  transition: all linear 0.3s;
}
/*==============================================counter part start==================================*/
#counter {
  padding-top: 100px;
  background: url(../images/counter.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-bottom: 100px;
}
.count-bg {
  position: relative;
  z-index: 999;
}
#counter:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.counter-item {
  border: 1px dashed #f35c00;
  padding: 25px 0;
  border-radius: 10px;
}
.counter-item .social-icon {
  color: #fff;
  font-size: 35px;
  position: relative;
  padding-bottom: 10px;
}
.counter-item .social-icon:after {
  position: absolute;
  content: "";
  width: 85%;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.counter-item h3 {
  font-size: 30px;
  color: #fff;
  font-family: msb;
  padding-top: 18px;
}
.counter-item h4 {
  font-size: 18px;
  color: #fff;
  font-family: osb;
  text-transform: capitalize;
}

/*=================================================Portfolio part start==================================*/
#portfolio {
  padding-top: 100px;
}
.button {
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 5px;
  border: 1px solid #2bcbba;
  text-transform: capitalize;
  cursor: pointer;
  color: #444;
  transition: all linear 0.3s;
  background: none;
}
.button:focus {
  outline: none;
}
.button:active,
.button.is-checked {
  background-color: #2bcbba !important;
}

.button.is-checked {
  color: #fff;
}
.button:active {
  color: #fff;
}
.button-group:after {
  content: "";
  display: block;
  clear: both;
}
.button-group .button {
  display: inline-block;
  border-radius: 25px;
  margin-left: 20px;
  font-family: msb;
  font-size: 18px;
}
.button-group {
  padding: 0px 5px;
}
.button:hover {
  color: #fff;
  background: #2bcbba;
}
.element-item {
  margin-bottom: 30px;
}
.prob {
  position: relative;
  cursor: pointer;
}
.over-lay {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.9);
  transform: scale(0);
  transition: all linear 0.3s;
}
.over-lay h6 {
  position: absolute;
  font-family: osr;
  font-size: 20px;
  color: #444;
  text-transform: capitalize;
  left: 30px;
  top: 70px;
}
.over-lay .icon2 {
  position: absolute;
  right: 40px;
  bottom: 40px;
  color: #2bcbba;
  font-size: 40px;
}
.prob:hover .over-lay {
  transform: scale(1);
}
.lightbox {
  z-index: 99999;
}
.lb-nav {
  z-index: 9999;
}
/*=================================================Testimonial part start================================*/
#testimonial {
  padding-top: 100px;
}
.testim .arrow {
  display: block;
  position: absolute;
  color: #f35c00;
  cursor: pointer;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all linear 0.3s;
  padding: 10px 15px;
  z-index: 9;
  border: 1px solid #f35c00;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #fff;
  background: #f35c00;
  border: 1px solid #f35c00;
}
.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #f35c00;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #f35c00;
  border-color: #f35c00;
}

.testim .dots .dot.active {
  animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h4 {
  color: #f35c00;
  font-size: 24px;
  font-family: msb;
  margin-bottom: 15px;
  margin-top: 25px;
  text-transform: capitalize;
}
.testim .cont div .ic-on {
  font-size: 26px;
  color: rgba(102, 102, 102, 0.79);
  margin-right: 2px;
  position: absolute;
  top: -6px;
  left: 174px;
}
.testim .cont div .ic-on2 {
  font-size: 26px;
  color: rgba(102, 102, 102, 0.79);
  margin-right: 2px;
  position: absolute;
  top: 28px;
  right: 176px;
}
.testim .cont div p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  font-family: osr;
  padding: 0 190px;
}
.testim .cont div.active .img img {
  animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h4 {
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h4 {
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #f35c00;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #f35c00;
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}
/*===========================================Blogs part start=========================================*/
#blog {
  padding-top: 100px;
  padding-bottom: 100px;
}
.slick-slide img {
  display: inline-block;
}
.card__meta {
  position: relative;
  display: inline-block;
}
.card__meta h4 {
  font-family: msb;
  color: #3084ca;
  font-size: 14px;
  text-transform: uppercase;
}
.card__meta:after {
  position: absolute;
  content: "";
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3084ca;
}
.card__article h5 {
  font-size: 16px;
  color: #444;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: msb;
  text-transform: capitalize;
}
.card__article p {
  font-family: osr;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding-right: 10px;
  margin-bottom: 0;
}
.btn-bg {
  font-family: osr;
  color: #666;
  background: none;
  font-size: 14px;
  border: 1px solid #666666;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  transition: all linear 0.3s;
  margin-top: 20px;
}
.btn-bg:hover {
  background: #ff8133;
  color: #fff;
  border: 1px solid #ff8133;
  border-radius: 3px;
}
.btn-bg:focus {
  outline: none;
}
.card {
  border-radius: 0;
}
.card__padding {
  padding: 1.6rem;
}
.card__image {
  overflow: hidden;
  cursor: pointer;
}
.card__image img {
  transform: scale(1);
  transition: all linear 0.3s;
}
.card:hover .card__image img {
  transform: scale(1.1);
}
.card__content {
  position: relative;
}
.card__author-content p {
  font-family: osr;
  font-size: 14px;
  color: #666;
  position: absolute;
  top: 10px;
  left: 50px;
}
.card__author-content span {
  color: rgba(255,129,51,.9);
  text-transform: capitalize;
  font-family: ossb;
}
.card__author-content time {
  font-family: osr;
  font-size: 14px;
  color: #666;
  padding-left: 173px;
}
.card__action {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  padding-bottom: 1.6rem;
}
.card__author {
  position: relative;
}
.card__author-content {
  display: inline-block;
}
.card__author img {
  border-radius: 50%;
  margin-right: 0.6em;
}

.card__share {
  position: relative;
}
.card__social {
  position: absolute;
  top: -52px;
  right: 10px;
  visibility: hidden;
  transform: translateZ(0);
  transform: translateX(0px);
  transition: transform 0.35s ease;
}
.card__social--active {
  visibility: visible;
  transform: translateZ(0);
  transform: translateX(-48px);
  transition: transform 0.35s ease;
}
.share-toggle {
  z-index: 2;
  position: absolute;
  top: -52px;
  right: 0;
}
.share-toggle i {
  color: #f35c00;
  font-size: 14px;
}
.share-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease;
  outline: 0;
  padding: 0 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
}
.share-icon:hover,
.share-icon:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.24);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.facebook {
  background-color: #3b5998;
}
.twitter {
  background-color: #00abe3;
}
.googleplus {
  background-color: #d3492c;
}
.facebook,
.twitter,
.googleplus {
  color: #fff;
}
.facebook:hover,
.twitter:hover,
.googleplus:hover {
  color: #eee;
}
a#share.fa-share-alt::before {
  display: none;
}
/*===========================================Video part start=========================================*/
#video {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../images/video.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#video:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.video-bg {
  position: relative;
  z-index: 999;
}
.video-item1 h3 {
  font-family: msb;
  font-size: 32px;
  color: #fff;
  margin-bottom: 30px;
}
.video-item2 span {
  display: none;
}
.effect2 .ctttn {
  background: none;
  border: 2px solid #f35c00;
  font-family: osr;
  text-transform: capitalize;
  padding: 10px 20px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  font-size: 20px;
  color: #fff;
}
.effect2 .ctttn:hover {
  color: #fff;
}
.effect2 .ctttn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f35c00;
  z-index: -1;
  transition: transform 0.5s;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}
.effect2 .ctn2:before {
  transform: scaleX(0);
}
.effect2 .ctn2:hover:before {
  transform: scaleX(1);
}
button:focus {
  outline: 0;
}
.video-item2 a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-item2 a .fas {
  height: 70px;
  width: 70px;
  line-height: 70px;
  background: #fff;
  color: #f35c00;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
}
.video-item2 a .fas:after {
  content: "";
  position: absolute;
  right: -8%;
  top: -8%;
  height: 116%;
  width: 116%;
  border-radius: 50%;
  border: 6px solid #cb4561;
  z-index: -1;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  animation: bulb 1.2s infinite forwards;
}
@keyframes bulb {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.vbox-overlay {
  z-index: 99999;
}
/*============================================Footer part start======================================*/
#contact {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact-item {
  border: 1px solid rgba(221, 221, 221, 0.8);
  background: #f6f6f6;
  padding-top: 20px;
  transition: all linear 0.3s;
  cursor: pointer;
}
.contact-item:hover {
  border: 1px solid #f35c00;
  background: none;
}
.contact-item .i-con {
  color: #fff;
  background: #f35c00;
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
.item1 {
  font-family: msb;
  color: #444;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}
.contacts {
  padding-bottom: 10px;
}
.item2 a {
  font-family: osr;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.contact-mess {
  padding: 40px;
  border: 1px solid rgba(221, 221, 221, 0.8);
  background: #f6f6f6;
  transition: all linear 0.3s;
  cursor: pointer;
  margin-top: 30px;
}
.contact-mess:hover {
  border: 1px solid #f35c00;
  background: none;
}
.contact-mess .mr3 {
  margin-top: 50px;
}
.contact-mess h5 {
  font-family: msb;
  font-size: 18px;
  color: #444;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact-mess .mrr {
  margin-bottom: 17px;
}
.contact-mess .form-control:focus {
  box-shadow: none;
  border-color: #f35c00;
}
.contact-mess .form-control {
  border: 1px solid rgba(221, 221, 221, 0.8);
  border-radius: 0;
  padding: 30px 20px;
  font-family: osr;
  font-size: 14px;
  color: #999;
}
.contact-mess textarea.form-control {
  height: 150px;
  resize: none;
  margin-bottom: 50px;
}
.contact-mess .btn {
  text-align: center;
  position: relative;
}
.contact-mess .btn-primary {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: #f35c00;
  border: 1px solid #f35c00;
  font-family: osr;
  font-size: 14px;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 30px;
  transition: all linear 0.3s;
}
.contact-mess .btn-primary:hover {
  color: #f35c00;
  background-color: transparent;
  border-color: #f35c00;
}
/*========================================Back to top button part start=================================*/
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: none;
}
.back-to-top i {
  width: 40px;
  height: 40px;
  background: #f35c00;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  transition: all linear 0.3s;
}
.back-to-top:hover i {
  background: #ff8133;
  color: #fff;
}
/*================================================CopyRight part start================================*/
#footer-btm {
  background: #0d0d0d;
}
.fop-btm h5 {
  color: #fff;
  padding: 35px 0 15px;
  font-size: 16px;
  font-family: msb;
  font-size: 16px;
}
.fop-btm a {
  color: #ff8133;
  font-family: mb;
}

/* ==================================================Login part Css=================================== */
.login .card{
  -webkit-box-shadow: 0px 1px 5px 0px rgba(255,129,51,.4);
  -moz-box-shadow: 0px 1px 5px 0px rgba(255,129,51,.4);
  box-shadow: 0px 1px 5px 0px rgba(255,129,51,.4);
  border: 1px solid rgba(255,129,51,.4);
  border-radius: 5px;
}
.login .card .card-header{
  font-family: ossb;
  color: #444;
  font-size: 18px;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255,129,51,.4);
  margin-bottom: 20px;
}
.login .card .card-body label{
  color: #444;
  font-size: 16px;
  font-family: ossb;
}
.login .card .card-body .form-control{
  border: 1px solid rgba(255,129,51,.4);
  border-radius: 5px;
}
.login .card .card-body .form-control:focus{
  box-shadow: none;
}
.login .card .card-body .form-check-label{
  color: #444;
  font-family: ossb;
  font-size: 14px;
}
.login .card .card-body input[type=checkbox], input[type=radio]{
  margin-top: 7px;
}
.login .card .card-body .btn{
  margin-right: 12px;
  font-size: 14px;
  color: #fff;
  font-family: ossb;
  border-radius: 5px;
  border: none;
  padding: 8px 20px;
  background: rgb(255,129,51);
  background: linear-gradient(90deg, rgba(255,129,51,1) 0%, rgba(243,92,0,1) 35%, rgba(255,129,51,1) 100%);
  transition: all linear .3s;
}
.login .card .card-body .btn:hover{
  background: rgb(243,92,0);
  background: linear-gradient(90deg, rgba(243,92,0,1) 0%, rgba(255,129,51,1) 35%, rgba(243,92,0,1) 100%);
}

/* ============================================Registration Part Css==================================== */
.registration .card{
  -webkit-box-shadow: 0px 1px 5px 0px rgba(255,129,51,.4);
  -moz-box-shadow: 0px 1px 5px 0px rgba(255,129,51,.4);
  box-shadow: 0px 1px 5px 0px rgba(255,129,51,.4);
  border: 1px solid rgba(255,129,51,.4);
  border-radius: 5px;
}
.registration .card .card-header{
  font-family: ossb;
  color: #444;
  font-size: 18px;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255,129,51,.4);
  margin-bottom: 20px;
}
.registration .card .card-body .form-group label{
  color: #444;
  font-size: 16px;
  font-family: ossb;
}
.registration .card .card-body .form-control{
  border: 1px solid rgba(255,129,51,.4);
  border-radius: 5px;
  color: #444;
  font-family: osr;
  font-size: 14px;
}
.registration .card .card-body .form-control:focus{
  box-shadow: none;
}
.registration .card .card-body input[type="file"] {
  display: none;
}
.registration .card .card-body .custom-file-upload {
  border: 1px solid rgba(255,129,51,.4);
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  font-family: osr!important;
  font-size: 14px!important;
}
.registration .card .card-body .btn{
  margin-right: 12px;
  font-size: 14px;
  color: #fff;
  font-family: ossb;
  border-radius: 5px;
  border: none;
  padding: 8px 20px;
  background: rgb(255,129,51);
  background: linear-gradient(90deg, rgba(255,129,51,1) 0%, rgba(243,92,0,1) 35%, rgba(255,129,51,1) 100%);
  transition: all linear .3s;
}
.registration .card .card-body .btn:hover{
  background: rgb(243,92,0);
  background: linear-gradient(90deg, rgba(243,92,0,1) 0%, rgba(255,129,51,1) 35%, rgba(243,92,0,1) 100%);
}