.mobile_header {
position: relative;
display: none;
}
.mobile_header.mobile_header_style_two .mobile_logo {
padding: 0px 0px;
position: relative;
text-align: left;
border-bottom: unset;
}
.mobile_header ul {
padding: 0px;
}
.mobile_header .top_bar_moblie {
position: relative;
background: var(--primary-color-one);
padding: 15px 0px;
text-align: center;
}
.mobile_header .top_bar_moblie .mail_id {
margin-bottom: 8px;
}
.mobile_header .top_bar_moblie div {
text-align: center;
}
.mobile_header .top_bar_moblie a {
color: #fff;
font-size: 14px;
display: block;
min-width: 100%;
text-align: center;
}
.mobile_header .top_bar_moblie a i {
margin-right: 5px;
top: 2px;
position: relative;
display: inline-block;
}
.mobile_header .mobile_logo {
padding: 14px 0px;
position: relative;
text-align: center;
min-width: 180px;
border-bottom: 1px solid var(--border-color-dark);
}
.mobile_header .mobile_logo img {
width: 150px;
}
.mobile_header .bottom_content {
position: relative;
padding: 13px 0px 13px;
background: #fff;
}
.mobile_header .bottom_content ul {
padding: 0px;
display: flex;
align-items: center;
justify-content: flex-end;
margin: 0px;
}
.mobile_header .bottom_content ul li {
list-style: none;
margin-left: 18px;
margin-bottom: 0px;
padding-bottom: 0px;
}
.mobile_header .bottom_content ul li:first-child {
float: left;
margin-left: 0px;
}
.mobile_header .bottom_content ul li .contact-toggler {
position: relative;
width: 54px;
height: 54px;
line-height: 54px;
border-radius: 50%;
border: 1px solid var(--border-color-dark);
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
background: #fff;
box-shadow: 0px 0px 0px 0px;
}
.mobile_header .bottom_content ul li .contact-toggler::before {
content: "";
position: absolute;
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--primary-color-one);
border-radius: 50%;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.mobile_header .bottom_content ul li .contact-toggler i {
color: #fff;
font-size: 18px;
position: relative;
z-index: 1;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.mobile_header .bottom_content ul li .contact-toggler:hover {
border-color: transparent;
}
.mobile_header .bottom_content ul li .contact-toggler:hover::before {
width: 100%;
height: 100%;
}
.mobile_header .bottom_content ul li .mini_cart_togglers {
background: transparent;
border: 0px;
position: relative;
box-shadow: none;
cursor: pointer;
top: 12px;
}
.mobile_header .bottom_content ul li .mini_cart_togglers i {
font-size: 20px;
position: relative;
top: 3px;
line-height: 20px;
}
.mobile_header .bottom_content ul li .mini_cart_togglers .mini-cart-count {
position: absolute;
width: 18px;
height: 18px;
font-size: 10px;
border-radius: 30px;
color: #fff;
top: -17px;
line-height: 18px;
left: 0;
right: 0;
margin: auto;
text-align: center;
background: var(--primary-color-one);
}
.mobile_header .bottom_content .d-flex div {
min-width: 50%;
}
.mobile_header .bottom_content .d-flex .theme-btn {
position: relative;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb div {
min-width: 100%;
position: relative;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb div ul {
float: unset;
justify-content: space-between;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb div ul li:last-child {
float: right;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb div .conta_tog {
margin-right: 50px;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb div .cart_btn_md {
right: 50px;
margin-top: -5px;
position: absolute;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb.no_option_on_mb div ul {
justify-content: flex-end;
}
.mobile_header .bottom_content .d-flex .nav_menu_mb {
float: unset;
height: 54px;
}
.mobile_header .hamburger_menu {
position: relative;
float: none;
top: 14px;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
margin-top: 0px;
z-index: 11;
}
.mobile_header .hamburger_menu .line {
width: 25px;
height: 2px;
background-color: var(--menu-color);
display: block;
margin: 6px auto;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.mobile_header .hamburger_menu:before {
content: "";
position: absolute;
box-sizing: border-box;
width: 40px;
height: 40px;
border: 1px solid transparent;
top: calc(50% - 20px);
left: calc(50% - 21px);
border-radius: 100%;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
margin-left: 1px;
}
.mobile_header .mini_cart_togglers {
position: relative;
color: var(--heading-dark);
font-size: 20px;
line-height: normal;
cursor: pointer;
}
.mobile_header.fixed-header .animated {
position: fixed;
left: 0;
top: 0;
width: 100%;
padding: 10px 0px 10px;
z-index: 9999;
background: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
transition: top 0.3s ease;
}
@media (max-width: 992px) {
.mobile_header {
display: block !important;
}
.style-switcher {
top: 270px;
}
}.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible;-webkit-tap-highlight-color:transparent}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}.sr7-layer[data-subtype=slidebg],sr7bg{pointer-events:none}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:block}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}@-moz-document url-prefix(){sr7-slide.sr7-staticslide{transform:scale(1)}}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}.sr7-layer .materical-icons,sr7-module .material-icons,sr7-txt .material-icons{font-size:inherit;vertical-align:top;line-height:inherit}#sr-announcer{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.clearfix{zoom:1}.clearfix:after,.clearfix:before{content:"";display:table}.clearfix:after{clear:both}.rp4wp-related-job_listing>ul,ul.job_listings{border-top:1px solid #eee;margin:0;padding:0}.rp4wp-related-job_listing>ul.loading,ul.job_listings.loading{background:url(//dtgglobal.in/wp-content/plugins/wp-job-manager/assets/dist/images/ajax-loader.ea183bf2.gif) no-repeat center 32px;border-bottom:1px solid #eee;min-height:96px}.rp4wp-related-job_listing>ul li.job_listing,.rp4wp-related-job_listing>ul li.no_job_listings_found,ul.job_listings li.job_listing,ul.job_listings li.no_job_listings_found{border-bottom:1px solid #eee;list-style:none outside;margin:0;padding:0}.rp4wp-related-job_listing>ul li.job_listing.job_position_filled a,.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_filled a,ul.job_listings li.job_listing.job_position_filled a,ul.job_listings li.no_job_listings_found.job_position_filled a{opacity:.25}.rp4wp-related-job_listing>ul li.job_listing.no_job_listings_found,.rp4wp-related-job_listing>ul li.no_job_listings_found.no_job_listings_found,ul.job_listings li.job_listing.no_job_listings_found,ul.job_listings li.no_job_listings_found.no_job_listings_found{border-bottom:1px solid #eee;padding:1em}.rp4wp-related-job_listing>ul li.job_listing a,.rp4wp-related-job_listing>ul li.no_job_listings_found a,ul.job_listings li.job_listing a,ul.job_listings li.no_job_listings_found a{zoom:1;border:0;display:block;line-height:1.5em;overflow:hidden;padding:1em 1em 1em 2em;position:relative;text-decoration:none}.rp4wp-related-job_listing>ul li.job_listing a:focus,.rp4wp-related-job_listing>ul li.job_listing a:hover,.rp4wp-related-job_listing>ul li.no_job_listings_found a:focus,.rp4wp-related-job_listing>ul li.no_job_listings_found a:hover,ul.job_listings li.job_listing a:focus,ul.job_listings li.job_listing a:hover,ul.job_listings li.no_job_listings_found a:focus,ul.job_listings li.no_job_listings_found a:hover{background-color:#fcfcfc}.rp4wp-related-job_listing>ul li.job_listing a img.company_logo,.rp4wp-related-job_listing>ul li.no_job_listings_found a img.company_logo,ul.job_listings li.job_listing a img.company_logo,ul.job_listings li.no_job_listings_found a img.company_logo{box-shadow:none;float:left;height:42px;left:1em;margin-right:1em;position:absolute;vertical-align:middle;width:42px}.rp4wp-related-job_listing>ul li.job_listing a div.location,.rp4wp-related-job_listing>ul li.job_listing a div.position,.rp4wp-related-job_listing>ul li.job_listing a ul.meta,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.location,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position,.rp4wp-related-job_listing>ul li.no_job_listings_found a ul.meta,ul.job_listings li.job_listing a div.location,ul.job_listings li.job_listing a div.position,ul.job_listings li.job_listing a ul.meta,ul.job_listings li.no_job_listings_found a div.location,ul.job_listings li.no_job_listings_found a div.position,ul.job_listings li.no_job_listings_found a ul.meta{box-sizing:border-box}.rp4wp-related-job_listing>ul li.job_listing a div.position,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position,ul.job_listings li.job_listing a div.position,ul.job_listings li.no_job_listings_found a div.position{float:left;line-height:1.5em;padding:0 0 0 42px;width:55%}.rp4wp-related-job_listing>ul li.job_listing a div.position h3,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position h3,ul.job_listings li.job_listing a div.position h3,ul.job_listings li.no_job_listings_found a div.position h3{font-size:inherit;line-height:inherit;margin:0;padding:0}.rp4wp-related-job_listing>ul li.job_listing a div.position .company,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position .company,ul.job_listings li.job_listing a div.position .company,ul.job_listings li.no_job_listings_found a div.position .company{color:#999}.rp4wp-related-job_listing>ul li.job_listing a div.position .company .tagline,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position .company .tagline,ul.job_listings li.job_listing a div.position .company .tagline,ul.job_listings li.no_job_listings_found a div.position .company .tagline{margin-left:.5em}.rp4wp-related-job_listing>ul li.job_listing a div.location,.rp4wp-related-job_listing>ul li.no_job_listings_found a div.location,ul.job_listings li.job_listing a div.location,ul.job_listings li.no_job_listings_found a div.location{color:#999;float:left;line-height:1.5em;padding:0 0 0 1em;text-align:left;width:25%}.rp4wp-related-job_listing>ul li.job_listing a .meta,.rp4wp-related-job_listing>ul li.no_job_listings_found a .meta,ul.job_listings li.job_listing a .meta,ul.job_listings li.no_job_listings_found a .meta{color:#999;float:right;line-height:1.5em;list-style:none outside;margin:0;padding:0 0 0 1em;text-align:right;width:20%}.rp4wp-related-job_listing>ul li.job_listing a .meta li,.rp4wp-related-job_listing>ul li.no_job_listings_found a .meta li,ul.job_listings li.job_listing a .meta li,ul.job_listings li.no_job_listings_found a .meta li{display:block;list-style:none outside;margin:0}.rp4wp-related-job_listing>ul li.job_listing a .meta .job-type,.rp4wp-related-job_listing>ul li.no_job_listings_found a .meta .job-type,ul.job_listings li.job_listing a .meta .job-type,ul.job_listings li.no_job_listings_found a .meta .job-type{font-weight:700}.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a,.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a,ul.job_listings li.job_listing.job_position_featured a,ul.job_listings li.no_job_listings_found.job_position_featured a{background:#fefee5}.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:focus,.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:hover,.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:focus,.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:hover,ul.job_listings li.job_listing.job_position_featured a:focus,ul.job_listings li.job_listing.job_position_featured a:hover,ul.job_listings li.no_job_listings_found.job_position_featured a:focus,ul.job_listings li.no_job_listings_found.job_position_featured a:hover{background-color:#fefed8}.widget ul.job_listings li.job_listing a{padding:1em 0}.widget ul.job_listings li.job_listing .image{float:left}.widget ul.job_listings li.job_listing .image img{left:0;position:relative}.widget ul.job_listings li.job_listing .content{overflow:hidden}.widget ul.job_listings li.job_listing .position{float:none;padding:0;width:auto}.widget ul.job_listings li.job_listing ul.meta{float:none;margin:0;padding:0;text-align:left;width:auto}.widget ul.job_listings li.job_listing ul.meta li{display:inline;float:none;font-weight:400;margin:0 .5em 0 0;padding:0}.widget ul.job_listings li.job_listing ul.meta li:after{content:"‣";padding:0 0 0 .5em}.widget ul.job_listings li.job_listing ul.meta li:last-child:after{content:""}.job-manager .job-type,.job-types .job-type,.job_listing .job-type{color:#f08d3c}.job-manager .full-time,.job-types .full-time,.job_listing .full-time{color:#90da36}.job-manager .part-time,.job-types .part-time,.job_listing .part-time{color:#f08d3c}.job-manager .temporary,.job-types .temporary,.job_listing .temporary{color:#d93674}.job-manager .freelance,.job-types .freelance,.job_listing .freelance{color:#39c}.job-manager .internship,.job-types .internship,.job_listing .internship{color:#6033cc}@media only screen and (max-width:767px){ul.job_listings li.job_listing a,ul.job_listings li.no_job_listings_found a{padding:1em}ul.job_listings li.job_listing a img.company_logo,ul.job_listings li.no_job_listings_found a img.company_logo{visibility:hidden}ul.job_listings li.job_listing a div.position,ul.job_listings li.no_job_listings_found a div.position{float:left;padding:0;width:60%}ul.job_listings li.job_listing a div.location,ul.job_listings li.no_job_listings_found a div.location{float:right;font-size:.75em;line-height:2em;padding:0 0 0 1em;text-align:right;width:40%}ul.job_listings li.job_listing a .meta,ul.job_listings li.no_job_listings_found a .meta{float:right;font-size:.75em;line-height:2em;width:40%}ul.job_listings li.job_listing a .meta li,ul.job_listings li.no_job_listings_found a .meta li{font-size:1em}}.twenty-eleven ul.job_listings li.job_listing,.twenty-eleven ul.job_listings li.no_job_listings_found{padding:0!important}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.gallery-caption {
position: relative;
}
.bypostauthor {
position: relative;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
table{
width: 100%;
}
.widgets_grid_box .widget_categories ul:before, .widgets_grid_box .widget_meta ul:before, .widgets_grid_box .widget_archive ul:before{
clear: both;
content: '';
overflow: auto;
}
.widgets_grid_box  ul ul.children{
padding: 0px 0px 0px 5px!important;
border-radius: 0px;
border: 0px!important;
}
.widgets_grid_box .widget_categories ul li ,
.widgets_grid_box .widget_archive ul li{
text-align: right;
}
.widgets_grid_box .widget_categories ul li a ,
.widgets_grid_box .widget_archive ul li a{
float: left;
}
.post-password-form label{
width: 100%;
}
input[type="password"]{
width: 100%;
}
.wp-block-button{
margin-bottom: 15px;
}
.has-background-dim ,
.has-background-dim p{
color: #fff;
}
.col-lg-12.padding_zero{
padding: 0px;
}
.sec_comments .col-lg-12{
padding: 0px;
}
.search-results .news_box.default_style.list_view .content_box .source{
margin-bottom: unset!important;
border-bottom: unset!important;
padding-bottom: unset!important; 
}
.search-results .news_box.default_style.list_view{
flex-direction: column;
}
.search-results .news_box.default_style.list_view .image{
max-width: 100%;
min-width: 100%;
} .vc_row.vc_row-o-full-height  {
min-height: unset!important;
}
.vc_row.vc_row-flex { 
display:  block!important;
flex-wrap: unset!important;
}
.vc_row.vc_row-flex .common_container {
box-sizing: border-box;
display: flex;
flex-wrap: wrap
} 
.vc_row.vc_row-flex>.common_container>.vc_column_container {
display: flex;
}
.vc_row.vc_row-o-equal-height>.common_container>.vc_column_container {
align-items: stretch;
}
.vc_row.vc_row-o-content-top>.common_container>.vc_column_container>.vc_column-inner {
justify-content: flex-start
}
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.common_container>.vc_column_container {
align-items: flex-start
}
.vc_row.vc_row-o-content-bottom>.common_container>.vc_column_container>.vc_column-inner {
justify-content: flex-end
}
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.common_container>.vc_column_container {
align-items: flex-end
}
.vc_row.vc_row-o-content-middle>.common_container>.vc_column_container>.vc_column-inner {
justify-content: center
}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.common_container>.vc_column_container {
align-items: center;
}
.vc_row.vc_row-o-full-height .common_container {
min-height: 100vh;
}
.vc_row[data-vc-full-width].common_container ,
.vc_row[data-vc-full-width-] .common_container  ,  .vc_row[data-vc-stretch-content] .common_container {
max-width: unset!important;
}
.vc_row.vc_row-o-columns-stretch .common_container {
align-content: stretch
}
.vc_row.vc_row-o-columns-top .common_container {
align-content: flex-start
}
.vc_row.vc_row-o-columns-bottom .common_container {
align-content: flex-end
}
.vc_row.vc_row-o-columns-middle .common_container {
align-content: center
}
.vc_row.vc_column-gap-1  {
margin-left: -15.5px;
margin-right: -15.5px
}
.vc_row.vc_column-gap-1>.common_container>.vc_column_container  {
padding: .5px
}
.vc_row.vc_column-gap-2 {
margin-left: -16px;
margin-right: -16px
}
.vc_row.vc_column-gap-2>.common_container>.vc_column_container  {
padding: 1px
}
.vc_row.vc_column-gap-3 {
margin-left: -16.5px;
margin-right: -16.5px
}
.vc_row.vc_column-gap-3>.common_container>.vc_column_container  {
padding: 1.5px
}
.vc_row.vc_column-gap-4 {
margin-left: -17px;
margin-right: -17px
}
.vc_row.vc_column-gap-4>.common_container>.vc_column_container  {
padding: 2px
}
.vc_row.vc_column-gap-5 {
margin-left: -17.5px;
margin-right: -17.5px
}
.vc_row.vc_column-gap-5>.common_container>.vc_column_container  {
padding: 2.5px
}
.vc_row.vc_column-gap-10 {
margin-left: -20px;
margin-right: -20px
}
.vc_row.vc_column-gap-10>.common_container>.vc_column_container  {
padding: 5px
}
.vc_row.vc_column-gap-15 {
margin-left: -22.5px;
margin-right: -22.5px
}
.vc_row.vc_column-gap-15>.common_container>.vc_column_container  {
padding: 7.5px
}
.vc_row.vc_column-gap-20 {
margin-left: -25px;
margin-right: -25px
}
.vc_row.vc_column-gap-20>.common_container>.vc_column_container  {
padding: 10px
}
.vc_row.vc_column-gap-25 {
margin-left: -27.5px;
margin-right: -27.5px
}
.vc_row.vc_column-gap-25>.common_container>.vc_column_container  {
padding: 12.5px
}
.vc_row.vc_column-gap-30 {
margin-left: -30px;
margin-right: -30px
}
.vc_row.vc_column-gap-30>.common_container>.vc_column_container  {
padding: 15px
}
.vc_row.vc_column-gap-35 {
margin-left: -32.5px;
margin-right: -32.5px
}
.vc_row.vc_column-gap-35>.common_container>.vc_column_container  {
padding: 17.5px
} 
@media(max-width:992px){
.contact_form_box.type_one{
flex-direction: column;
}
body  .contact_form_box.type_one .emergrncy_contact{
position: relative;
bottom: unset;
right: unset;
padding-top: 30px;
}
}
.header_area > p{
display: none;
}
.ablink{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 7;
}
.up-sells .products_project_container{
display: flex;
flex-wrap: wrap; 
}
.up-sells.upsells.products{
margin: 0 -15px;
}
.up-sells .products_project_container .project-wrapper{
width: 33.33%;
min-width: 33.33%;
}
@media(max-width:768px){
.up-sells .products_project_container .project-wrapper{
width: 50%;
min-width: 50%;
}
}
@media(max-width:500px){
.up-sells .products_project_container .project-wrapper{
width: 100%;
min-width: 100%;
}
}
.footer_area > p{
display: none;
}