/**
*	Theme Name: Aaron Palmer SEO
**/
body{
    font-family: "Montserrat", sans-serif !important;
}
body .container{
    max-width: 1352px;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
body.bmenu-open {
    overflow: hidden;
}
.nav-bar {
    text-align: right;
}
.main-navigation {
    clear: both;
    position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    margin: 0px 40px 0 0;
    position: relative;
}

.nav-menu li:last-child {
    margin: 0;
}

.nav-menu li a {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    padding-bottom: 8px;
}
.nav-menu li a::after{
    content: '';
    display: inline-block;
    background-color: #ea384c;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    transition: all 0.4s ease;s
}
.nav-menu li a:hover::after{
    width: 100%;
}
.nav-menu li a img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7488%) hue-rotate(290deg) brightness(105%) contrast(105%);
    margin-right: 2px;
    margin-top: -2px;
    width: 17px;
    height: 17px;
}
.nav-menu li.menu-btn a {
    color: #ffffff;
    font-size: 15px;
    background-color: rgb(234 56 76);
    box-shadow: 0 0 8px rgba(234, 56, 76, .7);
    border-radius: 5px;
    padding: 15px 25px;
    font-weight: 500;
}
.nav-menu li.menu-btn a:hover{
    color: #ffffff;
    background-color: #ea384ce6;
    border-radius: 5px;
}
.nav-menu li.menu-btn a::after{
    display: none;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}

.nav-menu li.menu-item-has-children::after {
    color: #1b2336;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    right: -3px;
    top: 5px;
    line-height: 1;
}

.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    right: 16px;
    top: 18px;
}

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #1b2336;
    border: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}

ul.sub-menu li {
    margin: 0;
}

ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 225px;
    font-size: 15px;
}

ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #ffffff;
    margin: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: rgb(31, 115, 190);
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover {
    color: #ea384c;
}
.nav-menu .current_page_item > a img,
.nav-menu .current_page_ancestor > a img,
.nav-menu .current-menu-item > a img,
.nav-menu .current-menu-ancestor > a img,
.nav-menu li a:hover img{
    filter: brightness(0) saturate(100%) invert(35%) sepia(67%) saturate(4450%) hue-rotate(335deg) brightness(95%) contrast(92%);
}

.site-header.fixedmenu .nav-menu .current_page_item > a,
.site-header.fixedmenu .nav-menu .current_page_ancestor > a,
.site-header.fixedmenu .nav-menu .current-menu-item > a,
.site-header.fixedmenu .nav-menu .current-menu-ancestor > a,
.site-header.fixedmenu .nav-menu li a:hover {
    color: #ea384c;
}
.site-header.fixedmenu .nav-menu .current_page_item > a img,
.site-header.fixedmenu .nav-menu .current_page_ancestor > a img,
.site-header.fixedmenu .nav-menu .current-menu-item > a img,
.site-header.fixedmenu .nav-menu .current-menu-ancestor > a img,
.site-header.fixedmenu .nav-menu li a:hover img{
    filter: brightness(0) saturate(100%) invert(39%) sepia(35%) saturate(6933%) hue-rotate(332deg) brightness(93%) contrast(98%);
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu,
span.submenu-toggle{
    display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	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;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.content-header.cover {
    padding: 210px 0 240px;
    position: relative;
    background-attachment: fixed !important;
    background-position: bottom !important;
}
.conthead-content{
    position: relative;
    z-index: 1;
}
.conthead-content h1{
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px 0;
}
.content-header .hbanner-ct a.all-buttons{
    margin-top: 15px;
}
.content-header .hbanner-ct a.all-buttons.red:hover{
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .4);
}
.content-header .hbanner-ct a.all-buttons.red:hover img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(0%) hue-rotate(253deg) brightness(103%) contrast(100%);
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.all-pages-content {
    padding: 60px 0 45px;
    border-bottom: 2px solid #ea384c;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.all-pages-content .hmain-content {
    text-align: left;
    margin: 0;
}
.all-pages-content .hmain-content p{
    width: 100%;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Header*/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 15px 0 12px;
    border-bottom: 2px solid transparent;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.site-logo img {
    width: 176px;
    filter: brightness(0) saturate(100%) invert(24%) sepia(80%) saturate(2623%) hue-rotate(337deg) brightness(101%) contrast(84%);
}
.site-header.fixedmenu{
    border-color: #ea384c;
    background-color: rgb(255, 255, 255, 1);
    box-shadow: 0 0 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
.site-header.fixedmenu *{
    transition: all 0.4s ease;
}
.site-header.fixedmenu .site-logo img{
    transition: unset;
}
.site-header.fixedmenu .nav-menu li a{
    color: #000000;
}
.site-header.fixedmenu .site-logo img {
    width: 155px;
    filter: brightness(0) saturate(100%) invert(34%) sepia(52%) saturate(3155%) hue-rotate(332deg) brightness(92%) contrast(98%);
}
.site-header.fixedmenu .nav-menu li a img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7500%) hue-rotate(63deg) brightness(91%) contrast(108%);
}
.site-header.fixedmenu .nav-menu li.menu-btn a{
    color: #ffffff;
}
.site-header.fixedmenu .nav-menu li.menu-btn a:hover{
    color: #ffffff;
    background-color: #000000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .4);
}

/*Header*/


/*Home*/
.hbanner-sec.cover {
    position: relative;
    padding: 240px 0 285px;
    display: flex;
    align-items: center;
}
.hbanner-sec.cover::before,
.content-header.cover::before{
    content: '';
    display: inline-block;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hbanner-sec.cover::after,
.content-header.cover::after{
    content: '';
    display: inline-block;
    background-image: url(images/homebg-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 274px;
    z-index: 0;
}
.hbanner-content{
    position: relative;
    z-index: 1;
}
.hbanner-ct {
    position: relative;
    z-index: 1;
    text-align: center;
}
.hbanner-ct .d-flex {
    margin-top: 30px;
    justify-content: center;
}
.d-flex.btns{
    column-gap: 10px;
}
a.all-buttons {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.4s ease;
    padding: 13px 25px 14px 31px;
    border-radius: 5px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
a.all-buttons img {
    width: 18px;
    height: 18px;
    margin-left: 3px !important;
    margin-top: -2px !important;
    transition: all 0.4s ease;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}
a.all-buttons:hover img{
    margin-left: 8px !important;
}
a.all-buttons.red{
    background-color: #ea384c;
    box-shadow: 0 0 8px rgba(234, 56, 76, .7);
}
a.all-buttons.red:hover {
    color: #ffffff;
    background-color: #000000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .4);
}
a.all-buttons.red img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(0%) hue-rotate(32deg) brightness(119%) contrast(100%);
}
a.all-buttons.white {
    color: #000000;
    background-color: #ffffff;
}
a.all-buttons.white:hover{
    color: #ffffff;
    background-color: #ea384ce6;
}
a.all-buttons.white img{
    filter: brightness(0) saturate(100%) invert(7%) sepia(23%) saturate(2635%) hue-rotate(188deg) brightness(104%) contrast(98%);
}
a.all-buttons.white:hover img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(0%) hue-rotate(32deg) brightness(119%) contrast(100%);
}
.hbanner-ct .d-flex strong{
    color: #fafafa;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}
.hbanner-ct p img {
    filter: brightness(0) saturate(100%) invert(33%) sepia(62%) saturate(6469%) hue-rotate(339deg) brightness(103%) contrast(83%);
    margin: 0 0 7px 0;
}
.hbanner-ct p strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    background-color: rgb(234, 56, 76, 0.7);
    display: inline-block;
    padding: 5px 15px 4px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.hbanner-ct p.mb-short {
    margin-bottom: 5px;
}
.hbanner-ct h1,
.hbanner-ct h2,
.hbanner-ct h3,
.hbanner-ct h4,
.hbanner-ct h5,
.hbanner-ct h6{
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.hbanner-ct h1 strong,
.hbanner-ct h2 strong,
.hbanner-ct h3 strong,
.hbanner-ct h4 strong,
.hbanner-ct h5 strong,
.hbanner-ct h6 strong{
    color: #ea384c;
    font-weight: 700;
}
.hbanner-ct p {
    color: #ffffffe6;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto 15px;
    width: 68%;
}
.hmain-content{
    text-align: center;
    margin-bottom: 45px;
}
.hmain-content h1,
.hmain-content h2,
.hmain-content h3,
.hmain-content h4,
.hmain-content h5,
.hmain-content h6{
    color: #181c14;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 15px 0;
    position: relative;
}
.hmain-content h1 strong,
.hmain-content h2 strong,
.hmain-content h3 strong,
.hmain-content h4 strong,
.hmain-content h5 strong,
.hmain-content h6 strong{
    color: #ea384c;
    font-weight: 700;
}
.hmain-content.sm h1,
.hmain-content.sm h2,
.hmain-content.sm h3,
.hmain-content.sm h4,
.hmain-content.sm h5,
.hmain-content.sm h6{
    color: #000000;
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 0;
}
.hmain-content.sm h1::after,
.hmain-content.sm h2::after,
.hmain-content.sm h3::after,
.hmain-content.sm h4::after,
.hmain-content.sm h5::after,
.hmain-content.sm h6::after{
    display: none;
}
.hmain-content.sm p,
.hmain-content.sm ul li{
    color: #3c3d37;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.hmain-content.sm p {
    width: 100%;
    margin: 0 0 15px 0;
}
.hmain-content.sm p:last-child{
    margin-bottom: 0;
}
.hmain-content p,
.hmain-content ul li{
    color: #3c3d37;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.hmain-content p{
    width: 59%;
    margin: 0 auto 15px;
}
.hmain-content p strong {
    align-self: center;
    color: #ea384c;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    column-gap: 5px;
    align-items: center;
    justify-content: center;
}
.hmain-content p strong img {
    width: 23px;
    height: 23px;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(33%) sepia(62%) saturate(6469%) hue-rotate(339deg) brightness(103%) contrast(83%);
    margin-top: -1px;
}
.hmain-content ul li,
.hmain-content.sm ul li{
    margin: 0 0 13px 0;
}
.hmain-content.sm ul li:last-child{
    margin: 0;
}
.hmain-content ul li {
    position: relative;
    padding-left: 20px;
}
.hmain-content ul li::after {
    content: '';
    display: inline-block;
    background-color: #ea384c;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 0;
    border-radius: 100%;
}
.hmain-content.sm ul li {
    padding-left: 20px;
    margin: 0 0 9px 0;
}
.hmain-content ul li strong{
    color: #020817;
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.hmain-content a.all-buttons{
    margin-top: 15px;
}
.hmain-content ul{
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.hmain-content.white h1,
.hmain-content.white h2,
.hmain-content.white h3,
.hmain-content.white h4,
.hmain-content.white h5,
.hmain-content.white h6{
    color: #ffffff;
}
.hmain-content.white p{
    color: rgba(255, 255, 255, 0.9);
}
.hmain-content img.icon{
    filter: brightness(0) saturate(100%) invert(33%) sepia(62%) saturate(6469%) hue-rotate(339deg) brightness(103%) contrast(83%);
}
.hourservices-sec {
    padding: 30px 0 67px;
    position: relative;
}
.hourservices-sec::before{
    content: '';
    display: inline-block;
    background-image: url(images/music-services-before-icon.svg);
    filter: brightness(0) saturate(100%) invert(33%) sepia(62%) saturate(6469%) hue-rotate(339deg) brightness(103%) contrast(83%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 96px;
    height: 96px;
    position: absolute;
    top: -2.5rem;
    right: 2.5rem;
    z-index: 0;
    opacity: 0.1;
}
.hourservices-sec::after {
    content: '';
    display: inline-block;
    background-image: url(images/music-services-after-icon.svg);
    filter: brightness(0) saturate(100%) invert(33%) sepia(62%) saturate(6469%) hue-rotate(339deg) brightness(103%) contrast(83%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    z-index: 0;
    transform: rotate(12deg);
    opacity: 0.1;
}
.hourservices-list .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
    justify-content: center;
}
.hourservice-lbox {
    padding: 40px 20px;
    box-shadow: 0 0 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    border-radius: 8px;
    border-bottom: 3px solid transparent;
    height: 100%;
    transition: all 0.4s ease;
    text-align: center;
}
.hourservice-lbox:hover{
    border-color: #ea384c;
    transform: scale(1.03);
}
.hourservice-lbox .icon {
    background-color: #ea384c;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    margin: 0 auto 20px;
}
.hourservice-lbox .icon img {
    width: 24px;
    height: 24px;
    margin: 0 auto;
    text-align: center;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(157deg) brightness(104%) contrast(103%);
}
.hourservice-lbox h3 {
    color: #181c14;
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 11px 0;
}
.hourservice-lbox p {
    color: #3c3d37;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.contactus .hourservice-lbox p{
    margin: 0 0 10px 0;
}
.contactus .hourservice-lbox p:last-child{
    margin-bottom: 0;
}
.hourservice-lbox p a.text{
    color: #3c3d37;
    transition: all 0.5s ease;
}
.hourservice-lbox p a.text:hover{
    color: #ea384c;
}
.hourservice-lbox a.all-buttons {
    font-size: 13px;
    padding: 10px 20px 11px 26px;
    margin-top: 30px;
}
.hleftright-sec {
    padding: 70px 0 77px;
    background-color: #fdfcfa;
    position: relative;
}
.hleftright-sec::before{
    content: '';
    display: inline-block;
    background-image: url(images/music-services-before-icon.svg);
    filter: brightness(0) saturate(100%) invert(33%) sepia(62%) saturate(6469%) hue-rotate(339deg) brightness(103%) contrast(83%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    z-index: 0;
    opacity: 0.1;
}
.hleftright-sec::after {
    content: '';
    display: inline-block;
    background-image: url(images/about.svg);
    filter: brightness(0) saturate(100%) invert(33%) sepia(62%) saturate(6469%) hue-rotate(339deg) brightness(103%) contrast(83%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    z-index: 0;
    opacity: 0.1;
}
.hleftright-list .row.right .col-sm-12:first-child{
    order: 2;
}
.hleftright-list .row.right .col-sm-12.center{
    text-align: center;
}
.hleftright-limage.circle {
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
.hleftright-limage.circle::before{
    content: '';
    display: inline-block;
    background-image: url(images/music-services-before-icon.svg);
    filter: brightness(0) saturate(100%) invert(33%) sepia(62%) saturate(6469%) hue-rotate(339deg) brightness(103%) contrast(83%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 0.3;
}
.hleftright-limage.circle::after {
    content: '';
    display: inline-block;
    background-image: url(images/about.svg);
    filter: brightness(0) saturate(100%) invert(33%) sepia(62%) saturate(6469%) hue-rotate(339deg) brightness(103%) contrast(83%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0.3;
}
.hleftright-limage.circle img {
    border-radius: 100%;
    width: 380px;
    height: 380px;
    margin: 0 auto;
    object-fit: cover;
    box-shadow: 0 0 45px -5px #ea384c;
}
.hmain-content.hleftright-lct {
    text-align: left;
    margin: 0;
}
.hmain-content.hleftright-lct p{
    width: 100%;
}
.hmain-content.hleftright-lct p strong{
    justify-content: left;
}
.categories-list ul {
    display: flex;
    column-gap: 9px;
    flex-wrap: wrap;
    margin: 25px 0 10px;
}
.categories-list ul li{
    padding: 0;
}
.categories-list ul li::after{
    display: none;
}
.categories-list ul li{
    color: #3c3d37;
    font-size: 16px;
    font-weight: 400;
    padding: .5rem 1rem;
    display: flex;
    column-gap: 5px;
    border: 1px solid #ecdfcc4d;
    border-radius: 100px;
    align-items: center;
}
.categories-list ul li img{
    width: 15px;
    height: 15px;
    filter: brightness(0) saturate(100%) invert(33%) sepia(62%) saturate(6469%) hue-rotate(339deg) brightness(103%) contrast(83%);
}
.digitalmasterpiece-sec {
    padding: 60px 0 53px;
    position: relative;
    background-color: #f7f7f7;
}
.digitalmasterpiece-sec.cover {
    background-attachment: fixed !important;
    padding: 80px 0 71px;
}
.digitalmasterpiece-sec.cover::after{
    content: '';
    display: inline-block;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.digitalmasterpiece-content{
    position: relative;
    z-index: 1;
}
.digitalmasterpiece-content .hmain-content{
    margin: 0;
}
.digitalmasterpiece-content .hmain-content h1,
.digitalmasterpiece-content .hmain-content h2,
.digitalmasterpiece-content .hmain-content h3,
.digitalmasterpiece-content .hmain-content h4,
.digitalmasterpiece-content .hmain-content h5,
.digitalmasterpiece-content .hmain-content h6{
    margin: 0 0 10px 0;
}
.contactget-sec.cover {
    position: relative;
    padding: 70px 0 72px;
}
.contactget-sec.cover::after{
    content: '';
    display: inline-block;
    background-image: linear-gradient(to top, #000000, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.6;
}
.contactget-sec.cover::before{
    content: '';
    display: inline-block;
    background-image: linear-gradient(to bottom, #000000, transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
}
.contactget-content{
    position: relative;
    z-index: 1;
}
.contactinfo-box{
    background-color: #ffffff;
    padding: 2rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border-radius: .75rem;
}
.contactinfo-box.second{
    margin-top: 24px;
}
.contactinfo-title h3 {
    color: #181c14;
    font-size: 23px;
    font-weight: 700;
    display: flex;
    column-gap: 7px;
    align-items: center;
    margin: 0 0 25px 0;
}
.contactinfo-title h3 strong{
    color: #ea384c;
    font-weight: 700;
}
.contactinfo-box.second .contactinfo-title h3{
    margin: 0 0 20px 0;
}
.contactinfo-title h3 img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(33%) sepia(62%) saturate(6469%) hue-rotate(339deg) brightness(103%) contrast(83%);
    margin: -2px 0 0 0;
}
.contactinfo-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contactinfo-box ul li {
    margin-bottom: 26px;
}
.contactinfo-box.second ul li {
    margin-bottom: 10px;
}
.contactinfo-box ul li:last-child{
    margin-bottom: 0;
}
.contactinfo-box ul li .icon {
    width: 40px;
    height: 40px;
    line-height: 38px;
    background-color: #ea384c;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
}
.contactinfo-box ul li .icon img{
    width: 18px;
    height: 18px;
    margin: 0 auto;
    text-align: center;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(107%) contrast(94%);
}
.contactinfo-box .info {
    padding-left: 15px;
    flex: 0 1 calc(100% - 40px);
}
.contactinfo-box ul li strong {
    color: #181c14;
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.contactinfo-box ul li a,
.contactinfo-box ul li span{
    color: #3c3d37;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease;
    display: inline-block;
}
.contactinfo-box ul li a:hover{
    color: #ea384c;
}
.contact-form {
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 2rem;
    border-radius: .75rem;
    position: relative;
}
.contact-form::after{
    content: '';
    display: inline-block;
    background-image: url(images/about.svg);
    filter: brightness(0) saturate(100%) invert(33%) sepia(62%) saturate(6469%) hue-rotate(339deg) brightness(103%) contrast(83%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 0;
    opacity: 0.1;
}
.contact-form::before {
    content: '';
    display: inline-block;
    background-image: url(images/music-services-before-icon.svg);
    filter: brightness(0) saturate(100%) invert(33%) sepia(62%) saturate(6469%) hue-rotate(339deg) brightness(103%) contrast(83%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 0;
    opacity: 0.1;
}
.contact-form .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
}
.contact-form p{
    margin: 0;
}
.contact-form br{
    display: none;
}
.contact-form label{
    color: #181c14;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form input::placeholder,
.contact-form textarea::placeholder{
    color: #0b162aa6;
    font-size: 13px;
    font-weight: 400;
}
.contact-form input,
.contact-form select,
.contact-form textarea{
    background-color: #ffffff;
    border: 1px solid rgba(209 213 219);
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border-radius: .5rem;
    position: relative;
    z-index: 1;
}
.contact-form textarea {
    height: 122px;
    padding-top: 15px;
}
.contact-form .button{
    text-align: center;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: #ea384c;
    border: none;
    transition: all 0.4s ease;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    color: #ffffff;
    background-color: #181c14;
}
.contact-form span.wpcf7-spinner {
    margin: 5px auto 0;
}
.contact-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    border: none;
}
.contact-form .wpcf7-not-valid-tip{
    font-size: 13px;
}
/*Home*/

/*Services*/
.ourserviceprocess-sec {
    padding: 60px 0 67px;
    border-bottom: 2px solid #ea384c;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.ourserviceprocess-list {
    width: 85%;
    margin: 0 auto;
}
.ourserviceprocess-lbox {
    padding: 35px;
    box-shadow: 0 0 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    border-radius: 8px;
    border-bottom: 3px solid transparent;
    transition: all 0.4s ease;
    margin-bottom: 15px;
    border-bottom: 2px solid transparent;
}
.ourserviceprocess-lbox:hover{
    border-color: #ea384c;
}
.ourserviceprocess-lbox .circle-count {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    background-color: #ea384c;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
}
.ourserviceprocess-lbox .content {
    padding-left: 25px;
    flex: 0 1 calc(100% - 100px);
}
.ourserviceprocess-lbox h3{
    color: #181c14;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.ourserviceprocess-lbox p{
    color: #3c3d37;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.fw-btns{
    text-align: center;
    margin-top: 35px;
}

/*Services*/

/*About Us*/
.hleftright-sec.aboutus {
    background-color: transparent;
    padding: 60px 0 67px;
}
.ourserviceprocess-sec.aboutus {
    background-color: #fdfcfa;
}
.hourservices-sec.aboutus {
    padding: 60px 0 67px;
}
.hourservices-sec.aboutus::before{
    top: 2.5rem;
}
/*About Us*/

/*Contact Us*/
.contact-form.contactpg-form {
    width: 70%;
    margin: 0 auto;
}
.contact-form .hmain-content {
    text-align: center;
    margin: 0 0 40px 0;
}
.contact-form .hmain-content p{
    width: 51%;
    margin: 0 auto 15px;
}
.contact-form .hmain-content p.mb-short{
    margin-bottom: 0;
}

/*Contact Us*/

/*Footer*/
.site-footer {
    padding: 55px 0 0 0;
}
.footer-content .row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}
.footer-logo {
    text-align: center;
}
.footer-logo img {
    width: 160px;
    margin-bottom: 20px;
}
.footer-logo p {
    color: #3c3d37;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.ft-menu strong {
    color: #181c14;
    font-size: 20px;
    font-weight: 700;
    display: block;
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 20px;
}
.ft-menu strong::after {
    content: '';
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.ft-menu strong::before{
    content: '';
    display: inline-block;
    background-color: #f43f5e;
    width: 77px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.ft-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-menu ul li{
    margin-bottom: 15px;
    position: relative;
}
.ft-menu.ft-contactinfo ul li{
    padding-left: 0;
}
.ft-menu.ft-contactinfo ul li::after{
    display: none;
}
.ft-menu.ft-contactinfo ul li a, .ft-menu.ft-contactinfo ul li span {
    display: flex;
    column-gap: 7px;
}
.ft-menu.ft-contactinfo ul li a img, .ft-menu.ft-contactinfo ul li span img{
    margin-top: 1px;
}
.ft-menu ul li a,
.ft-menu ul li span{
    color: #3c3d37;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease;
}
.ft-menu ul li a:hover{
    color: #ea384c;
}
.ft-menu ul li:last-child{
    margin-bottom: 0;
}
.ft-menu ul li img{
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(21%) sepia(95%) saturate(2427%) hue-rotate(11deg) brightness(93%) contrast(98%);
    margin-right: 5px;
}
.copyright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 18px 0;
    margin-top: 35px;
    text-align: center;
}
.copyright .row {
    justify-content: space-between;
}
.copyright span {
    color: #3c3d37;
    font-size: 16px;
    font-weight: 400;
}
.copyright span img{
    width: 17px;
    height: 17px;
    margin: 0 3px;
    filter: brightness(0) saturate(100%) invert(21%) sepia(95%) saturate(2427%) hue-rotate(11deg) brightness(93%) contrast(98%);
}
.copyright span a{
    color: #3c3d37;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.copyright span a:hover{
    color: #ea384c;
}

/*Footer*/

/*  Media Query  */
@media (max-width: 1440px){
    .hourservices-sec {
        padding: 30px 0 85px;
    }
    .hourservices-sec::before {
        width: 70px;
        height: 70px;
    }
    .hourservices-sec::before {
        top: 20px;
        right: 20px;
    }
    .hourservices-sec::after {
        width: 50px;
        height: 50px;
        bottom: 20px;
        left: 20px;
    }
    .hleftright-sec::before, .hleftright-sec::after {
        width: 50px;
        height: 50px;
    }
    .hleftright-sec::after {
        bottom: 20px;
        left: 20px;
    }
    .hleftright-sec::before {
        top: 20px;
        right: 20px;
    }
}
@media (max-width: 1367px){
    body .container {
        max-width: 100%;
        padding: 0 40px;
    }
    .digitalmasterpiece-sec {
        padding: 50px 0 43px;
    }
}
@media (max-width: 1281px){
    .hbanner-sec.cover {
        padding: 200px 0 225px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6{
        font-size: 40px;
    }
    .hbanner-ct p {
        width: 78%;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6{
        font-size: 29px;
    }
    .hmain-content p, .hmain-content ul li{
        font-size: 16px;
    }
    .categories-list ul li{
        font-size: 14px;
    }
    a.all-buttons{
        font-size: 15px;
    }
}
@media (max-width: 1171px){
    .hbanner-ct p{
        font-size: 16px;
        width: 83%;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 35px;
    }
}
@media (max-width: 1025px){
    .nav-menu li a{
        font-size: 15px;
    }
    .hmain-content p {
        width: 71%;
    }
    .hourservices-list .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .hourservices-list .col-sm-12 {
        flex: auto;
        width: 100%;
    }
    .hourservice-lbox{
        padding: 40px;
    }
    .footer-content .row {
        --bs-gutter-x: 30px;
        --bs-gutter-y: 30px;
    }
    .footer-content .col-4 {
        flex: auto;
        width: 33.33%;
    }
    .footer-content .col-4:first-child{
        width: 100%;
        text-align: center;
    }
    .nav-menu li {
        margin: 0px 20px 0 0;
    }
    .nav-menu li.menu-btn a{
        font-size: 14px;
    }
    .hbanner-ct p strong{
        font-size: 11px;
    }
    a.all-buttons {
        font-size: 14px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 32px;
    }
}
@media (max-width: 831px){
    body .container {
        padding: 0 20px;
    }
    .site-logo img {
        width: 118px;
    }
    .nav-menu li.menu-btn a{
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }
    .site-header.fixedmenu .site-logo img {
        width: 106px;
    }
    .hmain-content {
        margin-bottom: 35px;
    }
    .hourservices-sec {
        padding: 30px 0 75px;
    }
    .contactinfo-box.second {
        margin: 20px 0;
    }
    .site-footer {
        padding: 40px 0 0 0;
    }
    .ft-menu ul li a, .ft-menu ul li span{
        font-size: 14px;
    }
    .ft-menu ul li {
        margin-bottom: 10px;
    }
    .copyright {
        padding: 15px 0;
    }
    .copyright span {
        font-size: 14px;
    }
    .footer-logo p {
        font-size: 14px;
        width: 91%;
        margin: 0 auto;
    }
    .ft-menu strong{
        font-size: 17px;
    }
    .contactget-sec.cover {
        padding: 50px 0 52px;
    }
    .contactinfo-title h3{
        font-size: 20px;
    }
    .site-header.fixedmenu .nav-menu li a {
        color: #ffffff;
    }
    .site-header.fixedmenu .nav-menu li a img{
        filter: brightness(0) saturate(100%) invert(55%) sepia(72%) saturate(7084%) hue-rotate(333deg) brightness(95%) contrast(94%);
    }
    .site-header.fixedmenu .nav-menu li a:hover{
        color: #ea384c;
    }
    .site-header.fixedmenu .nav-menu li.menu-btn a:hover {
        color: #ffffff !important;
        background-color: #000000 !important;
    }
    .content-header.cover {
        padding: 120px 0 180px;
    }
    .ourserviceprocess-list {
        width: 100%;
    }
    .ourserviceprocess-lbox h3{
        font-size: 20px;
    }
    .ourserviceprocess-lbox p {
        font-size: 15px;
    }
    .contact-form.contactpg-form {
        width: 100%;
    }
    .hourservices-sec {
        padding: 10px 0 55px;
    }
    .contact-form .hmain-content p {
        width: 100%;
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 51px;
        right: 20px;
        z-index: 1;
        user-select: none;
    }
    #menuToggle.open {
        position: fixed;
        top: 25px;
        right: 6px;
        opacity: 1;
        z-index: 999999999;
    }
    #menuToggle input {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 1;
        top: 0;
        right: 0;
        display: inline-block;
    }
    #menuToggle.open input {
        top: -6px;
        right: 5px;
    }
    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 0;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
            opacity 0.55s ease;
    }
    .site-header.fixedmenu #menuToggle span{
        background: #f43f5e;
    }
    #menuToggle.open span:first-child {
        transform-origin: 0% 0%;
    }
    #menuToggle.open span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    #menuToggle.open input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #fff;
    }
    #menuToggle.open input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle.open input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu {
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu {
        display: block !important;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-menu li.menu-item-has-children ul.sub-menu {
        height: 0;
        transition: all 0.4s ease;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        height: auto;
        background-color: transparent;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 15px;
        padding-bottom: 0;
    }
    .nav-menu li.menu-item-has-children:last-child.open ul.sub-menu.open-submenu {
        padding-bottom: 0;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #fff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .mobilesubmenu.open {
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    ul.sub-menu {
        display: none !important;
        position: relative !important;
        top: -100% !important;
        width: 100%;
        transition: all 1s;
    }
    ul.sub-menu li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    ul.sub-menu li:last-child {
        border: 0 !important;
    }
    ul.sub-menu li a {
        color: #fff !important;
        font-weight: 600;
        width: auto;
        display: inline-block;
        text-align: left;
    }
    .nav-menu .sub-menu,
    .nav-menu .children {
        width: 100%;
        background-color: transparent;
        transform: translateX(0);
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
        display: none;
    }
    .nav-bar {
        background-color: rgba(0,0,0,0.9);
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 20px 20px 100px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 300px;
        text-align: left;
        z-index: 99999;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 10px !important;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    .nav-menu li a {
        color: #fff;
        font-weight: normal;
        font-size: 14px;
        padding: 15px 0;
    }
    .nav-menu .current_page_item > a,
    .nav-menu .current_page_ancestor > a,
    .nav-menu .current-menu-item > a,
    .nav-menu .current-menu-ancestor > a,
    .nav-menu li a:hover {
        color: #ffffff !important;
        background: transparent !important;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333;
        float: right;
    }
    span.submenu-toggle {
        position: absolute;
        top: 8px;
        right: 8px;
        color: #ffffff;
        width: 30px;
        display: inline-block;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.2);
        text-align: center;
        line-height: 33px;
        font-size: 13px;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #fff;
        cursor: pointer;
        margin-bottom: 20px;
    }
    #navbar {
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #navbar::-webkit-scrollbar {
        width: 3px;
        visibility: hidden;
        opacity: 0;
    }
    #navbar::-webkit-scrollbar-track,
    #navbar::-webkit-scrollbar-thumb {
        border-radius: 0;
    }
    #navbar:hover::-webkit-scrollbar {
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 768px){
    .hbanner-sec.cover {
        padding: 145px 0 190px;
    }
    .hbanner-ct p {
        font-size: 16px;
        width: 90%;
    }
    .hmain-content p {
        width: 90%;
    }
    .hleftright-sec {
        padding: 55px 0 67px;
    }
    .hleftright-list .row.right .col-sm-12:first-child {
        order: unset;
    }
    .hmain-content.hleftright-lct {
        margin-top: 35px;
    }
    .hleftright-sec::before, .hleftright-sec::after {
        width: 35px;
        height: 35px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 25px;
    }
    .hmain-content p strong{
        font-size: 14px;
    }
    .hmain-content p strong img {
        width: 20px;
        height: 20px;
    }
    .hleftright-list {
        text-align: center;
    }
    .ourserviceprocess-sec.aboutus {
        padding: 50px 0 40px;
    }
    .digitalmasterpiece-sec.cover {
        padding: 50px 0 51px;
    }
    .hleftright-sec.aboutus {
        padding-top: 0;
    }
}
@media (max-width: 668px){
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 28px;
    }
    .hourservices-sec {
        padding: 10px 0 65px;
    }
    .footer-content .col-4 {
        width: 100%;
    }
    .footer-logo p {
        width: 96%;
    }
}
@media (max-width: 571px){
    .hbanner-ct p {
        font-size: 15px;
        width: 100%;
    }
    a.all-buttons {
        font-size: 13px;
        padding: 11px 25px 12px 31px;
    }
    .hourservice-lbox {
        padding: 35px 20px;
    }
    .hmain-content p{
        width: 100%;
    }
    .hmain-content p br{
        display: none;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 22px;
    }
    .contactinfo-box ul li strong{
        font-size: 15px;
    }
    .contactinfo-box ul li a, .contactinfo-box ul li span{
        font-size: 14px;
    }
    .hbanner-ct p br{
        display: none;
    }
    .ourserviceprocess-lbox .d-flex {
        display: block !important;
        text-align: center;
    }
    .ourserviceprocess-lbox .circle-count {
        margin-bottom: 25px;
    }
    .ourserviceprocess-lbox .content{
        padding-left: 0;
    }
    .ourserviceprocess-sec {
        padding: 50px 0;
    }
    .ourserviceprocess-lbox {
        padding: 30px 20px;
    }
    .ourserviceprocess-lbox h3 {
        font-size: 17px;
    }
}
@media (max-width: 481px){
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 23px;
    }
    .hourservices-sec::before {
        top: -65px;
    }
    .hbanner-ct .d-flex {
        display: block !important;
    }
    .hbanner-ct .d-flex a:first-child{
        margin-bottom: 15px;
    }
    .hbanner-ct h1, .hbanner-ct h2, .hbanner-ct h3, .hbanner-ct h4, .hbanner-ct h5, .hbanner-ct h6 {
        font-size: 20px;
    }
    .hbanner-ct p strong {
        font-size: 10px;
    }
}
@media (max-width: 415px){
    .hmain-content p, .hmain-content ul li {
        font-size: 14px;
    }
    .contact-form {
        padding: 30px 22px 10px;
    }
    .contact-form .col-6{
        flex: auto;
        width: 100%;
    }
    .contactinfo-box {
        padding: 22px;
    }
    .contactinfo-box.second ul li {
        margin-bottom: 7px;
    }
    .hleftright-limage.circle img {
        width: 300px;
        height: 300px;
    }
    .hourservice-lbox p {
        font-size: 14px;
    }
    .contactinfo-title h3 {
        font-size: 18px;
    }
    .ourserviceprocess-lbox .circle-count {
        font-size: 20px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
}