/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 12 2024 | 11:53:26 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-custom {
    max-width: 1320px;
	width:100%;
	margin:auto;  
  }
}
@media (min-width: 1349px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
	 width:100%;
	margin:auto;   
  }
}
#footer{
	background:#323f45 !important;
}
.blog_section .blog_content .blog_item .blog_image img{
	border:2px solid #007bff !important;
}
h4.pricing-title{
	font-size:30px;
}
.blog_section .blog_content .owl-nav .owl-prev,.blog_section .blog_content .owl-nav .owl-next,.blog_section .blog_content .owl-nav .owl-prev:hover{
	background:#007bff !important;
}
.blog_section .blog_content .owl-nav .owl-prev:hover,.blog_section .blog_content .owl-nav .owl-next:hover{
  border-color: #fff !important;
  color: #fff !important;
}
.blog_section .blog_content .owl-nav .owl-next span,.blog_section .blog_content .owl-nav .owl-prev span{
	font-size:17px !important;
}
h1.title{
	font-size:40px;
}
.resume_back {
  background-image: url('https://writemyresume.in/staging/wp-content/uploads/2024/04/home-appointment-hero-bg-image.webp');
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.fun-counter {
    background-color:#f5f5f5;
    padding: 30px 0;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .4rem;
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
    min-height:310px;
}
.count-title:after {
    content: '+';
    font-size: 25px;
}
.count-title {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    color:#18455d !important;
	padding:5px;
}

.count-text {
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color:#212121 !important;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
.count-desc{
    margin:10px 8px;
    font-size:16px;
	line-height:1.5;
}