/**
Theme Name: Looks Multipurpose HTML5 Template
Theme URI: 
Description: Looks Multipurpose HTML5 Template!


License: Commercial
License URI: 
blog, bootstrap, bootstrap HTML5 template, bootstrap responsive theme, business, clean, corporate, creative, css3, finance, html5, portfolio, responsive 
Version: 1.0
*/

/**
1. CSS RESET 

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

article, aside, footer, header, hgroup, nav, section { display: block; }
/*------------------------------------------------*/
/*--------------[General Style]------------------*/
/*------------------------------------------------*/
body {
    line-height: 1.5em;
    color: #787878;
    font-size: 13px;
    font-family: "Open Sans",sans-serif;
    letter-spacing: 0.5px;
    margin: 0 auto;
    padding: 0 auto;
    background: #f4f4f4;
}

.wrapper{
    overflow: hidden;
}
img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
a, a:active, a:link, img {
    outline: none;
    vertical-align: middle;
}
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #787878;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
a:hover {
    color: #72c02c;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
.video {
    display: block;
}
.audio {
    width: 100%;
}
br {
    font-size: 0;
    line-height: 0;
}
hr {
    margin-bottom: 15px;
    margin-top: 15px;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
hr:last-child, .progress:last-child, .buttons p:last-child, .image-block-content:last-child {
    margin: 0;
}
b, strong {
    font-weight: 600;
}

small, small a {
    font-size: 11px;
    color: inherit;
}
p {
    line-height: 1.875em;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 1.5em;
}
h1 { font-size: 30px; letter-spacing: 1px;}
h2 { font-size: 24px; letter-spacing: 1px;}
h3 { font-size: 22px; letter-spacing: 1px;}
h4 { font-size: 18px; letter-spacing: 1px;}
h5 { font-size: 16px; letter-spacing: 1px;}
h6 { font-size: 14px; letter-spacing: 1px;}

label {
    color: inherit;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.overflow-h {
    overflow: hidden;
}
ul.list-inline {
    margin-left: 0;
}
.home-main-contant-style{
    padding: 80px 0;
}
.home-main-contant-style2{
    padding-top: 80px;
}
.home-main-contant-style3{
    padding-bottom: 80px;
}
.main-contain{
    padding: 45px 0;
}
.mb30{
    margin-bottom: 30px;
}
.mt30{
    margin-top: 30px;
}
.mb15{
    margin-bottom: 15px;
}
.mb10{
    margin-bottom: 10px;
}
.mb5{
    margin-bottom: 5px;
}
.pbt30{
    padding: 25px 0;
}
.bg-gray {
    background: #f8f9f9;
}
.bg-white{
    background: #fff;
}
.bg-black{
    background-color: #222;
}
.bg-theme {
    background-color: #2e8316;
}

.main-theme-color1{
    background: #72c02c;  
}
.animated-img {
    margin-right: 30px;
}
.animated-title {
    font-size: 18px;
    font-weight: 700;
}
.full-image img{
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
/*------------------------------------------------*/
/*--------------[PAGE HEADING BREADCRUMB]-----------*/
/*------------------------------------------------*/
.page-heading::after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.page-heading {
    background: rgba(0, 0, 0, 0) url("../img/breadcrumb.jpg") no-repeat fixed center center / cover ;
    padding: 45px 0;
    position: relative;
    z-index: 1;
}

.page-heading .title {
    font-family: "Raleway";
    font-size: 54px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}
.page-heading .breadcrumb{
    font-size: 16px;
    text-transform: none;
    color: #fff;
    background: none;
    border-radius: 0;
    margin-bottom: 0;
}
.page-heading .breadcrumb > a {
    color: #fff;
}
.page-heading .breadcrumb > a:hover{
    text-decoration: underline;
    color: #72c02c;
}
/*------------------------------------------------*/
/*-------------[Buttons Style]----------------*/
/*------------------------------------------------*/
.btn {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-custom {
    width: auto;
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    border:0;
    border-radius: 5px;
}

.btn-custom:last-child {
    margin-right: 0;
}
.btn-custom {
    background-color: #72c02c ;
}
.btn-custom.border-btn:hover {
    background-color: #72c02c ;
}
.btn-custom.border-btn:hover {
    color: #fff;
    opacity: 1;
}
.btn-custom.border-btn {
    background-color: transparent;
    border: 1px solid #72c02c;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #72c02c ;
}
.btn-custom.btn-large.border-btn.call-to-action-button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
}
.cd-btn.btn-custom.btn-large {
    background: #fff none repeat scroll 0 0;
}

.btn-custom:hover {
    color: #fff;
    opacity: 0.8;
}

.btn-custom.border-btn:hover {
    opacity: 1;
    color: #fff;
}

.btn-custom.border-btn.btn-gray:hover {
    background-color: #444;
    color: #fff;
}

.btn-custom.btn-gray {
    background-color: #444;
}

.btn-custom.border-btn.btn-gray {
    background-color: transparent;
    border: 1px solid #444;
    color: #444;
}

.cd-ext-large {
    border-radius: 0;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.btn-large {
    font-size: 14px;
    padding: 20px 50px;
}

.btn-medium {
    font-size: 14px;
    padding: 15px 60px;
}

.btn-small {
    padding: 10px 40px;
}

.btn-mini {
    padding: 5px 20px;
}

.btn-large.border-btn {
    padding: 20px 80px;
}

.btn-medium.border-btn {
    padding: 15px 60px;
}

.btn-small.border-btn {
    padding: 10px 40px;
}

.btn-mini.border-btn {
    padding: 5px 20px;
}
/*------------------------------------------------*/
/*-----------------[Title Style 1]---------------*/
/*------------------------------------------------*/
.widget-title {
    height: 28px;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.widget-title h2 {
    background-color: #72c02c;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 29px;
    padding: 0 15px;
    position: relative;
}
.ta-border {
    background-color: #72c02c;
    bottom: 0;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
/*------------------------------------------------*/
/*--------------[Title Style 2]-----------*/
/*------------------------------------------------*/
.cd-home-title::after {
    background-color: #72c02c;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px;
}
.cd-home-title {
    margin-bottom: 60px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}
.cd-home-title p {
    font-size: 16px;
}
.cd-home-title h2 {
    font-family: raleway;
    font-size: 30px;
    font-weight: 400;
    margin-bottom:15px;
    text-transform: uppercase;
}
/*------------------------------------------------*/
/*--------------[PAGINATION STYLE]-----------*/
/*------------------------------------------------*/
.pagination {
    border-radius: 0;
    display: inline-block;
    margin: 0;
    padding-left: 0;
}
.pagination > li > a, .pagination > li > span{
    color: #787878;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: #72c02c;
    border-color:#ddd;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
    background-color: #72c02c;  
    color: #fff;

}
/*------------------------------------------------*/
/*-------------[Counter]----------------*/
/*------------------------------------------------*/
.counter-block::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.counter-block {
    background: rgba(0, 0, 0, 0) url("../img/counter.png") no-repeat fixed center center / cover ;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.counter-item i {
    font-size: 50px;
    color: #fff;
}

.secondary-color, .counter-item > h4{
    color: #fff;
    line-height:30px;
    padding-top: 20px;
}

/*------------------------------------------------*/
/*-------------[Pricing Table]----------------*/
/*------------------------------------------------*/
.pricingTable{
    padding: 30px 0 40px;
    background: #fff;
    text-align: center;
}
.pricingTable .pricingTable-header{
    color: #787878;
}
.pricingTable .icon{
    display: block;
    font-size: 50px;
}
.pricingTable .title{
    font-size: 22px;
    margin-bottom: 10px;
}
.pricingTable .price-value{
    padding: 30px 0;
    background: #73c32c;
    color: #fff;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.pricingTable:hover .price-value{
    background: #73c32c;
    color: #fff;
}

.pricingTable .amount{
    display: inline-block;
    font-size: 50px;
    position: relative;
}
.pricingTable .currency{
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 60px;
}
.pricingTable .month{
    font-size: 20px;
    position: absolute;
    top: 32px;
    right: -65px;
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 40px;
}
.pricingTable .pricing-content li{
    font-size: 14px;
    line-height: 40px;
}
.pricingTable .pricingTable-signup{
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    color:  inherit;
    text-transform: uppercase;
    border-top: 1px solid #73c32c;
    border-bottom: 1px solid #73c32c;
    transition: all 0.5s ease 0s;
}
.pricingTable:hover .pricingTable-signup{
    background: #73c32c;
    border-top: 1px solid  #73c32c;
    border-bottom: 1px solid #73c32c;
    color: #fff;
}

/*------------------------------------------------*/
/*-------------[ICON LIST]----------------*/
/*------------------------------------------------*/
.icon_lists .fa-hover a {
    border-radius: 0;
    color: inherit;
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
}
.icon_lists .fa-hover a .fa {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    text-align: right;
    width: 32px;
}
.icon_lists .fa-hover a:hover {
    background-color: #72c02c ;
    color: #FFFFFF;
    text-decoration: none;
}
.icon_lists .fa-hover a:hover .fa {
    font-size: 24px;
    vertical-align: -3px;;
}
.icon_lists .fa-hover a:hover .text-muted {
    color: #BBE2D5;
}
/*------------------------------------------------*/
/*-------------[Widgets]----------------*/
/*------------------------------------------------*/
.bottom-line {
    position: relative;
}

.bottom-line:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #eeeeee;
}

.bottom-line:after {
    content: "";
    display: block;
    width: 35px;
    border-bottom: 2px solid #72c02c;
    margin: 20px auto 25px 0;
    z-index: 1;
    position: relative;
}
.widget .recent-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget .recent-posts > li {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.widget .recent-posts > li:before,
.widget .recent-posts > li:after {
    content: " ";
    display: table;
}

.widget .recent-posts > li:after {
    clear: both;
}

.widget .recent-posts > li:first-child {
    border: 0;
    padding-top: 0;
}

.widget .recent-posts a {
    text-decoration: none;
}

.widget .recent-posts a:hover,
.widget .recent-posts a:focus {
    opacity: 0.7;
}

.widget-posts-image {
    float: left;
    width: 44px;
}

.widget-posts-body {
    margin-left: 58px;
}

.widget-posts-title {
    margin: 2px 0;
}

.widget-posts-meta {
    font-size: 11px;
    opacity: 0.7;
}
.icons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icons-list > li {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.icons-list > li:first-child {
    border: 0;
    padding-top: 0;
}
.icons-list > li:last-child {
    padding-bottom: 0;
}
.icons-list a {
    color: #999999;
}

.icons-list a:hover,
.icons-list a:focus {
    color: #72c02c;
}

.icons-list a > .fa,
.icons-list a > .icons {
    padding-left: 5px;
}
/*------------------------------------------------*/
/*-------------[Tags]----------------*/
/*------------------------------------------------*/

.tags a {
    background: #f8f8f8;
    display: inline-block;
    border-radius: 2px;
    padding: 8px 12px;
    margin: 0 0 6px;
    font-size: 11px;
    color: #777777;
}

.tags a:hover,
.tags a:focus {
    background: #72c02c;
    color: #ffffff;
}

/*------------------------------------------------*/
/*-------------[Progress Bar]----------------*/
/*------------------------------------------------*/
.progressbar-title{
    font-size: 14px;
    color: #848484;
    text-transform: capitalize;
}
.progress{
    height: 5px;
    overflow: visible;
    background: #f0f0f0;
    margin-bottom: 30px;
}
.progress .progress-bar{
    position: relative;
    animation: animate-positive 2s;
}
.progress .progress-icon{
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 13px;
    position: absolute;
    top: -14px;
    right: 0;
    background: #fff;
    border-width: 3px;
    border-style: solid;
}
.progress-value{
    color: #848484;
    position: absolute;
    top: -35px;
    right: 0;
}
@-webkit-keyframes animate-positive {
    0% { width: 0%; }
}
@keyframes animate-positive {
    0% { width: 0%; }
}

/*------------------------------------------------*/
/*--------------[Accordion STYLE]-----------*/
/*------------------------------------------------*/
.panel-group{
    margin-bottom: 0;
}
.cd-accordion .panel:last-child {
    margin-bottom: 0;
}
.cd-accordion .panel{
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    margin-bottom: 6px;
}
.cd-accordion .panel-heading{
    border-radius: 0px;
    background-color:#fff;
    padding:0;
}
.cd-accordion .panel-title a{
    display: block;
    color: #72c02c;
    font-size: 15px;
    padding:14px 28px;
    font-weight: bold;
    position: relative;
    border-top:3px solid #72c02c;
}
.cd-accordion .panel-title a.collapsed{
    border-top:0;
}
.cd-accordion .panel-title a:hover,
.cd-accordion .panel-title a:focus{
    text-decoration: none;
    outline: none;
}
.cd-accordion .panel-title a:before,
.cd-accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: FontAwesome;
    color:#72c02c;
    position: absolute;
    top:20px;
    right:12px;
    font-size: 14px;
    line-height: 24px;
}
.cd-accordion .panel-title a.collapsed:before{
    content: "\f067";
}
.cd-accordion .panel-body{
    color: #8a8a8a;
    font-size: 14px;
    line-height: 25px;
    background:#fff;
    padding: 5px 27px 15px;
    border-top: 0px none;
}


/*------------------------------------------------*/
/*--------------[background STYLE]-----------*/
/*------------------------------------------------*/
.cd-background{
    align-items: center;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    display: flex;
    height: 100vh;
    justify-content: center;  
}
.cd-bg-1 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #02aab0, #00cdac) repeat scroll 0 0;
}

.cd-bg-2{
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #43cea2, #185a9d) repeat scroll 0 0;
}
.cd-bg-3 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #005c97, #363795) repeat scroll 0 0;
}
.cd-bg-4 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #1d4350, #a43931) repeat scroll 0 0;
}
.cd-bg-5 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #eecda3, #ef629f) repeat scroll 0 0;
}

.cd-bg-6 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #fc00ff, #00dbde) repeat scroll 0 0;
}
.cd-bg-7 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #1e130c, #9a8478) repeat scroll 0 0;
}
.cd-bg-8 {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #ff512f, #dd2476) repeat scroll 0 0;
}
.main-title{
    color: #fff;
    font-size: 4.236em;
    margin-bottom: 30px;
    margin-top: 10px;
    text-transform: uppercase;
}
.sub-title {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1em;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 5px;
    text-transform: none;
}
/*------------------------------------------------*/
/*--------------[404 PAGE STYLE]-----------*/
/*------------------------------------------------*/
.error-template {text-align: center;}
.error-actions {margin-top:30px;}
.error-actions .btn { margin-right:10px; }

/*------------------------------------------------*/
/*--------------[VIDEO STYLE]-----------*/
/*------------------------------------------------*/
.media-block .video-block {
    height: 0;
    padding: 50%;
    position: relative;
}
.video-block iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-home i {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 50px;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
.video-home h1 {
    font-weight: 400;
    font-size: 20px;
}
.video-home {
    padding: 60px 0;
    background-color: #72c02c;
}
.home-media-block{
    color: #fff;
}
.video-home a:hover, .video-home a:focus {
    text-decoration: none;
    color: #fff;
}

/*------------------------------------------------*/
/*--------------[CBP Portfolio]-----------*/
/*------------------------------------------------*/
.cbp-l-grid-projects-title, .cbp-l-grid-projects-desc {
    font-family: inherit;
    font-weight: 400;
    text-align: center;
}
.cbp-1-title-bg{
    background: #fff;
    padding: 15px;

}
.cbp-l-grid-blog-title{
    margin-top: 0!important;
}
.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
    background-color: #ffffff!important;
    color: inherit!important;
}
.main-contain.dip-style .cbp-mode-slider .cbp-wrapper{
    cursor: auto;
}
.cbp-l-grid-mosaic .cbp-caption-activeWrap{
    background-color: rgba(0, 0, 0, 0.9)!important;  
}

.standard-single-comments-list {
    margin-bottom: 70px;
}
.media .media-object {
    border-radius: 50%;
}

.media .media-body {
    position: relative;
    width: 100%;
}
.media .media-body .standard-comments-body {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px;
}
.media .media-body .media-heading {
    font-size: 17px;
    line-height: 27px;
    color: #687074;
}
.media .media-body .media-heading a {
    color: #687074;
}
.media .media-body span {
    display: block;
    color: #adb9bf;
    margin-bottom: 10px;
}
.media .media-body span a {
    color: #adb9bf;
}
.media .media-body .btn-comment-reply {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #72c02c;
    color: #fff;
   
}
.standard-comments-form div {
    margin-bottom: 30px;
}
.cbp-l-filters-list .cbp-filter-item{
      border-color: #72c02c!important;
}
.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active{
    background-color: #72c02c!important;
}
/*------------------------------------------------*/
/*--------------[Accordion STYLE]-----------*/
/*------------------------------------------------*/
.panel-group{
    margin-bottom: 0;
}
.cd-accordion .panel:last-child {
    margin-bottom: 0;
}
.cd-accordion .panel{
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    margin-bottom: 6px;
}
.cd-accordion .panel-heading{
    border-radius: 0px;
    background-color:#fff;
    padding:0;
}
.cd-accordion .panel-title a{
    display: block;
    color: #72c02c;
    font-size: 15px;
    padding:14px 28px;
    font-weight: bold;
    position: relative;
    border-top:3px solid #72c02c;
}
.cd-accordion .panel-title a.collapsed{
    border-top:0;
}
.cd-accordion .panel-title a:hover,
.cd-accordion .panel-title a:focus{
    text-decoration: none;
    outline: none;
}
.cd-accordion .panel-title a:before,
.cd-accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: FontAwesome;
    color:#72c02c;
    position: absolute;
    top:20px;
    right:12px;
    font-size: 14px;
    line-height: 24px;
}
.cd-accordion .panel-title a.collapsed:before{
    content: "\f067";
}
.cd-accordion .panel-body{
    color: #8a8a8a;
    font-size: 14px;
    line-height: 25px;
    background:#fff;
    padding: 5px 27px 15px;
    border-top: 0px none;
}
.alert.alert-danger:last-child {
    margin: 0;
}

/*------------------------------------------------*/
/*--------------[TABLE STYLE]-----------*/
/*------------------------------------------------*/
table {
    font-family: inherit;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 5px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    text-align:center;
}

/*------------------------------------------------*/
/*--------------[PARALLAX VIDEO STYLE 1]-----------*/
/*------------------------------------------------*/
.single-contact-option i, .single-social-icon i {
    border: 3px solid transparent;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
    height: 95px;
    line-height: 90px;
    transition: all 0.3s ease 0s;
    width: 95px;
}
.single-contact-option i {
    background: #222 none repeat scroll 0 0;
    margin-bottom: 30px;
}
.single-contact-option:hover i, .single-social-icon a:hover i {
    background: #72c02c none repeat scroll 0 0;
    border: 3px solid #fff;
    box-shadow: 0 0 0 4px #72c02c;
}
.single-contact-option h6 {
    color: inherit;
    font-weight: bold;
    margin-bottom: 5px;
}
.single-contact-option p {
    color: inherit;
    line-height: 26px;
    margin: 0;
}
/*------------------------------------------------*/
/*--------------[PARALLAX VIDEO STYLE 1]-----------*/
/*------------------------------------------------*/
.parallax_video_box .parallax_video_wrap {
    display: block;
}
.parallax_video_wrap {
    height: 750px;
    left: 0;
    overflow: hidden;
    right: 0;
    z-index: 1;
}
.parallax_video_wrap .parallax_video {
    left: 0;
    top: 0;
}

/*------------------------------------------------*/
/*--------------[ABOUT STYLE]-----------*/
/*------------------------------------------------*/

.about-text-block{
  margin-top:160px;
}

.about-box{
  position:relative;
	padding-left: 55px;
	padding-bottom: 10px;
}
.about-box-icon{
	position:absolute;
	top: 0;
	left: 0;
	color:inherit;
	font-size: 35px;
}
.about-box h3 {
  color: inherit;
  font-size: 16px;
  margin-top: 10px;
}
.cd-title-wid {
    margin: 30px 0 40px;
}
.cd-main-title {
    font-size: 50px;
    font-weight: 300;
}
.cd-main-title, .fes2-title-45 {
    color: inherit;
    font-family: 'Raleway', sans-serif;
    line-height: 50px;
}

.under-line {
    height: 5px;
}
.line-3-100, .under-line {
    background: #787878 none repeat scroll 0 0;
    margin-top: 13px;
    width: 100px;
}



/*TABS
=========*/
.cd-img-center {
    height: 500px;
    margin: 0 auto;
    position: relative;
    width: 416px;
}
.cd-nav-tabs {
 border:none;
 margin-top:80px;
}  
.cd-nav-tabs>li{
  margin-bottom: 0;
}
.cd-nav-tabs>li.active>a, .cd-nav-tabs>li.active>a:focus, .cd-nav-tabs>li.active>a:hover {
 color:#fff !important;
 background: none !important;
 border-top: 0 !important;
  border-right: 0 !important;
   border-left: 0 !important;
    border-bottom: 4px solid #fff !important;
}
.cd-nav-tabs>li>a {
 text-align:center;
 border: none;
 background: none !important;
 color: #fff !important;
}
.cd-nav-tabs>li>a {
  padding:0 10px 10px 10px;
}
.cd-nav-tabs>li>a:hover {
 color: #fff !important;
}
.tab-nav-icon {
 font-size:30px;
 line-height:42px;
}
.tab-nav-text{
    font-family: "Open Sans",sans-serif;
}
.cd-tab-content{
  padding:0 0 40px 0;
}
.cd-tab-content .tab-pane{
 background:none;
}
.cd-tab-title{
 margin:40px 0 20px 0;
 font-size:58px;
 line-height:65px;
}
.cd-tab-sub-title{
 margin:20px 0 40px 0;
 font-size:24px;
 line-height:32px;
}
.cd-tab-text, .cd-tab-title, .cd-tab-sub-title > strong{
 color:#fff;
}

/*------------------------------------------------*/
.chart {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 170px;
  font-size:30px;
  font-weight:300;
  z-index: 2;
  color: inherit;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: 20px;
}

.team-skills .skills h6 {
    margin-top:30px;
    font-weight:600;
    color: inherit;
}

@media (max-width: 990px) {
    .pricingTable,.home-about-text2,.clients-block, .col-style1,.product-quantity,.single-contact-option,.single_feature, .footer .widget,.products.grid-product,.service-box1  {
        margin-bottom: 30px;
    }
}
@media (max-width: 990px) {
   .about-img-block .img-responsive {
       width: 100% 
    }
  
}

@media (min-width: 768px) and (max-width: 990px){
  .cd-nav-tabs>li{
    width: 20%;
  }
}

@media (max-width: 1024px) {
  .about-text-block{
    margin-top:0px;
  }
}

@media only screen and (max-width: 768px){
  .cd-tab-content, .about-img-block .img-responsive{
    padding-bottom:30px;
  }
}
@media (min-width: 320px) and (max-width: 479px){
  .cd-nav-tabs>li{
    min-width: 100px;
  }
   .cd-nav-tabs>li{
    width: 25%;
  }
.cd-nav-tabs > li.active > a, .cd-nav-tabs > li.active > a:focus, .cd-nav-tabs > li.active > a:hover {
    border-width: 0!important;
    border-style: none;
}
}

@media (min-width: 480px) and (max-width: 767px){
  .cd-nav-tabs>li{
    min-width: 70px;
  }
    .cd-nav-tabs>li{
    width: 20%;
  }
}




