/*
 * Author: Mehedi Hasan
 *
 * Theme Name: TS
 * URL: http://themesell.co
 * Version: 1.0
 */


/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */


/* Import fonts */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
* {
    margin: 0;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}

body {
    background: #fff;
    margin: 0;
    color: #5a5a5a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

p {
    padding: 0;
    margin-bottom: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin-top: 10px;
}

html,
body {
    height: 100%;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

.centered {
    text-align: center
}

.mt {
    margin-top: 50px;
}

.mb {
    margin-bottom: 50px;
}

.mtb {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mtb2 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.ptb {
    padding-top: 50px;
    padding-bottom: 50px;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color .4s linear, color .4s linear;
    -moz-transition: background-color .4s linear, color .4s linear;
    -o-transition: background-color .4s linear, color .4s linear;
    -ms-transition: background-color .4s linear, color .4s linear;
    transition: background-color .4s linear, color .4s linear;
    color: #1abc9c;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #696E74;
    outline: none !important;
    box-shadow: none !important;
}

.nopadding {
    padding: 0px !important;
    margin: 0px;
}


/* FORM CONFIGURATION */

input {
    font-size: 16px;
    min-height: 40px;
    border-radius: 2px;
    line-height: 20px;
    padding: 11px 30px 12px;
    border: 1px solid #b9b9af;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.subscribe-input {
    float: left;
    width: 65%;
    text-align: left;
    margin-right: 2px;
}

.subscribe-submit {
    right: 0;
}

.btn-download {
    background: #FDE3A7;
}

.btn-conf {
    border-radius: 50px;
    margin-right: 15px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 28px 13px 28px;
}

.btn-clear {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-clear:hover {
    background: white;
    color: #2f2f2f;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus {
    color: #ffffff;
    background-color: #222222;
    border-color: #ffffff;
}

.dmbutton {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding-top: 1.025rem;
    padding-right: 2.25rem;
    letter-spacing: 0.85px;
    padding-bottom: 1.0875rem;
    padding-left: 2.25rem;
    font-size: 1.55rem;
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    font-weight: normal !important;
}


/* HEADER SECTION */

#main-header {
    background: url("../img/header.jpg") no-repeat scroll rgba(0, 0, 0, 0.45);
    padding-top: 5px;
    background-attachment: relative;
    background-position: center center;
    min-height: 700px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    color: white;
}

#main-header .logo {
    margin-top: 0px;
    margin-left: 40px;
    padding-bottom: 40px;
}

#main-header .logo h2 {
    font-weight: 900;
    color: white;
    letter-spacing: 1px;
    float: left;
}

#main-header h3 {
    margin-top: 10px;
}

#main-header i {
    font-size: 50px;
}


/* Features SECTION */

#features {
    padding: 50px 0;
    background: #f5f5f5;
}

.service-icon {
    border: 1px solid #0eb493;
    border-radius: 50%;
    color: #0eb493;
    float: left;
    padding: 10px 13px;
}

.service-desc {
    margin-left: 70px;
    position: relative;
    top: 5px;
}

.service-desc h3 {
    font-weight: 400;
}

.sec-title h2 {
    color: #0eb493;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
}

.devider::before,
.devider::after {
    bottom: 6px;
    color: #e6e8ea;
    content: "______________________";
    position: relative;
}

.devider::after {
    left: 10px;
}

.devider::before {
    right: 10px;
}


/* GREY SECTION */

#themesell-g {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f5f5f5;
}

.portfolio {
    padding: 0 !important;
    margin: 0 !important;
    display: block;
}

.portfolio-item .title:before {
    border-radius: 0;
    display: none
}

.portfolio-item p {
    margin: 0px 0 30px;
}

.portfolio-item h3 {
    margin: -10px 0 10px;
    font-size: 16px;
    text-transform: uppercase;
}

.tpl6 h3 {
    color: #fff;
    margin: 0;
    padding: 40px 5px 0;
    font-size: 16px;
    text-transform: uppercase;
}

.tpl6 .dmbutton {
    display: inline-block;
    margin: 30px 5px 20px 5px;
    font-size: 13px;
}

.tpl6 .bg {
    height: 100%;
    width: 100%;
    background-color: #00b3fe;
    background-color: rgba(0, 179, 254, .9);
    text-align: center;
}


/* CLIENTS */

.clients img {
    max-width: 140px;
    max-height: 60px;
    vertical-align: middle;
}

.clients .col-sm-2 {
    height: 80px;
    line-height: 80px;
}


/* CONTACT SEPARATOR */

#themesell-sep {
    background: url(../img/sep.jpg) no-repeat center top;
    padding-top: 100px;
    background-attachment: relative;
    background-position: center center;
    min-height: 450px;
    width: 100%;
    color: white;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

#themesell-sep h3 {
    font-weight: 300;
    letter-spacing: 2px;
}


/* FOOTER */

#themesell-footer {
    padding-top: 25px;
    padding-bottom: 25px;
    /*background-color: #0eb493;*/
}

#themesell-footer i {
    margin-right: 30px;
    font-size: 35px;
}

#themesell-footer a {
    color: white;
}


/* HEADER 2 - PORTFOLIO SECTION */

#h2 {
    background: url(../img/header-2.jpg) no-repeat center top;
    padding-top: 5px;
    background-attachment: relative;
    background-position: center center;
    min-height: 700px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

#h2 .logo {
    margin-top: 30px;
    margin-left: 40px;
    padding-bottom: 150px;
}

#h2 .logo h2 {
    font-weight: 900;
    color: white;
    letter-spacing: 1px;
}

#h2 h3 {
    margin-top: 30px;
    letter-spacing: 1px;
}

.ishen {
    border-radius: 50% 50% 50% 50%;
}

.ishen-bordercolor1 {
    border-color: #000000;
}

.ishen-big-logo {
    border: 3px solid;
    height: 60px;
    width: 60px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.small-circle {
    border-radius: 50% 50% 50% 50%;
    height: 25%;
    margin: 38%;
    width: 25%;
    background-color: #000000;
    box-shadow: 0px 1px 13px #DDD;
}

.ishen-small-logo {
    border: 8px solid;
    height: 100px;
    width: 100px;
    margin: 3%;
}

.nav>li>a {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    transition: none;
}

.pointer-list {
    font-size: 18px;
    font-weight: 200;
    line-height: 33px;
    margin-left: 20px;
}

.courses>div {
    /*margin-left: 20px;*/
    padding: 0px 0px 20px 0px;
    min-height: 200px;
}


/*
    .courses > div {
    margin-left: 5px;
    min-height: 200px;
    background-color: white;
    margin-bottom: 30px;
    padding: 20px 0px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.19);
}*/

.course-img {
    height: 200px;
    width: 250px;
    margin-top: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
}

.courses h3 {
    font-weight: 500;
    margin-top: 5px;
}

.courses h2 {
    margin-bottom: 40px;
}

.navbar {
    margin-top: 5px;
}

#google-maps-canvas img {
    max-width: none !important;
    background: none !important;
}

iframe {
    max-width: 100% !important;
}

.pointer-list {
    line-height: 25px;
    font-size: 15px;
    color: #666;
    font-weight: 400
}

body {
    color: #666;
}

p,
h4 {
    font-weight: 400
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index: 1032;
}

.center-aligned {
    text-align: center
}