/* 
 Theme Name:     Digital Agency for Divi
 Author:         Pennyblack Templates
 Author URI:     https://www.pennyblacktemplates.com/ 
 Template:       Divi
 Text Domain:    digitalagency-for-divi
 Version:        1.0 
*/
/* ----------- COMMON CSS START ---------------------------*/
html, body, div, span{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 0;
}
img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
}
body {
    color: #898989;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-15 {
	margin-bottom: 15px;
	padding-bottom: 0;
}
.pad-bot-0 {
	padding-bottom: 0;
}
/* PAGE SCROLL TO TOP */
ul.et_pb_side_nav {
	background: rgba(255,100,137,.6);
}

.et_pb_scroll_top::before {
	content: "\f077";
	color: #ffffff;
	margin: 0;
	position: relative;
	left: 1px;
    top: 2px;
	font-size: 20px;
	font-family: fontawesome;
}

.et_pb_scroll_top.et-pb-icon {
    display: none;
    position: fixed;
    z-index: 99999;
    right: 20px;
    bottom: 20px;
    padding: 0px;
	width: 50px;
    height: 50px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
	background: #ff6489;
	box-shadow: 1px 2px 3px #000000;
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.et_pb_scroll_top.et-pb-icon:hover {
    background: #9f70ed;
}

.word-break {
    word-break: break-all;
}
/* PAGE HEADER BREADCRUMMB SECTION */
#crumbs span,
#crumbs a,
#crumbs {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 1px;
	font-family: "Open Sans",Arial,sans-serif;
}
#crumbs a{
	color: #ffffff;
}
#crumbs {
	color: #ff6489;
}
#crumbs span{
	color: #ffffff;
}
#crumbs span:hover,
#crumbs a:hover{
	color: #ff6489;
}
#crumbs a::before {
    color: #ff6489;
    content: "\f015";
    font-family: fontawesome;
    padding-right: 5px;
    left: 0;
}
.heading-underline {
	display: table;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	margin: 0 auto;
}
.sticky,
.bypostauthor{
	display: block;
}

.distab {
    display: table;
}
.distab-cell-middle {
    display: table-cell;
    vertical-align: middle;
}
.distab-cell-top {
    display: table-cell;
    vertical-align: top;
}
.distab-cell {
    display: table-cell;
}
.mar-top-25 {
	margin-top: 25px;
}
/* ----------- COMMON CSS END ---------------------------*/

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

body.home #main-header{
	background-color: transparent;
    box-shadow: none;
	position: absolute;
	top: 10px;
} 
body.home  #main-header #top-menu > li.current-menu-item > a {
    color: #ff6489;
}
body.home #main-header ul#top-menu li a {
	color: #212529;
}
#main-header{
	background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
       position: absolute;
       top: 10px;
}
#main-header #top-menu > li.current-menu-item > a {
    color: #ff6489;
}
#main-header ul#top-menu li a {
	color: #212529;

#logo {
	max-height:100%;
}
.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, 
.et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 33px !important;
}
.et_header_style_left #et-top-navigation, 
.et_header_style_split #et-top-navigation {
    padding-top: 33px !important;
}
#top-menu > li.current-menu-item > a {
	color: #ff6489;
}
#top-menu li li {
    margin: 0;
    padding: 0 0;
}
#top-menu li li a {
    width: 240px;
    padding: 10px 20px;
}
 #top-menu-nav > ul > li > a:hover {
	 color: #ff6489 !important;
 }
 
#top-menu ul.sub-menu li.current-menu-item a,
#top-menu li.current-menu-ancestor > a {
	color:#ff6489;
}
.mobile_menu_bar {
	padding-bottom: 0 !important;
}
.mobile_menu_bar::before {
    color: #dcdcdc;
    background-color: #ffffff;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border-radius: 5px;
    border: 1px solid #ffffff;
	position: relative;
    top: -16px;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer
}

.et_mobile_menu {
     border-top: 3px solid #ff6489;
	 background-color: rgb(255, 255, 255) ;
}
.et_mobile_menu li a {
    border-bottom: 1px dashed  #dcdcdc;
    color: #333333;
    display: block;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
}
.et_mobile_menu li:last-child a {
    border-bottom: 0;
}
.nav li ul {
    visibility: hidden;
    z-index: 9999;
    width: auto;
    opacity: 0;
    background: #fff;
    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);
}
ul#top-menu li a {
    color: #ffffff;
	transition: all 300ms ease-in 0s;
	-webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
}
#top-menu .sub-menu  {
	background-color:#ffffff;
	transition: all 300ms ease-in 0s;
	-webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
	padding: 10px;
	border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}
ul#top-menu ul.sub-menu li a {
    line-height: 1.4em;
    margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px dashed #eeeeee;
	color: #212529;
	transition: all 300ms ease-in 0s;
	-webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
}
ul#top-menu ul.sub-menu li:last-child a {
	margin-bottom: 0;
}
ul#top-menu ul.sub-menu li:last-child a {
	border-bottom: 0;
}
ul.et_mobile_menu > li:last-child{
	padding-bottom: 20px;
}

.nav li ul {
    border-top-color: #ff6489;
    border-top-style: solid;
    border-top-width: 3px;
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
}
.nav li li {
    margin: 0;
    padding: 0 0;
}
.et_mobile_menu li a:hover, 
.nav ul li a:hover {
    background-color: #ffffff;
	background: #ffffff;
    opacity: 1;
	color: #ff6489;
}
ul#top-menu ul.sub-menu li a:hover {
	color: #ff6489;
	transition: all 300ms ease-in 0s;
	-webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
}
.et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    font-weight: 700;
}
/* ----------- MENU END ---------------------------*/

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

.header-section-row {
	width: 55%;
	padding: 0 20px !important;
}
.header-section-row .header-content {
	width: 80%;
}

/* Our Service Section */
.services-col-1 {
	position: relative;
	text-align: center;
}
.services-col-1:before {
    background: rgba(0,0,0,0.5) linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0;
    background: -moz-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* FF3.6+ */
    background: -webkit-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0; /* Opera 11.10+ */
    background: -ms-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* IE10+ */
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: -7px;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width:80px;
	height: 80px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
	z-index: 1;
}
.services-col:hover .services-col-1:before {
	width:80px;
	height: 80px;
    box-shadow: 0px 0px 8px #898989;
    -webkit-box-shadow: 0px 0px 8px #898989;
    -moz-box-shadow: 0px 0px 8px #898989;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.services-col-img {
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	height: 80px;
	width: 80px;
	text-align: center;
	margin: 0 auto 30px;
	z-index: 9;
}
.services-col-img i {
	color: #ffffff;
	font-size: 45px;
	padding: 5px;
	line-height: 55px;
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	position: relative;
	z-index: 9;
}

/* Know More About Us Section */
.abt-img {
	position: relative;
	z-index: 9;
	background-clip: padding-box;
	-webkit-backface-visibility: hidden;
	box-shadow: 1px 1px 1px transparent;
	outline: 1px solid transparent;
	-webkit-background-clip: padding-box;
	-webkit-transform-origin: 51% 51%; 
}
.abt-img:before {
    background: rgba(0,0,0,0.5) linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0;
    background: -moz-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* FF3.6+ */
    background: -webkit-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0; /* Opera 11.10+ */
    background: -ms-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* IE10+ */
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: 0 auto;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	transform: translateZ(-1px) rotate(5deg);
   -webkit-transform: translateZ(-1px) rotate(5deg);
   -moz-transform: translateZ(-1px) rotate(5deg); 
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
	z-index: -1;
	background-clip: padding-box;
	-webkit-backface-visibility: hidden;
	box-shadow: 1px 1px 1px transparent;
	outline: 1px solid transparent;
	-webkit-background-clip: padding-box;
	-webkit-transform-origin: 51% 51%; 
}

/* Our Packages Section */
.package-tag p span {
	font-size: 18px;
}
.package-tag p span:first-child {
	vertical-align: super;
}
.package-tag p span:last-child {
	vertical-align: inherit;
}

.package-content p {
    padding: 10px 0px 0;
}
.package-content p span {
	font-weight: 700;
}

/* Our Portfolio Section */
.common-portfolio-slider .et_pb_slides .et_pb_slide.et_pb_media_alignment_center .et_pb_slide_image {
    top: 0;
    bottom: 0;
	margin-top: 18px !important;
	margin-bottom: 18px !important;
    width: 45.25%;
    margin-right: 0;
}
.common-portfolio-slider .et_pb_slides .et_pb_slide .et_pb_slide_image:before {
    background: rgba(0,0,0,0.5) linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0;
    background: -moz-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* FF3.6+ */
    background: -webkit-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0; /* Opera 11.10+ */
    background: -ms-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* IE10+ */
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: 0 auto;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	transform: translateZ(-1px) rotate(5deg);
   -webkit-transform: translateZ(-1px) rotate(5deg);
   -moz-transform: translateZ(-1px) rotate(5deg); 
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
	z-index: -1;
	background-clip: padding-box;
	-webkit-backface-visibility: hidden;
	box-shadow: 1px 1px 1px transparent;
	outline: 1px solid transparent;
	-webkit-background-clip: padding-box;
	-webkit-transform-origin: 51% 51%;
}
.common-portfolio-slider .et_pb_slide_description {
	margin-top: -25px;
}
.common-portfolio-slider .et_pb_slides .et_pb_slide .et_pb_slide_image img {
	max-height: inherit !important;
}
body #page-container .common-portfolio-slider.et_pb_slider .et_pb_slide .et_pb_button_wrapper a.et_pb_more_button.et_pb_button, 
body #page-container .common-portfolio-slider.et_pb_slider .et_pb_slide .et_pb_button_wrapper a.et_pb_more_button.et_pb_button:hover {
	padding: 15px 40px 15px 40px !important;
	margin-top: 35px; 
}
.common-portfolio-slider .et_pb_container {
	height: 470px !important;
}

.common-portfolio-slider.et_pb_slider .et-pb-slider-arrows {
	position: absolute;
	right: 65px;
	bottom: 85px;
	text-align: right;
}
.common-portfolio-slider .et-pb-arrow-next::before,
.common-portfolio-slider .et-pb-arrow-prev::before {
	font-family: fontawesome !important;
	font-size: 12px;
	position: relative;
    top: -4px;
}
.common-portfolio-slider .et-pb-arrow-prev::before {
    content: "\f177" !important;
}
.common-portfolio-slider .et-pb-arrow-next::before {
    content: "\f178" !important;
}

.common-portfolio-slider .et-pb-slider-arrows a {   
    opacity: 0.5 !important;	
}
.common-portfolio-slider .et-pb-slider-arrows a:hover {    
    opacity: 1 !important;
}
body #page-container .common-portfolio-slider .et-pb-arrow-next, 
body #page-container .common-portfolio-slider .et-pb-arrow-prev {
	font-size: 22px;
	opacity: 1;
	position: relative;
}
.common-portfolio-slider.et_pb_slider .et-pb-arrow-prev,
.common-portfolio-slider.et_pb_slider:hover .et-pb-arrow-prev {
    left: 0;
    opacity: 1;
}
.common-portfolio-slider.et_pb_slider .et-pb-arrow-next,
.common-portfolio-slider.et_pb_slider:hover .et-pb-arrow-next {
    right: 0;
    opacity: 1;
}

/* Our Team Section */
.common-team .et_pb_team_member_description{
	bottom: 10px;
	left: 0;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	text-align: center;
    background: rgba(0,0,0,0.5) linear-gradient(90deg, rgba(255,100,137,0.5), #ff6489) repeat scroll 0 0;
    background: -moz-linear-gradient(90deg, #ff6489, rgba(255,100,137,0.5)) repeat scroll 0 0; /* FF3.6+ */
    background: -webkit-gradient(90deg, #ff6489, rgba(255,100,137,0.5)) repeat scroll 0 0; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, #ff6489, rgba(255,100,137,0.5)) repeat scroll 0 0; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, rgba(255,100,137,0.5), #ff6489) repeat scroll 0 0; /* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, #ff6489, rgba(255,100,137,0.5)) repeat scroll 0 0; /* IE10+ */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
	margin: 0px auto 0 auto;
    -moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 90%;	
}
.common-team.img-border-radius img {
	border-radius: 5px 0 0 5px !important;
	-webkit-border-radius: 5px 0 0 5px !important;
	-moz-border-radius: 5px 0 0 5px !important;
}

.common-team.img-border-radius-2 img {
	border-radius: 0 5px 5px 0 !important;
	-webkit-border-radius: 0 5px 5px 0 !important;
	-moz-border-radius: 0 5px 5px 0 !important;
}

.common-team img {
	border-radius: 0 !important;
}

.common-team:hover .et_pb_team_member_description {
    background: rgba(0,0,0,0.5) linear-gradient(90deg, rgba(255,100,137,0.8), rgba(159,112,237,0.8)) repeat scroll 0 0;
    background: -moz-linear-gradient(90deg, rgba(159,112,237,0.8), rgba(255,100,137,0.8)) repeat scroll 0 0; /* FF3.6+ */
    background: -webkit-gradient(90deg, rgba(159,112,237,0.8), rgba(255,100,137,0.8)) repeat scroll 0 0; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, rgba(159,112,237,0.8), rgba(255,100,137,0.8)) repeat scroll 0 0; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, rgba(255,100,137,0.8), rgba(159,112,237,0.8)) repeat scroll 0 0; /* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(159,112,237,0.8), rgba(255,100,137,0.8)) repeat scroll 0 0; /* IE10+ */
    -moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.common-team .et_pb_member_social_links {
	display: none;
	 -moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.common-team:hover .et_pb_member_social_links {
	display: block;
	 -moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.common-team:hover .et_pb_member_social_links li:last-child {
	margin-right: 0 !important;
}


/* Our Testimonial Section */
.client-content .et_pb_testimonial_description{
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.client-content .et_pb_testimonial_description:before {
    border-left: 15px solid #ffffff;
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
	content: "";
	position: absolute;
	bottom: -60px;
	left: 50px;
}

/* Our Latest News Section */
.news-img {
	position: relative;
	z-index: 9;
	background-clip: padding-box;
	-webkit-backface-visibility: hidden;
	box-shadow: 1px 1px 1px transparent;
	outline: 1px solid transparent;
	-webkit-background-clip: padding-box;
	-webkit-transform-origin: 51% 51%; 
}
.news-img:before {
    background: rgba(0,0,0,0.5) linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0;
    background: -moz-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* FF3.6+ */
    background: -webkit-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0; /* Opera 11.10+ */
    background: -ms-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* IE10+ */
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: 0 auto;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	transform: translateZ(-1px) rotate(5deg);
   -webkit-transform: translateZ(-1px) rotate(5deg);
   -moz-transform: translateZ(-1px) rotate(5deg); 
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
	z-index: -1;
	background-clip: padding-box;
	-webkit-backface-visibility: hidden;
	box-shadow: 1px 1px 1px transparent;
	outline: 1px solid transparent;
	-webkit-background-clip: padding-box;
	-webkit-transform-origin: 51% 51%; 
}

body #page-container .et_pb_button.text-link:after {
	margin-left: 2px !important;
	left: auto;
	font-size: 24px !important;
	font-weight: 600;
	top: 5px;
	position: relative;
	
}


/* Subscribe Form Section */ 
.subscribe-form .et_bloom_success_checkmark {
	top: 0px;
}
.subscribe-form  p {
    padding-bottom: 0;
}
.subscribe-form .et_bloom_header_outer,
.subscribe-form .et_bloom_form_content:before {
	display: none;
}
.subscribe-form .et_bloom_inline_form {
	margin-top: 20px;
	margin-bottom: 0;
	display: block !important;
}
.subscribe-form .et_bloom_form_container,
.subscribe-form .et_bloom_form_container .et_bloom_form_content {
	background-color: transparent !important;
}
.subscribe-form .et_bloom_popup_input {
	width: 100%;
	padding-right: 0 !important;
	margin-bottom: 20px;
}
.subscribe-form .et_bloom_form_content .et_bloom_popup_input {
	padding-right: 0 !important;
}
.et_bloom .et_bloom_1_field p.et_bloom_popup_input {
	width: 100% !important;
}
.et_bloom .et_bloom_form_content button {
	width: 35% !important;
}
.et_bloom .et_bloom_form_container button,
.et_bloom .et_bloom_form_container.et_bloom_rounded input,
.et_bloom .et_bloom_form_container.et_bloom_rounded textarea,
.et_bloom .et_bloom_form_container.et_bloom_rounded .et_bloom_form_content #mc_embed_signup .button,
.et_bloom .et_bloom_form_container.et_bloom_rounded button,
.et_bloom .et_bloom_form_container.et_bloom_rounded button {
    border-radius:  0px 5px 5px 0 !important;
    -webkit-border-radius:  0px 5px 5px 0 !important;
    -moz-border-radius:  0px 5px 5px 0 !important;
} 
.subscribe-form .et_bloom_form_content button {
	width: 35% !important;
	background: rgba(0,0,0,0.5) linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0 !important;
    background: -moz-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0 !important; /* FF3.6+ */
    background: -webkit-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0 !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0 !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0 !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0 !important; /* IE10+ */
	border: 0 !important;
	position: absolute !important;
	right: 0;
	transition: 500ms ease-in;
	padding: 15px 40px !important;
	top: 0px;
	height: 57px;
}

.subscribe-form .et_bloom_form_content button:hover {
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.20);
}

.subscribe-form .et_bloom_form_content button span{
   color: #ffffff;
}
.subscribe-form .et_bloom_success_container.et_bloom_animate_success span.et_bloom_success_checkmark {
    opacity: 1;
    top: -50px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.subscribe-form .et_bloom_inline_form {
	margin: 0 !important;
	display: block;
}
.subscribe-form .et_bloom .et_bloom_inline_form {
    clear: both;
    margin: 0 0 !important;
    display: inline-block;
}
.subscribe-form .et_bloom_form_container .et_bloom_form_content {
    padding: 0 0 !important;
    padding-top: 0 !important;
}
.et_bloom .et_bloom_form_container .et_bloom_form_content .et_bloom_popup_input input {
	height: 57px;
	line-height: 57px;
	box-shadow: 0px 0px 6px -2px #898989;
	border-radius: 5px;
}
.et_bloom_animate_success span.et_bloom_success_checkmark {
    opacity: 1;
    top: -50px !important;
}
/* ----------- HOME PAGE END ---------------------------*/

/* ----------- ABOUT PAGE START ---------------------------*/

/* Counter Section */ 
.abt-div-counter i {
	font-size: 40px;
	color: #ffffff;
}


/* Our Team Section */
.common-team.abt-team .et_pb_team_member_description{
	bottom: -90px;
	left: 0;
	margin-bottom: 0;
	position: absolute;
	right: 0;
	text-align: center;
    background: rgba(0,0,0,0.5) linear-gradient(90deg, rgba(255,100,137,0.5), #ff6489) repeat scroll 0 0;
    background: -moz-linear-gradient(90deg, #ff6489, rgba(255,100,137,0.5)) repeat scroll 0 0; /* FF3.6+ */
    background: -webkit-gradient(90deg, #ff6489, rgba(255,100,137,0.5)) repeat scroll 0 0; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, #ff6489, rgba(255,100,137,0.5)) repeat scroll 0 0; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, rgba(255,100,137,0.5), #ff6489) repeat scroll 0 0; /* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, #ff6489, rgba(255,100,137,0.5)) repeat scroll 0 0; /* IE10+ */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 20px;
	margin: 0px auto 0 auto;
    -moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 90%;	
}

.common-team.abt-team:hover .et_pb_team_member_description {
    background: rgba(0,0,0,0.5) linear-gradient(90deg, rgba(255,100,137,0.8), rgba(159,112,237,0.8)) repeat scroll 0 0;
    background: -moz-linear-gradient(90deg, rgba(159,112,237,0.8), rgba(255,100,137,0.8)) repeat scroll 0 0; /* FF3.6+ */
    background: -webkit-gradient(90deg, rgba(159,112,237,0.8), rgba(255,100,137,0.8)) repeat scroll 0 0; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(90deg, rgba(159,112,237,0.8), rgba(255,100,137,0.8)) repeat scroll 0 0; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(90deg, rgba(255,100,137,0.8), rgba(159,112,237,0.8)) repeat scroll 0 0; /* Opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(159,112,237,0.8), rgba(255,100,137,0.8)) repeat scroll 0 0; /* IE10+ */
    -moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.common-team.abt-team .et_pb_member_social_links {
	display: none;
	 -moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.common-team.abt-team:hover .et_pb_member_social_links {
	display: block;
	 -moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
}
.common-team.abt-team ul.et_pb_member_social_links li a.et_pb_font_icon{	
	padding: 5px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	font-size: 16px;
	line-height: 24px;
}
.common-team.abt-team ul.et_pb_member_social_links li a.et_pb_facebook_icon{
	background-color: #3b5998;
}
.common-team.abt-team ul.et_pb_member_social_links li a.et_pb_twitter_icon{
	background-color: #55acee;
}
.common-team.abt-team ul.et_pb_member_social_links li a.et_pb_google_icon{
	background-color: #dc4e41;
}
.common-team.abt-team ul.et_pb_member_social_links li a.et_pb_linkedin_icon{
	background-color: #007ab9;
}
/* ----------- ABOUT PAGE END ---------------------------*/


/* ----------- SERVICE LIST PAGE START ---------------------------*/
/* Our Service Section */
.services-col-2 {
	position: relative;
	text-align: center;
	z-index: 9;
}
.services-col-2:before {
    background: rgba(0,0,0,0.5) linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0;
    background: -moz-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* FF3.6+ */
    background: -webkit-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0; /* Opera 11.10+ */
    background: -ms-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* IE10+ */
	bottom: 0;
	content: "";
	position: absolute;
	left: -40px;
	right: 0px;
	top: 55px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width:80px;
	height: 80px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
	z-index: 1;
}
.services-col-pg.et_pb_blurb {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 80px;
	border: 1px solid #f8f8f8;
	background-color: #ffffff;
}

.services-col-pg:hover.et_pb_blurb {
	box-shadow: 0px 0px 15px #f2f2f2;
	-webkit-box-shadow: 0px 0px 15px #f2f2f2;
	-moz-box-shadow: 0px 0px 15px #f2f2f2;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out
}
.services-col-pg:hover .services-col-2:before {
	width:80px;
	height: 80px;
    box-shadow: 0px 0px 8px #898989;
    -webkit-box-shadow: 0px 0px 8px #898989;
    -moz-box-shadow: 0px 0px 8px #898989;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.services-col-2-img {
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	bottom: 0;
	height: 80px;
	left: -40px;
	position: absolute;
	text-align: center;
	top: 68px;
	width: 80px;
	z-index: 9;
}
.services-col-2-img i {
	color: #ffffff;
	font-size: 50px;
	padding: 0px;
	line-height: 50px;
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	position: relative;
	z-index: 9;
}
/* ----------- SERVICE LIST PAGE END ---------------------------*/


/* ----------- SERVICE DETAIL PAGE START ---------------------------*/
/* Service Details Tab Inner column Style */
.tab-common.et_pb_section {
	padding: 0;
}
.tab-common .pad-top-0 {
	padding-top: 0 !important;
}
.tab-common .et_pb_row {
	padding: 0px 0;
	width: 100%;
}
.tab-common .et_pb_gutters4 .et_pb_column, 
.tab-common .et_pb_gutters4.et_pb_row .et_pb_column {
    margin-right: 3%;
}

.tab-common .et_pb_image_wrap {
	margin-bottom: 25px;
}
.tab-common ul {
	list-style: none;
}
.tab-common .pad-top-30 {
	padding-top: 30px;
}
.tab-common .pad-top-20 {
	padding-top: 20px;
}
.tab-common .pad-top-15 {
	padding-top: 15px;
}

.no-pad {
	padding: 0 !important;
}
.tab-common .content-top-space-40 {
	margin-top: 40px;
}
.tab-common .img-bottom-space-25 {
	margin-bottom: 15px;
}

.tab-common .details-list ul {
	display: table;
	padding-left: 0px;
}
.tab-common .details-list ul:last-child {
	margin-bottom: 0px;
	padding-bottom: 0;
}
.tab-common .details-list ul li{
	letter-spacing: 1px;
	font-weight: 400;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}
.tab-common .details-list ul li:first-child{
	width: 25px;
	vertical-align: top;
}
.tab-common .details-list i{
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size: 20px;
	color: #ff6489;
	line-height: 25px;
}


/* Service Details Tab Style */
.service-detail-tab.et_pb_tabs {
    border: 0;
}
.service-detail-tab .et_pb_tabs_controls li {
	border: 0;
    float: none;
	display: block;
    margin-bottom: 15px; 
}
.service-detail-tab .et_pb_tabs_controls li:last-child {
    margin-bottom: 0; 
}
.service-detail-tab .et_pb_all_tabs {
	display: table-cell;
	background-color: transparent;
}
.service-detail-tab ul.et_pb_tabs_controls {
	background-color: transparent;
	float: left;
	display: inline-block;
}
.service-detail-tab ul.et_pb_tabs_controls::after {
    border-top: 0;
}
.service-detail-tab .et_pb_tabs_controls li a{
	background-color: #f6f6f6;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 20px;
	color: #212529;
}
.service-detail-tab .et_pb_tabs_controls li.ser-nav-active a{
	background: rgba(0,0,0,0.5) linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0;
    background: -moz-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* FF3.6+ */
    background: -webkit-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0; /* Opera 11.10+ */
    background: -ms-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* IE10+ */
}
.service-detail-tab .et_pb_tabs_controls .ser-nav-active a {
    color: #ffffff !important;
}

/* ----------- SERVICE DETAIL PAGE END ---------------------------*/

/* ----------- PRICING PAGE START ---------------------------*/
.content-ul {
    padding-left: 0;
    margin-bottom: 0;
}
.content-ul li {
    list-style: none;
}
.price-list {
	margin-top: 20px;
}
.price-list ul {
	display: table;
	padding-left: 0px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.price-list ul li {
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}
.price-list ul li:first-child {
	width: 30px;
	vertical-align: top;
}
.price-list i {
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size: 18px;
	color: #ff6489;
	line-height: 25px;
}
/* ----------- PRICING PAGE END ---------------------------*/

/* ----------- TEAM PAGE START ---------------------------*/
.experts-img .et_pb_image_wrap  {   
	position: absolute;
	left: 30px;
	top: 30px;
}
.experts-icon.et_pb_social_media_follow li a.icon::before {
    display: block;
    position: relative;
    z-index: 10;
    width: auto;
    height: 32px;
    color: #212529;
    font-size: 16px;
    line-height: 32px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    padding-right: 10px;
}
.experts-website i,
.experts-call i {
	padding-right: 15px;
}
.experts-website i,
.experts-call i {
    color: #ff6489;
}
/* ----------- TEAM PAGE END ---------------------------*/

/* ----------- FAQ PAGE START ---------------------------*/
.faq-list {
	margin-top: 20px;
}
.faq-list ul {
	display: table;
	padding-left: 0px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.faq-list ul:last-child {
	margin-bottom: 0;
}
.faq-list ul li {
	letter-spacing: 1px;
	font-weight: 600;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}
.faq-list ul li a{
	color: #898989;
}

.faq-list-1 ul li a{
	color: #ffffff;
}
.faq-list ul li:first-child {
	width: 30px;
	vertical-align: top;
}

.pad-10-lr {
	padding: 0 10px;
}
.faq-list.mar-top-0 {
	margin-top: 0;
}
.faq-list i {
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size: 18px;
	color: #ff6489;
	line-height: 25px;
}

.faq-common .et_pb_toggle_open .et_pb_toggle_title {
	border-bottom: 1px solid #ff6489;
}

.faq-common .et_pb_accordion .et_pb_toggle_title::before, 
.faq-common .et_pb_toggle .et_pb_toggle_title::before {
    right: 0;
    left: auto;
}
.faq-common .et_pb_toggle_title::before {
    position: absolute;
    top: 7px;
    right: 0;
    margin-top: -0.5em;
    color: #fff;
    content: "\e050";
    padding: 10px 10px;
    background-color: #ff6489;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
	border-radius: 0 5px 5px 0px;
}

/* ----------- FAQ PAGE END ---------------------------*/

/* ----------- PORTFLIO LIST PAGE START ---------------------------*/
.portfolio-pg-div {
	position: relative;
}
.portfolio-pg-img {
	position: relative;
}
.portfolio-pg-img .et_pb_image_wrap:before {
    background: rgba(0,0,0,0.5) linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0;
    background: -moz-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* FF3.6+ */
    background: -webkit-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0; /* Opera 11.10+ */
    background: -ms-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* IE10+ */
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
	height: 100%;
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
	z-index: -1;
}

.portfolio-pg-content {
	background-color: rgba(255,255,255,0.9);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 60px 20px;
	position: absolute;
	top: 45px;
	margin: 0 auto !important;
	left: 0;
	right: 0;
	bottom: 45px;
	opacity: 0;
	width: 80%;
	z-index: 9;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.portfolio-pg-div:hover .portfolio-pg-content {
	opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
body #page-container .portfolio-pg-content.et_pb_slider .et_pb_slide .et_pb_button_wrapper a.et_pb_more_button.et_pb_button, 
body #page-container .portfolio-pg-content.et_pb_slider .et_pb_slide .et_pb_button_wrapper a.et_pb_more_button.et_pb_button:hover {
	padding: 15px 40px 15px 40px !important;
}
/* ----------- PORTFLIO LIST PAGE END ---------------------------*/

/* ----------- PORTFLIO DETAILS PAGE START ---------------------------*/
/* PORTFOLIO DETAILS START */	
.portfolio-details {
	background-color: #f6f6f6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 40px 30px;
}
.details-top-space {
	margin-top: 10px;
}
.portfolio-details p {
	padding-bottom: 0;
}
.portfolio-details p span {
	font-size: 14px;
	letter-spacing: 1px;
}
.portfolio-details p span:first-child {
	float: left;
	font-weight: 600;
	width: 52%;
}
.portfolio-details p span:nth-child(2) {
	float: left;
	width: 20px;
}
.portfolio-details p span:nth-child(3) {
	float: left;
	width: 42%;
}
.content-top-space {
	padding-top: 10px;
}
.details-list,
.portfolio-list {
	margin-top: 20px;
}
.details-list ul,
.portfolio-list ul {
	display: table;
	padding-left: 0px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.details-list ul:last-child,
.portfolio-list ul:last-child {
	margin-bottom: 0px;
}
.details-list ul li,
.portfolio-list ul li {
	letter-spacing: 1px;
	font-weight: 400;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}
.details-list ul li:first-child,
.portfolio-list ul li:first-child {
	width: 25px;
	vertical-align: top;
}
.details-list i,
.portfolio-list i {
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size: 20px;
	color: #ff6489;
	line-height: 25px;
}
.portfolio-details-content {
	padding-top: 45px;
}
.et_pb_row .et_pb_column.single-port-column {
	margin-right: auto !important;
}
/* PORTFOLIO DETAILS END */

/* ----------- PORTFLIO DETAILS PAGE END ---------------------------*/

/* ----------- CONTACT PAGE START ---------------------------*/
.contact-bg .et_parallax_bg {
	background-attachment: fixed;
	transform: none !important;
}
.content-top p {
	padding-bottom: 0;
	margin-bottom: 10px;
}
.content-top p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.contact-form .et_pb_contact_field_options_list  span {
	display: inline-block;
	margin-right: 15px;
}
.contact-form .et_pb_contact_field_radio label{
	cursor: pointer;
	letter-spacing: 1px;
	text-align: center;
    background-color: #ffffff;
    border:0;
	box-shadow: 0px 0px 6px -2px #999999;
	-webkit-box-shadow: 0px 0px 6px -2px #999999;
	-moz-box-shadow: 0px 0px 6px -2px #999999;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #898989;
	font-weight: 400;
	padding: 10px;
	width: 120px;
    height: 50px;
}
.contact-form.et_pb_contact_form_container .input[type="radio"] + label i {
	display: none;
}
.contact-form.et_pb_contact_form_container .input[type="radio"]:checked + label{
	 background-color: #898989;
	color: #ffffff !important;
}
body #page-container .contact-form.et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button, 
body #page-container .contact-form.et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_button:hover {
	padding: 15px 40px !important;
	margin-left: 0 !important;
	background: rgba(0,0,0,0.5) linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0;
    background: -moz-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* FF3.6+ */
    background: -webkit-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0; /* Opera 11.10+ */
    background: -ms-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* IE10+ */
}
.contact-form.et_pb_contact_form_container .et_contact_bottom_container {
	margin: 0 auto;
	display: table;
	float: none;
}
.contact-form.et_pb_contact_form_container .et_pb_contact_field_options_title {
    margin-bottom: .5em;
    font-weight: 400;
}
.contact-form.et_pb_contact_form_container p.et_pb_contact_field {
	margin-bottom: 30px;
}
.contact-form.et_pb_contact_form_container .et-pb-contact-message ul {
	padding-bottom: 10px;
}
.sep.section {
	display: none;
}
/* ----------- CONTACT PAGE END ---------------------------*/

/* --------------------------- 404 PAGE START --------------------------- */
.error404 #main-content .container, 
.error404 #content-area, 
.error404 #left-area {
 padding: 0;
 margin: 0;
 width: 100%;
 max-width: none;
}
.error404 #sidebar {
 display: none;
}
.error404 .et_pb_post:last-child {
margin-bottom: 0;
}
/* --------------------------- 404 PAGE END --------------------------- */

/* ----------------- NORMAL PAGE VIEW START ----------------- */
#left-area {
    padding-bottom: 23px;
    width: 64.833%;
    margin-right: 5.5%;
    padding-right: 0 !important;
}
#sidebar {
    width: 29.667%;
    margin-right: 0 !important;
    padding-left: 0 !important;
}
/* ----------------- NORMAL PAGE VIEW END ----------------- */

/* ----------------- BLOG PAGE START ----------------- */
.et_pb_widget {
    float: none;
    max-width: 100%;
}
.common_widget.et_pb_module {
	margin-bottom: 0 !important;
}
.et_pb_post .entry-featured-image-url {
    margin-bottom: 20px;
}
.digitalagency_blog_content .et_pb_post,
.common_post .et_pb_post,
.single .et_pb_post,
body.search #left-area .entry {
	background-color: #f9f9f9;
	padding: 20px 20px;
	border-radius: 5px;
}
.et_pb_post {
    margin-bottom: 30px;
}
#main-content .pagination .alignright a,
#main-content .pagination .alignleft a {
	margin-top: 30px;
}

.pagination div a {
	display: inline-block;
	border: 2px solid #ff6489;
	border-radius: 3px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 8px 15px;
	text-transform: uppercase;
}
.pagination a,
#main-content .alignright a,
#main-content .alignleft a  { 
	background: rgba(0,0,0,0.5) linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0;
    background: -moz-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* FF3.6+ */
    background: -webkit-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0; /* Opera 11.10+ */
    background: -ms-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* IE10+ */
    display: inline-block;
	border: 0;
	border-radius: 5px;
	color: #ffffff;
	font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 8px 15px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* ----------------- BLOG PAGE END ----------------- */
/* ----------------- SINGLE BLOG PAGE START ----------------- */
/* SINGLE POST */
.post-content-top {
	margin-top: 40px;
}
.blog-content-top-space {
	padding-top: 10px;
}
.blockquote {
	border-left: 2px solid #ff6489;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: 30px;
}
.details-list ul {
	padding: 0 !important;
}
.blog-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.width-50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	padding-right: 15px;
    padding-left: 15px;
}

body.single .digitalagency_blog_content .et_pb_post .width-50 img {
    margin-bottom: 0;
}
#main-content {
    background-color: #f5f5f5;
}
.digitalagency_blog_content #left-area{
	padding-right: 0;
	width: 64.833%;	
	padding-bottom: 0;
}
.digitalagency_blog_content #sidebar{
	padding-left: 0;
	margin-right: 0;
	width: 29.666%;	
}
#sidebar{
	float: right
}
article.et_pb_post:last-of-type {
    margin-bottom: 0;
}
.digitalagency_blog_content .entry p{
	padding-top: 0;
}
body.single .digitalagency_blog_content .et_pb_post img {
    margin-bottom: 20px;
}
.et_pb_blog_0 .et_pb_post .post-content {
	color: #ffffff;
}
body.single-post article .entry-content .et_pb_section,
body.single-post article .entry-content .et_pb_section  .et_pb_row {
    padding:0;
}
body.single-post article.et_pb_post .entry-content {
    padding-top: 0px;
}
body.single-post #respond {
	padding-top:0px;
}
.digitalagency_blog_content .form-submit .submit.et_pb_button {
	background: rgba(0,0,0,0.5) linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0;
    background: -moz-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* FF3.6+ */
    background: -webkit-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0; /* Opera 11.10+ */
    background: -ms-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* IE10+ */
    border: 0;
    color: #ffffff !important;
	border-radius: 5px;
	letter-spacing: 1px;
	font-size: 16px !important;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	display: inline-block;	
	padding: 15px 40px;
	text-transform: uppercase;
}
#commentform {
    padding-bottom: 0;
}
.digitalagency_blog_content #sidebar {
    padding-bottom: 0px;
}
body.single-post article .et_pb_post .entry-content {
    padding-top: 0;
}
.et_pb_post .post-meta {
    margin-bottom: 10px;
	margin-top: 5px;
}
.single .et_pb_post:last-child{
    padding-bottom: 25px;
}
.digitalagency_blog_content .logged-in-as a {
	color: #ff6489;
}
.digitalagency_blog_content #comment-wrap {
    padding-top: 20px;
}
.digitalagency_blog_content #commentform.comment-form input, 
.digitalagency_blog_content #commentform.comment-form textarea { 
    color: rgb(153, 153, 153);
    font-size: 16px !important;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 600;
	line-height: 26px !important;
	letter-spacing: 1px; 
	border-radius: 5px;
}
.digitalagency_blog_content #commentform input[type=email], 
.digitalagency_blog_content #commentform input[type=text], 
.digitalagency_blog_content #commentform input[type=url] {
    width: 100%;
}
#main-content .container::before {
    background-color: transparent;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
}
#main-content .container {
    padding-top: 100px;
	padding-bottom: 100px;
}
#main-content.digitalagency_blog_content h2.entry-title {
	padding-bottom: 0 !important;
}
body.search-no-results #main-content #left-area .entry h1 {
	padding-bottom: 5px;
}
#main-content.digitalagency_blog_content .comment-reply-title,
#main-content.digitalagency_blog_content h2.entry-title,
#main-content.digitalagency_blog_content h1.entry-title,
#main-content.single-post .et_post_meta_wrapper h1.entry-title,
.et_bloom h2.et_bloom_success_message,
body.search-no-results #main-content #left-area .entry h1 {
	font-size: 26px;
	color: #333333;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 36px;
}
#main-content.digitalagency_blog_content .post-meta,
#main-content.digitalagency_blog_content .post-meta a,
#main-content.digitalagency_blog_content .post-meta span { 
    color: #ff6489;
    font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 25px;
}

#left-area .post-meta {
    padding-bottom: 0;
}

a.more-link {
	background-color: transparent;
	border: 0;
	color: #ff6489;
	position: relative;
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 15px;
	display: table !important;
	text-transform: uppercase
}
a.more-link:after {
	line-height: 32px !important;
    font-size: 14px !important;
    opacity: 1;
    margin-left: 10px !important;
    left: auto;
	position: absolute;
	text-shadow: none;
	font-family: fontawesome;
	font-weight: 400;
	text-transform: none;
	content: "\f054";
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
a.more-link:hover {
	color: #333333;
	transition: 500ms ease-in;
}
.single-post .comment-reply-link {
	background-color: transparent;
	border: 0;
	color: #ff6489;
	font-size: 16px;
    font-weight: 600;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	transition: 500ms ease-in;
	padding: 0 !important;
	position: relative;
}
.single-post .comment-reply-link:hover {
	padding: 0 !important;
}
.single-post .comment-reply-link:after {
	display: none;
}

.single-post .et_post_meta_wrapper h1.entry-title {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 30px;
	padding-bottom:0;
}
.single-post h1#comments.page_title {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 30px;
	padding-bottom: 10px;
}
.single-post .comment-respond h3.comment-reply-title{
	font-size: 20px;
	font-family: 'Fira Sans', sans-serif;
	color: #333333;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 30px;
	padding-bottom:0;
}
#commentform .comment-form-comment {
	line-height: 0;
}
#commentform p {
	padding-bottom: 15px !important;
}
#commentform p.comment-form-url,
#commentform p:last-child {
	padding-bottom: 0px !important;
}
#commentform .form-submit {
	margin-top: 20px;
}
#commentform div.error {
	color: #ff0000;
	padding-top: 5px;	
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	letter-spacing: 1px;
}

#commentform input[type="text"].error,
#commentform input[type="email"].error,
#commentform textarea.error {
	border: 1px solid #ec3c06;
}
#commentform input[type=text]::placeholder {
   color:#666666;
	opacity: 1; 
}

#commentform input[type=text]::-webkit-input-placeholder {
   color:#666666;
	opacity: 1; 
}

#commentform input[type=text]:-moz-placeholder { /* Firefox 18- */
   color:#666666;
	opacity: 1; 
}

#commentform input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   color:#666666;
	opacity: 1; 
}

#commentform input[type=text]:-ms-input-placeholder {  
   color:#666666;
	opacity: 1; 
}
/* ----------------- SINGLE BLOG PAGE END ----------------- */
/* ----------------- SIDEBAR WIDGET STYLE START ----------------- */

/* Widget Title */
.et_pb_widget.widget_rs a.rsswidget,
.et_pb_widget_area h4,
.et_pb_widget_area h4 a {  	
	margin-bottom: 0;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600 !important;
	font-size: 26px !important;
	color: #212529 !important;
	letter-spacing: 1px;
	line-height: 36px !important;
}
.et_pb_widget .widgettitle {
	padding: 0 0 10px 0;
	position: relative;
	margin-bottom: 20px;
}
.et_pb_widget .widgettitle:before{
	background-color: #ff6489;
	bottom: 0;
	content: "";
	position: absolute;
	height: 2px;
	width: 50px;
}

.et_pb_widget_area h4 > span {
	margin-right: 15px;
	vertical-align: text-top;
}
.et_pb_widget_area h4 > span > img{
	max-width: 30px;
	max-height: 30px;
}
#wp-calendar caption{
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 32px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0;
}

#wp-calendar th{
	font-weight: normal;
}

#wp-calendar #next a, 
#wp-calendar #prev a {
    font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	text-decoration: none;
}

.et_pb_widget_area .et_pb_widget{
	margin-bottom: 30px;
}

.et_pb_widget_area .et_pb_widget:last-child{
	margin-bottom: 0;
}

.et_pb_widget_area .et_pb_widget ul{
	padding-left: 0;
}

.et_pb_widget_area .et_pb_widget ul.sub-menu{
	padding-top: 5px;
	padding-left: 8px;
}

.et_pb_widget_area .et_pb_widget li{
	list-style: none;
	margin-bottom: 15px;
}

.et_pb_widget ul li ul li {
    margin-left: 20px;
    margin-bottom: 10px !important;
}
.et_pb_widget ul li ul li:last-child {
    margin-bottom: 0 !important;
}

.et_pb_column .common_widget .et_pb_widget {
	margin-bottom: 30px;
}
.et_pb_column .common_widget .et_pb_widget:last-child {
	margin-bottom: 0;
}

/* Widget Title */
.et_pb_widget_area .et_pb_widget {
	border-bottom: 1px solid #eeeeee;
	border-radius: 0;
	padding-bottom: 30px;
}

.et_pb_widget_area .et_pb_widget:last-child {
	border-bottom: 0;
	border-radius: 0;
	padding-bottom: 0;
}

#sidebar .et_pb_widget:last-child {
    float: none;
    width: 100%;
    margin-bottom: 0;
}

.et_pb_widget_area .et_pb_widget{
	position: relative;
}

.et_pb_widget_area .et_pb_widget .title{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-top: 10px;
}

.et_pb_widget_area  .et_pb_widget .spacer{
	height: 25px;
}

.et_pb_widget_area .widget_media_audio .et_pb_widget .spacer,
.et_pb_widget_area .widget_media_video .et_pb_widget .spacer{
	height: 40px;
}

.et_pb_widget_area  .et_pb_widget select{
	margin-top: 15px;
}

/* Widget Content Typo */
.tagcloud a, 
.et_pb_widget_area .et_pb_widget li, 
.et_pb_widget_area .et_pb_widget p, 
.et_pb_widget_area .et_pb_widget a,
.et_pb_widget_area .et_pb_widget li,
.et_pb_widget_area .et_pb_widget p,
.et_pb_widget_area .et_pb_widget a {
	color: #898989;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
}
.tagcloud a {
	font-size: 16px !important;
}
.et_pb_widget_area .et_pb_widget > ul > li,
.et_pb_widget_area .et_pb_widget ul.menu > li{
	padding-bottom: 0;
}

.et_pb_widget_area .et_pb_widget > ul > li:before,
.et_pb_widget_area .et_pb_widget ul.menu > li:before {
	content: "\f101";
	font-family: Fontawesome;
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 20px;
    color: #ff6489;
    line-height: 31px;
	margin-right: 10px;
}

.et_pb_widget_area .widget_rss .et_pb_widget > ul > li:before {
	content: "";
	font-size: 0;
	margin-right: 0;
}

.et_pb_widget_area .et_pb_widget > ul > li:last-child,
.et_pb_widget_area .et_pb_widget ul.menu > li:last-child {
    padding-bottom: 0;
	border: 0;	
}

.et_pb_widget_area .et_pb_widget > ul > li:hover > a > :not(ul),
.et_pb_widget_area .et_pb_widget > ul > li:hover:before,
.et_pb_widget_area .et_pb_widget ul.menu > li:hover > a > :not(ul),
.et_pb_widget_area .et_pb_widget ul.menu > li:hover:before  {
    color: #ff6489;
}
.et_pb_widget_area .et_pb_widget ul.menu ul.sub-menu  {
	padding-left: 15px;
}

.et_pb_widget_area select,
.footer-widget .fwidget select{
	width: 100%;
	padding: 6px 8px;
	height: 35px;
}

/* ========= WIDGET SEARCH ========= */
.et_pb_widget_area .widget_search .spacer{
	height: 50px;
}
.et_pb_widget_area .widget_search input#s {
    height: 40px;
    margin: 0;
    padding: 10px 20px;
    border: 1px solid #ddd;
    color: #666666;
    font-size: 14px;
	background-color: transparent;
    line-height: normal;
	border-radius: 5px;
}

.et_pb_widget_area .widget_search #searchsubmit {
    background-color: #ff6489;
	border: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
	font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
	text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
	transition: 300ms ease-in;
}
/* ========= WIDGET TEXT ========= */

.et_pb_widget_area .widget_text .textwidget select{
	width: 100%;
	overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

.et_pb_widget_area .widget_text .textwidget select option{
	width: 200px;
	overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

/* ========= WIDGET RSS ========= */
.et_pb_widget_area .widget_rss li a.rsswidget{
	color: #898989;
	display: inline;
	clear: right;
}
.et_pb_widget_area .widget_rss li:before {
	display: none;
}
.et_pb_widget_area .widget_rss li .rss-date{
	color: #666666;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 5px;
}

/* ========= WIDGET CALENDER ========= */
.et_pb_widget_area #wp-calendar {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 0;
}

.et_pb_widget_area #wp-calendar th,
.et_pb_widget_area #wp-calendar td a{
	color: #333333;
}

.et_pb_widget_area #wp-calendar th,
.et_pb_widget_area #wp-calendar td{
	text-align: center;
	padding: 3px;
}
.entry-content tr td, 
body.et-pb-preview #main-content .container tr td {
   border-top: 0;
}
.entry-content table, 
body.et-pb-preview #main-content .container table {
   border: 0;
}

.et_pb_widget_area #wp-calendar th,
.et_pb_widget_area #wp-calendar #prev,
.et_pb_widget_area #wp-calendar #next {
	padding-top: 0;
}

.et_pb_widget_area #wp-calendar #prev {
	text-align: left;
}

.et_pb_widget_area #wp-calendar #next {
	text-align: right;
}

/* ========= WIDGET RECENT POSTS ========= */
.et_pb_widget_area .recent-section  > .widget_recent_entries  > ul {
	padding-left: 15px;
}

.widget_recent_entries  li {
	list-style: none;
}

.et_pb_widget_area .single-article {
	margin-bottom: 20px;
}

.et_pb_widget_area .single-article:last-child {
	margin-bottom: 0;
}

.et_pb_widget_area .post-img {
	float: left;
	margin-right: 15px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	width: 30%;
}

.et_pb_widget_area .post-img {
	width: 85px;
}

.et_pb_widget_area .post-img  img{
	width: 100%;
	height: 60px;
}

.et_pb_widget_area .recent_posts_cnt {
	padding-left: 0;
	float: left;
	width: 63%;
}

.et_pb_widget_area .recent_posts_cnt p {
	height: 30px;
	overflow: hidden;
	padding-bottom: 5px;
	margin-bottom: 0;
}

.et_pb_widget_area .entry-meta.recent-date  ul{
	float: left;
    margin-right: 15px;
	padding-left: 0;
}

.et_pb_widget_area .entry-meta.recent-date  li{
	display: inline-block;
	padding-right: 5px;
}
.et_pb_widget_area .entry-meta.recent-date .post-date {
	float: left;
	margin-right: 10px;
}

.et_pb_widget_area .entry-meta.recent-date .post-comments img ,
.et_pb_widget_area .entry-meta.recent-date .post-date img {
	padding-right: 5px;
}

.et_pb_widget_area .entry-meta.recent-date .post-comments,
.et_pb_widget_area .entry-meta.recent-date .post-date {
	font-size: 14px;
	letter-spacing: 1px;
}


/* ========= WIDGET ADD BANNER ========= */
.et_pb_widget_area .et_pb_widget .sab-description{
	margin-top: 10px;
	line-height: 22px;
}

.et_pb_widget_area .et_pb_widget .sab-link{
	margin-top: 10px;
}

/* ========= WIDGET ABOUT AUTHOR ========= */
.et_pb_widget_area .insight_widget_about_author .about-img,
.et_pb_widget_area .insight_widget_about_author .about-img img {
	text-align: center;
	max-width: 100%;
}

.et_pb_widget_area .insight_widget_about_author p {
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: left;
}

.et_pb_widget_area .insight_widget_about_author p.readmore {
	text-align: center;
	margin: 10px 0 0 0;
}

/* ========= WIDGET CATEGORIES ========= */
.et_pb_widget_area .underline{
	border-bottom: 1px dotted #666666;
}

.et_pb_widget_area .tags-section ul,
.et_pb_widget_area .categories-inner ul {
	padding-left: 0;
}

.et_pb_widget_area .categories-inner > ul > li {
	display: inline-block;
	margin-right: 5px;
}

.et_pb_widget_area .widget_categories label{
	margin-right: 10px;
	margin-bottom: 5px;
}

.et_pb_widget_area .widget_categories li.categories-inner{
	margin-bottom: 0;
	padding-bottom: 0;
}

.et_pb_widget_area .widget_categories .cat-item ul.children{
	margin-top: 10px;
	padding-left: 15px;
}


/* ========= WIDGET TAG CLOUD ========= */
.widget_tag_cloud .tagcloud a {
	background-color: #f3f3f3;
	border: 1px solid #dddddd;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
	color: #898989;
	border-radius: 3px;
	display: inline-block;
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	padding: 5px 10px;
	transition: 300ms ease-in;
}
.widget_tag_cloud .tagcloud a:hover {
	border: 1px solid #ff6489;
	transition: 300ms ease-in;
	color: #ff6489 !important;
}
.et_pb_widget_area .widget_tag_cloud .tagcloud a:last-child{
	margin-bottom: 5px;
	padding: 5px 10px;
}

/* widget reset margin */
.et_pb_widget_area .et_pb_widget ul,
.et_pb_widget_area .et_pb_widget li:last-child,
.et_pb_widget_area .et_pb_widget p:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}

/* widget page */
.et_pb_widget_area .widget_pages .page_item ul.children{
	margin-top: 5px;
	padding-left: 15px;
}
/* contact us widget */
.ciw_contactinformation{
	float: none;
	margin-top: 15px;
}
.ciw_contactinformation .ciw_contact_address{
	padding-top: 0;
}

.ciw_contactinformation  .ciw_company_name{
	padding-bottom: 10px;
}

.ciw_contactinformation  .ciw_company_name:empty{
	display: none;
}
/* ========= WIDGET CONTACT INFO ========= */

.et_pb_widget_area .pbt-ciw-ul > li:before{
	content: '';
	font-size: 0;
	margin-right: 0;
}

.et_pb_widget_area .pbt-ciw-ul > li h4{
	margin-top: 0;
}

.et_pb_widget_area .pbt-social-icons > li{
	display: inline-block;	
	margin-right: 15px;
	margin-bottom: 0;
}
.et_pb_widget_area .pbt-social-icons > li:last-child{
	margin-right: 0;
}
.et_pb_widget_area .pbt-social-icons  > li a{ 
	min-width: 45px;
	min-height: 45px;
	line-height: 45px;
	background-color: #ffffff;
	border-radius: 50%;
	display: block;
	font-size: 18px;
	text-align: center;
}
.et_pb_widget_area .pbt-ciw-li .icon-div,
.et_pb_widget_area .pbt-ciw-li .text-div{
	display: table-cell;	
}
.et_pb_widget_area .pbt-ciw-ul li .icon-div{
	min-width: 35px;
	padding-right: 10px;
	text-align: left;
} 
.et_pb_widget_area .pbt-ciw-li .icon-left i{
	font-size: 26px;
}
.et_pb_widget_area .pbt-social-icons  li i{ 	
	font-size: 18px;	
	color: #333333;
}
.et_pb_widget_area .pbt-social-icons  > li a:hover,
.et_pb_widget_area .pbt-social-icons  > li a:hover i{ 
	background-color: #ff6489;
	color: #ffffff;
}
/* Categories List */
.et_pb_widget_area .widget_categories .cat-item  .post_count,
.et_pb_widget_area .widget_archive .post_count{
	float: right;
	background-color: #ff6489;
	color: #ffffff;
	width: 30px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	border-radius: 12px;	
}
/* About Us Custom HTML Widget */
.content-top-space {
	padding-top: 10px;
}
p.content-top-space {
	padding-bottom: 0 !important;
}
.readmore {
    color: #ff6489 !important;
	font-family: 'Fira Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.readmore i {
	padding-left: 10px;
}
.readmore:hover {
    color: #212529 !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* ----------------- SIDEBAR WIDGET STYLE END ----------------- */

/* ----------------- FOOTER WIDGET START ----------------- */
#main-footer{
	background-color: #ffffff;	
}

#main-footer .container{ 
	border-bottom: 1px solid #dcdcdc;
}
#footer-widgets {
	padding-bottom: 40px;
    padding-top: 100px;
}
#main-footer #footer-widgets .footer-widget{
	margin-bottom: 0;
}
.footer-widget .fwidget {
	margin-bottom: 30px !important;
}
.footer-widget .fwidget h4.title,
.footer-widget .fwidget h4.title a{
    font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	font-size: 26px;
	color: #212529;
	letter-spacing: 1px;
	line-height: 36px;
	margin-bottom: 15px;
}
body #page-container .footer-widget .fwidget h4.title a.rsswidget {
	font-size: 26px !important;
	line-height: 36px !important;
	font-weight: 600 !important;
	color: #212529 !important;
}
.footer-widget .fwidget a.rsswidget {
	border-bottom: 0 !important;
}
.footer-widget .fwidget ul{
	padding-left: 0;
	margin-top: 0;
}
.footer-widget .fwidget ul.sub-menu{
	padding-top: 5px;
	padding-left: 2px;
}
.footer-widget .fwidget li{
	list-style: none;
	margin-bottom: 10px;
	padding-left: 0;
}
#footer-widgets .footer-widget li:before {
	background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: Fontawesome;
	font-size: 18px;
	top: 0;
	left:0;
	border: 0;
	position:absolute;
}
#footer-widgets .footer-widget li::before {
    content: "\f101";
}

.footer-widget .fwidget ul > li > ul >li:before {
    display: none;
}
.footer-widget .fwidget ul > li > ul >li{
    padding-left: 0;
}
#footer-widgets .footer-widget li {
	padding-left: 20px;
}
#footer-widgets .footer-widget li li {
	padding-left: 0px !important;
}
#footer-widgets .footer-widget .social-icons li:first-child {
	padding-left: 0;
}
#footer-widgets .footer-widget .social-icons li {
	padding-left: 10px;
}
#footer-widgets .footer-widget li:last-child {
	margin-bottom: 0px;
}
/* Footer One Widget Content Typo */
#footer-widgets .footer-widget a,
#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget li,
#footer-widgets .footer-widget span,
#footer-widgets .footer-widget label,
#footer-widgets .footer-widget li a,
#footer-widgets .footer-widget p,
#footer-widgets .footer-widget div{
	color: #898989 !important;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 1px;
	transition: 500ms ease-in;
}

#footer-widgets .footer-widget .about-content p {
	letter-spacing: 0 !important;
}

#footer-widgets .footer-widget p.wp-caption-text {
	color: #898989;
}
#footer-widgets .footer-widget a:hover,
#footer-widgets .footer-widget li a:hover,
.footer-widget .fwidget li a:hover,
.footer-widget .fwidget .readmore a,
.footer-widget .fwidget .sab-link a{
	color: #ff6489 !important;
}

.footer-widget .fwidget label{
	margin-right: 10px;
}
/* ========= FOOTER - WIDGET ABOUT ME ========= */
.footer-widget .fwidget.widget_aboutmewidget img#about-image {
    float: left;
    margin: 3px 8px 15px 0;
}
/* ========= FOOTER - WIDGET SEARCH ========= */
.footer-widget .fwidget .searchform input#s{
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
	border-radius: 5px;
	color: #898989;
}
.footer-widget .fwidget .searchform #searchsubmit {
   background-color: #ff6489;
	border: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
	text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: 700;
	transition: 300ms ease-in;
}
/* ========= FOOTER - WIDGET TEXT ========= */
.footer-widget .fwidget.widget_text .textwidget img{
	max-width: 100%;
	height: auto;
}

.footer-widget .fwidget.widget_text .textwidget select{
	width: 100%;
	overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

.footer-widget .fwidget.widget_text .textwidget select option{
	width: 120px;
	overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    -webkit-appearance: none;
}

/* ========= FOOTER - WIDGET RSS ========= */
.footer-widget .fwidget.widget_rss li a.rsswidget{
	color: #ff6489;
	display: block;
	clear: right;
}
.footer-widget .fwidget.widget_rss li:before {
	display: none;
}
.footer-widget .fwidget.widget_rss li {
	padding-left: 0 !important;
}
.footer-widget .fwidget.widget_rss li .rss-date{
	font-size: 13px;
	font-style: italic;
	margin-bottom: 5px;
}

/* ========= FOOTER - WIDGET CALENDER ========= */
.footer-widget .fwidget #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
.footer-widget .fwidget #wp-calendar th,
.footer-widget .fwidget #wp-calendar td{
	text-align: center;
	padding: 3px;
}
.footer-widget .fwidget #wp-calendar caption {
    color: #898989;
}
.footer-widget .fwidget #wp-calendar th,
.footer-widget .fwidget #wp-calendar td a{
	color: #898989;
}

.footer-widget .fwidget #wp-calendar td{
	color: #898989;
}
.footer-widget .fwidget #wp-calendar th,
.footer-widget .fwidget #wp-calendar #prev,
.footer-widget .fwidget #wp-calendar #next {
	padding-top: 0;
}
.footer-widget .fwidget #wp-calendar #prev {
	text-align: left;
	text-decoration: none;
}
.footer-widget .fwidget #wp-calendar #next {
	text-align: right;
	text-decoration: none;
}

/* ========= FOOTER - WIDGET CATEGORIES ========= */
.footer-widget .fwidget .underline{
	border-bottom: 1px dotted #999999;
}

.footer-widget .fwidget .categories-inner > ul > li {
	display: inline-block;
	margin-right: 5px;
}
.footer-widget .fwidget .widget_categories  li img{
	padding-right: 5px;
	padding-bottom: 4px
}
.footer-widget .fwidget .widget_categories .underline{
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
}
.footer-widget .fwidget .widget_categories ul li:last-child  p.underline{
    border-bottom: 0;
}
.footer-widget .fwidget .widget_categories li.categories-inner{
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer-widget .fwidget .widget_categories ul.children,
.footer-widget .fwidget .widget_pages  .page_item ul.children{
	margin-top: 10px;
	padding-left: 15px;
}

/* ========= FOOTER - WIDGET TAG CLOUD ========= */
.footer-widget .fwidget .widget_tag_cloud .tagcloud li  a{
	font-size: 13px;	
	color: #ffffff;
}

/* ========= FOOTER - SOCIAL ICON IMAGE ========= */
.footer-icon {
	margin-bottom: 0;
	margin-top: 30px !important;
}
.footer-icon li {
    list-style: none;
    display: inline-block;
}
.footer-icon li:before {
	display: none;
}
#footer-widgets .footer-widget .footer-icon li i {
	color: #ffffff !important;
}
.footer-icon li a {
    background: rgba(0,0,0,0.5) linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0;
    background: -moz-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* FF3.6+ */
    background: -webkit-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(130deg, #ff6489, #9f70ed) repeat scroll 0 0; /* Opera 11.10+ */
    background: -ms-linear-gradient(130deg, #9f70ed, #ff6489) repeat scroll 0 0; /* IE10+ */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	color: #ffffff;
	padding: 10px 15px;
}
.footer-icon.footer-left-pad li {
    padding-left: 5px !important;
	margin-bottom: 0 !important;
}
.footer-icon.footer-left-pad,
.footer-icon.footer-left-pad li:first-child {
    padding-left: 0 !important;
}

/* ========= FOOTER - CONTACT US & Our Services & Our Links ========= */
.footer-widget .fwidget .footer-contact i {
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size: 25px !important;
	color: #ff6489;
	text-align: left;
	line-height: 25px;
	vertical-align: middle;
	width: 40px;
}
.left-pad {
	padding-left: 15px;
}
.links-bottom,
.footer-contact-bottom {
	margin-bottom: 15px;
}
.footer-links-col i {
    background: -webkit-linear-gradient(130deg, #9f70ed, #ff6489);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	color:#ff6489;
}
/* ----------------- FOOTER WIDGET END ----------------- */

/* ----------------- COPY RIGHT START ----------------- */
#footer-bottom {
	background-color: #ffffff;
	padding: 40px 0 100px 0;
}
#footer-bottom .container{ 
	border-bottom: 0;
}
#footer-bottom .container,
#footer-bottom .container a {
	color: #898989;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 32px;
	font-weight: 600;
}
/* ----------------- COPY RIGHT END ----------------- */

/* ----------------- MEADIA QUIERY START ----------------- */


@media only screen and (min-width:981px) and (max-width:1280px) {  
	/* ------- MENU ----- */
	#top-menu li {
		padding-right: 10px;
	}
	.et_pb_column.res-pad-top-0 {
		padding-top: 0;
	}	
	#main-header .container {
		width: 79%;
	}
	.common-portfolio-slider .et_pb_slides .et_pb_slide .et_pb_slide_image::before {
		height: 84%;		
	}
	.common-portfolio-slider.et_pb_slider .et-pb-slider-arrows {
		position: absolute;
		right: 65px;
		bottom: 106px;
		text-align: right;
	}
	
	.common-portfolio-slider .et_pb_container {
		height: 530px !important;
	}
}

@media only screen and (min-width:981px) and (max-width:1281px) {  
	.contact-form.et_pb_contact_form_container .et_pb_contact_field_options_list .et_pb_contact_field_radio{
		margin-bottom: 15px;
	}
	
	.contact-form.et_pb_contact_form_container .et_pb_contact_field_options_list .et_pb_contact_field_radio:last-child{
		margin-bottom: 0;
	}
}

@media only screen and (min-width:981px) and (max-width:1235px) { 
	.footer-icon.footer-left-pad li {
		padding-left: 5px !important;
		
	}
	.footer-icon.footer-left-pad li:last-child {
		padding-left: 0 !important;
		margin-top: 20px !important;
		display: block;
	}
	.tab-common .res-width {
		width: 100% !important;
	}
	.tab-common .res-pad-top-0 {
		padding-top: 0;
	}	
	.tab-common .res-bot-20 {
		padding-bottom: 25px;
	}
	.tab-common .content-top-space-40 {
		margin-top: 30px;
	}
	body.home #main-header {
		box-shadow: none;
		position: absolute;
		top: 0;
		background-color: rgba(34,34,34,0.2);
	}
}

@media only screen and (min-width:981px) and (max-width: 1199px) { 	 
	
	.team-section .pad-top,
	.know-section .pad-top,
	.news-section .pad-top {
		padding-top: 0 !important;
	}
	
	.Subacribe-section .Subacribe-section-col-1{
		width: 100% !important;
		margin-bottom: 30px;
	}	
	.et_pb_row.Subacribe-section .et_pb_column.Subacribe-section-col-2	{
		width: 80% !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		margin-right: auto !important;
		margin-left: auto !important;
		float: none !important;
	}
	#top-menu li li a {
		width: 200px;
		padding: 10px 20px;
	}
	
	.portfolio-pg-div .portfolio-pg-content .et_pb_slide_description .et_pb_slide_title,
    .portfolio-pg-div .portfolio-pg-content .et_pb_slide_description .et_pb_slide_content	{
		 display: none;
	}
	
	.portfolio-pg-div .portfolio-pg-content .et_pb_more_button {
		margin-top: 0 !important;
	}
	
	.portfolio-pg-div .portfolio-pg-content .et_pb_slide_description .et_pb_button_wrapper {
		text-align: center !important;
	}
	.common-portfolio-slider .et_pb_slides .et_pb_slide .et_pb_slide_image::before {
		display: none;
	} 
	
	.common-portfolio-slider .et_pb_slide_description {
		margin-top: -53px;
	}
	.portfolio-pg-content {
		padding: 20px 20px;
	}
	.portfolio-details p span:first-child {
		width: 47% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {  	
	.common-portfolio-slider .et_pb_slides .et_pb_slide.et_pb_media_alignment_center .et_pb_slide_image {		
		width: 100% !important;
		margin-bottom: 30px;
		position: relative !important;
	}
	
	.common-portfolio-slider .et_pb_slide_with_image .et_pb_slide_description {
        float: none !important;
		width: 100% !important;
        text-align: left !important;
	}
	.blog-content-top-space {
		padding-top: 0;
	}	
	.common-portfolio-slider.et_pb_slider .et-pb-slider-arrows {
		position: absolute;
		right: 30px;
		bottom: 0;
		text-align: right;
	}
	.common-portfolio-slider .et_pb_slides .et_pb_slide.et_pb_media_alignment_center .et_pb_slide_image {
		top: 0;
		bottom: 0;
		margin-top: 24px !important;
		margin-bottom: 18px !important;
		width: 45.25%;
		margin-right: 0;
	}
}

@media only screen and (min-width:250px) and (max-width:980px){	
	/* ------- MENU DROPDOWN ----- */
	.et_mobile_menu {
		 max-height: 300px;
		 height: 300px;
         overflow-y: scroll;
	}
	.et_mobile_menu {
		padding: 20px 20px 0 20px;
	}
	#main-header,
	body.home #main-header{
		padding: 10px 0 !important;
	}
	
	/* ------- BLOG PAGE PAGINATION ----- */	
	.et_pb_column .et_pb_widget:nth-child(n) {
		margin: 0 auto 30px auto;
	}
	.pagination div a {
		margin-top: 0;
	}
	.single .et_pb_post {
		margin-bottom: 30px;
	}
	.et_pb_widget {
		float: none !important;
		width: 60% !important;
	}
	body.single #sidebar,
    body.search #sidebar,
    body #sidebar{
		margin-top: 30px;
		margin-bottom: 0;
	}	
	/* ------- FONT SIZE DECREASE ------- */
	h1 {
		font-size: 40px !important;
		line-height: 50px !important;
	}
	h2 {		
		font-size: 30px !important;
		line-height: 40px !important;
	}
	h3 {		
		font-size: 28px !important;
		line-height: 38px !important;
	}
	h4,
	h4 a{
		font-size: 22px !important;
		line-height: 32px !important;
	}
	h5 {
		font-size: 20px !important;
		line-height: 30px !important;
	}
    h6 {
		font-size: 18px !important;
		line-height: 28px !important;
	}
	#main-content.digitalagency_blog_content .comment-reply-title,
	#main-content.digitalagency_blog_content h2.entry-title,
	#main-content.digitalagency_blog_content h1.entry-title,
	#main-content.single-post .et_post_meta_wrapper h1.entry-title,
	.et_bloom h2.et_bloom_success_message,
	body.search-no-results #main-content #left-area .entry h1,
    .single-post .et_post_meta_wrapper h1.entry-title,
    .single-post h1#comments.page_title{
		font-size: 22px !important;
		line-height: 32px !important;
	}
	
	/* ------- FOOTER WIDGET ----- */
	#footer-widgets {
		padding-bottom: 40px;
		padding-top: 80px;
	}
	#footer-widgets {
	    width: 50% !important;
		margin: 0 auto;
		display: table;
	}
	.fwidget.et_pb_widget {
		float: none !important;
		width: 100% !important;
	}	
	.footer-widget .fwidget.widget_search #s,
	.footer-widget .fwidget.widget_archive select,
    .footer-widget .fwidget.widget_categories select{
		width: 60% !important;
		margin: 0 auto !important;
	}
	.footer-widget .fwidget .searchform #searchsubmit {
		right: 100px;
	}
	.footer-widget .fwidget.widget_calendar #wp-calendar {
		width: 60% !important;
		margin: 10px auto 0;
		empty-cells: show;
	}
	#footer-widgets .footer-widget:nth-child(n) {
		width: 100% !important;
		margin: 0 0 30px 0 !important;
	}
	#footer-widgets .footer-widget:nth-last-child(-n+2) {
		margin-bottom: 30px;
	}	
	#footer-widgets .footer-widget:last-child {
		margin-bottom: 0 !important;
	}
	.footer-widget .fwidget .subscribe-form{
		width: 80%;
		margin: 0 auto;
	}	
	.et_pb_row .section-full-height-2col-img.team-page-2-col-img.et_pb_column:last-child {
		margin-right: auto !important;
	}
	#footer-widgets {
		padding-top: 80px;
	}
	#main-content.digitalagency_blog_content .container {
		padding-bottom: 80px;
		padding-top: 80px;
	}
	
	#footer-bottom {
		background-color: #ffffff;
		padding: 40px 0 80px 0;
	}
	
	.common-team .et_pb_team_member_image {
		margin-bottom: 0 !important;
	}
	
    .our-client-img {
		width: 15.6% !important;
		margin-right: 5.5% !important;
	}	
 
    .our-client2-img {
        width: 20.875% !important;
        margin-right: 5.5% !important;
		margin-bottom: 0 !important;
	}
	
	.common-team .et_pb_team_member_image,
	.common-team.abt-team .et_pb_team_member_image  {
		margin: 0 auto;
		float: none;
		display: table;
	}	
	
	.common-team.abt-team.res-top  {
		margin-top: 100px;
	}	
	
	.common-team.abt-team .et_pb_team_member_description {
		width: 45%;
	}
	
	.home-team-col {
		width: 80% !important;
		margin: 0 auto 30px auto !important;
		float: none !important;
	}
	
	.home-team-col.home-team-col-1.et_pb_column:last-child {
		width: 80% !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		margin-right: auto !important;
		margin-left: auto !important;
		display: table;
		float: none;
	} 
	
	.mar-top-25 {
		margin-top: 0px;
	}
	.tab-common .et_pb_column {
		margin-bottom: 0;
	}
	.service-detail-tab ul.et_pb_tabs_controls {
		background-color: transparent;
		float: none;
		display: table;
		margin: 0 auto;
	}
	.tab-common .res-pad-top-0 {
		padding-top: 0;
	}	
	.tab-common .img-bottom-space-25 {
		margin-bottom: 10px;
	}	
	.tab-common .res-top {
		margin-top: 20px;
	}	
	.tab-common .res-bot-20 {
		margin-bottom: 25px;
	}
	.tab-common .content-top-space-40 {
		margin-top: 30px;
	}
	body.home #main-header {
		box-shadow: none;
		position: absolute;
		top: 0;
		background-color: rgba(34,34,34,0.2);
	}	
	.portfolio-pg-div {
		width: 80% !important;
		margin: 0 auto;
		margin-bottom: 60px;
		display: table;
		float: none;
	} 
	.portfolio-pg-div.portfolio-pg-div-1.et_pb_column:last-child {
		width: 80% !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		margin-right: auto !important;
		margin-left: auto !important;
		margin-bottom: 60px;
		display: table;
		float: none;
	} 
	
	.portfolio-pg-div .portfolio-pg-content .et_pb_slide_description .et_pb_slide_title,
    .portfolio-pg-div .portfolio-pg-content .et_pb_slide_description .et_pb_slide_content	{
		 display: none;
	}
	
	.portfolio-pg-content {	
		background-color: transparent;
		padding: 0 !important;
		top: 50% !important;
	} 
	
	.portfolio-pg-div .portfolio-pg-content .et_pb_slide_description .et_pb_button_wrapper {
		text-align: center !important;
	}
	
	.common-team.img-border-radius img {
		border-radius: 5px 5px 5px 5px !important;
		-webkit-border-radius: 5px 5px 5px 5px !important;
		-moz-border-radius: 5px 5px 5px 5px !important;
	}

	.common-team.img-border-radius-2 img {
		border-radius: 5px 5px 5px 5px !important;
		-webkit-border-radius: 5px 5px 5px 5px !important;
		-moz-border-radius: 5px 5px 5px 5px !important;
	}

	.common-team img {
		border-radius: 5px !important;
	}
	.common-portfolio-slider .et_pb_slide_description {
		margin-top: 40px;
	}
	
	.home-team-col .et_pb_team_member_image {
		margin: 0 auto !important;
		display: table !important;
	}
		
	.portfolio-pg-div .portfolio-pg-content .et_pb_more_button {
		margin-top: 0 !important;
	}
	.common-team .et_pb_team_member_description {
		width: 70%;
	}
	.common-portfolio-slider .et_pb_slides .et_pb_slide.et_pb_media_alignment_center .et_pb_slide_image {
		margin-top: 34px !important;
		margin-bottom: 18px !important;
	}	
	.res-top-mar {
		margin-top: 30px;
	}
}
@media only screen and (min-width:250px) and (max-width: 767px) {
	#footer-widgets {
		padding-bottom: 30px;
		padding-top: 50px;
	}
	#footer-bottom {
		background-color: #ffffff;
		padding: 30px 0 50px 0;
	}
	#footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: 30px;
	}
	#footer-widgets .footer-widget:last-child {
		margin-bottom: 0;
	}
	#main-content .et_pb_gallery_2.et_pb_gallery .et_pb_gallery_item,
	#main-content .et_pb_gallery_0.et_pb_gallery .et_pb_gallery_item,
	#main-content .gallery-4col.et_pb_gallery .et_pb_gallery_item {
		margin-bottom: 0;
		margin-right: 0;
		width: 50%;
	}
	.et_bloom .et_bloom_bottom_inline p.et_bloom_popup_input {
		padding-bottom: 0;
	}
	.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post {
		margin-bottom: 30px;
	}
	.comment-reply-link {
		bottom: 0;
	}
	
	.et_pb_widget {
		float: none !important;
		width: 100% !important;
	}
	.digitalagency_blog_content .comment .children {
		margin-left: 30px;
	}
	
	.common-portfolio-slider .et_pb_slides .et_pb_slide.et_pb_media_alignment_center .et_pb_slide_image {		
		width: 100% !important;
		margin-bottom: 30px;
		display: block !important;
		position: relative !important;
	}
	
	.common-portfolio-slider.et_pb_slider .et-pb-slider-arrows {
		position: inherit;
		right: 0px;
		bottom: 3px;
		text-align: right;
		margin-top: 20px;
	}
	.et_bloom .et_bloom_1_field p.et_bloom_popup_input {
		width: 80% !important;
		margin: 0 auto;
		float: none;
	}
	.subscribe-form .et_bloom_form_content button {
		position: inherit !important;
		width: 80% !important;
		margin: 20px auto 0 auto;
		display: table;
	}	
	
	.et_pb_number_counter_1.et_pb_number_counter.res-border.res-pad {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.et_pb_number_counter_2.et_pb_number_counter.res-pad {
		padding-left: 30px !important;
		padding-right: 30px;
	}
	.header-section p,
	.header-section h1 {
		background-color: rgba(255,255,255,0.8);
		padding: 15px !important;
	}
	.header-section-row {
		width: 100%;
		padding: 0 20px !important;
	}
	.header-section-row .header-content {
		width: 100%;
	}	
	.common-portfolio-slider.et_pb_slider .et-pb-slider-arrows {
		
		text-align: center;
	}	
	.res-block {
		display: block;
	}	
	.res-faq-spce-top {
	    padding-top: 10px !important;
	}
	.services-col-pg.et_pb_blurb {
		padding-top: 160px;
		padding-right: 20px;
		padding-bottom: 40px;
		padding-left: 20px;
	}

	.services-col-2 {
		position: absolute;
		text-align: center;
		left: 50%;
	}

	.services-col-pg.et_pb_blurb .et_pb_blurb_container {
		text-align: center !important;
	}
	
	/* SINGLE POST */
	.post-content-top {
		margin-top: 30px;
	}	
	.width-50 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.blog-res-top-20 {
		padding-top: 20px;
	}
	
	.common-team .et_pb_team_member_description {		
		width: 60%;
	}
	
	#main-content.digitalagency_blog_content .container {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.et_bloom .et_bloom_form_container button,
	.et_bloom .et_bloom_form_container.et_bloom_rounded input,
	.et_bloom .et_bloom_form_container.et_bloom_rounded textarea,
	.et_bloom .et_bloom_form_container.et_bloom_rounded .et_bloom_form_content #mc_embed_signup .button,
	.et_bloom .et_bloom_form_container.et_bloom_rounded button,
	.et_bloom .et_bloom_form_container.et_bloom_rounded button {
		border-radius:  5px !important;
		-webkit-border-radius: 5px !important;
		-moz-border-radius: 5px !important;
	} 
	
	.common-portfolio-slider .et_pb_slides .et_pb_slide.et_pb_media_alignment_center .et_pb_slide_image {
		top: 0;
		bottom: 0;
		margin-top: 24px !important;
		margin-bottom: 18px !important;
		width: 45.25%;
		margin-right: 0;
	}
	.res-faq-spce-top.pad-10-lr {
		padding: 15px 0 0 0 !important;
	}
	.pad-10-lr {
		padding:  0 !important;
	}
	body .our-client-2-row.et_pb_row_12 {
		margin-top: 30px !important;
	}
}

@media only screen and (max-width:640px){  
	.contact-form.et_pb_contact_form_container .et_pb_contact_field_options_list .et_pb_contact_field_radio{
		margin-bottom: 15px;
	}
	
	.contact-form.et_pb_contact_form_container .et_pb_contact_field_options_list .et_pb_contact_field_radio:last-child{
		margin-bottom: 0;
	}
	.et_bloom .et_bloom_1_field p.et_bloom_popup_input {
		width: 100% !important;
		margin: 0 auto;
		float: none;
	}
	.et_bloom .et_bloom_bottom_inline p.et_bloom_popup_input {
		padding-bottom: 0 !important;
	}
	.subscribe-form .et_bloom_form_content button {
		position: inherit !important;
		width: 80% !important;
		margin: 20px auto 0 auto !important;
		display: table;
		float: none !important;
		max-width: 80% !important;
	}
	.et_bloom .et_bloom_form_container button {
		width: 80% !important;
		max-width: 80% !important;
		float: left !important;
	}
	.res-top-mar {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 639px) { 
    .common-team.abt-team .et_pb_team_member_description {
		width: 60%;
	}
	.res-col-count {
		width: 100% !important;
	}
	
	.et_pb_number_counter_1.et_pb_number_counter.res-border.res-pad {
		border-left-width: 0 !important;
		border-right-width: 0 !important;
	}
	
	.et_pb_number_counter_1.et_pb_number_counter.res-border.res-pad {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.et_pb_number_counter_2.et_pb_number_counter.res-pad {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.res-top-space {
		margin-top: 20px;
	}
	
	.portfolio-pg-div .portfolio-pg-content .et_pb_slide_description .et_pb_slide_title,
    .portfolio-pg-div .portfolio-pg-content .et_pb_slide_description .et_pb_slide_content	{
		 display: none;
	}
	
	.portfolio-pg-div .portfolio-pg-content .et_pb_more_button {
		margin-top: 0 !important;
	}
	
	.portfolio-pg-div .portfolio-pg-content .et_pb_slide_description .et_pb_button_wrapper {
		text-align: center !important;
	}
}
@media only screen and (max-width: 575px) { 
	.contact-form.et_pb_contact_form_container .et_pb_contact_field_options_list .et_pb_contact_field_radio {
		margin-bottom: 15px;
		margin-right: 0;
	}
	.contact-form .et_pb_contact_field_options_list span {
		display: block;
		margin-right: 15px;
	}
	.contact-form .et_pb_contact_field_radio label {	
		width: 100%;
	}
	.portfolio-details p span:last-child,
	.portfolio-details p span:first-child {
		width: 45%;
	}
	#footer-widgets {
		width: 70% !important;
		margin: 0 auto;
		display: table;
	}
}
@media only screen and (max-width: 481px) { 	
	.footer-widget .fwidget.widget_search #s,
	.footer-widget .fwidget.widget_archive select,
    .footer-widget .fwidget.widget_categories select{
		width: 100% !important;
		margin: 0 auto !important;
	}
	.footer-widget .fwidget .searchform #searchsubmit {
		right: 0;
	}
	.footer-widget .fwidget.widget_calendar #wp-calendar {
		width: 100% !important;
		margin: 10px auto 0;
		empty-cells: show;
	}	
	.common-row {
		width: 80% !important;
	}
	.common-row.service-pag-row {
		width: 80% !important;
	}
	 .common-team.abt-team .et_pb_team_member_description {
		width: 80%;
	}	
	
	.res-top-mar {
		margin-top: 0;
	}
}
@media only screen and (max-width:479px) {
	#content-area table tr, #main-content table.cart tr, table.cart tr {
		padding: 0px;
	}	
	.menu-logo-section img {
		max-width: 60%;
	}	
	.digitalagency_blog_content .comment-form-author,
	.digitalagency_blog_content .comment-form-email,
	.digitalagency_blog_content .comment-form-comment {
		padding-bottom: 30px;
		width: 100%;
	}	
	.digitalagency_blog_content #commentform.comment-form textarea {
		height: 70px;
	}	
	.digitalagency_blog_content #left-area .image-gallery li {
		padding: 5px 5px;
		width: 50%;
	}	
	.price-tab.et_pb_tabs_vertically_stacked .et_pb_tabs_controls li {
		width: 100%;
		float: left;
	}	
	.price-tab.et_pb_tabs_vertically_stacked .et_pb_tabs_controls li {
		text-align: center;
		margin: 0 auto;
		display: table;
	}	
	.our-client-img {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}		
    .our-client2-img {
        width: 100% !important;
        margin-right: 0 !important;
		margin-bottom: 0 !important;
	}	
	.home-team-col .common-team .et_pb_team_member_image  {
		margin: 0 auto;
	}	
	.home-team-col .common-team .et_pb_team_member_description {
		width: 75%;
	}	
	.res-top-space {
		padding-top: 20px !important;
	}	
	.home-team-row.et_pb_row .home-team-col.et_pb_column {
		width: 100% !important;
		margin-top: 0 !important;
		margin-bottom: 30px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		display: table;
		float: none;
	} 
	.home-team-row.et_pb_row .home-team-col.home-team-col-1.et_pb_column:last-child {
		width: 100% !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		margin-right: auto !important;
		margin-left: auto !important;
		display: table;
		float: none;
	} 	
	.timer-form .section.values {
		width: 50%;
		max-width: 130px;
		margin-top: 10px;
	}
	body #page-container .portfolio-pg-content.et_pb_slider .et_pb_slide .et_pb_button_wrapper a.et_pb_more_button.et_pb_button, 
	body #page-container .portfolio-pg-content.et_pb_slider .et_pb_slide .et_pb_button_wrapper a.et_pb_more_button.et_pb_button:hover {
		padding: 15px 30px 15px 30px !important;
	}
	.our-client-img .et_pb_image_7,
	.our-client-img .et_pb_image_8,
	.our-client-img .et_pb_image_9,
	.our-client-img .et_pb_image_10,
	.our-client2-img .et_pb_image_12,
	.our-client2-img .et_pb_image_13,
	.our-client2-img .et_pb_image_14 {
		padding-right: 0 !Important;
	}
	body .our-client-2-row.et_pb_row_12 {
		width: 80%;
		margin-top: 0px !important;
	}
	.form-submit {
		text-align: center;
	}
}
@media only screen and (max-width:414px) {	
	.digitalagency_blog_content #left-area .image-gallery li {
		padding: 0px 4px 0px 4px;
	}
	.home-team-col .common-team .et_pb_team_member_description {
		width: 90%;
	}
	
	.res-top-mar {
		margin-top: 0;
	}
}
@media only screen and (max-width:400px) {
	.pagination .alignright,
	.pagination .alignleft {
		float: none;		
	}
	.portfolio-details p span:last-child,
	.portfolio-details p span:first-child {
		width: 40%;
	}
	body #page-container .portfolio-pg-content.et_pb_slider .et_pb_slide .et_pb_button_wrapper a.et_pb_more_button.et_pb_button, 
	body #page-container .portfolio-pg-content.et_pb_slider .et_pb_slide .et_pb_button_wrapper a.et_pb_more_button.et_pb_button:hover {
		padding: 15px 10px 15px 10px !important;
	}
	
	#footer-widgets {
		width: 90% !important;
		margin: 0 auto;
		display: table;
	}

}

/* ----------------- MEADIA QUIERY END ----------------- */