/* Theme Name:ilessorsnewTheme URl: http://logodesignpros.com/Description: Created by LogoDesignPros .Author: webcraftive.com	URl: http://logodesignpros.com/*/
@import url(css/reset.css);

* {
    outline: none;
}

body {
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

a:hover { /*	-webkit-transition: all 0.5s ease;	-moz-transition: all 0.5s ease;	-o-transition: all 0.5s ease;	transition: all 0.5s ease; */
}

a {
    text-decoration: none;
}

.fullhead {
    width: 100%;
    background: #ed1c24;
}

.navmenu {
    float: right;
    margin-top: 58px;
    text-align: center;
    margin-right: 0px !important;
}

.navmenu .menu-main-menu-container {
    float: left;
}

.navmenu ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    transition: all ease-in 0.2s;
}

.navmenu ul a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    padding: 14px 11px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}

.navmenu ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

.navmenu ul li.current-menu-item {
    background: #b0afab;
}

.navmenu ul li:hover {
    background: #b0afab;
    transition: all ease-in 0.2s;
}

.navmenu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #B0AFAF;
    padding: 0;
    transition: all ease-in 0.5s;
    text-align: left;
    z-index: 14;
}

.navmenu ul ul li {
    float: none;
    width: 200px;
}

.navmenu ul ul li:hover {
    background: #929291;
}

.navmenu ul ul a {
    line-height: 120%;
    padding: 10px 15px;
}

.navmenu ul ul ul {
    top: 0;
    left: 100%;
    transition: all ease-in 0.5s;
}

.navmenu ul li:hover > ul {
    display: block;
    transition: all ease-in 0.5s;
}

.topphne {
    float: left;
    margin-left: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    padding: 14px 0px 14px 60px !important;
    background: url("images/phonebg.jpg") no-repeat scroll left center #E5E5E5;
}

.topphne a {
    color: #858585;
    font-weight: bold;
    font-size: 14px;
}

.topphne a:hover {
    color: #ED1C24;
}

.lft {
    float: left;
}

.clear {
    clear: both;
}

.rht {
    float: right;
}

p {
    color: #414141;
    font-size: 13px;
    padding-bottom: 15px;
    line-height: 22px;
}

h3 {
    font-size: 23px;
    color: #7d7d7d;
    font-weight: 300;
    text-transform: uppercase;
}

.clear {
    clear: both;
}

.logo {
    max-width: 100%;
    float: left;
    margin: 0 auto;
    margin-top: 18px;
    text-align: center;
}

.logo a {
    max-width: 90%;
    display: inline-block;
}

.logo img {
    max-width: 90%;
}

.wrapper {
    width: 1170px;
    margin: 0 auto; /*border: 1px solid #000;*/
}

.headertop {
    background: #000000;
    border-bottom: 1px solid #65bb7a;
    display: none;
}

.headertop a {
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
}

.headertop ul li {
    display: inline-block;
    background: url(images/nav.png) no-repeat right center;
    padding: 0px 15px;
}

.header_menu ul li + li + li {
    background: none;
}

.header_menu {
    padding: 4px 10px;
}

.header_menu a:hover {
    opacity: 0.7;
}

.social a:hover {
    opacity: 0.5;
}

.social a {
    clear: both;
    display: inline-block;
    width: 16px;
    background-image: url(images/social.png);
    padding: 15px 15px;
    font: 0/0 a;
    background-repeat: no-repeat;
    border-left: 1px solid #65bb7a;
}

.social {
    border-right: 1px solid #65bb7a;
    float: right;
}

.social a.twitter {
    background-position: -31px 6px;
}

.social a.facebook {
    background-position: 20px 6px;
}

.social a.linkedin {
    background-position: -81px 7px;
}

.powerby {
    font-size: 13px;
    color: #000000;
    text-align: left;
    padding: 20px 0px;
}

.sliderbg {
    background: url("images/bannew.jpg.png") no-repeat scroll top center; /*background-size:100%;*/
    min-height: 413px;
    background: #fff;
    border-top: 4px solid #EA1C24;
    position: relative;
    overflow: hidden;
}

.slider { /*background: url("images/sliderbg1.png") no-repeat scroll top center / 100% auto rgba(0, 0, 0, 0);*/
    background-size: 100%;
}

.sliderdata {
    width: 400px;
    margin-top: 40px;
}

.content-slider > li {
    width: 100%;
}

.slide-image {
    position: absolute;
    right: 0px;
    top: 0px;
}

.sliderdata h2 {
    color: #000;
    font-size: 32px;
    padding-bottom: 15px;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.sliderdata p {
    color: #000;
    font-size: 13px;
}

#next:hover {
    opacity: 0.8;
}

#prev:hover {
    opacity: 0.8;
}

#next {
    background: url(images/right.png) no-repeat left top;
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    z-index: 10;
    top: 172px;
    right: 26px;
    transition: all 0.5s ease;
}

#prev {
    background: url(images/left.png) no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 48px;
    position: absolute;
    top: 172px;
    left: 26px;
    width: 48px;
    z-index: 10;
    transition: all 0.5s ease;
}

.welcomebg {
    /*background: url(images/welcomebg.jpg) no-repeat center top #161616;*/
   /* background: url(images/welcomebg.jpg) no-repeat center top #dedede;*/
    background-color: #dedede;
    background-size: 100%;
    min-height: 407px;
}
.welcomebg h3, .welcomebg p{
    color:#9d9d9d !important;
}

.welcome {
    padding: 25px 0px;
    width: 590px;
}

.welcome h3 {
    background: url("images/headingbg.png") no-repeat scroll 65px bottom rgba(0, 0, 0, 0);
    padding: 15px 0 30px 0px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    font-family: 'Oswald';
    margin-bottom: 18px;
}

.content h3 {
    font-size: 36px;
    color: #65bb7a;
    font-weight: bold;
    font-family: 'Oswald';
    margin-bottom: 18px;
}

.welcome p {
    color: #898989;
}

.welcome a:hover {
    opacity: 0.7;
}

.note {
    padding-top: 10px;
    display: block;
    padding-bottom: 0px;
    color: #e4e4e4;
}

.features h3 {
    background: url("images/featurebg.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    font-family: 'Oswald';
    margin-bottom: 18px;
    text-align: center;
    padding: 0px 0px 25px 0px;
}

.feature_img {
    min-height: 130px;
}

.feature_img img {
    width: 47px;
    height: 46px;
    margin-right: 10px;
}

.features h4 {
    padding-bottom: 15px;
    color: #062033;
    font-size: 14px;
    font-weight: 600;
}

.camp {
    width: 100%;
    margin: 35px 0px;
}

.features ul li {
    width: 280px; /*display:inline-block;*/
    vertical-align: top;
    padding: 0 13px;
    float: left;
}

.features p {
    font-size: 11px;
    color: #717982;
}

.featurebg {
    background: #f4f7f9;
    padding: 30px 0px;
}

#nav2 {
    font-size: 0;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 10%;
}

#nav2 a.activeSlide {
    background-position: 0px 7px;
    text-decoration: none; /*background:url(images/activeclass.png) no-repeat;*/
    height: 7px;
    width: 7px;
    margin-right: 8px;
}

#nav2 a {
    background-image: url(images/activeclass.png);
    background-image: background-repeat: no-repeat;
    display: block;
    float: left;
    height: 7px;
    width: 7px;
    margin-right: 8px;
}

.footer {
    border-top: 2px solid #EA1C24;
    background: url(images/footerbg.png) no-repeat center bottom; /*min-height:305px;*/
    background-size: 100%;
}

.footer_email a {
    color: #757575;
}

.footer_email { /*	background: url(images/email.png) no-repeat left center;*/
    padding-left: 30px;
    color: #757575;
    font-size: 13px;
    margin-top: 10px;
}

.footer_top {
    padding: 30px 0px;
    min-height: 210px;
}

.copyright {
    font-size: 13px;
    color: #000000;
    text-align: center;
    padding: 20px 0px;
}

.get_qoute h5 {
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    padding-bottom: 10px;
    text-align: center;
}

.get_qoute {
    background: grey;
    padding: 15px 20px;
    width: 260px;
}

.get_qoute input[type="text"], .get_qoute input[type="email"], .get_qoute textarea {
    font-size: 12px;
    border: none;
    border-bottom: 2px solid #a7a7a7 !important;
    margin-bottom: 5px;
    width: 235px;
    padding: 5px 10px;
    color: #878787;
    font-family: 'Open Sans', sans-serif;
}

.get_qoute textarea {
    height: 60px;
}

.get_qoute input[type="submit"] {
    background: url(images/proceed.png) no-repeat left top;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 16px 58px;
    font-size: 0px;
    margin-top: 5px;
}

.get_qoute input[type="submit"]:hover {
    opacity: 0.7;
}

.content {
    padding: 25px 0px;
}

.slide-image a {
    display: block;
    margin-top: 45px;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-response-output {
    background: #71c186;
}

.outer-strip{
    right: 0;
    background-color: #e5e5e5;
    position: absolute;
    display: block;
    height: 22%;
    top: 57px;
}