@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,600,700|Merriweather:300|Open+Sans:400,400i,700|Raleway:300,400,700');

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body{
    margin: 0;
    padding: 0;

    font-family: 'Open Sans', sans-serif;

    /*    font-family: 'Josefin Sans', sans-serif;
        font-family: 'Raleway', sans-serif;
        font-family: 'Merriweather', serif;*/
}
a{
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

input[type="submit"]{
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; 
}
.heading1{
    color: #fff;
    font-size: 74px;
    line-height: 30px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
}
.heading2{
    color: #515151;
    font-size: 36px;
    font-weight: normal;
    line-height: 25px;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    font-weight: 300;
}
.heading3{
    color: #c42a1d;
    font-size: 45px;
    font-weight: normal;
    line-height: inherit;
    text-transform: capitalize;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    margin-top: 5px;
}

.heading4{
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    line-height: inherit;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0px;
}
.heading5{
    color: #ee3b3b;
    font-size: 47px;
    line-height: 70px;
    text-transform: inherit;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    margin: 0px;
    letter-spacing: -1.6px;
}
.heading6{
    color: #515151;
    font-size: 30px;
    font-weight: normal;
    line-height: inherit;
    text-transform: inherit;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    margin-top: 5px;
}
.heading7{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.heading8{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: underline;
}

.sub_heading2{
    color: #515151;
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    font-weight: 300;
}


.sub_heading3{
    color: #c42a1d;
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    text-transform: capitalize;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    margin-top: 0;
}

.header{
    width: 100%;
    float: left; 
}
.hero_bg{
    width: 100%;
    float: left;
    height: 815px;
    background: url("../images/hero_bg.jpg") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.nav_container{
    width: 100%;
    float: left;
    background: rgba(255,255,255,0.9);
    height: 100px;
    margin-top: 57px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-brand{
    padding: 7px 15px;
}
.menu_right{
    float: left;
    width: auto;
    margin-left: 20px;
    margin-top: 23px;
}

.navbar-default .navbar-nav > li{
    margin: 0px;
    float: none;
    display: inline-block;
    margin: 0 5px;
}
.navbar-default .navbar-nav > li > a{
    color: #515151;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 16px;
    font-weight: 700;
    letter-spacing: 2px;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #ee3b3b;
}
.Social_media {
    float: right;
    margin-top: 23px;
}
a.media_link {
    display: inline-block;
    color: #ee3b3b;
    font-size: 30px;
    margin:0 12px;
}
a.facebook_icon {
    font-size: 26px;
}
a.media_link:hover{
    color: #515151;
}
.text_container{
    width: 100%;
    float: left;
    margin: auto;
    text-align: center;
    padding-top: 200px;
}
.top_tagline{
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 300;
    font-family: 'Josefin Sans', sans-serif;
    display: block;
    letter-spacing: -1px;
    margin-top: 35px;
}
.tm_style{
    font-size: 47px;
}
.Section1{
    width: 100%;
    float: left;
}
.Section1_left{
    width: 565px;
    float: right;
    padding: 80px 65px 0 0;
}
.Section1_right{
    width: 100%;
    height: 626px;
    background: #fff;
    /*    background: url(../images/right_section_bg.jpg) no-repeat top center;
       -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;*/
    position: relative;
}
.Section1_right_content{
    width: 541px;
    height: 555px;
    background: rgba(255,255,255,0.96);
    -webkit-box-shadow:0 0 20px 8px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.23);
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.23);
    padding: 20px 64px 80px;
    margin-left: 30px;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.short_title{
    color: #646464;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.home_parent_style {
    width: 100%;
    margin: 0 auto;
}
.rightmargintextfield {
    margin-right: 19px;
}
.colfield {
    padding: 0px;
    width: 47.5%;
}
.shadow_style {
    margin-bottom: 23px !important;
    box-shadow: 0 0 6px 3px #e8e8e8;
}
.holder {
    position: absolute;
    left: 105px;
    top: 22px;
}
.holder2 {
    position: absolute;
    left: 129px;
    top: 22px;
    z-index: 111;
}
.holder3 {
    position: absolute;
    left: 70px;
    top: 22px;
    z-index: 111;
}
.blue {
    color: red;
    font-size: 14px;
}
.exter_class1 {
    margin-bottom: 25px;
    webkit-box-shadow: 0 0 6px 3px #e8e8e8;
    -moz-box-shadow: 0 0 6px 3px #e8e8e8;
    box-shadow: 0 0 6px 3px #e8e8e8;
    width: 99.5%;
}
.form-control {
    display: block;
    width: 100%;
    height: 59px;
    padding: 7px 12px 6px 21px;
    font-size: 14px;
    line-height: inherit;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d3d3d3;
    border-radius: 0px;
    -webkit-box-shadow: 5px 0px 18px rgba(13,13,13,.016);
    box-shadow: 5px 0px 18px rgba(13,13,13,.016);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    letter-spacing: 0.9px;
}
.button__container {
    text-align: center;
    width: 100%;
    float: left;

}

.btn {
    display: inline-block;
    padding: 20px 38px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.btn-success {
    color: #fff;
    background-color: #515151;
    border-color: #515151;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.btn-success:hover {
    color: #fff;
    background-color: #8D251C;
    border-color: #8D251C;
    font-weight: 700;
}


.help_spread_section {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 90px 0 56px 0px;
}
.help_header_text {
    color: #515151;
    font-size: 46px;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    text-align: center;
}
.help_icon_section {
    width: 100%;
    margin: 21px auto 0 auto;
    text-align: center;
}
.black_f_icon {
    background: transparent none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 45px;
    margin: 0;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    width: 43px;
    text-align: center;
}
.black_f_icon a {
    display: block;
    color: red;
}
.black_f_icon a i {
    color: #ee3b3b;
    font-size: 35px;
    line-height: 42px;
    transition: all 0.3s ease-in-out 0s;
}
.black_f_icon a:hover i{
    color: #515151;  
}

ol.list_line{
    padding-left: 25px;
    margin-top: 30px;
}
ol.list_line li{
    color: #c42a1d;
    padding: 10px 0px;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
}

.Section2{
    width: 100%;
    float: left;
}
.services_content{
    width: 100%;
    float: left;
    background: url(../images/bg_services.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 947px;
    padding: 60px 0;
}
.services_content_left{
    width: 686px;
    height: 444px;
    background: url(../images/bg_service_cupuon.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    float: right;
    margin-top: 180px;
    padding: 50px 40px;
}
.content__floating{
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Safari */
    transform: rotate(-2deg);
    font-size: 18px;
    color: #515151;
    line-height: 29px;
    padding: 70px 55px 44px 55px;
    font-family: 'Merriweather', serif;
}
.services_content_right{
    padding-right: 50px;
}
.point__services{
    padding: 0;
}
.point__services li{
    padding: 0;
    list-style: none;
    margin-bottom: 28px;
}
.point__services li span{
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 30px;
}


.Section_Report{
    width: 100%;
    float: left;
    padding: 100px 0 50px;
    text-align: center;
}
.repot_block{
    background: #8D251C;
    border-radius: 7px;
    width: 508px;
    /*    height: 550px;*/
    height: auto;
    float: none;
    margin: 30px 26px 0;
    text-align: left;
    display: inline-block;
}
.report_heading{
    font-size: 38px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #a4362d;
    margin: 25px 0 0px -15px;
    padding-left: 35px;
    font-family: 'Raleway', sans-serif;
}
.repot_block_content{
    padding: 20px 25px 30px 25px;
    float: left;
    color:#fff;
    font-size: 22px;
}
.repot_block_content img{
    margin: auto;
    width: 148px;
    display: block;
    margin-bottom: 2px;
}
.sub_text{
    font-size: 24px;
}
.block_listing{
    margin-top: 30px;
}
.block_listing li{
    font-size: 18px;
    margin-bottom: 20px;
}

.block_listing li a{
    font-size: 20px;
    color:#fff;
    text-decoration: none;
}
a.button_send_quiry{
    display: block;
    background: #b49315;
    padding: 15px 5px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 23px;
    letter-spacing: -1.2px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
}
a.button_send_quiry:hover{
    background: #c9aa32;  
    color: #8d251c;
}


.last__child{
    margin-right: 0;
}

.section_contact{
    width: 100%;
    float: left;
    background: url(../images/contact_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 391px;
    padding: 75px 0px;
    text-align: center;
    color: #fff;
}
.section_contact .heading8{
    padding: 36px 0 23px;
}


.email_line a{
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    /* text-transform: uppercase; */
    text-decoration: none;
}
.email_line a:hover{
    color: #b49315;  
}
.footer{
    width: 100%;
    float: left;
    text-align: center;
    background: #ac8b0d;
    padding: 5px 0 14px;
    color: #fff;
}
.logo_footer{
    display: inline-block;
}
.nav_footer{
    margin: 0;
    display: inline-block;
    margin-top: 35px;
    margin-left: 20px;
}
.nav_footer li{
    margin: 0;
    list-style: none;
    float: left;
    margin: 0 25px;
}
.nav_footer li a{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    font-weight: 700;
    letter-spacing: 2px;
}
.nav_footer li a:hover{
    color: #8d251c;
}


.inner_header{
    width: 100%;
    float: left;
    height: 450px;
    background: url("../images/hero_bg.jpg") no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.inner_header .text_container{
    padding-top: 80px;
}
.Content_inner{
    width: 100%;
    float: left; 
    padding: 100px 0;
}
.Container_registration_form{
    position: relative;
}

.registration_form {
    width: 541px;
    height: auto;
    background: rgba(255,255,255,0.96);
    -webkit-box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.23);
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.23);
    padding: 20px 64px 50px;
    margin: auto;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.registration_form select{
    height: 59px;
    line-height: 59px;
    padding: 7px 12px 6px 0px !important; 
    text-indent:10px;
}

.registration_form .button__container{
    margin-top: 0;
}
#disc_code_div{
    position: relative; 
    margin-bottom: 25px;

    width: 99.5%;
}
.Discount__btn{
    position: absolute;
    right: 0;
    top: 0;
    z-index:2;
}
.Discount__btn .btn-success{
    background: #8D251C;
    border: 0;
    padding: 20px 38px 19px;
}

.Discount__btn .btn-success:hover{
    background: #515151;
}
.message_green{
    padding: 10px;
    margin: 20px 0;
    color: green;
}
.message_red{
    padding: 10px;
    margin: 20px 0;
    color: red;
}

/*style  inner page*/

.inner_container{
    min-height: 500px;

}
.section_inner{
    float: left;
    width: 100%;
    line-height: 24px;
}

.form_message{
    color:green;
    padding:5px;
}
.brief_report_main p{
    font-size: 18px;
    line-height: 30px;
}
.block_listing_02{
    list-style: none;
    padding: 0;
}
.block_listing_02 li{
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 18px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.img_container{
    display: inline-block;
    float: left;
    padding: 0px 20px 5px 5px;
}
.img_container img{
    width: 100px;
}
.note_text{
    color: #c42a1d;
    padding: 10px 0px;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
}

.footer_brief_section{
    text-align: center;
    margin: 50px 0;
}
.footer_brief_section p{
    font-size: 19px;
    margin: 17px 0;
}
.footer_brief_section .button_send_quiry{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    width: 300px;
    font-size: 18px;
    display: inline-block;

}
.price_tag{
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 5px;
}

.footer_brief_toggler{
    text-align: center;
    margin: 10px 0;
}
.footer_brief_toggler .input-group{
    width: 100%;
    padding-left: 15px;
}
.footer_brief_toggler .Discount__btn .btn-success{
    width: 100%;
}
.imgg_container{
	width: 25%;
	float: left;
    height: 40px;
    margin: 0;
    padding: 0;
}
.captcha_input{
	width: 70% !important;
	float: right !important;

}
.form_captcha{
	color: red;
    padding: 5px;
}

/****************Responsive style********************/

@media (min-width: 992px) and (max-width: 1199px){

    .menu_right{
        width: 68%;
    }  
    .heading1{
        line-height: 65px;
    }
    .Section1_left {
        width: 565px;
        float: left;
        padding: 80px 81px 0 0;
    }
    .Section1_right_content{
        width: 470px;
        padding: 20px 34px 80px;
    }
    .services_content{
        height: auto;
    }
    .services_content_left{
        margin-top: 0;
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .menu_right{
        width: 60%;
        margin-left: 0;
    }  
    .navbar-default .navbar-nav > li{
        margin: 0;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 13px;
        padding: 15px 8px;
        letter-spacing: 1px;
    }
    .text_container{
        padding-top: 150px;
    }
    .heading1{
        line-height: 65px;
    }
    .Section1_left {
        width: 100%;
        float: left;
        padding: 60px 80px 30px 0;
    }
    .Section1_right_content{
        width: 470px;
        padding: 20px 34px 80px;
    }
    .services_content{
        height: auto;
    }
    .services_content_left{
        margin-top: 0;
        float: left;
    }
    .logo_footer {
        margin-top: 18px;
    }
    .nav_footer{
        margin-left: 0;
        margin-top: 20px;
        padding: 0;
    }

}

@media (min-width: 600px) and (max-width: 767px){
    .navbar-collapse{
        background: rgba(255, 255, 255, 0.90);
        position: absolute;
        top: 100%;
        width: 96%;
        left: 2%;
        z-index: 1;
    }
    .heading5{
        font-size: 38px;
    }
    .menu_right{
        width: 100%;
        border-radius: 0;
        float: left;
        margin-top: 10px;
        margin-left: 0;
        background: transparent;
    }  
    .navbar{
        min-height: 100px;
        margin-bottom: 0;
    }
    .navbar-header {
        margin-top: 0px;
        z-index: 3;
        position: relative;
    }
    .navbar-toggle{
        margin-top: 30px;
        z-index: 3;
        background-color: #8d251c!important;
        border-color: #ee3b3b !important;
    }

    .navbar-default .navbar-nav > li {
        margin: 0 4px;
        float: left;
        display: block;
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a{
        padding: 10px 13px;  
    }
    .navbar-default .navbar-nav > li{
        margin: 0;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 15px;
        text-align: center;
    }
    .Social_media {
        float: none;
        margin-top: 23px;
        text-align: center;
    }
    .heading1{
        line-height: 55px;
        font-size: 55px;
    }
    .text_container{
        padding-top: 150px;
    }
    .tm_style{
        font-size: 32px;
    }
    .Section1_left {
        width: 100%;
        float: left;
        padding: 60px 10px 30px 0;
    }
    .content__floating{
        padding: 20px 40px;
    }
    .Section1_right_content{
        width: 470px;
        padding: 20px 34px 80px;
    }
    .services_content{
        height: auto;
    }
    .services_content_left{
        width: 566px;
        margin-top: 0;
        float: left;
        background-size: 100%;
    }
    .logo_footer {
        margin-top: 18px;
    }
    .nav_footer{
        margin-left: 0;
        margin-top: 20px;
        padding: 0;
    }
    .nav_footer li{
        margin: 0 18px;
    }

    .img_container {
        display: inline-block;
        float: left;
        padding: 0px 20px 35px 5px;
    }
}

@media (min-width: 480px) and (max-width: 599px){
    .navbar-collapse{
        background: rgba(255, 255, 255, 0.90);
        position: absolute;
        top: 100%;
        width: 96%;
        left: 2%;
        z-index: 1;
    }
    .heading5{
        font-size: 30px;
    }
    .heading3{
        font-size: 40px;
    }
    .menu_right{
        width: 100%;
        border-radius: 0;
        float: left;
        margin-top: 10px;
        margin-left: 0;
        background: transparent;
    }  
    .navbar{
        min-height: 100px;
        margin-bottom: 0;
    }
    .navbar-header {
        margin-top: 0px;
        z-index: 3;
        position: relative;
    }
    .navbar-toggle{
        margin-top: 30px;
        z-index: 3;
        background-color: #8d251c!important;
        border-color: #ee3b3b !important;
    }

    .navbar-default .navbar-nav > li {
        margin: 0 4px;
        float: left;
        display: block;
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a{
        padding: 10px 13px;  
    }
    .navbar-default .navbar-nav > li{
        margin: 0;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 15px;
        text-align: center;
    }
    .Social_media {
        float: none;
        margin-top: 23px;
        text-align: center;
    }
    .heading1{
        line-height: 55px;
        font-size: 55px;
    }
    .text_container{
        padding-top: 150px;
    }
    .tm_style{
        font-size: 32px;
    }
    .Section1_left {
        width: 100%;
        float: left;
        padding: 60px 10px 30px 0;
    }
    .content__floating{
        padding: 5px 20px;
        font-size: 13px;
        line-height: 24px;
    }
    .content__floating .heading5{
        line-height: 30px;

    }
    .Section1_right_content{
        width: 450px;
        padding: 20px 34px 80px;
        margin-left: 15px;
    }
    .help_header_text{
        font-size: 40px;
    }
    .services_content{
        height: auto;
    }
    .services_content_left{
        width: 465px;
        height: 300px;
        margin-top: 0;
        float: left;
        background-size: 100%;
    }
    .repot_block{
        width: 420px;
    }
    .report_heading{
        font-size: 30px;
    }
    a.button_send_quiry{
        font-size: 19px;
    }
    .logo_footer {
        margin-top: 18px;
    }
    .nav_footer{
        margin-left: 0;
        margin-top: 20px;
        padding: 0;
    }
    .nav_footer li{
        margin: 0 9px;
    }
    .registration_form{
        width: 450px;
        padding: 20px 30px 50px;
    }

    .img_container {
        display: inline-block;
        float: left;
        padding: 0px 20px 15px 5px;
    }

    .footer_brief_section .heading2{
        line-height: 38px;
    }
}

@media (min-width: 200px) and (max-width: 479px){
    .navbar-collapse{
        background: rgba(255, 255, 255, 0.90);
        position: absolute;
        top: 100%;
        width: 96%;
        left: 2%;
        z-index: 1;
    }
    .heading4{
        font-size: 26px;  
    }
    .heading5{
        font-size: 30px;
    }
    .heading6{
        font-size: 22px;
    }
    .heading3{
        font-size: 40px;
    }
    .menu_right{
        width: 100%;
        border-radius: 0;
        float: left;
        margin-top: 10px;
        margin-left: 0;
        background: transparent;
    }  
    .navbar{
        min-height: 100px;
        margin-bottom: 0;
    }
    .navbar-header {
        margin-top: 0px;
        z-index: 3;
        position: relative;
    }
    .navbar-toggle{
        margin-top: 30px;
        z-index: 3;
        background-color: #8d251c!important;
        border-color: #ee3b3b !important;
    }

    .navbar-default .navbar-nav > li {
        margin: 0 4px;
        float: left;
        display: block;
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a{
        padding: 10px 13px;  
    }
    .navbar-default .navbar-nav > li{
        margin: 0;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 15px;
        text-align: center;
    }
    .Social_media {
        float: none;
        margin-top: 23px;
        text-align: center;
    }
    .heading1{
        line-height: 55px;
        font-size: 55px;
    }
    .text_container{
        padding-top: 115px;
    }
    .tm_style{
        font-size: 32px;
    }
    .Section1_left {
        width: 100%;
        float: left;
        padding: 60px 10px 30px 0;
    }
    .content__floating{
        padding: 8px 16px 0 26px;
        font-size: 11px;
        line-height: 14px;
    }
    .content__floating .heading5{
        line-height: 7px;
        font-size: 21px;
    }
    .Section1_right_content{
        width: 285px;
        padding: 20px 34px 80px;
        margin-left: 15px;
        height: auto;
    }
    .colfield {
        padding: 0px;
        width: 100%;
    }
    .help_header_text{
        font-size: 24px;
    }
    .services_content{
        height: auto;
    }
    .services_content_left{
        width: 290px;
        height: 215px;
        margin-top: 0;
        padding: 25px 7px;
        float: left;
        background-size: 100%;
    }
    .services_content_right {
        padding-right: 0;
    }
    .repot_block{
        width: 270px;
        margin: 30px 0 0;
    }
    .repot_block_content{
        font-size: 18px;
    }
    .report_heading{
        font-size: 20px;
        padding: 10px 10px 10px 35px;
        display: block;
    }
    .block_listing li a{
        font-size: 16px;
    }
    .sub_text {
        font-size: 14px;

    }
    a.button_send_quiry{
        font-size: 19px;
    }
    .section_contact{
        height: 460px;
    }
    .logo_footer {
        margin-top: 18px;
    }
    .nav_footer{
        margin-left: 0;
        margin-top: 20px;
        padding: 0;
    }
    .nav_footer li{
        margin: 2px 9px;
        display: block;
        width: 100%;
    }
    .email_line a{
        font-size: 12px;
    }

    .registration_form{
        width: 100%;
        padding: 20px 20px 50px;
    }
    #disc_code_div .col-xs-8 {
        width: 100%;
    }   
    #disc_code_div .col-xs-4 {
        width: 100%;
    }

    .Discount__btn {
        position: relative;
        left: 0;
        top: 0;
        z-index: 2;
    }
    .Discount__btn .btn-success {
        display: block;
    }


    .brief_report_main{
        text-align: center;
    }
    .img_container {
        display: block;
        float: left;
        padding: 20px 20px 5px 5px;
        text-align: center;
        width: 100%;
    }

    .footer_brief_section .heading2{
        line-height: 38px;
    }
    .footer_brief_section .button_send_quiry{
        font-size: 18px;
        width: 215px;
    }


    .footer_brief_toggler .input-group {
        width: 100%;
        padding-left: 0;
    }
    .footer_brief_toggler .Discount__btn .btn-success{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer_brief_toggler .shadow_style {
    margin-bottom: 15px !important;
    }

}
















.post-list{

    padding: 0;
    margin: 0;
    width: 100%;

}


.post-list li:first-child {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.post-list li{

    list-style: none;
    display: block;
    padding: 67px 0px 72px 0px;
    text-align: center;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #fff;
    transition-property: all;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;

}




.post-text{
    width: auto;
    font-family: 'ProximanovaLight';
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #393939;
    padding: 0 80px;
    position: relative;
    top: 10px;

}
.post-text{
    font-family:  'Open Sans'!important;

}
.title-post a{
    color: #515151!important;
    text-decoration: none;

}

.section_inner img{width:100%;}
