/* 
 Theme Name:     Agency for Divi
 Author:         Pennyblack Templates
 Author URI:     https://www.pennyblacktemplates.com/ 
 Template:       Divi
 Version:        1.3 
*/

/* ----------- COMMON CSS START ---------------------------*/

/* Divi Builder - Reset */
#main-header,
#main-footer{
	display: none !important;
}
#page-container{
	padding-top: 0 !important;
}

#crumbs,
#crumbs a{
	color: #ffffff;
}
#crumbs span{
	color: #dcdcdc;
	line-height: 24px;
}

#crumbs a:hover{
	color: #ff7f27;
}
/* ----------- COMMON CSS END ---------------------------*/


/* ------------------------------- MENU START ------------------------------- */

.menu-top-padding{
	padding-top: 0;
}	
.common-menu .fullwidth-menu.nav {
	padding-top: 0 !important;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul ul {
    padding: 0 !important;
    text-align: left;
}

 .common-menu .fullwidth-menu li ul.sub-menu li a {
    line-height: 1.4em !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
	text-align: left !important;
	position: relative;	
} 

.common-menu .fullwidth-menu li ul.sub-menu li a:after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1px;
	border-bottom: 1px solid #e66946 !important;
	border-top: 0 !important;	
}

.common-menu .fullwidth-menu li ul.sub-menu li a:hover:before{
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	font-size: 1px;
	top: -1px;
	border-top: 1px solid #222222 !important;
	border-bottom: 0 !important;
	overflow: hidden;
}

.common-menu .fullwidth-menu li ul.sub-menu li a:hover:after{
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;	
	font-size: 1px;
	border-top: 0 !important;
	border-bottom: 1px solid #222222 !important;
	overflow: hidden;
}

 .fullwidth-menu.nav ul li a:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    opacity: 1 !important;
}

.common-menu .fullwidth-menu li ul.sub-menu li:last-child a:after {
	border-bottom: 0 !important;
}

.common-menu .et_pb_fullwidth_menu .fullwidth-menu-nav > ul  {
    padding: 0 !important;
}

.nav li ul {
    visibility: hidden;
    z-index: 9999;
    width: auto !important;
    opacity: 0;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.common-menu .et_mobile_menu li a, 
.nav li li a {
    font-size: 12px !important;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}

.common-menu .et_pb_fullwidth_menu .fullwidth-menu-nav > ul ul {
    padding: 0;
    text-align: left;
}

.nav li li {
    margin: 0;
    padding: 0 !important;
}

.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a:hover {
    color: #ffffff !important;
}

/* ------------------------------- HOME PAGE START ------------------------------- */

/* ----------- SLIDER START ---------------------------*/
.common_slider .et-pb-controllers .et-pb-active-control {
	background-color: #ff7f27 !important;
}
.common_slider .et_pb_slide.et_pb_slide_1 .et_pb_slide_description {
	width: 70% !important;
	float: none !important;
}
.common_slider .et_pb_slide.et_pb_slide_0 .et_pb_slide_description {
	width: 50% !important;
}
.common_slider .header-slider-1{
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: 700 !important;
	font-size: 35px !important;
	color: #ffffff !important;
	letter-spacing: 1px !important;
	line-height: 45px !important;
	text-align: center !important;
}
.common_slider .header-slider-2,
.common_slider .header-slider-1 span{
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: 700 !important;
	font-size: 55px !important;
	color: #ffffff !important;
	letter-spacing: 1px !important;
	line-height: 65px !important;
	text-align: center !important;
}
.common_slider .header-slider-2 {
	text-align: left !important;
}
.common_slider .header-slider-3 {
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: 700 !important;
	font-style: italic !important;
	font-size: 65px !important;
	color: #333333 !important;
	letter-spacing: 1px !important;
	line-height: 75px !important;
	text-align: left !important;
}
.common_slider .header-slider-3 span {
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: 400 !important;
	font-style: italic !important;
	font-size: 55px !important;
	color: #333333 !important;
	letter-spacing: 1px !important;
	line-height: 65px !important;
	text-align: left !important;
}
.common_slider .et_pb_slide.et_pb_slide_2 .et_pb_container {
    box-shadow: none !important;
    text-shadow: none !important;
    float: right;
    width: 50%;
}
/* ----------- SLIDER END ---------------------------*/

/* ----------- ABOUT US START ---------------------------*/

.common_about_us .et_pb_button_module_wrapper{
	float:left !important;
}
.common_about_us .et_pb_button_module_wrapper.et_pb_module{
	margin-bottom: 0 !important;
}
.common_about_us .contact_button {
	margin-left: 20px !important;
}

/* ----------- ABOUT US END ---------------------------*/


/* ----------- COUNTER SECTION START ---------------------------*/

.conter_common .et_pb_number_counter.et_pb_with_title .percent {
    margin-bottom: 10px !important;
}

/* ----------- COUNTER SECTION END ---------------------------*/

/* ----------- OUR PACKAGES SECTION START ---------------------------*/
.common_packages .packages{
	border: 1px solid #dcdcdc;
	transition: 300ms ease-in;
}
.common_packages .packages:hover {
	background-color: #ffffff;
} 
.hvr-float-shadow:active, 
.hvr-float-shadow:focus, 
.hvr-float-shadow:hover {
    transform: translateY(-5px);
}
.hvr-float-shadow {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
}

.hvr-float-shadow:active:before, 
.hvr-float-shadow:focus:before, 
.hvr-float-shadow:hover:before {
    opacity: 1;
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}
.hvr-float-shadow:before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0px, rgba(0, 0, 0, 0) 80%);
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    content: "";
    height: 10px;
    left: 5%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    width: 90%;
    z-index: -1;
}
/* ----------- OUR PACKAGES SECTION END ---------------------------*/

/* ----------- WHY CHOOSE US SECTION START ---------------------------*/

.why_choose_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
    margin-top: -50px;
}
.why_choose_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image{
    margin-bottom: -20px;
}
.why_choose_blurb {
	border: 1px solid #eaeaea;
	border-radius: 3px;
	transition: 300ms ease-in;
}
.why_choose_blurb:hover {
    border-bottom-color: rgb(234, 234, 234);
    border-left-color: rgb(234, 234, 234);
    border-right-color: rgb(234, 234, 234);
    border-top-color: rgb(234, 234, 234);
    box-shadow: 0 0 30px 0 rgba(88, 88, 88, 0.15);
}
.image_cover {
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
/* ----------- WHY CHOOSE US SECTION END ---------------------------*/

/* ----------- TESTIMONIAL SECTION START ---------------------------*/

.testimonial_blurb .et_pb_blurb_container {
   padding: 35px 25px;
   border: 1px solid #e3e3e3;
   -webkit-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;
    transition: all 0.3s ease-in-out;
}

.testimonial_blurb .et_pb_blurb_container:hover,
.testimonial_blurb .et_pb_main_blurb_image:hover + .et_pb_blurb_container {
   padding: 35px 25px;
   background-color: #333745;
   border: 1px solid #333745;
   -webkit-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;
    transition: all 0.3s ease-in-out;
}

.testimonial_blurb .et_pb_blurb_container:hover h4.et_pb_module_header,
.testimonial_blurb .et_pb_blurb_container:hover .et_pb_blurb_description p,
.testimonial_blurb .et_pb_blurb_container:hover .et_pb_blurb_description span,
.testimonial_blurb .et_pb_main_blurb_image:hover + .et_pb_blurb_container h4.et_pb_module_header,
.testimonial_blurb .et_pb_main_blurb_image:hover + .et_pb_blurb_container .et_pb_blurb_description p,
.testimonial_blurb .et_pb_main_blurb_image:hover + .et_pb_blurb_container .et_pb_blurb_description span{
   color: #ffffff !important;
   -webkit-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;
    transition: all 0.3s ease-in-out;
}
.testimonial_blurb .et_pb_main_blurb_image {
	width: 100px;
	position: absolute;
	bottom: -100px;
	right: 20px;
}
/* ----------- TESTIMONIAL SECTION END ---------------------------*/

/* ----------- OUR SKILL SECTION START ---------------------------*/
.common_skill.et_pb_counters span.et_pb_counter_amount_number {
    padding-left: 5px;
    bottom: 20px !important;
    position: absolute;
    color: #333333 !important;
    z-index: 10000009;
	display: none !important;
}

/* ----------- OUR SKILL SECTION END ---------------------------*/

/* ----------- OUR TEAM MEMBER SECTION START ---------------------------*/
.service-box {
  border-bottom: 3px solid transparent;
  border-top: 0;
}

.service-box:hover {
   border-bottom: 3px solid #ff7f27;
   border-top: 0;
}
.team-member .et_pb_team_member_description {
    background: #f7f8fa;
    border: 1px solid #dcdcdc;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.team-member .et_pb_team_member_image {
    overflow: hidden;
	margin-bottom:0 !important;
}
.team-member:hover img{
	transform: scale3d(1.1, 1.08, 1.1);
}
.team-member .et_pb_team_member_image img {
    transition-delay: 0s;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.team-member:hover  .et_pb_team_member_description {
	background-color: #333745;
	border: 1px solid transparent;
}
.team-member:hover .et_pb_team_member_description h4,
.team-member:hover .et_pb_team_member_description p.et_pb_member_position,
.team-member:hover .et_pb_team_member_description p,
.team-member:hover .et_pb_team_member_description .et_pb_member_social_links li a {
  color: #ffffff !important;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
/* ----------- OUR TEAM MEMBER SECTION END ---------------------------*/

/* ----------- OUR LATEST NEWS SECTION START ---------------------------*/
.latest_news .et_pb_blurb_container{
	padding: 10px 20px;
}
.date_link {
	background-color: #333745;
	border-left: 3px solid #ff7f27;
	padding: 10px 20px;
	-webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.date_link:hover {
	background-color: #ff7f27;
	border-left: 3px solid #333745;
	padding: 10px 20px;
	-webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
/* ----------- OUR LATEST NEWS SECTION END ---------------------------*/

/* ----------- FOOTER SECTION START-------------------*/
.footer_sucribe P {
	padding-bottom:0 !important;
}
.quick_link .et_pb_button_module_wrapper {
	width: 120px !important;
	display: inline-block !important;
} 
.quick_link .et_pb_button_module_wrapper .et_pb_button:before {
    content: attr(data-icon);
    display: inline-block;
    font-family: "ETmodules" !important;
    font-size: 12px !important;
    line-height: 1.7em;
    margin-left: -23px !important;
    opacity: 1;
    right: auto;
}
.quick_link .et_pb_button_module_wrapper .et_pb_button:before {
    display: none;
}
.quick_link .et_pb_button_module_wrapper.et_pb_module {
	margin-bottom: 20px !important;
}
.quick_link .et_pb_button_module_wrapper .et_pb_button:after, 
.quick_link .et_pb_button_module_wrapper .et_pb_button:before {
    content: "5";
    font-size: 32px;
    font-style: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: none;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-weight: 400;
    line-height: 1em;
    margin-left: 2px;
    opacity: 0;
    position: relative !important;
    text-shadow: none;
    text-transform: none;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
}
.footer_sucribe .et_bloom_form_container .et_bloom_form_content {
    background-color: rgb(233, 233, 233);
    color: rgba(0, 0, 0, 0.5);
    padding: 0 !important;
    position: relative;
    width: 100%;
}
.footer_sucribe .et_bloom_form_container {
    background-color: transparent !important;
}
.footer_sucribe .et_bloom_form_container .et_bloom_form_content {
    padding: 0;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    background-color: transparent !important;
    position: relative;
}
.footer_sucribe .et_bloom_submit_subscription {
	background-color: #ff7f27 !important;
	width:100% !important;
	margin-top: 20px !important;
}
.footer_sucribe .et_bloom_submit_subscription:hover {
	background-color: #e66946 !important;
}

.footer_sucribe .et_bloom_popup_input {
	width: 100% !important;
	padding-right: 0 !important;
}

.footer_sucribe .et_bloom_form_header {
	display: none;
}

.footer_sucribe .et_bloom_inline_form {
    clear: both;
    margin: 0 !important;
    display: inline-block;
}
.quick_link .et_pb_button_module_wrapper.et_pb_module:last-child {
    margin-bottom: 0 !important;
}

.contact_common_form .et-pb-contact-message p,
.contact_common_form .et-pb-contact-message ul>li {
	color: #ffffff !important;
}

.footer_common_form .et-pb-contact-message p,
.footer_common_form .et-pb-contact-message ul>li {
	color: #ffffff !important;
}

.quote_common_form .et-pb-contact-message p,
.quote_common_form .et-pb-contact-message ul>li {
	color: #ffffff !important;
}

.footer_common_form  .et-pb-contact-message ul,
.quote_common_form .et-pb-contact-message ul,
.contact_common_form .et-pb-contact-message ul{
	padding-bottom: 5px !important;
    padding-top: 5px !important;
}
/* ----------- FOOTER SECTION END-------------------*/

/* ------------------------------- HOME PAGE END ------------------------------- */


/* ----------- TEAM PAGE START -----------------------------*/
.team {
	background-color: #f5f5f5;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) ;
	transition: box-shadow .55s; 
}

.team:hover {
	background-color: #333745;
}

.team:hover .et_pb_team_member_description h4,
.team:hover .et_pb_team_member_description p.et_pb_member_position,
.team:hover .et_pb_team_member_description p,
.team:hover .et_pb_team_member_description .et_pb_member_social_links li a {
    color: #ffffff !important;
}
/* ----------- TEAM PAGE END -----------------------------*/



/* ----------- OUR PRICING PAGE SECTION START ---------------------------*/

.common_price_packages_1 .packages{
	border: 1px solid #dcdcdc;
	transition: 300ms ease-in;
	background-color: #eeeeee;
}
.common_price_packages_1 .packages:hover {
	background-color: #f6f6f6;
} 
.common_price_packages .packages{
	border: 1px solid #dcdcdc;
	transition: 300ms ease-in;
	background-color: #eeeeee;
}
.common_price_packages .packages:hover {
	background-color: #ffffff;
} 
.hvr-float-shadow:active, 
.hvr-float-shadow:focus, 
.hvr-float-shadow:hover {
    transform: translateY(-5px);
}
.hvr-float-shadow {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
}

.common_price_packages .packages .price_value {
	background-color: #ffffff !important;
}

.common_price_packages .packages:hover .price_value{
	background-color: #f6f6f6 !important;
}

.common_price_packages_1 .packages .price_value {
	background-color: #ffffff !important;
}

.common_price_packages_1 .packages:hover .price_value{
	background-color: #eeeeee !important;
}

.hvr-float-shadow:active:before, 
.hvr-float-shadow:focus:before, 
.hvr-float-shadow:hover:before {
    opacity: 1;
    transform: translateY(15px);
	-ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
}
.hvr-float-shadow:before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0px, rgba(0, 0, 0, 0) 80%);
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    content: "";
    height: 10px;
    left: 5%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    width: 90%;
    z-index: -1;
}
/* ----------- OUR PRICING PAGE END ---------------------------*/

/* ---------------- GALLERY PAGE START ----------------------------- */

.agency-gallery .et_pb_gallery_item:hover .et_pb_gallery_title {
	opacity:1 !important;
	z-index:3;
	transition: all 0.4s ease-in-out 0s !important;
}
.agency-gallery .et_pb_gallery_item:hover .et_pb_gallery_image .et_overlay {
	opacity: 1;
    z-index: 3;
}

 .et_pb_gallery_image:hover .et_overlay {
    opacity: 0;
    z-index: 0;
}

/* ---------------- GALLERY PAGE END ----------------------------- */


/* ---------------- TESTIMONIAL PAGE START ----------------------------- */
.testimonial-col.et_pb_slider{
	overflow: inherit;
}

.testimonial-col .et-pb-controllers .et-pb-active-control {
	background-color: #ff7f27 !important;
}


.portfolio-testimonial-right .et-pb-controllers .et-pb-active-control{
	background-color: #333754 !important;
}

/* ---------------- TESTIMONIAL PAGE END ----------------------------- */


/* ----------- COMING SOON PAGE START -----------------------------*/

.agency_timer.et_pb_countdown_timer .sep{
   display: none !important;
}

.agency_timer.et_pb_countdown_timer .section.values {
	background-color: rgba(255, 127, 39,0.6) !important;
	padding: 20px 20px !important;
	border-radius: 5px !important;
	margin-right: 10px !important;
}

.agency_timer.et_pb_countdown_timer .section.values:hover {
	background-color: rgba(230, 105, 70,0.6) !important;
}

.agency_timer .et_pb_countdown_timer_0 {
	padding-bottom: 0 !important;
}
/* ------ SUBSCRIBE FORM ------ */
.timer_form .coming_form .et_bloom_inline_form {
	margin: 0 !important;
}

.timer_form .coming_form .et_bloom_header_outer {
	display: none !important;
}

.timer_form .coming_form .et_bloom_form_container {
	background: transparent !important;
	padding: 0 !important;
}

.timer_form .coming_form .et_bloom_form_content {
	background: transparent !important;
	padding: 0 !important;
}

.timer_form .coming_form .et_bloom_submit_subscription:hover {
	background-color: #e66946 !important;
}

.timer_form .coming_form .et_bloom_form_content button {
	background-color: #ff7f27 !important;
}

/* ------------ COMING SOON PAGE END ------------------------------*/


/* ------------------------------- BLOG PAGE START ------------------------------- */

.archive .et_pb_post:last-child,
.category .et_pb_post:last-child{
	margin-bottom: 0 !important;
}
 
.blog-post .et_pb_post {
    margin-bottom: 30px !important;
}

.blog-post .et_pb_post:last-child {
    margin-bottom: 0 !important;
}

.single-post .et_pb_post .post-meta {
    margin-bottom: 15px;
}

#left-area {
    padding-bottom: 0 !important;
}

#main-content .container {
    padding-top: 58px;
	padding-bottom: 58px;
}

.agency_sidebar .et_pb_widget:last-child {
    margin-bottom: 0 !important;
}

#sidebar {
    padding-bottom: 0 !important;
	float: right !important;
}

#sidebar.et_pb_column.et_pb_column_1_3 {
	margin-bottom: 0 !important;
}

.search.search-results .et_pb_post,
.archive .et_pb_post,
.agency_blog .et_pb_post,
.category .et_pb_post,
.blog-post .et_pb_post {
	border: 1px solid #eeeeee;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
}

.search.search-results .et_pb_post,
.archive .et_pb_post,
.agency_blog .et_pb_post,
.category .et_pb_post {
	text-align: center;
	padding: 20px 20px;
}

.single .et_pb_post {
	text-align: center;
}

.agency_sidebar .et_pb_widget:hover {
	 box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	 transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease;
}

.blog-post .entry-featured-image-url {
	padding: 20px 20px 0 20px;
}

#comment-wrap {
    padding-top: 10px;
}

.agency_sidebar .widget_recent_entries li a {
	display: table;	
}
.agency_sidebar.et_pb_widget_area .tagcloud a {
	background-color: #012f5c;	 
	border: 0;
	color: #ffffff !important;
	font-weight: 600;
	 box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}
	
.agency_sidebar.et_pb_widget_area .tagcloud a:hover {
	background-color: #ff7f27;
	color: #ffffff !important
}

.agency_sidebar .widget_search input#searchsubmit {
	background-color: #ff7f27;	 
	color: #ffffff;	
	font-weight:600;
}

.age_blog_content #left-area{
	padding-right: 0 !important;
	width: 64.833%;	
}
.age_blog_content #sidebar{
	padding-left: 0 !important;
	margin-right: 0 !important;
	width: 29.666%;	
}

.age_blog_content#main-content .container:before {
	background-color: transparent !important;
}
.age_blog_content .et_pb_post img {
    margin-bottom: 20px;
}
#main-content.age_blog_content .comment-reply-title,
#main-content.age_blog_content h2.entry-title,
#main-content.age_blog_content h1.entry-title,
#main-content.age_blog_content #left-area div.entry h1,
#main-content.single-post .et_post_meta_wrapper h1.entry-title {
	font-size: 18px !important;
	color: #333333 !important;
	font-family: "Raleway",Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: 500;
	letter-spacing: 1px;
}

#main-content.age_blog_content .entry p{
	font-size: 14px !important;
	color: #666666 !important;
	font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: 400;
}
#main-content.age_blog_content .post-meta a {
    color: #666666 !important;
    font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif !important;
    font-size: 13px !important;
    font-style: italic !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    line-height: 25px !important;
	padding-bottom: 0 !important;
}


#left-area .post-meta {
    padding-bottom: 0px !important
}

.single-post .et_post_meta_wrapper h1.entry-title {
	font-size: 18px !important;
	color: #333333 !important;
	font-family: "Raleway",Helvetica,Arial,Lucida,sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 28px;
}

.single-post .comment-respond h3.comment-reply-title span{
	font-size: 18px !important;
	color: #333333 !important;
	font-family: "Raleway",Helvetica,Arial,Lucida,sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 28px;
}
#left-area .post-meta {
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: 1px !important;
	text-transform: none;
}
body.single-post .age_blog_content article.et_pb_post .entry-content {
    padding-top: 0 !important;
}
.age_blog_content .form-submit #submit.submit.et_pb_button {
	background-color: #ff7f27;
    border: 0 !important;
    color: #ffffff !important;
    font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
	display:inline-block !important;
	border-radius: 3px;
	padding: 8px 15px !important;
	text-transform: uppercase !important;
}

.age_blog_content .form-submit #submit.submit.et_pb_button:hover {
	background-color: #333754 !important;
    border: 0 !important;
    color: #ffffff !important;
    font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
	display:inline-block !important;
	border-radius: 3px;
	padding: 8px 15px !important;
	text-transform: uppercase !important;
}
.age_blog_content #commentform.comment-form textarea { 
	background-color: transparent;
	border: 1px solid #eeeeee;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
    padding: 10px 15px !important;
    color: #666666;
    font-size: 13px;
	font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif !important;
	line-height: 24px;
	letter-spacing: 1px; 
	border-radius: 3px;
}



#main-content .et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    margin-bottom: 20px;
} 

.single.single-post .entry-content {
	padding-top:0;
	padding-bottom:20px;
}

.agency_sidebar .widget_categories li,
.agency_sidebar .widget_recent_entries li {
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
}

.agency_sidebar .widget_categories li:last-child, 
.agency_sidebar .widget_recent_entries li:last-child {
    border-bottom: 0 solid #dedede;
	padding-bottom: 5px;
}

.comment-form-author {
	float: left !important;
	width: 49% !important;
}

.comment-form-url {
	display: none !important;
}

.comment-form-email {
	float: right !important;
	width: 49% !important;
}
#commentform input[type=email], #commentform input[type=text], 
#commentform textarea[type=text] {
	background-color: transparent;
	border: 1px solid #eeeeee;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	width: 100% !important;
	color: #666666 !important;
    font-size: 14px !important;
	font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif !important;
	letter-spacing: 1px !important;
}

.et_pb_widget_area_left {
	border-right:0 !important;
}


.agency_sidebar .et_pb_widget {
	border: 1px solid #eeeeee;
	padding: 30px 20px;
	margin-bottom: 30px !important;
} 

.agency_sidebar .et_pb_widget .widgettitle{
	border-bottom: 1px solid #eeeeee;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.agency_sidebar .et_pb_widget .widgettitle:before {
    background-color: #ff7f27;
    bottom: -2px;
    content: "";
    height: 4px;
    left: 0;
    margin: 0 auto;    
    position: absolute;
    right: 0;
    width: 70px;
}
.et_pb_widget.widget_categories li a,
.et_pb_widget.widget_recent_entries li a{
	position: relative;
	padding-left: 30px;
}

.et_pb_widget.widget_categories li a:before,
.et_pb_widget.widget_recent_entries li a:before {
content: "5";
    font-family: ETmodules;
    font-size: 16px;
    font-weight: 800;
    position: absolute;
    left: 0;
    top: 0;

}

.pagination a {
	color:#ff7f27;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
}

.agency_sidebar .widget_search input#searchsubmit {
	font-size:13px !important;
}

.agency_sidebar .gallery .gallery-item a {
    width: 95% !important;
	margin: 0 auto !important;
}

.agency_sidebar #gallery-1 img {
    border: 0px solid #cfcfcf;
}

.agency_sidebar #gallery-1 .gallery-item {
    float: left;
    margin-top: 0 !important;
    text-align: center;
    width: 50%;
}
.agency_sidebar dl.gallery-item {
    margin: 0 !important;
}

/* page 404 */
.error404 #main-content .container, 
.error404 #content-area, 
.error404 #left-area {
	padding: 0 !important;
	margin: 0 ;
	width: 100% !important;
	max-width: none;
}

.error404 #sidebar {
	display: none;
}

.error404 .et_pb_post:last-child {
	margin-bottom: 0;
}

.error404 .et_pb_post.not_found {
  	width: 100% !important;  
 	 padding: 100px 20px;
    text-align: center;
    margin: 0 auto;
    display: table;
}

.error404 #main-content .container::before{
	content: none;
}
/* ------------------------------- BLOG PAGE END ------------------------------- */

@media only screen and (max-width:1250px) {

	.common-menu .fullwidth-menu li {
		display: inline-block;
		padding-right: 10px !important;
		font-size: 13px !important;
	}
	.get_quote_button .et_pb_button_module_wrapper.et_pb_module{
		text-align: right !important;
	}
	
	.top_bar_col_3 .common_social_icon.et_pb_image_4 {
		margin-top: 10px !important;
	}	
	.about_us_1.et_pb_column_5{
		padding-top: 0 !important;
	}
}

@media only screen and (max-width:1191px) {
	.common_social_icon_last {
		display: none !important;
		height: 0;
		width: 0;
	}
	
	.top_bar_col_1,
    .top_bar_col_2,
    .top_bar_col_3,
    .get_quote_button	{
		width: 40% !important;
		max-width: 40% !important;
	}
	
	.top_bar_col_3,
    .get_quote_button	{
		margin-top: 20px !important;
	}
	
	.get_quote_button .et_pb_button_module_wrapper.et_pb_module{
		text-align: left !important;
	}
	
	.top_bar_col_3 .common_social_icon.et_pb_image_4 {
		margin-top: 0px !important;
	}
	.top_bar_row {
		width: 534px !important;
	}
	
}
@media only screen and (max-width:1147px) {
	
	.follow_us_icons li:last-child {
		margin-top: 10px !important;
	}
}
@media only screen and (max-width:1100px) {

	.common-menu .fullwidth-menu li {
		display: inline-block;
		padding-right: 5px !important;
		font-size: 13px !important;
	}
	
	.conter_common .et_pb_number_counter.et_pb_with_title .percent {
		margin-bottom: 30px !important;
	}
	
	.follow_us_icons li:last-child {
		margin-top: 10px !important;
	}
}
@media only screen and (max-width: 980px) {	
	#crumbs, 
	#crumbs a {
		color: rgb(255, 255, 255);
		text-align: center !important;
	}
	.menu-top-padding {
		padding-top: 0;
	}
	.top_bar_row {
		width: 100% !important;
	}
	.common-menu.et_pb_fullwidth_menu .et_mobile_menu {
		top: 81px;
		padding: 20px !important;
	}
	
	.logo_section{
		height: 50px !important;
		margin-left: 9% !important;
		margin-top: 13px !important;
		position: absolute !important;
	}
	
	.common-menu .et_mobile_menu {
		 max-height: 300px !important;
		 height: 300px !important;
         overflow-y: scroll !important;
	}
	.common-menu.et_pb_fullwidth_menu .et_mobile_nav_menu .mobile_menu_bar:before { 
	   color: #333754 !important;
	}
	.get_quote_button .et_pb_button_module_wrapper.et_pb_button_alignment_left,
	.get_quote_button .et_pb_button_module_wrapper.et_pb_module,
	.cta_title {
		text-align:center !important;
	}
	
	.cta_content_width.et_pb_text_18 {
		max-width: 100% !important;
	}
	.top_bar_col_1,
    .top_bar_col_2,
    .top_bar_col_3	{
		display: none;
		width: 0;
		height: 0;
	}
	
	.et_pb_row .et_pb_column.et-last-child, 
	.et_pb_row .et_pb_column:last-child, 
	.et_pb_row_inner .et_pb_column.et-last-child, 
	.et_pb_row_inner .et_pb_column:last-child {
		margin-right: auto !important;
	}
	
	.get_quote_button {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center !important;
		display: table !important;
	}   
	
	.et_pb_slider.common_slider .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description,
	.et_pb_slider.common_slider .et_pb_slide .et_pb_container {
		width: 100% !important;
	}
	
	.common_slider.et_pb_slider .et_pb_slide_2 .et_pb_slider_container_inner .et_pb_slide_description{
		background-color: rgba(255, 255, 255, 0.7) !important;
		padding: 20px !important;
	}
	
	.conter_common .et_pb_number_counter.et_pb_with_title .percent {
		margin-bottom: 0 !important;
	}
	
	.testimonial_blurb .et_pb_main_blurb_image {
		width: 100px !important;
		position: relative !important;
		bottom: 0 !important;
		right: 0 !important;
		margin-bottom: 20px !important;
	}
	
	.team_width_col {
		max-width: 360px !important;
	}
	
	.testimonial-col .et_pb_slide_image,
	.slider-testimonial .et_pb_slide_image {
		width: 100%;
		position: inherit;
		display: block !important;
	}
	.about_us_1.et_pb_column {
		margin-bottom: 0 !important;
	}
	.packages {
		max-width: 400px !important;
		margin-top: 0 !important;
		margin-bottom: 30px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		float: none !important;
		display: table !important;
	}
	
	.latest_news_col {
		max-width: 400px !important;
		margin-top: 0 !important;
		margin-bottom: 30px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		float: none !important;
	}
	.mission_left.et_pb_column {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left:20px;
		padding-right:20px;
	}
		
	.vision-right.et_pb_column {
		padding-left:20px;
		padding-right:20px;
	}
		
	.vision-left,
	.mission-right {
		display: block !important;
		height: 600px;
		width: 100% !important;
	}
	.mission_left.et_pb_column_7 {
		padding-bottom: 30px !important;
		padding-top: 60px !important;
		padding-right: 40px !important;
		padding-left: 40px !important;
	}
	
	.vision-right.et_pb_column_10 {
		padding-bottom: 60px !important;
		padding-top: 30px !important;
		padding-right: 40px !important;
		padding-left: 40px !important;
	}
	.mission-right {
		margin-bottom: 40px !important;
	}
	.team_page_width {
		max-width: 360px !important
	}
	
	.team_shadow{
		overflow-x: visible !important;
		overflow-y: visible !important;
	}
		
	.why_choose_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
		margin-top: 20px;
	}
	
	.portfolio-testimonial-right .et_pb_slide_description {
		width: 100% !important;
	}
	.portfolio-testimonial .et_pb_slider_container_inner {
		display: table;
	}
	
	.portfolio-testimonial .portfolio-testimonial-right .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {
      float: none !important;
	  margin: 0 auto !important;
	  display: table !important;
	  text-align: center !important;
	}
	
	.et_pb_column .et_pb_widget:nth-child(n){
		margin: 0 30px  30px 0 !important;
	}
	
	.single .post {
      padding-bottom: 0 !important;
    }
	
	.single .et_pb_post {
		margin-bottom: 30px !important;
	}
	
	#commentform {
      padding-bottom: 0 !important;
    }
	
	.follow_us_icons li:last-child {
		margin-top: 0 !important;
	}
	
	.common_slider .header-slider-1{
		font-size: 35px !important;
		line-height: 45px !important;
	}
	.common_slider .header-slider-2,
	.common_slider .header-slider-1 span{
		font-size: 35px !important;
		line-height: 45px !important;
	}
	
	.common_slider .header-slider-3 {
		font-size: 35px !important;
		line-height: 45px !important;
	}
	.common_slider .header-slider-3 span {
		font-size: 35px !important;
		line-height: 45px !important;
	}
	
	/* ------- coming soon page ----- */
		
	.coming_soon_common .agency_timer.et_pb_countdown_timer_0.et_pb_countdown_timer {
	  border-bottom-color: rgb(255, 255, 255);
	  border-left-color: rgb(255, 255, 255);
	  border-right-color: rgb(255, 255, 255);
	  border-top-color: rgb(255, 255, 255);
	  margin-bottom: 0 !important;
	  margin-top: 0 !important;
	  padding-bottom: 0 !important;
	  padding-left: 0 !important;
	  padding-right: 0 !important;
	  padding-top: 0 !important;
	}

	.agency_timer .et_pb_countdown_timer .section.values {
		margin-bottom: 10px;
		max-width: 100% !important;
	}

	.et_pb_countdown_timer .section p.value {
		min-width: 100%;
	}
	.agency_timer.et_pb_countdown_timer .section p.value {
		font-size: 30px !important;
		line-height: 30px !important;
	}
}

@media only screen and (max-width: 767px) {	
   .portfolio-testimonial .portfolio-testimonial-right .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {
		display: table !important;
		padding-bottom: 20px !important;
	}
	
	/* ------- coming soon page ----- */
	.agency_timer.et_pb_countdown_timer .section.values {
		margin-bottom: 10px;
		width: 49%;
	}
	
	.about_us_1.et_pb_column {
		margin-bottom: 0 !important;
	}
	.common_slider .et_pb_slide.et_pb_slide_1 .et_pb_slide_description {
		width: 100% !important;
	}
	.common_slider .et_pb_slide.et_pb_slide_0 .et_pb_slide_description {
		width: 100% !important;
	}
}

@media only screen and (max-width:507px) {
	
	.follow_us_icons li:last-child {
		margin-top: 10px !important;
	}
}

@media only screen and (max-width: 480px) {
	
	.et_pb_fullwidth_menu .mobile_menu_bar:before {
		top: 26px;
		float:right !important;
	}
	
	.team_page_width {
		max-width: 360px !important;
		width: 360px !important;
	}

}

@media only screen and (max-width:479px) {
	
	.follow_us_icons li:last-child {
		margin-top: 0px !important;
	}
}

@media only screen and (max-width: 360px) {
    h1 {
         font-size: 28px !important;
         line-height: 38px !important;
    }
	
    h2 {
         font-size: 24px !important;
         line-height: 34px !important;
    }
     h3 {
         font-size: 20px !important;
         line-height: 32px !important;
    }
    h4 {
         font-size: 16px !important;
         line-height: 28px !important;
    }
	
	p.slider_2_content {
		font-size: 28px !important;
        line-height: 32px !important;
	}
	
	.slider_2_content span{
		font-size: 28px !important;
        line-height: 32px !important;
	}
	
	.conter_common .et_pb_number_counter .percent p {
		font-size: 42px !important;
		line-height: 52px !important;
	}
	
	.team_width_col {
		width: 100% !important;
	}
	
	.testimonial-col .et_pb_slide_image,
	.slider-testimonial .et_pb_slide_image {
		width: 100%;
		position: inherit;
		display: block !important;
	}
	
	.packages {
		max-width: 100% !important;
		margin-top: 0 !important;
		margin-bottom: 30px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		float: none !important;
		display: table !important;
	}
	
	.latest_news_col {
		max-width:100% !important;
		margin-top: 0 !important;
		margin-bottom: 30px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		float: none !important;
	}
	
	.team_page_width {
		max-width: 100% !important;
		width: 100% !important;
	}
	
	.common_about_us .contact_button {
		margin-left: 5px !important;
		display: inline-block !important;
	}
}

@media only screen and (max-width: 340px) {    
	.common_about_us .contact_button {
		margin-left: 0 !important;
	}
}