
/*----------------------------------------------	----------------------------------------------------
/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* remember to define focus styles! */
:focus { outline: 0; }
/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom: 1; }
.clear { clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }/* ----- clear fix for floats ----- */
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }/* hides clearfix from IE-mac */
.clearfix { display: block; }/* end hide from IE-mac */
/* general purpose classes */
.nodisplay { display: none; }
.nodisplay_strict { display: none !important; }
.alignleft { float: left; }
.alignright { float: right; }
/* End Toolkit
--------------------------------------------------------------------------------------------------*/

/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/

hr { display: block; height: 1px; border: 0; margin: 0 0 25px; padding: 0; border-top: 1px dashed #bbbbbb; /* change border colour to suit your needs */ }
audio, canvas, video { display: inline-block; *display: inline;*zoom: 1;}
audio:not([controls]) { display: none; }
[hidden] {display: none;}
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body, button, input, select, textarea { font-family: 'Open Sans', sans-serif; }
a:focus { }
a:hover, a:active { outline: 0; }
h1 { }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { }
ins { text-decoration: none; }
del { text-decoration: line-through; }
abbr[title] { border-bottom: 1px dotted; cursor: help; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: 'Open Sans', sans-serif; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 75%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img, figure, figure img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: top; max-width: 100%;height: auto; }
.entry-content object, .entry-content object embed, embed{max-width: 100%;}
svg:not(:root) { overflow: hidden; }
fieldset { border: 1px solid #c0c0c0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px;}
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;}button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible;}
input, select { vertical-align: middle; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0;}
textarea { overflow: auto; vertical-align: top; }::-moz-focus-inner {border: 0;outline: 0;}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"] {font-family: "raleway",sans-serif;border: 1px solid #9F9F9F;padding: 15px 30px;width: 100%;box-shadow: none;border-radius: 0;font-size: 16px;color: #272628;background: #fff;box-sizing: border-box;}
textarea {font-family: "raleway",sans-serif;border: 1px solid #9F9F9F;padding: 15px 30px;width: 100%;box-shadow: none;border-radius: 0;height: 36px;font-size: 16px;color: #272628;background: #fff;box-sizing: border-box;height: 150px;resize: none;border-radius: 0;z-index: -moz-border-radius: 0;-webkit-border-radius: 0;}
button, input[type="button"], input[type="reset"], input[type="submit"]{font-family: "raleway",sans-serif;background: #f5c719;padding: 15px 25px;text-align: center;font-size: 16px;line-height: 18px;color: #575656;text-transform: uppercase;font-weight: bold;margin-top: 5px;border:0;display: inline-block;border-radius: 0;z-index: -moz-border-radius: 0;-webkit-border-radius: 0;}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{background:#575656;color: #ffffff;}
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
button[disabled], input[type="button"][disabled], input[type="reset"][disabled], input[type="submit"][disabled]{opacity: 0.5;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9F9F9F !important;
}
input::-moz-placeholder ,textarea::-moz-placeholder { /* Firefox 19+ */
  color: #9F9F9F !important;
}
input:-ms-input-placeholder ,textarea:-ms-input-placeholder { /* IE 10+ */
  color: #9F9F9F !important;
}
input:-moz-placeholder,textarea:-moz-placeholder { /* Firefox 18- */
  color: #9F9F9F !important;
}


html { -webkit-text-size-adjust: none; }

blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft {margin:5px 20px 15px 0 !important;}
.wp-caption.alignleft {margin: 7px 14px 7px 0;}
blockquote.alignright, figure.wp-caption.alignright, img.alignright {margin: 5px 0 10px 15px !important;}
.wp-caption.alignright {margin: 7px 0 7px 14px;}
blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {margin: 10px 0;}
.site-content blockquote.alignleft, blockquote.alignright {border-top: 1px solid rgba(0, 0, 0, 0.1);	border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding-top: 17px;width: 50%;}
figcaption{font-family: 'Source Sans Pro', sans-serif;font-size: 14px;line-height: 18px;color: #525252;padding: 5px 0;}

/* End Normalization
--------------------------------------------------------------------------------------------------*/


/* =Typography
--------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */
body { font-family: "raleway",sans-serif; color: #424242; background: #fff !important; font-size:14px; line-height:20px; font-weight:400;margin: 0 !important;}
/* End Typography
--------------------------------------------------------------------------------------------------*/


/* Headings
--------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{font-family: "raleway",sans-serif;font-weight:700; /*color:#262626;*/color:#5a5b5d;margin:0 0 20px;}
h1 { font-size: 30px;line-height: 32px;color:#272628; }
h1.page-title{font-size: 26px; line-height: 30px;}
h2 { font-size: 26px; line-height: 30px;}
h3 { font-size:23px; line-height:28px;color:#ff7e17;font-weight: 800;}
h4 { font-size:20px; line-height:28px;color:#A2A2A2;}
h5 { font-size:20px; line-height:30px;}
h6 { font-size:18px; line-height:22px;}


/* Links
--------------------------------------------------------------------------------------------------*/
a { text-decoration: none; color: #000; cursor: pointer !important; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
a:hover { }
a.read-more{padding: 10px 19px;background: #f5c719;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;font-size: 16px;line-height: 18px;color: #575656;text-transform: uppercase;font-weight: bold;display: inline-block;}
a.read-more:hover{background: #575656;color: #ffffff;}

/* Branding
--------------------------------------------------------------------------------------------------*/
p { margin: 0 0 25px 0; padding: 0; color:#272628; font-family: "raleway",sans-serif;font-size:18px; line-height:30px;font-weight: 400;word-wrap: break-word}
ul, ol{margin: 0 0 25px 0;padding-left: 20px;list-style: disc;	}
p a, ul li a, .page-content ol li a{color: #4564E3;font-weight: 600;}
p a:hover, ul li a:hover, ol li a:hover{color: #1C3188;}
ul li, ol li{color:#272628; font-family: "raleway",sans-serif;font-size:16px; line-height:22px;font-weight: normal;margin: 0 0 10px 0;word-wrap: break-word}
em{font-style: italic;}
html, body { }
.wrapper {}
.container{width: 1145px;max-width: 96%;margin: 0 auto;}
iframe{width: 100%;}
blockquote{margin-top: 40px;}
blockquote p{    color: #ff7e17; font-size: 43px; line-height: 52px;}

/* Inner Banner, Page Content, Slider Template
--------------------------------------------------------------------------------------------------*/

.inner-banner {background-repeat: no-repeat !important; height: 220px; position: relative; z-index: 0; background-position: 100% 7% !important; margin-bottom: 60px; width: 100%;overflow: hidden; background-size: cover !important;}

.inner-banner:after {width: 100%; content: ''; background: rgba(255,255,255,0) url(../rkgraphics/assets/images/banner_texture.png); height: 100px; position: absolute; left: 0; bottom: 0; z-index: 0; background-size: cover; background-position: 93% 23%; background-repeat: no-repeat; }
	.page-content{padding-bottom: 60px;}
 
.page-content.faq , .page-template-default .page-content{position: relative; padding-bottom: 200px; overflow: hidden; }
.page-content.service-detail {padding-bottom: 0;} 
.page-content.service-detail:after ,.page-content.faq:after , .page-template-default .page-content:after { bottom: 0; left: -100px;content: ''; background: url(../rkgraphics/assets/images/splash_bkg1.png); height: 290px; position: absolute; right: 0;  z-index: 999; background-position: -7% 0; background-repeat: no-repeat; width: 361px; }
.page-content.service-detail .container:after , .page-content.faq .container:after ,  .page-template-default .page-content .container:after{width: 90px; content: ''; background-image: url(../rkgraphics/assets/images/splash_bkg3.png); height: 67px; position: absolute; right: 10%; bottom: 4%; z-index: 999; background-repeat: no-repeat; }
.page-content .subtitle p{font-size: 19px; line-height: 32px; font-weight: 500;}

.slider-div{    position: relative;}
.slider-div .caption{display: block; position: absolute; left: 0; bottom: 0; z-index: 99; background: rgba(39,41,42,0.89); padding: 60px 65px 55px; font-size: 30px; line-height: 20px; color: #fff; width: 100%; box-sizing: border-box; text-align: left; font-family: "fatfrank",sans-serif; text-transform: uppercase; letter-spacing: 1px;}
.slider-div .view-detail{position: absolute; text-align: right; right: 50px; bottom: 50px; z-index: 999; color: #fff; font-family: "raleway",sans-serif; font-size: 22px; font-weight: 600;}
.slider-div .view-detail a {color: #fff; cursor: pointer !important; }
.slider-div .view-detail img{    height: 20px; width: 20px; display: inline-block; margin-left: 10px;}

/*{font-family: "raleway",sans-serif;}*/
/*font-family: "fatfrank",sans-serif;
font-family: "proxima-nova",sans-serif;*/
/* Header
--------------------------------------------------------------------------------------------------*/
.alert-banner {
  background: url(assets/images/Banner_bkg.png) center center no-repeat;
  background-size: cover !important;
  background-position: 100% 7% !important;
  text-align: center;
  color: #ff7e17;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  padding: 1em;
}
.alert-banner a {
  color: inherit;

}
.custom-logo-link img{height: 120px;width: auto;}
header{height: 93px;position: absolute;width: 100%;z-index: 999;padding: 30px 0 90px;}
/*header a.logo_image img{height:100px; }*/
header .header-right{}
header .header-right ul{margin: 0;padding: 0;}
header .header-right ul li{display: inline-block;vertical-align: middle;margin: 0 12.5px;padding:20px 0 20px;position: relative;border-bottom: 5px solid transparent;}
header .header-right ul li .icon-angle-down {display: none}
header .header-right ul > li.current-menu-item{border-bottom: 5px solid #ff7e17;}
header .header-right ul li:hover{border-bottom: 5px solid #ff7e17;}
header .header-right ul li a{font-size: 19px;line-height: 22px;color: #fff;text-transform: capitalize;font-family: "raleway",normal;font-weight: 500;}
header .header-right ul li:hover a{color: #ff7e17;}
header .header-right ul > li.current-menu-item a{color: #ff7e17;}
/*header .header-right ul li.current_page_item a{color:#592e84; }*/
header .header-right ul li.nav-btn a{padding: 15px 25px;font-size: 24px;line-height: 20px;color: #ffffff;background: #212222;border-radius: 5px;display: block;font-family: europa, sans-serif;}
header .header-right ul li.nav-btn a:hover, header .header-right ul li.nav-btn.current_page_item a{background: #592e84;}
header .header-right ul li ul.sub-menu{position: absolute;width: 250px;background: #ffffff;left: 0px;top: 107%;margin: 0;padding: 20px 0 20px;display: none;border:2px solid #E0E0E0;z-index: 999;}
header .header-right ul li:hover > ul.sub-menu{display: block;}
/*header .header-right ul li ul.sub-menu:before{width: 75px;height: 7px;background: #abb49b;content: "";position: absolute;left: 0;top: -7px;z-index: 999;}*/
header .header-right ul li ul.sub-menu li{width: 100%;margin: 0;padding: 0;border: none;text-align: left}
header .header-right ul li ul.sub-menu li:hover{border:none;}
header .header-right ul li ul.sub-menu li a{padding: 10px 25px;font-size: 16px;line-height: 18px;color: #403F3F;display: block;font-weight: 500;text-transform: capitalize;font-family: proxima-nova, sans-serif;}
header .header-right ul li ul.sub-menu li a:hover, header .header-right ul li ul.sub-menu li.current_page_item a{color: #403F3F;background: #E0E0E0;}
#top-menu .icon-angle-down{display: none;}
.search-form  .search-submit, .search-form label{display: none;}
header.entry-header {display: none; } 
input.search-field {background-image: url(/wp-content/themes/rkgraphics/assets/images/magnify_glass1.svg); background-repeat: no-repeat; background-position: 3%; background-color: transparent; background-size: 20px 20px; padding:15px 15px 15px 60px; font-weight: 500;}
.wpsearchform{display: block; width: 500px; position: absolute; right: 0; top: 106%; margin-top: 1px; z-index: 9999; background: #fff; }
#wpsearchform input[type="text"] {width: 78%; height: auto; border: 1px solid #5ca2df; padding: 11px 12px; border-radius: 0px !important; }
#wpsearchform input[type="submit"] {line-height: 1; padding: 14px 20px; border-radius: 0px; height: auto; font-size: 15px; display: inline-block; border: 1px solid #5ca2df; }
#wpsearchform:before {border-color: transparent transparent red; border-style: solid; border-width: 0.5em; content: ""; display: block; position: absolute; right: 22px; top: -20px; z-index: 10; }

/**Css for image search icon**/
.wpsearch_icon {background-image: url(../rkgraphics/assets/images/magnify_glass.svg); background-repeat: no-repeat; padding: 5px 0 0 36px; background-position: 5px center; background-color: transparent; background-size: 18px 18px;}
.search-field {font-size: 18px;font-weight: 600}
.search-field input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #BEBCBC !important;
}
.search-field input::-moz-placeholder{ /* Firefox 19+ */
  color: #BEBCBC !important;
}
.search-field input:-ms-input-placeholder r { /* IE 10+ */
  color: #BEBCBC !important;
}
.search-field input:-moz-placeholder, { /* Firefox 18- */
  color: #BEBCBC !important;
}
.close-icon {background-color: transparent; display: flex; margin: 0; padding: 0; font-family: "raleway",sans-serif;}
.close-icon:after {content: "X"; display: inline-block; position: absolute; z-index: 1; right: 20px; top: 17px;font-family: "raleway",sans-serif; bottom: 0; margin: auto; color: #CBCBD1; font-weight: normal; font-size: 20px; cursor: pointer; }
/** Breadcrumbs for service detail page **/

#breadcrumbs{text-align: right; }
#breadcrumbs span a{color: #B4B4B4; font-size: 19px; font-weight: 500; }
#breadcrumbs span.breadcrumb_last { color: #ff7e17; font-weight: 700;}
#breadcrumbs span a:after {content: '|'; padding: 0 5px; display: inline-block; color: #B4B4B4; }
/*#breadcrumbs span.breadcrumb_last :after {content: ''; padding: 0 5px; display: inline-block;}*/

/* Homepage
--------------------------------------------------------------------------------------------------*/
.home-banner {overflow: hidden; padding: 250px 0 250px; text-align: left; position: relative; background-position: 15% 30% !important; background-repeat: no-repeat;background-size: cover !important;width: 100%; }
.home-banner:after {width: 100%; content: ''; background: rgba(255,255,255,0) url(../rkgraphics/assets/images/white_splash_bkg.png); height: 285px; position: absolute; left: 0; bottom: -10%; z-index: 0;background-size: cover; }
.home-banner .banner-content h1{ font-size: 72px;line-height: 72px;margin-top:20px;color: #fff;font-weight: 300;font-family:"fatfrank",sans-serif;text-transform: uppercase;}
.home-banner .banner-content h1 span{color:#ff7e17;}
.home-banner .banner-content p{font-size: 24px;line-height: 30px;font-family: "raleway",sans-serif;color: #fff;}
.home-banner .banner-content{position: relative;z-index: 1;  }

.home-project{background:#fff;text-align: center;padding:100px 0;clear:both;overflow: hidden;position: relative;z-index: 2}
.home-project:after {width: 50%; content: ''; background-image: url(../rkgraphics/assets/images/splash_bkg%204.png); height: 500px; position: absolute; left: -18%; bottom: 0; z-index: -1; background-repeat: no-repeat;}
.home-project .container:after{width: 90px; content: ''; background-image: url(../rkgraphics/assets/images/splash_bkg3.png); height: 67px; position: absolute; right: 13%; bottom: 10%; z-index: 999; background-repeat: no-repeat;}
.home-project h2{font-size: 60px; line-height: 70px; color: #272628; font-style: italic; font-weight: 900; margin: 20px 0 15px; font-family: "raleway",Black Italic;}
.home-project p{font-size: 22px; line-height: 40px; font-weight:400; padding: 0 18%; color: #272628; font-family: "raleway",sans-serif;}
.home-project .cta-btn{    font-size: 16px; color: #ff7e17; font-weight: 900; text-transform: uppercase; padding: 20px 40px; border: 1.5px solid #ff7e17; line-height: 22px; background: transparent; border-radius: 0px; font-family: "raleway",Black;}
.home-project .btn-div{margin-top	: 40px;}
.home-project .cta-btn:hover{background: #ff7e17;color:#fff;border: 1px solid #ff7e17;}

.home-portfolio{clear: both;position: relative;}
.home-portfolio .cols{margin: 0;padding: 0;list-style: none;}
.home-portfolio .cols li{float: left; width: 33.3%; background-size: cover !important; text-align: center; position: relative; margin: 0; height: 800px;}
.home-portfolio .cols li a{display: block; position: relative; z-index: 1; font-size: 48px; font-family: "fatfrank",sans-serif; text-transform: uppercase; color: #fff; line-height: 60px; padding: 400px 0;}
.home-portfolio .cols li a:hover span{border-bottom: 5px solid #fff;}
.home-portfolio li:after {content: '\A'; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.4); opacity: 0; transition: all 1s; -webkit-transition: all 1s; }
.home-portfolio li:hover:after{opacity: 1;}


.home-content{padding: 100px 0;clear: both;position: relative;overflow: hidden;}
.home-content:before{    top: -50%; width: 590px; content: ''; background: url(../rkgraphics/assets/images/splash_bkg12.png); height: 670px; position: absolute; right: 0; background-size: cover; z-index: 999; background-position: 50% 63%; background-repeat: no-repeat;}
.home-content:after {    bottom: 0; left: -100px; content: ''; background: url(../rkgraphics/assets/images/splash_bkg1.png); height: 290px; position: absolute; right: 0; /* background-size: cover; */ z-index: 999; background-position: -7% 0; background-repeat: no-repeat; width: 361px;}
.home-content .cols{width: 45%;float: left;margin-right: 50px;padding-bottom: 40px;}
.home-content .cols.hometestimonials{padding-top: 16%}
.home-content h2{font-size: 72px;line-height: 80px;margin:20px 0;color: #ff7e17;font-weight: 300;font-family:"fatfrank",sans-serif;text-transform: uppercase;}
.home-content p{font-size: 16px;line-height: 30px;font-family: "raleway",sans-serif;color: #272628;font-weight: 400;}
.home-content a{    font-size: 24px;line-height: 30px;font-family: "raleway",sans-serif;color: #ff7e17;    font-style: italic;font-weight: 600;}
.home-content a:hover{color: #ff580a;}
.home-content img{vertical-align: middle;margin-left: 10px;}
.home-content span{color:#ff7e17;font-family: "raleway",sans-serif;font-weight: bold;font-size:15px;}
.home-content .content p{font-size: 30px;line-height: 45px;font-family: "raleway",sans-serif;color: #272628;font-weight: 400;}



/* Footer
--------------------------------------------------------------------------------------------------*/
.newsletter-section{padding: 50px 0 25px;clear: both;background: #201F1F;text-align: center;margin: 0 auto;}
.newsletter-section span{color: #fff;font-size: 30px;line-height: 42px;font-family: "raleway",sans-serif;font-weight: 600;display: block;margin-bottom: 20px;}
.newsletter-section div.wpcf7{display: block;vertical-align: middle;}
.newsletter-section .wpcf7-form{margin: 0}
.newsletter-section .wpcf7-form .ajax-loader{display: block;}
.newsletter-section .subscriber-form{width: 65%;margin: 0 auto;}
.subscriber-form {position: relative;}
.subscriber-form .cols {width: 50%; float: left; vertical-align: top; }
.subscriber-form .cols.col-right{text-align:right }
.subscriber-form .cols .wpcf7-form-control-wrap {margin: 0px 0 0; text-align: left; }
.subscriber-form  .wpcf7-recaptcha{margin: 0 !important;    transform: scale(0.68); -webkit-transform: scale(0.68); transform-origin: 0 0; -webkit-transform-origin: 0 0;} 
.newsletter-section div.wpcf7-spam-blocked{padding: 0.2em 0em; border: none; background: #ffa500; color: #fff; margin: 16px 0; font-size: 13px; }
.subscriber-form .ctct_div{display: none;}
.subscriber-form input[type="email"] {height: 50px; display: block; border-radius: 0px; padding: 0px 20px; font-size: 18px; line-height: 24px;font-family: "raleway",sans-serif; color: #000;}
.subscriber-form input[type="submit"] {    margin: 0; padding: 15px 25px;font-size: 18px; /*position: absolute; top: 0; right: 0;*/ background: #ff7e17;font-family: "raleway",sans-serif;letter-spacing: 1px;text-transform: lowercase; font-weight: 600; color: #fff; height: 50px;}
.subscriber-form input[type="submit"]:hover{background: #ff580a;}
.subscriber-form input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #A6A5A5 !important;
}
.subscriber-form  input::-moz-placeholder{ /* Firefox 19+ */
  color: #A6A5A5 !important;
}
.subscriber-form input:-ms-input-placeholder r { /* IE 10+ */
  color: #A6A5A5 !important;
}
.subscriber-form input:-moz-placeholder, { /* Firefox 18- */
  color: #A6A5A5 !important;
}

footer .footer-section{clear: both;padding: 60px 0;}
footer .footer-section .cols{width: 30%;float: left;}
footer .footer-section .cols.cols-second{width: 40%}
footer .footer-section .cols.cols-second div{width: 60%;margin: 0 auto;}
footer .footer-section .cols.cols-third div{float:right;}
footer .footer-section h5{    color: #000; font-size: 18px; line-height: 30px; font-family: "raleway",sans-serif; font-weight: 800; text-transform: uppercase;}
footer .footer-section p, footer .footer-section address  {font-size: 18px; line-height: 30px; font-weight: 500; font-family: "raleway",sans-serif;}
footer .footer-section p a{color:#000;font-size:18px;font-weight: 500;line-height: 30px;}
footer .footer-section p a:hover{color: #ff7e17 !important;}
footer .footer-section .cols:first-child p {
  margin-bottom: 0;
}
footer .footer-section .addresses {
  display: flex;
  justify-content: space-between;
}
footer .footer-section address {
  white-space: nowrap;
}

@media (max-width:900px) {
  footer .footer-section .addresses {
    flex-direction: column;
  }
  footer .footer-section address {
    margin-bottom: 1em;
  }
}
.site-info{background: #4C4B4B;font-size:14px;line-height: 20px;padding: 15px 0 0;color:#8D8A8A;text-align: center;	}
.site-info a{color:#8D8A8A !important;}
.site-info a:hover{color: #f5f5f5 !important;}
#footer-menu{display: inline-block;margin-bottom: 0}
#footer-menu li{display: inline-block;}
#footer-menu li.menu-item:after {content: '|'; padding: 0 5px; display: inline-block;color:#8D8A8A;}
#footer-menu li.menu-item:last-child:after {content: ''; padding: 0 5px; display: inline-block;}
#footer-menu li a{font-size:14px;line-height: 20px;color:#000;font-weight: 500}

.contact-div .cta-btn {padding: 25px 25px; font-size: 18px;z-index:9999; position: fixed; top: 20%; right: 0; background: #ff7e17; font-family: "raleway",sans-serif; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; color: #fff; }
.contact-div .cta-btn:hover {background: #ff580a;}


/* FAQ
--------------------------------------------------------------------------------------------------*/
.page-content ul.faqs{margin: 40px 0;list-style: none;padding: 0;}
.page-content ul.faqs li{margin: 0 0 20px;border:1px solid #707070;border-radius: 4px;}
.page-content ul.faqs li h5.active{border-bottom: 1px solid #707070;}
.page-content ul.faqs li h5{padding: 20px 50px 20px 35px;background: #F2F2F5;border-radius: 4px 4px 0 0;font-size: 20px;line-height: 20px;font-weight: 700;color: #272628;margin: 0;cursor: pointer;position: relative;}
.page-content ul.faqs li h5:after{width: 18px;height: 18px;content: "";position: absolute;top: 50%;right: 20px;background: url(../rkgraphics/assets/images/plus-sign.svg) center no-repeat;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);}
.page-content ul.faqs li h5.active:after{background-image: url(../rkgraphics/assets/images/plus-sign.svg);}
.page-content ul.faqs li .faq-content{padding: 35px;display: none;}
.page-content ul.faqs li .faq-content p{margin: 0;font-size: 18px;line-height: 36px;color: #212222;}
.page-content h2{color: #272628;font-weight: 700;}


/* Service
--------------------------------------------------------------------------------------------------*/
.services{margin: 35px 0 35px;padding: 0;}
.services li{display: inline-block;margin: 0;padding: 0;width: 31.3%;margin: 0 15px 15px 0;position: relative;}
.services li.last{margin-right: 0;}
.services li a span.title{font-family: "raleway",sans-serif; font-weight: 600; position: absolute; bottom: 0; left: 0; padding: 20px; box-sizing: border-box; background: rgba(39,41,42,0.89); font-size: 18px; line-height: 26px; color: #ffffff; text-transform: uppercase; z-index: 99; width: 100%;}
.services li a:after {content: '\A'; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.4); opacity: 0; transition: all 1s; -webkit-transition: all 1s; }
.services li a:hover:after{opacity: 1;}
.services img {width: 100%; }
 /*.services li a span.title:after{content: "";width: 0;height: 0;border-left: 12px solid transparent;border-right: 12px solid transparent;border-top: 12px solid rgba(39,41,42,0.89);position: absolute;left: 0;right: 0;margin: 0 auto;bottom: -12px;}*/
/*.services li a:hover span.title{background: rgba(255,255,255,0.89);color: #024a93;}*/
/*.services li a:hover span.title:after{border-top-color: rgba(255,255,255,0.89);}*/


/* Service Detail
--------------------------------------------------------------------------------------------------*/

.service-breadcrumps{margin-bottom: 25px;text-align: right;}
.service-breadcrumps span{color:#B4B4B4;font-size: 19px;font-weight: 500;}
.service-breadcrumps span.active{color: #ff7e17;font-weight: 700;}
.service-breadcrumps span:after {content: '|'; padding: 0 5px; display: inline-block;color:#B4B4B4;}
.service-breadcrumps span.active:after {content: ''; padding: 0 5px; display: inline-block;}

.service-detail{margin: 15px 0 35px;padding-bottom: 0;}
.service-detail:after{display: none;}
.service-detail .service-container:after{display: none;}
.service-detail .flexslider{position: relative;margin: 0;padding: 0;border: 0;}
.service-detail .flexslider ul.slides{margin: 0;padding: 0;list-style: none;text-align: center;}
.service-detail .flexslider ul.slides li{position: relative;margin: 0;padding: 0;}
.service-detail .flexslider ul.slides li:after {content: '\A'; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.4); opacity: 0; transition: all 1s; -webkit-transition: all 1s; }
.service-detail .flexslider ul.slides li:hover:after{opacity: 1;}
.service-detail .flexslider ul.slides li a{cursor: default !important;}
.service-detail .flexslider ul.slides li img{display: block;margin: 0 auto;width: 100%;height: auto;}
.service-detail .flexslider ul.slides li .caption {display: block; position: absolute; left: 0; bottom: 0; z-index: 99; background: rgba(39,41,42,0.89); padding: 60px 65px 55px; font-size: 30px; line-height: 20px; color: #fff; width: 100%; box-sizing: border-box; text-align: left; font-family: "fatfrank",sans-serif; text-transform: uppercase; letter-spacing: 1px; }
.service-detail .flexslider ul.slides li .view-detail {position: absolute; text-align: right; right: 50px; bottom: 50px; z-index: 999; color: #fff; font-family: "raleway",sans-serif;font-size: 22px;font-weight: 600; }
.service-detail .flexslider ul.slides li .view-detail a{color: #fff;cursor: pointer !important;}
.service-detail .flexslider ul.slides li .view-detail .arrow{    height: 20px; width: 20px; display: inline-block; margin-left: 10px;}
.service-detail .flexslider .flex-control-thumbs, #carousel{margin: 25px auto 0 !important;width: 90%;}

.flex-direction-nav {display: none !important;}
.fancybox-close{width: 25px !important;height: 25px !important;background: url(../rkgraphics/assets/images/close-icon.svg) 0 0 no-repeat !important;top: 45px !important;right:35px !important;}
.fancybox-nav span{visibility: visible !important;}
.fancybox-nav.fancybox-next span{background: url(../rkgraphics/assets/images/popup-right.svg) 0 0 no-repeat !important;background-position: top right !important;right: -55px !important;}
.fancybox-nav.fancybox-prev span{background: url(../rkgraphics/assets/images/popup-left.svg) 0 0 no-repeat !important;left: -55px !important;}
.fancybox-title{width: 100%;left: 0;right: 0;background: rgba(119,120,123,0.93);padding: 5%;font-family: 'Raleway', sans-serif;font-size: 18px;line-height: 20px;color: #fff;font-weight: 600;box-sizing: border-box;text-align: left !important;}
.fancybox-title.fancybox-title-float-wrap .child{display: block;margin: 0;background: none;padding: 0;text-shadow: none;font-size: 16px;line-height: 18px;color: #ffffff;font-weight: normal;white-space: normal;margin: 0 !important;}

.service-detail .service-detail-content {padding: 10px 0 70px;}
.service-detail .service-detail-content p{font-size: 18px; line-height: 30px; font-weight: 500 !important;}
.service-detail .service-detail-content .cta-btn {padding: 25px 25px; font-size: 18px; background: #ff7e17; font-family: "raleway",sans-serif; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; color: #fff; }
.service-detail .service-detail-content .cta-btn:hover {background: #ff580a;}
/*.service-detail .service-detail-content {}*/



/* Testimonial
--------------------------------------------------------------------------------------------------*/
.testimonials{background-color: #272628;display: table;width: 100%;}
.testimonials .cols{width:50%;padding: 0px;vertical-align: middle;background-color: #272628;display: table-cell; position: relative;}
.testimonials .cols.right{padding: 50px;}
.testimonials .cols.cols-image h1 p{font-size: 72px; line-height: 72px; margin-top: 20px; color: #fff; font-weight: 300; font-family: "fatfrank",sans-serif; text-transform: uppercase; padding-left: 50px; vertical-align: middle; } .testimonials .cols.cols-image span{color:#ff7e17;}
/*.testimonials .cols.cols-image{ height: 370px;background-size: cover !important;background-position: center top !important;}*/
.testimonials .subline{font-size: 18px; line-height: 24px;  color: #ff7e17; font-weight: 700;text-transform: uppercase;}
.testimonials .content p{font-size: 28px; line-height: 35px;  color: #D6D4D4; font-weight: 300;margin:30px 0;}
.testimonials .author-name{font-size: 16px; line-height: 20px;  color: #fff; font-weight: bold;text-transform: uppercase;}


/* Contact Page
--------------------------------------------------------------------------------------------------*/
.wpcf7-form{margin: 45px 0 45px;}
.wpcf7-form div.col-two{margin: 0 0 20px;}
.wpcf7-form div.col-two span{display: inline-block;width: 49%;margin: 0 0 0 2%;}
.wpcf7-form div.col-two span:first-child{margin-left: 0;}
.wpcf7-form div.full{margin: 0 0 20px;}
.wpcf7-form .wpcf7-recaptcha{display: inline-block;margin: 0 0 20px;}
.wpcf7-form span.wpcf7-not-valid-tip{display: none !important;}
.wpcf7-form input.wpcf7-not-valid,.wpcf7-form textarea.wpcf7-not-valid{border-color: #ff7e17 !important;}
div.wpcf7-validation-errors, .custom-password-message{margin: 5px 0;border:none;background:#f9aba0;font-size: 13px !important;line-height: 22px !important;color: #333;clear: both;}
div.wpcf7-mail-sent-ok{margin: 5px 0;border:none;background:#398f14;font-size: 13px !important;line-height: 22px !important;color: #ffffff;clear: both;}


.wpcf7-form .contact-btn{    font-size: 16px; color: #fff; font-weight: 900; text-transform: uppercase; padding: 15px 40px; border: 1.5px solid #ff7e17; line-height: 22px; background: #ff7e17; border-radius: 0px; font-family: "raleway",Black;}
.wpcf7-form .contact-btn:hover{background: #ff580a;color:#fff;border: 1px solid #ff7e17;}
/*span.wpcf7-form-control-wrap.upload-design {display: inline-block; position: relative; width: 220px; height: 40px; border-radius: 0px; border: solid 1px #9F9F9F; background: #fff; color: #9F9F9F; overflow:hidden; }
input.wpcf7-form-control.wpcf7-file {position: absolute; width: 1500px; height: 1000px; right: 0; bottom: 0; outline: none !important; }
.wpcf7-file:before {content: "Upload Design File"; display: block; width: 220px; height: 40px; line-height: 40px; text-align: center; position: absolute; right: 0; bottom: 0; color: #9F9F9F !important; font-size: 16px; font-family: "raleway",sans-serif; }
*/

.btn-file{font-size:16px;margin-bottom: 10px;display: block;}
/* Code for file upload */
/*.upload-btn-wrapper {position: relative; overflow: hidden; display: inline-block; }*/
/*.upload-btn-wrapper .wpcf7-form-control-wrap{width: 100%; height: 100%; position: absolute; top: 0;}*/
 /*.btn-file {border: 1px solid #9F9F9F; line-height: 30px; text-align: center; background-color: white; padding: 10px 45px; border-radius: 0px; color: #9F9F9F !important; font-size: 16px; font-family: "raleway",sans-serif; display: block;}*/
/*.upload-btn-wrapper input[type=file] {font-size: 100px; position: absolute; left: 0; top: 0; opacity: 0;height: 100%;width: 100% }*/


.contactinfo{background: #272628;padding: 80px 0;}
/*
.contactinfo .cols{width: 49%;float: left;}
.contactinfo .cols.left{margin-right: 15px;padding: 50px 0;}
*/
.contactinfo .container {
	display: flex;
	align-items: center;
}
.contactinfo .container > .cols{flex: 1}
.contactinfo h2{font-size: 60px; line-height: 40px; color: #ff7e17 ;font-weight: 900; margin: 20px 0 ; font-family:  "raleway",sans-serif;}
.contactinfo .content p{font-size: 22px; line-height: 40px; font-weight:400;  color: #fff; font-family: "raleway",sans-serif;}
.contactinfo .content p a{color: #fff;}
.contactinfo .content p a:hover{color: #ff7e17;}
.contact-block{padding: 80px 0;text-align: center;}
.contact-block h2{font-size: 72px; line-height: 80px; color: #ff7e17 ;font-weight: 900; margin: 20px 0 ; font-family: "fatfrank",sans-serif;text-transform: uppercase;}

.contact-page{position: relative; padding-bottom: 0px; overflow: hidden; padding: 120px 0;}
.contact-page:after {    bottom: 0; left: 0; content: ''; background: url(../rkgraphics/assets/images/splash_bkg1.png); height: 290px; right: 0; position: absolute; z-index: 999; background-position: -7% 0; background-repeat: no-repeat; width: auto;}
.contact-page .container:after {width: 90px; content: ''; background-image: url(../rkgraphics/assets/images/splash_bkg3.png); height: 67px; position: absolute; right: 15%; bottom: 10%; z-index: 999; background-repeat: no-repeat; }


/* Blog
--------------------------------------------------------------------------------------------------*/

/* Scroll Animations
  -------------------------------------------------------------------------------------------------- */
    .animatable { visibility: hidden; -webkit-animation-play-state: paused; -moz-animation-play-state: paused; -ms-animation-play-state: paused; -o-animation-play-state: paused; animation-play-state: paused; }
    .animated { visibility: visible; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 2s; -moz-animation-duration: 2s; -ms-animation-duration: 2s; -o-animation-duration: 2s; animation-duration: 2s; -webkit-animation-play-state: running; -moz-animation-play-state: running; -ms-animation-play-state: running; -o-animation-play-state: running; animation-play-state: running; }
    @-webkit-keyframes fadeInUp {
        0% {opacity: 0;-webkit-transform: translateY(40px);}
        100% {opacity: 1;-webkit-transform: translateY(0);}
    }
    @-moz-keyframes fadeInUp {
        0% {opacity: 0;-moz-transform: translateY(40px);}
        100% {opacity: 1;-moz-transform: translateY(0);}}
    @-o-keyframes fadeInUp {
        0% {opacity: 0;-o-transform: translateY(40px);}
        100% {opacity: 1;-o-transform: translateY(0);}
    }
    @keyframes fadeInUp {
        0% {opacity: 0;transform: translateY(40px);}
        100% {opacity: 1;transform: translateY(0);}
    }

    .animated.fadeInUp { -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; }


/* Comments
--------------------------------------------------------------*/
#comments{clear: both;padding: 2em 0 0.5em;}
.comments-title {padding: 11px 10px 10.5px;background: #dfe1e4;margin: 0;color: #757575;line-height: 22px;text-transform: uppercase;font-size: 16px;font-weight: 600;line-height: 18px;position: relative;margin: 0;}
.comment-list,.comment-list .children {list-style: none;margin: 0;padding: 0;}
.comment-list li{margin:0 !important;padding: 25px 0;border-top: 1px dashed #bbbbbb;}
.comment-list li.parent:first-child{border: 0;}
.comment-list li.parent{padding-bottom: 0;}
.comment-list li.parent .comment-body{margin-bottom: 0;}
.comment-list li .children{margin: 25px 0 0 25px;}
.comment-body {margin-left: 65px;}
.comment-author {font-size: 16px;line-height: 18px;position: relative;z-index: 2;}
.comment-author .avatar {height: 50px;left: -65px;position: absolute;width: 50px;}
.comment-author .says {display: none;}
.comment-meta {/*margin-bottom: 1.5em;*/}
.comment-metadata {color: #767676;font-size: 12px;font-weight: normal;text-transform: uppercase;}
.comment-metadata a {color: #999999 !important;font-weight: normal !important;}
.comment-metadata a.comment-edit-link {color: #222;margin-left: 1em;}
.comment-body {color: #333;font-size: 14px;font-size: 0.875rem;margin-bottom: 25px;}
.comment-reply-link {font-weight: 800;position: relative;}
.comment-reply-link .icon {color: #222;left: -2em;height: 1em;position: absolute;top: 0;width: 1em;}
.children .comment-author .avatar {height: 30px;left: -45px;width: 30px;}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {border: 1px solid #333;padding: 2px;}
.no-comments,.comment-awaiting-moderation {color: #767676;font-size: 14px;font-size: 0.875rem;font-style: italic;}
.comments-pagination {margin: 2em 0 3em;}.form-submit {text-align: right;}
#comments #commentform p.two-col input{width: 49%;margin: 0 0 0 1.5%;display: inline-block;}
#comments #commentform p.two-col input:first-child{margin: 0;}
.comment-content p{font-size: 14px;}




/* Photo Gallery
---------------------------------------------------------------*/
.photo-gallery{
	text-align: center;
	padding: 3em 0;
}

.photo-gallery .slide{
	position: relative;
}

.photo-gallery .slide .inner{
	padding: 0 1em 1em 1em;
	position: relative;
}

.photo-gallery .slide .caption{
	line-height: 100%;
	padding-top: 1em;
}

.photo-gallery .slide img{
	width: 100%;
}

.photo-gallery .slide .wrapper{
	position: relative;
	overflow: hidden;
	padding-top: 86%;
	width: 100%;
}

.photo-gallery .slide img{
max-width: unset;
-o-transition: all 0.25s;
-ms-transition: all 0.25s;
-moz-transition: all 0.25s;
-webkit-transition: all 0.25s;
-webkit-backface-visibility: hidden;
}
.photo-gallery .slide img:hover,
.photo-gallery .slide img:focus{
	transform:scale(1.1);
}

.photo-gallery .slide a{
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
}

.photo-gallery .slick-prev::before,
.photo-gallery .slick-next::before {
	color: #ff7e17;
	font-size: 60px;
	position: relative;
	top: -30px;
}

.photo-gallery .slick-prev{
	left: -60px;
}

.photo-gallery .slick-dots li button{
	background: white;
	border: 3px solid #ff7e17;
	border-radius: 50px;
}
.photo-gallery .slick-dots li.slick-active button{
	background: #ff7e17;
}

.photo-gallery .slick-dots li button:before{
	content: '';
	display: none;
}




/* Video Embed
---------------------------------------------------------------*/
.video-embed{
	padding: 3em 0;
}

.video-embed .video{
	position: relative;
	width: 100%;
	padding-top: 56.3%;
}

.video-embed iframe{

	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;

}



/* Form Embed
---------------------------------------------------------------*/
.form-embed{
	background: #ff7e17;
	padding: 3em 0;
	color: white;
}

	.form-embed .title{
		text-align: center;
	}

	.form-embed h1,
	.form-embed h2,
	.form-embed h3,
	.form-embed h4,
	.form-embed h5,
	.form-embed h6,
	.form-embed ul,
	.form-embed ol,
	.form-embed label,
	.form-embed p{
		color: white;
	}

	.form-embed .wpcf7-form .contact-btn{
		background: #272628;
	}





/* Hero Video
-----------------------------------------------------------------*/
#video_bg{
	position: absolute;
	top: 0px; left: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#video_bg:after{
	content: '';
	display: block;
	background: black;
	opacity: 0.8;
	position: absolute;
	top: 0; left: 0;
	height: 100%; width: 100%;
}

#video_bg #frame1_video{
	position: absolute;
	width: 100%; height: 100%;
}

#video_bg #bgvid{
	position: absolute;
	z-index: 0;
	top: -15vw;
	left: 0px;
	min-width: 100%;
	min-height: calc( 100% + 15vw );
	width: auto;
	height: auto;
}

@media screen and (max-width: 767px) {
	#video_bg{
		position: absolute;
		top: 0px;
		left: -15%;
		overflow: hidden;
		width: 150%;
		height: 90vw;
	}
	
	
}
@media screen and (max-width:991px){
	#video_bg #bgvid{
		width: 127.5%;
		top: 0;
		min-height: 100%;
	}
}