/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

html {
    overflow: inherit !important
}

body {
    padding: 0 !important;
}

.headerbg_sub {
    min-height: inherit !important;
    padding: 54px 0 !important;
}
p.post-date {
    padding-left: 30px;
}
div .filter-button-group {
    display: none;
}
@media screen and (min-width: 999px) {
.headerbg_sub h1
{	padding:40px 0 10px 0 !important; margin-bottom:-20px !important; position:relative !important;
}
}
.container {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.nicescroll-rails {
    display: none;
}

body #content {
    /* width: 70% !important; */
    /* width: calc(100% - 280px) !important; */
    overflow: hidden;
    width: calc(100% - 210px) !important;
    overflow: hidden;
}

#sidebar {
    /* width: 27%; */
    /* width: 280px; */
    /* width: 240px; */
    overflow: hidden;
    margin-top: 0;
    width: 200px;
}

.main_menu {
    line-height: 1em;
}

.rt-tpg-container .rt-tpg-isotope-buttons {
    margin-top: 0;
}

body .rt-tpg-container .rt-tpg-isotope-buttons button,
.fusion-load-more-button {
    margin: 3px;
    cursor: pointer;
    padding: 5px 12px 7px;
    font-family: gotham book;
    font-size: 400;
    font-size: 15px;
    color: #333 !important;
    background: #efefef !important;
    border-radius: 4px;
    text-align: center;
    line-height: 1.25em;
}

body .rt-tpg-container .rt-tpg-isotope-buttons button.selected,
.fusion-load-more-button:hover {
    background: #0168e3 !important;
    color: #fff !important;
}

.blog_social_share a {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: url(images/facebook.png) no-repeat left;
    background-size: auto 35px;
    text-align: left;
    text-indent: -9999px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 4px;
    position: relative;
}

.blog_social_share a.twitter_icon {
    background: url(images/twitter.png) no-repeat left;
    background-size: auto 35px;
}

.blog_social_share a.linkedin_icon {
    background: url(images/linkedin.png) no-repeat left;
    background-size: auto 35px;
}
.blog_social_share a.pinterest_icon {
    background: url(images/pintrest.png) no-repeat left !important;
    background-size: auto 35px;
}
.fusion-social-networks-wrapper a.fusion-facebook {
    display: inline-block !important;
    height: 35px !important;
    width: 35px !important;
    background: url(images/facebook.png) no-repeat left !important;
    background-size: auto 35px !important;
    margin: 0 3px;
    margin-top: 15px;
}

.fusion-social-networks-wrapper a.fusion-linkedin {
    display: inline-block !important;
    height: 35px !important;
    width: 35px !important;
    background: url(images/linkedin.png) no-repeat left !important;
    background-size: auto 35px !important;
    margin: 0 3px;
    margin-top: 15px;
}

.fusion-social-networks-wrapper a.fusion-twitter {
    display: inline-block !important;
    height: 35px !important;
    width: 35px !important;
    background: url(images/twitter.png) no-repeat left !important;
    background-size: auto 35px !important;
    margin: 0 3px;
    margin-top: 15px;
}

.blog_social_share a:hover {
    width: 90px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.post_tags_list {
    padding: 12px 0 10px 27px;
}

blockquote {
    padding: 1px 18px;
    border-radius: 10px;
}

.post_tags_list span a {
    margin: 3px;
    cursor: pointer;
    padding: 5px 12px 7px;
    font-family: gotham book;
    font-size: 400;
    font-size: 15px;
    color: #333 !important;
    background: #efefef !important;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.25em;
}

.post_tags_list span a:hover {
    background: #0168e3 !important;
    color: #fff !important;
}

.homesection9 strong {
    line-height: 1.1em;
}

.rt-tpg-container .rt-tpg-isotope-buttons {
    margin-bottom: 40px;
}

.rt-col-sm-6,
.rt-col-md-6,
.rt-col-lg-6 {
    padding-left: 22px;
    padding-right: 22px;
}

.botrt div div {
    line-height: 1.1em;
}

.rt-tpg-container .isotope1 .rt-holder {
    padding-bottom: 0px !important;
    position: relative;
}

.rt-tpg-container .isotope1 .rt-holder .rt-img-holder {
    position: relative;
    overflow: hidden;
}

.rt-detail {
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

.rt-tpg-container .isotope1 .rt-holder .rt-detail {
    background: rgba(0, 0, 0, 0.6);
    padding: 0;
    width: 100%;
    text-align: center;
    padding: 8px 0 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.rt-holder:hover .rt-detail {
    height: auto;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.rt-tpg-container .isotope1 .rt-holder .rt-detail h2 {
    font-size: 18px;
    padding: 0 8px;
    margin: 0 !important;
    font-weight: 600;
    line-height: 1.5em;
    font-family: gotham book !important;
}

.rt-tpg-container .isotope1 .rt-holder .rt-detail h2 a {
    color: #fff !important;
    font-size: 17px !important;
    font-family: gotham book !important;
}

.comment-respond {
    display: none;
}

.post-content p a {
    color: #0051ae;
    text-decoration: underline;
}

.post-content p a:hover {
    color: #333;
    text-decoration: none;
}

.twtwitter_feed {
    height: 380px;
    overflow: auto;
}

.fusion-flexslider ul,
.fusion-flexslider ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fusion-flexslider .screen-reader-text {
    display: none;
}

#blogsec {
    padding-left: 0 !important;
    padding-right: 0px !important;
}

.rt-img-holder {
    border-radius: 8px;
}

.rt-tpg-container .rt-equal-height {
    margin-bottom: 45px !important;
}

.rt-img-holder img {
    /*filter: blur(4px);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);*/
}

.rt-img-holder:hover img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.comment-form {
    display: none !important;
}

.widget {
    margin-bottom: 40px;
}

body .gsib_a {
    padding: 7px 9px 8px 12px;
}

body input.gsc-input {
    font-size: 16px;
}

body .gsc-search-button-v2 {
    padding: 11px 13px;
    cursor: pointer;
    border: 0;
    background: url(images/bluebtn1_bg.png) repeat-y center #0051ae;
    border-radius: 4px;
}

.fusion-load-more-button.fusion-blog-button {}

body .gsc-search-button-v2:hover {
    background: url(images/bluebtn1_bg_hover.png) repeat-y center #0051ae;
}

.slides li {
    margin: 0 !important;
}

.flex-direction-nav {
    display: none;
}

.attachment-full.size-full.wp-post-image {
    border-radius: 15px;
}

.slides {
    padding: 0 30px !important;
}

.blog_social_share {
    padding: 20px 59px 0 0px;
    clear: both;
    display: inline-block;
    /* float: right; */
}

.post_view_count {
    display: inline-block;
    margin: 20px 0px 0 30px;
    padding: 8px 40px 6px 15px;
    color: #ffffff;
    background: url(images/eye_icon.png) no-repeat right 11px #0051ae;
    line-height: normal;
    border-radius: 5px;
}

body .post-content h1,
h1.blog_h1 {
    font-size: 40px;
    margin: 0;
    line-height: 1.15em;
    font-family: 'Gotham Bold' !important;
    color: #0051ae;
    margin-bottom: 40px !important;
}

/* h1.blog_h1 {
    padding-left: 30px;
    padding-right: 30px;
} */

.fusion-title-size-one {
    margin-bottom: 20px !important;
}

body .fusion-modal h1,
body .fusion-page-title-bar h1,
body .fusion-widget-area h1,
body .post-content h1,
.h1.blog_h1 {
    font-family: 'Gotham Book';
}

.fusion-button {}

body .fusion-button {
    padding: 12px 28px;
    cursor: pointer;
    border: 0;
    display: inline-block;
    background: url(images/bluebtn1_bg.png) repeat-y center #0051ae;
    line-height: 1em;
    border-radius: 50px;
    margin: 10px 0;
}

body .fusion-button:hover {
    background: url(images/bluebtn1_bg_hover.png) repeat-y center #0051ae;
}

.post-content h2 {
    font-size: 24px;
    line-height: 1.15em;
    font-family: 'Gotham Bold' !important;
    color: #0051ae !important;
    margin: 10px 0 15px;
}

body .post-content h3 {
    font-size: 20px;
    margin: 10px 0 15px 0;
    line-height: 1.15em;
    font-family: 'Gotham Bold' !important;
    color: #0051ae !important;
}

body .post-content h4 {
    font-size: 17px;
    line-height: 1.15em;
    font-family: 'Gotham Bold' !important;
    color: #0051ae;
}

h2.entry-title {
    margin-top: 20px;
}

h2.entry-title a {
    font-size: 24px;
    margin: 0;
    line-height: 1.15em;
    font-family: 'Gotham Bold' !important;
    color: #0051ae !important;
}

.single-navigation a {
    float: left;
    padding-left: 30px;
    color: #3384e1
}

.single-navigation a:last-child {
    float: right;
    padding-right: 30px;
}

.person-name {
    color: #0051ae !important;
    font-weight: 600;
    font-family: 'Gotham Book';
    font-size: 24px !important;
}

.post-content {
    font-size: 15px;
    font-family: 'Gotham Book';
    position: relative;
}

.post-content p {
    font-size: 17px;
    font-family: 'Gotham Book';
    line-height: 24px;
}

.fusion-person.person.fusion-person-center.fusion-person-icon-bottom {
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding-top: 30px;
    display: flex;
    grid-column-gap: 20px;
}

.person-shortcode-image-wrapper {
    max-width: 160px;
}

.person-content {
    font-style: italic;
    line-height: 1.35em;
    padding-top: 7px;
}

.wpcf7 {
    clear: left;
    padding-left: 30px !important;
}

.ftxt1 label {
    display: inline-block;
    width: 80px;
}

.wpcf7-text {
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 15px;
    padding: 10px 15px !important;
    height: auto !important;
    width: 300px !important;
}

.ftxt1 {
    margin-bottom: 15px;
}

.related-posts.single-related-posts {
    /*display:none;*/
}

h2.entry-title.fusion-post-title {
    margin-bottom: 10px !important;
}

a.fusion-read-more {
    font-size: 14px;
}

.fusion-meta-info {
    padding-bottom: 20px;
}

#email-subscribers-2 {
    background: url(images/bg1.png) no-repeat;
    background-size: 100%;
    height: 365px;
    color: #fff;
    text-align: center;
    margin: 60px 0 30px 0;
}

#email-subscribers-2 h4 {
    padding-top: 100px;
    color: #fff;
    font-size: 20px;
    line-height: 1.25em;
    padding-left: 33px;
    font-family: gotham bold;
    margin-bottom: 15px;
}

#email-subscribers-2 .es_textbox input {
    border: 0;
    background: #fff;
    border-radius: 45px;
    padding: 9px 20px 10px;
    font-size: 16px;
    height: auto;
    margin-left: 30px;
    width: 220px;
    color: #666;
}

#email-subscribers-2 .es_submit_button {
    background: none;
    border: 2px solid #fff;
    font-size: 15px;
    font-family: gotham bold;
    cursor: pointer;
    border-radius: 50px;
    height: auto;
    color: #fff;
    width: 110px;
    margin-left: 23px;
    margin-top: 0;
    padding: 8px;
    margin-top: -2px;
}

#email-subscribers-2 .es_submit_button:hover {
    background: #fff;
    color: #0051ae;
}

#tag_cloud-3 h4 {
    margin: 0;
    margin-bottom: 0px;
    padding: 15px 0 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: gotham bold;
    color: #0051ae;
}

.fusion-title-size-three {
    margin-bottom: 20px !important;
    margin-top: 30px !important;
}

h4.fusion-rollover-title,
h4.fusion-rollover-title a {
    font-family: gotham bold !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
}

h4.fusion-rollover-title {
    margin-top: 10px !important;
}

.tagcloud a {
    margin: 3px 1px;
    cursor: pointer;
    padding: 7px 8px 7px;
    line-height: 1.25em;
    font-family: gotham book;
    font-size: 400;
    font-size: 14px;
    color: #333 !important;
    background: #efefef !important;
    border-radius: 4px;
    display: inline-block;
}

.tagcloud a:hover {
    background: #0168e3 !important;
    color: #fff !important;
}

.to-top-container {
    display: none;
}

#you_may_also_like-3 {
    max-width: 342px;
}

#you_may_also_like-3 h4,
#categories-2 h4 {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: gotham bold;
    color: #0051ae;
}

#you_may_also_like-3.sticky1 {
    position: fixed;
    top: 100px;
}

#categories-2 a,
#you_may_also_like-3 a {
    font-family: gotham book;
}

#categories-2 li,
#you_may_also_like-3 li {
    line-height: 1.25em;
    padding-bottom: 14px;
}

#categories-2 ul,
#you_may_also_like-3 ul {
    padding-left: 16px;
}

#groupcompanies,
.footermn, .hm-group-Compani {
    position: relative;
    z-index: 99;
}

.footermn {
    background: #fff;
}

.related-posts h3.title-heading-left {
    margin-left: 30px;
    margin-right: 30px;
}

.fusion-rollover-title {
    background: #fff;
}

.fusion-rollover-title a {
    color: #333 !important;
}

.wpcf7-form h3,
h3.title-heading-left {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    padding: 15px 0 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: gotham bold !important;
    color: #0051ae !important;
}

.divcap {
    max-width: 308px;
    margin-top: 20px;
}

.wpcf7 {
    clear: both;
    width: 68%;
    padding-top: 15px !important;
}

body .wpcf7-submit {
    padding: 12px 28px !important;
    cursor: pointer !important;
    border: 0;
    display: inline-block !important;
    background: url(images/bluebtn1_bg.png) repeat-y center #0051ae !important;
    line-height: 1em !important;
    border-radius: 50px !important;
    margin: 10px 0 !important;
    font-size: 16px !important;
}

body .wpcf7-submit:hover {
    background: url(images/bluebtn1_bg_hover.png) repeat-y center #0051ae !important;
}

.fbtn .wpcf7-submit {
    margin-top: 0 !important;
}

.person-desc {
    margin-bottom: 25px;
    width: calc(100% - 170px);
}

.rt-img-holder .img-responsive {
    /* height: 210px; */
}

.about-author {
    display: none;
}

header .container {
    padding: 0 20px !important;
}

#post-404page .search-page-search-form .search-field input[type="text"] {
    border: 1px #cccccc solid;
    margin: 0 0 0 0
}

#post-404page .searchform .search-table .search-button input[type="submit"] {
    border: 0 !important;
    background: url(images/search_icon.png) no-repeat center 8px #3384e1 !important;
    cursor: pointer;
}

#post-404page .search-field {
    display: inline-block;
}

#post-404page .search-button {
    display: inline-block;
}

#search-3 .heading h4.widget-title,
#custom_html-9 .heading h4.widget-title,
#email-subscribers-form-2 .heading h4.widget-title,
#text-9 .heading h4.widget-title,
#wpp-5 .heading h4.widget-title,
#load_blog_tags-5 .heading h4.widget-title {
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: gotham bold;
    color: #0051ae;
    line-height: 1.2;
}

#social_links-widget-3 .heading h4.widget-title {
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    font-size: 24px;
    font-family: gotham bold;
    color: #0051ae;
}

#search-3 .searchform .search-field {
    display: inline-block;
    width: 88%;
}

#search-3 .searchform .search-field input {
    border: 1px #cccccc solid;
    width: 100%;
    font-size: 14px;
    padding: 9px 5px;
    height: inherit;
}
#search-3 .searchform .search-field input {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 15px;
    padding: 10px 15px !important;
    height: auto !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#search-3 .searchform .search-button {
    display: inline-block;
}

#search-3 .searchform .search-button input {
    border: 0 !important;
    background: url(images/search_icon.png) no-repeat center #0168e3 !important;
    cursor: pointer;
    width: 39px !important;
    height: 39px !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search-table .search-field {
    display: inline-block;
    width: 305px;
}

.search-table .search-field input {
    border: 1px #cccccc solid;
    width: 100%;
    font-size: 14px;
    padding: 9px 12px !important;
    height: inherit !important;
}

.search-table .search-button {
    display: inline-block;
}

.search-table .search-button input {
    border: 0 !important;
    background: url(images/search_icon.png) no-repeat center 11px #0168e3 !important;
    cursor: pointer;
    width: 35px !important;
    height: 35px !important
}

.fusion-content-widget-area .bluebtn1:hover {
    color: #ffffff !important;
}

body .plusem:after {
    top: 6px;
}

.fusion-carousel-positioner {
    margin: 0 !important;
    padding: 0 14px;
}

.fusion-carousel-wrapper {
    width: 100% !important;
    overflow: inherit !important;
    margin: 0 !important;
    text-align: left !important;
    height: auto !important;
}

.fusion-carousel-holder {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
}

.fusion-carousel-item {
    margin: 0 !important;
    line-height: normal;
    width: 33.33% !important;
    float: left;
    box-sizing: border-box;
    padding: 16px;
}

.fusion-carousel-nav {
    display: none !important;
}

.fusion-image-wrapper img {
    border-radius: 10px;
}

.fusion-carousel-holder li:nth-child(4),
.fusion-carousel-holder li:nth-child(5),
.fusion-carousel-holder li:nth-child(6),
.fusion-carousel-holder li:nth-child(7),
.fusion-carousel-holder li:nth-child(8),
.fusion-carousel-holder li:nth-child(9),
.fusion-carousel-holder li:nth-child(10),
.fusion-carousel-holder li:nth-child(11) {
    display: none !important;
}

.fusion-image-wrapper .fusion-rollover {
    -moz-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    -o-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
}

#custom_html-9 p {
    font-size: 16px;
    color: #3f3f3f;
    margin-bottom: 0;
    font-family: gotham book;
    line-height: 20px;
}

#wpp-5 ul.wpp-list {
    padding: 0;
    list-style: none;
}

#wpp-5 ul.wpp-list li {
    padding: 0 0 20px 0;
    margin: 20px 0;
    border-bottom: 1px #e8e8e8 solid;
    overflow: inherit !important
}

#wpp-5 ul.wpp-list li span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px
}

#wpp-5 ul.wpp-list li a {
    line-height: 18px;
    display: inline-block;
    margin-bottom: 5px;
    color: #3f3f3f;
    font-family: gotham book;
}

#wpp-5 ul.wpp-list li.current a {
    color: #0051ae;
}

#wpp-5 ul.wpp-list li.current span {
    color: #333333;
}

#wpp-5 ul.wpp-list li a:hover {
    color: #0051ae
}

#wpp-5 ul.wpp-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#categories-2 ul {
    padding: 0 0 0 20px;
    max-height: 250px;
    overflow-y: auto;
}

#categories-2 ul li:last-child {
    padding-bottom: 0;
}

.fusion-content-widget-area a:hover {
    color: #0051ae !important;
}

.custom_blog_tag_lists ul {
    list-style: none;
    padding: 0;
}

.custom_blog_tag_lists ul li {
    color: #3f3f3f;
    font-family: gotham book;
    font-size: 13px;
    padding: 5px 10px;
    display: inline-block;
    background: #ececec;
    margin: 2px;
}

/*.page-id-15803 .fusion-content-widget-area #categories-2 {
    display: none;
}*/
div#iso-button-742925391 {
    display: none;
} 

.cus_breadcrumbs {
    padding: 0 30px;
    padding-bottom: 15px;
}

.cus_breadcrumbs a {
    color: #0051ae;
}
#text-9 .heading h4.widget-title {
    margin-bottom: 10px;
}

/* Sidebar Book Style start*/
#text-9,#text-9.book-wrapper  {
    border: 0 !important;
    background: unset !important;
    width: 200px;
    padding: 0;
}
.book-wrapper>a {
    display: flex;
    width: 200px;
}
.book-wrapper>a>img {
    width: 200px;
    padding: 0 !important;
    margin: auto;
}
#search-3 .heading h4.widget-title,
#email-subscribers-form-2 .heading h4.widget-title,
.sidebar .widget .heading h4, .sidebar .widget h4{
    font-size: 20px !important;
}
.book-wrapper span {
    background: #0168e3;
    padding: 5px 8px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
}
/* Sidebar Book Style End*/

@media screen and (max-width: 1580px) {
    body .gsc-search-button-v2 {
        padding: 16px 16px;
        border-radius: 0;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px
    }
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media screen and (max-width: 1279px) {
    #email-subscribers-2 h4 {
        padding-top: 70px;
        font-size: 18px;
    }
    #email-subscribers-2 {
        height: inherit;
        margin-bottom: 30px;
    }
    #email-subscribers-2 .es_textbox input {
        font-size: 16px;
        margin-left: 20px;
    }
    #email-subscribers-2 .es_submit_button {
        margin: 0 0 20px 20px
    }
    #search-3 .searchform .search-field {
        width: 85%;
    }
}

@media screen and (max-width: 999px) {
    body #content {
        width: 100% !important;
    }
    #sidebar {
        margin: 0 auto !important;
        width: 400px !important;
        float: none !important;
    }
    body #blogsec {
        padding-bottom: 20px !important;
    }
    .container {
        padding-top: 50px !important
    }
    #email-subscribers-2 h4 {
        padding: 130px 0 20px 20px;
        font-size: 18px;
        width: 230px;
        margin: 0 auto;
    }
    #email-subscribers-2 .es_submit_button {
        margin: 0 0 60px 20px;
    }
    #you_may_also_like-3.sticky1 {
        position: relative;
        top: 0;
    }
    .related-posts .fusion-title {
        margin-top: 20px !important;
    }
    body .technology {
        padding: 25px 0 !important;
    }
}


/*===============keep screen 480=============*/

@media screen and (max-width: 767px) {
    .rt-img-holder .img-responsive {
        height: inherit;
    }
    .rt-detail {
        height: inherit;
        padding: 25px 0 !important
    }
    .footermn .container {
        padding-top: 0 !important
    }
    .homesection9 strong {
        margin: -79px 0 42px !important;
        color: #3384e1 !important;
    }
    #groupcompanies {
        margin: 40px 0 50px 0;
    }
    .headerbg_sub h1,
    .case_studies_header h2 {
        font-size: 40px !important;
    }
    body .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}


/*===============keep screen 320=============*/

@media screen and (max-width: 479px) {
    .cus_breadcrumbs {
        padding: 0;
    }
    #sidebar {
        width: 100% !important;
    }
    #email-subscribers-2 h4 {
        padding: 80px 0 20px 20px;
    }
    .rt-tpg-container .isotope1 .rt-holder .rt-detail h2 a {
        font-size: 14px !important;
        line-height: 20px !important
    }
    .rt-tpg-container .isotope1 .rt-holder .rt-detail h2 {
        font-size: 14px !important;
        line-height: 20px !important
    }
    .rt-detail {
        padding: 10px 0 !important;
    }
    .homesection9 {
        padding: 0 0 30px 0 !important;
    }
    .homesection9 .container {
        padding-top: 30px !important;
    }
    body form.gsc-search-box {
        font-size: 19px;
    }
    .gsc-search-box-tools .gsc-search-box .gsc-input {
        padding-right: 0 !important;
    }
    .fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    body .technology {
        padding: 3px 0 !important;
    }
    .wpcf7 {
        width: 100%;
        padding-top: 40px !important;
        padding: 0 !important;
    }
    .blog_social_share {
        padding-left: 0;
    }
    .post_tags_list {
        padding-left: 0;
        padding-bottom: 30px;
    }
    .related-posts h3.title-heading-left {
        margin-left: 0;
        margin-right: 0;
    }
    .fusion-carousel-positioner {
        padding: 0 !important;
    }
    .fusion-carousel-item {
        width: 50% !important;
        padding: 0 5px;
    }
    .fusion-carousel-holder li:nth-child(4) {
        display: block !important;
    }
    .slides {
        padding: 0 0 !important;
    }
    h1.blog_h1 {
        padding-left: 0;
        padding-right: 0;
    }
    blockquote {
        margin-left: 0;
        margin-right: 0;
    }
}

table {
    border-collapse: collapse;
}

table,
th,
td,
tr {
    border: 1px solid black;
}

td {
    padding-left: 10px;
    padding-right: 10px;
}

.text-center {
    text-align: center;
}

.code_contain {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.05);
}

article .post-content ul li:not(:first-child) {
    margin-top: 10px;
}

.cus_blockcontain {
    background: #f5f5f5;
    border-left: 4px solid #2aace2;
    padding: 15px;
    font-style: italic;
    margin-top: 10px;
}
.cus_breadcrumbs
{	display:none;
}
#email-subscribers-2 {
    background:url(images/bg1.png) no-repeat 0 11px;background-size: 100%;
}
#email-subscribers-2 .es_button{padding-top:6px}

#email-subscribers-2 .es_msg {
    padding-top: 0px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 15px;
}


.autor-row {
    padding: 20px;
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 0px;
    background: #fff;
    border: 1px #d2d2d2 solid;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px rgb(46 126 220 / 8%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.post-content, .post-content p, .post-content li {
    font-size: 17px;
    font-family: 'Gotham book';
    line-height: 1.7;
    color: #000;
}
/* .post-content blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px !important;
    margin-top: 50px;
    background: #f9fbfd !important;
    border: 1px #d2d2d2 solid !important;
    border-radius: 5px !important;
    box-shadow: 0 0 10px 1px rgb(46 126 220 / 8%);
} */

.post-content .related-post {
    margin: 50px 0px 0px;
    padding: 20px;
    background: #e5f0ff;
    border: 1px #d2d2d2 solid;
    border-radius: 5px !important;
    box-shadow: 0 0 10px 1px rgb(46 126 220 / 8%);
    width: 100%;
    display: flex;
    grid-column-gap: 30px;
    align-items: center;
    font-style: normal;
}
.post-content .related-post img {
    border-radius: 10px;
    width: 250px;
    height: 150px;
    object-fit: cover;
    margin: 0px;
}
.post-content blockquote p {
    margin: 0px;
    font-size: 20px;
}
.post-content blockquote p a {
    text-decoration: none;
    font-weight: 600;
}

.post-content h2 {
    margin-top: 30px;
}
body .post-content li h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}
body .post-content ul li:first-child h3 {
    margin-top: 10px;
}
body .post-content ul li p:nth-child(2) {
    margin-top: 0 !important;
}
.post-content img {
    margin-bottom: 20px;
    margin-top: 20px;
}
.bootstrap-yop.yop-poll-mc .basic-yop-poll-container {
    padding: 30px !important;
    margin-top: 50px;
    background: #f9fbfd !important;
    border: 1px #d2d2d2 solid !important;
    border-radius: 5px !important;
    box-shadow: 0 0 10px 1px rgb(46 126 220 / 8%);
}
.basic-yop-poll-container .basic-custom-field, .basic-yop-poll-container .basic-question{
    margin-top: 0px;
}
.basic-yop-poll-container .basic-question-title h5,
.bf-newsletter h4{
    font-size: 24px !important;
    text-align: left !important;
    font-weight: bold !important;
    font-family: 'Gotham Bold' !important;
    color: #0051ae !important;
}
.bf-newsletter h4 {
    margin: 0px 0 5px;
    text-align: center !important;
}
.bf-newsletter p {
    margin: 0px 0 20px;
    text-align: center;
}
.basic-yop-poll-container ul.basic-answers li.basic-answer {
    line-height: 1;
    margin: 0px;
}
.basic-yop-poll-container ul.basic-answers {
    margin-top: 20px;
    margin-bottom: 15px;
    display: flex;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
}
.basic-yop-poll-container .basic-vote {
    margin-bottom: 0px;
    margin-top: 10px;
}
.basic-yop-poll-container .basic-answer .basic-answer-content label.basic-answer-label {
    display: inline-flex;
    align-items: center;
    grid-column-gap: 7px;
}
.basic-yop-poll-container .basic-answer .basic-answer-content label.basic-answer-label input {
    margin: 0px;
}
.basic-yop-poll-container ul.basic-answers li.basic-answer span.basic-text {
    font-size: 16px !important;
}
.basic-yop-poll-container .basic-vote a {
    padding: 10px 20px !important;
    vertical-align: middle;
    border-radius: 50px !important;
    background: url(../images/bluebtn1_bg.png) repeat-y center top #0151ac !important;
    border-color: transparent !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 16px !important;
}
.blog-sidebar .wpcf7 {
    padding: 0px !important;
    width: 100%;
}
.blog-sidebar .wpcf7 p{
    margin-bottom: 0px;
    margin-top: 9px;
}
.blog-sidebar .wpcf7 label, .blog-sidebar .wpcf7 label span {
    display: block;
}
.blog-sidebar .wpcf7 label span input {
    width: 100% !important;
    border-radius: 5px;
    color: #000;
}
.blog-sidebar .wpcf7 label span textarea {
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px;
    height: 80px;
    color: #000;
}
.post_view_count {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 15px;
}
.blog_social_share{
    padding-right: 0px;
    padding-top: 0px;
}
.blog-sidebar div.wpcf7-mail-sent-ok {
    margin: 15px 0px 0px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.4;
}

.bf-newsletter {
    background: #e5f0ff;
    margin-top: 40px;
    border: 1px solid #3383e1;
    border-radius: 5px;
    padding: 30px 40px;
}
.bf-newsletter.cf-upload form.wpcf7 {
    padding: 0px !important;
}
.bf-newsletter .es_subscription_form {
    display: flex;
    align-items: center;
}
.bf-newsletter .es_subscription_form .es-field-wrap {
    margin-bottom: 0px;
    width: calc(50% - 65px);
}
.bf-newsletter .es_subscription_form .es-field-wrap label, .bf-newsletter .es_subscription_form .es-field-wrap label input{
    display: block;
    width: 100%;
}
.bf-newsletter .es_subscription_form br, .es-field-wrap br {
    display: none;
}
.bf-newsletter .es_subscription_form input {
    border-radius: 0;
    border: 0;
    padding: 15px 26px !important;
    font-size: 18px;
}
.bf-newsletter .es_subscription_form .es-field-wrap:nth-child(1) input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.bf-newsletter .es_subscription_form input[type="submit"]{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.bf-newsletter .es_subscription_form .es-field-wrap:nth-child(1) label {
    position: relative;
}
.bf-newsletter .es_subscription_form .es-field-wrap:nth-child(1) label:before {
    content: "";
    width: 1px;
    height: 24px;
    background: #000000;
    position: absolute;
    right: -5px;
    top: 13px;
}
.blog-sidebar form.wpcf7-form div input {
    margin: 0px !important;
    border-radius: 5px !important;
}
.search-table {
    display: flex;
}
#es_form_f1-n1.emaillist br {
    display: none;
}
#es_form_f1-n1.emaillist input {
    border-radius: 5px;
    font-size: 15px;
    width: 100%;
}
.es-field-wrap {
    margin-bottom: 9px;
}
.blog-sidebar  input[type="submit"], .widget_email-subscribers-form input[type="submit"] {
    width: 100%;
    border-radius: 5px;
}
.es-field-wrap input {
    width: 100%;
    border-radius: 5px;
}
#text-9 {
    float: right;
    width: 240px;
    overflow: hidden;
    margin-top: 0;
}

body #content .dae-shortcode-download-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: unset !important;
    grid-column-gap: 40px;
    padding: 30px !important;
    margin-top: 50px;
    background-color: #e5f0ff !important;
    border: 1px solid #3383e1 !important;
    border-radius: 5px !important;
    box-shadow: 0 0 10px 1px rgb(46 126 220 / 8%);
}
body .dae-shortcode-download-wrapper img.dae-shortcode-download-file-image {
    max-width: 250px !important;
    padding: 0px !important;
    box-shadow: 0px 0px 10px rgba(1, 81, 172, 0.2) !important;
}
body #content .dae-shortcode-download-wrapper .dae-shortcode-download-content-wrapper {
    min-width: auto !important;
    text-align: left !important;
}
body #content .dae-shortcode-download-wrapper .dae-shortcode-download-content-wrapper h4.dae-shortcode-download-title {
    font-size: 22px !important;
    text-align: left !important;
    font-weight: bold !important;
    font-family: 'Gotham Bold' !important;
    color: #0051ae !important;
    padding: 0px !important;
    margin-bottom: 15px !important;
}
body #content .dae-shortcode-download-wrapper .dae-shortcode-download-content-wrapper .dae-shortcode-download-text {
    text-align: left !important;
    padding: 0px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-family: 'Gotham book' !important;
}
body #content .dae-shortcode-download-wrapper .dae-shortcode-download-button, body #content .dae-shortcode-download-wrapper .dae-shortcode-download-button:hover {
    margin: 20px 0px 0px !important;
    padding: 12px 20px !important;
    font-size: 18px !important;
    font-family: 'Gotham Bold' !important;
    color: #0051ae !important;
    border-color: #0051ae !important;
    border-radius: 50px !important;
}
body #content .dae-shortcode-download-wrapper .dae-shortcode-download-button:hover {
    color: #fff !important;
    background: #0151ac !important  ;
}
span.bctt-click-to-tweet {
    padding: 30px;
    margin-top: 50px;
    background: #f9fbfd !important;
    border: 1px #d2d2d2 solid !important;
    border-radius: 5px !important;
    box-shadow: 0 0 10px 1px rgb(46 126 220 / 8%);
    font-size: 20px;
}
.bctt-click-to-tweet .bctt-ctt-text a {
    font-size: 22px;
    font-family: 'Gotham' !important;
    color: #000 !important;
}
.bctt-click-to-tweet .bctt-ctt-text a:hover {
    color: #0051c0 !important;
}
body #content .dae-shortcode-register-wrapper p {
    text-align: left !important;
    margin: 30px 0px 0px !important;
    font-family: 'Gotham Bold' !important;
    color: #000 !important;
    max-width: none !important;
}
form.dae-shortcode-register-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px !important;
    max-width: 450px;
}
body #content .dae-shortcode-download-wrapper .dae-shortcode-register-field-wrap {
    margin: 0px !important; 
    width: calc(100% - 107px) !important;
}
body #content .dae-shortcode-download-wrapper .dae-shortcode-register-input-wrap {
    max-width: none !important;
    width: calc(100% - 45px) !important;
}
body #content .dae-shortcode-register-field {
    background: #fff !important;
    padding: 10px 14px !important;
    border: 1px solid #ccc !important;
    border-left: none !important;
}
body #content .dae-shortcode-register-wrapper form.dae-shortcode-register-form p {
    margin: 0px !important;
}
body #content .dae-shortcode-register-icon{
    background: #0151ac !important;
}
body #content .dae-shortcode-register-submit {
    padding: 15px 22px !important;
    font-family: 'Gotham book' !important;
    background: #0151ac !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
body #content .dae-shortcode-register-submit:hover {
    padding: 15px 22px !important;
    font-family: 'Gotham book' !important;
    background: #3383e1 !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
body #content .dae-shortcode-register-field {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right: 0px !important;
}

@media (max-width: 767px){
    body #content .dae-shortcode-download-wrapper{
        grid-column-gap: 20px;
    }
    body #content .dae-shortcode-download-wrapper .dae-shortcode-download-content-wrapper h2.dae-shortcode-download-title{
        font-size: 26px !important;
    }
}
@media (max-width: 639px){
    body #content .dae-shortcode-download-wrapper{
        flex-direction: column !important;
        grid-row-gap: 30px;
    }
    body #content .dae-shortcode-download-wrapper .dae-shortcode-download-content-wrapper, body #content .dae-shortcode-download-wrapper .dae-shortcode-download-content-wrapper h2.dae-shortcode-download-title, body #content .dae-shortcode-download-wrapper .dae-shortcode-download-content-wrapper .dae-shortcode-download-text {
        text-align: center !important;
    }
}
@media (max-width: 480px){
    body #content .dae-shortcode-download-wrapper{
        padding: 20px !important;
    }
    body #content form.dae-shortcode-register-form{
        flex-wrap: wrap;
    }
    body #content .dae-shortcode-register-field-wrap{
        width: 100% !important;
    }
    body #content .dae-shortcode-register-field {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
        border-right: 1px solid #ccc !important;
    }
    body #content .dae-shortcode-register-submit, body  .dae-shortcode-register-submit:hover {
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
        margin-top: 10px !important;
    }
}


/* blockquote.related-post {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    background: #e5f0ff !important;
    border: 1px solid #3383e1;
    font-style: normal !important;
    margin-top: 50px;
    margin-bottom: 50px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
} */
blockquote.related-post h4 {
    font-size: 20px;
    margin: 0px 0px 15px;
}
.related-post .bluebtn1 {
    padding: 8px 20px 8px 20px;
    font-size: 16px;
    text-transform: none;
    color: #fff;
    font-weight: normal;
}
.related-post .bluebtn1:hover {
    color: #fff;
}
.related-post .bluebtn1:after {
    display: none;
}   

.autor-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-row-gap: 10px;
}
.single-post .fusion-flexslider ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.content-of-list {
    background: #e5f0ff !important;
    border: 1px solid #3383e1;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 5px !important;
    box-shadow: 0 0 10px 1px rgba(46, 126, 220, 0.08);
    width: fit-content;
}
.content-of-list h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.content-of-list ul {
    padding: 0px;
    margin: 0;
    list-style-type: none;
}
.content-of-list ul li {
    line-height: 1;
}
article .post-content .content-of-list ul li:not(:first-child) {
    margin-top: 13px;
}
.content-of-list ul li a {
    font-size: 16px;
}
.content-of-list ul li a:hover {
    color: #0051ae;
}
.wpcf7-form-control-wrap .g-recaptcha {
    transform: scale(0.9);
    transform-origin: left;
}
.post-content table {
    width: 100%;
}

@media (max-width: 767px){
    .autor-row{
        grid-row-gap: 13px;
        margin-left: 0;
        margin-right: 0;
    }
    .blog_social_share {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        grid-row-gap: 10px;
    }
    .blog_social_share:before {
        content: "Share";
        margin-right: 10px;
    }
    .blog_social_share a:hover {
        width: 35px;
    }
}
@media (max-width: 999px){
    #text-9 {
        width: 100%;
        float: none;
    }
    .g-recaptcha > div {
        margin: 0px;
    }
}
.rt-tpg-container .rt-equal-height{
    margin-bottom: 30px !important;
}
.post-content .related-post .related-post-img {
    width: 250px;
}

@media (max-width: 575px) {
    .post-content .related-post {
        flex-wrap: wrap;
        grid-row-gap: 20px;
    }
}
@media (max-width: 479px) {
    .fusion-carousel-holder {
        display: flex;
        flex-wrap: wrap;
    }                       
}
.blog-table {
    overflow-x: auto;
}
.post-content table {
    width: 100%;
    height: auto !important;
    background: #e5f0ff;
    box-shadow: 0 0 10px 1px rgb(46 126 220 / 8%);
    font-family: "Gotham";
    /* min-width: 800px; */
}
.post-content table th, .post-content table td {
    padding: 7px 10px;
    font-size: 16px;
    border: 1px solid #d2d2d2;
text-align: center;
}
.post-content table th {
    background: #0354af;
    color: #fff;
}
.cf-upload .wpcf7 {
    width: 100%;
}
.cf-upload .es-field-wrap {
    width: 31%;
    float: left;
    margin-right: 2%;
}
.cf-upload .wpcf7-form-control-wrap {
	width: 100%;
    float: left;    
}
.cf-upload .es-field-wrap.text-area {
    width: 100%;
}
.cf-upload .es-field-wrap .wpcf7-form-control {
    width: 100% !important;
	border:0;
}
.cf-upload .text-area .wpcf7-textarea {
    height: 80px;
    border-radius: 5px;
    padding: 10px 15px;
    font-family: arial;
}
.cf-upload .g-recaptcha > div {
    margin: 0;
}
.cf-upload .wpcf7-form input[type="submit"]{
	font-weight: 600;
}
.bf-newsletter.cf-upload {
    padding: 20px;
    margin-top: 25px;
}
.bf-newsletter.cf-upload p {
    margin-bottom: 10px;
}
.bf-newsletter.cf-upload div.wpcf7 {
    padding: 0px !important;
}
form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cf-upload .wpcf7-form > .wpcf7-form-control-wrap {
    width: 320px;
    max-width: 100%;
}
@media screen and (min-width:1000px) {
    #text-9.fixed {
        position: fixed;
        top: 0;
        margin-top: 110px;
    }
}
#text-9 {
    padding: 15px;
    /* background-color: #e5f0ff;
    border: 1px solid #3383e1;
    border-radius: 5px; */
}
#text-9 .wpcf7-form-control-wrap .g-recaptcha {
    transform: scale(0.7);
}
#text-9 .g-recaptcha > div {
    margin-bottom: 5px;
}
#text-9 div.wpcf7 .ajax-loader, #text-9 .wpcf7-form-control-wrap p {
    display: none;
}

@media (max-width: 768px) {
	.cf-upload .es-field-wrap {
		width: 100%;
		float: left;
		margin-right: auto;
	}
}

@media (max-width: 640px) {
    .fusion-person.person.fusion-person-center.fusion-person-icon-bottom {
        flex-wrap: wrap;
        justify-content: center;
        grid-row-gap: 10px;
    }
    .person-desc {
        width: 100%;
        text-align: center;
    }
}


@media (min-width: 768px) {
    .post-content-wrap {
        margin-left: 330px;
    }
}
#ez-toc-container {
    max-width: 300px;
    float: left;
    background: #e5f0ff;
    border-color: #3383e1;
    padding: 15px;
}
#ez-toc-container .ez-toc-title-container p.ez-toc-title {
    font-size: 22px;
    font-family: 'Gotham Bold';
    color: #0051ae;
}
#ez-toc-container ul.ez-toc-list {
    margin-top: 8px;
}
#ez-toc-container ul.ez-toc-list li {
    margin-bottom: 7px;
    line-height: 1;
}
#ez-toc-container ul.ez-toc-list li:last-child {
    margin-bottom: 0px;
}
#ez-toc-container ul.ez-toc-list li a {
    font-size: 14px;
    line-height: 1.2;
}
#ez-toc-container ul.ez-toc-list li a:hover
/* , #ez-toc-container ul.ez-toc-list li a.active */ {
    color: #3383e1;
    text-decoration: none;
}
#ez-toc-container.fixed {
    position: fixed;
    top: 0;
    margin-top: 110px;
}
#ez-toc-container a:visited {
    color: #444;
}

#ez-toc-container.absolute {
    position: absolute;
    top: auto;
    bottom: 0;
    margin-bottom: 0px;
}
.post-content-wrap .fusion-fullwidth {
    padding: 0px !important;
}
.post-content-wrap .fusion-column-first {
    clear: inherit;
}
#ez-toc-container.counter-decimal ul.ez-toc-list li a,
#ez-toc-container.counter-numeric ul.ez-toc-list li a,
#ez-toc-container.counter-roman ul.ez-toc-list li a {
    display: inline-flex;
    width: calc(100% - 30px);
}

@media screen and (min-width:1200px) and (max-width:1280px) {
    body .dae-shortcode-download-wrapper img.dae-shortcode-download-file-image {
        max-width: 200px !important;
    }
}
@media screen and (min-width:767px) and (max-width:1199px) {
    body #content .dae-shortcode-download-wrapper {
        flex-direction: column !important;
        grid-row-gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    #ez-toc-container {
        display: none;
    }
}