@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #ff4d29;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

body {
    font-family: "Barlow", sans-serif !important;
    color: var(--body);
    line-height: 1.7;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}
#breadcrumbs a {
    color: #ff4d29 !important;
    text-decoration: initial !important;
    font-weight:500;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}
.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.card-title{
  font-size: 18px;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
    background-color: var(--brand);
    color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
      border-color: var(--brand);
    background-color: #d64022;
    color: #fff;

}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background-color: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 80px;
  top: -1px;
  box-shadow: 0 5px 5px -5px #000000;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 56px;
  margin-top: 0px;
}
#header .logo img:hover {
    display: block;
  
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 22px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--dark);
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar>ul>li>.active{
color: var(--brand);
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
color: var(--dark);
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 12px;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
 border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}
.main_reg .registeration_btn {
  padding: 8px 25px;
  margin-left: 12px;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
 border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
    float: right;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background-color: #d64022;
    border-color: #d64022;
    color: #fff;
}
.main_reg .registeration_btn:hover {
  background-color: #d64022 !important;
    border-color: #d64022 !important;
    color: #fff !important;
}
.navbar .getstarted:hover:before,
.navbar li:hover>.getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 22px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 0px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--brand);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;

}
.navbar .dropdown ul li:hover {
  
  background: #f85d4d;
}

.navbar .dropdown ul a {
  padding: 6px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: var(--dark);
  text-decoration: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #000000;
    top: 69px !important;
    position: fixed !important;
}

@media (max-width: 991px) {
  #main #hero {  
    height: 32vh;   
}
#main .box16 .title {
    font-size: 10px;
    font-weight: 500;
    text-transform: none;
    margin: 0 0 0px;
}
#main .box16 .post {
    display: block;
    padding: 0px 0;
    font-size: 10px;
}
  #hero .hero-container .carousel-item {
    height: 32vh;
  }
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
  .our-webcoderskull1 .row {
    margin-bottom: 25px;
    padding: 0px;
}
.our-webcoderskull1 .newsfullright1 {
    padding: 0px;
}
.our-webcoderskull_bl .row {
    margin-bottom: 25px;
    padding: 0px;
}
.our-webcoderskull_bl .newsfullright1 {
    padding: 0px;
}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2a2a2a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ff5736;
}

.navbar-mobile>ul>li {
  white-space: nowrap;
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #5c9f24;
  padding-left: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #5c9f24;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.8);
  /*overflow: hidden;*/
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 580px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.3;
}

#hero .carousel-item::before {
  content: "";
  background-color: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: #5c9f24;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #5c9f24;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  text-transform: uppercase;
  border: 2px solid #5c9f24;
  background: #5c9f24;
}

#hero .btn-get-started:hover {
  background: #6ab82a;
  border-color: #6ab82a;
  color: #fff;
}
.training_center_n p{
  text-align: justify;
}
.contact .contact-email{
  border-right: 1px solid #ddd;
}
#team {
    padding: 30px 0px 7px 0px;
}
#portfolio, #mixphotos {
    padding: 0px 0px 0px 0px;
}
#News {
    padding: 29px 0px 0px 0px;
}
#mixphotos {
    padding: 0px 0px 10px 0px;
}
#services {
    padding: 0px 0px 10px 0px;
}
#recent-photos{
  padding: 0px 0px 10px 0px;
}
@media (max-width: 768px) {
  #featured-members .content {
    margin: 11px;
    width: 94%;
}
    #about .container{
        padding-bottom: 42px;
    }
    .top-nav p {
    font-size: 14px;
    margin-right: 20px;
}
.top-nav p:nth-child(2) {
    margin-right: 0px;
}
.top-nav .social-icons {
    text-align: center;
    width: 100%;
}
#header .logo img {
   max-height: 51px;
    margin-top: 3px;
    -webkit-transform: rotate(0deg);
    -webkit-transition: 1.4s;
}
#main {
    margin-top: 9px;
}


.mobile-nav-toggle {
    color: #451212;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
}
  #main .box16 .post {
    display: block;
    padding: 0px 0;
    font-size: 15px;
}
#main .box16 .title {
    font-size: 19px;
    font-weight: 500;
    text-transform: none;
    margin: 0 0 0px;
}
  .today_birthday{
  width: 100%;
 }
.featured-members .uploads_img h3{
  font-size: 17px;
}
  .our-webcoderskull1 .newshalf1 .col-xl-6 {
    padding: 16px 35px 0px 35px;
}
  .our-webcoderskull .cnt-block {
  
    padding: 0px 0px !important;
    margin: 0 0 5px !important;
}
.our-webcoderskull .cnt-block h3 {
        font-size: 14px !important;
    padding: 2px 0 !important;
}
.our-webcoderskull .portfolio-item {
    margin-bottom: 10px;
    padding: 0px 10px 10px 10px;
}
  #medal-intro .Sg_Certificate th {
    background-color: #c70700;
    color: #fff;
    padding: 0px;
    text-align: center;
    font-weight: 500;
    background-image: none;
    border: 1px solid #000;
    font-size: 12px;
}
#medal-intro .Sg_Certificate td {
    padding: 3px;
    font-size: 12px;
}
#medal-intro .Sg_Certificate h2 {
    font-size: 15px;
    color: #fff;
    background-color: #575fff;
    margin-bottom: 0px;
    padding-top: 4px;
}
#medal-intro .Sg_Certificate h3 {
    font-size: 14px;
    color: #fff;
    background-color: #575fff;
    margin-bottom: 0px;
    padding-bottom: 4px;
}
#medal-intro .Sg_Certificate h4 {
    font-size: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #000;
    text-transform: uppercase;
    padding: 5px;
}

  .table-responsive {
    overflow-x: scroll;
}
  #services .section-title h2, #recent-photos .section-title h2,  #mixphotos .section-title h2, #team .section-title h2, #portfolio .section-title h2, #News .section-title h2 {
    font-size: 24px;    
    margin-top: 10px;
}
#services .section-title p, #recent-photos .section-title p, #mixphotos .section-title p, #team .section-title p, #portfolio .section-title p, #News .section-title p {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}
#portfolio .section-title {
    margin-bottom: 0px;
    padding-bottom: 10px;
}
#News {
    padding: 42px 0px 0px 0px !important;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 7px 5px 7px 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}
#team .section-title {
    margin-bottom: -12px !important;
    padding-bottom: 0px;
}
  #portfolio .portfolio-item {
    margin-bottom: 10px;
    padding: 0px 10px 10px 10px;
}
  .students_details .head_pp .head_n {
    float: left;
    font-size: 13px;
    font-weight: 500;
    padding-right: 6px;
}
.students_details .head_pp .part_t {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}
  .students_details .column{
    padding-left: 3px !important;
  }
  .students_details .text_details {
    font-size: 14px !important;
    font-weight: 700 !important;
  }
  .students_details .ss_main1 {
    padding: 0px 5px 0px 5px;
}
  .students_details .champ_name {   
    font-size: 18px;   
}
  .students_details .org_name {
    font-size: 18px;
}
  .students_details .color-belt-warriors .cnt-block {
    padding: 12px 6px;
}
  .students_details .backtopage_main {
    text-align: center;
}
  .our-webcoderskull_details ul {
    list-style-type: none;
    padding-left: 0px;
}
  .footer-newsletter{
    display: none;
  }
  section .section-title {    
    margin-bottom: 10px;
}
.navbar {
    position: absolute !important;
    right: 0px
}
.navbar-mobile ul {
    display: block;
    position: fixed;
}
  #main #hero {
    height: 18vh;
    padding: 0px 0px 0px 0px;
  }

  #main #hero .carousel-item {
    height: 18vh;
  }
  #about h2{
      text-align: justify;
    padding-top: 0px;
    font-weight: 600;
        font-size: 22px;
  }
  .training_mb .text-center {
    text-align: right!important;
    margin-top: 15px;
    margin-bottom: 15px;
    /* padding: 5px; */
}
#main section {
    padding: 20px 0px 0px 0px;
}
.services h5 {
    font-size: 1.2rem;
}
#gold_medalist h6{
    font-size: 14px;
}
  .gallery #gallery-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 7px 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    transition: all 0.3s;
     border-bottom: 2px solid #5c9f24;
    color: #000;
    margin-bottom: 5px;    
    border-radius: 5px;
   
    background: #5c9f24;
}
  #team .team-member img {
    width: 145px;
    border-radius: 100%;
    height: 145px;
    border: 4px solid #f9a695;
    transition: .5s;
}
#home .calus {
  margin: 0px auto;
}
#team .hovicon {
    margin: 12px;
}
#team .team-member h5 {
    font-size: 15px !important;
}#team .team-member {
    height:275px;
}
#team .team-member p {
    margin-bottom: 0rem;
    font-size: 14px;
}
  #hero h2 {
    font-size: 28px;
  }
  #header .logo{position: absolute;
    left: 15px;}
    .navbar{position: relative; !important;
    right: 0px;
}
.mobile-nav-toggle {
    
    margin-right: 15px;
}
#main #breadcrumbs {
    padding: 15px 0;
    background: #f6f6f6;
    min-height: 40px;
    margin-top: 0px;
    text-align: center;
    font-size: 13px;
}
#main .stu_search{
    text-align: center;
    margin-top: 17px;
    margin-bottom: -7px;
}
#main .stu_search #header_search_input_id3{
      width: 100%;
}
 #team .hovicon.effect-4 {
    width: 145px;
    height: 145px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
}

.training_center_n .card-block .profile {
    
    width: 70px;
    height: 70px;
    left: 8px;
    }
    .training_center_n .card-block .card-title {
    font-size: 19px;
    font-weight: 600;
    text-align: right;
    line-height: 7px;
}
.training_center_n .mt-3 {
    margin-top: 12px !important;
}
#main #story-intro, #main #president, #main #tamo_martial_art,#main #why_tamo, #main #team, #main #featured-members, #main #gallery {
  padding-top: 17px;
}
#footer .copyright {
    font-size: 11px;
}
#footer .credits {    
    font-size: 11px;
}

.section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.news_main .newsfull {
    padding-left: 11px !important;
}
.newsfullright .newshalf {
    padding: 0px 0px 4px 0px;
}.newsfullright .newshalf .col-xl-6 {
   margin-top: 5px;
}

#recent-photos .section-title p, #services .section-title p{
  text-align: justify;
}
.our-webcoderskull1 .newsfull1,  .our-webcoderskull1 .newsfullright1{
  padding: 10px;
  padding-left: 10px !important;
    padding-right: 10px !important;
}.webcoderskull_bl .newsfull1,  .webcoderskull_bl .newsfullright1{
  padding: 10px;
  padding-left: 10px !important;
    padding-right: 10px !important;
}
.fl_left  .map_t {
    width: 350px;
    height: 256px;
}
 
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0px 30px 0px;

}
#main{
      margin-top: 0px;
}

.section-bg {
  background-color: #f1f1f1;
}

.section-title {
  text-align: center;
  padding-bottom: 15px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #ff4d29;
}
#blog a:hover {
    color: #fff;
}
#home a:hover {
    color: #524f4a;
}
#mixphotos a {
    color: #ff4d29;
    text-decoration: initial;
    
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  padding: 30px 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
}

.about .content p {
  margin-bottom: 0;
}

.about .content .icon-box {
  margin-top: 25px;
}

.about .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #5c9f24;
}

.about .content .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.about .image {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}
@media only screen and (min-device-width: 600px) and (max-device-width: 990px) and (orientation:landscape) {
  #main #contact .col-sm-6 {
    flex: 0 0 auto;
    width: 100%;
}
#main #hero .carousel-item {
        height: 81vh;
      }
  #main #hero {
    height: 81vh;
    }
    }
@media (max-width: 991px) {
  .about .image {
    text-align: center;
  }

  .about .image img {
    max-width: 80%;
  }
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 0px;
    padding-bottom: 5px;
}
#header {
    height: 55px;
    box-shadow: 0 5px 5px -5px #000000;
}

}

@media (max-width: 667px) {
  .about .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 0 0 30px 0;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 44px;
  color: #5c9f24;
  float: left;
  line-height: 0;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2a2a2a;
  margin-left: 60px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #505050;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #505050;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #777777;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
   background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.clients img {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 5px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
  #recipeCarousel1 .col-md-4{
  border: 2px solid #ff4d29;
    margin: 2px;
        width: 100%;
}
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #5c9f24;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services:hover .icon {
  box-shadow: 0px 0 25px rgba(92, 159, 36, 0.3);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #5c9f24;
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #5c9f24;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #8ed851;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #2a2a2a;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #5c9f24;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #5c9f24;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(42, 42, 42, 0.7);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(42, 42, 42, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #8ed851;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5c9f24;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5c9f24;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(42, 42, 42, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff; 
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
}

.team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

.team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #5c9f24;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f7f7f7;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #2a2a2a;
}

.pricing .box h4 {
  font-size: 42px;
  color: #5c9f24;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #2a2a2a;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #5c9f24;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  border: 2px solid #5c9f24;
  color: #5c9f24;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #5c9f24;
  color: #fff;
}

.pricing .recommended {
  background: #5c9f24;
}

.pricing .recommended h3,
.pricing .recommended h4,
.pricing .recommended h4 span,
.pricing .recommended ul,
.pricing .recommended ul .na {
  color: #fff;
}

.pricing .recommended .btn-buy {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #fff;
  border-color: #fff;
  color: #5c9f24;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #9cdc66;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #5c9f24;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

.contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #5c9f24;
}

.contact .contact-info address,
.contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

.contact .contact-info h3 {
  font-size: 17px;
    margin-bottom: 7px;
    font-weight: 500;
    text-transform: uppercase;
    color: #5c9f24;
}

.contact .contact-info a {
  color: #000;
}

.contact .contact-info a:hover {
  color: #ff4d29;
}

.contact .contact-address,
.contact .contact-phone,
.contact .contact-email {
  margin-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
  padding: 10px 15px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #5c9f24;
}

.contact .php-email-form button[type=submit] {
  background: #5c9f24;
  border: 0;
  padding: 10px 30px 12px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #6ab82a;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .contact .contact-address,
  .contact .contact-phone,
  .contact .contact-email {
    padding: 20px 0;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f6f6;
  min-height: 40px;
  margin-top: 0px;
}
.photo_gallery{
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #444444;
  content: "/";
}

@media (max-width: 768px) {
  #mixphotos{
        height: auto;
  }
  #blog .blog-post {
    
    max-height: 545px;
   height: auto;
}
  #blog img {
    width: 100%;
    height: auto;
}
  #services img {
    width: 100%;
}
    #about img{
         width: 100%;
    }
    #about .col-lg-5{
       text-align: center;
    }
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
    padding-left: 10px;
    color: #444444;
    font-weight: 500;

  }
  .breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #444444;
    content: "/";
}
#breadcrumbs a {
    color: #141414;
    text-decoration: auto;
    font-weight: 500;
}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
 background-color: #000;
  padding: 0 0 5px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  border-bottom: 1px solid #2f2f2f;
  padding: 32px 0 0px 0;
  background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(../img/bg_banner1.jpg), #082032;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
 
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ff4d29;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  padding-top: 10px;
}

#footer .footer-top .social-links a:hover {
  background: #d64022;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #ff4d29;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ff4d29;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
  line-height: 1.7;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ff4d29;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #5c9f24;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #6ab82a;
}

#footer .copyright {
  text-align: center;
  padding-top: 5px;
}

#footer .credits {
  padding-top: 2px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#news .newsfull {
    padding-left: 11px;
}

/*********************** Demo - 16 *******************/
.mtt-40{margin-top: 0px !important;}
.mtt-30{margin-top: 30px !important;}
.box16{text-align:center;color:#fff;position:relative}
.box16 .box-content,.box16:after{width:100%;position:absolute;left:0}
.box16:after{content:"";height:100%;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.08) 69%,rgba(0,0,0,.76) 100%);top:0;transition:all .5s ease 0s}
.box16 .post,.box16 .title{transform:translateY(145px);transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s}
.box16:hover:after{background:linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.09) 11%,rgba(0,0,0,.12) 13%,rgba(0,0,0,.19) 20%,rgba(0,0,0,.29) 28%,rgba(0,0,0,.29) 29%,rgba(0,0,0,.42) 38%,rgba(0,0,0,.46) 43%,rgba(0,0,0,.53) 47%,rgba(0,0,0,.75) 69%,rgba(0,0,0,.87) 84%,rgba(0,0,0,.98) 99%,rgba(0,0,0,.94) 100%)}
.box16 img{width:100%;height:auto}
.box16 .box-content{padding:11px;margin-bottom:23px;bottom:0;z-index:1}
.box16 .title{font-size:19px;font-weight:500;text-transform:none;margin:0 0 0px}
.box16 .post{display:block;padding:0px 0;font-size:15px}
.box16 .social li a,.box17 .icon li a{border-radius:50%;font-size:20px;color:#fff}
.box16:hover .post,.box16:hover .title{transform:translateY(0)}
.box16 .social{list-style:none;padding:0 0 5px;margin:40px 0 25px;opacity:0;position:relative;transform:perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);transition:all .6s cubic-bezier(0,0,.58,1) 0s}
.box16:hover .social{opacity:1;transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0)}
.box16 .social:before{content:"";width:50px;height:2px;background:#fff;margin:0 auto;position:absolute;top:-23px;left:0;right:0}
.box16 .social li{display:inline-block}
.box16 .social li a{display:block;width:50px;height:50px;line-height:40px;background:#6d3795;margin-right:10px;transition:all .3s ease 0s}
.box17 .icon li,.box17 .icon li a{display:inline-block}
.box16 .social li a:hover{background:#bea041}
.box16 .social li:last-child a{margin-right:0}
@media only screen and (max-width:990px){.box16{margin-bottom:30px}
}
.new-deal{width:100%;float:left;padding:15px 0;}
.new-deal .item-slide{position: relative;overflow: hidden;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;margin:15px 0;}
.new-deal .slide-hover{ position: absolute;height: 100%;width: 100%;left: -100%; background:rgba(0,0,0,.5);top: 0;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-moz-border-radius: 5px; border-radius: 5px;-webkit-border-radius: 5px;  }
.new-deal .item-slide:hover .slide-hover{left:0px;}
.new-deal img{max-width:100%;}
.text-wrap {position: absolute;bottom: 0;left: 0;width: 100%;color: #fff;background: rgba(0, 0, 0, .5);z-index:999;transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;}
.text-wrap h4{padding:0 5px;}
.box-img{width: 100%;   float: left;    -moz-border-radius: 5px; border-radius: 5px;-webkit-border-radius: 5px;    overflow: hidden;    border: 1px solid #ccc;}
.text-wrap .desc{width:50%;float:left;padding:0 5px;}
.text-wrap p{padding: 15px;font-size: 15px;text-align: center;font-weight: normal;text-shadow: 2px 2px 3px #000;}
.text-wrap .desc h4{margin:0px;font: 400 17px/21px "Roboto";}
.text-wrap .desc h3{margin:0px;font: 400 32px/36px "Roboto";}
.new-deal .item-slide:hover .text-wrap{background:none}
.book-now-c {float:right;padding:10px;}
.book-now-c a {background: #029a8b;color: #fff;padding: 5px;border-radius: 5px;margin-top:0px;float: left;min-width: 101px;text-align: center;font-size: 16px;}
.new-deal .item-slide:hover .box-img .text-wrap{bottom:-100%;}
.newsfullright{

}

.newsfull img{
  width: 100%;
  padding-bottom: 5px;
}
.newshalf{
  padding: 0px 0px 20px 20px;
}
.newshalf img{
  width: 100%;
}
.newshalf p {
  text-align: justify;
    font-size: 12px;
}
.newsfull p {
  text-align: justify;
    font-size: 13px;
}
/*code for members*/

.newsfull1 img{
  width: 100%;
  padding-bottom: 5px;
}
.newshalf1{
  padding: 0px;
  background-color: #7e7fab;
}
.newshalf1 .col-xl-6{
  padding: 25px 35px 25px 35px;
}
.newshalf1  .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 20px; 
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
}
.newshalf1 img{
  width: 100%;
}
.newshalf1 p {
  text-align: justify;
    font-size: 12px;
}
.newsfull1 p {
  text-align: justify;
    font-size: 13px;
}
.news_main p{
  text-align: center;
}
.blog .carousel-indicators {
  left: 0;
  top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}

@media (max-width: 767px){.carousel-inner .carousel-item >div{display: none}.carousel-inner .carousel-item >div:first-child{display: block}}.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev{display: flex}@media (min-width: 768px){.carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next{transform: translateX(25%)}.carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev{transform: translateX(-25%)}}.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start{transform: translateX(0)}
/*#recipeCarousel1 .card{
  padding: 0px;
    border: 2px solid #5c9f24;
    margin: 0px 5px;
    overflow: hidden;
}*/
.carousel  .col-md-4{
  margin: 2px;
  width: 33%;
  border-radius: 6px;
}


#recipeCarousel1 .card-img img, #recipeCarousel .card-img img{
 width: 100%;
}
.s-soft {
    position: fixed;
    top: 300px;
    left: 0px;
    z-index: 1000;
    transition: all linear 0.2s;
}
.s-soft a:first-child {
    border-radius: 0 5px 0 0;
}
.s-item {
    display: block;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    transition: all linear 0.2s;
}
.s-item:hover {
    width: 110px;
    border-radius: 0px 20px 20px 0px;
    color: white;
    text-align: right;
    padding-right: 15px;
}
.s-soft a:first-child {
    border-radius: 0 5px 0 0;
}
.s-soft a:last-child {
    border-radius: 0 0 5px 0;
}
.facebook {
    padding-top: 5px;
    background-color: #3b5999;
}
.twitter {
    padding-top: 5px;
    background-color: #3AAFD6;
}
.pinterest {
    padding-top: 5px;
    background-color: #BD081C;
}
.instagram {
    padding-top: 5px;
    background-color: #c32aa3;
}

/*--------------------------------------------------------------
# Recent Photos
--------------------------------------------------------------*/
.recent-photos {
  overflow: hidden;
}

.recent-photos .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.recent-photos .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #006fbe;
}

.recent-photos .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006fbe;
}

.recent-photos .owl-nav,
.recent-photos .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.recent-photos .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.recent-photos .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #95d3ff !important;
}

.recent-photos .owl-dot.active {
  background-color: #006fbe !important;
}

.recent-photos .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

.recent-photos .gallery-carousel .center {
  border: 6px solid #006fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

#recent-photos .swiper-wrapper{
  height: auto;
}
/*--------------------------------------------------------------
# Recent Photos
--------------------------------------------------------------*/
.recent-photos1 {
  overflow: hidden;
}

.recent-photos1 .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.recent-photos1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #006fbe;
}

.recent-photos1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006fbe;
}

.recent-photos1 .owl-nav,
.recent-photos1 .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.recent-photos1 .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.recent-photos1 .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #95d3ff !important;
}

.recent-photos1 .owl-dot.active {
  background-color: #006fbe !important;
}

.recent-photos1 .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

.recent-photos1 .gallery-carousel .center {
  border: 6px solid #006fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

#recent-photos1 .swiper-wrapper{
  height: auto;
}
.know_more{
  text-align: right;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  margin-bottom: 30px;
}

.gallery #gallery-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

#gallery-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
  border-bottom: 3px solid #000;
  /*background: #5c9f24;
  border: 2px solid #5c9f24;*/
/*  background: #5c9f24;    */
  border-radius: 5px;
}

.gallery #gallery-flters li:hover,
.gallery #gallery-flters li.filter-active {
 
  color: #000;
  border-bottom: 3px solid #ff4d29;

}

.gallery #gallery-flters li:last-child {
  margin-right: 0;
}

.gallery .gallery-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(36, 50, 93, 0.6);
}

.gallery .gallery-wrap::before {
  content: "";
  background: rgba(36, 50, 93, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.gallery .gallery-wrap .gallery-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery .gallery-wrap .gallery-info::before {
  display: block;
  content: "";
  
}

.gallery .gallery-wrap .gallery-info::after {
  display: block;
  content: "";
 
}

.gallery .gallery-wrap .gallery-info h4 {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

.gallery .gallery-wrap .gallery-info p {
  color: #ffffff;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.gallery .gallery-wrap .gallery-links {
  text-align: center;
  z-index: 4;
}

.gallery .gallery-wrap .gallery-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.gallery .gallery-wrap .gallery-links a:hover {
  color: #25a4ff;
}

.gallery .gallery-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.gallery .gallery-wrap:hover .gallery-info {
  opacity: 1;
}

.gallery .gallery-wrap:hover .gallery-info::before {
  top: 15px;
  left: 15px;
}

.gallery .gallery-wrap:hover .gallery-info::after {
  bottom: 15px;
  right: 15px;
}
.meaning_belt_color, .meaning_belt_black, .meaning_belt {
    border: 4px solid #08B244;
    width: 100%;
}
.meaning_belt_color, .meaning_belt_black, .meaning_belt {
    border: 4px solid #08B244;
}
.meaning_belt_color tbody tr td, .meaning_belt_black tbody tr td {
    border: 1px solid #eee;
    padding: 6px;
    font-weight: 500;
}
.black_beltt, .color_beltt {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    background-color: #5B5A57;
    text-transform: uppercase;
}
.meaning_belt_black .bl1, .meaning_belt_black .bl2, .meaning_belt_black .bl3, .meaning_belt_black .bl4, .meaning_belt_black .bl5, .meaning_belt_black .bl6, .meaning_belt_black .bl7, .meaning_belt_black .bl8, .meaning_belt_black .bl9, .meaning_belt_black .bl10 {
    color: #FFD700;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
}
.wh2 {
    background: url(../img/yellow.jpg);
}
.wh4 {
    background: url(../img/green.jpg);
}
.wh6 {
    background: url(../img/blue.jpg);
}
.wh8 {
    background: url(../img/red.jpg);
}
.wh9 {
    background: url(../img/black_tip.jpg);
}
.wh9 {
    color: #fff;
    font-weight: 500;
}

.bl2 {
    background-image: url(../img/black2.jpg);
}
.bl3 {
    background: url(../img/black3.jpg);
}
.bl4 {
    background: url(../img/black4.jpg);
}
.bl5 {
    background: url(../img/black5.jpg);
}
.bl6 {
    background: url(../img/black6.jpg);
}
.bl7 {
    background: url(../img/black7.jpg);
}
.bl8 {
    background: url(../img/black8.jpg);
}
.bl9 {
    background: url(../img/black9.jpg);
}
.meaning_belt tbody tr td {
     border: 1px solid #eee; 
    padding: 8px;
}
.board_mm{
    text-align: center;
}
.board_mm img {
    width: 180px;
}




.board_mm .col {
    height: auto;
    margin: 0.5em;
    background: turquoise;
    counter-increment: col;
    text-align: center;
    font-weight: bold;
    color: white;
    line-height: 30px;
    &: :before{content:"Col " counter(col)};
}
.board_mm .col img {
    width: 180px;
}
.flex+p+.flex .col {
    background: salmon;
}
.flex {
    display: flex;
}
.flex {
    margin: 0 auto;
    counter-reset: col;
    background: #EEE;
}
/* FontAwesome for working BootSnippet :> */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#team {
    
}
.board_members {
        

}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}



section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#main section .section-title {    
    margin-bottom: 15px;
}
#team .box16{
  margin-bottom: 25px;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;

}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
    font-size: 18px;
    margin-bottom: 4px;
}
.frontside .card-body{ padding:5px; }
.backside .card-body { padding:15px; }
.frontside .card-text { font-size: 15px;}
.ourmedia_partners .backside .card-text { font-size: 13px;
    text-align: justify;
    overflow: scroll;
    height: 175px;}
.backside .card-text { font-size: 13px;
    text-align: justify;
   }
    
.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
} 
.msmall{
  width: 30px !important;
  height: 30px !important;
}
.center-heading{
      text-align: center;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}
.padding-lg {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{ 
     border:1px solid #999999; 
   text-align:center; 
   margin-bottom:28px; 
   padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}.webcoderskull_bl .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
  font-size:24px; 
  font-weight:500;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
  line-height:22px; 
  font-weight:400;
}
.practice-area .inner img{
  display:inline-block;
}



.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 20px; 
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
}
.our-webcoderskull .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%; 
}
.our-webcoderskull .cnt-block h3{ 
   color:#2a2a2a; 
   font-size:18px; 
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
  color:#2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover{
  color:#337ab7;
}
.our-webcoderskull .cnt-block p{ 
   color: #2a2a2a;
    font-size: 14px;
    line-height: 3px;
    font-weight: 400;
}
.our-webcoderskull .cnt-block .follow-us{
  margin:20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{ 
    display:inline-block; 
  width:auto; 
  margin:0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}

.our-webcoderskull1 .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
  font-size:24px; 
  font-weight:500;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
  line-height:22px; 
  font-weight:400;
}
.practice-area .inner img{
  display:inline-block;
}


.our-webcoderskull1 .cnt-block{ 
   float: left;
    width: 100%;
    background: #fff;
    padding: 2px 8px;
    text-align: center;
    border: 2px solid #d5d5d5;
    margin: 0 0 8px;
    border-radius: 10px;
}
.our-webcoderskull1 .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 10px;
}
.our-webcoderskull1 .cnt-block img{ 
   width: 148px;
    height: 148px;
    border-radius: 100%;
    border: 2px solid #5c9f24;
}
.our-webcoderskull1 .cnt-block h3{ 
  color: #2a2a2a;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 0;
    text-transform: uppercase;
}
.our-webcoderskull1 .cnt-block h3 a{
  text-decoration:none;
  color:#2a2a2a;
}.our-webcoderskull1 .cnt-block h3 a{
  text-decoration:none;
  color:#c81f1f;
}
.our-webcoderskull1 .cnt-block h3 a:hover{
  color:#337ab7;
}
.our-webcoderskull1 .cnt-block p{ 
   color: #2a2a2a;
    font-size: 15px;
    line-height: 3px;
    font-weight: 500;
    text-align: center;
}
.our-webcoderskull1 .cnt-block .follow-us{
  margin:20px 0 0;
}
.our-webcoderskull1 .cnt-block .follow-us li{ 
    display:inline-block; 
  width:auto; 
  margin:0 5px;
}
.our-webcoderskull1 .statebody{
text-align: center;
    margin-bottom: 0px;
    margin-top: 11px;
    text-transform: uppercase;
    color: #fff;
}




.our-webcoderskull1 .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.our-webcoderskull1 .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}
.add_n{
      text-align: center;
    margin-bottom: 15px;
    font-size: 17px;
    color: #fff;
}
.our-webcoderskull1 .newsfullright1{
  padding-right: 0px;
}
.our-webcoderskull1 .newsfull1{
  padding-left: 0px;
}
.our-webcoderskull1 .row{
      margin-bottom:12px;
}
.our-webcoderskull1 .newsfull1 img{
  width: 100%;
  padding-bottom: 0px;
}
.card-inverse_n .card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-inverse_n .card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 0px 1em 10px 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-inverse_n .card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-inverse_n .card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
    text-align: right;
}

.card-inverse_n .card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
    text-align: right;
    font-size: 13px;
    font-weight: 500;
}
.training_mb {
  margin-bottom: 25px;
}

.card-inverse_n .card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse_n .card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.card-inverse_n .profile {
    position: absolute;
    top: -20px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    margin: 0;
    border: 2px solid #e71515;
    border-radius: 50%;
    background-color: #fff;
}

.card-inverse_n .profile-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.card-inverse_n .profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.card-inverse_n .profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}
.card-inverse_n .profile img:hover {
  -webkit-transform: rotate(360deg);
    -moz-transition: 1.2s;
    -webkit-transition: 1.2s;
}

.card-inverse_n .profile img {
      -webkit-transform: rotate(0deg);
    -webkit-transition: 1.4s;
}
.card-inverse_n .training_center_n {
          margin-bottom: 20px;
          margin-top: 12px;
}
.our-webcoderskull ul, .our-webcoderskull1 ul{
    list-style-type: none;
}
.text-end a{
  color: #fff;
}
.text-end a:hover{
  color: #337ab7;
}



.color-belt-warriors .cnt-block{
  padding:12px 12px; 
}
.color-belt-warriors .equal-hight h6{
  color: #5c9f24;
    font-weight: 600;
}
.our-webcoderskull_bl .cnt-block{ 
   float:left; 
   width:100%; 
   background:#f4f2f2; 
   padding:15px 15px; 
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
}
.our-webcoderskull_bl .cnt-block:hover{ 
   box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
.our-webcoderskull_bl .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull_bl .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%;
   border: 2px solid #ccc; 
}
.our-webcoderskull_bl .cnt-block h3{ 
       color: #c70700;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 0;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.our-webcoderskull_bl .cnt-block h3 a{
  text-decoration:none;
  color:#c81f1f;
}
.color-belt-warriors .cnt-block h3 a{
  text-decoration:none;
  color: #c81f1f;
  font-weight: 600;
}
.our-webcoderskull_bl .cnt-block h3 a:hover{
  color:#337ab7;
}
.our-webcoderskull_bl .cnt-block p{ 
   color: #2a2a2a;
    font-size: 14px;
    line-height: 3px;
    font-weight: 500;
}
.our-webcoderskull_bl .cnt-block .follow-us{
  margin:20px 0 0;
}
.our-webcoderskull_bl .cnt-block .follow-us li{ 
    display:inline-block; 
  width:auto; 
  margin:0 5px;
}
.our-webcoderskull_bl .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.our-webcoderskull_bl .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}
.our-webcoderskull_bl ul{
  list-style-type: none;
}
.president, .tamo_martial_art, .why_tamo{
  text-align: justify;
}
#contact_us{
  padding: 5px;
  border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}
#contact_us:hover{
   background-color: #d64022;
    border-color: #d64022;
}
.training_mb .text-center {
    text-align: right!important;
    margin-top: 22px;
    /* padding: 5px; */
}
.fl_left{
  float: left;
}
.p_right{
  padding-right: 10px;
}
.map_t{
  width: 625px;
  height: 300px;
}
.social_media .s-item{
  line-height: 23px !important;
}
.pagination a{
      margin: 7px;
    background: #5c9f24;
    padding: 4px 11px;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
    border-radius: 4px;
}
.pagination .active a{
    margin: 7px;
    background: #c81f1f;
    padding: 4px 11px;
    color: #fff !important;
    text-decoration: none;
    transition: all 0.4s;
    border-radius: 4px;
}
.pagination a:hover{
      background: #6fc02c;
      color: #fff;
}
.stu_search{
  text-align: right;
  margin-bottom: 12px;
}
#header_search_input_id2{
  border-radius: 5px;
}
.our-webcoderskull_details .cnt-block{ 
    border: 2px solid #08B244; 
    border-radius: 12px;
    text-align: center;
}
.our-webcoderskull_details .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull_details .cnt-block img{ 
   width: 180px;
    height: 180px;
    border-radius: 8px;
    border: 2px solid #ccc;
}
.our-webcoderskull_details .cnt-block h3{ 
       color: #2a2a2a;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 0;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.our-webcoderskull_details .cnt-block h3 a{
  text-decoration:none;
  color:#c81f1f;
}
.color-belt-warriors .cnt-block h3 a{
  text-decoration:none;
  color: #c81f1f;
  font-weight: 600;
}
.our-webcoderskull_details .cnt-block h3 a:hover{
  color:#337ab7;
}
.our-webcoderskull_details .cnt-block p{ 
   color: #2a2a2a;
    font-size: 14px;
    line-height: 3px;
    font-weight: 500;
}
.our-webcoderskull_details .cnt-block .follow-us{
  margin:20px 0 0;
}
.our-webcoderskull_details .cnt-block .follow-us li{ 
    display:inline-block; 
  width:auto; 
  margin:0 5px;
}
.our-webcoderskull_details .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.our-webcoderskull_details .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}
.our-webcoderskull_details ul{
  list-style-type: none;
}    
.students_details .text_details {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #0F21CE;
    text-transform: uppercase;
    padding: 4px 0px;
}
.students_details .row {
    display: flex;
}
.students_details .column {
    flex: 50%;
    padding: 0px;
    border: 1px solid #000;
    padding-left: 13px;
}
.students_details .head_pp {
    width: 100%;
    padding: 5px;
}
.students_details .head_n {
    float: left;
    font-size: 15px;
    font-weight: 500;
    padding-right: 12px;
}
.students_details .part_t {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

.backtopage_main{
  text-align: right;
  padding-bottom: 5px;
}
.backtopage_main .backtopage{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
.national_medals{
  margin-top: 10px !important;
}
.ss_main1{
  padding: 0px 30px 0px 30px;
  
}
.gold {
    background-color: #C9B037;
        padding: 3px;
    color: #fff !important;
    text-transform: uppercase;
}
.silver {
    background-color: #B4B4B4;
        padding: 3px;
    color: #fff !important;
    text-transform: uppercase;
}
.bronze{
    background-color: #6A3805;
        padding: 3px;
    color: #fff !important;
    text-transform: uppercase;
}
.org_name {
    text-align: center;
    font-weight: bold;
    color: #575fff;
    font-size: 22px;
    margin: 0px;
    font-family: Bauhaus93;
}
.champ_name {
    text-align: center;
    font-weight: bold;
    color: #c70700;
    font-size: 21px;
    margin: 0px;
    font-family: Bauhaus93;
    padding-bottom: 10px;
}
.students_nor a{
  text-decoration: none;
}
.uploads_img .upload1 img, .uploads_img .upload2 img{
 width: 100%;
}
.uploads_img .upload1, .uploads_img .upload2{
 padding: 0px;
}
.uploads_img .content{
     margin: 17px;
    width: 100%;
}
.uploads_img p{
  text-align: justify;
}

.uploads_img h3, .uploads_img h3{
 font-size: 25px;
}
.Sg_Certificate{
  width: 100%;
  margin: 13px 0px;
}
.Sg_Certificate th {
    background-color: #ff4d29;
    color: #fff;
    padding: 0px;
    text-align: center;
    font-weight: 500;
    background-image: none;
    border: 1px solid #000;
}
.Sg_Certificate h2 {
    font-size: 24px;
    color: #fff;
    background-color: #535459;
    margin-bottom: 0px;
    padding-top: 4px;
}
.Sg_Certificate h3 {
    font-size: 16px;
    color: #fff;
    background-color: #575fff;
    margin-bottom: 0px;
    padding-bottom: 4px;
}
.Sg_Certificate h4 {
    font-size: 22px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #000;
    text-transform: uppercase;
    padding: 5px;
}
.gold_class {

    background-color: #C9B037;
}
.silver_class {
    background-color: #B4B4B4;
}
.bronze_class {
    background-color: #6A3805;
}
.Sg_Certificate td {    
    border: 1px solid #c7c7c7;
    padding: 5px;
   
}
.mname{
  font-weight: 500;
}
.goldmc td{
    background-color: #c9b03759;
}
.silvermc td{
      background-color: #b4b4b44f;
}
.bronzemc td{
      background-color: #6a380573;
}
#clients .section-title {
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}
.footer-top a{
  text-decoration: none;
  color: #ff4d29;
}
.footer-top a:hover{
  text-decoration: none;
  color: #d64022;
}
.our-webcoderskull1 .add_p img{
  width: 100px;
  position: absolute;

}
.our-webcoderskull1 .add_p{
  text-align: center;
}
.color-belt-warriors .pag_warriers a{
  color: #fff !important;
}
.error-404 h1 {
    font-size: 180px;
    font-weight: 700;
    color: #4154f1;
    margin-bottom: 0;
    line-height: 150px;
    font-family: "Nunito", sans-serif;
}
.error-404{
  text-align: center;
}
.error-404 .char{
    width: 218px;
    padding: 0px !important;
}
.error-404 .lg{
    width: 147px;
    padding: 0px !important;
    margin-bottom: 5px;
}
.error-404 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #012970;
    margin-bottom: 5px;
    font-family: "Nunito", sans-serif;
}
.error-404 .btn {
    background: #c70700;
    color: #fff;
    padding: 8px 30px;
}
.error-404 .btn:hover {
    background: #74c92d;
    color: #fff;
    padding: 8px 30px;
}
.credits{
  margin-top: 0px;
}
.today_birthday{
  text-align: center;color: #fff;
 }
 .today_birthday a{
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
 }
 .today_birthday a:hover{
  color: #c70700;
  text-decoration: none;
 }
 .birthday{

 }
 .birthday img{
  text-align:center;
 }
  .birthday .card-text{
      text-align: center;
 }
.credits a, .copyright a{
  color: #fff;
  text-decoration: none;
}
.credits a:hover, .copyright a:hover{
  color: #d64022;
  text-decoration: none;
}
.imgdetails{
  border: 0px;
  
}
.ourmedia_partners .frontside .card .card-body img {
    width: 250px;
    height: auto;
     border-radius: inherit; 
}
.ourmedia_partners {
    background: #5c5c5c !important;
}
.seminarheading {
    background-color: #466593;
    padding: 3px;
    color: #fff !important;
    text-transform: uppercase;
}
.national_sem{
    font-weight: 500;
    color: #c60700;
}
    
}

.align-items-center {
    align-items: center!important;
}
#contact h3{
    font-size: 20px;
    color: #ff4d29;
    font-weight: 600;
}

@keyframes a-seven{0%{-webkit-transform:scale(1);
    -moz-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
    

    #about img{
    /*-webkit-animation: a-seven 10s linear infinite;
    -moz-animation: a-seven 10s linear infinite;
    animation: a-seven 10s linear infinite;*/
   border-radius: 6px;
    border: 3px solid #f9a695;
    transition: .5s;
    }
     #about img:hover{
    /*-webkit-animation: a-seven 10s linear infinite;
    -moz-animation: a-seven 10s linear infinite;
    animation: a-seven 10s linear infinite;*/
    border: 3px solid #ff4d29;
    }
#milestone {
    background: linear-gradient(rgba(255, 77, 41, 0.85), rgba(255, 77, 41, 0.85)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#milestone h1, #milestone p {
    color: #fff;
}
h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4 {
    font-weight: 700;
    color: var(--dark);
}
#milestone h1, #milestone p {
    color: #fff;
}
#milestone .display-4 {
    font-size: 3rem;
    font-weight: 700;
}
.intro {
    margin-bottom: 36px;
    text-align: center;
}
.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #ff4d29;
    font-weight:700;
}
.intro p {
    max-width: 918px;
}
#services .service:hover {
    transform: scale(1.03);
}
#services .service {
    transition: 0.5s;
}
.service img {
    width: 100%;
}
.service p{
  text-align: justify;
}
.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}
.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}
.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}
#mixphotos .content {
    position: relative;
    left: 0%;
    bottom: 0%;
    text-align: center;
}
#mixphotos h2, #mixphotos h6 {
    color: var(--bs-body-color);
    font-size: 17px;
}
#mixphotos .overlay {
    width: 100%;
    height: 220px;
    position: relative;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}
#mixphotos h6 {
    font-weight: 400;
}
#mixphotos h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}
.team-member .image {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
#team .team-member .social-icons {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}
#team .team-member .social-icons a {
    width: 35px;
    height: 35px;
}
#team .team-member .social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
#team .team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0%;
    background-color: rgba(255, 77, 41, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}
#team .team-member h5 {
    margin-top: 10px;
    margin-bottom: 0px;
}
#team .team-member p {
    margin-bottom: 0rem;
}
#team img {
       width: 185px;
    border-radius: 100%;
    height: 185px;
    border: 6px solid #f9a695;
    transition: .5s;
}
#team img:hover {
    border: 6px solid #ff4d29;
}
#team h5 {
    font-weight: 600;
}
.board_members .col-md-3{
  margin-bottom: 20px;
} 
.team-member {
    text-align: center;
}
.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
    max-height: 545px;
    height: 545px;
}
.blog img {
    width: 100%;
    height: 275px;
}
.blog-post a {
    position: relative;
    top: 0px;
    left: 0px;
    background-color: var(--brand);
    padding: 4px 12px;
    border-radius: 57px;
    text-decoration: none;
    color: #fff;

}
.latest{
  float: right;
}
.blog-post .content {
    padding: 32px;
}
.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}
.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: justify;
}
#reviews {
    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}
.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}
#gold_medalist .card-img-overlay {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0px;
    border-radius: calc(0.25rem - 1px);
}
.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}
.review small {
    color: var(--brand);
}
.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}
#about img{
   
}
.cpt{
  height: 60px;
}
.check{

}
#captchaBackground .capt{
  width: 200px;
}
#captcha{
  float: left;
    height: 77px;
}
#captchaHeading{
  float: left;
    width: 171px;
    margin-top: 26px;
}
#captchaBackground{
  float: left;
}
#textBox{
  margin-top: -19px;
}
#milestone .mb-0{
  font-weight: 600;
}
#submitButton{
    background: #ff4d29;
    float: left;
    padding: 3px;
    margin: 5px;
}
#refreshButton{     
       float: right;
    width: 100px;
    margin-top: -2px;
   
}#refreshButton img{     
    float: left;
     width: 26px;
  
}
#output{
  float: left;
    color: red;
    font-weight: 500;
}


#servicesss .wraper {
  padding: 50px;
  text-align: center;
  font-family: sans-serif;
  width: 100%;
  margin: 10px auto;
}



#servicesss .containers {
  border-top: 2px solid #000;
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

#servicesss .link {
  position: relative;
  margin-top: 13px;
  width: 100%;
}

#servicesss .link a {
  font-weight: bold;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-size: 15px;
}

#servicesss .link:first-child {
  margin-left: -55px;
}

#servicesss .link:last-child {
  margin-right: -55px;
}

#servicesss .link::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  top: -18px;
  left: 50%;
  transform: translatex(-50%);
  border: 2px solid black;
}

#servicesss .active::after,
#servicesss .link:hover::after {
  background: black;
}

#servicesss p.lead {
  font-weight: 600;
  margin: 50px auto;
  line-height: 1.5;
}

#servicesss .container1 {
   width: 80%;
   padding: 0px 0;
   margin: 50px auto;
   position: relative;
   overflow: hidden;
}

#servicesss .container1:before {
   content: '';
   position: absolute;
   top: 150px;
   left: 50%;
   margin-left: -1px;
   width: 2px;
   height: 100%;
   background: #CCD1D9;
   z-index: 1
}

#servicesss .timeline-block {
   width: -webkit-calc(50% + 8px);
   width: -moz-calc(50% + 8px);
   width: calc(50% + 8px);
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   justify-content: space-between;
   clear: both;
}

#servicesss .timeline-block-right {
   float: right;
}

#servicesss .timeline-block-left {
   float: left;
   direction: rtl
}

#servicesss .marker {
   width: 16px;
   height: 16px;
   border-radius: 50%;
   border: 2px solid #F5F7FA;
   background: #ff4d29;
   margin-top: 10px;
   z-index: 9999
}

#servicesss .timeline-content {
   width: 95%;
   padding: 0 15px;
   color: #666
   direction: ltr;
}

#servicesss .timeline-content h3 {
   margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 500;
    color: #330404;
}

#servicesss .timeline-content span {
   font-size: 15px;
    color: #00065b;
    font-weight: 600;
}

#servicesss .timeline-content p {
   font-size: 14px;
   line-height: 1.5em;
   word-spacing: 1px;
   color: #888;
}
#servicesss .mobile{
  display: block;
}
#servicesss .desktop{
  display: none;
}#servicesss .timeline-block-left .timeline-content{
  direction: ltr;
}

@media screen and (max-width: 768px) {
#servicesss .desktop{
  display: none;
}
#servicesss .mobile{
  display: block;
}
   #servicesss .container1:before {
      left: 8px;
      width: 2px;
   }
   #servicesss .timeline-block {
      width: 100%;
      margin-bottom: 30px;
   }
   #servicesss .timeline-block-right {
      float: none;
   }

   #servicesss .timeline-block-left {
      float: none;
      direction: ltr;
   }
}



#blog img{
  --g: 4px;     /* the gap */
  --b: 5px;    /* border thickness*/
  --c: #ff4d29; /* the color */
  
  
  padding: calc(var(--g) + var(--b));
  --_c: #0000 0 25%, var(--c) 0 50%;
  --_g1: repeating-linear-gradient(90deg ,var(--_c)) repeat-x;
  --_g2: repeating-linear-gradient(180deg,var(--_c)) repeat-y;
  background:
    var(--_g1) var(--_p, 25%) 0   ,var(--_g2) 0    var(--_p,125%),
    var(--_g1) var(--_p,125%) 100%,var(--_g2) 100% var(--_p, 25%);
  background-size: 200% var(--b),var(--b) 200%;
  cursor: pointer;
  filter: grayscale(50%);
  transition: .3s;
}
#blog  img:hover{
  --_p: 75%;
  filter: grayscale(0%);
}

#services img, #mixphotos img {
  --g: 4px;     /* the gap */
  --b: 3px;    /* border thickness*/
  --c: #ff4d29; /* the color */
  
  
  padding: calc(var(--g) + var(--b));
  --_c: #0000 0 25%, var(--c) 0 50%;
  --_g1: repeating-linear-gradient(90deg ,var(--_c)) repeat-x;
  --_g2: repeating-linear-gradient(180deg,var(--_c)) repeat-y;
  background:
    var(--_g1) var(--_p, 25%) 0   ,var(--_g2) 0    var(--_p,125%),
    var(--_g1) var(--_p,125%) 100%,var(--_g2) 100% var(--_p, 25%);
  background-size: 200% var(--b),var(--b) 200%;
  cursor: pointer;
  filter: grayscale(10%);
  transition: .3s;
}
 #services  img:hover,#mixphotos img:hover {
  --_p: 75%;
  filter: grayscale(0%);
}
#about img {
  --g: 4px;     /* the gap */
  --b: 3px;    /* border thickness*/
  --c: #ff4d29; /* the color */
  
  
  padding: calc(var(--g) + var(--b));
  --_c: #0000 0 25%, var(--c) 0 50%;
  --_g1: repeating-linear-gradient(90deg ,var(--_c)) repeat-x;
  --_g2: repeating-linear-gradient(180deg,var(--_c)) repeat-y;
  background:
    var(--_g1) var(--_p, 25%) 0   ,var(--_g2) 0    var(--_p,125%),
    var(--_g1) var(--_p,125%) 100%,var(--_g2) 100% var(--_p, 25%);
  background-size: 200% var(--b),var(--b) 200%;
  cursor: pointer;
  filter: grayscale(10%);
  transition: .3s;
}
 #about  img:hover {
  --_p: 75%;
  filter: grayscale(0%);
}
.hovicon {
    display: inline-block;
   
    cursor: pointer;
    margin: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

/* Effect 4 */
 .hovicon.effect-4 {
    width: 185px;
    height: 185px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
}
.hovicon.effect-4.small {
    width:45px;
    height:45px;
}
.hovicon.effect-4.mini {
    width:30px;
    height:30px;
}
.hovicon.effect-4.sub-a {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.hovicon.effect-4:before {
    line-height: 92px;
}
.hovicon.effect-4:after {
    top: -4px;
    left: -4px;
    padding: 0;
    z-index: 10;
    border: 4px dashed #ff4d29;
}
.hovicon.effect-4:hover {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    color: #fff;
}
.hovicon.effect-4:hover i {
    color: #fff;
}
/* Effect 4b */
 .hovicon.effect-4.sub-b:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.hovicon.effect-4.sub-b:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}


