@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
/*      font-family: 'Open Sans', sans-serif;     */



.padding-full
{
    padding-right: 15px;
    padding-left: 15px;
}
.no-padding
{
    padding-left: 0;
    padding-right: 0;
}
.no-padding-left
{
    padding-left: 0;
}
.no-padding-right
{
    padding-right: 0;
}
body{
    background: #fff;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 ;
}
p{
    font-size: 16px;
    line-height: 22px;
    color: #666666;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

/*header*/
.slider-home {
    position: relative;
    margin-top: 0;
    z-index: 0;
    background: #0c0c0c;
}
.slider-home .item {
    padding-top: 110px;
    text-align: center;
    color: #dddddd;
    font-size: 20px;
    font-weight: 300;
}
.slider-hm-images {
    color: #fff;
    height: 960px;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-hm-images h6 {
    font-size: 15px;
    color: #929292;
    margin-bottom: 60px;
    font-weight: 100;
    visibility: hidden !important;
}
.slider-hm-images h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 10px;
}
.slider-hm-images p {
    color: #fff;
    font-size: 20px;
    line-height:28px;
}
.slider-hm-images ul {
    width: 70%;
    text-align: left;
    margin: 0 auto 30px;
}
.slider-hm-images ul li {
    font-size: 15px;
    position: relative;
}
.slider-hm-images ul li {
    display: inline-block;
    margin: 15px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    width: 49%;
    letter-spacing: .3px;
}
.slider-hm-images ul li.clearfix {
    clear: both;
    display: initial;
}
.slideform {
    background: rgba(0, 0, 0, 0.49);
    border-top: 5px solid #8cce0a;
    padding: 20px;
    width: 57%;
    margin: 20px auto 0;
}
.slider-hm-images h2 {
    color: #fff;
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'helvetica_condensedbold';
	text-transform:capitalize;
}
.slideform h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: 'helvetica_condensedbold';
}
.slideform h3 {
    font-size: 20px;
    margin: 15px 0 20px;
}
.slideform h3 span{
    font-size: 26px;
    font-weight: 800;
    font-family: 'helvetica_condensedbold';
    line-height: 30px;
    color: #ff240f;
}
.slideform div {
    width: 46%;
    display: inline-block;
    margin: 0 9px 17px;
}
.slideform div {
    position: relative;
}
.slideform .phone {
    border-bottom: 1px solid #fff;
}
.slideform .name:before {
    content: "\f007";
    position: absolute;
    left: 4px;
    top: 13px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
}
.slideform div input[type="text"], .slideform div input[type="tel"], .slideform div select {
    width: 100%;
    padding: 11px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 13px;
}
.slideform div input[type="text"],
.slideform div input[type="tel"]{
    padding-left: 32px;
}
.slideform .email:before {
    content: "\f0e0";
    position: absolute;
    left: 4px;
    top: 13px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
}
.slideform .selectservice:before {
    content: "\f0ac";
    position: absolute;
    left: 4px;
    top: 13px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
}
.slideform div input[type="text"], .slideform div select {
    width: 100%;
    padding: 11px;
    background: transparent;
    border-bottom: 1px solid #fff;
    font-size: 13px;
}
.slideform div select {
    padding-left: 32px;
}
.slideform .phone:before {
    content: "\f095";
    position: absolute;
    left: 4px;
    top: 13px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
}
.slideform div input[type="text"] {
    padding-left: 32px;
}
.slideform input[type="submit"] {
    display: inline-block;
    padding: 11px 43px;
    background: #7ab507;
    color: #FFF;
    border-radius: 5px;
    margin-top: 22px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    font-family: 'helvetica_condensedbold';
}
.slideform div select option {
    color: #000;
    font-size: 12px;
}
.slideform input::-webkit-input-placeholder {
    color: #FFF !important;
}

.slideform input:-moz-placeholder { /* Firefox 18- */
    color: #FFF !important;
}

.slideform input::-moz-placeholder {  /* Firefox 19+ */
    color: #FFF !important;
}

.slideform input:-ms-input-placeholder {
    color: #FFF !important;
}
.top-header {
    position: absolute;
    z-index: 997;
    top: 0;
    left: 0;
    right: 0;
}
.logo img {
/*   display: table;*/
    margin: 25px auto 0;
}
.logo {
    position: relative;
}
a.cta {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    background: #8cce0a;
    padding: 9px 11px;
    transition: 0.3s;
    line-height: 38px;
}
a.cta.chat {
    margin-right: 10px;
}
a.cta:hover {
    text-decoration: none !important;
    background: #0f4ba1;
    transition: 0.3s;
}
a.cta .fa{
    margin-right: 5px;
    font-size: 16px;
}
.cta-header {
    position: absolute;
    right: 0;
    top: 0;
}
/*header end*/


/*section-1*/
.sec-1 {
    background: #0f4ba1;
    width: 100%;
    float: left;
    padding: 15px 0px;
}
.awards {
    border-right: 1px solid #fff;
    padding: 0 35px;
    min-height: 84px;

}
.awards:last-child {
    border-right: none;
}
.awards img {
    display: table;
    margin: 10px auto 0;
    width: 34px;
}
.awards h3 {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    margin:9px 0 0 0;
}
.services-content h2{
    color: #0f4ba1;
    font-size: 70px;
    line-height: 70px;
    font-weight:700;
    font-family: 'helvetica_condensedbold';
    margin-bottom: 15px;
    margin-top: 0;
}
.services-content h2 span{
    color: #79b607;
    font-size: 40px;
    line-height: 40px;
    display: block;
}
.services-content h4 {
    color: #000;
    font-weight: 800;
    margin-top: 20px;
}
.services-content ul {
    margin: 15px 0 20px;
    float: left;
}
.services-content ul li
{
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    width: 50%;
    float: left;
    margin-bottom: 10px;
    min-height: 44px;
}
.services-content ul li .fa
{
    color: #79b607;
    font-size: 16px;
    margin-right: 5px;
}
.service-img img{
    max-width: 100%;
}
.service-main {
    background: url(../images/service-img.png) right 20px top 80% no-repeat;
    clear: both;
    padding: 70px 0;
}
/*section-1-end*/


/*section-3*/
.pricing
{
    background: #f5f5f5;
    padding: 50px 0;
    float: left;
    width: 100%;
}
h2.title {
    color: #0f4ba1;
    font-size: 60px;
    line-height: 70px;
    font-weight:700;
    font-family: 'helvetica_condensedbold';
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}
h2.title span{
    color: #79b607;
}
.orange-bg
{
    background: #333333;
}
.red-bg
{
    background: #bf2025;
}
.blue-bg
{
    background: #333333;
}
.sky-bg
{
    background: #129aae;
}
.price-panel {
    clear: both;
    float: left;
    width: 100%;
    padding: 2px 12px;
    box-shadow: 0px 2px 2px 2px #e6e6e6;
}
.price-panel h3.price-title {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 60px;
    display: inline-block;
    float: left;
    margin: 0;
}
/*.price-panel h4.price {*/
    /*color: #fff;*/
    /*font-weight: 700;*/
    /*font-size: 40px;*/
    /*line-height: 50px;*/
    /*display: inline-block;*/
    /*float: right;*/
    /*margin: 10px 10px 0 0;*/
/*}*/
/*.price-panel h4.price span {*/
    /*font-size: 20px;*/
    /*line-height: 30px;*/
    /*text-decoration: line-through;*/
    /*position: absolute;*/
    /*top: -2px;*/
    /*right: 20px;*/
/*}*/
.price-panel h4.price {
    color: #fff;
    font-weight: 700;
    font-size: 46px;
    line-height: 50px;
    display: inline-block;
    float: right;
    margin: 5px 0 0;
}
.price-panel h4.price span{
    font-size: 20px;
    line-height: 30px;
    text-decoration: line-through;
    position: relative;
    top: -8px;
}
.price-disc {
    float: left;
    background: #fff;
    width: 100%;
    box-shadow: 0px 2px 2px 2px #e6e6e6;
    min-height: 540px;
}
.price-disc ul{

}
.price-disc ul li{
    background-image: url(../images/circle-img1.png);
    background-position: 10px 13px;
    background-repeat: no-repeat;
    font-size: 13px;
    color: #666666;
    position: relative;
    padding-left: 22px;
    list-style: none;
    padding: 10px 0px 10px 35px;
    border-bottom: 1px dotted #707070;
}
.price-disc ul li:last-child{
    border-bottom: none;
    padding-bottom: 15px;
}
.price-disc ul li{
    background-image: url(../images/circle-img1.png);
}

.price-disc p {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 20px 12px 12px;
}
.price-disc p span{
    font-family: 'helvetica_condensedbold';
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin: 10px 0 8px;
}
.price-box a.order-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #7ab507;
    color: #FFF;
    border-radius: 5px;
    margin-top: 22px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    font-family: 'helvetica_condensedbold';
    transition: 0.3s;
}
.orange .price-disc p span{
    color:  #ff4702;
}
.red .price-disc p span{
    color:  #bf2025;
}
.blue .price-disc p span{
    color:  #0f4ba1;
}
.sky .price-disc p span{
    color:  #129aae;
}
.red .price-disc ul li{
    background-image: url(../images/circle-img2.png);
}
.blue .price-disc ul li{
    background-image: url(../images/circle-img3.png);
}
.price-box.orange a.order-btn:hover {
    transition: 0.3s;
    background: #333333;
    text-decoration: none;
}
.price-box.red a.order-btn:hover {
    transition: 0.3s;
    background: #9c0e12;
    text-decoration: none;
}
.price-box.blue a.order-btn:hover {
    transition: 0.3s;
    background: #333333;
    text-decoration: none;
}
.price-box.sky a.order-btn:hover {
    transition: 0.3s;
    background: #129aae;
    text-decoration: none;
}
.price-btns{
    display: table;
    margin: 0 auto;
}
.price-btns .order-btn{
    margin: 0 5px;
}
.price-disc ul li.no-img {
    background: none;
    padding: 13px 0;
    color: #353535;
    font-size: 16px;
    font-family: 'helvetica_condensedbold';
}
.price-disc ul li span {
    font-size: 11px;
    display: block;
}
/*section-3s*/


/*portfolio*/
.portfolio{
    padding: 40px 0 90px;
    clear: both;
    overflow-x: hidden;
}
.portfolio img{
    width: 100%;
}
.portfolio p {
    color: #000;
    font-weight: 800;
    margin-top: 20px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 40px;
	    font-size: 22px;
}
.portfolio h2.title{
    margin-bottom: 0px;
}

/*portfolio-end*/


/*testimonail*/
.testimonial-wrapper
{
    background: url("../images/test-bg.png") top center / cover no-repeat;
    clear: both;
    padding: 70px 0 55px;
}
p.testimonials-text {
    background: #fff;
    padding: 20px 25px;
    border-radius: 9px;
    font-size: 14px;
    line-height: 22px;
    min-height: 150px;
}
p.testimonials-text:after {
    content: "";
    background: url(../images/test-cut-img.png) no-repeat;
    height: 28px;
    width: 36px;
    position: absolute;
    bottom: 0;
    left: 60px;
}
.test-auther {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
}
.test-auther span{
    font-weight: 700;
}
.test-auther span.title{
    font-weight: 400;
}
.testimonial-wrapper .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.testimonial-wrapper .owl-dot:hover,
.testimonial-wrapper .owl-dot.active
{
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.8);
}
.testimonial-wrapper .owl-dots {
    margin-top: 45px;
}
/*testimonial end*/

/*works*/
.works
{
    padding: 50px 0 60px;
    clear: both;
}
.works img {
    display: table;
    margin: 0 auto;
    max-width: 100%;
}
/*works end*/


/*contact form*/
.contact-form {
    background: #333333;
    padding: 60px 0;
}
.contact-form h2 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    font-family: 'helvetica_condensedbold';
    text-align: center;
    margin: 0;
    margin-bottom: 12px;
}
.contact-form p {
    color: #fff;
    text-align: center;
    font-weight: 800;
    margin-bottom: 30px;
}
.contact-form input.contact-field {
    height: 39px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 4px;
    border: none;
    padding: 0 0 0 70px;
}
.contact-form textarea {
    height: 150px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 4px;
    border: none;
    padding: 20px;
}
.contact-form input.btn-orangedark {
    display: inline-block;
    padding: 12px 60px;
    background: #7ab507;
    color: #FFF;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    font-family: 'helvetica_condensedbold';
    transition: 0.3s;
}
.contact-form input.btn-orangedark:hover{
    background:  #0f4ba1;
    transition: 0.3s;
}
.contact-form div {
    position: relative;
}
.contact-form .name:before {
content: "\f007";
    background: #7ab507;
    color: #fff;
    width: 54px;
    position: absolute;
    top: 0px;
    left: 0px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-align: center;
    border-radius: 4px 0 0 4px;
    padding: 11px 0 10px;
}
.contact-form .email:before {
    content: "\f0e0";
background: #7ab507;
    color: #fff;
    width: 54px;
    position: absolute;
    top: 0px;
    left: 0px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-align: center;
    border-radius: 4px 0 0 4px;
    padding: 11px 0 10px;
}
.contact-form .phone:before {
    content: "\f095";
background: #7ab507;
    color: #fff;
    width: 54px;
    position: absolute;
    top: 0px;
    left: 0px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-align: center;
    border-radius: 4px 0 0 4px;
    padding: 11px 0 10px;
}
.contact-form ::-webkit-input-placeholder {
    color: #666666 !important;
}

.contact-form :-moz-placeholder { /* Firefox 18- */
    color: #666666 !important;
}

.contact-form ::-moz-placeholder {  /* Firefox 19+ */
    color: #666666 !important;
}

.contact-form :-ms-input-placeholder {
    color: #666666 !important;
}

/*contact end*/

/*foooter*/
footer {
    background: #000;
    padding: 15px 0;
}
footer p {
    color: #fff;
    margin-bottom: 0;
	font-size:12px;
	font-family:'helvetica_condensedbold';
}
.copy {
    margin-top: 8px;
}

.copy a  {
    color: #fff;
    margin-bottom: 0;
	font-size:12px;
	font-family:'helvetica_condensedbold';
	transition-duration:.5s;
}

.copy a:hover  {
    color: #7ab507;
	text-decoration:none;
}


.visa p {
    float: right;
}

/*footer end*/

.cus-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url("../images/fancybox_overlay.png");
    top: 0;
    left: 0;
    z-index: 998;
    display: none;
}


.pricing h2.title {
    color: #0f4ba1;
    font-size: 60px;
    line-height: 70px !important	;
    font-weight: 700;
    font-family: 'helvetica_condensedbold';
    text-align: center;
    margin-bottom: 6px;
    text-transform: uppercase;
}



.pricing p {
    color: #000;
    font-weight: 800;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
    font-size: 22px;
}


.live_chat{
	background:#244c9e !important;
	}

.side-bars .s-barr {
	transition:0.5s;
}
.side-bars .s-bar:hover {
right: 185px;
transition:0.5s;
}


.slideform .well {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}
.timer{
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: 'helvetica_condensedbold';
    color: #81c51e;
}
span#sec{
    font-size: 20px;
    line-height: 14px;
    position: relative;
    top: -2px;
}
span#title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: 'helvetica_condensedbold';
    color: #81c51e;
    display: block;
}
span.timer:after {
    content: ":";
    font-size: 20px;
    line-height: 20px;
    position: relative;
    top: -4px;
    left: 2px;
}
span#sec:after {
    display: none;
}
div#countdown {
    width: 100%;
}
.slideform {
    position: relative;
}
.card-block {
    position: absolute !important;
    top: 10px;
    right: -66px;
}



/*brand css*/

.home-banner {
    background: #121212;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.banner-sticky {
    background: url(../images/banner-sticky.png) no-repeat 0 0 transparent;
    width: 119px;
    height: 119px;
    display: block;
    position: absolute;
    top: 0px;
    left: -1px;
}
.home-banner h3 {
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    font-family: Raleway;
    padding: 14px 0;
}
.home-banner h3 span {
    color: #85c707;
    font-weight: 600;
}
.home-banner h6 span {
    color: #85c707;
}
.home-banner h4 {
    border-top: 1px solid #282828;
    border-bottom: 1px solid #282828;
}
.home-banner h4 em {
    color: #ffffff;
    font-size: 28px;
    border-top: 1px solid #121212;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #121212;
    font-style: normal;
    background: #282828;
}
.banner-col {
    width: 300px;
    float: left;
    color: #fff;
    margin: 0 70px 0px 0;
}
.home-banner-content {
    overflow: hidden;
    padding: 30px 42px;
}
.banner-col ul li {
    background: transparent url("../images/list.png") no-repeat scroll 0 center;
    border-bottom: 1px solid #303030;
    color: #cccccc;
    font-size: 13px;
    padding: 5px 0 5px 14px;
}
.banner-col ul {
    margin: 0 0 23px 0;
}
.banner-col.last-col {
    margin-right: 0;
}
.banner-col h6 {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 0px 0;
    border-bottom: 1px solid #303030;
    padding: 0 0 10px 0;
}
.stamp {
    text-align: right;
    position: absolute;
    bottom: 70px;
    right: 30px;
}
.stamp img {

    margin:30px 10px 0 0;
}
.home-banner .discount {
    color: #74ad09;
    font-size: 20px;
    margin: 10px 0 10px 0;
    text-align: right;
}
.new-price {
    text-align: right;
    font-size: 68px;
    font-family: Open Sans, sans-serif;
    line-height: 65px;
}
.old-price {
    line-height: 30px;
    text-align: right;
    font-size: 30px;
    text-decoration: line-through;
    font-family: Open Sans, sans-serif;
}
.banner-ordernow {
    background: #8cce0a none repeat scroll 0 0;
    border: 1px solid #8cce0a;
    color: #ffffff !important;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 23px;
    height: 54px;
    margin: 20px auto;
    padding: 11px 16px;
    text-align: center;
    transition: all 0s ease-in-out 0s;
    width: 200px;
}
.banner-ordernow:hover {
    background: #222 !important;
    border: 1px solid #8cce0a;
}
section.home-banner-main-h {
    background: url(../images/home-pricing-section.jpg) repeat 0 0 transparent;
    padding: 10px 0 70px;
    background: #f5f5f5;
}