@font-face {
	font-family: 'Baskerville-BT-Bold';
	src: url('/wp-content/themes/twentytwentyone/fontpath/Baskerville-BT-Bold.woff') format('woff');
	font-weight:600;
}
@font-face {
	font-family: 'Helvetica';
	src: url('/wp-content/themes/twentytwentyone/fontpath/Helvetica.woff') format('woff');
	font-weight:500;
}
@font-face {
	font-family: 'Helvetica';
	src: url('/wp-content/themes/twentytwentyone/fontpath/Helvetica-Bold.woff') format('woff');
	font-weight:600;
}
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url('/wp-content/themes/twentytwentyone/fontpath/Poppins-Bold.woff') format('woff');
	font-weight:600;
}
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url('/wp-content/themes/twentytwentyone/fontpath/Poppins-Medium.woff') format('woff');
	font-weight:500;
}
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url('/wp-content/themes/twentytwentyone/fontpath/Poppins-Regular.woff') format('woff');
	font-weight:400;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Baskerville-BT-Bold' !important;
	font-weight:600 !important;
}
a, a:focus, a:hover,button{
	outline:none;
	text-decoration:none;
	font-family: 'Poppins', sans-serif !important;
}
input, textarea, li{
	font-family: 'Poppins', sans-serif !important;
}
p{
	font-size:18px;
	color:#083F51 !important;
	font-weight: 500;
	font-family: 'Helvetica' !important;
}



header#masthead {
	display: block;
    padding: 20px 15px;
    max-width: 100%;
    width: 100%;
	border-bottom:solid 1px #eee;
	position:relative;
}
header#masthead .top_bar{
	display:block;
	overflow:hidden;
	max-width: 1600px;
    margin: 0px auto;
}
header#masthead > div:last-child{
	margin:0px auto;
	max-width:1600px;
	display:flex;
	justify-content:space-between;
}
header#masthead .top_bar ul{
	list-style-type:none;
	display:flex;
	padding:0px;
	float:right;
}
header#masthead .top_bar ul li{
	margin-right:15px;
}
header#masthead .top_bar ul li:last-child{
	margin-right:0px;
}
header#masthead .top_bar ul li a svg{
	color:#3A656B;
	font-size:24px;
}
header#masthead .site-logo a:focus{
	background-color:transparent;
}
header#masthead .site-logo a img{
	max-width:200px;
}
header#masthead .site-logo a:focus img{
	outline:none;
}
header#masthead .site-branding{
	display: inline-block;
    float: left;
    margin: 0px 30px 0px 0px;
}
header#masthead .site-branding .site-logo{
	margin:0px;
}
header#masthead #site-navigation{
	display: inline-block;
    float: right;
	padding-top: 10px;
}
header#masthead #site-navigation ul#primary-menu-list > li{
	position:relative;
}
header#masthead #site-navigation ul#primary-menu-list > li:after{
	content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 20px;
    background-color: #EE6613;
    transform: translateY(-50%);
}
header#masthead #site-navigation ul#primary-menu-list > li:last-child:after{
	display:none;
}
header#masthead #site-navigation ul#primary-menu-list > li > a{
	font-size:14px;
	color:#083F51;
	font-weight:500;
	line-height: 24px;
}
header#masthead #site-navigation ul#primary-menu-list > li.current-menu-item > a{
	color: #EE6613;
	text-decoration:none;
}
header#masthead #site-navigation ul#primary-menu-list > li > a:hover,
header#masthead #site-navigation ul#primary-menu-list > li > a:focus{
	text-decoration:none;
	background-color:transparent;
}
header#masthead #site-navigation ul#primary-menu-list > li > button.sub-menu-toggle{
	width: 20px;
    margin-right: 15px;
	display:none;
}
header#masthead #site-navigation ul#primary-menu-list > li > ul.sub-menu{
	padding: 0px;
    background-color: #fff;
    border: none;
    box-shadow: 0px 15px 10px rgb(0 0 0 / 15%);
    border-radius: 5px;
    overflow: hidden;
    max-width: 300px;
    width: 100%;
    min-width: 250px;
	border-top:solid 3px #EE6613;
}
header#masthead #site-navigation ul#primary-menu-list > li > ul.sub-menu:before{
	display:none;
}
header#masthead #site-navigation ul#primary-menu-list > li > ul.sub-menu > li{
	border-bottom:solid 1px #eee;
}
header#masthead #site-navigation ul#primary-menu-list > li > ul.sub-menu > li:last-child{
	border-bottom:none;
}
header#masthead #site-navigation ul#primary-menu-list > li > ul.sub-menu > li > a,
header#masthead #site-navigation ul#primary-menu-list > li > ul.sub-menu > li > a:focus{
	font-size: 14px;
    color: #083F51;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    padding: 10px 15px;
	background-color:transparent;
	transition:all 0.3s ease-in;
	outline:none;
}
header#masthead #site-navigation ul#primary-menu-list > li > ul.sub-menu > li.current-menu-item a{
	color:#EE6613;
}
header#masthead #site-navigation ul#primary-menu-list > li > ul.sub-menu > li > a:hover{
	text-decoration:none;
	color:#EE6613;
}
header#masthead .search_bar{
	display: none;
    max-width: 300px;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
header#masthead .search_bar form{
	display:flex;
	position:relative;
}
header#masthead .search_bar form > label{
	order:2;
}
header#masthead .search_bar form label input.is-search-input{
	background-color: #D4DADC;
    padding: 10px 15px 10px 60px;
    font-size: 16px !important;
    font-weight: 600;
    color: #083F51;
    border: none !important;
    height: auto;
    border-radius: 30px;
	width:100%;
}
header#masthead .search_bar form button[type="submit"]{
	background-color: transparent;
    position: absolute;
}
header#masthead .search_bar form button[type="submit"] span.is-search-icon{
	background-color: #083F51;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 0px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: solid 5px #fff;
    position: absolute;
    left: 0;
    top: -5px;
}
header#masthead .search_bar form button[type="submit"] span.is-search-icon svg path{
	fill:#fff;
}

.entry-content .vce-row-container{
	max-width: 100% !important;
    width: 100%;
    margin: 0px auto;
}
.page.type-page header.entry-header{
	display:none;
}

footer.entry-footer{
	display:none;
}
aside.widget-area{
	display:block;
	overflow:hidden;
	padding: 120px 30px 60px;
    margin: 0px auto;
    max-width: 100%;
	width:100%;
	background-image: url(/wp-content/uploads/2021/05/footer_bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
aside.widget-area > div.content-inner{
	max-width: 1600px;
    margin: 0px auto;
	display:block;
	overflow:hidden;
}
aside.widget-area > div.content-inner > section{
	width: calc(100% - 66.7%);
    float: left;
    padding: 0px 30px;
	margin:0px;
}
aside.widget-area section#custom_html-3{
	padding-left:0px;
}
aside.widget-area section#custom_html-3 .cm_about a:focus{
	background-color:transparent;
}
aside.widget-area section#custom_html-3 .cm_about a:focus img{
	outline:none;
}
aside.widget-area section#custom_html-5{
	padding-right:0px;
}
aside.widget-area section#custom_html-3 p{
	margin-top:20px;
	font-size: 18px;
}
aside.widget-area section#custom_html-3 .social_icon ul{
	display: flex;
    margin-top: 40px;
}
aside.widget-area section#custom_html-3 .social_icon ul li{
	margin-right:10px;
}
aside.widget-area section#custom_html-3 .social_icon ul li:last-child{
	margin-right:0px;
}
aside.widget-area section#custom_html-3 .social_icon ul li a{
	width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #083F51;
    border-radius: 50%;
    color: #083F51;
	transition:all 0.4s ease-in;
}
aside.widget-area section#custom_html-3 .social_icon ul li a:hover{
	border-color:#E46613;
	color:#E46613;
}
aside.widget-area section h2.widget-title{
	font-size: 28px;
    font-weight: 500;
    margin-top: 25px;
    color: #E46613;
}
aside.widget-area section nav ul#menu-quick-links li{
	margin-bottom:5px;
}
aside.widget-area section nav ul#menu-quick-links li a{
	text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #083F51;
	transition:all 0.4s ease-in;
}
aside.widget-area section nav ul#menu-quick-links li a:focus{
	background: transparent;
}
aside.widget-area section nav ul#menu-quick-links li a:hover{
	opacity:0.75;
}
aside.widget-area section#custom_html-4 .textwidget div{
	display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: #083F51;
}
aside.widget-area section#custom_html-4 .textwidget div img{
	min-width:24px;
	margin-right:15px;
}
aside.widget-area section#custom_html-4 .textwidget div.add img{
	padding-top: 5px;
}
aside.widget-area section#custom_html-4 .textwidget div a{
	font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: #083F51;
	text-decoration:none;
}
aside.widget-area section#custom_html-4 .textwidget div a:focus{
	background-color:transparent;
	outline:none;
	color: #083F51;
}
aside.widget-area section#custom_html-5 p{
	margin-bottom:15px;
}


footer#colophon{
	display:block;
	margin: 0px;
    width: 100%;
    max-width: 100%;
    padding: 20px 30px;
	background-color: #083F51;
}
footer#colophon .foo_left{
	margin:0px;
	width:50%;
	float:left;
	display:inline-block;
}
footer#colophon .foo_left div{
	font-size: 16px;
    color: #fff;
    font-weight: 400;
}
footer#colophon .foo_left div a{
	color: #E46613;
	font-weight: 500;
}
footer#colophon .foo_left div a:focus{
	background-color:transparent;
	outline:none;
}
footer#colophon .foo_right{
	margin:0px;
	width:50%;
	float:right;
	display:inline-block;
	text-align:right;
}
footer#colophon .foo_right ul{
	list-style-type:none;
	display:flex;
	float:right;
	margin: 0px;
}
footer#colophon .foo_right ul li a{
	border-right:solid 2px #E46613;
	font-size: 16px;
    color: #fff;
    font-weight: 400;
	padding: 0px 15px;
}
footer#colophon .foo_right ul li:last-child a{
	border:none;
}
footer#colophon .foo_right ul li a:focus{
	outline:none;
	background-color:transparent;
	text-decoration: none;
}


main#main.site-main{
	padding-bottom:0px;
}
main#main.site-main .entry-content{
	margin-bottom:0px;
}

.banner-sec{
	margin-bottom:80px;
	padding: 0px 15px !important;
}
.banner-sec > .vce-row-content{
	width: 100%;
    max-width: 1600px;
    margin: 0px auto;
}
.banner-sec > .vce-row-content > .vce-col{
	padding: 0px;
}
.banner-sec h2{
	font-size:70px;
	color:#083F51;
}
.banner-sec h2 span{
	color:#EE6613;
}
.banner-sec h4{
	font-size:36px;
	color:#083F51;
}
.banner-sec h4 span{
	color:#00A285;
}
.banner-sec button,
.banner-sec a{
	color: #083F51 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    background-color: #EE6613 !important;
    border-radius: 7px !important;
    padding: 12px 25px !important;
    margin-top: 10px !important;
	transition:all 0.3s ease-in !important;
}
.banner-sec button:hover,
.banner-sec a:hover{
	color:#fff !important;
}

.service-sec{
	padding:40px 0;
}
.service-sec > .vce-row-content{
	max-width: 1600px;
    margin: 0px auto;
    width: 100%;
}
.service-sec > .vce-row-content > .vce-col,
.service-sec > .vce-row-content > .vce-col .vce-col-content{
	padding:0px;
}
.service-sec h3{
	font-size:34px;
	color:#083F51;
	padding-bottom:30px;
	position:relative;
	line-height:36px;
	font-weight: 500;
}
.service-sec h3:before{
	content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2021/05/Horn.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1000;
    right: 35%;
    top: 0;
    width: 60px;
    height: 75px;
}
.service-sec h3:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:80%;
	height:1px;
	background-color:#E46613;
}
.service-sec p{
	line-height:36px;
}

.service-sec.second h3:before{
	content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2021/05/cart.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1000;
    right: 5%;
    top: 0;
    width: 60px;
    height: 75px;
}

.work-together{
	padding-top: 200px;
    height: auto;
    z-index: 1;
    padding-bottom: 100px;
	position:relative;
}
.work-together > .vce-row-content{
	max-width: 1600px;
    width: 100%;
    margin: 0px auto;
}
.work-together:before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:60%;
	background-color:#D4DADC;
}
.work-together .bg-sec{
	background-color:#083F51;
	border-radius:0 40px 0 40px;
	padding: 10px 20px 0px 40%;
	position:relative;
	z-index:0;
}
.work-together .bg-sec p{
	border-left:solid 1px #fff;
	color:#fff !important;
	font-weight:400;
	padding-left:20px;
	line-height: 32px;
	margin-bottom: 0px;
    padding-bottom: 15px;
}
.work-together .bg-sec:before{
	content: "";
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: 50%;
    height: 125%;
    background-image: url(/wp-content/uploads/2021/06/LetsWorkTogether.png);
    background-repeat: no-repeat;
    background-size: contain;
}	
.work-together .bg-sec h2{
	font-size: 46px;
    color: #083F51;
    position: absolute;
    top: -90px;
    right: 0px;
    font-weight: 600;
    width: 100%;
}
.work-together .bg-sec button,
.work-together .bg-sec a{
	color: #083F51 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    background-color: #EE6613 !important;
    border-radius: 7px;
    padding: 12px 25px !important;
    margin-top: 0px;
	transition:all 0.3s ease-in;
}
.work-together .bg-sec button:hover,
.work-together .bg-sec a:hover{
	color:#fff !important;
}


.Our-service{
	z-index: 0;
    padding: 80px 30px 70px;
}
.Our-service > .vce-row-content{
	margin:0px auto;
	max-width:1600px;
	width:100%;
}
.Our-service > .vce-row-content > .vce-col,
.Our-service > .vce-row-content > .vce-col > .vce-col-inner > .vce-col-content,
.Our-service .vce-col-inner > .vce-col-content > .vce-row-container > .vce-row{
	padding:0px;
}
.Our-service .service-title{
	text-align:center;
}
.Our-service h2{
	color:#083F51;
	font-size:50px;
	text-transform:capitalize;
	text-align:center;
	display:inline-block;
	margin:0px auto;
	position:relative;
	font-weight: 500;
}
.Our-service h2:after{
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 200%;
    height: 100%;
    background-image: url(/wp-content/uploads/2021/05/service-heading-design.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-25%) translateY(-11%);
}
.Our-service .service-box{
	background-color: #fff;
    border-radius: 10px;
	border: solid 1px #eee;
	padding:0px;
}
.Our-service .boxes .vce-col,
.Our-service .boxes .vce-col-content{
	padding: 0px;
}

.Our-service .service-img-box{
	height:200px;
	display:flex;
	justify-content:center;
	align-items:center;
	background-size:cover;
	background-color:rgba(0,162,133,0.8);
	background-blend-mode:multiply;
	border-radius:10px;
}
.Our-service .service-img-box .vce-single-image-wrapper{
	margin-bottom:0px;
}
.Our-service .service-box h4{
	color:#00A285;
	margin:20px 0px;
	font-size:30px;
	text-align:center;
}
.Our-service .service-box p{
	margin-bottom: 40px;
	padding:0px 20px;
}
.Our-service .service-box span a,
.Our-service .service-box span button{
	background-color: #E46613 !important;
    color: #083F51 !important;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
}
.Our-service .service-box span a:hover,
.Our-service .service-box span button:hover{
	color:#fff !important;
}
.Our-service .service-img-box.ebay{
	background-image:url(/wp-content/uploads/2021/05/ebay-bg.png);
}
.Our-service .service-img-box.ppc{
	background-image:url(/wp-content/uploads/2021/05/pppc-bg.png);
}
.Our-service .service-img-box.seo{
	background-image:url(/wp-content/uploads/2021/05/seo-bg.png);
}


.approach-hero-sec > .vce-row-content{
	max-width:1600px;
	width:100%;
	margin:0px auto;
}
.approach-hero-sec h2{
	color:#083F51;
	font-size:70px;
	line-height:70px;
}
.approach-hero-sec > .vce-row-content > .vce-col,
.approach-hero-sec > .vce-row-content > .vce-col > .vce-col-inner > .vce-col-content{
	padding:0px;
}
.approach-hero-sec button{
	color: #083F51 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    background-color: #EE6613 !important;
    border-radius: 7px !important;
    padding: 12px 25px !important;
    margin-top: 40px !important;
    transition: all 0.3s ease-in !important;
}
.approach-hero-sec button:hover{
	color:#fff !important;
}

.Our-secret{
	padding:50px 0px;
}
.Our-secret > .vce-row-content{
	width:100%;
	max-width:1600px;
	margin:0px auto;
}
.Our-secret .bg-box{
	background-color:#083F51;
	border-radius:0 40px 0 40px;
	padding: 30px;
	position:relative;
	text-align:center;
}
.Our-secret .bg-box .vce-single-image-wrapper{
	margin-bottom:10px;
}
.Our-secret .bg-box h2{
	color:#fff;
	position:relative;
	padding-bottom:15px;
    margin-bottom: 40px;
}
.Our-secret .bg-box h2:after{
	content:"";
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:0;
	width:60%;
	height:1px;
	background-color:#fff;
}
.Our-secret .bg-box p{
	line-height:35px;
	color:#fff !important;
	font-weight:400;
}

.service-sec.Approach-first p, .service-sec.Approach-second p, .service-sec.Approach-third p{
	line-height:27px;
}
.service-sec.Approach-first h3:before{
	background-image:url(/wp-content/uploads/2021/05/cart.png);
	right:5%;
}
.service-sec.Approach-second h3:before{
	background-image:url(/wp-content/uploads/2021/05/Approach-mobile-video-icon.png);
}
.service-sec.Approach-third h3:before{
	background-image:url(/wp-content/uploads/2021/05/Approach-lead-generation-icon.png);
}

.strategy-session-btn{
	padding:15px 0px 70px;
}
.strategy-session-btn button{
	color: #083F51 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    background-color: #EE6613 !important;
    border-radius: 7px !important;
    padding: 12px 25px !important;
	transition:all 0.3s ease-in !important;
}
.strategy-session-btn button:hover{
	color:#fff !important;
}

.Our-service.approach{
    padding: 0px 30px 70px;
}


.website-marketing-strategy{
	padding-bottom:50px;
}
.website-marketing-strategy > .vce-row-content{
	width:100%;
	max-width:1600px;
	margin:0px auto;
}
.website-marketing-strategy .vce-single-image-wrapper{
	margin-bottom:0px;
}
.website-marketing-strategy h2{
	color:#083F51;
	font-size:60px;
	line-height:60px;
}
.website-marketing-strategy button{
	color: #083F51 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    background-color: #EE6613 !important;
    border-radius: 7px !important;
    padding: 12px 25px !important;
	margin-top:20px !important;
	transition:all 0.3s ease-in !important;
}
.website-marketing-strategy button:hover{
	color:#fff !important;
}

.service-sec.business-needs h3:before{
	background-image:url(/wp-content/uploads/2021/05/Horn.png);
	right:5%;
}
.service-sec.business-website h3:before{
	background-image:url(/wp-content/uploads/2021/05/Business-website-icon.png);
	right:5%;
}

.our-powerful{
	background-color:#DEE4E6;
	padding:80px 0px 300px;
	margin-top:40px;
	display:block;
	overflow:hidden;
}
.our-powerful > .vce-row-content{
	width:100%;
	max-width:1600px;
	margin:0px auto;
}
.our-powerful > .vce-row-content > .vce-col{
	padding: 0px;
}
.our-powerful h2{
	font-size:50px;
	text-align:center;
	position:relative;
	color:#083F51;
	line-height:50px;
	font-weight:600;
}
.our-powerful h2:after{
	content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2021/05/Our-powerful-heading-design.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 20%;
    background-position: center bottom;
    z-index: 1000;
    bottom: 20px;
    width: 60%;
    height: 100%;
    margin: 0px auto;
}
.our-powerful .powerful-content h3{
    font-size: 36px;
    color: #083F51;
    margin-bottom: 25px;
    font-weight: 400;
}
.our-powerful .owr-powerful-content-row{
	padding: 50px 15% 0px !important;
}

.lets-collaborate{
	transform:translateY(-190px);
	height:170px;
	padding:0px;
}
.lets-collaborate > .vce-row-content{
	max-width:1600px;
	width:100%;
	margin:0px auto;
}
.lets-collaborate > .vce-row-content > .vce-col,
.lets-collaborate > .vce-row-content > .vce-col > .vce-col-inner > .vce-col-content{
	padding:0px;
}
.lets-collaborate h2{
	font-size:50px;
	text-align:center;
	position:relative;
	color:#083F51;
	line-height:40px;
	font-weight:600;
}
.lets-collaborate .bg-sec{
	background-color:#083F51;
	padding:40px 50px;
	text-align:center;
	border-radius:0px 30px 0px 30px;
}
.lets-collaborate .bg-sec p{
	color:#fff !important;
}
.lets-collaborate .bg-sec button,
.lets-collaborate .bg-sec a{
	color: #083F51 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    background-color: #EE6613 !important;
    border-radius: 7px;
    padding: 12px 70px !important;
	margin-top:20px;
	transition:all 0.3s ease-in;
}
.lets-collaborate .bg-sec button:hover,
.lets-collaborate .bg-sec a:hover{
	color:#fff !important;
}

.contact-hero-sec{
	height:380px;
	z-index:10;
}
.contact-hero-sec > .vce-row-content{
	margin: 0px auto;
    width: 100%;
    max-width: 1600px;
}
.contact-hero-sec h2{
	font-size: 60px;
    position: relative;
    color: #083F51;
    line-height: 40px;
    margin-bottom: 40px;
}

.contact-form-sec{
	z-index:1;
	padding:0px;
}
.contact-form-sec > .vce-row-content{
	width: 100%;
    max-width: 1600px;
    margin: 0px auto;
}
.contact-form-sec .bg-box{
	background-color:#083F51;
	padding:120px 12% 0px;
	border-radius:0px 30px 0px 30px;
	position:relative;
}
.contact-form-sec .bg-box:after{
	content: "";
    position: absolute;
    right: 50px;
    bottom: 40px;
    background-image: url(/wp-content/uploads/2021/05/contact-form-btm-design.png);
    background-size: contain;
    width: 130px;
    height: 150px;
    background-repeat: no-repeat;
}
.contact-form-sec .bg-box form{
	width:100%;
}
.contact-form-sec .bg-box .gform_heading{
	display:none;
}
.contact-form-sec .bg-box form ul{
	display:flex;
	flex-wrap:wrap;
}
.contact-form-sec .bg-box form ul li{
	padding:0px !important;
	margin:0px !important;
	width:100%;
}
.contact-form-sec .bg-box form ul li label{
	display:none !important;
}
.contact-form-sec .bg-box form input{
	width: 100% !important;
    background-color: #DFE5E7;
    border: none;
    border-radius: 10px;
    padding: 15px !important;
    font-size: 18px !important;
    font-weight: 500;
    color: #083F51;
    margin: 0px 0px 20px !important;
}
.contact-form-sec .bg-box form input:focus{
	outline:none;
}
.contact-form-sec .bg-box form textarea{
	width: 100%;
    background-color: #DFE5E7;
    border: none;
    border-radius: 10px;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #083F51;
    margin-bottom: 30px;
    height: 250px;
}
.contact-form-sec .bg-box form textarea:focus{
	outline:none;
}
.contact-form-sec .bg-box form ul li:nth-child(1){
	width: calc(50% - 20px);
    float: left;
	margin-right:20px !important;
}
.contact-form-sec .bg-box form ul li:nth-child(2){
	width: calc(50% - 20px);
    float: right;
	margin-left:20px !important;
}
.contact-form-sec .bg-box form ul li:last-child label.gfield_label{
	display:none;
}
.contact-form-sec .bg-box form .gform_footer{
	margin: 0px;
    padding: 0px;
	text-align:center;
}
.contact-form-sec .bg-box form input[type="submit"]{
	margin-bottom: 10px !important;
    display: inline-block;
    width: auto !important;
    background-color: #EE6613 !important;
    color: #083F51 !important;
    font-weight: 700;
    transition: all 0.4s;
}
.contact-form-sec .bg-box form input[type="submit"]:hover{
	color:#fff !important;
}

.map-info-sec{
	padding:40px 30px 30px;
}
.map-info-sec > .vce-row-content{
	margin: 0px auto;
    max-width: 1600px;
    width: 100%;
}
.map-info-sec .vce-row-content .vce-col,
.map-info-sec .vce-row-content .vce-col-content{
	padding-right:0px;
}
.map-info-sec iframe{
	border-radius:20px;
	overflow:hidden;
	box-shadow:0px 0px 15px rgba(0,0,0,0.5);
}
.map-info-sec .info-sec{
	padding-bottom:30px;
}
.map-info-sec .info-sec ul{
	list-style-type:none;
	padding-left:30px;
}
.map-info-sec .info-sec a:focus{
	outline:none !important;
	background-color:transparent !important;
}
.map-info-sec .info-sec ul li{
	margin-bottom:10px;
	display: flex;
    align-items: center;
	font-size:18px;
	font-weight:500;
	color:#083F51;
}
.map-info-sec .info-sec ul li img{
	display: inline-block;
    float: left;
    margin-right: 15px;
    max-width: 23px;
}
.map-info-sec .info-sec ul li a,.map-info-sec .info-sec ul li a:focus{
	font-size:18px;
	font-weight:500;
	color:#083F51 !important;
	text-decoration:none !important;
}


body.single-services .mobile-banner,
body.single-services .mobile-banner-content{
	display:none;
}
body.single-services #content.site-content{
	width:100%;
	max-width:1170px;
	margin:0px auto;
	padding:0px 15px 30px;
}
body.single-services .desktop-banner .banner,
body.single-services .desktop-banner .banner{
	display: block;
    overflow: hidden;
}
body.single-services .desktop-banner .banner .left_sec{
	width: 50%;
    float: left;
	padding-right: 20px;
}
body.single-services .desktop-banner .banner .right_sec{
	width: 50%;
    float: right;
}
body.single-services .desktop-banner .banner .right_sec img{
	width:100%;
}
body.single-services .desktop-banner .banner h1{
	font-size: 40px;
	margin: 20px 0px;
    font-weight: 500;
	color:#EE6613;
}
body.single-services .desktop-banner .banner p,
body.single-services .desktop-banner .banner p span{
	font-size: 18px;
    font-weight: 500 !important;
	color: #083F51;
	margin-bottom:15px;
}
body.single-services .desktop-banner .wp-block-button{
    margin-top: 30px;
}
body.single-services .desktop-banner .wp-block-button a,
body.single-services .desktop-banner .wp-block-button a:focus{
	color: #083F51;
    font-size: 18px;
    font-weight: 600;
    background-color: #EE6613;
    border-radius: 7px;
    padding: 12px 25px;
	border:none;
    transition: all 0.3s ease-in !important;
	outline: none;
}
body.single-services .desktop-banner .wp-block-button a svg{
	margin-left:10px;
}
body.single-services .desktop-banner .wp-block-button a:hover{
	color: #fff !important;
    background-color: #EE6613 !important;
    outline: none;
}
body.single-services #primary.containerssss h2{
	font-size: 34px;
	margin: 25px 0px 10px;
    font-weight: 500 !important;
	color:#EE6613;
}
body.single-services #primary.containerssss p{
	margin-bottom:15px;
}
body.single-services #primary.containerssss p span{
	font-weight: 500 !important;
}
body.single-services #primary.containerssss ul,
body.single-services #primary.containerssss ol{
	margin:20px 0px;
	padding-left:25px;
}
body.single-services #primary.containerssss ul li,
body.single-services #primary.containerssss ol li{
	font-size: 18px;
    font-weight: 500;
	color: #083F51;
}
body.single-services #primary.containerssss h3{
	font-size: 28px;
	margin: 25px 0px 10px;
    font-weight: 500 !important;
	color:#EE6613;
}
body.single-services #primary.containerssss p a{
	color: #00a285;
    text-decoration: underline;
}
body.single-services #primary.containerssss p a span{
	font-weight: 500 !important;
}







/*body.blog header#masthead .top_bar{
	max-width: 1366px;
    margin: 0px auto;
    padding: 0px 15px;
}
body.blog header#masthead{
	background-image:url(/wp-content/uploads/2021/07/blog-listing-banner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	max-width: 100%;
}
body.blog header#masthead > div:last-child{
	max-width: 1366px;
    display: flex;
    overflow: hidden;
    margin: 0px auto;
    padding: 10px 0px 20px;
    justify-content: space-between;
    align-items: center;
}
body.blog header#masthead .site-branding{
	margin:0px;
}
body.blog header#masthead #site-navigation{
	float: left;
    padding-top: 0px;
    margin: 0px;
}
body.blog header#masthead #site-navigation ul#primary-menu-list{
	justify-content: flex-end;
}
body.blog header#masthead .site-logo a img{
	max-width: 350px;
}
body.blog header#masthead .top_bar ul li a svg{
	color: #EE6613;
}
body.blog header#masthead #site-navigation .menu-button-container #primary-mobile-menu{
	color: #EE6613;
}
body.blog header#masthead #site-navigation ul li a{
	color: #EE6613;
}
body.blog header#masthead #site-navigation ul li.current-menu-item a{
	color: #083F51;
}
body.blog header#masthead #site-navigation ul li:after{
	background-color: #083F51;
}*/
body.blog .blog_page{
	max-width: 1366px;
    width: 100%;
    margin: 0px auto;
	padding:0px 30px;
}
body.blog .blog_page ul.nav-tabs{
	padding: 0px;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-bottom: 40px;
    justify-content: center;
    margin-top: 10px;
	border:none;
}
body.blog .blog_page ul.nav-tabs li:not(:last-child){
	margin-bottom:10px;
	margin-right:20px;
}
body.blog .blog_page ul.nav-tabs li a{
	font-size:18px;
	text-transform:capitalize;
	padding: 7px 25px;
	background-color: #EE6613;
	border-radius: 30px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	display:inline-block;
}
body.blog .blog_page ul.nav-tabs li a:hover{
	text-decoration:none;
}
body.blog .blog_page ul.nav-tabs li.active a{
	background-color: #ce5b14;
}
body.blog .blog_page ul.nav-tabs li a:focus{
	background-color:#e1692a !important;
	text-decoration:none;
}
body.blog .blog_page .tab-content{
	display:block;
	overflow:hidden;
}
body.blog .blog_page .tab-content .tab-pane{
	display:none;
}
body.blog .blog_page .tab-content .tab-pane.active{
	display:block !important;
}
body.blog .blog_page .tab-content .row{
	display:flex;
	flex-wrap:wrap;
}
body.blog .blog_page .tab-content .col-md-6{
	width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
	padding: 0px 15px;
	margin-bottom:50px;
}
.blog_page .tab-content .blog_box{
	width: 100%;
    overflow: hidden;
    display: block;
	height:100%;
	border: solid 1px #eee;
    border-radius: 10px;
}
.blog_page .tab-content .blog_box figure{
	width: 100%;
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
	background-color: #fdfdfd;
}
.blog_page .tab-content .blog_box figure a{
	width:100%;
	height:100%;
	display:block;
}
.blog_page .tab-content .blog_box figure a img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.blog_page .tab-content .blog_box .blog_text{
	padding: 20px 15px 25px;
}
.blog_page .tab-content .blog_box .blog_text h4 a,
.blog_page .tab-content .blog_box .blog_text h4 a:focus{
	font-size: 26px;
    padding-bottom: 10px;
    color: #083F51;
    display: block;
	text-decoration:none;
	background-color:transparent !important;
}
.blog_page .tab-content .blog_box .blog_text p{
	color: #303A40 !important;
}
.blog_page .tab-content .blog_box .blog_text .blog-read_more a,
.blog_page .tab-content .blog_box .blog_text .blog-read_more a:focus{
	color: #EE6613;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    display: inline-block;
	text-decoration:none;
	background-color:transparent !important;
	border-bottom:solid 1px #EE6613;
}
.blog_page .tab-content .blogpagination{
	display: block;
    overflow: hidden;
    margin-bottom: 50px;
}
.blog_page .tab-content .blogpagination .wp-pagenavi{
	display: inline-block;
    float: right;
}
.blog_page .tab-content .blogpagination .wp-pagenavi span,
.blog_page .tab-content .blogpagination .wp-pagenavi a,
.blog_page .tab-content .blogpagination .wp-pagenavi span:focus,
.blog_page .tab-content .blogpagination .wp-pagenavi a:focus{
	padding: 4px 10px;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    border-radius: 5px;
    min-width: 40px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #bfbfbf;
    color: #083F51 !important;
    font-weight: 500;
	background-color:#fff !important;
	text-decoration:none;
	outline:none;
}
.blog_page .tab-content .blogpagination .wp-pagenavi span.current,
.blog_page .tab-content .blogpagination .wp-pagenavi a.current{
	background-color:#EE6613 !important;
	border-color:#EE6613;
	color:#fff !important;
}
.blog_page .tab-content .blogpagination .wp-pagenavi a:hover{
	border-color:#EE6613;
}


/*body.single-post header#masthead .top_bar{
	max-width: 1366px;
    margin: 0px auto;
    padding: 0px 15px;
}
body.single-post header#masthead{
	background-image:url(/wp-content/uploads/2021/06/blog-detail-banner.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	max-width: 100%;
}
body.single-post header#masthead > div:last-child{
	max-width: 1366px;
    display: flex;
    overflow: hidden;
    margin: 0px auto;
    padding: 10px 0px 20px;
    align-items: center;
    justify-content: space-between;
}
body.single-post header#masthead .site-branding{
	margin:0px;
}
body.single-post header#masthead #site-navigation{
	float: left;
    padding-top: 0px;
    margin: 0px;
}
body.single-post header#masthead #site-navigation .menu-button-container #primary-mobile-menu{
	color: #EE6613;
}
body.single-post header#masthead #site-navigation ul#primary-menu-list{
	justify-content: flex-end;
}
body.single-post header#masthead .site-logo a img{
	max-width:350px;
}
body.single-post header#masthead .top_bar ul li a svg{
	color: #EE6613;
}
body.single-post header#masthead #site-navigation ul li a{
	color: #EE6613;
}
body.single-post header#masthead #site-navigation ul li:after{
	background-color: #083F51;
}*/
body.single-post main#main > #comments,
body.single-post main#main > nav.post-navigation{
	display:none;
}
body.single-post main#main > article{
	width: 100%;
    max-width: 1166px;
    margin: 0px auto;
	padding: 30px 15px 50px;
}
body.single-post main#main > article footer.entry-footer{
	display:none;
}
body.single-post main#main > article .entry-content p,
body.single-post main#main > article .entry-content h1,
body.single-post main#main > article .entry-content h2,
body.single-post main#main > article .entry-content h3,
body.single-post main#main > article .entry-content h4,
body.single-post main#main > article .entry-content h5,
body.single-post main#main > article .entry-content h6{
	width: 100%;
    margin: 0px 0px 15px;
    max-width: 100%;
}
body.single-post main#main > article .entry-content ol,
body.single-post main#main > article .entry-content ul{
	width: 100%;
    margin: 20px 0px 30px;
    max-width: 100%;
    padding-left: 20px;
}
body.single-post main#main > article > .row{
	display: block;
    overflow: hidden;
}
body.single-post .row .blog-social-links{
	width: 10%;
    display: inline-block;
    float: left;
}
body.single-post .blog-social-links .social-sharing{
	display: flex;
    flex-direction: column;
}
body.single-post .row .blog-social-links .social-sharing a{
	margin-bottom:10px;
}
body.single-post main#main > article > .row .blog-title{
	width: 50%;
    display: inline-block;
    float: left;
}
body.single-post main#main > article > .row .blog-title h1{
	font-size: 40px;
    color: #EE6613;
    font-weight: 500;
    margin-bottom: 40px;
	padding-right:15px;
}
body.single-post .blog-title .author_section{
	display:flex;
}
body.single-post .blog-title .author_section .author_img{
	width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
	margin-right:15px;
}
body.single-post .blog-title .author_section .author_img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
body.single-post .blog-title .author_section .author_name{
	font-size: 18px;
    line-height: 25px;
	color:#083F51;
}
body.single-post .blog-title .author_section .author_name span{
	display: block;
    font-weight: 600;
}
body.single-post main#main > article > .row .blog-image{
	width: 40%;
    float: left;
    text-align: right;
}
body.single-post article header.entry-header{
	padding-bottom: 0px !important;
	padding-left:10%;
	margin-left: 0px;
    margin-right: 0px !important;
    max-width: 100%;
}
body.single-post article header.entry-header h1{
	font-size: 32px;
    font-weight: 400;
	color:#083F51;
}
body.single-post main#main > article > .entry-content{
	padding-left:10%;
}


.privacy_content > .vce-row-content{
	max-width: 1170px;
    margin: 0px auto;
    width: 100%;
}
.privacy-policy p {
	margin:0;
	color:#083F51 !important;
	font-size:14px;
	font-weight:400;
}
.privacy-policy h2:first-child{
	padding-top:0px;
}
.privacy-policy h2 {
	margin:0;
	padding: 25px 0px 10px;
	color:#083F51;
	font-size:24px;
}
.privacy-policy p span {
    font-size: 18px !important;
}


.terms > .vce-row-content{
	max-width: 1170px;
    margin: 0px auto;
    width: 100%;
}
.terms h2 {
	margin:0;
	color:#083F51;
	font-size:24px;
	padding-bottom:10px;
	padding-top:10px;
}
.terms p{
	margin:0;
	padding-bottom: 10px;
	color:#083F51;
	font-weight:400;
}
.terms h3{
	margin:0;
	color:#083F51;
	font-size:24px;
	padding-bottom:20px;
}
.terms ol{
	color:#083F51;
}
.terms p span{
	font-size:18px !important;
}


.single-services .Services_title_section{
	padding: 30px 0px;
}
.single-services .Services_title_section .top_title{
	text-align: center;
	margin-bottom: 25px;
}
.single-services .Services_title_section .top_title span{
	color: #083F51;
    font-size: 40px;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    margin: 0px auto;
    position: relative;
    font-weight: 500;
}
.single-services .Services_title_section .s_box{
	text-align: center;
    border: solid 1px #eee;
    border-radius: 10px;
    padding: 40px 15px 20px;
	height: 100%;
}
.single-services .Services_title_section .s_box a img{
	margin-bottom: 30px;
}
.single-services .Services_title_section .s_box h3{
	color: #00A285;
    margin-bottom: 20px;
    font-size: 22px;
}
.single-services .Services_title_section .s_box p{
	font-size: 16px;
}
.single-services .Services_title_section .s_box a.read_more{
	background-color: #E46613 !important;
    color: #083F51 !important;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    display: inline-block;
    margin: 20px 0px 10px;
}
.single-services .Services_title_section .s_box a.read_more:hover{
	text-decoration:none;
}
.single-services .Services_title_section .s_box a.read_more:focus{
	outline:none;
	text-decoration:none;
}
.single-services .our-powerful h2:after{
	left: 15%;
	width: 70%;
}
.single-services .our-powerful{
	margin-top: 80px !important;
}


.contact-form-sec.about-us{
	margin: 40px 0px 100px;
}
.contact-form-sec.about-us .bg-box {
	padding: 60px 60px 20px;
}
.contact-form-sec.about-us .bg-box:after{
	display:none;
}
.contact-form-sec.about-us .heading{
	text-align:center;
}
.contact-form-sec.about-us .heading h2{
	color:#fff;
	font-size:44px;
	position:relative;
	margin-bottom:30px;
	padding-bottom:15px;
}
.contact-form-sec.about-us .heading h2 span{
	color: #ef6613;
}
.contact-form-sec.about-us .heading h2:after{
	content:"";
	position:absolute;
	width:60%;
	height:1px;
	background-color:#fff;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
}
.contact-form-sec.about-us .heading p{
	color:#fff !important;
	font-size:16px;
	font-weight: 400;
	margin-bottom: 40px;
}
.contact-form-sec.about-us .heading p span{
	color:#ef6613;
	font-weight: 500;
}
.contact-form-sec.about-us .bg-box form{
	width: 80%;
}
.contact-form-sec.about-us .bg-box .gform_heading{
	display:none;
}

.about-services{
	padding-top:80px;
}
.about-services > .vce-row-content{
	max-width: 1600px;
    width: 100%;
    margin: 0px auto;
}
.about-services .heading{
	margin-bottom:20px;
}
.about-services .heading h2{
	color:#083F51;
	font-size:44px;
	text-align:center;
}
.about-services .content{
	width:80%;
	margin:50px auto 0px;
}
.about-services .content > .vce-row-content{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.about-services .service-box{
	max-width: 28% !important;
    width: 100% !important;
    margin: 0px 0px 60px 0px!important;
    border: solid 1px #d1d7d9;
    border-radius: 10px;
	overflow:hidden;
	background-color:transparent !important;
}
.about-services .service-box:hover{
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	border-color:#EE6613;
}
.about-services .service-box.selected_box{
	background-color:#EE6613 !important;
	border-color:#EE6613;
}
.about-services .service-box .vce-feature-description{
	background-repeat: no-repeat;
    padding: 20px 10px;
    background-size: 60px;
    background-position: 10px center;
}
.about-services .service-box .vce-feature-description > div{
	display: flex;
    align-items: center;
}
.about-services .service-box.selected_box .vce-feature-description .vce-feature-description-image-wrapper{
	opacity: 0;
}
.about-services .service-box .vce-feature-description .vce-feature-description-image-wrapper{
	width: 60px !important;
    margin: 0px;
}
.about-services .service-box .vce-feature-description .vce-feature-description-image-wrapper .vce-feature-description-image{
	background-size: contain;
    background-repeat: no-repeat;
}
.about-services .service-box .vce-feature-description .vce-feature-description-content{
	margin: 0px 0px 0px 10px;
    width: calc(100% - 70px);
}
.about-services .service-box .vce-feature-description h4{
	font-size: 16px;
    line-height: 27px;
    font-weight: 600 !important;
    color: #083F51;
    margin: 0px;
    font-family: 'Poppins', sans-serif !important;
}
.about-services .service-box.selected_box .vce-feature-description h4{
	color:#fff;
}
.about-services .service-box .vce-feature-description .vce-button--style-outline-container{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.about-services .service-box .vce-feature-description .vce-button--style-outline-container button,
.about-services .service-box .vce-feature-description .vce-button--style-outline-container a{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 0px;
    opacity: 0;
}

.about-blog > .vce-row-content{
	max-width: 1600px;
    margin: 0px auto;
    width: 100%;
}.about-blog .heading{
	margin-bottom:30px;
	text-align:center;
}
.about-blog .heading h2{
	color: #083F51;
    font-size: 44px;
	text-align:center;
	position:relative;
	display:inline-block;
}
.about-blog .heading h2:after{
	content:"";
	position:absolute;
	left: 0;
    top: 50%;
    width: 140%;
    height: 100%;
    background-image: url(/wp-content/uploads/2021/05/service-heading-design.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-15%) translateY(-20%);
}
.about-blog .content ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
	display:flex;
	width:100%;
}
.about-blog .content ul li{
	width:calc(33.33% - 30px);
	margin:0px 15px;
	background-color:#fff;
	border-radius:20px;
	overflow:hidden;
}
.about-blog .content ul li .get_post_thumbnail{
	width:100%;
	height:250px;
	overflow:hidden;
	border-radius:0px 0px 10px 10px;
}
.about-blog .content ul li .get_post_thumbnail a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
}
.about-blog .content ul li .get_post_thumbnail a img{
	width:100% !important;
	height:100% !important;
	object-fit:cover;
}
.about-blog .content ul li .get_title{
	padding: 20px 15px 10px;
}
.about-blog .content ul li .get_title h3{
	margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 24px;
    line-height: 34px;
    color: #444444;
}
.about-blog .content ul li .get_description{
	padding: 0px 15px 15px;
}
.about-blog .content ul li .read_more{
	padding: 0px 15px 10px;
    margin-bottom: 25px;
}
.about-blog .content ul li .read_more a,
.about-blog .content ul li .read_more a:focus{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	font-size:14px;
	color:#ef6613 !important;
	font-weight:500;
	background-color:transparent !important;
	text-decoration:none;
}
.about-blog .content ul li .read_more a img{
	width: 12px;
    margin-left: 5px;
}


.about-btm-form .gform_heading{
	display:none;
}
.about-btm-form form{
	max-width:80% !important;
	width:100% !important;
}
.about-btm-form form .gform_heading{
	display:none;
}
.about-btm-form form ul{
	display: flex;
    flex-wrap: wrap;
}
.about-btm-form form ul li{
	padding: 0px !important;
    margin: 0px !important;
    width: 100%;
	clear: inherit !important;
}
.about-btm-form form ul li:nth-child(1){
	width: calc(50% - 20px);
    float: left;
    margin-right: 20px !important;
}
.about-btm-form form ul li:nth-child(2) {
    width: calc(50% - 20px);
    float: right;
    margin-left: 20px !important;
}
.about-btm-form form input{
	width: 100% !important;
    background-color: #DFE5E7;
    border: none;
    border-radius: 10px;
    padding: 15px !important;
    font-size: 18px !important;
    font-weight: 500;
    color: #083F51;
    margin: 0px 0px 20px !important;
}
.about-btm-form form textarea{
	width: 100%;
    background-color: #DFE5E7;
    border: none;
    border-radius: 10px;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #083F51;
    margin-bottom: 30px;
    height: 250px;
}
.about-btm-form form #field_1_6 > label{
	display: none;
}
.about-btm-form form input[type="submit"] {
    margin-bottom: 10px !important;
    display: inline-block !important;
    width: auto !important;
    background-color: #EE6613 !important;
    color: #083F51 !important;
    font-weight: 700;
    transition: all 0.4s;
    border-radius: 10px;
	border:none !important;
}
.about-btm-form form input[type="submit"]:hover{
	border:none !important;
	color:#fff !important;
}
.about-btm-form form .gform_footer {
    margin: 0px;
    padding: 0px;
    text-align: center;
}




.services-boxes > .vce-row-content{
	width: 100%;
    max-width: 1600px;
    margin: 0px auto;
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
.services-boxes .single-box{
	width: 100% !important;
    max-width: calc(30% - 40px) !important;
    margin: 0px 0px 50px !important;
	border: solid 1px #d1d7d9;
    border-radius: 15px;
	flex: 0 0 33.33% !important;
	overflow:hidden;
	transition:all 0.3s;
}
.services-boxes .single-box:hover{
	background-color:#D0D6D8;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}
.services-boxes .single-box .vce-feature-description-content h3{
	font-size: 24px;
    color: #008080;
    padding: 10px 15px 30px;
    margin: 0px;
}
.services-boxes .single-box .vce-feature-description .vce-feature-description-image-wrapper{
	width: 100% !important;
	text-align: center;
}
.services-boxes .single-box .vce-feature-description .vce-feature-description-image-wrapper .vce-feature-description-image{
	background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
	padding: 0px 0px 50% !important;
}
.services-boxes .single-box .vce-feature-description .vce-feature-description-content{
	margin: 0px;
    text-align: center;
}
.services-boxes .single-box .vce-feature-description .vce-button--style-outline-container{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.services-boxes .single-box .vce-feature-description .vce-button--style-outline-container button,
.services-boxes .single-box .vce-feature-description .vce-button--style-outline-container a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0px;
}


.service-sec.about-1 h3:before{
	background-image: url(/wp-content/uploads/2021/07/Inbound-Marketing-Strategy.png);
	right: 20%;
}
.service-sec.about-2 h3:before{
	background-image: url(/wp-content/uploads/2021/07/Expertise.png);
	right: 30%;
}
.service-sec.about-2 h3:after{
	width: 80%;
}
.service-sec.about-2 a,
.service-sec.about-2 a:focus{
	margin-bottom: 10px !important;
    display: inline-block;
    width: auto !important;
    background-color: #EE6613 !important;
    color: #083F51 !important;
    font-weight: 700;
    transition: all 0.4s;
	text-decoration:none !important;
}
.service-sec.about-2 a:hover{
	color:#fff !important;
}


#gform_confirmation_message_1 {
	text-align: center;
}
#gform_confirmation_message_1 h2{
	font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif !important;
}
#gform_confirmation_message_1 > br{
	display:none;
}


@media only screen and (min-width: 1440px) {
	.contact-form-sec .bg-box{
		padding: 160px 12% 0px;
	}
}
@media only screen and (min-width: 1600px) {
	.contact-form-sec .bg-box{
		padding: 200px 12% 0px;
	}
}

@media only screen and (max-width: 1024px) {
	header#masthead .top_bar ul li a svg{
		font-size: 18px;
	}
	header#masthead{
		padding: 15px 15px 15px 10px;
	}
	header#masthead .site-logo a img{
		max-width: 160px;
	}
	header#masthead #site-navigation ul#primary-menu-list > li > a{
		font-size: 14px;
		padding: 10px;
	}
	.banner-sec{
		margin-bottom: 30px;
	}
	.banner-sec h2{
		font-size: 50px;
	}
	.banner-sec h4{
		font-size: 26px;
	}
	.banner-sec p{
		font-size: 18px;
	}
	.banner-sec button{
		margin-top: 20px !important;
	}
	.service-sec h3{
		font-size: 26px;
		line-height: 30px;
		padding-bottom: 20px;
	}
	.service-sec h3:before,
	.service-sec.second h3:before{
		width: 50px;
		height: 60px;
	}
	.work-together .bg-sec h2{
		font-size: 36px;
		top: -100px;
		right: 0px;
	}
	.work-together .bg-sec p{
		line-height: 30px;
	}
	.work-together .bg-sec:before{
		left: 15px;
		bottom: 0;
		width: 46%;
		height: 110%;
		background-position: center bottom;
	}
	.work-together{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.Our-service{
		padding: 60px 30px 60px;
	}
	.Our-service h2{
		font-size: 40px;
	}
	aside.widget-area{
		padding: 80px 30px 40px;
	}
	.service-sec{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.approach-hero-sec h2{
		font-size: 50px;
		line-height: 50px;
	}
	.approach-hero-sec button{
		margin-top: 30px !important;
	}
	.Our-secret .bg-box h2{
		margin-bottom: 30px;
		font-size: 40px;
	}
	
	.website-marketing-strategy h2{
		font-size: 46px;
		line-height: 50px;
	}
	.website-marketing-strategy{
		padding-bottom: 20px;
	}
	.website-marketing-strategy button{
		margin-top: 10px !important;
	}
	.our-powerful{
		padding: 60px 0px 250px;
		margin-top: 20px;
	}
	.our-powerful h2{
		font-size: 40px;
	}
	.our-powerful .powerful-content h3{
		font-size: 32px;
		margin-bottom: 15px;
	}
	.lets-collaborate h2{
		font-size: 40px;
	}
	.contact-hero-sec{
		height: auto;
		margin-bottom:40px;
	}
	.contact-hero-sec h2{
		font-size: 50px;
		margin-bottom: 20px;
	}
	.contact-form-sec .bg-box{
		padding: 60px 10% 30px;
	}
	.contact-form-sec .bg-box:after{
		right: 0px;
		bottom: 70px;
	}
	.map-info-sec{
		padding: 60px 30px 20px;
	}
	
	.services-boxes .single-box .vce-feature-description .vce-feature-description-image-wrapper .vce-feature-description-image{
		padding: 0px 0px 80% !important;
	}
	.services-boxes .single-box .vce-feature-description-content h3{
		font-size: 22px;
		padding: 10px 15px 25px;
	}
	
	.contact-form-sec.about-us .heading h2{
		font-size: 34px;
	}
	.contact-form-sec.about-us .bg-box form{
		width: 100%;
	}
	.contact-form-sec.about-us{
		margin: 20px 0px 70px;
	}
	.contact-form-sec.about-us .bg-box{
		padding: 40px 40px 0px;
	}
	.about-blog {
		padding-bottom: 50px !important;
		padding-top: 50px !important;
	}
	.about-blog .heading h2{
		font-size: 34px;
	}
	.about-services{
		padding-top: 50px;
	}
	.about-services .heading h2{
		font-size: 34px;
	}
	.about-services .content{
		width: 100%;
		margin: 30px auto 0px;
	}
	.about-services .service-box{
		max-width: 30% !important;
		margin: 0px 0px 40px 0px!important;
	}
	.about-btm-form form{
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 991px) {
	header#masthead .top_bar{
		display:none;
	}
	body.menu-active header#masthead{
		position: fixed;
		width: 100%;
		height: 100vh;
		background-color: #fff;
		z-index: 1000000;
		padding: 0px;
		overflow: auto;
	}
	p {
		font-size: 16px;
	}
	body.menu-active{
		overflow:hidden;
	}
	header#masthead{
		overflow:visible;
		padding: 10px;
	}
	header#masthead .site-branding{
		position: relative;
		top: inherit;
		z-index: 10000000;
		margin: 0px;
		
	}
	body.menu-active header#masthead .site-branding{
		padding: 10px;
	}
	header#masthead .site-branding .site-logo{
		position: relative;
		top: inherit;
	}
	body.menu-active header#masthead #site-navigation{
		width:100%;
	}
	header#masthead #site-navigation{
		position: inherit;
		top: inherit;
		display: block;
		padding: 0px;
	}
	header#masthead > div:last-child{
		display: block;
		overflow: hidden;
	}
	header#masthead .top_bar ul{
		margin:0px;
	}
	header#masthead #site-navigation .primary-menu-container{
		display: none;
		position: relative;
		width: 100%;
		background-color: #fff;
		margin: 0px;
		padding: 0px;
		min-height: auto;
		z-index: 100000;
		height: auto;
		overflow: auto;
	}
	body.menu-active header#masthead #site-navigation .menu-button-container{
		position: absolute;
		right: 0;
		top: 12px;
		z-index: 1000000;
		width: auto;
	}
	header#masthead #site-navigation .menu-button-container #primary-mobile-menu span.dropdown-icon.close {
		font-size: 14px;
	}
	header#masthead #site-navigation .primary-menu-container.active{
		display:block;
		border: none;
	}
	header#masthead #site-navigation .menu-button-container{
		position: relative;
		top: inherit;
		display: block;
		padding: 0px;
	}
	header#masthead #site-navigation ul#primary-menu-list{
		width: 100%;
		padding: 10px 0px 0px;
		margin-top: 5px;
		border-top: solid 1px #eee;
	}
	header#masthead #site-navigation ul#primary-menu-list > li{
		display: block;
		text-align: left;
		overflow: hidden;
		border-bottom: solid 1px #eee;
	}
	header#masthead #site-navigation ul#primary-menu-list > li:last-child{
		border-bottom: none;
	}
	header#masthead #site-navigation ul#primary-menu-list > li > a{
		font-size: 16px;
		padding: 10px 15px;
	}
	header#masthead #site-navigation ul#primary-menu-list > li > button.sub-menu-toggle{
		position: absolute;
		right: 0;
		margin: 0px;
		top: 0;
		width: auto;
		height: auto;
		text-align: right;
		justify-content: flex-end;
		padding: 10px 15px;
		display: flex;
		min-height: 44px;
		min-width: 50px;
	}
	header#masthead #site-navigation ul#primary-menu-list > li > button.sub-menu-toggle:focus{
		outline:none;
	}
	header#masthead #site-navigation ul#primary-menu-list > li:after{
		display:none;
	}
	header#masthead #site-navigation ul#primary-menu-list > li > ul.sub-menu{
		position: relative;
		top: inherit;
		left: inherit;
		width: 100%;
		border: none;
		padding-left: 10px;
		border-top:solid 1px #eee;
		margin: 0px;
		display: none;
		width: 100%;
		max-width: 100%;
		border-radius: 0px;
	}
	header#masthead #site-navigation ul#primary-menu-list > li > ul.sub-menu:before{
		display:none;
	}
	header#masthead #site-navigation ul#primary-menu-list > li > ul.sub-menu:after{
		display:none;
	}
	header#masthead #site-navigation ul#primary-menu-list > li > button[aria-expanded="true"] ~ ul.sub-menu{
		display: block;
	}
	.banner-sec{
		padding-top: 20px !important;
		margin-bottom: 20px;
	}
	.banner-sec h2{
		font-size: 40px;
	}
	.banner-sec h4{
		font-size: 22px;
	}
	.banner-sec p{
		font-size: 16px;
	}
	.banner-sec button{
		margin-top: 10px !important;
	}
	.service-sec{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.service-sec h3{
		font-size: 22px;
		line-height: 27px;
		padding-bottom: 15px;
		padding-right: 50px;
	}
	.service-sec p{
		line-height: 30px;
		font-size: 16px;
	}
	.service-sec h3:before{
		right: 20%;
	}
	.service-sec.second h3:before{
		right: 0;
	}
	.work-together{
		padding-top: 70px;
		padding-bottom: 60px;
	}
	.work-together .vce-row-content div.vce-col--md-10p{
		display:none;
	}
	.work-together .vce-row-content div.vce-col--md-80p{
		width: 100%;
		max-width: 100% !important;
		flex-basis: 100% !important;
		margin: 0px;
	}
	.work-together .bg-sec h2{
		font-size: 34px;
		top: -95px;
		right: 0px;
	}
	.work-together .bg-sec{
		padding: 10px 20px 0px 50%;
	}
	.Our-service{
		padding: 40px 15px 50px;
	}
	.Our-service h2{
		font-size: 34px;
	}
	.Our-service .service-box h4{
		margin: 15px 0px 0px;
		font-size: 24px;
		padding: 10px 10px 0px;
	}
	.Our-service .service-box p{
		margin-bottom: 30px;
		padding: 0px 10px;
		font-size: 16px;
	}
	aside.widget-area{
		padding: 60px 15px 30px;
	}
	aside.widget-area > div.content-inner > section{
		width: calc(100% - 50%);
	}
	aside.widget-area section#custom_html-3 .cm_about a img{
		max-width:200px;
	}
	aside.widget-area section#custom_html-3 p{
		margin-top: 15px;
		font-size: 16px;
	}
	aside.widget-area section#custom_html-3 .social_icon ul{
		margin-top: 30px;
	}
	aside.widget-area section#custom_html-3 .social_icon ul li a{
		width: 35px;
		height: 35px;
	}
	aside.widget-area section#custom_html-3 .social_icon ul li a svg{
		font-size: 16px;
	}
	aside.widget-area section h2.widget-title{
		font-size: 24px;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	aside.widget-area section nav ul#menu-quick-links li{
		margin-bottom: 0;
	}
	aside.widget-area > section#nav_menu-2 nav{
		margin-top: 0px;
	}
	aside.widget-area section nav ul#menu-quick-links li a{
		font-size: 16px;
	}
	aside.widget-area > section#custom_html-4{
		padding-left: 0px;
		margin-top: 20px;
	}
	aside.widget-area > section#custom_html-5{
		margin-top: 30px;
	}
	footer#colophon{
		padding: 15px 15px;
		display: flex;
		align-items: center;
	}
	footer#colophon .foo_left div{
		font-size: 14px;
	}
	footer#colophon .foo_right ul{
		padding-left: 0px;
	}
	footer#colophon .foo_right ul li a{
		font-size: 14px;
	}
	
	.approach-hero-sec h2{
		font-size: 40px;
		line-height: 40px;
	}
	.approach-hero-sec p{
		font-size:16px;
	}
	.approach-hero-sec button{
		margin-top: 10px !important;
	}
	.Our-secret{
		padding: 30px 0px 50px;
	}
	.Our-secret .bg-box h2{
		font-size: 34px;
	}
	.Our-secret .bg-box p{
		line-height: 27px;
		font-size: 16px;
	}
	.Our-secret .bg-box{
		padding: 30px 20px 10px;
	}
	.strategy-session-btn{
		padding: 15px 0px 40px;
	}
	.Our-service.approach{
		padding: 0px 15px 50px;
	}
	
	.website-marketing-strategy h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.service-sec.business-needs h3:before{
		right:0;
	}
	.our-powerful{
		padding: 50px 0px 250px;
	}
	.our-powerful h2{
		font-size: 34px;
		line-height: 36px;
	}
	.our-powerful h2:after{
		left: 15%;
		width: 70%;
	}
	.our-powerful .powerful-content h3{
		font-size: 28px;
		margin-bottom: 10px;
	}
	.lets-collaborate .bg-sec{
		padding: 30px 30px;
	}
	.lets-collaborate h2{
		font-size: 34px;
	}
	.contact-hero-sec {
		margin-bottom: 30px;
	}
	.contact-form-sec .bg-box{
		padding: 60px 20px 30px;
	}
	.contact-form-sec .bg-box:after{
		right: 10px;
		bottom: 20px;
		width: 90px;
		height: 110px;
	}
	.map-info-sec .info-sec ul li{
		font-size: 16px;
	}
	.map-info-sec .info-sec figure a.vce-single-image-inner{
		width:200px;
	}
	.map-info-sec .info-sec ul li a, .map-info-sec .info-sec ul li a:focus{
		font-size: 16px;
	}
	
	
	.blog_page .tab-content .blog_box figure{
		height: 250px;
	}
	.blog_page .tab-content .blog_box .blog_text h4 a,
	.blog_page .tab-content .blog_box .blog_text h4 a:focus{
		font-size: 22px;
	}
	body.blog .blog_page .tab-content .col-md-6{
		margin-bottom: 40px;
	}
	.blog_page .tab-content .blogpagination{
		margin-bottom: 40px;
	}
	
	
	body.single-post main#main > article > .row .blog-title h1{
		font-size: 32px;
		margin-bottom: 30px;
		line-height: 40px;
	}
	body.single-post article header.entry-header h1{
		font-size: 28px;
		line-height: 36px;
	}
	body.single-post main#main > article > .entry-content{
		margin-top: 20px;
	}
	
	
	body.single-services .desktop-banner .banner > .container{
		padding:0px;
	}
	body.single-services .desktop-banner .banner h1{
		font-size: 30px;
		margin: 0px 0px 15px;
	}
	body.single-services .desktop-banner .banner p, body.single-services .desktop-banner .banner p span{
		font-size: 16px;
	}
	body.single-services #primary.containerssss h2{
		font-size: 26px;
	}
	.single-services .Services_title_section .top_title span{
		font-size: 32px;
	}
	body.single-services #primary.containerssss .all_sec.container{
		padding:0px;
	}
	.single-services .Services_title_section > .container{
		padding:0px;
	}
	.single-services .Services_title_section .s_box{
		padding: 30px 10px 15px;
	}
	.single-services .Services_title_section .s_box h3{
		margin-bottom: 10px;
		font-size: 18px;
	}
	.single-services .our-powerful{
		margin-top: 50px !important;
		padding-bottom: 210px;
	}
	
	
	.privacy-policy h2 span{
		font-size: 24px !important;
	}
	
	.services-boxes .single-box{
		max-width: calc(33.33% - 20px) !important;
		flex: 0 0 33.33% !important;
		margin: 0px 0px 30px !important;
	}
	.services-boxes .single-box .vce-feature-description-content h3{
		font-size: 20px;
		padding: 10px 10px 20px;
	}
	
	.about-blog .content ul li{
		width: calc(33.33% - 20px);
		margin: 0px 10px;
	}
	.about-blog{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	.about-blog .heading{
		margin-bottom: 10px;
	}
	.about-services .service-box{
		max-width: 31% !important;
		margin: 0px 0px 20px 0px!important;
		flex-basis: calc(33.33%) !important;
	}
	.about-services .service-box .vce-feature-description{
		background-size: 50px;
	}
	.about-services .service-box .vce-feature-description .vce-feature-description-image-wrapper{
		width: 50px !important;
	}
	.about-services .service-box .vce-feature-description .vce-feature-description-content{
		margin: 0px 0px 0px 10px;
		width: calc(100% - 60px);
	}
	.about-services .service-box .vce-feature-description h4{
		font-size: 16px;
	}
	
	.service-sec.about-1 h3:after{
		width: 100%;
	}
	.service-sec.about-1 h3:before{
		right: 0%;
	}
	.service-sec.about-2 h3:after{
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	header#masthead .top_bar{
		display:none;
	}
	header#masthead .site-branding .site-logo{
		padding-top: 0px;
		display:block;
	}
	header#masthead #site-navigation .menu-button-container{
		padding: 0px;
	}
	header#masthead #site-navigation .menu-button-container #primary-mobile-menu{
		color: #083F51;
	}
	header#masthead #site-navigation .menu-button-container #primary-mobile-menu:focus{
		outline: none;
	}
	header#masthead .site-branding .site-logo a:focus{
		background-color: transparent;
		outline: none;
		text-decoration: none;
		border: none;
	}
	header#masthead #site-navigation ul#primary-menu-list > li > a{
		font-size: 16px;
	}
	header#masthead #site-navigation ul#primary-menu-list > li:after{
		display:none;
	}
	.banner-sec{
		padding-top: 10px !important;
	}
	.banner-sec h4 br{
		display:none;
	}
	.banner-sec button{
		margin-top: 0px !important;
	}
	.service-sec.second .vce-row-content > .vce-col:first-child{
		order:2;
	}
	.work-together{
		padding-top: 20px;
	}
	.work-together .bg-sec{
		padding: 40px 15px 25px 15px;
	}
	.work-together .bg-sec p{
		line-height: 27px;
		padding-left: 0px;
		border: none;
		text-align: center;
	}
	.work-together .bg-sec button{
		margin-top: 0px;
	}
	.work-together .bg-sec:before{
		left: 10%;
		bottom: 0;
		width: 80%;
		height: 100%;
		opacity: 0;
	}
	.work-together .bg-sec h2{
		position: relative;
		left: inherit;
		top: inherit;
		color: #fff;
		font-size: 30px;
		text-align: center;
	}
	.Our-service{
		padding: 40px 15px 20px;
	}
	.Our-service h2{
		font-size:30px;
	}
	.Our-service h2:after{
		width: 170%;
		transform: translateX(-20%) translateY(-11%);
	}
	.Our-service .service-box{
		margin-bottom: 20px;
	}
	.Our-service .service-box p{
		text-align:center;
	}
	aside.widget-area{
		padding-bottom:20px;
	}
	aside.widget-area > div.content-inner > section{
		width: calc(100% - 0%);
		padding: 0px;
	}
	aside.widget-area > section#nav_menu-2{
		margin-top: 20px;
	}
	aside.widget-area > section#custom_html-5 {
		margin-top: 10px;
	}
	aside.widget-area section h2.widget-title{
		margin-bottom: 5px;
	}
	footer#colophon{
		flex-wrap:wrap;
	}
	footer#colophon .foo_left{
		width: 100%;
		text-align: center;
	}
	footer#colophon .foo_right{
		width: 100%;
		text-align: center;
		float: inherit;
	}
	footer#colophon .foo_right ul{
		float: inherit;
		justify-content: center;
		margin-top: 10px;
	}
	footer#colophon .foo_right ul li a{
		padding: 0px 10px;
	}
	.Our-service .service-box h4{
		margin: 5px 0px 0px;
		font-size: 20px;
	}
	.Our-service .service-box p{
		margin-bottom: 20px;
		text-align:center;
	}
	.Our-secret .bg-box h2{
		margin-bottom: 20px;
	}
	.service-sec.Approach-first .vce-row-content > .vce-col:first-child,
	.service-sec.Approach-third .vce-row-content > .vce-col:first-child{
		order:2;
	}
	.strategy-session-btn{
		padding: 0px 15px 30px !important;
	}
	.Our-service.approach{
		padding: 0px 15px 20px;
	}
	.website-marketing-strategy button{
		margin-top: 0px !important;
	}
	.service-sec.business-needs .vce-row-content .vce-col:first-child{
		order:2;
	}
	.service-sec.business-needs h3 br{
		display:none;
	}
	.our-powerful h2{
		font-size: 30px;
		line-height: 32px;
		padding: 0px 20px;
	}
	.our-powerful h2:after{
		left: 5%;
		width: 90%;
		bottom: 40%;
	}
	.our-powerful .powerful-content h3,
	.our-powerful .powerful-content p{
		text-align:center;
	}
	.our-powerful{
		padding: 50px 0px 20px;
	}
	.lets-collaborate{
		transform: none;
		height: auto;
		padding: 50px 15px 40px;
	}
	.lets-collaborate .bg-sec{
		padding:30px 15px 35px;
	}
	.lets-collaborate .bg-sec button {
		margin-top: 0px;
	}
	.contact-hero-sec{
		padding:0px 15px;
		margin-bottom: 20px;
		z-index:0;
	}
	.contact-form-sec .bg-box{
		padding: 60px 15px 30px;
	}
	.contact-form-sec .bg-box form input{
		border-radius: 5px;
		padding: 10px;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.contact-form-sec .bg-box form span.f-name{
		width: calc(50% - 10px);
		margin-right: 10px;
	}
	.contact-form-sec .bg-box form span.last-name{
		width: calc(50% - 10px);
		margin-left: 10px;
	}
	.map-info-sec{
		padding: 60px 15px 0px;
	}
	.map-info-sec .info-sec{
		padding-bottom: 20px;
	}
	
	
	body.blog .blog_page ul.nav-tabs{
		margin-bottom: 30px;
		margin-top: 0px;
	}
	body.blog .blog_page{
		padding: 0px 15px;
	}
	body.blog .blog_page .tab-content .col-md-6{
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 25px;
	}
	.blog_page .tab-content .blogpagination .wp-pagenavi span, 
	.blog_page .tab-content .blogpagination .wp-pagenavi a, 
	.blog_page .tab-content .blogpagination .wp-pagenavi span:focus, 
	.blog_page .tab-content .blogpagination .wp-pagenavi a:focus{
		font-size: 14px;
		padding: 4px 6px;
		min-width: 36px;
		margin: 0px 10px 10px 0px;
	}
	.blog_page .tab-content .blogpagination{
		margin-bottom: 20px;
	}
	.blog_page .tab-content .blog_box{
		
	}
	
	
	body.single-post main#main > article{
		padding: 10px 15px 20px;
	}
	body.single-post .row .blog-social-links{
		width: 100%;
	}
	body.single-post .blog-social-links .social-sharing{
		flex-direction: row;
	}
	body.single-post .row .blog-social-links .social-sharing a{
		margin-right: 10px;
		margin-bottom: 0px;
	}
	body.single-post main#main > article > .row .blog-title{
		width: 100%;
		margin: 20px 0px;
	}
	body.single-post main#main > article > .row .blog-title h1{
		font-size: 28px;
		margin-bottom: 20px;
	}
	body.single-post .blog-title .author_section .author_img{
		width: 50px;
		height: 50px;
	}
	body.single-post .blog-title .author_section .author_name{
		font-size: 16px;
		line-height: 23px;
	}
	body.single-post main#main > article > .row .blog-image{
		width: 100%;
	}
	body.single-post main#main > article > .row .blog-image img{
		max-width:100%;
	}
	body.single-post article header.entry-header{
		padding-left:0;
	}
	body.single-post article header.entry-header h1{
		font-size: 24px;
		line-height: 34px;
		font-weight: 500;
	}
	body.single-post main#main > article > .entry-content{
		padding-left:0;
		margin-top:15px;
	}
	.terms p span
	{
		font-size:16px !important;
	}
	
	.privacy-policy p span {
		font-size: 16px !important;
	}
	.privacy-policy h2 span {
		font-size: 23px !important;
	}
	.terms h2 span {
		font-size: 23px !important;
	}
	
	
	body.single-services .desktop-banner .banner .left_sec{
		width: 100%;
		padding-right: 0px;
		order: 2;
		margin-top: 20px;
	}
	body.single-services .desktop-banner .banner .right_sec{
		width:100%;
	}
	body.single-services .desktop-banner .banner > .container{
		display: flex;
		flex-wrap: wrap;
	}
	body.single-services .desktop-banner .wp-block-button{
		margin-top: 20px;
		text-align: center;
	}
	body.single-services .desktop-banner .wp-block-button a, body.single-services .desktop-banner .wp-block-button a:focus{
		font-size: 16px;
		border-radius: 5px;
		padding: 10px 19px;
	}
	.single-services .Services_title_section .top_title span{
		font-size: 30px;
	}
	.single-services .Services_title_section .s_box{
		margin-bottom: 25px;
		height: auto;
	}
	.single-services .Services_title_section{
		padding: 20px 0px 0px;
	}
	.single-services .Services_title_section .top_title{
		margin-bottom: 20px;
	}
	body.single-services #primary.containerssss h3{
		font-size: 22px;
	}
	.single-services .our-powerful{
		padding-bottom: 20px;
	}
	.single-services .our-powerful h2:after{
		left: 5%;
		width: 90%;
	}
	.single-services .lets-collaborate{
		padding: 30px 15px 31px;
	}
	
	
	body.blog .blog_page ul.nav-tabs li:not(:last-child){
		margin-right: 10px;
	}
	.blog_page .tab-content .blog_box figure{
		margin: 0px;
	}
	.blog_page .tab-content .blog_box .blog_text .blog-read_more a, .blog_page .tab-content .blog_box .blog_text .blog-read_more a:focus{
		margin-top: 0px;
	}
	.blog_page .tab-content .blog_box .blog_text h4 a, .blog_page .tab-content .blog_box .blog_text h4 a:focus{
		font-size: 20px;
	}
	body.blog .blog_page ul.nav-tabs li a{
		font-size: 15px;
		padding: 5px 15px;
	}
	
	
	.terms h3{
		font-size: 20px;
	}
	.terms h2{
		line-height: 30px !important;
	}
	
	
	.services-boxes .single-box{
		max-width: calc(100% - 0px) !important;
		flex: 0 0 100% !important;
	}
	.services-boxes .single-box .vce-feature-description .vce-feature-description-image-wrapper .vce-feature-description-image{
		padding: 0px 0px 60% !important;
	}
	
	.contact-form-sec.about-us{
		margin: 10px 0px 50px;
		padding: 0px 15px !important;
	}
	.contact-form-sec.about-us .bg-box{
		padding: 30px 15px 0px;
	}
	.contact-form-sec.about-us .heading h2{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.contact-form-sec.about-us .heading > .vce-text-block-wrapper{
		margin-bottom: 20px;
	}
	.contact-form-sec.about-us .heading p{
		margin-bottom: 20px;
	}
	.contact-form-sec .bg-box form input{
		border-radius: 5px !important;
		padding: 10px !important;
		font-size: 16px !important;
		margin-bottom: 20px !important;
	}
	.contact-form-sec .bg-box form ul li:nth-child(1){
		width: 100%;
		margin-right: 0px !important;
	}
	.contact-form-sec .bg-box form ul li:nth-child(2){
		width: 100%;
		margin-left: 0px !important;
	}
	.contact-form-sec .bg-box form input[type="submit"]{
		padding: 10px !important;
		font-size: 16px !important;
	}
	.about-blog .heading h2{
		font-size: 30px;
	}
	.about-blog .heading h2:after{
		display:none;
	}
	.about-blog .heading{
		margin-bottom: 0px;
	}
	.about-blog .content ul{
		flex-wrap:wrap;
	}
	.about-blog .content ul li{
		width: 100%;
		margin: 0px 0px 25px;
	}
	.about-blog{
		padding-bottom: 20px !important;
		padding-top: 40px !important;
	}
	.about-services{
		padding-top: 40px;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.about-services .heading h2{
		font-size: 30px;
	}
	.about-services .service-box{
		max-width: 100% !important;
		flex-basis: calc(100%) !important;
	}
	.about-services .service-box .vce-feature-description{
		background-size: 120px;
	}
	.about-services .service-box .vce-feature-description .vce-feature-description-image-wrapper{
		width: 120px !important;
	}
	.about-services .service-box .vce-feature-description > div{
		padding: 10px 10px;
	}
	
	.about-btm-form form input{
		border-radius: 5px;
		padding: 10px !important;
		font-size: 15px !important;
	}
	.about-btm-form form ul li #field_1_6 > label{
		display: none;
	}
	.about-btm-form form textarea{
		border-radius: 5px;
		padding: 10px;
		font-size: 15px;
		margin-bottom: 20px;
	}
	.about-btm-form form ul li:nth-child(1){
		width: calc(100%);
		margin-right: 0px !important;
	}
	.about-btm-form form ul li:nth-child(2){
		width: calc(100%);
		margin-left: 0px !important;
	}
	.contact-form-sec .bg-box form textarea{
		border-radius: 5px;
		padding: 10px;
		font-size: 15px;
	}
} 

.selected_box {
    background: #d1d7d9;
}