@import "https://fonts.googleapis.com/css?family=Oswald:400,300,700";
@import "https://fonts.googleapis.com/css?family=Raleway:400,200,100,300,500,700,600,800,900";
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
body {
    color: #333;
    margin: 0;
    text-align: justify;
}
.clear {
    clear: both;
}

.write-review-left{width: 67%;float: left;height: auto;}
.write-review-right {
    width: 30%;
    float: right;
    height: auto;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    box-shadow: 0px 9px 22px 3px #cccccc9e;
    padding: 28px;
    padding-bottom: 5%;
    padding-top: 3%;
}




.write-review-right p{text-align: center;font-size: 24px;padding-top: 5%;font-weight: 500;color: #333;}
.write-review-right p span {font-size: 37px;text-align: center;color: #d1242a;line-height: 44px;font-weight: 700;}
.write-review-right-b {
    font-size: 21px;
    text-align: center;
    color: #232323;
    line-height: 29px;
    font-weight: 500;
    padding-top: 5%;
}

.write-review-left-inner{width:63%; float: left; height: auto;}
.write-review-right-inner{width:30%; float: right; height: auto; text-align: center; font-size:18px; }

.write-review-right-inner .fa-star:before{ font-style:14px;}

.star{font-size: 28px;margin-top: -40px;}

textarea.form-control {
    height: auto;
    margin-top: 12px;
}

.fa-star-o:before {
    content: "\f006";
    font-size: 49px;
    color: #5d5d5d;
}


.fa-star:before {
    content: "\f005";
    font-size: 25px;
    color: #f8be04;
    padding: 4px;
    width: 41px;
    height: 41px;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 0 !important;
    border-radius: 0px !important;
}


.lead {
    
    margin-top: 5%;
}

 .animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.stars
{
    margin: 20px 0;
    font-size: 24px;
    color: #d17581;
}

.btn-grey{
    background-color:#D8D8D8;
	color:#FFF;
}
.rating-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px 15px 20px 15px;
	border-radius:3px;
}


/*!
 * bootstrap-star-rating v4.0.2
 * http://plugins.krajee.com/star-rating
 *
 * Author: Kartik Visweswaran
 * Copyright: 2013 - 2017, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
 */.rating-loading{width:25px;height:25px;font-size:0;color:#fff;background:url(../img/loading.gif) top left no-repeat;border:none}.rating-container .rating-stars{position:relative;cursor:pointer;vertical-align:middle;display:inline-block;overflow:hidden;white-space:nowrap;margin-top: -40px;}.rating-container .rating-input{position:absolute;cursor:pointer;width:100%;height:1px;bottom:0;left:0;font-size:1px;border:none;background:0 0;padding:0;margin:0}.rating-disabled .rating-input,.rating-disabled .rating-stars{cursor:not-allowed}.rating-container .star{display:inline-block;margin:0 3px;text-align:center}.rating-container .empty-stars{color:#aaa}.rating-container .filled-stars{position:absolute;left:0;top:0;margin:auto;color:#fde16d;white-space:nowrap;overflow:hidden;-webkit-text-stroke:1px #777;text-shadow:1px 1px #999}.rating-rtl{float:right}.rating-animate .filled-stars{transition:width .25s ease;-o-transition:width .25s ease;-moz-transition:width .25s ease;-webkit-transition:width .25s ease}.rating-rtl .filled-stars{left:auto;right:0;-moz-transform:matrix(-1,0,0,1,0,0) translate3d(0,0,0);-webkit-transform:matrix(-1,0,0,1,0,0) translate3d(0,0,0);-o-transform:matrix(-1,0,0,1,0,0) translate3d(0,0,0);transform:matrix(-1,0,0,1,0,0) translate3d(0,0,0)}.rating-rtl.is-star .filled-stars{right:.06em}.rating-rtl.is-heart .empty-stars{margin-right:.07em}.rating-lg{font-size:3.91em}.rating-sm{font-size:2.5em}.rating-xs{font-size:2em}.rating-xl{font-size:4.89em}.rating-container .clear-rating{color:#aaa;cursor:not-allowed;display:inline-block;vertical-align:middle;font-size:60%;padding-right:5px}.clear-rating-active{cursor:pointer!important}.clear-rating-active:hover{color:#843534}.rating-container .caption{color:#999;display:none;vertical-align:middle;font-size:60%;margin-top:-.6em;margin-left:5px;margin-right:0}.rating-rtl .caption{margin-right:5px;margin-left:0}@media print{.rating-container .clear-rating{display:none}}



/* sign in FORM */
#logreg-forms{
    width:412px;
    margin:10vh auto;
    background-color:#f3f3f3;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    text-align: center;
    padding: 20px;
}
#logreg-forms form {
    width: 100%;
    max-width: 410px;
    padding: 0 15px;
    margin: auto;
}
#logreg-forms .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
    margin-top: 6px;
}
#logreg-forms .form-control:focus { z-index: 2; }
#logreg-forms .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#logreg-forms .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#logreg-forms .social-login{
    width:390px;
    margin:0 auto;
    margin-bottom: -10px;
}
#logreg-forms .social-btn{
    font-weight: 100;
    color:white;
    width: 100%;
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 400;
    text-transform: none;
}

#logreg-forms a{
    display: inline;
    padding-top:10px;
    color:lightseagreen;
}

#logreg-form .lines{
    width:200px;
    border:1px solid red;
}


.modal-header {
    background: #fff !important;
    color: white;
	    margin-top: -32px;
}

.modal-dialog {
    width: 100%!important;
    margin: 0px auto !important;
}


.modal-content {
    position: relative;
    background-color: #0c0c0cd4 !important;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	height: 1100px;
}


.modal .close {
position: absolute;
    top: 0px;
    right: 15px;
    font-size: 33px;
    z-index: 999999;
    color: #fff;
}





#logreg-forms button[type="submit"]{ margin-top:10px; }

#logreg-forms .facebook-btn{  background-color:#3C589C; }

#logreg-forms .google-btn{ background-color: #DF4B3B; }

#logreg-forms .form-reset, #logreg-forms .form-signup{ display: none; }

#logreg-forms .form-signup .social-btn{ width:210px; }

#logreg-forms .form-signup input { margin-bottom: 2px;}

.form-signup .social-login{
    width:210px !important;
    margin: 0 auto;
}

/* Mobile */

@media screen and (max-width:500px){
    #logreg-forms{
        width:300px;
    }
    
    #logreg-forms  .social-login{
        width: 100%;
        margin:0 auto;
        margin-bottom: -5px;
        text-align: center;
    }
    #logreg-forms  .social-btn{
        font-size: 1.3rem;
        font-weight: 100;
        color:white;
        width:200px;
        height: 56px;
        
    }
    #logreg-forms .social-btn:nth-child(1){
        margin-bottom: 5px;
    }
    #logreg-forms .social-btn span{
        display: none;
    }
    #logreg-forms  .facebook-btn:after{
        content:'Facebook';
    }
  
    #logreg-forms  .google-btn:after{
        content:'Google+';
    }
    
}

.panel-shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
}
.panel-white {
  border: 1px solid #dddddd;
}
.panel-white  .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
}
.panel-white  .panel-footer {
  background-color: #fff;
  border-color: #ddd;
}

.post .post-heading {
    height: 95px;
    padding: 31px 16px;
}
.post .post-heading .avatar {
    width: 60px;
    height: 60px;
    display: block;
    margin-right: 15px;
    border: solid #d22328 3px;
}

.btn-success {
    color: #fff !important;
    background-color: #fa9312 !important;
    font-weight: 700;
    border-radius: 0px!important;
	border: #fff !important;
}


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border: solid #ccc 1px !important;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0px 1px !important;
    font-size: 18px !important;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-default {
    color: #333;
    background-color: #fff !important;
	border: #fff !important;
}


.right-star {
    float: right;
    width: 36%;
}
.left-star{float: left;width: 42%;}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;

}

.rating {
      float:left;
    }

    /* :not(:checked) is a filter, so that browsers that donÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢t support :checked donÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢t 
      follow these rules. Every browser that supports :checked also supports :not(), so
      it doesnÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢t make the test unnecessarily selective */
    .rating:not(:checked) > input {
        position:absolute;
        top:-9999px;
        clip:rect(0,0,0,0);
    }

    .rating:not(:checked) > label {
        float:right;
        width:1em;
        /* padding:0 .1em; */
        overflow:hidden;
        white-space:nowrap;
        cursor:pointer;
        font-size:300%;
        /* line-height:1.2; */
        color:#ddd;
    }

    .rating:not(:checked) > label:before {
        content: '★ ';
    }

    .rating > input:checked ~ label {
        color: dodgerblue;
        
    }

    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: dodgerblue;
        
    }

    .rating > input:checked + label:hover,
    .rating > input:checked + label:hover ~ label,
    .rating > input:checked ~ label:hover,
    .rating > input:checked ~ label:hover ~ label,
    .rating > label:hover ~ input:checked ~ label {
        color: dodgerblue;
        
    }

    .rating > label:active {
        position:relative;
        top:2px;
        left:2px;
    }

.rating-header {
    margin-top: -10px;
    margin-bottom: 10px;
}

.btn-warning {
    background-color: #a01313 !important;
    border-color: #ffc107 !important;
    margin-top: -5px;
    border-radius: 20px 20px 20px 20px!important;
    height: 41px;
}

.text-muted {
    color: #d22328 !important;
    font-size: 15px !important;
}

.well-sm {
    padding: 15px !important;
    border-radius: 0px !important;
}

.post .post-heading .meta .title {
  margin-bottom: 0;
}
.post .post-heading .meta .title a {
  color: black;
}
.post .post-heading .meta .title a:hover {
  color: #aaaaaa;
}
.post .post-heading .meta .time {
    margin-top: 8px;
    color: #d22328;
    font-size: 15px;
    font-weight: 600;
}
.post .post-image .image {
  width: 100%;
  height: auto;
}
.post .post-description {
  padding: 15px;
}
.post .post-description p {
    font-size: 14px;
    color: #181818;
    font-weight: 700;
}
.post .post-description .stats {
  margin-top: 20px;
}
.post .post-description .stats .stat-item {
  display: inline-block;
  margin-right: 15px;
}
.post .post-description .stats .stat-item .icon {
  margin-right: 8px;
}
.post .post-footer {
  border-top: 1px solid #ddd;
  padding: 15px;
}
.post .post-footer .input-group-addon a {
  color: #454545;
}
.post .post-footer .comments-list {
  padding: 0;
  margin-top: 20px;
  list-style-type: none;
}
.post .post-footer .comments-list .comment {
  display: block;
  width: 100%;
  margin: 20px 0;
}
.post .post-footer .comments-list .comment .avatar {
  width: 35px;
  height: 35px;
}
.post .post-footer .comments-list .comment .comment-heading {
  display: block;
  width: 100%;
}
.post .post-footer .comments-list .comment .comment-heading .user {
  font-size: 14px;
  font-weight: bold;
  display: inline;
  margin-top: 0;
  margin-right: 10px;
}
.post .post-footer .comments-list .comment .comment-heading .time {
  font-size: 12px;
  color: #aaa;
  margin-top: 0;
  display: inline;
}
.post .post-footer .comments-list .comment .comment-body {
  margin-left: 50px;
}
.post .post-footer .comments-list .comment > .comments-list {
  margin-left: 50px;
}

.bold{
	font-weight:700;
}
.padding-bottom-7{
	padding-bottom:7px;
}

.review-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}
.review-block-name{
	font-size:12px;
	margin:10px 0;
}
.review-block-date{
	font-size:12px;
}
.review-block-rate{
	font-size:13px;
	margin-bottom:15px;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
}
.review-block-description{
	font-size:13px;
}



.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    text-transform: none!important;
	margin-top: 10px !important;
}


.navgation-bg {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    height: 72px;
    margin-top: 0;
    opacity: 0.9;
}


.w3-check, .w3-radio {
    width: 20px;
    height: 25px;
    position: relative;
    top: 6px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -24px;
    margin-top: 4px \9;
}


.scroll {
    background-attachment: fixed;
    background-image: url("../images/banner/scrool_new.jpg");
    background-position: unset;
    background-repeat: round;
    background-size: contain;
    height: 661px;
    padding-top: 40px;
    width: 100%;
}
.left-image {
    float: left;
    height: 228px;
    width: 334px;
}



label {
	display:block;
	padding-bottom:5px;
	margin-top: 8px;
}

#mrova-feedback{
	display: hidden;
	width: 420px;
	position: fixed;
	right: -421px;
	border: 1px solid #3cb58c;
	padding: 8px 20px;
	background-color: #fff;
	z-index:10000;
}


#mrova-contactform ul {
	margin: 0;
	padding: 0;
	
}

#mrova-contactform input, #mrova-contactform textarea{
width :100%;
padding: 5px;
border: 1px solid #ccc;
}

#mrova-contactform ul li {
    list-style: none;
    padding-bottom: 0px;
}


#mrova-img-control{
	cursor: pointer;
	
position: absolute;
left: -71px;
width: 70px;
background: transparent url(./ed.png);
height: 200px;
}
#mrova-contactform #mrova-sendbutton {
	width:60px;
	background:#db4f4a; color:#fff; 
	cursor:pointer;
	padding:5px 10px; 
	border: none;
}

.right-section {
    background-color: #fff;
    float: right;
    height: 228px;
    padding-left: 25px;
    padding-right: 25px;
    width: 788px;
}
.right-section h1 {
    color: #373737;
    font-family: "Raleway",sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
}
.right-section p {
    color: #4d4d4d;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
}
.right-section-line {
    background-color: #d0232a;
    height: 2px;
    margin-top: 5px;
    width: 88px;
}
.left-image1 {
    float: right;
    height: 228px;
    width: 334px;
}
.right-section1 {
    background-color: #fff;
    float: left;
    height: 228px;
    padding-left: 25px;
    padding-right: 25px;
    width: 797px;
}
.right-section1 h1 {
    color: #373737;
    font-family: "Raleway",sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
}
.right-section1 p {
    color: #4d4d4d;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
}
.right-section-line1 {
    background-color: #d0232a;
    height: 2px;
    margin-top: 5px;
    width: 88px;
}
.logo {
    background-image: url("../images/logo/logo-ashiana.gif");
    background-repeat: no-repeat;
    float: left;
    height: 52px;
    margin-bottom: 16px;
    margin-top: 9px;
    width: 200px;
}
.navgation-container {
    float: right;
    height: auto;
    padding-top: 6px;
    width: auto;
}
.banner-bg {
    border-bottom: 1px solid #ccc;
    height: auto;
    margin-top: 0;
    width: 100%;
}
.banner-bg img {
    height: auto;
    margin-top: -9px;
    width: 100%;
}
.welcome-heading {
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    color: #666666;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    padding: 20px 0;
    text-transform: uppercase;
}
.welcome-heading-left {
    background-image: url("../images/hading-background/welcome-left-hading1-bg.png");
    background-repeat: no-repeat;
    float: left;
    height: 44px;
    width: 38px;
}
.welcome-heading-right {
    background-image: url("../images/hading-background/welcome-right-hading-bg.jpg");
    background-repeat: no-repeat;
    float: right;
    height: 44px;
    width: 38px;
}
p {
    color: #4d4d4d;
    font-family: "Raleway",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
    padding-bottom: 0px;
}
.about-frame {
    height: auto;
}
.about-heading {
    float: left;
    height: auto;
    margin-top: 15px;
    width: auto;
}
.left-icon-about {
    color: #d0232a;
    font-family: Raleway,Arial;
    font-size: 20px;
    font-weight: 500;
    height: auto;
}
.about-readmore a {
    background-color: #ffffff;
    border: 1px solid #25908b;
    border-radius: 15px;
    color: #25908b;
    display: block;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 150px;
}
.about-readmore a:hover {
    background-color: #2c615e;
    border: 1px solid #25908b;
    color: #fff;
    text-decoration: none;
}
.services-heading {
    border-bottom: 1px solid #3b6484;
    border-top: 1px solid #3b6484;
    color: #3b6484;
    font-family: "Oswald",sans-serif;
    font-size: 23px;
    font-weight: 400;
    height: 45px;
    line-height: 42px;
    margin: 25px auto 10px;
    text-align: center;
    text-transform: uppercase;
    width: 222px;
}
.services-heading-left {
    background-image: url("../images/hading-background/services-left.png");
    background-repeat: no-repeat;
    float: left;
    height: 44px;
    width: 38px;
}
.services-heading-right {
    background-image: url("../images/hading-background/services-right.png");
    background-repeat: no-repeat;
    float: right;
    height: 44px;
    width: 38px;
}
.our-services p {
    font-family: raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
}
.accounting-services-main {
    height: auto;
    width: 100%;
}
.accounting-left {
    float: left;
    height: auto;
    width: 380px;
}
.accounting-icon {
    background-image: url("../images/icon/accounting.jpg");
    background-repeat: no-repeat;
    color: #6b6b6b;
    float: left;
    font-family: Oswald,Arial;
    font-size: 24px;
    font-weight: 700;
    padding-left: 130px;
    text-align: left;
    text-transform: uppercase;
}
.accounting-icon p {
    color: #333;
    font-family: Raleway,Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-transform: none;
}
.accounting-icon-readmore a {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 300;
    height: 32px;
    line-height: 28px;
    text-align: center;
    width: 96px;
}
.accounting-icon-readmore a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}
.accounting-inner-frame {
    float: right;
    height: auto;
    width: 720px;
}
.accoounting-inner-frame1 {
    float: left;
    height: auto;
    width: 350px;
}
.accoounting-inner-frame2 {
    float: right;
    height: 200px;
    width: 350px;
}
.it-services-main {
    height: auto;
    width: 100%;
}
.it-left {
    float: left;
    height: auto;
    width: 380px;
}
.it-icon {
    background-image: url("../images/icon/it-services.jpg");
    background-repeat: no-repeat;
    color: #6b6b6b;
    float: left;
    font-family: Oswald,Arial;
    font-size: 24px;
    font-weight: 700;
    padding-left: 130px;
    text-align: left;
    text-transform: uppercase;
}
.it-icon p {
    color: #333;
    font-family: Raleway,Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-transform: none;
}
.it-icon-readmore a {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;

    display: block;
    font-size: 13px;
    font-weight: 300;
    height: 32px;
    line-height: 28px;
    text-align: center;
    width: 96px;
}
.it-icon-readmore a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}
.it-inner-frame {
    float: right;
    height: 246px;
    width: 720px;
}
.it-inner-frame1 {
    float: left;
    height: auto;
    width: 350px;
}
.it-inner-frame2 {
    float: right;
    height: 200px;
    width: 350px;
}
.marketing-services-main {
    height: auto;
    width: 100%;
}
.marketing-left {
    float: left;
    height: auto;
    width: 380px;
}
.marketing-icon {
    background-image: url("../images/icon/marketing-services.jpg");
    background-repeat: no-repeat;
    color: #6b6b6b;
    float: left;
    font-family: Oswald,Arial;
    font-size: 24px;
    font-weight: 700;
    padding-left: 130px;
    text-align: left;
    text-transform: uppercase;
}
.marketing-icon p {
    color: #333;
    font-family: Raleway,Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-transform: none;
}
.marketing-icon-readmore a {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 300;
    height: 32px;
    line-height: 28px;
    text-align: center;
    width: 96px;
}
.marketing-icon-readmore a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}
.marketing-inner-frame {
    float: right;
    height: auto;
    width: 720px;
}
.marketing-inner-frame1 {
    float: left;
    height: auto;
    width: 350px;
}
.marketing-inner-frame2 {
    float: right;
    height: 200px;
    width: 350px;
}
.our-services-dote {
    border-bottom: 1px dotted #999;
    height: 2px;
    margin-top: -20px;
    width: 100%;
}
.contact-line {
    border-bottom: 1px solid #dfdfdf;
    height: 2px;
    width: 100%;
}
.contact-heading {
    float: none;
    height: auto;
    width: 250px;
}
.left-icon-contact {
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    color: #666666;
    display: table;
    float: none;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 auto 30px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.left-icon-contact span {
    color: #3a6788;
    font-family: Oswald,Arial;
    font-size: 34px;
    line-height: 30px;
    text-transform: uppercase;
}
.say-hello {
    float: left;
    height: auto;
    margin-top: 15px;
    width: 350px;
}
.send-enquiry {
    float: none;
    height: 300px;
    margin-top: 43px;

    width: 1150px;
}
.mail {
    background-image: url("../images/icon/mail-icon.png");
    background-repeat: no-repeat;
    color: #6a6a6a;
    font-family: oswald,Arial;
    font-size: 21px;
    font-weight: 300;
    height: 30px;
    line-height: 15px;
    padding-left: 60px;
    text-align: left;
}
.mail-line {
    border-bottom: 1px dashed #6a6a6a;
    margin-top: 10px;
    width: 230px;
}
.phone {
    background-image: url("../images/icon/phone-icon.png");
    background-repeat: no-repeat;
    color: #6a6a6a;
    font-family: oswald,Arial;
    font-size: 21px;
    font-weight: 300;
    height: 42px;
    line-height: 26px;
    margin-left: 10px;
    padding-left: 60px;
    text-align: left;
}

.mail-line {
    border-bottom: 1px dashed #6a6a6a;
    margin-top: 10px;
    width: 230px;
}
.main-send-enquiry {
    height: 300px;
    margin: 0 auto;
    width: 1150px;
}
.form-group .form-control {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: none;
    color: #666;
    font-size: 15px;
    font-weight: normal;
    height: 42;
    line-height: 22px;
    padding: 8px;
}
.form-group .form-control.error {
    border-color: #d0232a;
    color: #d0232a;
}
.form-group textarea.form-control {
    height: auto;
}
.form-group.browseWindow {
    border: 1px solid #a6a5a4;
    height: 128px;
    position: relative;
}
.form-group.browseWindow .icon {
    display: block;
    font-size: 90px;
    line-height: 135px;
    padding: initial;
    text-align: center;
}
.form-group.browseWindow .img-upload {
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.input-append .add-on, .input-prepend .add-on {
    background-color: #eeeeee;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    width: auto;
}
.form_datetime {
    position: relative;
}
.form_datetime .add-on {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    height: 36px;
    position: absolute;
    right: 30px;
    top: 8px;
    width: 36px;
}
.btn {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 10px;
    text-transform: lowercase;
}
.btn:focus, .btn:hover, .btn:active, .btn.active, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    box-shadow: none;
    outline: 0 none;
    text-decoration: none;
}
.btn.btn-black {
    background: #231f20 none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
    min-width: 170px;
}
.btn.btn-black:focus, .btn.btn-black:hover, .btn.btn-black:active, .btn.btn-black.active, .btn.btn-black:active:focus, .btn.btn-black.active:focus, .btn.btn-black.focus, .btn.btn-black.focus:active, .btn.btn-black.active.focus {
    background: #231f20 none repeat scroll 0 0;
    color: #fff;
}
.btn.btn-sm {
    font-size: 16px;
    line-height: 20px;
    min-width: auto;
    padding: 4px 18px;
}
.btn.btn-md {
    font-size: 18px;
    min-width: auto;
}
.lyt-media-blog-stories .btn {
    background-color: #000;
    margin-bottom: 40px;
}
.btn {
    background: #bd3c36 none repeat scroll 0 0;
    border-radius: 12px;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 27px;
    text-transform: lowercase;
}
.input {
    background-color: #fff;
    border: 1px solid #3a6788;
    border-radius: 15px;
    float: left;
    font-family: Oswald,Arial;
    font-size: 18px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 0px;
    margin-right: 10px;
    padding: 10px;
    text-align: left;
    width: 330px;
}
.input-email {
    background-color: #fff;
    border: 1px solid #3a6788;
    border-radius: 15px;
    float: right;
    font-family: Oswald,Arial;
    font-size: 18px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 10px;
    text-align: left;
    width: 330px;
}
.input-details {
    background-color: #fff;
    border: 1px solid #3a6788;
    border-radius: 15px;
    float: right;
    font-family: Oswald,Arial;
    font-size: 18px;
    font-weight: 300;
    height: 150px;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 10px;
    text-align: left;
    width: 330px;
}
.submit a {
    background-color: #3a6788;


    border-radius: 15px;
    color: #fff;
    display: block;
    float: left;
    font-family: Oswald,Arial;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    width: 100px;
}
.submit a:hover {
    background-color: #31bfbe;
    color: #333;
    text-decoration: none;
}
.reset a {
    background-color: #3a6788;
    border-radius: 15px;
    color: #fff;
    display: block;
    float: left;
    font-family: Oswald,Arial;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    width: 100px;
}
.reset a:hover {
    background-color: #31bfbe;
    color: #333;
    text-decoration: none;
}
.footer-container {
    background-image: url("../images/hading-background/footer-background.jpg");
    background-repeat: repeat;
    height: auto;
    margin-top: 50px;
    width: 100%;
}
.quick-links {
    float: left;
    height: 150px;
    margin-right: 10px;


    margin-top: 19px;
    width: 216px;
}
.quick-links-text {
    background-image: url("../images/icon/footer-icon-white.png");
    background-repeat: no-repeat;
    color: #fff;
    float: left;
    font-family: Raleway,Arial;
    font-size: 18px;
    font-weight: 500;
    height: 22px;
    padding-left: 20px;
    text-transform: uppercase;
}
.our-services-new ul {
    color: #fff;
    font-family: Raleway,Arial;
    font-size: 13px;
    font-weight: 300;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.our-services-new ul li {
    background-image: url("../images/icon/left-round-icon.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 22px;
    padding-left: 25px;
}
.our-services-new ul li a {
    color: #fff;
    display: block;
    transition: all 300ms ease 0s;
}
.our-services-new ul li a:hover {
    color: #fff600;
    margin-left: 3px;
    text-decoration: none;
}
.services1 {
    float: left;
    height: 150px;
    margin-right: 10px;
    margin-top: 19px;
    width: 322px;
}
.services2 {
    float: left;
    height: 150px;
    margin-right: 10px;
    margin-top: 19px;
    width: 278px;
}
.services3 {
    float: left;
    height: 150px;
    margin-right: 10px;
    margin-top: 19px;
    width: 268px;
}
.copyright {
    background-image: url("../images/hading-background/footer.jpg");
    background-repeat: repeat;
    color: #fff;
    font-family: Raleway,Arial;
    font-size: 13px;
    font-weight: 400;
    height: 39px;
    line-height: 40px;
    margin-bottom: 9px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}
.content {
    margin: 50px auto;
    padding: 20px;
    width: 60%;
}
.content h1 {
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.content h2 {
    color: #333;
    font-weight: 400;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.content p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0 0 20px;
}
.content p:last-child {
    margin: 0;
}
.content a.button {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
}
.content a.button:hover {
    background: #000 none repeat scroll 0 0;
    color: #ff0;
}
.content.title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px dashed #333;
    position: relative;
}
.content.title h1 span.demo {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 0.5em;
    margin: 7px 0 0;
    padding: 5px 10px;
    vertical-align: top;
}
.content.title .back-to-article {
    bottom: -20px;
    left: 20px;
    position: absolute;
}
.content.title .back-to-article a {
    background: #f60 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}
.content.title .back-to-article a:hover {
    background: #f90 none repeat scroll 0 0;
}
.content.title .back-to-article a i {
    margin-left: 5px;
}
.content.white {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px #999;
}
.content.black {
    background: #000 none repeat scroll 0 0;
}
.content.black p {
    color: #999;
}
.content.black p a {
    color: #08c;
}
.accordion-container {
    clear: both;
    margin: 0 0 20px;
    width: 100%;
}
.accordion-toggle {
    background: #1eaea1 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-family: Raleway,Arial;
    font-size: 13px;
    font-weight: 500;
    padding: 13px;
    position: relative;
    text-decoration: none;
}
.accordion-toggle.open {
    background: #1d958a none repeat scroll 0 0;
    color: #fff;
}
.accordion-toggle:hover {
    background: #1d958a none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
.accordion-toggle span.toggle-icon {
    font-size: 1.5em;
    position: absolute;
    right: 20px;

    top: 9px;
}
.accordion-content {
    display: none;
    font-size: 12px;
    overflow: auto;
    padding: 0;
}
.accordion-content img {
    display: block;
    float: left;
    height: auto;
    margin: 0 15px 10px 0;
    max-width: 100%;
}
.accor-read-more a {
    color: #ff0;
    float: right;
    font-family: Raleway,Arial;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
}
.accor-read-more a:hover {
    color: #fff;
    text-decoration: none;
}
.lyt-footer {
    background-color: #231f20;
    min-height: 352px;
    padding: 0;
    position: relative;
}
.lyt-footer .grp-col {
    margin: 15px 0;
    padding: 0 30px;
}
.lyt-footer .grp-col::after {
    background: #3a3838 none repeat scroll 0 0;
    content: "";
    height: 225px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.lyt-footer .grp-col:last-child::after {
    display: none;
}
.lyt-footer .mod-subscribe {
    margin-top: 20px;
}
.lyt-footer .mod-subscribe .input-group {
    display: block;
    padding-right: 54px;
    text-align: center;
}
.lyt-footer .mod-subscribe .input-group > .form-control {
    border-bottom: 1px solid #3a3838;
    border-radius: 0;
    margin-bottom: 5px;
}
.lyt-footer .mod-subscribe .input-group-btn {
    display: inline-block;
    width: 200px;
}
.lyt-footer .mod-subscribe .btn-group {
    position: absolute;
    right: 0;
    top: 0;
}
.lyt-footer .mod-subscribe .btn {
    font-size: 20px;
    font-weight: 600;
}
.mod-footer .link {
    color: #999999;
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
}
.mod-footer .title, .mod-footer .bs-sec .sec-head .title.lg, .bs-sec .sec-head .mod-footer .title.lg, .mod-footer .mod-reviews .timestamp, .mod-reviews .mod-footer .timestamp, .mod-footer .mod-msg-ceo .timestamp, .mod-msg-ceo .mod-footer .timestamp, .mod-footer .mod-timeline .grp-desc .desc, .mod-timeline .grp-desc .mod-footer .desc, .mod-footer .mod-phase .table-wrap .meta-text, .mod-phase .table-wrap .mod-footer .meta-text {
    color: #ffce00;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 12px;
}
.mod-footer .desc p {
    font-size: 12px;
    line-height: 22px;
}
@media only screen and (max-width: 768px) {
.mod-presence {
    display: flex;
    margin-top: 10px;
}
.mod-presence .item {
    border: 1px solid #eaeaea;
    margin: 8px 4px;
    width: 162px;
}
.mod-presence .item.selActive {
    background-color: #231f20;
}
.mod-presence .item.selActive a {
    color: #fff;
}
.mod-presence .item a {
    font-size: 13px;
    line-height: 15px;
    padding: 5px 10px;
}
.mod-presence .item a .icon {
    font-size: 16px;
    line-height: 18px;
    margin-right: 4px;
}
}
.mod-subscribe {
    position: relative;
}
.mod-subscribe .title, .mod-subscribe .bs-sec .sec-head .title.lg, .bs-sec .sec-head .mod-subscribe .title.lg, .mod-subscribe .mod-reviews .timestamp, .mod-reviews .mod-subscribe .timestamp, .mod-subscribe .mod-msg-ceo .timestamp, .mod-msg-ceo .mod-subscribe .timestamp, .mod-subscribe .mod-timeline .grp-desc .desc, .mod-timeline .grp-desc .mod-subscribe .desc, .mod-subscribe .mod-phase .table-wrap .meta-text, .mod-phase .table-wrap .mod-subscribe .meta-text {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 4px;
}
.mod-subscribe .form-control {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #ffce00;
    font-size: 19px;
    line-height: 22px;
    margin-top: 6px;
}
.mod-subscribe .btn {
    border: medium none;
    box-shadow: none;
    color: #ffce00;
    font-size: 14px;
    margin-right: 6px;
    min-width: auto;
    outline: medium none;
}
.mod-subscribe .sub-text {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 4px 0;
}
@media only screen and (max-width: 768px) {
.mod-subscribe .form-control {
    font-size: 18px;
    height: 24px;
    line-height: 20px;
    padding: 0;
}
.mod-subscribe .btn {
    font-size: 15px;
    padding: 0;
}
.mod-subscribe .input-group-btn .btn {
    margin: 4px;
}
.mod-subscribe .sub-text {
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}
}
.mod-testimonial .img-wrap {
    display: block;
    margin: 0 auto 10px;
}
.mod-testimonial .img-wrap .img-circle {
    height: 180px;
    margin: 0 auto;
    width: 180px;
}
.mod-testimonial .img-wrap img {
    display: block;
    width: 100%;
}
.mod-testimonial .read-more {
    color: #666;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 15px;
    padding: 0;
}
.mod-testimonial .read-more .icon {
    font-size: 12px;
    margin-left: 10px;
}
.mod-testimonial .video-wrap {
    display: block;
    margin-bottom: 10px;
}
.mod-testimonial .video-wrap img {
    display: block;
    width: 100%;
}
.mod-testimonial .desc p {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 15px;
}
.mod-testimonial .author {
    color: #a22a2e;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
.mod-testimonial .author .name, .mod-testimonial .author .lyt-team .profile-desc .designation, .lyt-team .profile-desc .mod-testimonial .author .designation {
    display: block;
    font-weight: 600;
}
.mod-testimonial .author .location, .mod-testimonial .author .mod-address .contact-no, .mod-address .mod-testimonial .author .contact-no, .mod-testimonial .author .mod-address .email, .mod-address .mod-testimonial .author .email, .mod-testimonial .author .mod-address .map-link, .mod-address .mod-testimonial .author .map-link {
    display: block;
}
.mod-testimonial.typ-input {
    min-height: 600px;
    position: relative;
}
.mod-testimonial.typ-input .cm-actions {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.mod-testimonial.typ-trained {
    display: inline-block;
    margin: 20px 0;
}
.mod-testimonial.typ-trained .img-wrap {
    height: auto;
    margin: 18px 0 0;
    padding-right: 40px;
    width: auto;
}
.mod-testimonial.typ-trained .cm-actions {
    margin: 20px 0;
}
.mod-testimonial.typ-trained .desc {
    display: inline-block;
    padding: 10px 0 0;
}
.mod-testimonial.typ-work .img-wrap {
    height: auto;
    margin: 0;
    width: auto;
}
.mod-testimonial.typ-full-width .img-wrap {
    height: auto;
    padding-left: 30px;
    width: 100%;
}
.mod-testimonial.typ-full-width .btn {
    margin-left: 30px;
    width: auto;
}
@media only screen and (max-width: 768px) {
.mod-testimonial {
    margin: 0 15px;
}
.mod-testimonial .img-wrap {
    margin: 0 auto 10px;
}
.mod-testimonial .read-more {
    font-size: 13px;
    margin-bottom: 10px;
}
.mod-testimonial .read-more .icon {
    margin-left: 10px;
}
.mod-testimonial .desc p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
}
.mod-testimonial .author {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 15px;
}
.mod-testimonial .btn-block {
    font-size: 14px;
}
.mod-testimonial.typ-input {
    min-height: 300px;
}
.mod-testimonial.typ-trained .img-wrap {
    padding-right: 0;
}
.mod-testimonial.typ-trained .desc {
    padding: 10px 10px 0;
}
.mod-testimonial.typ-trained .author {
    padding: 0 10px;
}
.mod-testimonial.typ-trained .cm-actions {
    text-align: center;
}
.mod-testimonial.typ-work .desc {
    padding: 10px 10px 0;
}
.mod-testimonial.typ-work .author {
    padding: 0 10px;
}
.mod-testimonial.typ-full-width .img-wrap {
    padding-left: 0;
}
.mod-testimonial.typ-full-width .btn {
    margin: 0 auto 20px;
}
}
.mod-blog .img-wrap {
    margin-bottom: 10px;
    position: relative;
}
.mod-blog .img-wrap img {
    display: block;
    width: 100%;
}
.mod-blog .img-wrap .btn-share {
    background-color: #d0232a;
    bottom: -15px;
    color: #ffffff;
    position: absolute;
    right: 0;
}
.mod-blog .video-wrap {
    margin-bottom: 10px;
}
.mod-blog .grp-blog-info {
    padding: 20px;
}
.mod-blog .grp-blog-info .title, .mod-blog .grp-blog-info .bs-sec .sec-head .title.lg, .bs-sec .sec-head .mod-blog .grp-blog-info .title.lg, .mod-blog .grp-blog-info .mod-reviews .timestamp, .mod-reviews .mod-blog .grp-blog-info .timestamp, .mod-blog .grp-blog-info .mod-msg-ceo .timestamp, .mod-msg-ceo .mod-blog .grp-blog-info .timestamp, .mod-blog .grp-blog-info .mod-timeline .grp-desc .desc, .mod-timeline .grp-desc .mod-blog .grp-blog-info .desc, .mod-blog .grp-blog-info .mod-phase .table-wrap .meta-text, .mod-phase .table-wrap .mod-blog .grp-blog-info .meta-text {
    font-size: 22px;
    font-weight: 800;
    line-height: 35px;
    margin-bottom: 18px;
}
.mod-blog .grp-blog-info .title a, .mod-blog .grp-blog-info .bs-sec .sec-head .title.lg a, .bs-sec .sec-head .mod-blog .grp-blog-info .title.lg a, .mod-blog .grp-blog-info .mod-reviews .timestamp a, .mod-reviews .mod-blog .grp-blog-info .timestamp a, .mod-blog .grp-blog-info .mod-msg-ceo .timestamp a, .mod-msg-ceo .mod-blog .grp-blog-info .timestamp a, .mod-blog .grp-blog-info .mod-timeline .grp-desc .desc a, .mod-timeline .grp-desc .mod-blog .grp-blog-info .desc a, .mod-blog .grp-blog-info .mod-phase .table-wrap .meta-text a, .mod-phase .table-wrap .mod-blog .grp-blog-info .meta-text a {
    color: #666;
}
.mod-blog .grp-blog-info .desc {
    margin-bottom: 20px;
}
.mod-blog .grp-blog-info .desc p {
    font-size: 16px;
    line-height: 24px;
}
.mod-blog .grp-blog-info .timestamp, .mod-blog .grp-blog-info .hastag {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
    margin-right: 15px;
}
.mod-blog .grp-blog-info .timestamp {
    color: #999999;
}
.mod-blog .grp-blog-info .hastag {
    color: #d0232a;
}
.mod-blog .grp-blog-info .read-more {
    color: #d0232a;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    padding-left: 0;
}
.mod-blog .grp-blog-info .read-more .icon {
    font-size: 12px;
    margin-left: 10px;
}
.mod-blog.typ-grey-border {
    border: 1px solid #f1f1f1;
}
.mod-blog.typ-media {
    margin-bottom: 40px;
}
.mod-blog.typ-media .video-wrap, .mod-blog.typ-media .img-wrap {
    position: relative;
}
.mod-blog.typ-media .media-link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    z-index: 1;
}
.mod-blog.typ-media .hastag {
    background: #d0232a none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    left: 6px;
    line-height: 16px;
    padding: 6px 14px;
    position: absolute;
    top: -3px;
    z-index: 2;
}
.mod-blog.typ-media img {
    display: block;
    width: 100%;
}
.mod-blog.typ-media .video-wrap::before {
    background: #d0232a none repeat scroll 0 0;
    border-radius: 8px;
    bottom: 0;
    color: #ffffff;
    content: "V";
    font-family: "ashiana" !important;
    font-size: 17px;
    height: 30px;
    left: 0;
    line-height: 31px;
    margin: -20px auto 0;
    position: absolute;
    right: 0;
    text-indent: 13px;
    top: 50%;
    width: 40px;
}
.mod-blog.typ-media .grp-blog-info {
    padding: 0 20px;
}
.mod-blog.typ-media .grp-blog-info .title, .mod-blog.typ-media .grp-blog-info .mod-reviews .timestamp, .mod-reviews .mod-blog.typ-media .grp-blog-info .timestamp, .mod-blog.typ-media .grp-blog-info .mod-msg-ceo .timestamp, .mod-msg-ceo .mod-blog.typ-media .grp-blog-info .timestamp, .mod-blog.typ-media .grp-blog-info .mod-timeline .grp-desc .desc, .mod-timeline .grp-desc .mod-blog.typ-media .grp-blog-info .desc, .mod-blog.typ-media .grp-blog-info .mod-phase .table-wrap .meta-text, .mod-phase .table-wrap .mod-blog.typ-media .grp-blog-info .meta-text {
    color: #666666;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 4px;
}
.mod-blog.typ-media .grp-blog-info .timestamp {
    color: #666666;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 14px;
    margin-right: 0;
}
.mod-blog.typ-media .grp-blog-info .timestamp span::before {
    content: "|";
    margin: 0 6px;
}
.mod-blog.typ-media .grp-blog-info .timestamp.media-timestamp {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-transform: lowercase;
}
.mod-blog.typ-media .grp-blog-info .timestamp.media-timestamp span::before {
    content: "|";
    margin: 0 6px;
}
.mod-blog.typ-media .grp-blog-info .desc {
    margin-bottom: 10px;
}
.mod-blog.typ-media .grp-blog-info .read-more {
    padding: 0 10px 0 0;
}
.mod-blog.typ-taking-care {
    border: 1px solid #f3f3f3;
    margin: 10px;
}
.mod-blog.typ-taking-care .img-wrap {
    margin-bottom: 0;
}
.mod-blog.typ-taking-care .grp-blog-info {
    min-height: 200px;
    padding: 10px 20px;
}
.mod-blog.typ-taking-care .grp-blog-info .desc {
    margin-bottom: 0;
}
.mod-blog.typ-taking-care .grp-blog-info .desc p {
    display: inline;
}
.mod-blog.typ-taking-care .grp-blog-info .read-more {
    padding: 3px 0;
}
.mod-blog.typ-awards .swiper-container {
    padding-bottom: 0;
}
.mod-blog.typ-awards img {
    display: block;
    width: 100%;
}
.mod-blog.typ-awards .grp-blog-info {
    padding: 0;
}
.mod-blog.typ-awards .grp-blog-info .title, .mod-blog.typ-awards .grp-blog-info .mod-reviews .timestamp, .mod-reviews .mod-blog.typ-awards .grp-blog-info .timestamp, .mod-blog.typ-awards .grp-blog-info .mod-msg-ceo .timestamp, .mod-msg-ceo .mod-blog.typ-awards .grp-blog-info .timestamp, .mod-blog.typ-awards .grp-blog-info .mod-timeline .grp-desc .desc, .mod-timeline .grp-desc .mod-blog.typ-awards .grp-blog-info .desc, .mod-blog.typ-awards .grp-blog-info .mod-phase .table-wrap .meta-text, .mod-phase .table-wrap .mod-blog.typ-awards .grp-blog-info .meta-text {
    color: #969696;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px;
}
.mod-blog.typ-awards .grp-blog-info .desc {
    margin-bottom: 0;
}
.mod-blog.typ-awards .grp-blog-info .desc p {
    color: #969696;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.mod-blog.typ-activities .swiper-container {
    padding-bottom: 0;
}
.mod-blog.typ-activities img {
    display: block;
    width: 100%;
}
.mod-blog.typ-activities .grp-blog-info {
    padding: 0;
}
.mod-blog.typ-activities .grp-blog-info .title, .mod-blog.typ-activities .grp-blog-info .mod-reviews .timestamp, .mod-reviews .mod-blog.typ-activities .grp-blog-info .timestamp, .mod-blog.typ-activities .grp-blog-info .mod-msg-ceo .timestamp, .mod-msg-ceo .mod-blog.typ-activities .grp-blog-info .timestamp, .mod-blog.typ-activities .grp-blog-info .mod-timeline .grp-desc .desc, .mod-timeline .grp-desc .mod-blog.typ-activities .grp-blog-info .desc, .mod-blog.typ-activities .grp-blog-info .mod-phase .table-wrap .meta-text, .mod-phase .table-wrap .mod-blog.typ-activities .grp-blog-info .meta-text {
    color: #666;
    font-size: 34px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.mod-blog.typ-activities .grp-blog-info .desc {
    margin-bottom: 0;
}
.mod-blog.typ-activities .grp-blog-info .desc p {
    color: #969696;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
.mod-blog .grp-blog-info .title, .mod-blog .grp-blog-info .bs-sec .sec-head .title.lg, .bs-sec .sec-head .mod-blog .grp-blog-info .title.lg, .mod-blog .grp-blog-info .mod-reviews .timestamp, .mod-reviews .mod-blog .grp-blog-info .timestamp, .mod-blog .grp-blog-info .mod-msg-ceo .timestamp, .mod-msg-ceo .mod-blog .grp-blog-info .timestamp, .mod-blog .grp-blog-info .mod-timeline .grp-desc .desc, .mod-timeline .grp-desc .mod-blog .grp-blog-info .desc, .mod-blog .grp-blog-info .mod-phase .table-wrap .meta-text, .mod-phase .table-wrap .mod-blog .grp-blog-info .meta-text {
    font-size: 16px;
    line-height: 20px;
}
.mod-blog.typ-awards .grp-blog-info {
    padding: 0;
}
.mod-blog.typ-awards .grp-blog-info .title, .mod-blog.typ-awards .grp-blog-info .mod-reviews .timestamp, .mod-reviews .mod-blog.typ-awards .grp-blog-info .timestamp, .mod-blog.typ-awards .grp-blog-info .mod-msg-ceo .timestamp, .mod-msg-ceo .mod-blog.typ-awards .grp-blog-info .timestamp, .mod-blog.typ-awards .grp-blog-info .mod-timeline .grp-desc .desc, .mod-timeline .grp-desc .mod-blog.typ-awards .grp-blog-info .desc, .mod-blog.typ-awards .grp-blog-info .mod-phase .table-wrap .meta-text, .mod-phase .table-wrap .mod-blog.typ-awards .grp-blog-info .meta-text {
    font-size: 15px;
    line-height: 18px;
}
.mod-blog.typ-awards .grp-blog-info .desc p {
    font-size: 14px;
    line-height: 20px;
}
.mod-blog.typ-activities .grp-blog-info {
    padding: 0;
}
.mod-blog.typ-activities .grp-blog-info .title, .mod-blog.typ-activities .grp-blog-info .mod-reviews .timestamp, .mod-reviews .mod-blog.typ-activities .grp-blog-info .timestamp, .mod-blog.typ-activities .grp-blog-info .mod-msg-ceo .timestamp, .mod-msg-ceo .mod-blog.typ-activities .grp-blog-info .timestamp, .mod-blog.typ-activities .grp-blog-info .mod-timeline .grp-desc .desc, .mod-timeline .grp-desc .mod-blog.typ-activities .grp-blog-info .desc, .mod-blog.typ-activities .grp-blog-info .mod-phase .table-wrap .meta-text, .mod-phase .table-wrap .mod-blog.typ-activities .grp-blog-info .meta-text {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
}
.mod-blog.typ-activities .grp-blog-info .desc p {
    font-size: 14px;
    line-height: 20px;
}
.mod-blog.typ-taking-care {
    margin: 0 0 20px;
}
.mod-blog.typ-taking-care .grp-blog-info {
    min-height: 0;
    padding: 8px 10px;
}
.mod-blog.typ-taking-care .grp-blog-info .title, .mod-blog.typ-taking-care .grp-blog-info .mod-reviews .timestamp, .mod-reviews .mod-blog.typ-taking-care .grp-blog-info .timestamp, .mod-blog.typ-taking-care .grp-blog-info .mod-msg-ceo .timestamp, .mod-msg-ceo .mod-blog.typ-taking-care .grp-blog-info .timestamp, .mod-blog.typ-taking-care .grp-blog-info .mod-timeline .grp-desc .desc, .mod-timeline .grp-desc .mod-blog.typ-taking-care .grp-blog-info .desc, .mod-blog.typ-taking-care .grp-blog-info .mod-phase .table-wrap .meta-text, .mod-phase .table-wrap .mod-blog.typ-taking-care .grp-blog-info .meta-text {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
}
.mod-blog.typ-taking-care .grp-blog-info .desc p {
    font-size: 13px;
    line-height: 15px;
}
}
.mod-feeds .img-wrap {
    float: left;
    padding: 15px 10px 15px 0;
}
.mod-feeds .img-wrap .icon {
    font-size: 30px;
    text-align: center;
}
.mod-feeds .desc {
    overflow: hidden;
}
.lyt-footer .grp-col::after {
    background: #3a3838 none repeat scroll 0 0;
    content: "";
    height: 225px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
ul, li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.bs-social-connect li {
    display: inline-block;
    margin-right: 10px;
}
.bs-social-connect .social-link {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 36px;
    margin-bottom: 10px;
    text-align: center;
    width: 40px;
}
.bs-social-connect .social-link .icon {
    font-size: 96%;
}
.bs-social-connect .social-link.fb {
    background: #3c5a97 none repeat scroll 0 0;
}
.bs-social-connect .social-link.gmail {

    background: #e94335 none repeat scroll 0 0;
}
.bs-social-connect .social-link.youtube {
    background: #ec2b36 none repeat scroll 0 0;
}
.bs-social-connect .social-link.in {
    background: #006ea6 none repeat scroll 0 0;
}
.bs-social-connect .social-link.twitter {
    background: #1da1f2 none repeat scroll 0 0;
}
.bs-social-connect .social-link.instagram {
    background: #e1306c none repeat scroll 0 0;
}
.bs-radio-tab {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
}
.bs-radio-tab input[type="radio"]:not(old) {
    cursor: pointer;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 28px;
}
.bs-radio-tab input[type="radio"]:not(old) + label {
    color: #9c9c9c;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
}
.bs-radio-tab input[type="radio"]:checked:not(old) + label {
    background: #231f20 none repeat scroll 0 0;
    color: #ffffff;
}
.bs-radio-tab.typ-theme input[type="radio"]:not(old) + label {
    background: #eeeeee none repeat scroll 0 0;
    font-size: 22px;
    line-height: 24px;
    padding: 15px 30px;
}
.bs-radio-tab.typ-theme input[type="radio"]:checked:not(old) + label {
    background: #d0232a none repeat scroll 0 0;
}
@media (max-width: 767px) {
.content {
    width: auto;
}
.accordion-content {
    overflow: inherit;
    padding: 10px 0;
}
}
#demo-top-bar {
    background: #222 none repeat scroll 0 0;
    padding: 20px 0;
    position: relative;
    text-align: left;
    width: 100% !important;
    z-index: 6000;
}
#demo-bar-inside {
    margin: 0 auto;
    position: relative;
    width: 960px;
}
#demo-bar-buttons {
    float: right;
    padding-top: 10px;
}
#demo-bar-buttons a {
    color: white;
    font: 14px "Lucida Grande",sans-serif !important;
    margin: 2px 0;
    text-decoration: none;
}
#demo-bar-buttons a:hover, #demo-bar-buttons a:focus {
    text-decoration: underline;
}
#demo-bar-badge {
    background-color: transparent !important;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    width: 302px;
}
#demo-bar-badge a {
    background: rgba(0, 0, 0, 0) url("/images/examples-logo.png") no-repeat scroll 0 0 / 100% auto;
    border-radius: 0;
    bottom: auto;
    display: block;
    height: 38px;
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 100%;
}
#demo-bar-badge::before, #demo-bar-badge::after {
    display: none !important;
}
#elevator_item {
    bottom: 10px;
    display: none;
    height: 100px;
    opacity: 1;
    position: fixed;
    right: 15px;
    transition: opacity 0.4s ease-in-out 0s;
    width: 60px;
    z-index: 100020;
}
#elevator_item.off {
    opacity: 0;
    visibility: hidden;
}
#elevator {
    background: #2a8496 url("../img/icon_top.png") no-repeat scroll center center;
    border-radius: 80px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: block;
    height: 50px;
    margin-bottom: 10px;
    width: 60px;
}
#elevator:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
#elevator:active {
    background-color: rgba(0, 0, 0, 0.75);
}
#elevator_item .qr {
    background: rgba(0, 0, 0, 0.6) url("../img/icon_code.png") no-repeat scroll center center;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: block;
    height: 40px;
    width: 60px;
}
#elevator_item .qr:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
#elevator_item .qr:active {
    background-color: rgba(0, 0, 0, 0.75);
}
#elevator_item .qr-popup {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 0;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    display: none;
    height: 200px;
    left: -180px;
    position: absolute;
    text-align: center;
    width: 170px;
}
#elevator_item .qr-popup .code-link {
    color: #777;
    display: block;
    margin: 10px;
}
#elevator_item .qr-popup .code {
    display: block;
    margin-bottom: 10px;
}
#elevator_item .qr-popup .arr {
    background: rgba(0, 0, 0, 0) url("../img/code_arrow.png") no-repeat scroll 0 0;
    bottom: 14px;
    height: 11px;
    position: absolute;
    right: -6px;
    width: 6px;
}
.border-line {
    border-top: 1px solid #ccc;
    height: 2px;
    width: 100%;
}
.mod-comments .form-group .form-control {
    color: #999;
    font-size: 20px;
    font-weight: 500;
    line-height: 16px;
    margin: 10px 0;
}
.mod-main-nav {
    float: right;
    margin-right: 66px;
}
.mod-main-nav .nav-item {
    float: left;
    position: relative;
}
.mod-main-nav .nav-item .nav-link {
    color: #333;
    display: block;
    font-size: 21px;
    font-weight: 700;
    height: 100px;
    line-height: 23px;
    margin-right: 1px;
    padding: 39px 30px 0;
    vertical-align: middle;
}
.mod-main-nav .nav-item .nav-link .icon {
    color: #d1232a;
    font-size: 23px;
    line-height: 24px;
    position: relative;
    top: -3px;
}
.mod-main-nav .nav-item .nav-link .fa {
    font-size: 23px;
}
.mod-main-nav .nav-item:hover .nav-link {
    color: #ffffff;
    transition: all 0.5s ease 0s;
}
.mod-main-nav .nav-item.hover-red:hover .nav-link {
    background-color: #d0232a;
}
.mod-main-nav .nav-item.hover-yellow:hover .nav-link {
    background-color: #f2ad00;
}
.mod-main-nav .nav-item.hover-orange:hover .nav-link {
    background-color: #ff9016;
}
.mod-main-nav .nav-item:hover .sub-nav {
    display: block;
}
.mod-main-nav .nav-item:hover .sub-nav .sub-nav-link {
    background: #ffffff none repeat scroll 0 0;
    color: #989898;
    transition: all 0.5s ease 0s;
}
.mod-main-nav .nav-item .sub-nav {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    position: absolute;
    right: 1px;
    top: 100px;
    transition: all 0.5s ease 0s;
    z-index: 2;
}
.mod-main-nav .nav-item .sub-nav .sub-nav-item:hover {
    background: #ffffff none repeat scroll 0 0;
}
.mod-main-nav .nav-item .sub-nav .sub-nav-item:hover .sub-nav-link {
    color: #4d4d4d;
}
.mod-main-nav .nav-item .sub-nav .sub-nav-item {
    height: auto;
    width: 100%;
}
.mod-main-nav .nav-item .sub-nav .sub-nav-item .sub-nav-link {
    color: #989898;
    display: block;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    line-height: 18px;
    padding: 10px 6px;
    text-transform: lowercase;
}
.mod-main-nav .nav-item .sub-nav .sub-nav-item .sub-nav-link .icon {
    font-size: 16px;
    margin-right: 10px;
}
.mod-main-nav .nav-item:first-child::after {
    background-color: transparent;
}
.mod-main-nav .nav-item::after {
    background-color: #ccc;
    content: "";
    height: 20px;
    margin: -1px;
    position: absolute;
    top: 42px;
    width: 1px;
}

@media only screen and (max-width: 768px) {
.mod-main-nav {
    margin: 0;
}
.mod-main-nav .nav-item .nav-link {
    height: auto;
    padding: 12px;
    font-size:16px;
}
.mod-main-nav .nav-item::after {
    display: none;
}

}
.mod-menu-nav {
    position: absolute;
    right: 0;
    top: 0;
}
.mod-menu-nav .menu-btn {
    display: inline-block;
    height: 100px;
    padding: 43px 20px 0;
}
.mod-menu-nav .menu-btn span {
    background-color: #d1232a;
    display: block;
    height: 3px;
    margin: 0 0 4px;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 25px;
}
.mod-menu-nav .menu-btn::before {
    background-color: #ccc;
    content: "";
    height: 20px;
    left: 0;
    margin: -1px;
    position: absolute;
    top: 42px;
    width: 1px;
}
.mod-menu-nav.active .menu-btn {
    background: #ffffff none repeat scroll 0 0;
}
.mod-menu-nav.active .menu-btn span:nth-child(1) {
    bottom: -7px;
    transform: rotate(-45deg);
    transition: all 0.5s ease 0s;
}
.mod-menu-nav.active .menu-btn span:nth-child(2) {
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.mod-menu-nav.active .menu-btn span:nth-child(3) {
    bottom: 7px;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}
.mod-menu-nav.active .menu-wrap {
    display: block;
    transition: all 0.5s ease 0s;
}
.mod-menu-nav .menu-wrap {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    display: none;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 100px;
    transition: all 0.5s ease 0s;
    width: 360px;
    z-index: 2;
}
.mod-menu-nav .menu-wrap li {
    display: block;
    height: auto;
    margin-left: 10px;
    width: 100%;
}
.mod-menu-nav .menu-wrap li .nav-link {
    color: #666;
    display: block;
    font-size: 20px;
    font-weight: normal;
    height: auto;
    line-height: 22px;
    padding: 8px 0;
    text-transform: capitalize;
}
.mod-menu-nav .menu-wrap li.grp-sub-nav {
    position: relative;
}
.mod-menu-nav .menu-wrap li.grp-sub-nav::before {
    content: "f";
    font-family: "ashiana";
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 12px;
}
.mod-menu-nav .menu-wrap li.grp-sub-nav.active .sub-nav {
    display: block;
}
.mod-menu-nav .menu-wrap li.grp-sub-nav.active::before {
    content: "j";
}
.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav {
    display: none;
}
.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav .sub-nav-item {
    margin-left: 0;
}
.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav .sub-nav-item .sub-nav-link::before {
    content: "-";
    margin-right: 5px;
}
.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav .sub-nav-item .sub-nav-link {
    color: #666;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding: 10px 0 10px 18px;
    text-transform: lowercase;
}
.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav .sub-nav-item .sub-nav-link .icon {
    margin-right: 5px;
}
.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav .sub-nav-item:hover a {
    color: #4d4d4d;
}
.mod-menu-nav .menu-wrap li:hover a {
    color: #d1232a;
    font-weight: 600;
}
.mod-menu-nav .menu-wrap li::after {
    display: none;
}
.mod-menu-nav .menu-wrap .grp-subscribe {
    background: #333333 none repeat scroll 0 0;
    display: inline-table;
    padding: 10px;
    width: 100%;
}
.mod-menu-nav .menu-wrap .grp-brochure {
    background: #4d4d4d none repeat scroll 0 0;
    border-bottom: 1px solid #999999;
    color: #ffffff;
    display: inline-table;
    padding: 10px;
    width: 100%;
}
.mod-menu-nav .menu-wrap .grp-brochure .img-wrap img {
    display: block;
}
.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .title, .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .mod-reviews .timestamp, .mod-reviews .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .timestamp, .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .mod-msg-ceo .timestamp, .mod-msg-ceo .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .timestamp, .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .mod-timeline .grp-desc .desc, .mod-timeline .grp-desc .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .desc, .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .mod-phase .table-wrap .meta-text, .mod-phase .table-wrap .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .meta-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 4px;
}
.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .btn {
    background: #333333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #ffce00;
    font-weight: 700;
    margin: 4px;
    min-width: auto;
    padding: 2px 8px;
}
.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .btn .icon {
    font-size: 13px;
    margin-right: 4px;
}
@media only screen and (max-width: 768px) {
.mod-menu-nav {
    left: 0;
    right: auto;
}
.mod-menu-nav .menu-btn {
    height: 50px;
    padding: 15px;
}
.mod-menu-nav .menu-btn::before {
    display: none;
}
.mod-menu-nav .menu-wrap {
    bottom: 0;
    display: block;
    height: auto;
    overflow-y: auto;
    position: fixed;
    right: 100%;
    top: 50px;
    width: 100%;
    z-index: 15;
}
.mod-menu-nav .menu-wrap li {
    border-bottom: 1px solid #f2f2f2;

    margin: 0;
}
.mod-menu-nav .menu-wrap li:last-child {
    border-bottom: medium none;
}
.mod-menu-nav .menu-wrap li.grp-sub-nav::before {
    font-size: 10px;
    right: 10px;
    top: 10px;
}
.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav .sub-nav-item .sub-nav-link::before {
    content: "";
}
.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav .sub-nav-item:first-child .sub-nav-link::before {
    content: "-";
}
.mod-menu-nav .menu-wrap li.grp-sub-nav .sub-nav .sub-nav-item .sub-nav-link {
    font-size: 13px;
    line-height: 15px;
}
.mod-menu-nav .menu-wrap li.grp-sub-nav.nav-login .sub-nav .sub-nav-item .sub-nav-link::before {
    content: "-";
}
.mod-menu-nav .menu-wrap li .nav-link {
    font-size: 15px;
    line-height: 20px;
    padding-left: 8px;
}
.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .title, .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .mod-reviews .timestamp, .mod-reviews .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .timestamp, .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .mod-msg-ceo .timestamp, .mod-msg-ceo .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .timestamp, .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .mod-timeline .grp-desc .desc, .mod-timeline .grp-desc .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .desc, .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .mod-phase .table-wrap .meta-text, .mod-phase .table-wrap .mod-menu-nav .menu-wrap .grp-brochure .grp-cont .meta-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 6px;
}
.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .btn {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
}
.mod-menu-nav .menu-wrap .grp-brochure .grp-cont .btn .icon {
    font-size: 12px;
}
.mod-menu-nav.active .menu-wrap {
    right: 0;
}
}
.mod-usp {
    background: transparent url("../images/bg_infographi.png") no-repeat scroll right bottom;
    color: #ffffff;
    display: block;
    height: 100%;
    padding: 30px 20px;
}
.mod-usp::before {
    content: counters(concept, "", decimal-leading-zero);
    counter-increment: concept;
    display: inline-block;
    font-size: 50px;
    font-weight: 200;
    line-height: 52px;
    margin-bottom: 18px;
}
.mod-usp .title, .mod-usp .bs-sec .sec-head .title.lg, .bs-sec .sec-head .mod-usp .title.lg, .mod-usp .mod-reviews .timestamp, .mod-reviews .mod-usp .timestamp, .mod-usp .mod-msg-ceo .timestamp, .mod-msg-ceo .mod-usp .timestamp, .mod-usp .mod-timeline .grp-desc .desc, .mod-timeline .grp-desc .mod-usp .desc, .mod-usp .mod-phase .table-wrap .meta-text, .mod-phase .table-wrap .mod-usp .meta-text {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 18px;
}
.mod-usp .title span, .mod-usp .bs-sec .sec-head .title.lg span, .bs-sec .sec-head .mod-usp .title.lg span, .mod-usp .mod-reviews .timestamp span, .mod-reviews .mod-usp .timestamp span, .mod-usp .mod-msg-ceo .timestamp span, .mod-msg-ceo .mod-usp .timestamp span, .mod-usp .mod-timeline .grp-desc .desc span, .mod-timeline .grp-desc .mod-usp .desc span, .mod-usp .mod-phase .table-wrap .meta-text span, .mod-phase .table-wrap .mod-usp .meta-text span {
    text-transform: lowercase;
}
.mod-usp .desc {
    margin-bottom: 18px;
}
.mod-usp .desc p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.mod-usp .know-more {
    color: #ffffff;
    margin-bottom: 18px;
    padding-left: 0;
}
.mod-usp .know-more .icon {
    font-size: 12px;
}
.mod-usp.mod-usp.red {
    background-color: #d0232a;
}
.mod-usp.mod-usp.dark-red {
    background-color: #a2282e;
}
.mod-usp.mod-usp.dark-orenge {
    background-color: #c24d01;
}
.mod-usp.mod-usp.orenge {

    background-color: #ff9016;
}
.mod-usp.mod-usp.yellow {
    background-color: #f2ad00;
}
.mod-offer {
    background: #d0232a none repeat scroll 0 0;
    padding: 20px;
}
.mod-offer .grp-title label {
    color: #ffffff;
    font-size: 50px;
    font-weight: 400;
    line-height: 52px;


    margin-bottom: 20px;
}

.lyt-footer .grp-col::after {
    background: #3a3838 none repeat scroll 0 0;
    content: "";
    height: 225px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
#back-top {
    bottom: 30px;
    position: fixed;
}
#back-top a {
    color: #bbb;
    display: block;
    font: 11px/100% Arial,Helvetica,sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    width: 90px;
}
#back-top a:hover {
    color: #000;
}
#back-top span {
    background: #d0232a url("../images/up-arrow.png") no-repeat scroll center center;
    border-radius: 16px;
    display: block;
    height: 45px;
    margin-bottom: 0;
    margin-left: -10px;
    transition: all 1s ease 0s;
    width: 59px;
}
#back-top a:hover span {
    background-color: #777;
}

.floating-form {
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: -2px 0 8px rgba(43, 33, 33, 0.06);
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 35px;
    max-width: 356px;
    padding: 26px 23px 0px;
    position: fixed;
    right: 2px;
    z-index: 9999;
    color: #000;
}
.contact-opener {
    border-radius: 5px 5px 0 0;
    color: #fff;
    cursor: pointer;
    left: -88px;
    padding: 9px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    top: 25px;
}
.floating-form-heading {
    border-bottom: 2px solid #ddd;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.floating-form label {
    display: block;
    margin: 0 0 15px;
}
.floating-form label > span {
    float: left;
    font-weight: bold;
    padding-right: 5px;
    width: 79px;
}
.floating-form span.required {
    color: red;
float:left;
}
.floating-form .tel-number-field {
    text-align: center;
    width: 42px;
    height: 51px;
}
.floating-form .long {
    width: 307px;
    height: 42px;
	text-align:left;
	padding-left:5px;
}
.floating-form input.input-field {
    width: 100%;
    height: 35px;
}
.floating-form input.input-field, .floating-form .tel-number-field, .floating-form .textarea-field, .floating-form .select-field {
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    box-sizing: border-box;
    outline: medium none;
}
.floating-form .input-field:focus, .floating-form .tel-number-field:focus, .floating-form .textarea-field:focus, .floating-form .select-field:focus {
    border: 1px solid #0c0;
}
.floating-form .textarea-field {
    height: 100px;
    width: 68%;
}
.floating-form input[type="button"], .floating-form input[type="submit"], .contact-opener {
    color: #ffffff;
cursor: pointer;
display: inline-block;
font-size: 23px;
font-weight: 700;
letter-spacing: 2px;
padding: 17px;
margin-top: -16px;
}
.floating-form input[type="button"]:hover, .floating-form input[type="submit"]:hover, .contact-opener {
}
.floating-form .success {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #d8ffc0 none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #2e6800;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 3px;
    color: #2e6800;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 7px 12px;
}
.floating-form .error {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffe8e8 none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #4584ed;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 3px;
    color: #4584ed;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 5px 10px;
}
/* carousel */
.media-carousel 
{
  margin-bottom: 0;

  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 8%;
    color: #333;
    font-size: 87px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
 background-image: none;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 8%;
    color: #333;
    font-size: 87px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img {
    width: 300px;
    height: 200px;
}

.thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 22px;
    height: 350px;
}

/* End carousel */


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background: #e1e1e1;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 {
  font-family: 'Exo 2', sans-serif;
  font-size: 3.55em;
  line-height: 1.75em;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
}


/** page structure **/
#w {
  display: block;
  max-width: 830px;
  min-width: 300px;
  margin: 0 auto;
  padding: 2px 3px;
}


/** posts slider widget **/
.crsl-items {
  display: block;
  padding: 5px;
}

.crsl-item {
  background: #fff;
}

.crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.crsl-item .thumbnail img { 
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.crsl-item .thumbnail:hover img {
  opacity: 0.8;
}

.crsl-item h3 {
  font-family: 'Oswald', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 1.95em;
  line-height: 1.25em;
  margin-bottom: 12px;
}
.crsl-item h3 a {
  text-decoration: none;
  color: #333;
}
.crsl-item h3 a:hover {
  text-decoration: underline;
}

.crsl-item .postdate {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  font-size: 1.2em;
  font-weight: bold;
  background: #4e90da;
}

.crsl-item p {
  font-size: 1.2em;
  line-height: 1.55em;
  margin-bottom: 5px;
}

.crsl-item p.readmore a {
  display: block;
  float: right;
  color: #4e90da;
  padding: 3px 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.crsl-item p.readmore a:hover {
  background: #4b6caa;
  color: #fff;
}


/** posts slider nav **/
.slidernav {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.slidernav a {
  display: inline-block;

  padding: 5px 8px;
  margin-right: 8px;
  font-size: 1.4em;
  background: #454545;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}
.slidernav a:active {
  -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

form-horizontal .control-label {
    text-align: center !important;
    margin-bottom: 0;
    padding: 0px !important; 
}
/** media queries **/
@media screen and (max-width: 660px) {
  h1 { font-size: 2.4em; line-height: 1.2em; }
  
  .crsl-item h3 { font-size: 1.65em; }
}
.date_input {
    width: 95%;
    height: 42px;
    border-radius: 12px;
    padding: 12px;
    }
.new-location {
    font-size: 20px !important;
    line-height: 30px;
    font-weight: 600;
    display: block;
}
.req_head {padding: 18px;font-size:30px !important;color: #bd3c36;}
/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


.bga {background-color: #d22328; width: 100%; height: 70px;}
.mainpic{width: 25%; float: left;}
.pic-circle {
    border: #FFFFFF;
    box-shadow: 5px 8px 10px #000000ba;
    border-radius: 40px 40px 40px 40px;
    float: left;
    width: 55px;
    height: 55px;
    background-color: #fff;
    margin-left: 5px;
    margin-top: 6px;
}

.pic-circle img {
    border-radius: 40px 40px 40px 40px;
    float: left;
    width: 55px;
    height: 55px;
    background-color: #fff;
    border: solid #fff 3px;
}

.left-text{width: 65%;float:left;color: #fff;padding-left: 18px;font-size: 16px;line-height: 63px;font-weight: 600;}

.right-yellow {
    width: 9%;
    height: 70px;
    background-color: #fe9017;
    float: right;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    line-height: 64px;
}

@media  only screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
            .write-review-left {
            width: 100%;
            padding:15px;
             }
             .write-review-right {
                width: 100%;
         
     }
             .rating__item{ padding-left: .2em;
            padding-right: 0em;
            margin-top: 0px;}
            
            .write-review-right-inner {
            width: 56%;
            font-size: 14px;
            margin-top: -13%;
}
	
	.mainpic {width: 100%;height:auto;float: left;}
	.left-text {width: 81%;height:auto;float: left;line-height: 19px;padding-right: 27px;padding-top: 11px;font-size: 100%;}
	.bga {width: 100%;height:auto;float: none;padding: 10px;}
        
.right-yellow {
    width: 19%;
    height: 70px;
    background-color: #fe9017;
    float: right;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 64px;
}
	.right-star {
    float: right;
    width: 100%;
}
	h5, .h5 {
    font-size: 100%;
    text-align: left;
}
	
	.write-review-right p {
    text-align: center;
    font-size: 29px;
    padding-top: 5%;
    font-weight: 500;
    color: #333;
}
} 


@media  only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: portrait) {
            .write-review-left {
            width: 100%;
            padding:15px;
             }
             .write-review-right {
                width: 100%;
         
     }
             .rating__item{ padding-left: .2em;
            padding-right: 0em;
            margin-top: 0px;}
            
            .write-review-right-inner {
            width: 56%;
            font-size: 14px;
            margin-top: -13%;
}
	
	.mainpic {width: 100%;height:auto;float: left;}
	.left-text {width: 81%;height:auto;float: left;line-height: 19px;padding-right: 27px;padding-top: 11px;font-size: 100%;}
	.bga {width: 100%;height:auto;float: none;padding: 10px;}
        
.right-yellow {
    width: 19%;
    height: 70px;
    background-color: #fe9017;
    float: right;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 64px;
}
	.right-star {
    float: right;
    width: 100%;
}
	h5, .h5 {
    font-size: 100%;
    text-align: left;
}
	
	.write-review-right p {
    text-align: center;
    font-size: 29px;
    padding-top: 5%;
    font-weight: 500;
    color: #333;
}
} 

@media  only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
            .write-review-left {
            width: 69%;
            padding:15px;
            float: left;
            }
             .write-review-right {
                width: 29%;
                float: right;
     }
             .rating__item{ padding-left: .2em;
            padding-right: 0em;
            margin-top: 0px;}
            
            .write-review-right-inner {
            width: 56%;
            font-size: 14px;
            margin-top: -13%;
}
	
	.mainpic {width: 30%;height:auto;float: left;}
	.left-text {width: 50%;height:auto;float: left;line-height: 19px;padding-right: 27px;padding-top: 17px;font-size: 100%;}
	.bga {width: 100%;height:auto;float: none;padding: 10px;}
        
.right-yellow {
    width: 19%;
    height: 70px;
    background-color: #fe9017;
    float: right;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 64px;
}
	.right-star {
    float: right;
    width: 37%;
}
	h5, .h5 {
    font-size: 100%;
    text-align: left;
}
	
	.write-review-right p {
    text-align: center;
    font-size: 29px;
    padding-top: 5%;
    font-weight: 500;
    color: #333;
}
} 
#logreg-forms h1 {    font-size: 21px;
    font-weight: 700;
    font-weight: 800 !important;
    text-transform: uppercase;}
#logreg-forms p.login-submit {margin-bottom:15px;}



