
body {
  color: #EEEEEE; }

.bg-white {
  background-color: #EEE; }

.custom-font{
font-family: 'Open Sans', sans-serif;
}

.custom-font-1{
font-family: 'Work Sans', sans-serif;
}

#page-content iframe{

width:100%;
border:1px solid #FFF;

}

#page-content h2{

font-size: 22px;
font-weight: bold;
margin-bottom: 20px;

}

.banners-font{
  font-size:24px; 
  font-weight:300;
}


#page-content p{

margin-bottom: 25px;
}



/* Inner sections */


.contents-title{
  font-size:48px; 
  color:#333; 
  margin-top:70px; 
  font-weight:700;
}


.section-title{
  font-size:56px; 
  color:#000; 
  margin-top:60px; 
  margin-bottom:40px; 
  font-weight:700;
}

.section-description{
  color:#666; 
  line-height:36px; 
  font-weight:300;
  font-size:36px; 
  border-top:1px solid #EEE;
  border-bottom:1px solid #DDDBDB; 
  padding:100px 0 20px 0; 
  margin-bottom:40px;
  margin-top:40px

}

.section-block-title{
  font-size:22px; 
  color:#333; 
  font-weight:600; 
  display:inline;
  margin-bottom: 50px;
}

.section-block-description{
  color:#333; 
  font-weight:300; 
  font-size:16px; 
  margin-bottom:10px;
}


/* Inner sections end */








.btn-view-more, .btn-blog-view-more, .submit-btn {
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0px;
  border-color: transparent;
  background-color: #000;
  color: #fff;
  padding: 3px 12px;
  transition: 1s linear;
  -moz-transition: 0.3s linear;
  /* FF3.7+ */
  -o-transition: 0.3s linear;
  /* Opera 10.5 */
  -webkit-transition: 0.3s linear;
  /* Saf3.2+, Chrome */ }





#image-container{position:relative; width:100%;}

#over-image-text{
  position: absolute; 
  left:20px; 
  bottom: 20px; 
  padding: 4px 9px 4px 9px; 
  width: 50%; 
  color: #FFF; 
  font-weight: normal;
  letter-spacing:-10;
}


#over-image-text a{
color:#333;
text-decoration:none;
}

#over-image-text a:hover{
color:#666;
text-decoration:none;
}




#over-image-text-calendar{
  position: absolute; 
  left:20px; 
  bottom: -40px; 
  padding: 0; 
  color: #FFF; 
  font-weight: normal;
background:#003262; color:#FFFFFF;

}



#difusion-image-container{position:relative; width:100%; margin-top:50px; margin-bottom: 50px;}



#difusion-over-image-title{
  position: absolute; 
  left:0; 
  top: 20px; 
  padding: 4px 9px 4px 30px; 
  width: 40%; 
  color: #FFF; 
  font-weight: 300;
  background:#000;
  font-size: 36px;
  opacity: 0.8;
}




#difusion-over-image-text{
  position: absolute; 

  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  font-size: 20px;
  bottom: 40px; 
  padding: 20px; 
  width: 70%; 
  color: #FFF; 
  font-weight: normal;
  background:#333;
  line-height: 22px;
  background:#000;
  opacity: 0.8;


}









.calendar-date{
font-size:32px;
line-height: 32px;
padding:10px;
}

.video-container {
  position: relative;
}
video {
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.overlay-desc {
  background: rgba(0,0,0,0);
  position: absolute;
  right: 0; bottom: 10px; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;

}


.overlay-desc a{
 color:#FFFFFF;
 font-weight: 800;
 font-size: 22px;
}



.submit-btn {
  letter-spacing: 1px;
  padding: 13px 6px; }

.btn-view-more:hover, .btn-blog-view-more:hover, .submit-btn:hover {
  color: #000;
  background-color: #fff;
   }

.section {
  padding: 20px 0; }

/*  Animation for navbar */


/*


@-webkit-keyframes navbarmarginNo {

  from {
    margin-top: 20px;
    margin-bottom: 20px; }
  to {
    margin-top: 0px;
    margin-bottom: 0px; } }
@keyframes navbarmarginNo {
  from {
    margin-top: 20px;
    margin-bottom: 20px; }
  to {
    margin-top: 0px;
    margin-bottom: 0px; } }
@-webkit-keyframes navbarmargin {
  from {
    margin-top: 0px;
    margin-bottom: 0px; }
  to {
    margin-top: 20px;
    margin-bottom: 20px; } }
@keyframes navbarmargin {
  from {
    margin-top: 0px;
    margin-bottom: 0px; }
  to {
    margin-top: 20px;
    margin-bottom: 20px; } }

*/


/* animation for navbar ends  */
/*
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    overflow: hidden !important;
    height: auto !important;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-top: 50px !important;
  margin-bottom: 20px !important;
  -webkit-animation: navbarmargin 0.5s linear;
  animation: navbarmargin 0.5s linear; 


}

.navbar-colored {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  transition: all 1s;
  -webkit-animation: navbarmarginNo 0.5s linear;
  animation: navbarmarginNo 0.5s linear; }

.navbar-default .navbar-toggle {
  border-color: #fff; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff; }

ul.nav.navbar-nav.navbar-right {
  padding-top: 15px;
  padding-bottom: 15px; }

.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 4px; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-icon {
  margin: 0 5px; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav {
    background-color: black;
    margin-top: 0px;
    margin-bottom: 0px; }

  .navbar-default .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px; } }

*/


nav{
    background:#003262;  
    padding-bottom: 25px;
}

.navbar{
  background:#003262;  

}

.navbar-default{
  border:none;
  background:#003262;
}


.navbar-default .navbar-nav > li > a {
  color: #fff;
  background-color:transparent;
  font-family: 'Open Sans', sans-serif;
  font-weight: Light;
margin-top: 7px;
    padding: 40px 6px 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent; 
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e700 !important;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 20px !important;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; 
  /* border-bottom:1px solid #FFF; */
}


.active-option {
  color: #fff;
  background-color: transparent; 
  border-bottom:1px solid #FFF;
}





#homescreen {
  border-left: none !important;
  border-right: none !important;
  height: 100vh;
  position: relative; }

.homescreen-static {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position-x: 50% !important;
  background-position-y: 50% !important; }



#homescreen-inside {
  border-left: none !important;
  border-right: none !important;
  height: 0vh;
  position: relative; }




.video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }

.video-container video {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100; }

.home-screen-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0; }

.hero-content-wraper {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.hero-content-inner {
  text-align: center;
  color: #f9f9f9; }
  .hero-content-inner > h2 {
    font-size: 41px;
    font-weight: 700;
    letter-spacing: 8px; }
  .hero-content-inner > h3 {
    font-size: 26px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 4px; }

.social-media-wraper {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999; }

ul.social-media-ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  background-color: rgba(68, 68, 68, 0.4);
  transition: transform 500ms ease-in-out; }

ul.social-media-ul li a {
  color: #fff;
  text-align: center;
  width: 45px;
  display: block;
  height: 45px;
  line-height: 45px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin-bottom: -1px;
  border: 1px solid #fff;
  font-size: 24px; }

ul.social-media-ul li a:hover {
  background-color: #fff;
  color: #2991d6; }

.section-heading > .heading-wraper {
  margin-bottom: 50px; }
  .section-heading > .heading-wraper > h2 {
    font-size: 26px;
    font-weight: 400; }
    .section-heading > .heading-wraper > h2 .title {
      color: #444444;
      letter-spacing: 1px; }

.about-us-thumbnail {
  padding: 0px;
  border: 0px;
  border-radius: 0px; }
  .about-us-thumbnail > .caption {
    color: #999999; }
    .about-us-thumbnail > .caption > h3 {
      color: #444444;
      font-size: 26px; }

#counter {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position-x: 50% !important;
  background-position-y: 50% !important; }

.counter-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0; }

.counter-content-container {
  position: relative;
  color: #fff; }

h3.counter-heading {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  font-size: 42px;
  letter-spacing: 4px; }

span.counter {
  font-size: 68px; }

.counter-inner p {
  letter-spacing: 2px; }

@media (max-width: 320px) {
  span.counter {
    font-size: 36px; }

  .btn-view-more {
    float: none !important; } }
.portfolio-wiget {
  position: relative;
  margin-bottom: 15px; }

.portfolio-wiget:hover .hover-caption {
  opacity: 1; }

.hover-caption {
  position: absolute;
  text-align: right;
  color: #fff;
  width: 100%;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0;
  background: url(../img/apache_pb.png);
  -o-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in; }
  .hover-caption p {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px 15px; }

.portfolio-caption-icon {
  margin: 0 10px; }

@media only screen and (min-width: 401px) and (max-width: 768px) {
  .col-portfolio-wiget {
    width: 50%;
    float: left; } }
#services {
  background-color: #f9f9f9; }

.our-services-wiget {
  text-align: center;
  padding: 15px; }

.our-services-wiget:hover .rounded-icon-box-inner {
  background: #000; }
.our-services-wiget:hover .rounded-icon-box .rounded-icon-box-inner i {
  color: #fff; }

.rounded-icon-box {
  display: inline-block;
  height: 146px;
  width: 146px;
  left: 0;
  right: 0; }

.services-caption h3 {
  color: #444444;
  font-size: 26px; }

.rounded-icon-box-inner {
  width: 100%;
  height: 100%;
  background: url(../img/pattern.png);
  position: relative;
  display: table;
  border-radius: 50%;
  border: 10px solid #efefef;
  -o-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in; }

.rounded-icon-box .rounded-icon-box-inner i {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  font-size: 60px;
  text-align: center; }

.rounded-icon-box-inner-video-button i {
  margin-left: 10px; }

#video {
  background-color: #000; }

@media (max-width: 980px) {
  .video-section-container {
    width: 100%; } }
@media (min-width: 801px) {
  .video-section-wraper {
    display: table;
    width: 100%; }

  .video-heading, .video-list-item-wraper, .video-button {
    display: table-cell;
    vertical-align: middle;
    float: none; } }
.video-button {
  text-align: center; }

.video-heading h3 {
  text-align: right;
  color: #fff;
  letter-spacing: 1px; }

.rounded-video-button {
  display: inline-block;
  height: 104px;
  width: 104px;
  left: 0;
  right: 0; }

.rounded-icon-box-inner-video-button {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
  border-radius: 50%;
  border: 4px solid #fff; }

.rounded-video-button .rounded-icon-box-inner-video-button a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 60px;
  text-align: center; }

ul.video-ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.video-ul li {
  color: #fff;
  letter-spacing: 1px;
  line-height: 28px; }

.icon-on-list {
  margin-right: 20px; }

@media (max-width: 800px) {
  ul.video-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 360px;
    margin: 20px auto; }

  .video-heading h3 {
    text-align: center;
    margin-bottom: 30px; } }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  border: 30px solid #fff; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #000;
  right: -30px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.feature-list-media-body {
  padding: 0 15px; }

.list-col {
  padding: 0;
  padding-right: 30px; }

.content-col {
  padding: 0; }

.list-group-item {
  border-radius: 0;
  color: #999999;
  display: block;
  padding: 10px 15px; 
}

.list-group-item:last-child, .list-group-item:first-child {
  border-radius: 0; }

.list-col ul.list-group {
  margin: 0; }

.list-group-item {
  border: 0px; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  background-color: #fff;
  color: #000; 
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
  color: #000;
  text-decoration: none; }

.list-group-item {
  background-color: #f9f9f9;
  padding: 0;
  border-radius: 0;
  color: #999999;
  display: block;
  padding: 10px 15px; 
  cursor: pointer;
}

.list-group-item a {
  color: #999999;
  display: block;
  padding: 10px 15px; }

.list-group-item a:hover {
  text-decoration: none; }

img.nav-tab-img {
  max-width: 270px; }

@media (min-width: 992px) {
  .feature-list-wraper {
    border: 1px solid #f1f1f1;
    display: table;
    width: 100%; }

  .content-col, .list-col {
    display: table-cell;
    vertical-align: middle;
    float: none; } }
@media (max-width: 991px) {
  .list-group-item {
    display: inline-block;
    margin-bottom: 15px; }

  .feature-container {
    width: 100%; }

  .content-col {
    padding: 0 15px;
    margin-top: 20px; }

  .list-col {
    padding: 0 15px; } }

@media (max-width: 768px) {
  
  .tab-content > .tab-pane {
    display: block;
    padding: 20px 15px; }



#featured-new{
  margin-top:50px;
}

.banners-font{
  font-size:18px; 
  font-weight:300;
}

.contents-title{
  font-size:32px; 
  color:#333; 
  margin-top:130px; 
  font-weight:700;
}

.images-format{
  margin-top:15px;
}

.section-description{
  color:#666; 
  line-height:22px; 
  font-weight:200; 
  font-size:22px; 
  border-top:1px solid #EEE;
  border-bottom:1px solid #EEE; 
  padding:100px 0 20px 0; 
  margin-bottom:30px;

}




}






  .list-col {
    display: none; } }
@media (max-width: 710px) {
  .tab-content > .tab-pane {
    width: 50%;
    float: left; }

  .tab-pane .media {
    display: block; }

  .tab-pane .media .media-left, .media-right {
    display: block; } }
@media (max-width: 640px) {
  .tab-content > .tab-pane {
    width: 100%;
    float: left; } }
#testimonial {
  background-color: #f9f9f9; }

.testimonial-img-wraper img {
  width: 100px;
  height: 100px;
  margin: 0 auto; }

.author {
  margin-top: 15px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 14px; }

.testimonial-content {
  font-size: 20px;
  padding: 0 110px; }

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  filter: Alpha(Opacity=100);
  opacity: 1; }

.owl-next {
  top: 60%;
  position: absolute;
  transform: translateY(-60%);
  right: 0;
  width: 45px;
  height: 45px; }

.owl-prev {
  top: 60%;
  position: absolute;
  transform: translateY(-60%);
  left: 0;
  width: 45px;
  height: 45px; }

.control-btn-wrap {
  width: 100%;
  height: 100%;
  border: 1px solid #c9c9c9; }

.control-btn-wrap i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #999999;
  left: 0;
  right: 0; }

.owl-theme .owl-controls {
  margin-top: 40px;
  text-align: center; }


.blog-box{
background:#FFFFFF; 
}


.blog-inner {
  margin-bottom: 20px;
   }

.blog-title {
  font-size: 26px;
  color: #888580;
  padding:10px;
   }

.blog-title a{
  color: #333333;
 }





.blog-meta {
  font-size: 14px;
  color: #444444;
  /* letter-spacing: 0.2em; */
  /* margin-bottom: 20px; */
  line-height: 30px; }

.blog-content {
  color: #888580;
  line-height: 24px;
  /* letter-spacing: 0.025em; */
  font-size: 14px; }

.blog-content span.separetor {
  margin: 0 10px;
  font-size: 20px; }

.blog-view-more-btn {
  margin-top: 35px; }

#client {
  position: relative; }

section#client:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0; }

.clients-outer {
  padding: 50px 0;
  position: relative;
  z-index: 1; }

@media (max-width: 991px) {
  .client-logo-wiget {
    padding: 50px;
    min-height: 285px; }

  .client-logo-wiget img {
    width: 100%; } }
.client-logo {
  margin: 0 auto; }

.client-section-title {
  font-size: 26px;
  color: #fff;
  padding: 10px 40px;
  border-right: 1px solid #fff; }

.contact-form-wraper {
  margin-top: 20px; }

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  border-color: #f1f1f1; }

textarea.form-control {
  min-height: 145px; }

textarea:focus, input:focus, .uneditable-input:focus {
  box-shadow: none !important;
  outline: 0 none !important; }

.inner-addon {
  position: relative; }

/* style icon */
.inner-addon i {
  position: absolute;
  padding: 10px;
  pointer-events: none; }

/* align icon */
.left-addon i {
  left: 0px; }

.right-addon i {
  right: 0px; }

/* add padding  */
.left-addon input {
  padding-left: 30px; }

.right-addon input {
  padding-right: 30px; }

#address {
  background-color: #f9f9f9; }

.address-wraper {
  background-color: #fff;
  border: 1px solid #000;
  border-color: transparent;
  padding: 45px;
  min-height: 317px;
  margin-bottom: 20px;
  transition: border-color 1s linear;
  -moz-transition: border-color 1s linear;
  /* FF3.7+ */
  -o-transition: border-color 1s linear;
  /* Opera 10.5 */
  -webkit-transition: border-color 1s linear;
  /* Saf3.2+, Chrome */ }

.address-wraper:hover {
  border-color: #000; }

.address-icon-wraper {
  font-size: 40px;
  color: #000;
  margin-bottom: 30px; }

.address > .address-heading {
  font-size: 15px;
  color: #313131;
  letter-spacing: 1px;
  margin-bottom: 30px; }

.address p {
  color: #969595; }

#map {
  height: 405px;
  width: 100%;
  margin-top: 20px; }

#footer {
  padding: 30px 0;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px; }

.footer-copyright, .footer-author {
  margin: 20px 0; }

::selection{
  background: rgb(0,123,255,0.3);
}
.wrapper{
  max-width: 600px;
  padding: 0 20px;
}
.wrapper .parent-tab,
.wrapper .child-tab{
  margin-bottom: 8px;
  border-radius: 3px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.18);
}
.wrapper .parent-tab label,
.wrapper .child-tab label{
  background: #007bff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  z-index: 99;
  transition: all 0.3s ease;
  color: #ffffff;
}
.wrapper .parent-tab label:hover{
  background: #006fe6;
}
.parent-tab input:checked ~ label,
.child-tab input:checked ~ label{
  border-radius: 3px 3px 0 0;
  background: #006fe6;
}
.wrapper label span{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 0 -1px 1px #0056b3;
}
.wrapper .child-tab label span{
  font-size: 17px;
}
.parent-tab label .icon{
  position: relative;
  height: 30px;
  width: 30px;
  font-size: 15px;
  color: #007bff;
  display: block;
  background: #fff;
  border-radius: 50%;
  text-shadow: 0 -1px 1px #0056b3;
}
.wrapper .child-tab label .icon{
  height: 27px;
  width: 27px;
}
.parent-tab label .icon i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parent-tab input:checked ~ label .icon i:before,
.child-tab input:checked ~ label .icon i:before{
  content: '\f068';
}
.wrapper .parent-tab .content,
.wrapper .child-tab .sub-content{
  max-height: 0px;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 3px 3px;
  transition: all 0.4s ease;
}
.parent-tab input:checked ~ .content,
.child-tab input:checked ~ .sub-content{
  max-height: 100%;
}
.tab-3 input:checked ~ .content{
  padding: 15px 20px;
}
.parent-tab .content p,
.child-tab .sub-content p{
  padding: 15px 20px;
  font-size: 16px;
}
.child-tab .sub-content p{
  font-size: 15px;
}
input[type="radio"],
input[type="checkbox"]{
  display: none;
}
/*# sourceMappingURL=style.css.map */
