/*!
Theme Name: Sites
Theme URI: 
Author: Web Mantras
Author URI:
Version: 1
Text Domain: sites

*/
@import url('https://fonts.googleapis.com/css?family=Outfit:400,600');
/* @import url('https://fonts.googleapis.com/css?family=Montserrat:700,700italic&display=swap'); */

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }
figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ }
table { margin: 0 0 1.5em; width: 100%; }
dt { font-weight: bold; }
dd { margin: 0 1.5em 1.5em; }
/* Text meant only for screen readers. */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus { outline: 0; }

.alignleft { display: inline; float: left; margin-right: 1.5em; }
.alignright { display: inline; float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }
.widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ }
.widget select { max-width: 100%; }
.sticky { display: block; }
.hentry { margin: 0 0 1.5em; }
.updated:not(.published) { display: none; }
.page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; }
.page-links { clear: both; margin: 0 0 1.5em; }
.comment-content a { word-wrap: break-word; }
.bypostauthor { display: block; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }
/* Make sure logo link wraps around logo image. */
.custom-logo-link { display: inline-block; }
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }
.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.wp-caption-text { text-align: center; }
.gallery { margin-bottom: 1.5em; }
.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }
.gallery-caption { display: block; }

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body { -ms-word-wrap: break-word; word-wrap: break-word; -webkit-font-smoothing: auto; text-rendering: optimizeLegibility !important; -moz-osx-font-smoothing: grayscale; font-smoothing: auto; }

a, button, input { -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
blockquote { font-size: 1.25rem; padding: 1.25rem 1.75rem; }
table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; }
table th, table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; }
table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }
table tbody + tbody { border-top: 2px solid #dee2e6; }
table table { background-color: #fff; }
figcaption { padding-top: 0; padding-bottom: .75rem; color: #6c757d; text-align: left; }

input[type="button"], input[type="reset"], input[type="submit"] { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; line-height: 1.5; border-radius: 0.25rem; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; padding: 0.5rem 1.25rem; color: #fff; background-color: #007bff; border-color: #007bff; }

input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover { color: #fff; background-color: #0062cc; border-color: #005cbf; cursor: pointer; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder { color: #6c757d; opacity: 1; }

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

blockquote { font-style: italic; font-size: 1.15rem; border-left: 3px solid rgba(33, 37, 41, 0.25); padding: 0.5rem 1.75rem; background: rgba(33, 37, 41, 0.05); }
blockquote p { font-size: 1.15rem; }
blockquote p:last-child { margin-bottom: 0; }

.navbar-dark .navbar-nav .dropdown-menu a { display: block; width: 100%; padding: .25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; }

.site-footer { padding-top: 3rem; padding-bottom: 3rem; }

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; text-align: left; width: 50%; }
.post-thumbnail { overflow: hidden;display: block;}
.card-title.entry-title { margin-bottom: .25rem; }
.entry-meta { font-size: .9rem; }
.entry-footer { font-size: .9rem; margin-top: 1rem; }
.comments-link { float: right; margin: 4px 0px 4px 10px; font-size: 90%; padding-top: 0.2em; }
.cat-links .badge, .tags-links .badge { font-size: 90%; font-weight: normal; border: 1px solid rgba(0, 0, 0, 0.125); margin: 4px 10px 4px 0; padding: 0.4em .9em; }
.cat-links a, .tags-links a { color: #6c757d; }
.cat-links a:hover, .tags-links a:hover { text-decoration: none; color: #212529; }

.entry-meta a, .comments-link a, .edit-link a { color: #6c757d; }
.entry-meta a:hover, .comments-link a:hover, .edit-link a:hover { text-decoration: none; color: #007bff; }
.entry-title a:hover, .search-results .entry-title a:hover{ color: #ed202e !important; }

.search-results .page-title{margin-bottom: 20px;color: #ed202e;}
.search-results .site-content{padding-top:70px;}
.search-results section.content-area{padding-top:0}
.search-results .site-main article:first-child{margin-top:0 !important}
.search-results .hentry.card .card-body{padding:30px;}

.content-area.wp-bp-404 .card-body { padding: 2.5rem 4rem; }
.sidebar-1-area .widget, .footer-widgets .widget { margin-bottom: 0; padding: 2rem; }
.sidebar-1-area .widget ul, .footer-widgets .widget ul { padding-left: 20px; color: #6c757d; margin-bottom: 0; }
.sidebar-1-area .widget ul li, .footer-widgets .widget ul li { padding-top: 3px; padding-bottom: 3px; list-style: square; }
.sidebar-1-area .widget ul li:last-child, .footer-widgets .widget ul li:last-child { padding-bottom: 0; margin-bottom: 0; }
.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a { color: #6c757d; }
.sidebar-1-area .widget ul li a:hover, .footer-widgets .widget ul li a:hover { color: #212529; text-decoration: none; }

.footer-widgets .widget { padding: 0.5rem; }

div.wpcf7 .ajax-loader{width: 24px;height: 24px;background-color: #fff;background-repeat: no-repeat;background-position: center center;border-radius: 50%;margin: 4px 0 0 -13px;position: relative}

#wp-calendar #next { text-align: right; }
#wp-calendar #prev a, #wp-calendar #next a { color: #6c757d; }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color: #212529; text-decoration: none; }
#calendar_wrap table th, #calendar_wrap table td { padding: .25rem; }
.hentry.card .card-body { padding: 1.5rem; }

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.entry-title a:hover { text-decoration: none; }
.mt-3r { margin-top: 3rem; }
.wp-bs-4-jumbotron { margin-bottom: 0; }
.wp-bs-4-jumbotron .jumbotron-heading { font-weight: 600; }
.wp-bs-4-jumbotron .container { max-width: 40rem; }

.comments-area { clear: both; -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }
.comments-area .media-body { overflow: auto; }
.comments-area .comment-list { list-style: none; padding-left: 0; margin:0}
.comments-area .comment-list > li { border-bottom: 1px solid #dee2e6 !important; padding:25px;}
.comments-area .comment-list ul.children { list-style: none; padding-left: 2rem; }
.comments-area .comment-list ul.children li { padding: 2.5rem 0 0; }
.comments-area .comment-list .comment-respond { padding:20px 25px; }
.comments-area .comments-title { padding:10px 15px; border-bottom: 1px solid #dee2e6 !important; background: #f6f6f6;margin:0}
.comments-area .comment-navigation { padding: 1rem 4rem 0; border-bottom: 1px solid #dee2e6 !important; }
.comment-author {text-transform: capitalize;}
.comments-area .wb-comment-form { padding:25px; background: #f6f6f6;}
.comments-area .wb-cancel-reply { margin-left: 2rem; }
.comments-area .logged-in-as { padding-left: 15px; font-size: .9rem; }
.comments-area .logged-in-as a { color: #6c757d; }
.comments-area .logged-in-as a:hover { color: #212529; text-decoration: none; }
.comments-area .wb-comment-notes { font-size: .9rem; }
.comments-area .no-comments { padding: 1rem 4rem; }
.comments-area small { font-size: .9rem; }
.comments-area p { -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }
.comments-area .comment-reply-link, .comments-area .comment-edit-link {margin-right: 1rem;color: #6c757d;background: #f8f8f8;padding: 3px 15px;display: inline-block;border-radius: 3px;border: 1px solid #eee }
.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover { color: #212529; text-decoration: none; }
.comments-area .comment-author a:hover { text-decoration: none; color: #212529; }

.wp-bp-sticky { position: absolute; top: 0; right: 1rem; }
.single .post-navigation .nav-links a { margin-bottom:2rem; display: inline-block; color: #6c757d;background: #f8f8f8;padding: 3px 15px;display: inline-block;border-radius: 3px;border: 1px solid #eee }
.single .post-navigation .nav-links a:hover { color: #212529; text-decoration: none; }
.navbar { padding: 1rem; }

#wp-bp-posts-slider { border: 1px solid rgba(0, 0, 0, 0.125); }
#wp-bp-posts-slider .carousel-item img { width: auto; height: 400px; -o-object-fit: cover; object-fit: cover; }
#wp-bp-posts-slider .carousel-caption { background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; padding: 2rem 4rem; }
#wp-bp-posts-slider .carousel-control-prev, #wp-bp-posts-slider .carousel-control-next { width: 10%; }

.custom-logo-link { margin-right: 1rem; }
.site-title a, .navbar-dark .custom-logo-link, .site-description { color: #fff; margin-bottom: 0; }
.custom-logo-link { font-size: 1.5rem; }
.navbar-dark .navbar-nav .nav-link { color: #fff; opacity: 0.5; }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: #fff; opacity: 0.75; }
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #fff; opacity: 1; }
.navbar-dark .custom-logo-link:hover, .navbar-dark .custom-logo-link:focus { color: #fff; }
.navbar-dark .navbar-nav .dropdown-menu .active > .nav-link { color: #212529; }
.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus { color: #212529; }
.page-template-full-width .site-footer.mt-4, .wb-bp-front-page .site-footer.mt-4 { margin-top: 0 !important; }
.wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: none; }

.site-header { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
body.custom-background .wp-bp-main-content .col-md-8 { background: #f8f9fa; padding: 2rem; border: 1px solid rgba(0, 0, 0, 0.125); }
.site-footer a:hover { text-decoration: none; }
.admin-bar .site-header.sticky-top { top: 32px; }
.wb-bp-front-page .site-header { border-bottom: 0; }
.wb-bp-front-page .wp-bs-4-jumbotron { padding: 0; background-size: cover; background-position: center; background-color: #343a40; border-radius: 0; }
.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay { padding: 10rem 2rem; /* background: rgba(#212529, 0.7); */ }
.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead { opacity: .75; }
.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading { font-weight: 600; font-size: 3rem; margin-bottom: 1rem; }
.wb-bp-front-page .wp-bp-services-section { padding: 4rem 0; }
.wb-bp-front-page .wp-bp-main-content { padding: 4rem 0; }
.wb-bp-front-page .wp-bp-main-content p { font-size: 1.25rem; font-weight: 300; }
.wb-bp-front-page .wp-bp-main-content blockquote { font-size: 1.35rem; }
.wb-bp-front-page .wp-bp-main-content blockquote p { font-size: 1.35rem; }
.wb-bp-front-page .wp-bp-main-content .post-thumbnail { margin-bottom: 1rem; margin-top: 0.5rem; }
.wb-bp-front-page .wp-bp-feat-card-img { -o-object-fit: cover; object-fit: cover; height: 200px; width: 100%; }
.wp-caption .wp-caption-text { font-size: 0.95rem; }

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) { .hentry.card .card-body { padding: 2.5rem 4rem; }
  .wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: block; }
}


/*--- Mukesh ---*/

/*html,body,.pageheader{height:100%;}*/
body{font-family:'Outfit',-apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, 'Helvetica Neue', sans-serif !important;font-size:15px;line-height:1.6;font-weight:normal; color:#545454;overflow-x:hidden;}
/*#content h2{font-family:'Roboto';}*/
h1, h2, h3,h4,h5{font-weight:600 !important;}
strong{font-weight:bold;}
h4{font-weight:normal;}
h2{color: #444;font-size:38px;}

a:hover, a:focus{text-decoration:none;}
ul{list-style:none;padding:0;margin:0;}

a, .btn,#mainmenu,.siteheader,.carousel-indicators img,.vp-portfolio .vp-portfolio__item img, .hover,article,#blogs img,.blog h5,.blog a.more:after,#bloghome_list a:before,.imglinks a img,#weoffer a:before,#weoffer a:after,#welcome .txtwpr a:before,.custom-logo-link img,.faci_imgwrapper img,.icon-wrapper,.icon-wrapper:before,.icon-wrapper *,.btn-outline-danger:before,.btn-dark:before,.ftop a:after,.offer_wrap,.offers h3,.slick-prev:before, .slick-next:before,#sb-nav-close,button,.logos_blocks a:before,.logos_blocks a:after,.logos_blocks img {-webkit-transition:all ease 0.4s;-moz-transition:all ease 0.4s;-ms-transition:all ease 0.4s;-o-transition:all ease 0.4s;transition:all ease 0.4s;}

/*a{color:#f3b007 ;}*/
a:hover{color:#e41e26;}
.custom-logo{height:auto !important;}

.navbar{padding:0 1rem;}
.custom-logo-link{padding:10px 0;}
.custom-logo-link img{width:100%;}
.siteheader.fxd{background:#fff;}
.siteheader.fxd .custom-logo-link img{width:80%;}
.siteheader.fxd .menu>li>a{padding:23px 20px;}
.menulogo span{display:none}
/*.menulogo img{width:90%;}*/

.relative{position:relative;}
.overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1002;background-color:#000;opacity:.7;}

#back-to-top{position:fixed;left:20px;bottom:25px;background:rgba(36, 46, 59, 0.53);border-radius:50%;width:40px;height:40px;text-align:center;font-size:33px;line-height:1;color:#fff;overflow:hidden;z-index:991;display:none;}
#back-to-top i:before{margin:0;}
/*#back-to-top.show{opacity:1;display: block;}*/

@media all and (min-width:1270px){.container{max-width:1200px;}}
@media all and (min-width:1330px){.container{max-width:1280px;}}
@media all and (min-width:1430px){.container{max-width:1350px;}}

.menulogo{display:none !important;}
.container{position:relative;}
.siteheader {
    position: fixed;
    z-index:1000;
	top: 0;
    width: 100%;
	color: #fff;
	border-bottom:1px solid transparent;
}
.siteheader.fxd{background:rgba(255,255,255,0.95); box-shadow:0 0 10px rgba(255,255,255,0.35);border-bottom-color:#f5f5f5;}
/*.siteheader a{color: #fff;}*/
.navbar-nav{align-items:center;}
.navbar-nav a{border-radius:0;text-transform:uppercase;color: #545454;}

.menu>li.hasdrop{position:static}
.menu .droptabs img{width:100%;padding:10px 20px 10px;}
.menu .droptabs{width:100%; display:flex}
.menu .droptabs li{display:inline-block; flex:1;}
.menu .droptabs li a{display:block;padding:13px 9px;;}
.menu .droptabs li a p{margin:0;padding:6px; text-align:center;}
.menu .droptabs li a:hover, .menu .droptabs li:hover>a{background:#f8f8f8 !important;color:#e41e26;}
.more_txt{color:#e41e26;display:inline-block;}
.more_txt:hover{color:#000;}
.menu ul li a span{text-align:center;}

#home{position: relative;z-index:2;}

.readmore{background:#f3b007 ; color:#fff;display: inline-block; margin-top:20px; padding:10px;}
.readmore:hover{color:#fff;}
#content{padding-top:30px;padding-bottom:30px;}
#content:after{content:'';display:block;clear:both;z-index:-1;}
.alignright{float:right;max-width:550px; margin:5px 0 10px 20px;width: 100%;}
.alignleft{float:left;max-width:550px; margin:5px 20px 10px 0;width: 100%;}
.imgbdr{border:5px solid #ddd; max-width:100%}
.menu .dropicon{display:none;}


@media screen and (max-width:991px){
.navbar-toggler{position:absolute;top:10px;right:0;padding:10px 0;display:block !important;}
.navbar-toggler:focus{outline:none;}
.navbar-toggler span{background:#e41e26;width:40px;height:4px;display:block;}
.navbar-toggler span + span{margin-top:7px;}
.navbar-nav{flex-direction:column !important}
.navbar-nav .nav-link{border-bottom:1px solid #545454;border-radius:0;color:#fff;display:block;}
.menu>li>a{padding:10px !important;}
.menu .d-none{display:block !important;}
	
#mainmenu{z-index:1003;position:fixed;height:100%;left:-250px;top:0;bottom:0;border:none;overflow-y:auto;width:250px; background:#fff;}
#mainmenu.showmenu{left:0;}
.menulogo{display:block !important;text-align:center;}
.navbar-expand-lg .navbar-nav .dropdown-menu{padding:0;}
.siteheader .container{max-width:100%;padding:0;}
.menu ul,.menu ul ul{position: relative;left: 0;transform: translate(0,0);width: 100%;box-shadow: none;top:0;visibility:visible;opacity:1;display:none;}
.menu li:hover>ul{display:block;z-index: 999;}
.menu ul ul li a{background:#ddd;}
.menu ul:before{border-width:7px;top:-14px;}
.menu ul ul:before{display:none;}
.menu li:hover>ul{transform:translate(0,0);}

.navbar-nav li{width:100%;margin: 0;border-bottom:1px solid rgba(255, 255, 255, 0.3);}
.navbar-nav a{display: block;padding:15px;}
.menu>li>a{padding:10px 15px !important;color:#fff;}
#mainmenu{background:#e41e26;}
.menulogo{background:#fff}
.menu>li.hasdrop{position:relative;}	
.menu .hasdrop .dropicon{display:block;position:absolute;right:0;width:45px;height:45px;top:0;padding:0!important;font-size:23px;border-left:1px solid rgba(255,255,255,.26);text-align:center;line-height:1.9;z-index:2;}
.alignleft,.alignright{float:none; margin:5px 0 20px;max-width:100%;width:100%;}
}

@media screen and (max-width:767px){
	
}
@media screen and (max-width:420px){
	.custom-logo-link{font-size: 25px;}	
}

section{padding-top:80px;padding-bottom:80px;}

.imgloader{width:43px;height:43px;vertical-align: middle;display:none;position:absolute;right:-24px;top:-1px;border-radius:50%;color: #fff;border:3px solid #fff;background:#231f20;}
.imgloader img{margin:-10px 0 0 -9px;padding:5px;}

.form-group{position:relative;}
button:focus{outline:none;}
.valid_error{color:#ccc;font-style:italic;text-align:right;font-size:13px;position:absolute;right:18px;}
.has-error .valid_error, .has-success .valid_error{display:block;}
.has-success .valid_error{font-size:14px;line-height:1.4;background:#1f9416}
.valid_error{display:none;color:#fff;background:#e74036;font-size:20px;font-weight:bold;font-style:normal;width:20px;height:20px;border-radius:50%;text-align:center;line-height:0.9;position:absolute;right:-8px;bottom:11px;z-index:999;padding-left:1px;}
form .btn{position:relative;}
.btn-danger, .iq-contactbox input[type="submit"], .comment-submit-btn, #ecard_form input[type="submit"]{background:#e41e26 !important;}
.iq-contactbox input[type="submit"], .comment-submit-btn, #ecard_form input[type="submit"]{border:none !important;width:auto !important}
.iq-contactbox input[type="submit"]:hover, .iq-contactbox input[type="submit"]:focus, .comment-submit-btn:hover,.comment-submit-btn:focus, #ecard_form input[type="submit"]:hover,#ecard_form input[type="submit"]:focus{background-color:#c82333 !important;}

.alert{display:none;margin-top:15px;border-radius:0;}
.alert-success{background:#f3fdf5;}
.gmap{height:350px;margin-top:30px;border:5px solid #ccc;}
.capbox .input-group-prepend{background:#717171;border:1px solid #717171;color:#fff;border-right:none;padding:2px 10px;font-weight:600;letter-spacing:1px;font-size:20px}


.ib{display:inline-block;}
.comment-form-cookies-consent{padding-left: 15px;}
.comment-form-cookies-consent #wp-comment-cookies-consent{float:left;}
.comment-form-cookies-consent label{overflow:hidden;display: block;margin-top: -5px; padding-left: 10px;}

blockquote{
	font-size:27px;
    color:#f3b007;
    font-weight:bold;
    line-height: 1.2;
}
/*#content p{text-align:justify;}*/

.form-control{border-radius:0;font-size:14px;}
#mainslider{background-size:cover;background-position:center center;position: relative;}
/*#mainslider:before{content:'';background:#000;display: block;position: absolute;top: 0;bottom: 0;right: 0;left: 0;opacity: 0.3;}*/


#mainslider .carousel-nav{position:absolute;background:rgba(243,176,7,0.8);color:#000; width:60px;height:60px;bottom:30px;opacity:1;top:auto;font-size:34px;}
#mainslider .carousel-item{background-size:cover;}
#mainslider .carousel-item img{max-width:100%;}
#mainslider .carousel-control-prev{left:20px;}
#mainslider .carousel-control-next{left:90px;right:auto;}
#mainslider .active .caption{bottom:30%;opacity:1;}

.hdxlogo{position:absolute;top:-17px;left:-110px;opacity:0.05;z-index:-1;}

.btn{padding:9px 30px 8px;margin-top:7px;position: relative;border-radius:0 !important;min-width:150px;}
.btn-outline-danger{background-color:#fff ;border-color:#969696;color: #969696;text-transform: uppercase;}
.btn-dark{background-color:#111;}
.btn-outline-danger,.btn-dark{font-size:15px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.btn-outline-danger:not([disabled]):not(.disabled).active, .btn-outline-danger:not([disabled]):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle{background-color: #e41e26;border-color: #e41e26;box-shadow: 0 0 0 0.2rem rgba(202, 166, 111, 0.35)}
.btn-outline-danger.focus, .btn-outline-danger:focus{box-shadow: 0 0 0 0.2rem rgba(202, 166, 111, 0.35)}

.btn span{display: block;position: relative;}
.btn-outline-danger{background:none;}
.btn-outline-danger:before{content:'';display:block;background-color:#e41e26;position:absolute;bottom:0;top:0;left:0;width:0;}
.btn-outline-danger:hover:before,.btn-dark:hover:before{width:100%;}
.btn-outline-danger:hover{background-color:#fff ;border-color:#e41e26; color:#fff;}

.btn-dark:before{content:'';display:block;background-color:#e41e26 ;position:absolute;bottom:0;left:0;right:0;height:0;}


@media all and (max-width:991px){
	#testimonials li{display: block;}
	#testimonials figure{border-radius:50px 10px;width:250px; margin:20px 0 5px 20px;}
	#testimonials .oh{flex:0 0 100%;}
	#testimonials figure{width:100%; margin:0;}
}
@media all and (max-width:767px){
	#content{padding-top: 30px;padding-bottom: 30px;}
	#content h3{font-size:22px;}
	.alignright,.alignleft{float:none;width:100%;max-width:100%; margin:5px 0 15px;}
}

h3{font-size:28px;}
.oh{overflow: hidden;}
#welcome{z-index:1;}
#welcome h4{color:#201e1e;font-size:27px;margin-bottom:20px;}
#welcome h1{color:#000;font-size:33px;margin:20px 0 0;line-height:1.4;}
#welcome h3{font-size:22px;}
#welcome p{color:#484747;line-height:1.7;}

.red{color:#e41e26;}

.liststyle1{margin:0 0 20px;padding:0;list-style:none;}
.liststyle1 li{position:relative;padding-left:14px;padding:2px 15px;}
.liststyle1 li:before{font:normal 18px/1 'FontAwesome';content:"\f105";color:#888;position:absolute;margin-top:2px;left:0;}

#testimonials{padding:40px 0 110px;overflow:hidden;}
/*#testi_carousel .carousel-inner{margin-left:25%;}*/
#testi_carousel .carousel-indicators{position:absolute;top:0;left:0;margin:0;}
#testi_carousel:after{content:'\f10e';font-family:'FontAwesome';display: block;font-size:250px;line-height:1.4; position:absolute; right:0;top:0;color:#f7f7f7;z-index:-1;}
#testi_carousel .carousel-item{padding-bottom:10px;}
.owl-carousel .owl-item .carousel-item{display:block;}
/*#testimonials li{box-shadow:0 -5px 15px rgba(0,0,0,0.1); padding:10px; display:flex;align-items:flex-start; border:1px solid #eee; margin-bottom:50px;}
#testimonials li:after{content:'';display:block;clear:both;}*/
#testimonials img{width:100%;border-radius:50%; border:4px solid #fff; box-shadow:2px 5px 10px rgba(0,0,0,0.2);margin:10px;}
#testimonials .visitor_name{color:#6c6d6b; font-size:20px;}
#testimonials .visitor_name span{color:#000;}
#testimonials .visitor_name:before {content: '';display: block;background:#ccc;width:30px;height:4px; margin:30px auto 10px;}
#testimonials h2{margin-bottom:0;}
#testimonials h4{font-size:28px; color:#888;margin-bottom:30px;}
#testimonials p{font-size:16px; margin-top:15px;color:#444;}
/*#testimonials:after{content:'\f10e';display:block;position:absolute;right:0;bottom:150px;font-size:250px;line-height:1;font-family:'FontAwesome';color:rgba(187, 133, 37, 0.12);z-index:-1;}*/
#testimonials h5{color:#e41e26;font-size:18px;margin:20px 0 5px;}
#testimonials h5 + p{font-size:14px;margin-top:0;}
.tss-wrapper .tss-carousel1 .item-content-wrapper .item-content{font-style:normal;}

.carousel_nav{font-size:40px;}
.carousel_nav a{width:50px;height:50px;border:1px solid #ddd;display: block;display:inline-block;line-height:1.15;}
.carousel_nav i:before{margin:0;}

#testi_carousel .h2{position:relative;left:25%;top:60px;padding-left:5px;display: inline-block;position: relative;z-index: 1;}
#testi_carousel .carousel-indicators img {width:100%;margin:0;}
#testi_carousel .carousel-indicators li {
  height:70px;
  width: 70px;
  border: none;
  text-indent:0;opacity:0.8;
	background:none;
	position: absolute;
	transform-origin:center center;
}
#testi_carousel .carousel-inner{margin-top:40px;}
#testi_carousel .carousel-indicators li:first-child{left: 0;top: 0;}
#testi_carousel .carousel-indicators li:nth-child(2){left: 70px;top:50px;}
#testi_carousel .carousel-indicators li:nth-child(3){left: 200px;top: 160px;}

#testi_carousel .carousel-indicators li:nth-child(4){left: 50px;top: 130px;}
#testi_carousel .carousel-indicators li:nth-child(5){left: 130px;top: -9px;}
#testi_carousel .carousel-indicators li:nth-child(6){left: 190px;top: 50px;}
#testi_carousel .carousel-indicators li:nth-child(7){left: 130px;top: 110px;}

#testi_carousel .carousel-indicators li.active {transform:scale(1.2)}
#testi_carousel .carousel-indicators li.active img {border-color:#e41e26;}
#testi_carousel .carousel-indicators li.active:before{content:'';display: block;width: 0;
height: 0;
border-style: solid;
border-width: 12px 7px 0 7px;
border-color: #fff transparent transparent transparent;
position: absolute;margin-left: -7px;left:50%;
}



/*
.carousel-inner{display:flex;}
.carousel-inner .carousel-item{height:100%;}
*/


.ftop{background:rgba(0, 0, 0, 0.05);padding:40px 0 10px;border-top:1px solid rgba(0, 0, 0, 0.08);border-bottom:1px solid rgba(0, 0, 0, 0.08);}
.ftop h4{color: #caa66f;font-size:22px;margin-top:7px;font-family:'Roboto',sans-serif}
.ftop .social a{color: #fff;background:#585858; width:30px;height:30px;display:inline-block;font-size:18px;text-align: center;line-height:1.6;border-radius:3px; margin:0 2px;}
.ftop .social a:hover{background:#e41e26;color:#fff;}
.ftop .social i:before{margin:0;width:auto;}
.ftop a{color:#585858 !important;position:relative;display: inline-block;}
.ftop a:hover{color:#000;}

.flinks{margin-bottom:30px;font-size:13px;}
.flinks .menu li{display:inline-block;position:relative;margin-bottom: 7px;border-bottom:none}
.flinks .menu li:not(:last-child){border-right:1px solid #ccc;}
.flinks .menu a{display:block;line-height: 1.2;padding: 0 7px !important;}
.flinks .menu a:hover{color:#000;}

.flinks .widget_nav_menu{margin-bottom:10px}
.flinks .simple-social-icons{margin-bottom:0}
.flinks .simple-social-icons h5{display: inline-block;font-size: 15px;color: #545454;margin-left: 7px;}
.flinks .simple-social-icons ul{float:none; display:inline-block;margin:0; vertical-align: middle;width: auto;}
.flinks .simple-social-icons ul li{margin: 0 4px !important;}
.flinks #simple-social-icons-2 ul li a{box-sizing: border-box;width:30px;height:30px;line-height: 1.5;padding:0 !important}


.qcontacts{text-align:right;}
.qcontacts p{margin:0}
.fxlogo{width:400px;opacity:0.05;position:absolute;bottom:-90px;left:-20px;z-index:-1;}

.flogo{margin-top:10px;}
.fblock{margin-bottom:30px;}
.fbtm{font-size:13px;padding:30px 0;}
.fbtm a{color:#777;}
.fbtm a:hover{color:#e41e26;}
.flinks,.social,.qcontacts{position:relative;z-index:1;}

.navbar{align-items:flex-start;}
.siteheader.fxd #mainmenu{margin-top:0;}
.topbar .wrapper{position:absolute;right:36px;font-size:13px;z-index:1001;line-height:1.8;background:#b37b2a;padding:0 10px;border-radius:0 0 5px 5px;color: #fff;letter-spacing:0.6px;}
.topbar a{display:inline-block;color:#fff;}


.pageheader{position:relative;/*border-bottom:1px solid #f4f4f4;*/}
.pageheader img{margin: auto;display: block;}
.pageheader:before{content:'';display:block;background:#000;position:absolute;bottom:0;left:050%;z-index:1;}
.pageheader > .container{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;padding-top:70px;}
.pageheader h1{color:#000;font-weight:bold;margin:30px auto 20px;}
.pageheader h1 span{font-size:20px;display: block;margin-top:10px;}
.pageheader p{font-size:17px;}
.pageheader p strong{color:#e41e26;font-style:italic;}
.pageheader .flex-row-reverse{width:100%;}
.pageheader nav{display:inline-block;}

.breadcrumb{font-size:12px; border-radius:0; padding:10px 0; background:none;border-top:1px solid #eee;border-bottom:1px solid #eee;}
.breadcrumb a{display:inline-block; margin:0 3px; color: rgba(0,0,0,0.6);}
/*.breadcrumb a,.breadcrumb a:after{content:'/'; color:rgba(0,0,0,0.6);}
.breadcrumb a:after{margin:0 0 0 5px;}*/
.breadcrumb span{color:rgba(0,0,0,0.8);margin:0 3px}
.breadcrumb a:hover{color:#e41e26;}

#content{padding-top:50px;padding-bottom:50px;}
#content:after{content:'';display: block;background:url(/wp-content/uploads/2020/05/x-icon.png) no-repeat -100px 0;width: 429px;height: 469px;opacity:0.05;position: absolute;top: 0;left: 0;}
#content h2{font-size:33px;line-height: 1.2;margin:20px 0;}
#content h3{font-size:28px;color:#e41e26;}
#content h4{font-size:22px;}
.introtxt{font-size:20px; line-height:1.6;color:#888;}
.inhersec_head{margin-bottom:40px;text-align:center;}



/*Sites.*/

.short_container{width:1100px;max-width:100%;margin-left: auto;margin-right: auto;}
#mainbanner{margin-top:70px;}
#mainbanner .row{align-items:center;}
.bannertxt{font-weight:300;font-size:50px;line-height:1;color: #231f20;padding-left:5%;}
.bannertxt .xlarge{font-weight:bold;font-size:200%;line-height:1;color:#e41e26;}
.bannerimg{padding:35px 0 0 0;display:flex;justify-content:flex-end}
.bannertxt a{width:110px;height:110px;background:#e41e26;color: #fff;font-weight:300;font-size:20px;display: inline-block;border-radius:50%;padding:30px 20px 20px;text-align:center;line-height:1.25;margin-top:25px;}
.bannertxt a:hover{background: #242424;color:#fff}

#mainbanner .relative{position:relative;max-width:876px;width:100%;}
#mainbanner .relative [class*="-icon"]{position:absolute;}
#mainbanner .relative svg{width:100%;}
#mainbanner .relative svg path.rotating{
  -webkit-animation: rotating 4s linear infinite;
  -moz-animation: rotating 4s linear infinite;
  -ms-animation: rotating 4s linear infinite;
  -o-animation: rotating 4s linear infinite;
  animation: rotating 4s linear infinite;
  transform-origin:center center
}
.lin-icon{width:7.5%;top:48%;left:-2%;}
.fb-icon{width:10%;top:14%;left:21%;}
.yt-icon{width:8%;top:2%;left:58%;}
.twt-icon{width:8%;top:10%;right:1%;}

@-webkit-keyframes rotating {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
@keyframes rotating {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

@-webkit-keyframes xcale {
	0% {-webkit-transform: scale(0);}
	50% {-webkit-transform: scale(1);}
}
@keyframes xcale {
	0% {transform: scale(0);}
	50% {transform: scale(1);}
}

.xword{
  -webkit-animation: xcale 4s linear infinite;
  -moz-animation: xcale 4s linear infinite;
  -ms-animation: xcale 4s linear infinite;
  -o-animation: xcale 4s linear infinite;
  animation: xcale 4s linear infinite;
  transform-origin:47% 64%;
}

/*----------------*/
@-webkit-keyframes xcale2 {
/*
	0% {-webkit-transform: scale(0);}
	50% {-webkit-transform: scale(1);}
*/
}
@keyframes xcale2 {
	0% {transform:translate(-20%,25%) scale(0.5);}
	35% {transform:translate(0,0) scale(1);}
}

.xword2{
  -webkit-animation: xcale2 4s linear infinite;
  -moz-animation: xcale2 4s linear infinite;
  -ms-animation: xcale2 4s linear infinite;
  -o-animation: xcale2 4s linear infinite;
  animation: xcale2 4s linear infinite;
  transform-origin:left bottom;
}
/*----------------*/

#services{background:#fbfbfb;clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);padding-top:130px;}
#services img{width:150px;float:left;margin-right:20px;}
#services h3{color:#222;}

.h2{font-size:45px;font-weight:300;color:#000;margin-bottom:20px;}

#portfolio .container-fluid{max-width:1580px;}
.vp-portfolio__items-style-default .vp-portfolio__item a{display:block;}
.vp-portfolio .vp-portfolio__item img{width:100%;-webkit-transform:scale(1);transform:scale(1);}
.vp-portfolio .vp-portfolio__item a{display:block;position: relative;background:#e41e26;overflow:hidden;border: 1px solid #ddd;}
.vp-portfolio .hover{position: absolute;bottom:-60px;left: 0;right: 0;background:rgba(255,255,255,0.85);color:#000;padding:15px;}
.vp-portfolio .hover h4{font-size:18px;font-weight: bold;text-transform:uppercase}
.vp-portfolio .hover p{font-size:14px; margin-bottom:10px;}

.vp-portfolio .hover .btn.btn-outline-danger{color:#fff;border:1px solid rgba(255,255,255,0.5) !important;padding-top:7px !important; margin-top:5px !important; background: none;}
.vp-portfolio .hover .btn.btn-outline-danger:hover{color:#333 !important;}
.vp-portfolio .btn-outline-danger:before{background:#fff;}

.vp-portfolio.vp-portfolio__ready{margin:0 !important}

.logos{text-align:center;margin-top:50px;position: relative;z-index:1;}
.logos>a{margin:0 4px;display: inline-block;border:1px solid #e6e6e6;position:relative;top:0; box-shadow:0 5px 4px rgba(0);}
.logos>a:hover{top:-8px;box-shadow:0 5px 4px rgba(0,0,0,0.1);}

#call2action{background:#fbfbfb; border-top:1px solid #f4f4f4;border-bottom:1px solid #f4f4f4;padding:60px 20px;text-align:center;}
#call2action h5{font-size:40px;color:#000;}
#call2action .btn-outline-danger{color:#333;}
#call2action .btn-outline-danger:hover{color:#fff;}


@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	display: inline-block;}
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

.logos .modal-lg {max-width:1400px;text-align: left;}
.smallpro_dtl{padding-right:30px;}
.tags small{display: inline-block; margin:7px 5px 0 0;background: #eee;color: #555;}
.smallpro_dtl a{padding:5px;border-color:#cdd1d4;margin-top:20px;}


.iq-contactbox .contact-box input { outline: none !important; width: 100%; border:1px solid #ced4da; padding:5px 15px; height:44px;}
/*.iq-contactbox .contact-box input:hover, .iq-contactbox .contact-box input:focus, .iq-contactbox .contact-box textarea:focus, .iq-contactbox .contact-box textarea:hover { border: 2px solid #46c894; }*/
.iq-contactbox .no-spec { padding: 0; }
.iq-contactbox .contact-bg { border-radius: 10px; background: #cf232a;
background: -moz-linear-gradient(left,  #cf232a 0%, #ee4632 100%);
background: -webkit-linear-gradient(left,  #cf232a 0%,#ee4632 100%);
background: linear-gradient(to right,  #cf232a 0%,#ee4632 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf232a', endColorstr='#ee4632',GradientType=1 );
padding: 40px 40px; }
.iq-contactbox iframe { height: 330px; }
.iq-contactbox .contact-box textarea {outline: none !important; width: 100%; border:1px solid #ced4da; padding: 5px 15px; margin-top: 10px; height: 130px;}
.iq-contactbox .contact-box .button { margin-top: 20px; }
.contact-footer { padding: 60px 0 30px; }
.iq-contactbox .iq-contact { position: relative; margin: 20px 0; }
.iq-contactbox .iq-contact li { list-style: none; padding: 0; margin: 0px 5px; font-size: 14px; color: #ffffff; margin-bottom: 10px; }
.iq-contactbox .iq-contact h5.small-title { margin-bottom: 10px; color: #ffffff; }
.iq-contactbox .iq-contact p { display: table; color: #ffffff; margin-bottom: 0px; padding-left: 5px; }
.iq-contactbox .iq-contact i { color: #ffffff; float: left; display: table-cell; width: 30px; line-height: 23px; font-size: 18px; }
.iq-contactbox form { border: none; padding: 30px 0; }
#content .iq-contactbox h2 {color: #ffffff; font-weight:300; font-size: 35px;margin:0;}
.iq-contactbox h3 { font-size: 36px; }
.iq-contactbox label {font-weight: bold;}
.iq-contact a{color: #fff;}

/*
.services_intro2 figure{flex:0 0 150px;max-width:150px; margin-right:20px;}
.serve_sng{display:flex}
*/

.short_section{padding-top:30px;padding-bottom:30px;}

.services_intro{margin-top:30px;}
.services_intro article{padding:20px;animation-duration: 1s;animation-name: slideInUp;position:relative;top:0;}
.services_intro article:hover{top: -8px;box-shadow:0px 1px 30px 0px rgba(210, 159, 159, 0.25);background: #ffffff;}
.services_intro img{width:150px;}

.txt_large{font-size:120%;}
h5{color:#000;}
h6{margin:5px 0 2px 0;}

.social_work a{width:50px;height:50px;border:1px solid #ddd;display:inline-block;text-align: center;font-size: 22px;line-height:1.7;color:#666;margin-right:4px;}
.social_work a:hover{color:#fff;}
.sfb:hover{background: #3b5998;border-color:#3b5998}
.sint:hover{background:#FF0379;border-color:#FF0379}
.stwt:hover{background: #1da1f2;border-color:#1da1f2}
.syt:hover{background: #f00;border-color:#f00}

#blogs {position:relative;z-index: 2;}
#blogs ul.row{margin:0;}
#blogs ul.row > li{padding:0}
#blogs article{padding:30px;}
#blogs article:hover{box-shadow:0px 1px 30px 0px rgba(210, 159, 159, 0.25);}
#blogs img{width:100%;transform:scale(1);}
#blogs .figure{overflow:hidden;display: block;}
#blogs article:hover img{transform:scale(1.1)}
#blogs h4 a{color:#444;font-weight:bold;}
#blogs h4 a:hover{color:#e41e26;}
#blogs .blog-desc{margin-top:20px;}

.blog_container{position:relative;}
.share_blog{width:60px;float:left; margin-right:30px;text-align: center;position:sticky;top:80px;}
.share_blog span{font-size:18px;}
.share_blog a{margin:5px 0;line-height:2.1;border-radius:50%;border-width:2px;}
.blog_cnt{overflow:hidden;}


.h5{color:#e41e26;text-align:center;}
.smallpro .modal-dialog{max-width:900px;}
/*.smallpro .modal-header{background:#e41e26;}*/
.smallpro .modal-body{padding:0;}
.smallpro .share_blog{position:absolute;top:auto;bottom:10px;left:10px;}
.share_blog a{background:#fff;}

.portfolio .graybg{background:#f8f8f8;padding:80px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;}
#content .xlarge_title{font-size:150px;line-height:1;text-transform:uppercase;color:#ccc; padding:50px 0;}
#plogo_scroll{position:relative;}
.plogo_scrollarea{background-attachment:fixed;background-repeat:no-repeat;position: absolute;top: 0;bottom: 0;right:0;width: 50%;background-position:center right 10%;background-size:38% auto;}

.port_intro{padding:80px 0; font-size:17px;}
.port_intro h2{color:#000;margin-top:0 !important;}
#content .port_intro h2{font-style:italic}

/*html,body,.container-fluid,.portfolio{height:100%;}*/
.portimg{text-align: center;height:100%;background-repeat:no-repeat;background-position:center center;background-attachment:fixed; background-size:cover;}
#content.portfolio{padding-bottom:0}
#content.portfolio .large_head{background: #f8f8f8;margin: 0;padding: 80px 20px;}
.other_works{padding-bottom:50px;}

#content .large_head{font-size:50px !important;font-weight:bold;text-transform:uppercase;margin:80px auto;color:#555;}
#content .sublarge_head{font-size:35px !important;font-weight:bold;text-transform:uppercase;margin:50px auto 30px;color:#555;}
.social-presence a{display:inline-block;padding:10px 30px; margin:0 10px}

.spfb{background:#4267b2;}
.sptw{background:#00acee;}
.spinsta{background:#d6249f;background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);}
.social-presence a{transform:translateY(0)}
.social-presence a:hover{transform:translateY(-5px);box-shadow:0 10px 10px rgba(0,0,0,0.5);}

#content .other_works .logos{margin-top:0;}

.eat_section{background: #fbfbfb;border-top: 1px solid #f4f4f4;border-bottom: 1px solid #f4f4f4;padding: 60px 20px;}
.eat_section img{width:400px;}
.eat_section h3{margin-top:70px;}
.moreeating{text-align: right;border-left:1px dashed #ccc}

/*#secondary{height: 100%;background: #f6f6f6;}*/
#secondary .widget{background:#f6f6f6; border: 1px solid rgba(0,0,0,.125); border-radius: .25rem; margin-bottom:20px;}

.sidebar-1-area .widget{padding:1rem;}
.sidebar-1-area .h6{font-size: 1.5rem;border-bottom: 1px solid #ddd;padding-bottom: 10px;margin-bottom: 15px;}
.sidebar-1-area .widget ul li{margin-bottom: 10px;}

.single #content{padding-left: 30px;padding-right: 30px;}

@media screen and (min-width:1200px){
	.logos_blocks .col-xl-2 {-ms-flex: 0 0 12.5%; flex: 0 0 12.5%; max-width: 12.5%;}
}
@media screen and (min-width:992px){
#portfolio  .row{margin: 0 -8px;}
#portfolio .col-lg-3 {padding:0 8px;}
.vp-portfolio .vp-portfolio__item a:hover img {opacity:0.3;-webkit-transform:scale(1.1);transform:scale(1.1);}
.vp-portfolio a:hover .hover {background:none;color:#fff;bottom:0;}
.txt_large-lg{font-size:120%;}

}

@media screen and (max-width:1299px){
	#content .xlarge_title{font-size:120px;}
}
@media screen and (max-width:1199px){
	section{padding-top:50px;padding-bottom:50px;}
	.bannertxt{font-size:33px;}
	.bannertxt a{width:80px;height:80px;font-size:18px;padding:18px 10px;}
	.menu>li>a{padding:22px 15px;}
	#welcome h1{font-size:30px;}
	#testi_carousel .h2{left:33.333333%;}
	.social_work.share_blog a{width:40px;height:40px;font-size:18px;color:#444;}
	.moreeating{text-align:left;border:none;}
	.moreeating h3{margin-top:120px;}
	.pageheader > .container{padding-top:90px;}
	.custom-logo-link img {width:80%;}
}
@media screen and (max-width:991px){
	.custom-logo-link img{width:80%;}
	#welcome h1{line-height:1.3;}
	#welcome h4{font-size:22px;margin-top:5px;}
	.hdxlogo{top: -67px;opacity:0.03;}
	#services{clip-path:polygon(0 6%, 100% 0, 100% 100%, 0% 100%);}
	h3{font-size:25px;}
	.vp-portfolio__item-wrap > div{margin-bottom:30px;}
	#portfolio .container-fluid{padding:0 25px;}
	.vp-portfolio .hover{position:relative;bottom:auto;background:#eee;border-top:1px solid #fff;}
	.vp-portfolio .hover .btn.btn-outline-danger{color:#444;border-color:#aaa !important}
	.logos{margin-top:15px;}
	.logos img{height:60px;}
	#call2action h5{font-size:30px;}
	#testimonials{padding:10px 0 70px 30px;}
	#testi_carousel .carousel-indicators li:nth-child(3){left: 110px;top: 190px;}
	#testi_carousel .carousel-indicators li:nth-child(6){left:-12px;top:79px;}
	.flogolg{position: absolute;left:0;}
	.fxlogo {bottom: -200px;left: 56%;margin-left: -200px;}
	.logos a{margin-bottom:12px;}
	#services{padding-top:100px;}
	.menu .droptabs img{display:none;}
	.menu .droptabs{display: block;}
	.menu .droptabs li{flex:auto;display:block;}
	.menu .droptabs li a{padding:10px 15px}
	.menu .droptabs li a p{text-align:left;}
	.pageheader h1{font-size:2rem;}
	.pageheader p{font-size:15px;line-height:1.3;}
	.smallpro .modal-dialog{max-width:90%;margin:20px auto 0;}
	.eat_section h3{margin-top:50px;}
	.moreeating h3{margin-top:80px;}
	#plogo_scroll{display:block !important;padding:20px 0;}
	.plogo_scrollarea{width:100%;right:auto;position:relative;}
	.plogo_scrollarea{text-align:center;}
	.plogo_scrollarea img{max-width:100%;}
	#content .xlarge_title{text-align:center;}
	#content.portfolio .large_head{padding: 50px 20px;}
	.menu ul li a span{text-align:left}
	
	.sub-menu-icon {
		position: absolute;
		top: 0;
		right: 0;
		padding-right: 0;
		height: 44px;
		line-height: 44px;
		width: 44px;
		text-align: center;
		color: #2d2a2a;
		cursor: pointer;
		border-left:1px solid rgba(255, 255, 255, 0.4);
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-webkit-transition: background-color .25s ease, color .25s ease;
		transition: background-color .25s ease, color .25s ease;
	}
	.sub-menu-icon:after {
		content: '\f107';
		font-family: 'FontAwesome';
		display: inline-block;
		font-size: 24px; line-height:1.8; color:#fff;
		-webkit-transition: transform .25s ease;
		-webkit-transition: -webkit-transform .25s ease;
		transition: -webkit-transform .25s ease;
		transition: transform .25s ease;
		transition: transform .25s ease, -webkit-transform .25s ease;
		transition: transform .25s ease, -webkit-transform .25s ease;
		-webkit-transform:rotate(0); transform:rotate(0);
	}
	.menu-item-has-children.active>.sub-menu-icon:after {-webkit-transform:rotate(180deg); transform:rotate(180deg);}
	.menu-item-has-children .droptabs{display:none !important}
	.menu-item-has-children.active .droptabs{display:block !important}
}
@media screen and (max-width:767px){
/*	.pageheader{background:#71533d}*/
	.pageheader:before{display:none;}
/*	.pageheader > .container{position:static;padding-top:60px;}*/
/*	.pageheader h1{position:absolute;z-index:2;left:0;width:100%;padding:0 15px;}*/
	.container{padding-left:25px;padding-right:25px;}
	
	.siteheader.fxd{top:0;}
	#testimonials img{width:120px;border-width:4px;}
	#testimonials h4{font-size:22px;}
	#testimonials:after{bottom:auto;top:150px;}
	.fbtm{text-align:center;}
	.single #content{padding-left:0;padding-right:0;}
	
	.short_section{padding-top:10px;padding-bottom:10px;}
	.pageheader h1{font-size:27px;margin:20px auto;}
	.pageheader h1 span{font-size:18px;}
	.hdxlogo{display:none;}
	.fxlogo{max-width:100%;}
	.bannertxt{font-size:24px;}
	.bannertxt a{position:absolute;right:15px;top:0;margin-top:0;}
	#welcome h1{line-height:1.1;font-size:22px;}
	#welcome h4{font-size:20px;}
	#welcome p{line-height:1.5;}
	#services {clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);}
	#services img{float:none; margin:0 0 10px;width:400px; max-width:100%;}
	.h2{font-size:40px;}
	#testimonials{padding-left:0;padding-top:70px;}
	#testi_carousel .h2{left:auto;top:auto;}
	.testi_piclinks{height:230px;}
	#testi_carousel .carousel-indicators{position:relative;left:16%;}
	#testi_carousel:after{top:auto;bottom:-50px;line-height:1;right:-50px;}
	#sitefooter{overflow:hidden;}
	#back-to-top{right: auto;left: 50%;margin-left: -20px;bottom:10px;position: relative;display: inline-block !important;}
	.ftop,.qcontacts{text-align:center;}
	#testi_carousel .carousel-inner{margin-top:0;height:auto !important;}
	#testi_carousel .carousel-item{padding-bottom:0;}
	.fxlogo {width: 300px;margin-left: -130px;bottom: -370px;left: auto;}
	#testi_carousel .carousel-indicators li:first-child{left:20px;top:0;}
	#testi_carousel .carousel-indicators li:nth-child(2){left:90px;top:65px;}
	#testi_carousel .carousel-indicators li:nth-child(3){left:190px;top:50px;}
	#testi_carousel .carousel-indicators li:nth-child(4){left:70px;top: 150px;}
	#testi_carousel .carousel-indicators li:nth-child(6){left:-2px;top:90px;}
	#testi_carousel .carousel-indicators li:nth-child(7){left:170px;top:130px;}
	#content:after{background-size:100% auto; background-position:-50px 0; max-width:60%;}
	.contact-form .mb-3{margin-bottom:0 !important;}
	.cinfo{padding:0;}
	.iq-contactbox .contact-bg{margin-top:40px;padding:40px 20px;}
	.services_intro article{padding:20px 0;}
	.services_intro article:hover{top:auto; box-shadow:none;}
	.smallpro .social_work{position:relative;text-align:center;width:100%;left:auto;bottom:auto;}
	.smallpro .social_work a{display:inline-block;}
	.share_blog{margin:0 10px 0 -10px;}
	.lin-icon{left:2%;}
	.eat_section{padding:30px 15px 50px;}
	.eat_section h3,.moreeating h3{margin-top:20px;}
	#content .xlarge_title{font-size:50px;}
	.social-presence a{padding:5px 15px; margin: 0 5px;}
	#content {padding-top:30px;padding-bottom:30px;}
	.iq-contactbox form{padding-top:0;}
	.portfolio .container-fluid{padding:0}
	.portimg{margin-bottom:5px;}
	.portfolio .graybg{padding:40px 10px}
	#content .port_intro h2{font-size:22px;}
	.port_intro {padding: 50px 0;}
	#content .large_head{font-size: 30px !important; margin: 50px auto 45px;}
	.container{max-width:100% !important;}
	#content .xlarge_title{padding: 30px 0 0;}
	#content.portfolio .large_head{padding: 30px 20px;}
	#blogs article{padding:15px;}
}
@media screen and (max-width:575px){
	.container{padding-left:20px;padding-right:20px;}
/*	.container.iq-contactbox{padding-left:30px;padding-right:30px;}*/
	.fblock{margin-bottom:20px;}
	.fblock p:last-child{margin-bottom:0;}
	.fbtm span{display:block;}
}
@media screen and (max-width:479px){
	#testi_carousel .carousel-indicators{left:10%;}
}
@media screen and (max-width:400px){
	#testi_carousel .carousel-indicators{left:7%;}
}

@media screen and (max-width:359px){
	#testi_carousel .carousel-indicators{left:2%;}
}
@media screen and (max-width:305px){
	.fxlogo{bottom: -390px;}
}


/*Who Infographic Start*/
.who{counter-reset:section;margin:0 auto;padding:0;position:relative;height:800px;width:1100px;}
.who .circle{width:40%;height:250px;transform:translate(-50%,-50%);border:5px solid #ddd;border-radius:50%;position:absolute;top:50%;left:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#111; font-size:60px;font-weight:bold;margin:0;line-height:1;}
.who .circle strong{font-size:20px;margin:0;}

.who li{position:absolute;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;width:230px;height:230px;text-align:center;padding:20px 25px;}
.who li:before{counter-increment:section;content:"" counter(section);position:absolute;font-size:160px;opacity:0.2;z-index:0;font-weight:bold;}
.who li:nth-child(1){background:#29304b;left:50%;top:0;margin-left:-115px;margin-top:-30px;}
.who li:nth-child(2){background:#f23c50;right:50px;top:10%;}
.who li:nth-child(3){background:#00c075;right:0;top:45%;}
.who li:nth-child(4){background:#2d95ec;right:25%;bottom:0;}
.who li:nth-child(5){background:#ea452b;left:25%;bottom:0;}
.who li:nth-child(6){background:#70e049;left:0;top:45%;}
.who li:nth-child(7){background:#fddd47;left:50px;top:10%;}
.who li.circle:before{display:none;}

.arrow_who{position:absolute;height:5px;z-index:1;}
.arrow_who:before{content:'';display:block;width:36px;height:36px;border:7px solid;position:absolute;background: #fff;border-radius:50%;}

.who li:nth-child(1) .arrow_who{background:#29304b; height:90px;width:5px;bottom:-84px;}
.who li:nth-child(1) .arrow_who:before{border-color:#29304b;left:-15px;bottom:-10px;}

.who li:nth-child(2) .arrow_who{background:#f23c50; width:230px;height:5px;left:-150px;bottom:10px;}
.who li:nth-child(2) .arrow_who:before{border-color:#f23c50;bottom:-15px;left:-10px;}

.who li:nth-child(3) .arrow_who{background:#00c075; width:150px;height:5px;left:-135px;top:90px;}
.who li:nth-child(3) .arrow_who:before{border-color:#00c075;top:-15px;left:-10px;}

.who li:nth-child(4) .arrow_who{background:#2d95ec; height:110px;width:5px;top:-62px;left:30px;}
.who li:nth-child(4) .arrow_who:before{border-color:#2d95ec;left:-15px;top:-10px;}

.who li:nth-child(5) .arrow_who{background:#ea452b; height:110px;width:5px;top:-62px;right:30px;}
.who li:nth-child(5) .arrow_who:before{border-color:#ea452b;right:-15px;top:-10px;}

.who li:nth-child(6) .arrow_who{background:#70e049; width:150px;height:5px;right:-135px;top:90px;}
.who li:nth-child(6) .arrow_who:before{border-color:#70e049;top:-15px;right:-10px;}

.who li:nth-child(7) .arrow_who{background:#fddd47; width:230px;height:5px;right:-150px;bottom:10px;}
.who li:nth-child(7) .arrow_who:before{border-color:#fddd47;bottom:-15px;right:-10px;}

.logos_blocks{display:flex;flex-wrap:wrap;margin:20px -5px 0;justify-content: center;}
.logos_blocks div[class*="col-"]{padding:5px;}
.logos_blocks .popupaoc-image-popup{padding:0}
.logos_blocks a{display:flex;border:1px solid #eee;text-align:center;padding:5px 5px;position:relative;height:100%;align-items:center;justify-content:center}
.logos_blocks a:before,.logos_blocks a:after{content:'';display:block;width:30px;height:30px;position:absolute;z-index:1;	border:solid #666;opacity:0;}
.logos_blocks a:before{border-width:2px 0 0 2px;top:20px;left:20px;}
.logos_blocks a:after{border-width:0 2px 2px 0;bottom:20px;right:20px;}
.logos_blocks img{width:100%;-webkit-filter: grayscale(100%);filter: grayscale(100%);}

.logos_blocks a:hover{background:#f6f6f6;}
.logos_blocks a:hover img{-webkit-filter: grayscale(0);filter: grayscale(0);}
.logos_blocks a:hover:before{top:10px;left:10px;opacity:0.7;}
.logos_blocks a:hover:after{bottom:10px;right:10px;opacity:0.7}
.paoc-popup-modal-cnt{padding:0 !important;}

@media all and (max-width:1199px){
	.who{height:800px;width:920px;}
	.who .circle{width:38%;}
	.who li:nth-child(4){right:21%;}
	.who li:nth-child(5){left:21%;}
	.arrow_who:before{border-width:5px;}
	.who li:nth-child(2) .arrow_who{width:190px;left:-100px;}
	.who li:nth-child(3) .arrow_who{width:100px;left:-90px;}
	.who li:nth-child(6) .arrow_who{width:100px;right:-90px;}
	.who li:nth-child(7) .arrow_who{width:190px;right:-100px;}
}
@media all and (max-width:991px){
	.who{height:690px;width:680px;}
	.who li{width:180px;height:180px;line-height:1.3;}
	.who li:before{font-size:120px;line-height:1;}
	.who .circle{width:38%;}
	.who li:nth-child(1){margin-left:-90px;}
	.who li:nth-child(2) .arrow_who{width:120px;left:-60px;}
	.who li:nth-child(3) .arrow_who{width:70px;left:-60px;}
	.who li:nth-child(6) .arrow_who{width:70px;right:-60px;}
	.who li:nth-child(7) .arrow_who{width:120px;right:-60px;}
}
@media all and (max-width:767px){
	.who{height:auto;width:100%;position:relative;}
	.who .circle{display:none;}
	#content .who{margin:80px auto 40px;}
	#content .who li{position:relative;left:auto;bottom:auto;top:auto;right:auto;margin:50px auto 0;}
	#content .who .arrow_who{height:70px;width:5px;top:-55px;left:50%;right:auto;bottom:auto;transform:translateX(-50%);}
	#content .arrow_who:before{top:-10px;bottom:auto;left:-15px;}
	.comments-area .wb-comment-form, .comments-area .comment-list > li{padding:15px}
}
@media all and (max-width:575px){
	.comment-list .media{display:block}
	.comment-list .comment-img{margin-bottom: 15px;}
}
/*Who Infographic End*/

.page-services hr{display:none}

#portfolio_row_count_block .portfolio_content, .portfolio_thumb img, .portfolio_images_gallery img{padding:0}
.portfolio_thumb {margin-right:0;}
.portfolio_thumb {float:none;}
.portfolio_short_content span.label{display:none;}
.portfolio_thumb img, .portfolio_images_gallery img{border:none}
.portfolio_thumb img, .portfolio_images_gallery img{height:auto !important}

/*.wpmm_brand_logo_wrap{display:none}*/
#wp-megamenu-menu-1{background:none;width: 100%;}
.wp-megamenu > li.wp-megamenu-item-36.wpmm-item-fixed-width > ul.wp-megamenu-sub-menu{}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li>a, .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a, .wpmm-menu-cart .cart-icon .fa-shopping-cart, .wp-megamenu-wrap .form .submit, .wpmm-menu-cart span.cart-icon i{font-family:Roboto;}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-strees-default.wpmm-item-fixed-width{position: static !important;}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu{right: 0;left: auto !important;}

.page-portfolio hr, .page-portfolio .short_section{display:none}
.vp-uid-d3e9822e .vp-portfolio__items{display: flex; flex-wrap: wrap;}
.vp-portfolio__pagination-wrap{display:none}

.bannertxt strong, h1,h2,.h2,h3,h4, .xlarge_title, .who .circle, #call2action h5{font-family:'Outfit', serif !important; font-weight:600}

div.wpcf7-response-output{
	border: 2px solid;
	padding: 15px;
    margin: 30px 0 10px;
    line-height: normal;
	border-radius:100px;
	text-align: center;
	font-weight: bold;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng {
    background: #FFF4F4;
    border-color:#E0B7B8;
    color: #99282A;
}
div.wpcf7-mail-sent-ok {
    background: #F1FAF1;
    border-color: #A0BDA1;
    color: #257326;
}

span.wpcf7-not-valid-tip{font-size: 13px;color: #e84646;}
.error_404{text-align:center;margin-bottom: 80px;}
.error_404 h1{font-size:200px;line-height:1;text-align:center;color: #ed202e; margin:50px 15px}
.error_404 p{font-size:25px;}
.error_404 .form-control{
    background: #eee;
    border-radius: 0;
    height: 50px;
    padding: 5px 30px
}

#ecard_templates{text-align: center;}
#ecard_templates .row{margin:0;-ms-flex-align: center!important; align-items: center!important;}
#ecard_templates h3{line-height: 1.3;}
#ecard_templates h2{font-size:44px;margin-bottom: 40px;}
.ecard_template{padding:40px 0 70px}
.graybg{background:#f6f6f6;}

.get_template_btn{background-color:#e41e26;color: #fff; font-size:25px;margin-top:15px;}
.get_template_btn {
    background-color: #e41e26; border:2px solid transparent;
    color: #fff;
    font-size: 25px;
    display: block;
    padding: 20px;
    border-radius: 80px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    max-width: 370px;
}
.get_template_btn:hover,.get_template_btn:focus,.get_template_btn:active{border-color:#e41e26;color: #e41e26;background-color:#fff;}
.demobtns{display:flex;}
.demobtns a{background:#333;color: #fff;padding:12px 10px;border-radius: 50px;font-size:16px;display:block;border:2px solid transparent;width:177px;}
.demobtns a:hover,.demobtns a:focus,.demobtns a:active{background-color:#fff;color: #333;border-color:#333}
.demobtns a:first-child {margin-right:10px;}

.ecard_template .order-md-1 .get_template_btn{margin-left:auto;}
.ecard_template .order-md-1 .demobtns{display:flex;justify-content:flex-end;}

@media all and (max-width:1199px){
	.get_template_btn{font-size:20px;}
}
@media all and (min-width:768px) and (max-width:991px){
	.get_template_btn{font-size:16px; display:block;margin-top:5px;}
	.demobtns a{margin-bottom:10px;}
	.demobtns{display: block !important;text-align: right;}
	.demobtns a{display:inline-block;text-align:center;margin-right:0 !important;}
	.ecard_template .order-md-1 .demobtns{text-align:left;}
	.ecard_template .order-md-1 .demobtns a{margin-right:auto;}
}
@media all and (max-width:991px){
	#ecard_templates h3{padding:0 30px}
}
@media all and (max-width:767px){
.ecard_template img{padding-right:40px;}
.get_template_btn{margin-left: auto;margin-right: auto; padding-top:10px;padding-bottom:10px}
.demobtns{justify-content:center !important;margin-top:20px;}
.demobtns a{background:#f8f8f8;color:#111;border:2px solid #ccc;}
.ecard_template .order-md-2 img {padding-right:0;padding-left:40px;}
.ecard_template:not(.graybg):last-child{padding-bottom:30px}
#ecard_templates h3 br{display:none}
.ecard_template .order-md-1 .demobtns a{background:#fff}
}

#mobile_preview {width:400px; margin:30px auto 15px; padding:107px 25px 90px 23px; background:url(/wp-content/themes/sites/assets/images/android-smartphone-mockup.png) no-repeat 0 0;}
#mobile_preview iframe{height:603px;border:none;width:100%;}
#hubspot-messages-iframe-container{z-index:980 !important;}
.siteheader{z-index:980 !important;}
.modal{z-index:991 !important;}
.modal-backdrop{z-index:990 !important;}

@media all and (max-width:400px){
	#mobile_preview{width: 260px;background-size: 100% auto;padding: 70px 16px 70px 15px;}
	#mobile_preview iframe{height: 391px;}
}


#ecard_form .modal-body{padding:0 30px 30px; background:#fafafa}
#ecard_form label{font-weight:600;letter-spacing: 0.4px;}
#ecard_form div.wpcf7 input.form-control[type="file"]{padding: 0;background: none;border: none;}
#ecard_form textarea{height:150px;}

.wpcf7 form .wpcf7-response-output{padding:10px;}
.wpcf7 form.sent .wpcf7-response-output{background: #46b450;color:#fff;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{background: #f5b200;color: #fff;}