body {
    margin: 0;
}

@font-face {
    font-family: 'gotham-black';
    src: url('/app_themes/fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'), url('/app_themes/fonts/Gotham-Black.otf') format('opentype'), url('/app_themes/fonts/Gotham-Black.woff') format('woff'), url('/app_themes/fonts/Gotham-Black.ttf') format('truetype'), url('/app_themes/fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-medium';
    src: url('/app_themes/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('/app_themes/fonts/Gotham-Medium.otf') format('opentype'), url('/app_themes/fonts/Gotham-Medium.woff') format('woff'), url('/app_themes/fonts/Gotham-Medium.ttf') format('truetype'), url('/app_themes/fonts/Gotham-Medium.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-mediumitalic';
    src: url('/app_themes/fonts/Gotham-MediumItalic.eot?#iefix') format('embedded-opentype'), url('/app_themes/fonts/Gotham-MediumItalic.otf') format('opentype'), url('/app_themes/fonts/Gotham-MediumItalic.woff') format('woff'), url('/app_themes/fonts/Gotham-MediumItalic.ttf') format('truetype'), url('/app_themes/fonts/Gotham-MediumItalic.svg#Gotham-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-book';
    src: url('/app_themes/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('/app_themes/fonts/Gotham-Book.otf') format('opentype'), url('/app_themes/fonts/Gotham-Book.woff') format('woff'), url('/app_themes/fonts/Gotham-Book.ttf') format('truetype'), url('/app_themes/fonts/Gotham-Book.svg#Gotham-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Menu site */

body {
    margin: 0;
    font: 12px 'gotham-book';
    line-height: 1.42857143;
    margin-top: -35px;
}
.grey-bg {
    background: #f7f7f7;
    margin-top: 50px;
}
input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #fff
}

input::-webkit-input-placeholder {
    color: #fff
}

textarea::-moz-placeholder {
    color: #fff;
    opacity: 1
}

textarea:-ms-input-placeholder {
    color: #fff
}

textarea::-webkit-input-placeholder {
    color: #fff
}

.arrow_absolute {
    position: absolute;
    width: 99px;
    z-index: 99999;
    right: 0;
    bottom: 30px;
}

.position_relative {
    position: relative;
}

.navigation {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url(/app_themes/images/menu_bg.png) no-repeat 0 0 / 100% 100%;
    z-index: 99999999;
    display: none;

}

.container_position {
    position: absolute;
    z-index: 9999999;
    left: 0;
    right: 0;
}

.nav_header {
    height: auto;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.nav_logo {
    height: 56px;
    width: 264px;
    float: left;
}

.nav_logo a {
    float: left;
    width: 100%;
}

.nav_icon_num_container {
    float: right;
}

.nav_top_num {
    background: url(/app_themes/images/sprite.png) no-repeat 0 -594px;
    padding: 4px 0px 7px 36px;
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

.nav_soicon_container {
    text-align: center;
    margin-top: 16px;
}

.nav_soicon_container a {
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 16px;
}

.nav_soicon_container a:last-child {
    margin-right: 0px;
}

.nav_soicon_img1 {
    background: url(/app_themes/images/sprite.png) no-repeat -1px -694px;
}

.nav_soicon_img2 {
    background: url(/app_themes/images/sprite.png) no-repeat -1px -594px;
}

.nav_soicon_img3 {
    background: url(/app_themes/images/sprite.png) no-repeat -1px -594px;
}

.nav_soicon_img4 {
    background: url(/app_themes/images/sprite.png) no-repeat -1px -504px;
}

.nav_soicon_img1:hover {
    background-position: -1px -739px;
}

.nav_soicon_img2:hover {
    background-position: -1px -642px;
}

.nav_soicon_img3:hover {
    background-position: -1px -642px;
}

.nav_soicon_img4:hover {
    background-position: -2px -547px;
}

.nav_content_cotainer {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 0;
}

.nav_menu {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.nav_menu a {
    color: #ffffff;
    font: 40px 'gotham-black';
    border-bottom: 3px solid #53a6e6;
    padding: 23px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.nav_menu a:hover,
.nav_menu a:focus {
    color: #e92a3b;
    text-decoration: none;
}

.nav_newsletter_contanier {
    width: 100%;
    display: none;
}

.nav_newsletter {
    width: 70%;
    display: inline-block;
}

.nav_newsletter p {
    font: 16px 'gotham-book';
    color: #ffffff;
    display: inline-block;
    width: 56%;
    margin-top: 16px;
}

.newsletter_input_container {
    width: auto;
    display: inline-block;
    text-align: center;
    margin-top: 22px;
}

.newsletter_input {
    height: 42px;
    width: 292px;
    border: 3px solid #ffffff;
    background: transparent;
    float: left;
    border-right: none;
    padding: 0px 12px;
    color: #ffffff;
    font: 16px 'gotham-book';
}

.newsletter_input_button {
    background-color: #000000;
    height: 42px;
    width: 147px;
    border: 3px solid #ffffff;
    float: left;
    padding: 0px 18px;
    color: #ffffff;
    font: 16px 'gotham-medium';
    text-transform: uppercase;
}

.newsletter_input_button:hover {
    opacity: 0.7;
}

#newsLetterSuccess {
    background: #16830e url(/app_themes/images/sprite.png) no-repeat 106px -857px;
    display: none;
}

.nav_soicon_bottom {
    display: inline-block;
    margin-top: 18px;
    padding-bottom: 30px;
}

.nav_iconul {
    float: left;
    list-style: none;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 0;
}

.nav_iconul li {
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.nav_iconul li a {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}

.nav_iconul li .nav_icon_img1:hover {
    background: url(/app_themes/images/sprite.png) no-repeat -1px -1570px;
}

.nav_iconul li .nav_icon_img3:hover {
    background: url(/app_themes/images/sprite.png) no-repeat -1px -1629px;
}

.nav_iconul li .nav_icon_img4:hover {
    background: url(/app_themes/images/sprite.png) no-repeat -1px -1690px;
}

.nav_icon_img1 {
    height: 36px;
    width: 36px;
    background: url(/app_themes/images/sprite.png) no-repeat -1px -1371px;
}

.nav_icon_img3 {
    height: 36px;
    width: 36px;
    background: url(/app_themes/images/sprite.png) no-repeat -1px -1435px;
}

.nav_icon_img4 {
    height: 36px;
    width: 37px;
    background: url(/app_themes/images/sprite.png) no-repeat -1px -1502px;
}

.menu_close {
    height: 49px;
    width: 48px;
    display: inline-block;
    background: url(/app_themes/images/menu_close.png) 0 0 / 100% 100%;
    margin-top: 225px;
    cursor: pointer;
}

/* Menu end */

/* Get Quote */

.gt_main_container {
    position: absolute;
    width: 540px;
    height: auto;
    background: url(/app_themes/images/get_quote_bg.png) no-repeat 0 0 / 100% 100%;
    z-index: 99999999;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    top: 70px;
    padding-bottom: 40px;
    text-align: center;
}

.gt_text_container {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.gt_close {
    background: url(/app_themes/images/gt_close.png) no-repeat 0 0 / 100% 100%;
    float: right;
    height: 14px;
    width: 14px;
    margin: 10px 10px;
    cursor: pointer;
}

.nav_logo img {
    width: 100%;
}

.gt_text_container h2 {
    text-align: center;
    color: #ffffff;
    font: 36px 'gotham-black';
    margin-bottom: 30px;
}

.wrapperform {
    width: 90%;
    display: inline-block;
}

.form_cotainer {
    width: 100%;
    display: inline-block;
}

.form_label {
    width: auto;
    text-align: left;
    color: #ffffff;
    font: 16px 'gotham-book';
    margin-top: 20px;
    float: left;
}

.form_input_text {
    width: 320px;
    border: 2px solid #ffffff;
    background: transparent;
    padding: 13px 10px;
    color: #ffffff;
    font: 16px 'gotham-book';
    margin-top: 10px;
    float: right;
    border-radius: 4px;
}

.input_select {
    width: 320px;
    border: 2px solid #ffffff;
    background: transparent;
    padding: 13px 10px;
    font: 16px 'gotham-book';
    margin-top: 6px;
    float: right;
    border-radius: 4px;
    color: #ffffff;
}

.input_textarea {
    width: 320px;
    height: 95px;
    border: 2px solid #ffffff;
    background: transparent;
    padding: 13px 10px;
    font: 16px 'gotham-book';
    margin-top: 10px;
    float: right;
    border-radius: 4px;
    color: #fff;
}

.form_input_alphabet {
    width: 222px;
    border: 2px solid #ffffff;
    background: transparent;
    padding: 13px 10px;
    color: #ffffff;
    font: 16px 'gotham-book';
    margin-top: 10px;
    float: right;
    border-radius: 4px;
}

.form_label_alphabet {
    width: 219px;
    text-align: left;
    color: #ffffff;
    font: 16px 'gotham-book';
    margin-top: 25px;
    float: left;
}

.submitBtn {
    background-color: #ffffff;
    color: #a50b0b;
    font: 20px 'gotham-medium';
    margin-top: 30px;
    border: none;
    cursor: pointer;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 6px;
}

.submitBtn:hover {
    opacity: 0.7;
}

.formLeft_captcha {
    position: relative;
}

.formLeft_captcha .form_input_text {
    width: 32%;
    margin-left: 8px;
}

.formLeft_captcha .refreshBtn1 {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 24px;
    background: url(/app_themes/images/sprite.png) no-repeat 0px -811px;
    cursor: pointer;
}

/* End Get Quote */

/* Contact US */

.contact_main_container {
    position: absolute;
    width: 58%;
    height: auto;
    background-color: #364fbe;
    z-index: 999999999;
    left: 0;
    right: 0;
    margin: auto;
    top: 166px;
    display: none;
    padding-bottom: 40px;
}

.contact_text_container {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.contact_close {
    background: url(/app_themes/images/gt_close.png) no-repeat 0 0 / 100% 100%;
    float: right;
    height: 14px;
    width: 14px;
    margin: 10px 10px;
    cursor: pointer;
}

.contact_text_container h2 {
    text-align: center;
    color: #ffffff;
    font: 32px 'gotham-medium';
    text-transform: uppercase;
    margin-bottom: 40px;
}

.wrapper_contact_form {
    width: 90%;
    display: inline-block;
}

.contact_form_cotainer {
    width: 50%;
    float: left;
    margin-top: 10px;
}

.contact_form_cotainer:nth-child(2n+2) {
    float: right;
}

.contact_form_label {
    width: 214px;
    color: #ffffff;
    font: 16px 'gotham-book';
    float: left;
    text-align: left;
}

.contact_form_input_text {
    width: 94%;
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    font: 16px 'gotham-book';
    margin-top: 8px;
    border-radius: 4px;
    float: left;
    padding: 10px 10px;
    text-align: left;
}

.contact_input_select {
    width: 94%;
    border: 2px solid #ffffff;
    background: transparent;
    font: 16px 'gotham-book';
    margin-top: 10px;
    border-radius: 4px;
    padding: 8px 10px;
    float: left;
    text-align: left;
    color: #ffffff;
}

select option {
    color: #000;
}

.contact_input_textarea {
    width: 94%;
    height: 126px;
    border: 2px solid #ffffff;
    background: transparent;
    padding: 13px 10px;
    font: 16px 'gotham-book';
    margin-top: 10px;
    float: left;
    border-radius: 4px;
    color: #ffffff;
}

.contact_input_option {
    font: 16px 'gotham-book';
    color: #ffffff;
}

.contact_button {
    background-color: #ffffff;
    color: #106d6f;
    font: 18px 'gotham-medium';
    margin-top: 16px;
    border: none;
    cursor: pointer;
}

.contact_button:hover {
    opacity: 0.7;
}

.Conform_captcha {
    position: relative;
}

.Conform_captcha .contact_form_input_text {
    width: 46%;
    margin-right: 6px;
}

.Conform_captcha .refreshBtn {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 24px;
    top: 44px;
    background: url(/app_themes/images/sprite.png) no-repeat 0px -811px;
    cursor: pointer;
}

/* Contact Us End */

.full_width_container {
    width: 100%;
    height: auto;
    text-align: center;
}

.header {
    height: auto;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    height: auto;
    width: 264px;
    float: left;
}

.logo a {
    width: 100%;
    float: left;
}

.icon_num_container {
    float: right;
    padding-top: 0;
    display: flex;
}

.top_num {
    background: url(/app_themes/images/sprite.png) no-repeat 0 -594px;
    padding: 4px 0px 7px 36px;
    color: #fff;
    font-size: 16px;
}

.soicon_container {
    text-align: center;
    margin-top: 16px;
}

.soicon_container a {
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 16px;
}

.soicon_container a:last-child {
    margin-right: 0px;
}

.soicon_img1 {
    background: url(/app_themes/images/sprite.png) no-repeat 1px -695px;
    width: 32px;
    display: block;
    height: 32px;
    float: left;
    margin-right: 10px;
}

.soicon_img2 {
    background: url(/app_themes/images/sprite.png) no-repeat -1px -594px;
}

.soicon_img3 {
    background: url(/app_themes/images/sprite.png) no-repeat -1px -594px;
}

.soicon_img4 {
    background: url(/app_themes/images/sprite.png) no-repeat -1px -504px;
}

.soicon_img1:hover {
    background-position: -1px -739px;
}

.soicon_img2:hover {
    background-position: -1px -642px;
}

.soicon_img3:hover {
    background-position: -1px -642px;
}

.soicon_img4:hover {
    background-position: -2px -547px;
}



.show_num{
    cursor: pointer;
}
.width100{
    width: 100%;
}
.menu:hover {
    opacity: 0.7;
}

.menu {
    margin-right: 0;
    margin-top: -6px;
    margin-bottom: 0;
}

#close_menu{
    font-size: 36px;
    color: #fff;
    font-family: cursive;
    cursor: pointer;
    margin-top: -20px;
    margin-right: 10px;
}
.navbar-toggle{
    display: block !important;
}
.navbar-toggle .icon-bar{
    background: #fff;
}
.banner_content_container {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.banner_content_container h4 {
    text-align: center;
    color: #ffffff;
    font: 21px 'gotham-medium';
    margin: 0;
}

.banner_content_container h2 {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font: 50px 'gotham-black';
    margin: 0;
    display: block;
    width: 100%;
}

.banner_content_container h2 span {
    display: block;
}

.banner_content_container p {
    color: #ffffff;
    font: 17px 'gotham-medium';
    width: 60%;
    position: relative;
    display: inline-block;
    margin-top: 36px;
}

.banner_content_container p:after {
    width: 32%;
    background-color: #1a82bf;
    height: 5px;
    position: absolute;
    content: "";
    top: 95px;
    left: 0;
    right: 0;
    margin: auto;
}

.icon_container {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 200px;
}

.button_relative {
    position: relative;
}

.button_container {
    position: absolute;
    margin-top: 14px;
    left: 16px;
    bottom: 34px;
    z-index: 999;
}

.button_container a {
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 12px;
    font-size: 16px;
    display: inline-block;
}

.button_container a:hover,
.button_container a:focus {
    color: #ffffff;
    background-color: #ea2b3c;
    text-decoration: none;
}

.mouse_icon {
    height: 61px;
    width: 34px;
    background: url(/app_themes/images/sprite.png) no-repeat -6px -2189px;
    display: inline-block;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 28px;
    margin: auto;
}

.arrow_container {
    float: right;
    margin-top: 15px;
}

.arrow_img_left {
    height: 40px;
    width: 42px;
    background-image: url(/app_themes/images/arrow_left.png);
    cursor: pointer;
    float: left;
    margin-left: 10px;
}

.arrow_img_right {
    height: 40px;
    width: 42px;
    background-image: url(/app_themes/images/arrow_right.png) !important;
    cursor: pointer;
}

.product_no_full_width {
    width: 100%;
    background: url(/app_themes/images/contact_img.png) no-repeat 0 0 / 100% 100%;
    height: 285px;
    text-align: center;
    margin-top: 25px;
    padding-top: 55px;
}

.ulproduct_no {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 28px;
    display: inline-block;
}

.ulproduct_no span {
    text-align: center;
    display: block;
}

.product_font {
    font: 40px 'gotham-medium';
    color: #FFF;
    font-weight: bold;
}

.product_font_para {
    color: #ffffff;
    font: 16px 'gotham-medium';
}

.banner_pro_full_width {
    width: 100%;
    background: url(/app_themes/images/pro_banner.png) no-repeat 0 0 / 100% 100%;
    height: 650px;
    text-align: center;
}

.banner_pro_heading {
    display: inline-block;
    margin-top: 44px;
}

.banner_pro_heading span {
    color: #1b1a1a;
    font: 22px 'gotham-medium';
    margin: 0;
}

.banner_pro_heading h2 {
    color: #1b1a1a;
    font: 40px 'gotham-black';
    font-weight: bold;
    margin: 0;
    margin-top: 14px;
    text-transform: uppercase;
}

.product_box_container {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.ulproduct_box {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 42px;
    /*margin: 0;padding: 0;*/
}

.ulproduct_box1 {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 23px;
    display: inline-block;
}

.ulproduct_box li {
    width: 25%;
    list-style: none;
    display: inline-block;
}

.product_img1 {
    background: url(/app_themes/images/sprite.png) no-repeat -3px -970px;
    height: 128px;
    width: 128px;
    display: inline-block;
}

.product_img2 {
    background: url(/app_themes/images/sprite.png) no-repeat -202px -970px;
    height: 128px;
    width: 128px;
    display: inline-block;
}

.product_img3 {
    background: url(/app_themes/images/sprite.png) no-repeat -383px -968px;
    height: 128px;
    width: 128px;
    display: inline-block;
}

.product_img4 {
    background: url(/app_themes/images/sprite.png) no-repeat -3px -1190px;
    height: 128px;
    width: 128px;
    display: inline-block;
}

.product_img5 {
    background: url(/app_themes/images/sprite.png) no-repeat -203px -1190px;
    height: 128px;
    width: 128px;
    display: inline-block;
}

.ulproduct_box span {
    width: 100%;
    color: #646464;
    font: 18px 'gotham-medium';
    display: block;
    text-align: center;
}

.wrapper_productbox {
    display: inline-block;
    width: 66%;
}

.ulproduct_box1 span {
    width: 100%;
    color: #646464;
    font: 18px 'gotham-medium';
    display: block;
    text-align: center;
}

.blue_full_width_container {
    width: 100%;
    background: url(/app_themes/images/blue_bg.png) no-repeat 0 0 / 100% 100%;
    height: 483px;
    text-align: center;
    margin-top: -40px;
    padding-top: 55px;
}

.blue_bg_container {
    display: inline-block;
}

.blue_bg_icon {
    height: 33px;
    width: 33px;
    background: url(/app_themes/images/sprite.png) no-repeat -3px -2350px;
    float: right;
    margin-right: 80px;
    margin-top: 58px;
    cursor: pointer;
    position: relative;
}

.blue_bg_icon:hover {
    opacity: 0.5;
}

/* Write Review */

.review_full_width_container {
    width: 100%;
    background: url(/app_themes/images/request_bg.png) no-repeat 0 0 / 100% 100%;
    height: 504px;
    z-index: 99999999;
    position: absolute;
    text-align: center;
    display: none;
    margin-top: -74px;
}

.wrapper_review {
    display: inline-block;
    width: 70%;
    margin-top: 40px;
}

.wrapper_review span {
    height: 33px;
    width: 33px;
    float: left;
    background-image: url(../images/review_close.png);
    cursor: pointer;
    margin-top: 28px;
}

.wrapper_review span:hover {
    opacity: 0.5;
}

.wrapper_review h3 {
    font: 40px 'gotham-book';
    color: #ffffff;
    margin: 0;
}

.wrapper_review h2 {
    font: 40px 'gotham-black';
    color: #ffffff;
    margin: 0;
}

.review_form_cotainer {
    width: 100%;
    display: inline-block;
}

.review {
    width: 48%;
    float: left;
    margin-top: 30px;
}

.review:nth-child(2n+2) {
    float: right;
}

.review_textbox {
    width: 60%;
    display: inline-block;
}

.review_form_label {
    width: 25%;
    text-align: left;
    color: #ffffff;
    font: 16px 'gotham-book';
    margin-top: 20px;
    float: left;
}
.mtop30{
    margin-top: 30px;
}
.ptop0{
    padding-top: 0 !important;
}
.review_form_input_text {
    width: 75%;
    border: 2px solid #ffffff;
    background: transparent;
    padding: 10px 10px;
    color: #ffffff;
    font: 16px 'gotham-book';
    margin-top: 10px;
    float: right;
    border-radius: 4px;
}

.review_form_label_alphabet {
    width: 25%;
    text-align: left;
    color: #ffffff;
    font: 16px 'gotham-book';
    margin-top: 13px;
    float: left;
}

.review_input_textarea {
    width: 75%;
    height: 95px;
    border: 2px solid #ffffff;
    background: transparent;
    padding: 13px 10px;
    font: 16px 'gotham-book';
    margin-top: 10px;
    float: right;
    border-radius: 4px;
    color: #ffffff;
}

.review_form_input_alphabet {
    width: 222px;
    border: 2px solid #ffffff;
    background: transparent;
    padding: 13px 10px;
    color: #ffffff;
    font: 16px 'gotham-book';
    margin-top: 10px;
    float: left;
    border-radius: 4px;
}

.review_button {
    height: 56px;
    width: 200px;
    background-color: #ffffff;
    color: #106d6f;
    font: 18px 'gotham-medium';
    margin-top: 20px;
    border: none;
    cursor: pointer;
}

.review_button:hover {
    opacity: 0.7;
}

.blue_bg_container span {
    font: 26px 'gotham-medium';
    color: #fbfbfb;
    text-align: center;
}

.blue_bg_container h2 {
    color: #fbfbfb;
    font: 40px 'gotham-black';
    margin: 0;
}

.blue_bg_container p {
    font: 20px 'gotham-mediumitalic';
    color: #ffffff;
    margin-top: 26px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    line-height: 30px;
    padding: 0 140px;
}

.footer_full_container {
    width: 100%;
    background: url(/app_themes/images/footer_bg.png) no-repeat 0 0 / 100% 100%;
    height: auto;
    text-align: center;
    margin-top: -32px;
    padding: 100px 0 30px 0;
}

.footer_full_container h2 {
    color: #1b1a1a;
    font: 40px 'gotham-black';
    margin: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.footer_logo_container {
    display: inline-block;
    width: 100%;
}

.footer_logo {
    width: 90%;
    float: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    margin-top: 30px;
}

.ulfooter {
    width: 100%;
    display: inline-block;
}

.footer_socialIcons {
    text-align: center;
    width: 80%;
    display: inline-block;
    margin-top: 10px;
}

.footer-wrapper ul {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
}

.footer_socialIcons ul li {
    display: inline-block !important;
    margin: 0;
    line-height: normal;
    margin-left: 8px;
}

.footer_socialIcons ul li a {
    height: 36px;
    width: 36px;
    display: inline-block;
}

.footer_socialIcons ul li:nth-child(1) a {
    background: url(/app_themes/images/sprite.png) no-repeat -1px -1570px;
}

.footer_socialIcons ul li:nth-child(2) a {
    background: url(/app_themes/images/sprite.png) no-repeat -1px -1629px;
}

.footer_socialIcons ul li:nth-child(3) a {
    background: url(/app_themes/images/sprite.png) no-repeat -1px -1690px;
}

.ulfooter img {
    width: 80%;
    filter: grayscale(1);
}

.ulfooter img:hover {
    filter: inherit;
}

.img_width {
    width: auto !important;
    display: inline-block;
    margin-top: -10px;
}

.footer_container {
    display: inline-block;
    margin-top: 80px;
    width: 100%;
    padding-bottom: 8px;
}

.footer_container p {
    text-align: center;
    float: left;
    font: 12px 'gotham-book';
    color: #ffffff;
    margin: 0;
    margin-top: 4px;
}

.footer_container p a {
    text-decoration: none;
    color: #ffffff;
}

.footer_container span a {
    text-decoration: none;
    color: #8e8c8c;
}

.footer_container span a:hover {
    color: #FFF;
}

.footerInner {
    border-bottom: 1px solid #464545;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.trm_cnd_container {
    float: right;
    margin-top: 4px;
}

.trm_cnd_container .hreview-aggregate {
    display: inline-block;
}

/* Start */

.bg_silder,
.bg_silder .carousel-inner,
.bg_silder .carousel-inner .item,
.bg_silder .carousel-inner .item img {
    height: 100vh;
    min-height: 100vh;
    width: 100%;
}

.bg_silder .carousel-indicators .active {
    background-color: #e92a3b;
    border-radius: 0px 0px 0px 0px;
}

.bg_silder .carousel-indicators li {
    border-radius: 0px 0px 0px 0px;
}

#carousel-example-generic .left.carousel-control {
    left: auto !important;
    right: 80px !important;
    background-image: none !important;
    top: auto;
}

#carousel-example-generic .right.carousel-control {
    right: 20px;
    left: auto;
    top: auto;
}

.carousel-control {
    width: 15% !important;
    text-align: center !important;
    opacity: .5 !important;
    position: static !important;
}

#carousel-example-generic .carousel-control {
    height: 40px;
    width: 43px;
    bottom: 18px;
}

#carousel-example-generic .carousel-indicators {
    bottom: 120px;
}

.arrow_left {
    background: url(/app_themes/images/sprite.png) no-repeat -3px -1920px;
    height: 40px;
    width: 42px;
    float: left;
}

.arrow_right {
    background: url(/app_themes/images/sprite.png) no-repeat -3px -1820px;
    height: 40px;
    width: 42px;
    float: left;
    margin-left: 14px;
}

.slider1 {
    background: url(/app_themes/images/bg.png) no-repeat 0 0 / 100% 100%;
}

.slider2 {
    background: url(/app_themes/images/bg.png) no-repeat 0 0 / 100% 100%;
}

.slider3 {
    background: url(/app_themes/images/bg.png) no-repeat 0 0 / 100% 100%;
}

.slider4 {
    background: url(/app_themes/images/bg.png) no-repeat 0 0 / 100% 100%;
}

.footer_bg1 {
    background: url(/app_themes/images/footer_bg1.png) no-repeat 0 0 / 100% 100%;
    width: 100%;
    height: auto;
}

.arrow_absolute {
    position: absolute;
    width: 99px;
    z-index: 99999;
    right: 16px;
    bottom: 30px;
}

.full_width_pop {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: url(/app_themes/images/portfolio_bg.jpg) no-repeat center;
    z-index: 9999999999;
    overflow: hidden;
    background-size: cover;
    display: none
}

.pop_content {
    padding: 10px;
    border-radius: 8px;
    margin-top: 26%;
    text-align: center;
    width: 100%
}

.pop_content h4 {
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 42px;
    margin: 0;
    display: inline-block;
    width: 100%
}

#loader-1 span {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 0
}

.border-radius {
    border-radius: 500px
}

[id*=loader-] {
    margin-top: 20px;
    margin-bottom: 20px;
    float: none;
    display: inline-block
}

#loader-1 span:nth-child(1) {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border-radius: 500px;
    -webkit-animation: scale 1s .1s infinite cubic-bezier(.6, -.28, .735, .045);
    animation: scale 1s .1s infinite cubic-bezier(.6, -.28, .735, .045)
}

#loader-1 span:nth-child(2) {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border-radius: 500px;
    -webkit-animation: scale 1s .2s infinite cubic-bezier(.6, -.28, .735, .045);
    animation: scale 1s .2s infinite cubic-bezier(.6, -.28, .735, .045)
}

#loader-1 span:nth-child(3) {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border-radius: 500px;
    -webkit-animation: scale 1s .3s infinite cubic-bezier(.6, -.28, .735, .045);
    animation: scale 1s .3s infinite cubic-bezier(.6, -.28, .735, .045)
}

#loader-1 span:nth-child(4) {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border-radius: 500px;
    -webkit-animation: scale 1s .4s infinite cubic-bezier(.6, -.28, .735, .045);
    animation: scale 1s .4s infinite cubic-bezier(.6, -.28, .735, .045)
}

#loader-1 span:nth-child(5) {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    border-radius: 500px;
    -webkit-animation: scale 1s .5s infinite cubic-bezier(.6, -.28, .735, .045);
    animation: scale 1s .5s infinite cubic-bezier(.6, -.28, .735, .045)
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    25% {
        -webkit-transform: scale(.9, .9);
        transform: scale(.9, .9);
        background: #fff
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        margin: 0 3px;
        background: #fff
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    25% {
        -webkit-transform: scale(.9, .9);
        transform: scale(.9, .9);
        background: #fff
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        margin: 0 3px;
        background: #fff
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes rotateY {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    50% {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        background: #fff
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@keyframes rotateY {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    50% {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        background: #fff
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}

@-webkit-keyframes rotateX {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
    50% {
        -webkit-transform: rotateX(90deg) scale(.5, .5);
        transform: rotateX(90deg) scale(.5, .5);
        background: #fff
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@keyframes rotateX {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
    50% {
        -webkit-transform: rotateX(90deg) scale(.5, .5);
        transform: rotateX(90deg) scale(.5, .5);
        background: #fff
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@-webkit-keyframes push {
    0% {
        -webkit-transform: translateX(0) scale(.9, .6);
        transform: translateX(0) scale(.9, .6)
    }
    50% {
        -webkit-transform: translateY(-20px) scale(.7, 1.1);
        transform: translateY(-20px) scale(.7, 1.1);
        background: #fff
    }
    100% {
        -webkit-transform: translateX(0) scale(.9, .6);
        transform: translateX(0) scale(.9, .6)
    }
}

@keyframes push {
    0% {
        -webkit-transform: translateX(0) scale(.9, .6);
        transform: translateX(0) scale(.9, .6)
    }
    50% {
        -webkit-transform: translateY(-20px) scale(.7, 1.1);
        transform: translateY(-20px) scale(.7, 1.1);
        background: #fff
    }
    100% {
        -webkit-transform: translateX(0) scale(.9, .6);
        transform: translateX(0) scale(.9, .6)
    }
}

@-webkit-keyframes rotateZ {
    0% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg)
    }
    50% {
        -webkit-transform: rotateZ(20deg) scaleY(1.2);
        transform: rotateZ(20deg) scaleY(1.2);
        background: #fff
    }
    100% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg)
    }
}

@keyframes rotateZ {
    0% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg)
    }
    50% {
        -webkit-transform: rotateZ(20deg) scaleY(1.2);
        transform: rotateZ(20deg) scaleY(1.2);
        background: #fff
    }
    100% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg)
    }
}

@-webkit-keyframes cuve {
    0% {
        -webkit-transform: rotateY(-90deg) perspective(50px);
        transform: rotateY(-90deg) perspective(50px);
        background: #fff
    }
    50% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        background: #fff
    }
    100% {
        -webkit-transform: rotateY(90deg) perspective(50px);
        transform: rotateY(90deg) perspective(50px);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        background: #fff
    }
}

@keyframes cuve {
    0% {
        -webkit-transform: rotateY(-90deg) perspective(50px);
        transform: rotateY(-90deg) perspective(50px);
        background: #fff
    }
    50% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        background: #fff
    }
    100% {
        -webkit-transform: rotateY(90deg) perspective(50px);
        transform: rotateY(90deg) perspective(50px);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        background: #fff
    }
}

@-webkit-keyframes temp {
    50% {
        -webkit-transform: scale(1, 5);
        transform: scale(1, 5);
        background: #fff
    }
}

@keyframes temp {
    50% {
        -webkit-transform: scale(1, 5);
        transform: scale(1, 5);
        background: #fff
    }
}

#gatSuccess,
#rcbSuccess,
#testSuccess {
    background: #35cc03 !important;
    color: #fff;
}

.error {
    background: #da3232;
}

.welcome_area {
    width: 100%;
    display: inline-block;
    text-align: center;
    float: none;
    padding-top: 40px;
    position: relative;
    z-index: 9;
}

.welcome_area h1 {
    display: inline-block;
    font-family: Gotham-Black;
    font-size: 40px;
    color: #e92a3b;
    margin: 0;
}

.welcome_area p {
    font-family: Gotham-Book;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    color: #000;
}

.welcome_arrowimg {
    height: 22px;
    width: 100%;
    display: inline-block;
    background: url(/app_themes/images/arrow_downimg.png) no-repeat center center;
    float: none;
    position: relative;
    margin-top: 30px;
    cursor: pointer;
}

.welcome_arrowimg:after,
.welcome_arrowimg:before {
    content: "";
    position: absolute;
    top: 0;
    border: 1px solid #eee;
    width: 43%;
}

.welcome_arrowimg:before {
    left: 0;
}

.welcome_arrowimg:after {
    right: 0;
}

.welcome_morecontent {
    display: none;
}

#myTest {
    padding-bottom: 40px;
}

#myTest .item {
    height: auto;
}

#divtestiInd {
    bottom: 0;
}

#divtestiInd li {
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

#divtestiInd li.active {
    width: 14px;
    height: 14px;
}

.captcha_btn {
    position: relative;
}

.captcha_btn .captchaRefreshIco {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 24px;
    background: url(/app_themes/images/sprite.png) no-repeat 0px -811px;
    cursor: pointer;
    border: 0;
}

.captcha_btn .review_form_input_text {
    letter-spacing: 8px;
}

.captcha_btn .captchaActive {
    border: 1px solid #e92a3b;
    background: #e92a3b;
    text-align: center;
    padding-left: 6px;
    margin-right: 4px;
}

.footerInner h5 {
    font-size: 16px;
    color: #e92a3b;
    text-transform: uppercase;
    font-family: 'gotham-black';
}

.footerInner ul {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
}

.footerInner ul li {
    display: block;
    margin-bottom: 4px;
}

.footerInner ul li a {
    font-size: 12px;
    color: #ffffff;
    font-family: 'Gotham-Book';
}

.bottom_footer {
    color: #fff;
}

.bottom_footer a {
    font-size: 12px;
    color: #ffffff;
    font-family: 'Gotham-Book';
}

.footerInner ul li a:hover,
.bottom_footer a:hover,
.footerInner ul li a:focus,
.bottom_footer a:focus {
    color: #e92a37;
    text-decoration: none;
}

.fsocial_icons a {
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Gotham-Book';
    width: 100%;
    padding: 6px 0 6px 40px;
}

.fsocial_icons a:hover {}

.fsocial_icons a:nth-child(1) {
    background: url(/app_themes/images/sprite.png) no-repeat -1px -695px;
}

.fsocial_icons a:nth-child(1):hover {
    background-position: -1px -740px;
    color: #e92a37;
    text-decoration: none;
}

.fsocial_icons a:nth-child(2) {
    background: url(/app_themes/images/sprite.png) no-repeat -1px -595px;
}

.fsocial_icons a:nth-child(2):hover {
    background-position: -1px -643px;
    color: #e92a37;
    text-decoration: none;
}

.fsocial_icons a:nth-child(3) {
    background: url(/app_themes/images/sprite.png) no-repeat -1px -595px;
}

.fsocial_icons a:nth-child(3):hover {
    background-position: -1px -643px;
    color: #e92a37;
    text-decoration: none;
}

.fsocial_icons a:nth-child(4) {
    background: url(/app_themes/images/sprite.png) no-repeat -1px -504px;
}

.fsocial_icons a:nth-child(4):hover {
    background-position: -2px -547px;
    color: #e92a37;
    text-decoration: none;
}

.static_page {
    width: 100%;
}

.price_planContainer {
    display: inline-block;
    width: 100%;
    float: none;
    padding: 0
}

hr {
    margin-top: 6px !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    border-top: 0 !important
}

.price_planContainer h2 {
    font-size: 30px;
    background: url(/app_themes/images/icons/imgIcons.png) center -366px no-repeat;
    margin-bottom: 20px
}

.price_planContainer p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    font-family: Gotham-Book
}

.package a {
    background: #e92a3b;
    color: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
    position: absolute;
    width: 60%;
    bottom: -20px;
    border-radius: 40px
}

.package a:focus,
.package a:hover {
    background: #231f20;
    text-decoration: none
}

.static_body .rain1,
.static_body .rain2,
.static_body .rain3,
.static_body .rain4,
.static_body .rain5 {
    position: fixed
}

.wrapper {
    font-family: arial;
    font-weight: 400;
    color: #9f9f9f;
    font-size: 15px;
    width: 100%;
    float: none;
    text-align: center
}

.package {
    box-sizing: border-box;
    width: 25%;
    height: auto;
    border: 1px solid #e8e8e8;
    border-radius: 7px;
    display: inline-block;
    padding: 24px 24px 50px 24px;
    text-align: center;
    float: none;
    transition: margin-top .5s linear;
    position: relative;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 60px;
    display: inline-block;
    background: #fff
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #e92a3b;
}

.clearfix {
    float: none
}

.clearfix::after {
    content: "";
    clear: both;
    display: table
}

.package:hover {
    border: 1px solid #13a89e
}

.name {
    color: #e92a3b;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
    float: none;
    text-align: center;
    font-family: Gotham-Black
}

.name span {
    color: #000000;
    margin-left: 4px
}

.price {
    margin-top: 2px;
    font-weight: 700;
    float: none;
    text-align: center;
    font-size: 40px;
    color: #231f20;
    margin-right: 60px;
    font-family: Gotham-Black
}

.price s {
    font-size: 18px;
    color: #e92a3b;
    position: absolute;
    top: 62px;
    margin-left: 6px;
    line-height: normal
}

.price b {
    text-decoration: none;
    font-size: 14px;
    position: absolute;
    top: 80px;
    margin-left: 6px;
    background: #e92a3b;
    color: #fff;
    padding: 1px;
    line-height: normal
}

hr {
    background-color: #dedede;
    border: none;
    height: 1px !important
}

.trial {
    font-size: 14px;
    font-weight: 600;
    padding: 2px 21px 2px 21px;
    color: #e92a3b;
    border: 1px solid #e4e4e4;
    display: inline-block;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    bottom: -17px;
    float: none;
    line-height: normal
}

.wrapper h2 {
    font-family: arial;
    font-weight: 400;
    color: #9f9f9f;
    font-size: 15px;
    width: 100%;
    float: none
}

.packages_bottom {
    text-align: center;
    font-size: 10px;
    border: 1px dashed #e92a3b;
    color: #000;
    text-transform: uppercase;
    margin-top: 22px;
    padding: 4px;
    width: 70%;
    display: inline-block
}

.package ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 28px;
    height: 240px;
    overflow: hidden
}

.package li {
    background: url(/app_themes/images/sprite.png) -44px -134px no-repeat;
    border-bottom: 1px dashed #ece5e7;
    padding: 4px 0 1px 0;
    margin-bottom: 2px;
    color: #000;
    margin-right: 10px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 16px;
    font-family: Gotham-Book
}

.package li strong {
    margin-right: 4px;
    color: #000;
    font-weight: 400 !important
}

.checkIcon {
    font-family: FontAwesome;
    content: "\f00c"
}

.brilliant {
    border-color: #e92a3b;
}

.brilliant::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 64px 64px 0 0;
    border-color: #e92a3b transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
    content: ""
}

.brilliant::after {
    font-family: FontAwesome;
    content: "\f00c";
    color: #fff;
    position: absolute;
    left: 9px;
    top: 6px;
    text-shadow: 0 0 2px #37c5b6;
    font-size: 1.4rem
}

.portfolio_imgcontainer {
    display: inline-block;
    width: 100%;
    height: auto
}

.grid {
    margin-top: 1rem;
    display: flex;
    flex-flow: row wrap
}

.grid .thumb-img:hover {
    opacity: .8
}

input[type=radio] {
    display: none
}

input[type=radio] {
    display: none
}

input[type=radio][id=reset]:checked+label {
    background: #ffca28;
    color: #fff
}

input[type=radio][id=architecture]:checked+label {
    background: #29b6f6;
    color: #fff
}

input[type=radio][id=architecture]:checked~.grid .landscape,
input[type=radio][id=architecture]:checked~.grid .people {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0
}

input[type=radio][id=landscape]:checked+label {
    background: #26a69a;
    color: #fff
}

input[type=radio][id=landscape]:checked~.grid .architecture,
input[type=radio][id=landscape]:checked~.grid .people {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0
}

input[type=radio][id=people]:checked+label {
    background: #ec407a;
    color: #fff
}

input[type=radio][id=people]:checked~.grid .architecture,
input[type=radio][id=people]:checked~.grid .landscape {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0
}

.tile {
    margin: 0;
    transition: all .5s;
    padding: 4px;
    width: 32%;
    display: none;
    float: left
}

.load_more1,
.load_more2,
.load_more3,
.load_more4,
.load_more5 {
    width: 100%;
    display: inline-block;
    text-align: center
}

.load_more_btn {
    background: #e92a3b;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    font-size: 18px;
    margin-top: 30px;
    display: inline-block;
    font-weight: 700;
    font-family: arial;
    float: none
}

.load_more_btn:focus,
.load_more_btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none
}

.load_more_detailbtn {
    float: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    display: none
}

.grid12 .load_more_detailbtn {
    margin-top: 30px
}

.port_responsiveIn {
    opacity: 0;
    height: 0;
    padding: 0
}

.port_responsiveIn .portfolio_1,
.port_responsiveIn .portfolio_4 {
    display: none
}

.tile img {
    width: 100%;
    vertical-align: middle
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    text-align: center
}

.lightbox img {
    max-width: 850px;
    max-height: 550px;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999999999
}

.web_grid .lightbox {
    display: none;
    position: fixed;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    text-align: center;
    overflow: hidden auto
}

.web_grid .lightbox img {
    position: relative;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999999999;
    width: 70%;
    max-width: inherit;
    max-height: inherit;
    cursor: grab;
    display: inline-block
}

.web_grid .portfolio_close {
    right: 7px;
    top: 0;
    position: fixed
}

.lightbox:target {
    outline: 0;
    display: block
}

a.lightbox:hover {
    cursor: default
}

.portfolio_close {
    color: #fff;
    font-size: 28px;
    background: #e92a3b;
    display: inline-block;
    font-weight: 700;
    padding: 0 6px;
    cursor: pointer;
    position: absolute;
    right: 6px;
    font-family: arial;
    top: -4px
}

#portfolio,
.price_planContainer {
    width: 100%;
    display: inline-block;
    float: none;
    padding: 60px 0 60px 0;
    text-align: center;
}

#portfolio h2,
.price_planContainer h2 {
    display: inline-block;
    font-family: Gotham-Black;
    font-size: 34px;
    color: #e92a3b;
    margin: 0;
}

#portfolio p,
.price_planContainer p {
    font-family: Gotham-Book;
    font-size: 16px;
    color: #000;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.ads_bg {
    width: 100%;
    float: none;
    padding: 20px 0 120px 0;
    background: #fff9;
    display: inline-block
}

.dynamic_slider_btn_container {
    position: absolute;
    right: 0;
    top: 50%;
    left: 50%;
    margin-right: 0;
    transform: translate(-87%, 350%);
    margin: 0
}

.dynamic_slider_btn_container a {
    padding: 12px 40px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid transparent;
    background: #e92a3b;
    margin-right: 20px
}

.dynamic_slider_btn_container a:hover {
    background: 0 0;
    border: 1px solid #fff;
    text-decoration: none
}

.dynamic_slider_btn_container .astyle3 {
    width: 179px;
    border: 1px solid #5f5f5f
}

.package_detail1,
.package_detail10,
.package_detail12,
.package_detail13,
.package_detail14,
.package_detail14sgo,
.package_detail15,
.package_detail16,
.package_detail16pgo,
.package_detail17,
.package_detail18,
.package_detail19,
.package_detail2,
.package_detail3,
.package_detail4,
.package_detail5,
.package_detail6,
.package_detail7,
.package_detail8,
.package_detail9,
.package_detaile1 {
    font-size: 14px;
    font-weight: 600;
    padding: 2px 10px 2px 10px;
    color: #e92a3b;
    border: 1px solid #e4e4e4;
    display: none;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    bottom: -13px;
    float: none
}

.package_detail101,
.package_detail11,
.package_detail121,
.package_detail131,
.package_detail141,
.package_detail141sgo,
.package_detail151,
.package_detail161,
.package_detail161pgo,
.package_detail171,
.package_detail181,
.package_detail21,
.package_detail31,
.package_detail41,
.package_detail51,
.package_detail61,
.package_detail71,
.package_detail81,
.package_detail91,
.package_detaile11 {
    font-size: 14px;
    font-weight: 600;
    padding: 2px 10px 2px 10px;
    color: #e92a3b;
    border: 1px solid #e4e4e4;
    display: none;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    bottom: -13px;
    float: none
}

.top_dynamicnav {
    float: none;
    display: inline-block;
    margin-right: 150px
}

.main_banner {
    width: 100%;
    float: none;
    display: inline-block;
    position: relative;
    margin-top: 96px
}

main {
    max-width: 100%;
    padding: 60px 0
}

main section {
    display: none;
    padding: 40px 0 0;
    border-top: 1px solid #abc;
    float: left;
    width: 100%
}

main input {
    display: none
}

main label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 8px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 0 4px #f3ebeb;
    font-family: Gotham-Book
}

main label:before {
    font-family: fontawesome;
    font-weight: 400;
    margin-right: 4px
}

main label[for*='1']:before {
    content: '\f044'
}

main label[for*='2']:before {
    content: '\f24d'
}

main label[for*='3']:before {
    content: '\f00e'
}

main label[for*='4']:before {
    content: '\f009'
}

main label[for*='5']:before {
    content: '\f291'
}

main label[for*='6']:before {
    content: '\f1ea'
}

main label[for*='7']:before {
    content: '\f03d'
}

main label[for*='8']:before {
    content: '\f171'
}

main label:hover {
    color: #513474;
    border: 1px solid #abc;
    border-top: 2px solid #13a89e;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    background: 0 0
}

main input:checked+label {
    color: #513474;
    border: 1px solid #abc;
    border-top: 2px solid #13a89e;
    border-bottom: 1px solid #fff;
    background: 0 0
}

main h2 {
    display: inline-block;
    font-family: Gotham-Black;
    font-size: 30px;
    color: #513474;
    background: url(/app_themes/images/icons/imgIcons.png) center -364px no-repeat;
    padding-bottom: 22px;
    width: 100%;
    text-align: center;
    margin-top: 0
}

main p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    font-family: Gotham-Book
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4,
#tab5:checked~#content5,
#tab6:checked~#content6,
#tab7:checked~#content7,
#tab8:checked~#content8 {
    display: block
}

main .price {
    margin-top: 0
}

main .price s {
    top: 87px
}

main .price b {
    top: 105px
}

.sepration_line {
    width: 100%;
    text-align: center;
    float: none;
    display: inline-block;
    margin: 40px 0 40px 0
}

.sepration_line h4 {
    display: inline-block;
    font-size: 24px;
    position: relative;
    z-index: 999;
    background: #fff;
    padding: 0 6px;
    color: #43335f;
    font-weight: 700;
    margin: 0
}

.sepration_line hr {
    position: relative;
    top: -20px;
    width: 50%;
    background-color: #43335f !important
}

.view_packages {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px
}

.view_packages a {
    display: inline-block;
    float: none;
    background: #e92a3b;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 8px
}

.view_packages a:hover {
    background: #232323;
    text-decoration: none
}

.top-nav-icon-blocks {
    float: left
}

.top-nav-icon-blocks1 {
    float: right
}

.icon-block {
    display: inline-block;
    padding: 0 20px 0 0;
    text-align: right
}

.icon-block img {
    width: 16px;
    margin-top: -2px
}

.top_socialicons {
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 2px
}

.icon-block a {
    font-size: 13px;
    text-decoration: none;
    color: #097db7
}

.icon-block:last-child {
    padding: 0
}

.right-col img {
    width: 100%;
    margin-bottom: 20px
}

#portfolio .row:after {
    content: "";
    display: table;
    clear: both
}

#portfolio .column {
    margin: 0;
    transition: all .5s;
    padding: 4px;
    width: 32%;
    display: none;
    float: none
}

#portfolio .modal {
    display: none;
    position: fixed;
    z-index: 999999999999;
    padding-top: 130px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #00000087;
    text-align: center
}

#portfolio .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    display: inline-block;
    float: none;
    width: 850px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: transparent;
    border: none;
}

#portfolio .close {
    color: #fff;
    position: fixed;
    top: 10px;
    right: 25px;
    font-size: 40px;
    font-weight: 700;
    opacity: 1
}

#portfolio .close:focus,
#portfolio .close:hover {
    color: #999;
    text-decoration: none;
    cursor: pointer
}

.mySlides {
    display: none
}

#portfolio .cursor {
    cursor: pointer
}

#portfolio .next,
#portfolio .prev {
    cursor: pointer;
    position: fixed;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, .8)
}

#portfolio .next {
    right: 0;
    border-radius: 3px 0 0 3px
}

#portfolio .prev {
    left: 0
}

#portfolio .next:hover,
#portfolio .prev:hover {
    background-color: rgba(0, 0, 0, .8);
    text-decoration: none !important
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.caption-container {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff
}

#portfolio .demo {
    opacity: .6
}

#portfolio .active,
#portfolio .demo:hover {
    opacity: 1
}

#portfolio img.hover-shadow {
    transition: .3s
}

#portfolio .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.website_portfolio .mySlides img {
    padding-bottom: 160px
}

#main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0
}

.nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    flex: 1 1 auto;
    margin-bottom: 40px;
    border-bottom: 1px solid #abc
}

.nav-item {
    position: relative;
    display: inline-block;
    margin: 0 0 -1px;
    padding: 16px 36px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 0 4px #f3ebeb;
    text-transform: uppercase
}

.nav-item.active {
    color: #0af;
    border: 1px solid #abc;
    border-top: 2px solid #0af;
    border-bottom: 1px solid #fff;
    background: 0 0
}

.nav-item.active:before {
    width: 100%
}

.portfolio {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
    list-style: none
}

.project {
    position: relative;
    flex: 1 0 calc(100% - 20px);
    margin: 10px
}

.project:hover .project-info {
    background: rgba(89, 89, 89, .7)
}
.content_set{
    position: absolute;
    top: 20px;
    left: 0;
}

@media (min-width:520px) {
    .project {
        flex: 0 0 calc((100% / 2) - 20px)
    }
}

@media (min-width:860px) {
    .project {
        flex: 0 0 calc((100% / 3) - 20px)
    }
}

.project-image img {
    display: block;
    width: 100%;
    height: 224px
}

.project-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    color: #f6f6f6;
    background: rgba(89, 89, 89, .8);
    opacity: 0;
    transition: all 350ms ease-in
}

.project-info:hover {
    opacity: 1
}

@media (max-width:520px) {
    .project-info {
        opacity: .8
    }
}

.project-info-title {
    margin: 0 0 .5em;
    font-size: 2.5em;
    text-align: center;
    text-transform: uppercase
}

.project-info-button {
    padding: .5em 1em;
    color: inherit;
    text-decoration: none;
    border: 1px solid #f6f6f6;
    border-radius: 3px;
    transition: all 350ms
}

.project-info-button:hover {
    color: #595959;
    background: #f6f6f6;
    border-color: #f6f6f6
}

.work {
    padding-bottom: 0px;
    margin-top: 60px;
    width: 100%
}
.mtop0{
    margin-top: 0 !important;
}
.work * {
    box-sizing: border-box
}

.work .category-buttons {
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    flex: 1 1 auto;
    margin-bottom: 40px;
    border-bottom: 1px solid #abc;
    width: 100%
}

.work .category-buttons a {
    color: #333;
    position: relative;
    display: inline-block;
    margin: 0 0 -1px;
    padding: 16px 36px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 0 4px #f3ebeb;
    text-transform: uppercase
}

.work .category-buttons a:focus,
.work .category-buttons a:hover {
    text-decoration: none !important
}

.work .category-buttons a.active {
    color: #e92a3b;
    border: 1px solid #abc;
    border-top: 2px solid #e92a3b;
    border-bottom: 1px solid #fff;
    background: 0 0;
}

.work .grid {
    margin-top: 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 750ms cubic-bezier(1, 0, 0, 1);
    transition: all 750ms cubic-bezier(1, 0, 0, 1)
}

.work .grid .animating {
    -webkit-transition: all 750ms cubic-bezier(.175, .885, .32, 1.1);
    transition: all 750ms cubic-bezier(.175, .885, .32, 1.1)
}

.work .grid .setScale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.work .grid .show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.work .card {
    background: #fff;
    display: block;
    text-decoration: none;
    color: #2b2b2b;
    width: 33%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 5px rgba(0, 0, 0, .15);
    transform-origin: center center;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

@media (max-width:480px) {
    .work .card {
        width: 100%
    }
    .soicon_img1{
        display: none;
    }
    .top_num{
        font-size: 14px;
    }
    .fsocial_icons a{
        padding: 6px 0 6px 0px;
        text-align: center;
    }
    .fsocial_icons a:nth-child(1) {
        background: transparent;
    }
}

.work .card img {
    display: block;
    width: 100%;
    height: 233px !important
}

.work .card .title {
    padding: 10px;
    color: #2b2b2b
}

.work .guide {
    width: 32%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1000
}

@media (max-width:992px) {
    #portfolio .modal-content {
        width: 90%
    }
    #portfolio .modal {
        padding-top: 100px
    }
    #portfolio .modal-content {
        width: 90%
    }
    .work .card img {
        height: 136px !important
    }
    .work .card {
        width: 32%
    }
}

@media (max-width:768px) {
    #portfolio .modal-content {
        width: 84%
    }
    .nav li {
        width: 100%;
        display: inline-block
    }
    #portfolio .modal {
        padding-top: 30px
    }
    #portfolio .modal-content {
        width: 84%
    }
    #portfolio .close {
        top: 0;
        right: 5px;
        font-size: 34px
    }
    .work .card img {
        height: 158px !important
    }
    .port_pagebtn {
        bottom: 100px !important;
        left: 0
    }
    .button_relative {
        position: relative;
        bottom: 30px;
    }
    .banner_content_container p:after{
        top: auto;
    margin-top: 40px;
    }
    .carousel-indicators{
        display: none;
    }
    .top_num{
        font-size: 14px;
    }
    .icon_num_container{
        white-space: nowrap;
    }
    .blue_full_width_container{
        padding-top: 30px;
    }
    .blue_bg_icon{
        margin-right: 10px;
    }
    .wrapper_review span{
        left: 20px;
        position: relative;
    }
}

@media (max-width:480px) {
    .work .guide {
        width: 100%
    }
    .work .category-buttons a {
        width: 100%
    }
    #portfolio .modal-content {
        width: 96%
    }
    #portfolio .column {
        padding: 3px 0 3px 3px;
        width: 49%
    }
    #portfolio .modal {
        padding-top: 150px
    }
    #portfolio .close {
        font-size: 44px;
        z-index: 99;
    }
    #portfolio .modal-content {
        width: 96%
    }
    #portfolio .next,
    #portfolio .prev {
        top: 58%;
        padding: 6px
    }
    .work .card {
        width: 100%
    }
    .work .card img {
        height: 212px !important
    }
    .port_pagebtn {
        bottom: -80px
    }
}

.port_pagebtn {
    position: absolute;
    bottom: 140px;
    left: 0
}

.port_responsiveIn img {
    display: none
}

.testi_static_page {
    background: #1081bd;
    margin: 0;
}

.footer_static_page .footer_bg1 {
    background: #272727;
}

.footer_static_page .footer_container {
    margin-top: 30px;
}

.testi_static_page .review_full_width_container {
    background: #023c42;
}

.dyn_wrapper h1 {
    display: inline-block;
    font-family: Gotham-Black;
    font-size: 40px;
    color: #e92a3b;
    margin: 0;
}

.dyn_wrapper h2 {
    display: inline-block;
    font-family: Gotham-Black;
    font-size: 32px;
    color: #000000;
}

.dyn_wrapper h3 {
    display: inline-block;
    font-family: Gotham-Black;
    font-size: 26px;
    color: #000000;
}

.dyn_wrapper a {
    color: #e92a3b;
}

.dyn_wrapper a:hover {
    color: #000000;
}

#left_column,
#right_column {
    margin: 40px 0px;
}

.error_404page {
    display: inline-block;
    font-family: Gotham-Black;
    font-size: 80px;
    color: #e92a3b;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 150px 0;
}

@media (max-width:1200px) {
    .package {
        width: 30%
    }
    .name {
        font-size: 22px
    }
    .package li {
        font-size: 13px
    }
    .lightbox img {
        max-width: 70%;
        max-height: initial;
        top: 10%
    }
    .top_dynamicnav {
        margin-right: 138px
    }
    .price {
        margin-top: 0
    }
    .packages_bottom {
        width: 80%
    }
    main label {
        padding: 16px 5px;
        font-size: 12px
    }
    main .price s {
        top: 94px
    }
    main .price b {
        top: 112px
    }
    #portfolio h2 {
        font-size: 26px;
        background-position: center -370px
    }
    .price_planContainer h2 {
        font-size: 26px
    }
    .nav>li>a {
        padding: 0 18px
    }
    .welcome_arrowimg:after,
    .welcome_arrowimg:before {
        width: 41%
    }
    .button_container {
        position: absolute;
        margin-top: 14px;
        left: 16px;
        bottom: 25px;
        z-index: 999;
    }
    .product_font {
        font: 32px 'gotham-medium';
        color: #FFF;
        font-weight: bold;
    }
    .product_font_para {
        color: #ffffff;
        font: 14px 'gotham-medium';
    }
    .ulproduct_no {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 48px;
        display: inline-block;
    }
    .wrapper_review {
        display: inline-block;
        width: 70%;
        margin-top: 30px;
    }
    .wrapper_review span {
        height: 33px;
        width: 33px;
        float: left;
        background-image: url(../images/review_close.png);
        cursor: pointer;
        margin-top: 17px;
    }
    .wrapper_review h3 {
        font: 32px 'gotham-book';
        color: #ffffff;
        margin: 0;
    }
    .wrapper_review h2 {
        font: 32px 'gotham-black';
        color: #ffffff;
        margin: 0;
    }
    .review_button {
        height: 46px;
        width: 140px;
        background-color: #ffffff;
        color: #106d6f;
        font: 18px 'gotham-medium';
        margin-top: 0px;
        border: none;
        cursor: pointer;
    }
    .navigation {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: url(/app_themes/images/menu_bg.png) no-repeat 0 0 / 100% 100%;
        z-index: 99999999;
        display: none;
    }
    .nav_content_cotainer {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-top: 12px;
        padding-bottom: 100px;
    }
    .arrow_absolute {
        position: absolute;
        width: 99px;
        z-index: 99999;
        right: 14px;
        bottom: 30px;
    }
}

@media (max-width:992px) {
    .package {
        width: 33%;
        margin-left: 0;
        margin-right: 0
    }
    .name {
        font-size: 18px
    }
    .package li {
        font-size: 12px
    }
    .tile {
        padding: 4px 3px 4px 4px;
        width: 24%
    }
    .testimonial_slider_2 {
        padding-bottom: 40px
    }
    .price {
        margin-top: 4px
    }
    .packages_bottom {
        width: 90%
    }
    .web_grid .lightbox img {
        width: 90%
    }
    main .price {
        margin-top: 13px;
        font-size: 36px
    }
    main .name {
        font-size: 18px
    }
    main label {
        padding: 14px 30px;
        font-size: 14px
    }
    .dynamic_slider_btn_container a {
        font-size: 16px
    }
    .package a {
        width: 72%
    }
    .sepration_line hr {
        width: 90%
    }
    main h2 {
        padding: 0;
        font-size: 24px;
        background-image: none
    }
    .banner_content_container h2 {
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        font: 32px 'gotham-black';
        margin: 0;
        display: block;
        width: 100%;
    }
    .banner_content_container p {
        color: #ffffff;
        font: 14px 'gotham-medium';
        position: relative;
    }
    .logo {
        height: auto;
        width:  50%;
        float: left;
    }
    .logo img {
        width: 70% !important;
        float: left;
    }
    .logo a {
        width: 100%;
        float: left;
    }
    .soicon_container {
        text-align: center;
        margin-top: 16px;
    }
    .nav_menu a {
        color: #ffffff;
        font: 32px 'gotham-black';
        border-bottom: 3px solid #53a6e6;
        padding: 23px 0px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        width: 50%;
    }
    .nav_content_cotainer {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-top: 52px;
        padding-bottom: 100px;
    }
    .newsletter_input {
        height: 32px;
        width: 234px;
        border: 3px solid #ffffff;
        background: transparent;
        float: left;
        border-right: none;
        padding: 0px 12px;
        color: #ffffff;
        font: 16px 'gotham-book';
    }
    .newsletter_input_button {
        background-color: #16830e;
        height: 32px;
        width: 128px;
        border: 3px solid #ffffff;
        float: left;
        padding: 0px 12px;
        color: #ffffff;
        font: 16px 'gotham-medium';
        text-transform: uppercase;
    }
    .nav_newsletter p {
        font: 14px 'gotham-book';
        color: #ffffff;
        display: inline-block;
        width: 64%;
        margin-top: 16px;
    }
    .nav_menu {
        margin-top: 0px;
        width: auto;
    }
    .nav_soicon_bottom {
        width: 46%;
    }
    .navigation {
        background-color: #1b75bb;
        height: 800px;
    }
    .contact_button {
        height: 38px;
        width: 122px;
    }
    .contact_main_container {
        width: 90%;
        height: auto;
        top: 110px;
    }
    .contact_form_cotainer {
        width: 50%;
    }
    .product_no_full_width {
        background-color: #e92a3b;
        height: auto;
        padding-bottom: 40px;
        margin-top: 25px;
        padding-top: 0px;
    }
    .ulproduct_no {
        margin-top: 40px;
    }
    .product_font {
        font-size: 22px;
    }
    .product_font_para {
        font-size: 12px;
    }
    .ulproduct_box span {
        font-size: 14px;
    }
    .blue_bg_icon {
        margin-top: 18px;
    }
    .blue_full_width_container {
        height: 390px;
        background-color: #1081bd;
    }
    .blue_bg_container span {
        font-size: 26px;
    }
    .blue_bg_container h2 {
        font-size: 30px;
    }
    .blue_bg_container p {
        font-size: 16px;
    }
    .review_full_width_container {
        background-color: #034749;
        height: 390px;
    }
    .review_form_cotainer {
        width: 100%;
        text-align: center;
    }
    .review {
        width: 100%;
        margin-top: 9px;
        display: inline-block;
        float: none;
    }
    .review:nth-child(2n+2) {
        float: none;
    }
    .wrapper_review {
        width: 68%;
        margin-top: 0px;
    }
    .wrapper_review span {
        margin-top: 12px;
    }
    .review_form_cotainer {
        width: 84%;
    }
    .review_form_label {
        width: 122px;
        margin-top: 14px;
        font-size: 14px;
        float: left;
    }
    .review_form_input_text {
        width: 210px;
        margin-top: 0px;
        float: right;
    }
    .review_form_label_alphabet {
        font-size: 14px;
        margin-top: 10px;
        float: left;
    }
    .review_input_textarea {
        height: 80px;
        width: 210px;
        margin-top: 0px;
        float: right;
    }
    .review_button {
        height: 30px;
        width: 112px;
        font-size: 14px;
        margin-top: 10px;
    }
    .footer_full_container {
        margin-top: -52px;
    }
    .ulfooter img {
        width: 100%;
    }
    .img_width {
        width: 45% !important;
        display: inline-block;
        margin-top: -10px;
    }
    .arrow_absolute {
        right: 20px;
    }
    .gt_main_container {
        height: auto;
        top: 96px;
    }
    .welcome_arrowimg:after,
    .welcome_arrowimg:before {
        width: 39%;
    }
    .footer_socialIcons ul li {
        margin-left: 2px;
    }
    .bg_silder,
    .bg_silder .carousel-inner,
    .bg_silder .carousel-inner .item,
    .bg_silder .carousel-inner .item img {
        min-height: 660px;
    }
    #carousel-example-generic .carousel-indicators {
        bottom: 160px;
    }
}

@media (max-width:768px) {
    .package {
        width: 33%;
        margin-left: 0;
        margin-right: 0
    }
    .name {
        font-size: 18px
    }
    .package li {
        font-size: 12px
    }
    .tile {
        padding: 4px 3px 4px 4px;
        width: 24%
    }
    .testimonial_slider_2 {
        padding-bottom: 40px
    }
    .price {
        margin-top: 4px
    }
    .packages_bottom {
        width: 90%
    }
    .web_grid .lightbox img {
        width: 90%
    }
    main .price {
        margin-top: 13px;
        font-size: 36px
    }
    main .name {
        font-size: 18px
    }
    main label {
        padding: 14px 30px;
        font-size: 14px
    }
    .dynamic_slider_btn_container a {
        font-size: 16px
    }
    .package a {
        width: 72%
    }
    .sepration_line hr {
        width: 90%
    }
    main h2 {
        padding: 0;
        font-size: 24px;
        background-image: none
    }
    main label {
        padding: 14px 10px;
        font-size: 14px
    }
    .package {
        width: 52%
    }
    .name {
        font-size: 22px
    }
    .package ul {
        height: auto;
        overflow: hidden !important
    }
    .tile {
        padding: 1px;
        width: 33%
    }
    .packages_bottom {
        width: 70%
    }
    .price {
        margin-top: 0
    }
    main .price {
        margin-top: 0
    }
    main .name {
        font-size: 22px
    }
    main label {
        padding: 16px 16px;
        font-size: 14px
    }
    .sepration_line hr {
        top: -20px;
        width: 90%
    }
    .bg_silder,
    .bg_silder .carousel-inner,
    .bg_silder .carousel-inner .item,
    .bg_silder .carousel-inner .item img {
        min-height: 410px;
        width: 100%;
    }
    
    .banner_content_container h2 {
        font-size: 32px;
        padding: 0 20px;
    }
    .banner_content_container p {
        margin-top: 16px;
    }
   
    .mouse_icon {
        display: none;
    }
    .banner_content_container h2 span {
        display: inline-block;
        margin-left: 8px;
    }
    #carousel-example-generic .carousel-indicators {
        bottom: 100px;
    }
    .navigation {
        height: 100vh;
        padding-bottom: 20px;
    }
    .nav_menu a {
        font-size: 20px;
        padding: 10px 0px;
        width: 100%;
    }
    .nav_content_cotainer {
        margin-top: 32px;
        padding-bottom: 0px;
    }
    .nav_soicon_bottom {
        padding-bottom: 0;
    }
    .contact_main_container {
        width: 100%;
        top: 0;
    }
    .form_cotainer {
        width: 100%;
        float: left;
    }
    .form_cotainer label {
        width: 100%;
        margin-top: 8px;
    }
    .form_cotainer input,
    .form_cotainer select,
    .form_cotainer textarea {
        width: 100%;
        float: left;
        margin: 0px;
    }
    .gt_main_container {
        top: 0;
        width: 100%;
        z-index: 9999999999;
    }
    .gt_text_container h2 {
        margin-bottom: 10px;
    }
    .formLeft_captcha {
        width: 100%;
    }
    .formLeft_captcha .form_input_text {
        width: 48%;
        margin-left: 4px;
    }
    .formLeft_captcha .refreshBtn1 {
        left: 116px;
        top: 46px;
    }
    .welcome_area h1 {
        font-size: 32px;
    }
    .product_no_full_width .col-sm-2 {
        width: 33.33%;
        float: left;
    }
    .banner_pro_heading span {
        font-size: 18px;
    }
    .banner_pro_heading h2 {
        font-size: 32px;
    }
    .banner_pro_full_width {
        height: auto;
        padding-bottom: 40px;
    }
    .banner_pro_full_width .col-sm-4,
    .banner_pro_full_width .col-sm-6 {
        width: 32%;
        display: inline-block;
    }
    .wrapper_productbox {
        width: 100%;
    }
    .blue_full_width_container {
        height: auto;
        background: #1081bd;
        margin: 0;
        padding-bottom: 30px;
    }
    .blue_bg_container p {
        padding: 0;
    }
    .footer_full_container {
        margin-top: 0;
        padding: 50px 0;
        background: #fff;
    }
    .wrapper_review {
        width: auto;
        margin-top: 0px;
    }
    .review_form_label {
        width: 100%;
        margin-top: 5px;
    }
    .review_form_input_text {
        width: 100%;
        margin-top: 0px;
        float: left;
    }
    .review_input_textarea {
        width: 100%;
        margin-top: 0px;
        float: left;
    }
    .review_full_width_container {
        background: #034749;
        height: auto;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .review_button {
        height: auto;
        width: auto;
        font-size: 14px;
        margin-top: 10px;
        padding: 12px 30px;
    }
    .captcha_btn .review_form_input_text {
        letter-spacing: 16px;
        font-size: 18px;
    }
    .captcha_btn .captchaRefreshIco {
        right: 46px;
    }
    .ulfooter img {
        width: 150px;
    }
    .footer_full_container .col-sm-2 {
        width: 32%;
        display: inline-block;
        margin-bottom: 40px;
    }
    .footer_bg1 {
        background: #000;
        text-align: center;
    }
    .footer_logo {
        width: auto;
        float: none;
    }
    .footerInner ul {
        margin: 0 0 14px;
    }
    .fsocial_icons {
        width: 28%;
        text-align: center;
        display: inline-block;
    }
    .fsocial_icons {
        text-align: left;
    }
    .footer_container p {
        float: none;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .dyn_wrapper h1 {
        font-size: 30px;
    }
    .dyn_wrapper h2 {
        font-size: 24px;
    }
    .dyn_wrapper h3 {
        font-size: 18px;
    }
}

@media (max-width:480px) {
    .package {
        width: 100%
    }
    .package_ul1,
    .package_ul10,
    .package_ul11,
    .package_ul12,
    .package_ul13,
    .package_ul14,
    .package_ul14sgo,
    .package_ul15,
    .package_ul16,
    .package_ul16pgo,
    .package_ul17,
    .package_ul18,
    .package_ul19,
    .package_ul2,
    .package_ul3,
    .package_ul4,
    .package_ul5,
    .package_ul6,
    .package_ul7,
    .package_ul8,
    .package_ul9 {
        display: none
    }
    .package_detail1,
    .package_detail10,
    .package_detail12,
    .package_detail13,
    .package_detail14,
    .package_detail14sgo,
    .package_detail15,
    .package_detail16,
    .package_detail16pgo,
    .package_detail17,
    .package_detail18,
    .package_detail19,
    .package_detail2,
    .package_detail3,
    .package_detail4,
    .package_detail5,
    .package_detail6,
    .package_detail7,
    .package_detail8,
    .package_detail9,
    .package_detaile1 {
        display: inline-block
    }
    .trial {
        display: none
    }
    
    #portfolio h2 {
        font-size: 22px
    }
    .tile {
        padding: 3px 0 3px 3px;
        width: 49%
    }
    .testimonial_2 {
        padding: 30px 20px 23px 20px
    }
    .content_2 {
        padding-left: 0
    }
    .lightbox img {
        max-width: 90%;
        top: 30%
    }
    .package hr {
        position: absolute;
        bottom: 47px;
        width: 88%
    }
    .packages_bottom {
        margin-top: 12px
    }
    .web_grid .lightbox img {
        width: 100%
    }
    .web_grid .lightbox {
        overflow: auto
    }
    main label {
        padding: 14px 0;
        font-size: 14px;
        width: 100%
    }
    main {
        padding: 30px 0
    }
    main h2 {
        font-size: 22px
    }
    main p {
        font-size: 14px
    }
    .view_packages {
        margin-top: 10px;
        margin-bottom: 30px
    }
    .price_planContainer h2 {
        font-size: 22px !important
    }
    main .price s {
        top: 92px
    }
    main .price b {
        top: 110px
    }
    .pop_content {
        margin-top: 60%
    }
    .pop_content h4 {
        line-height: 28px;
        font-size: 18px
    }
    .pop_content h4 span {
        font-size: 26px
    }
    .icon-block a span {
        display: none
    }
    .sepration_line h4 {
        font-family: Gotham-black;
        font-size: 14px
    }
    .sepration_line hr {
        top: -18px;
        width: 100%
    }
    .logo {
        height: auto;
        width: 52%;
        float: left;
        display: inline-block;
    }
    .nav_logo {
        height: auto;
        width: 36%;
        float: left;
        display: inline-block;
    }
    
    .bg_silder,
    .bg_silder .carousel-inner,
    .bg_silder .carousel-inner .item,
    .bg_silder .carousel-inner .item img {
        min-height: 500px;
        width: 100%;
    }

    .menu {
        width: 30px;
    }
    .banner_content_container h2 {
        font-size: 26px;
    }
    .banner_content_container p {
        margin-top: 16px;
        width: 80%;
    }
    .banner_content_container p:after {
        width: 50%;
        top: 98px;
    }
    #carousel-example-generic .carousel-indicators {
        bottom: 160px;
    }
    .button_container {
        bottom: 84px;
        right: 0;
        left: 0;
    }
    .nav_top_num {
        margin-top: 0;
        margin-right: 10px;
    }
    .newsletter_input {
        width: 100%;
        border-right: inset;
        display: inline-block;
    }
    .newsletter_input_button {
        float: none;
        display: inline-block;
        margin-top: 10px;
    }
    .nav_newsletter p {
        width: 100%;
        margin-bottom: 0;
    }
    .welcome_area h1 {
        font-size: 28px;
    }
    .product_no_full_width .col-sm-2 {
        width: 50%;
        float: left;
    }
    .banner_pro_heading h2 {
        font-size: 24px;
    }
    .banner_pro_heading span {
        font-size: 16px;
    }
    .banner_pro_full_width .col-sm-4,
    .banner_pro_full_width .col-sm-6 {
        width: 100%;
        display: inline-block;
    }
    .review_form_cotainer {
        width: 96%;
    }
    .captcha_btn .captchaRefreshIco {
        right: 0;
        top: 8px;
    }
    .footer_full_container .col-sm-2 {
        width: 100%;
    }
    .footer_full_container h2 {
        font-size: 24px;
    }
    .bottom_area {
        bottom: 118px;
    }
    .fsocial_icons {
        width: 54%;
    }
}