/*
Theme Name: siegerchem.com
Theme URI: http://siegerchem.com/
Author: Digi Advisor
Author URI: http://siegerchem.com/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: http://siegerchem.com/

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';  
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Lato/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('fonts/Lato/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Lato/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Lato/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/Lato/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/Lato/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */ 
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/Lato/lato-v14-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),
       url('fonts/Lato/lato-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Lato/lato-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Lato/lato-v14-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/Lato/lato-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/Lato/lato-v14-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

/* Style base */
body {
    font-family: 'Lato';
	margin: 0;
	padding: 0;
	background-color:#f2f5fa;
}
table {
    width: 100%; 
}  
table tr:nth-child(odd) { 
    background-color: #f7f7f7;
}
table tr { 
    background-color: #fdfdfd;
}
table th {
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    background-color: #eee;
}
table td {
    padding: 15px;
    text-align: center;
    line-height: 20px;
}
img {
    border: none;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; 
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
:focus {
    outline: 0 !important;
}
blockquote {
    background-color: #f7f7f7;
    border: none;
    padding: 10px;
    text-align: justify;
}
a {
    text-decoration: none !important;
}
.entry-content {
    margin: 0 0 80px;
    line-height: 30px;
    font-size: 15px;
    color: #aaa;
    text-align: justify;
}
.navbar-toggler {
    background: #fff;
    border: none;
    margin: 7px 0;
}
/* Style base End */ 

/* btn*/ 
.btn{
    text-align: center;
    font-size: 14px;
}
a.btn i {
    margin: 3px 0 0 5px;
}
.btn-nocolor {
    border: 1px solid #0b60f6;
    background-color: transparent;
    color: #0a73ed;
    font-size: 14px;
    padding: 8px 39px 8px 39px;
    border-radius: 50px;
}
a.btn-nocolor:hover {
    transition: 0.3s;
	background: #0a73ed;
	color:#fff
}
.btn-color {
    font-size: 14px;
    background-image: linear-gradient(to right,#0c54fc, #05c5c4);
    box-shadow: 0px 5px 12px #008aff;
    color: #fff;
    padding: 8px 39px 8px 39px;
    border-radius: 50px;
	margin-right: 20px;
	border:0;
}
a.btn-color:hover {
	background: #fff;
    color: #0a73ed;
    transition: 0.3s;
}
.btn-small {
    background-image: linear-gradient(to right,#0c54fc, #05c5c4);
    box-shadow: 0px 5px 12px #008aff;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
	font-size: 13px;
	border: 0;
}
a.btn-small:hover{
	background: #fff;
    border-color: #05c5c4;
    color: #05c5c4;
    transition: 0.3s;
}
/* btn*/ 

/* title*/ 
.head-service-home {
    text-align: center;
    margin: 60px 0 50px;
}
.head-title-color {
    text-align: center;
    font-size: 19px;
    position: relative;
    margin: 0 0 50px;
}
.tit-service-home span{
    color: #0a73ed;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}
.dsc-service-home p{
	color:#41516a;
	font-size: 13px;
	 padding: 15px 250px; 
}
/* title*/ 

/* Page 404*/
.tit-error-404 {
    font-size: 3.5em;
    font-weight: bold;
    color: #0a73ed;
    text-align: center;
    padding: 20px 0 0;
}
.error-404 {
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 170px 0 0;
    background-image: url(images/img-error-default.png);
}
.box-error-404 {
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
}
.tit-error-404 small {
    margin: 0 0 0 20px;
    font-size: 16px;
	color: #41516a;
}
.subtit-error-404 {
    font-size: 3.5em;
    color: #41516a;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}
.box-btn-go-home {
    text-align: right;
}
a.btn-go-home {
    transition: 0.3s;
    display: inline-block;
    margin: 30px 30px 30px 0px;
    font-size: 14px;
    background-image: linear-gradient(to right,#0c54fc, #05c5c4);
    box-shadow: 0px 5px 12px #008aff;
    color: #fff;
    padding: 11px 39px 11px 39px;
    border-radius: 50px;
    margin-right: 41px;
}
a.btn-go-home:hover {
    background: #fff;
    color: #0a73ed;
    transition: 0.3s;
    transition: 0.3s;
}
.bx-error-404 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
.error404 .site-main {
    padding: 0;
}
/*page 404*/

header.site-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 20;
    padding: 30px 0;
}
.navbar-bx {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0;
}
.logo-header {
    display: inline-block;
    float:right;
    margin: 15px 0 0 0;
}
.logo-header img {
    width: 170px;
    height: auto;
}
div#navbar {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    margin-top: 20px;
}
.page-template-front-page div#navbar ul li a {
	font-size: 16px;
    padding: 10px 20px;
    color: #0a73ed;
	margin: 0 10px;
}
div#navbar ul li a {
	font-size: 16px;
    padding: 10px 20px;
    color: #223750;
}
div#navbar ul li a:hover {
    transition: 0.3s;
}
.page-template-front-page div#navbar ul li.current-menu-item a{
    background-image: linear-gradient(to right,#0c54fc, #05c5c4);
	box-shadow: 0px 5px 12px #008aff;
	color:#fff;
	padding: 10px 35px 10px 35px;
	border-radius:50px;
}
div#navbar ul li.current-menu-item a{
	color:#ff0000;
	padding: 10px 35px 10px 35px;
	border-radius:50px;
	font-size: 18px;
}
nav.navbar { 
    margin: 0;
    padding: 0; 
}
.box-banner-home {
    position: relative;
}
.bx-banner-hom {
    background: url(images/background.jpg) no-repeat;
    
    padding: 160px 0 0;
}
.flag img {
    width: 30%;
}
.flag a {
    margin-right: -3px;
    padding: 0;
}
.flag {
    float: right;
}
.bg-banner-home img {
     padding: 0;
}
.topheader {
    background: #4e88c3;
    padding: 0 0 30px 0;
}
.title-banner-home {
    color: #41516a;
    margin-top: 200px;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1em;
    padding: 0 120px 0 0;
}
.bx-banner-hom h1 {
    margin: 10px 0;
    font-size: 30px;
    line-height: 1em;
    text-transform: uppercase;
    color: #ff0000;
}
.subtitle-banner-home {
    color: #0a73ed;
    text-align: justify;
    margin: 70px 0 20px 0px;
    font-size: 13px;
    padding: 0 120px 0 0;
}
.buttons-banner-home {
    margin: 40px 0 50px 0;
}

/*About*/
.about-box {
    padding: 90px;
	background-color: #fbf9ff;
}
.box-title-about {
	margin: 50px 0 20px 0px
}
.box-title-about h2 {
    font-size: 30px;
    color: #0a73ed;
	font-weight: 600;
}
.box-desc-about {
    color: #41516a;
    text-align: justify;
    font-size: 13px;
    padding: 0 120px 0 0;
}
.box-link-about {
     float: right;
	 margin-right: 30px;
}
.box-about {
    text-align: justify;
    text-align-last: center;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px 0 50px;
}
.box-about img {
	max-width: 100%;
    height: auto;
}
.page-template-page-about .head-title-color{
	    margin: 60px 0 50px;
}
/*About*/

/*Service*/
.top-service{
	background: url(images/top-shape.jpg);
    padding: 90px 0;
    background-repeat: no-repeat;
    background-color: #f2f5fa;
    background-size: 100% auto;
}
.box-service-home {
    padding: 60px;
	background-color: #f2f5fa;
}
.page-template-archive-service .box-service-home{
	background-color: #fbf9ff;
}
.services-home {
    text-align: center;
	padding: 0px 145px;
}
.box-item-service-home {
    background: #ffffff;
    padding: 20px;
    border-radius: 30px;
    margin: 20px 0;
}
.box-service-home-about .box-item-service-home{
	 background: #ffffff;
}
.title-service {
    margin: 10px 0;
    color: #0a73ed;
    font-size: 18px;
}
span.divider-title {
    border-bottom: 1px solid #d7dbe2;
    width: 200px;
    text-align: center;
    margin: auto;
    display: block;
    margin: 15px 0;
}
.desc-item-service-home {
	color: #41516a;
	line-height: 20px;
	font-size: 12px;
}
.last-section {
    padding: 50px 60px 20px;
    background-color: #fbf9ff;
}
/*Service*/

/*professional*/
.box-professional-home {
    padding: 200px 0px;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #fff;
    background-size: 100% auto;
}
.head-professional-home{
    text-align: center;
    font-size: 19px;
    position: relative;
    margin: 0 0 50px;
}
.tit-professional-home span {
    font-size: 30px;
    color: #fff;
	text-transform: uppercase;
}
.head-title-color.head-professional-home p {
    color: #fff;
}
.professional-item {
    background: #fff;
    margin: 20px 0;
    border-radius: 15px;
	text-align: center;
	padding: 10px;
	position: relative;
}
.professional-item:before {
    content: "";
    position: absolute;
    top: 35px;
    width: 3px;
    left: 0;
    height: 35px;
    background: #41516a;
}
.professional-item:after {
    content: "";
    position: absolute;
    top: 35px;
    width: 3px;
    right: 0;
    height: 35px;
    background: #41516a;
}
.professional-bx {
    padding: 0px 50px;
}
.info-professional-item {
    float: right;
    margin-right: 20px;
}
.desc_pfs {
    color: #41516a;
    text-align: left;
    font-size: 12px;
    text-align: center;
}
.info-professional-item h2 {
    font-size: 18px;
    margin: 20px 0 5px;
	color: #0a73ed;
}
.head-professional-home {
    text-align: center;
    font-size: 19px;
    position: relative;
    margin: 0 0 50px;
}
.professional-item img {
    border-radius: 50%;
}
.info-professional-item h2 a {
    color: #c00a27;
}
/*professional*/

/*information*/
.box-information-home {
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100% auto;
    padding: 40px;
}
.info-information-item h2 {
    font-size: 35px;
    color: #fff;
	font-weight: 700;
}
.information-item {
    text-align: center;
    margin: auto;
}
.desc_info {
    font-size: 15px;
    color: #fff;
}
/*information*/

/*testimonial*/
.box-testimonial-home {
    padding: 60px 0;
	background-color: #fff;
}
.item_testimonial_home {
    margin: 0 10%;
    display: flex;
	background: #fff;
}
.head-testimonial-home{
	margin:0;
}
.tit-testimonial-home span{
    color: #0a73ed;
    font-size: 90px;
}
.right-item_testimonial_home {
    display: inline-block;
    width: 100%;
    margin-left: 30px;
}
.tit-item_testimonial-home {
    color: #0a73ed;
    font-size: 15px;
    text-align: center;
    margin: 20px 0 auto;
}
.position-item_testimonial-home{
    color: #777777;
    text-align: center;
    font-size: 12px;
    margin: 3px 0;
}
.desc-item_testimonial-home {
    color: #41516a;
    text-align: center;
    font-size: 14px;
}
.left-item_testimonial_home {
    padding: 10px 80px;
}

.owl-carousel-testimonal  .owl-prev,.owl-carousel-testimonal  .owl-next{
    color: #41516a;
    font-size: 17px;
	font-size: 34px;
    opacity: 0.9;
}
.owl-carousel-testimonal  .owl-prev{
	position: absolute;
    right: 0;
    top: 10%;
    float: right;
}
.owl-carousel-testimonal  .owl-next{
	position: absolute;
    left: 0;
    top: 10%;
    float: left;
}

/*testimonial*/

/*footer*/
.footer-down {
    background: #4e88c3;
    color: #000;
    font-size: 16px;
    padding: 10px 0;
}
.bxfooter-main{
    padding: 0 123px;
}
.bxfooter-down {
    padding: 0 15%;
}
.box-copyright{
	float:left;
}
.box-social-media{
	float:right;
}
.box-creative.agency-social-media a {
    color: #f5f5f5;
	font-size: 14px;
}
.box-creativeagency-social-media .list-inline-item:not(:last-child) {
    margin-right: 12px;
}
.footer-main {
    background-color: #41516a;
    color: #d0d0d0;
    background-size: cover;
    padding: 60px 90px;
}
.footer-main h4 {
    position: relative;
    font-size: 15px;
    display: inline-block;
    margin: 0 0 15px;
    color: #f5f5f5;
}
.footer-main h4::before {
    content: "";
    position: absolute;
    top: 12px;
    right: -60px;
    width: 50px;
    height: 2px;
    background: #f5f5f5;
}
.footer-main ul {
    padding: 0;
    margin: 0 10px;
}
.acf-map {
    width: 100%;
    height: 200px;
}
.footer-main ul li {
    display: inline-block;
    width: 100%;
}
.description_about_footer {
    font-size: 13px;
    line-height: 24px;
}
.footer-main ul li a {
    color: #d0d0d0;
    font-size: 13px;
}
header.entry-header img {
    width: 100%;
    height: auto;
}
header.entry-header h1 {
    position: absolute;
    top: 170px;
    right: 0;
    color: #fff;
    left: 0;
	font-size: 24px;
}
header.entry-header h1 {
  font-size:50px;
  margin-bottom:5px;
}
.breadcrumbs {
    position: absolute;
    top: 240px;
    right: 0;
    z-index: 20;
    color: #fff;
    left: 0;
    font-size: 13px; 
    text-align: center;
    margin: auto;
}
.breadcrumbs a {
    color: #fff;
}
/*footer*/

.reterqw {
    padding: 5px 30px;
}
.bgrd {
    color: #666;
    margin: 0 0 20px;
}
.qazwe {
    font-size: 22px;
    padding: 5px 30px;
    margin: 0 0 20px;
}
.qazwe i {
    font-size: 19px;
}
.desc-aboutt {
    line-height: 20px;
    font-size: 16px;
    color: #666;
    text-align: justify;
}
.bx-aboutt {
    padding: 100px 120px;
    background: rgba(255, 255, 255, 0.5);
}
.box-aboutt {
    background-color: #fbf9ff;
	    margin-bottom: 200px;
}
.bx-aboutt p {
    color: #000000;
    font-size: 16px;
}
.bx-aboutt h2 {
    color: #0a73ed;
}
.item_about_page {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.items_about_page {
    position: relative;
}
.box-service-home-about {
    padding: 60px 0;
    background: #fff;
}
.sec-head {
    margin: 5% 0;
}
.des-service-home {
    color: #888888;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    color: #41516a;
    font-size: 13px;
    padding: 15px 120px;
}
.box-creativeagency-page {
    background-color: #fdf4fa;
}
.bx-popular-creativeagency-item {
    display: inline-block;
    width: 24.5%;
    background: #fff;
    padding: 0;
}
.img-popular-creativeagency-item img {
    width: 100%;
    height: auto;
}
.info-popular-creativeagency-item {
    background: #fff;
    padding: 40px 10px 0;
    font-size: 12px;
    text-align: center;
    width: 100%;
    min-height: 284px;
    max-height: 284px;
    margin-top: 0px;
}
.box-ab-about {
    text-align-last: center;
    padding: 130px 0;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #fbf9ff;
    background-size: 100% auto;
}
.box-about {
    text-align: justify;
    text-align-last: center;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px 0 50px;
}
.box-ab-about {
    text-align-last: center;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #fbf9ff;
    background-size: cover;
	margin-top: 100px;
}
.bx-about-item {
    margin-top: -32.5%;
    padding: 60px;
}
.info-box-about {
    padding: 25px 35px;
}
.info-box-about h2 {
    font-size: 18px;
    color: #0a73ed;
    margin: 10px 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 5px 0 25px;
}
.cal-information {
    margin-top: 100px;
}
.cal-information h2 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
	margin: 20px 0;
}
.cal-information p {
    font-size: 13px;
    color: #ffffff;
    padding: 10px 150px;
}
.call-btn {
    font-size: 22px;
    color: #0a73ed;
    background: #ffff;
    padding: 10px;
    width: 289px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    margin: auto;
    display: block;
}
.page-template-page-about {
	    background: #fbf9ff;
}
/* contact form 7 */
.box-form-contact {
    padding: 60px 0;
	background: #fbf9ff;
}
.wpcf7 input {
    background: #ececec;
    font-size: 12px;
    border: none;
    width: 100%;
    border-radius: 20px;
    padding: 10px 20px;
    color: #aaaaaa;
    margin: 0 0 15px;
}
input.wpcf7-form-control.wpcf7-submit {
    border: none;
    background: #0a73ed;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    padding: 8px 60px;
    transition: 0.3s;
    background-image: linear-gradient(to right,#0c54fc, #05c5c4);
    box-shadow: 0px 5px 12px #008aff;
    color: #fff;
    border-radius: 50px;
    font-size: 13px;
}
.wpcf7-textarea {
    background: #ececec;
    font-size: 12px;
    border: none;
    width: 100%;
    border-radius: 20px;
    padding: 10px 20px;
    color: #aaaaaa;
    margin: 0 0 15px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    transition: 0.3s;
    opacity: 0.7;
}
span.wpcf7-not-valid-tip {
    margin: -10px 0 10px;
    font-size: 12px;
}
.information-contact {
    text-align: center;
    margin: auto;
    display: block;
}
.information-contact span {
    display: block;
	font-size: 18px;
    color: #0a73ed;
}
/* contact form 7 */
.footer-top {
    background: #f2f5fa;
    padding: 30px 0;
}
.box-creativeagency-social-media-about {
    text-align: center;
}
.box-creativeagency-social-media-about .list-inline-item:not(:last-child) {
    margin-right: 40px;
}
.box-creativeagency-social-media-about i {
    font-size: 30px;
    width: 64px;
    height: 64px;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
}
.box-creativeagency-social-media-about a.facebook  i{
    background-color:#3b5998;
}
.box-creativeagency-social-media-about a.twitter i {
    background-color:#55acee;
}
.box-creativeagency-social-media-about a.instagram i {
    background-color:#6a453b;
}
.box-creativeagency-social-media-about a.linkedin-in  i{
    background-color:#007ab9;
}
.box-creativeagency-social-media-about a.pinterest i {
    background-color:#cb2027;
}
.box-creativeagency-social-media-about a.dribbble i {
    background-color:#ea4c89;
}
.box-creativeagency-social-media-about a.google-plus i {
    background-color:#d74937;
}
.box-creativeagency-social-media-about a.youtube  i{
    background-color:#e02016;
}
.box-creativeagency-social-media-about a.vimeo  i{
    background-color:#18b2e4;
}
/* contact form 7 */
.box-form-contact .acf-map {
    border-radius: 20px;
    margin: 80px 0 20px ;
    display: inline-block;
    width: 100%;
    height: 284px;
}
.nothing-found {
    text-align: center;
    width: 100%;
    padding: 80px 0;
    font-size: 19px;
}
/* pagenavi */
.wp-pagenavi {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 50px;
}
.wp-pagenavi span.pages {
    border: none;
    color: #aaa;
    padding: 6px 10px 0;
}
.wp-pagenavi span.current, .wp-pagenavi a {
    width: 35px;
    transition: 0.3s;
    height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    border: none;
    border-radius: 10px;
    padding: 5px 0 0;
    color: #0a73ed;
	border: none;
	margin:0;
}
.wp-pagenavi span.current {
    color: #fff;
    font-weight: normal;
    border: none;
	background: #0a73ed;
    color: #fff;
    font-weight: normal;
    border: none;
    border-radius: 50px;
}
a.nextpostslink, a.previouspostslink {
    font-size: 23px;
    line-height: 20px;
}
.wp-pagenavi a.last, .wp-pagenavi a.first {
    font-size: 15px;
    width: 70px;
}
/* pagenavi */

/* Blog Archive */
.box-archive-blog {
    background-color: #fbf9ff;
    padding: 50px 0;
}
.item-archive-blog {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px 0 50px;
}
a.img-item-archive-blog img {
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 30px;
}
a.img-item-archive-blog {
    position: relative;
    display: block;
    text-align: center;
}
.date-item-archive-blog {
    margin: 8px 0 0;
    color: #999999;
    font-size: 12px;
}
.date-item-archive-blog span ,.author-item-archive-blog span{
    margin-left: 10px;
}
a.tit-item-archive-blog {
    padding: 5px 10px 5px 0;
    color: #41516a;
    display: block;
    font-size: 24px;
    text-align: left;
}
.cat-item-archive-blog {
    margin: 5px 0 5px;
    display: block;
    text-align: left;
}
.cat-item-archive-blog a {
    color: #999999;
    font-size: 12px;
    text-align: left;
}
 .box-author-more-item-archive-blog {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
} 
.box-author-morelink-item-archive-blog {
    border-top: 1px solid #e9e9e9;
    padding: 2px 0;
	text-align:center;
}
a.more-item-archive-blog {
    display: inline-block;
    font-size: 13px;
    transition: 0.3s;
}
a.more-item-archive-blog i {
    float: right;
    margin: 6px 0 0 10px;
}
.author-item-archive-blog {
    margin: 8px 0 0;
    color: #999999;
    font-size: 12px;
}
.info-item-archive-blog {
    padding: 0 30px;
}
.desc-item-archive-blog {
    color: #41516a;
    font-size: 12px;
    text-align: justify;
	text-align-last: left;
    line-height: 20px;
    padding: 0 30px 0 0px;
}
.box-single-blog {
    padding: 50px 0;
    background: #fbf9ff;
}
.box-single-blog h2 {
    color: #0a73ed;
}
.box-head-single-archive {
    text-align: center;
    margin: 0 0 30px;
}
.box-head-single-archive h1 {
    margin: 10px 0;
    font-size: 22px;
    color: #0a73ed;
    text-transform: uppercase;
}
.bx-head-single-archive {
	position:relative;
    display: flex;
    justify-content: center;
    color: #999;
    font-size: 15px;
}
.bx-head-single-archive div {
    margin: 0 10px;
}
.bx-head-single-archive i {
    color: #aaaaaa;
}
.cat-item-single-blog a {
	color: #0a73ed;
    font-size: 13px;
}
.author-item-single-blog span ,.date-item-single-blog span{
    color: #0a73ed;
    font-size: 13px;
    margin: 0 5px;
}
.date-item-single-blog,.author-item-single-blog {
    margin-left: 10px;
}
.content-item-single-blog {
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
	color: #777777;
}
img.blog_main {
    margin-bottom: 80px;
}
.content-item-single-blog img {
    border-radius: 10px;
	max-width: 100%;
    height: auto;
}
figure.wp-block-image img {
    width: 100%;
    height: auto;
}
img.banner_blog {
    width: 100%;
    height: auto;
    margin: 0;
}
.tag-item-single-blog {
    margin: 40px 0 20px;
}
.tag-item-single-blog a {
    margin: 0 5px 5px 0;
    background: #41516a;
    color: #fbf9ff;
    display: inline-block;
    padding: 4px 10px;
    transition: 0.3s;
    font-size: 14px;
}
.tag-item-single-blog a:hover {
    transition: 0.3s;
    opacity: 0.8;
}
.box-comment {
    padding: 50px 0;
    background: #fbf9ff;
}
h3.comment_form_titles {
    padding: 0 0 10px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin: 0 15px 40px;
	color: #41516a;
}
#commentform button#submit {
    background-image: linear-gradient(to right,#0c54fc, #05c5c4);
    box-shadow: 0px 5px 12px #008aff;
    color: #fff;
    padding: 10px 49px;
    border-radius: 50px;
    font-size: 13px;
    border: 0;
	float:left;
}
.comments_btns {
    padding: 0;
    margin: 10px 0 0;
}
#commentform textarea#comment {
    height: 190px;
    text-align: justify;
    margin: 0 0 30px;
    color: #444;
    border: 0;
    background: #ececec;
    border-radius: 30px;
    padding: 10px 30px;
}
.form-control:focus {
    border: 1px solid #ccc;
    box-shadow: none;
}
#commentform .alert-info:hover {
    opacity: 0.8;
	transition: 0.3s;
}
#commentform .alert-info {
    background: #eee;
	transition: 0.3s;
    border-radius: 0;
    border-color: #ddd;
}
.box-latest {
    padding: 50px 0; 
    background: #f2f5fa;
}
.tit_box_rel_post_in_post {
    margin: 30px 0;
    font-size: 20px;
    color: #0a73ed;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
:focus {
	box-shadow: none !important;
}    
span.comment_form_titles {
    margin: 0 15px 10px;
    padding: 0 0 5px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: inline-block;
}
ul.comment-list {
    list-style: none;
	margin: 0 0 50px;
}
.comment-body img {
    border: 2px solid #eee;
}
span.author-name {
    font-size: 17px;
    margin: 4px 0 0px;
    display: inline-block;
}
.comment-meta.commentmetadata {
    color: #888;
    font-size: 12px;
    margin: 0 0 10px;
}
.link-braces {
    text-align: justify;
    color: #666;
    font-size: 14px;
}
.reply .comments_border {
    background: #0a73ed;
    display: inline-block;
    color: #fff;
    padding: 2px 10px;
    transition: 0.3s;
}
.reply .comments_border i {  
    font-size: 14px;
    margin: 0 5px 0 0;
}
.reply .comments_border a {
    color: #fff;
}
.reply .comments_border:hover {
    transition: 0.3s;
    opacity: 0.8; 
}
form#commentform {
    padding: 30px 120px;
}
#commentform input {
    border-radius: 30px;
    font-size: 14px;
    margin: 0 0 15px;
    background: #ececec;
    padding: 15px 30px;
    border: 0;
}
a#cancel-comment-reply-link {
    margin: 0 0 15px;
    color: #f00;
    display: inline-block;
}
ul.comment-list ul.children {
    list-style: none;
    margin: 30px 0;
}
.box-archive-blog .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin: 20px 0 30px;
}
.box-information-contact {
    padding: 60px 0px;
    background: #fbf9ff;
}
.page-template-page-contact .box-form-contact {
    padding: 60px 180px;
    background: #fbf9ff;
}
/* responsive */

@media (max-width: 767px) {
	span.comment_form_titles {
	     margin: 0 0 10px;
	}
	.comments-list {
		 padding: 0 15px;
	}
	.left-item_testimonial_home {
         padding: 10px;
    }
	.item_testimonial_home{
		display:inline-block;
		 padding: 30px;
	}
	.right-item_testimonial_home {
         margin: auto;
}
}
/* Blog Archive */

@media (max-width: 1024px) {
	.logo-header {
         margin: 15px 30px 15px 0;
    }
	.bx-banner-hom h1{
		 font-size: 2.5em;
		 margin: 40px 0 15px;
	}
	.title-banner-home {
		 font-size: 2em;
	}
	.services-home {
		text-align: center;
		padding: 0px 70px;
     }
	 span.divider-title{
		 width:auto;
	 }
	.box-item-service-home {
		  padding: 20px 5px; 
	}
	.dsc-service-home p {
		padding: 15px 130px;
     }
	.info-professional-item h2{
		 color:#000;
	 }
	.date-item-archive-blog span, .author-item-archive-blog span {
         margin-left: 5px;
    }
	.box-contact-home {
		background-size: contain;
		padding: 30px 0 0;
		margin-top: 30px;
	}
	.tit-contact-home {
		margin-top: 50%;
		font-size: 4em;
		text-align: center;
	}
	.page-template-page-about .head-title-color {
        margin: 30px 0 30px;
    padding: 60px;

}
	.bx-about-item{
			margin-top: -40%;
	}
	.cal-information {
		margin-top: auto;
	}
	.left-item_testimonial_home {
		padding: 10px;
	}
	.box-creativeagency-item-home {
		width: 32.3%;
	}
	.bxfooter-main {
		padding: 0 30px;
	}
	.contact-box {
		margin: 10px 0 0;
	}
	.owlcarousel-professional .owl-nav {
		display: none;
	}
	.bx-calltoact-home {
		top: 10px;
	}
	.bg-top-footer {
		margin: 136px 0 0;
	}
	 header.entry-header h1 {
    	top: 130px;
	} 
	.breadcrumbs{
		top:190px;
	}
	/* 404 */
	.tit-error-404 {
		font-size: 2.5em;
	}
	.subtit-error-404 {
		font-size: 2.5em;
	}
}

@media (max-width: 992px) {
	.title-banner-home {
        font-size: 1.6em;
        margin-top: 130px;
        margin-bottom: 10px;
	    padding: 0 30px 0 0;
    }
	.bx-banner-hom h1 {
		font-size: 2em;
		margin: 20px 0 20px 0;
	}
	.subtitle-banner-home {
		margin: 0 0 15px;
		font-size: 1em;
		padding:0;
	}
	.buttons-banner-home {
        margin: auto;
    }
	.btn-color,.btn-nocolor{
		padding: 8px 20px 8px 20px;
	}
	
	.about-box {
		padding: 60px 0 30px;
	}
	.box-link-about {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.box-image-about {
		margin: 0 0 0 30px;
		text-align: center;
		margin: auto;
	}
	.services-home {
		text-align: center;
		padding: 0px 30px;
     }
	.box-service-home{
		 padding: 30px;
	}
	.dsc-service-home p {
    padding: 15px 70px;
    }
	.desc-item-service-home{
		text-align: center;
		margin: auto;
	}
	.box-information-home{
		padding:0;
		background-size: cover;
	}
	.info-item-archive-blog {
    padding: 0 10px;
    }
	.desc-item-archive-blog{
		padding: 0 10px 0 0px;
	}
	
	.box-contact-home {
		padding: 80px 0 0;
	}
	.box-image-contact-home {
		display: none;
	}
	.tit-contact-home {
		text-align:left;
		margin: 5% 0 0 0;
		font-size: 3em;
	}
	.desc-contact-home{
		text-align:left;
		margin:0;
	}
	.contact-btn{
		text-align:left;
	    margin: 7% 0;
	}

	.left-item_testimonial_home {
		padding: 0;
	}
	.item_testimonial_home {
		margin: auto;
	}
	.item_partner {
		display: block;
	}
	.box-creativeagency-item-home {
		width: 49.3%;
		display: inline-block;
		margin-bottom: 3%;
		text-align: center;;
	}
	.footer-main{
		padding: 10px;
	}
	header.entry-header h1 {
		top: 120px;
		font-size: 1.9em;
	}
	.breadcrumbs{
		display:none;
	}
	.sdaqqs {
		margin-top: 5%;
	}
	.bxfooter-main {
		padding: 0 10px;
	}
	.box-creativeagency-social-media-about .list-inline-item:not(:last-child) {
		margin-right: 1%;
	}
	.bx-popular-creativeagency-item{
		width: 100%;
		height:auto;
	    padding: 30px;
	}
	.bx-popular-creativeagency-item{
		padding:0;
	}
	.info-popular-creativeagency-item {
		background: #fff;
	    padding: 60px 30px 60px;
		font-size: 12px;
		text-align: center;
		width: 100%;
		max-height: 284px;
	}
	.subtit-item-ads {
		font-size: 20px;
	}
	a.btn-item-ads {
		font-size: 12px;
	}
	.info-professional-item h2 {
		font-size: 15px;
		margin: 10px 0;
	}
	.tit-calltoact-home {
		font-size: 20px;
		margin: 0 0 10px;
	}
	.bx-phone-top-footer {
    	font-size: 21px;
	}
	.wp-block-columns {
		flex-wrap: inherit;
		display: block;
	}
	/* 404 */
	.box-btn-go-home {
		text-align: center;
	}
	.error-404 {
    	margin: 100px 0 0;
	}
	form#commentform {
    padding: 30px;
}
	.info-box-about {
		padding: 15px;
	}
	.box-aboutt {
		 margin-bottom: auto;
	}
	.cal-information p{
		padding:0;
			text-align: center;
	}
}

@media (max-width: 767px) {
	header.site-header{
        padding: 0;
	}
	.navbar-bx {
		border-radius:0;
		background:#0a73ed;
	}
	div#navbar {
		float: left;
		margin: 10px;
	}
	.title-banner-home {
		margin-top: 80px;
		margin-bottom: 10px;
		font-size: 0.9em;
		text-align: left;
		padding-right: 200px;
	}
	.bx-banner-hom h1 {
		font-size: 1.2em;
		text-align: left;
		margin: 10px 0 10px;
		padding-right: 200px;
	}
	.subtitle-banner-home {
		margin: 0 0 5px;
		font-size: 0.7em;
		text-align: left;
         padding-right: 120px;

	}
	.logo-header {
		display: inline-block;
		float: right;
		margin:10px;
	}
	.buttons-banner-home {
		text-align: center;
		margin: auto;
    }
	.about-box {
        padding: 80px 0 30px;
    }
	.box-title-about h2{
		text-align:center;
	}
	.box-desc-about{
		padding:0 30px;
	}
	.box-title-about h2{
		padding:10px;
	}
	.box-professional-home .head-title-color{
		margin-top: -150px;
	}
	.dsc-service-home p {
        padding: 0;
     }
	 .services-home {
       padding: 0px 10px;
}
	.box-contact-home {
		background-size: cover;
		padding: 0;
		margin: 10% 0;
	}
	.tit-contact-home{
		font-size: 2em;
		margin: 10% 0 0;
		padding:0;
	}
	.left-item_testimonial_home {
			margin-bottom: 10%;
	}
	.box-copyright.pull-left {
		float: none;
		text-align: center;
		margin: auto;
	}
	.box-social-media.pull-right {
		float: none;
		text-align: center;
		margin: 5px auto;
	}
	header.entry-header{
		margin-top: 15%;
	}
	.archive header.entry-header{
		margin-top: 19.2%;
	}
	.tit-box-archive-blog h1{
		 font-size: 2rem;
	}
	.box-calltoact-home {
		display: none;
	}
	.footer-main h4 {
		margin: 30px 0 0;
	}
	div#navbarNavDropdown {
		position: absolute;
		z-index: 100;
		background: #0a73ed;
		top: 59px;
		width: 300px;
		left: 0;
		border-radius: 0 0 10px 10px;
	}
	div#navbarNavDropdown ul li a {
		
	}
	div#navbar ul li.current-menu-item a{
		background-image:none !important;
		background:transparent !important;
		box-shadow: none !important ;
        padding: 10px 20px !important;
	}
	header.entry-header h1 {
		top: 30px;
		font-size: 22px;
	}
	.uizsq {
		margin: 0 0 40px;
	}
	.retxv {
		margin-top: 50px;
	}
	.page-template-page-contact .box-form-contact{
		padding: 60px 0;
	}
	
	/* 404 */
	.error-404 {
		margin: 20px 0 0;
	}
	.tit-error-404 {
		font-size: 1.5em;
		padding: 10px 0 0;
	}
	.subtit-error-404 {
		font-size: 1.5em;
	}
	.tit-error-404 small {
		margin: 0 0 0 10px;
		font-size: 10px;
	}
	a.btn-go-home {
		margin: 10px 0 0;
	}
	.price-home {
       padding: 0 2px;
}
}
@media (max-width: 572px) {
	.bg-banner-home {
    margin-top: 50px;
}
    .services-home {
    display: block;
}
    .box-creativeagency-item-home {
    width: 100%;
    margin-bottom: 1%;
}
    .single header.entry-header{
		margin-top: 17.2%;
	}
    .gallery-bx {
     padding: 10px; 
    }
    .item-archive-blog {
	margin: 10px 0 20px;
     }
   .buttons-banner-home {
    margin-top: 30px;
    }
    .bx-about-item {
	padding:0px;
	margin:auto;
     }
	 .box-professional-home {
    padding: 250px 0 0 0;
	 }
}
@media (min-width: 1800px) {
    .top-service{
		padding: 150px 0;
	}
}

@media (max-width: 572px) {
    .collapse.navbar-collapse { display: block; } 
    .navbar-collapse.collapse.show { display: none !important; }
    .bx-aboutt {
    padding: 10px 10px;
    margin-top: 80px;
}
}
.desc-aboutt ul li {
    color: #000;
}
figure.wp-block-table {
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 30px;
}
tbody tr:first-child {
    background: red;
    color: #fff;
}
figure.wp-block-gallery li.blocks-gallery-item {
    margin: 10px 0px !important;
}
.home .content p {
    margin-top: 10px;
    padding: 15px 70px;
    margin: auto;
    font-size: 18px;
}
ul.portfolio li {
    display: inline-block;
    width: 20%;
}
ul.portfolio img {
    width: 70%;
}
ul.portfolio {
    text-align: center;
    margin: auto; 
    padding: 15px 0;
}
pre {
    font-family: 'Lato';
    color: #000000;
    font-size: 16px;
}
