/*
Theme Name: NT Hosting
Theme URI: http: //navythemes.com
Description: This is child theme of Hosting
Author: NAVYTHEMES
Author URI: http://navythemes.com
Template: layerswp
Version: 1.0
*/
@import url("../layerswp/style.css");

/**** CUSTOM RESPONSIVE *****/
@media (min-width: 980px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 979px) {
    #text-5 {
        padding: 0 9%!important;
    }
}
@media (max-width: 767px) {
    .nt-slider {
        display: none!important;
    }
    #layers-widget-slide-2 {
        display: none!important;
    }
    #layers-widget-column-1 .excerpt {
        padding: 0 20px;
    }
    .nt-services-item {
        padding: 20px 0;
    }
    .nt-services .button {
        margin-left: 20px;
    }
    .nt-about-content {
        padding-left: 10px!important;
    }
    .nt-portfolio-bottom {
        padding: 15px;
    }
    form p {
        width: 100%!important;
    }
    .nt-blog li {
        width: 49%!important;
        float: left;
    }
    #text-5 {
        padding: 0!important;
    }
    .nt-team-bottom,
    .nt-testimonial-bottom {
        padding: 0 10px;
    }
    form {
        padding: 0 10px;
    }
}
@media (max-width: 480px) {
    .nt-blog li {
        width: 100%!important;
    }
}


.section-title .heading {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0) url("images/border-title.png") no-repeat scroll center bottom;
    letter-spacing: 1.5px;
    padding-bottom: 30px;
    text-align: center;
}

.span-8 .section-title .heading {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
    background: none!important;
    letter-spacing: 1.5px;
    padding-bottom: 0px;
    text-align: left;
}
/*******SERVICES*******/
#layers-widget-column-1-441 .button {
    border: 1px solid #000;
    color: #000;
    font-weight: 700;
    padding: 13px 40px;
    text-transform: uppercase;
    background: none;
    margin-top: 60px;
}
.nt-services .nt-services-item:hover em {
    cursor: pointer;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.nt-services .nt-services-item {
	-webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.nt-services .nt-services-item:hover {
	color: #0e9cd1!important;
}
/********PRICING******/
#layers-widget-layers_plus_column_pricingtable-3-525 {
    margin-top: 0;
}
#layers-widget-layers_plus_column_pricingtable-3-525 .table-head {
    padding: 20px 0;
}
#layers-widget-layers_plus_column_pricingtable-3-525 li {
    line-height: 40px;
}
#layers-widget-layers_plus_column_pricingtable-3-525  .price-tag {
    box-shadow: 0 -10px 30px #adadad;
}
#layers-widget-layers_plus_column_pricingtable-5-883 .table-head,
#layers-widget-layers_plus_column_pricingtable-3-497 .table-head {
    padding-top: 50px;
    background: #fafafa;
}
layers-widget-layers_plus_column_pricingtable-5-883,
#layers-widget-layers_plus_column_pricingtable-3-497 {
    margin-top: 0!important;
}
.nt-pricing .layers-masonry-column {
    margin-top: 20px;
}
.nt-pricing .pricing-table {
    border-top: 1px solid #eee!important;
    border: none!important;
}
.nt-pricing li {
    border-left: 1px solid #eee!important;
    border-right: 1px solid #eee!important;
}
.table-head {
    border: 1px solid #eee!important;
    padding-bottom: 37px!important;
}
/********ABOUT********/
.nt-about h5 {
    background: rgba(0, 0, 0, 0) url("images/border-why-choose-title.png") no-repeat scroll left top;
    margin-top: 40px;
    padding-top: 15px;
}
.service-content {
	cursor: pointer;
}
.service-content:hover h5 {
	color: #0e9cd1!important;
}
/******COUNTER********/
.nt-counter h5 {
    background: rgba(0, 0, 0, 0) url("images/line-facts-border.png") no-repeat scroll center bottom;
    color: #fff;
    margin-top: 20px !important;
    padding-bottom: 30px;
    font-size: 14px!important;
    text-transform: inherit!important;
    font-style: italic;
}
/*****TEAM******/
.nt-team .media-image {
    position: relative;
} 
.nt-team .media-body {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    border-top: 2px solid #fff; 
}
.nt-team .layers-plus .excerpt {
    padding: 0!important;
}
.nt-team h5 {
    color: #fff!important;
    text-transform: uppercase;
    font-size: 14px!important;
    font-weight: 700;
}
.nt-team h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    font-size: 14px!important;
}
.team-social {
    margin-bottom: 5px!important;
}
.team-social > li {
    padding: 0 5px;
}
.team-social span {
    border-radius: 12px;
    padding: 7px 14px!important;
}
.team-social li {
  display: inline-block;
  transform: translateY(200px);
  transition: transform .3s;
}
.team-social li + .team-social li{
  margin-left: 15px;
}
/******TEAM-BOTTOM******/
.nt-team-bottom a {
    border: 1px solid #000;
    border-radius: 0 !important;
    color: #000;
    font-weight: 700;
    background: none!important;
    margin-top: 60px;
    padding: 13px 50px !important;
    text-transform: uppercase;
}
/******TESTIMONIAL*********/
.nt-testimonial {
    border-top: 1px solid #adadad;
}
.nt-testimonial p {
    font-size: 18px;
    font-style: italic;
    font-family: CrimsonText;
    color: #000;
}
.nt-testimonial h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin: 20px 0;  
}
.nt-testimonial h6 {
    font-style: italic;
    font-style: 700;
    color: #000;
    margin-bottom: 20px!important;
    padding-bottom: 50px;
    background: url(images/bottom-testimonial.png) no-repeat bottom center;
}
.nt-testimonial-bottom h5 {
    width: 80%;
    float: left;
}
.nt-testimonial-bottom a {
    color: #fff;
    margin: 0!important;
    font-weight: 700;
    padding: 13px 40px;
    text-transform: uppercase;
    background: #5aaddd none repeat scroll 0 0 !important;
}
/*******BLOG********/
#rpwwt-recent-posts-widget-with-thumbnails-3 .section-title h4 {
    text-transform: uppercase;
    text-align: center;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 li {
    width: 24.5%;
    float: left;
    margin-left: 0.5%;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 li:first-child {
    margin-left: 0;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 .container {
    width: 100%!important;
    max-width: 100%!important;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 span {
    text-transform: capitalize;
    font-weight: 700;
}
#rpwwt-recent-posts-widget-with-thumbnails-3 li a:hover {
    text-decoration: none;
}
/*******CONTACT-FIRST********/
.nt-contact-first h5,
.nt-contact-first p {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-size: 14px!important;
}
.nt-contact-first:hover h5 {
    color: #fff!important;
}
.nt-contact-first span {
    border: 1px solid #a4a4a4;
    border-radius: 50%;
    height: 90px !important;
    padding: 10px 0px!important;
    width: 90px !important;
    background: none!important;
    font-size: 36px!important;
    margin-right: 20px;
    color: #5aaddd !important;
}
.nt-contact-first h5 {
    margin-top: 20px!important;
}
#post-91{
    padding-top:0!important;
}
.nt-contact-form{
    background: url(images/testi5.jpg) center top;
    width: 100%!important;
    max-width: 100%!important;
    padding: 0 13%;
    color: #fff!important;
}
form p {
    
    margin-right: 1%;
}
form p:nth-child(4) {
    margin-right: 0;
}
form p:nth-child(5) {
    clear: left;
    width: 100%;
}
form p:nth-child(6) {
    clear: left;
}
form .wpcf7-submit {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    padding: 10px 50px !important;
}
form .wpcf7-submit:hover {
    color: #fff!important;
    background: #0e9cd1!important;
}
form {
    margin-top: 50px;
}
form input {
    color: #000;
    max-width: 100%!important;
}
/*******CLIENT******/
#layers-widget-column-11 .row .span-4:nth-child(3n+4) {
    clear: none!important;
}
/*******FOOTER********/
.nt-tab .tagcloud a {
    background: transparent;
    border: 1px solid #999;
    padding: 4px 10px;
    float: left;
    display: block;
    color: #333;
    font-size: 14px !important;
    margin: 2px;
}