/*
Theme Name: theavdesigns
Author: theavdesigns
Author URI: https://www.theavdesigns.com/
Description: In 2025, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Creating a magazine website with WordPress has never been easier.
Version: 4.0.2
Theme URI: https://www.theavdesigns.com/theme/
Tags: blue, two-columns, right-sidebar, featured-images, post-formats, theme-options, accessibility-ready
*/
html{
 scroll-behavior: smooth;
}
body {
font-family: "Quicksand", sans-serif;
font-weight: 400;
color: #000;
position: relative;
background-color: #fff;
}
a {
color: #e11f26;
text-decoration: none;
}
a:hover, .text-black-link:hover {
text-decoration: none;
color: #d51e26;
}
.text-black-link{
color: #000; 
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: "Quicksand", sans-serif;
font-weight: 400;
color: #000;
}
.text-logo-red {
color: #d7001d;
}
.bg-logo-red {
background-color: #d7001d;
}
.bg-red-light {
background: #fff9fa;
}
.card-avdesigns {
border: 1px solid #cccccc;
padding: 1rem;
box-shadow: 0px 7px 13.5px 1.5px rgba(0, 0, 0, 0.05)
}
.round-50 {
border-radius: 50px;
}
ul.list-dot,ul.list-square {
  list-style: none;
  padding-left: .5rem;
  margin-top: 20px;
}
ul.list-dot li,ul.list-square li {
  position: relative;
  padding-left: 20px;
}
ul.list-dot li:before, ul.list-square li:before {
  content: "";
  background-color: #e11f26;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 8px;
}
ul.list-dot li:before {
  border-radius: 50%;
}
ul.list-dot > li + li, ul.list-square > li + li {
  margin-top: 6px;
}
/*index hero*/
.navbar .navbar-nav .nav-link {
font-weight: 600;
font-size: 16px;
}
.navbar .navbar-nav .btn-chat {
background-color: #d7001d;
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
position: relative;
background: url("https://www.theavdesigns.com/assets/img/footer-shape.png") right bottom/100% no-repeat local;
padding-top: 50px;
}
.site-footer ul {
list-style: none;
padding: 0;
}
.site-footer p, .site-footer li {
color: #666;
}

@media (max-width: 991px) {
.site-footer .upper-footer {
padding: 0 0 20px;
}
}
@media (max-width: 767px) {
.site-footer .upper-footer {
padding: 0 0 10px;
}
}
@media (max-width: 991px) {
.site-footer .upper-footer .col {
min-height: 235px;
margin-bottom: 70px;
}
}
@media (max-width: 767px) {
.site-footer .upper-footer .col {
min-height: auto;
margin-bottom: 60px;
}
}
.site-footer .widget-title {
margin-bottom: 30px;
}
@media (max-width: 767px) {
.site-footer .widget-title {
margin-bottom: 20px;
}
}
.site-footer .widget-title h3 {
font-size: 24px;
font-size: 1.5rem;
margin: 0;
padding-bottom: 0.4em;
text-transform: capitalize;
position: relative;
}
@media (max-width: 767px) {
.site-footer .widget-title h3 {
font-size: 22px;
font-size: 1.375rem;
}
}
@media screen and (min-width: 1200px) {
.site-footer .about-widget {
padding-right: 45px;
position: relative;
}
}
.site-footer .about-widget .logo {
max-width: 180px;
}
.site-footer .about-widget p {
margin-bottom: 0.8em;
line-height: 1.9em;
}
.site-footer .about-widget p:last-child {
margin-bottom: 0;
}
@media (max-width: 1199px) {
.site-footer .link-widget {
padding-left: 20px;
}
}
@media (max-width: 991px) {
.site-footer .link-widget {
padding-left: 0;
}
}
.site-footer .link-widget ul li {
position: relative;
}
.site-footer .link-widget ul a {
color: #666;
}
.site-footer .link-widget ul a:hover, .site-footer .link-widget ul li:hover:before {
color: red;
}
.site-footer .link-widget ul > li + li {
margin-top: 17px;
}
.site-footer .contact-widget li {
line-height: 1.6em;
}
.site-footer .newsletter-widget form {
margin-top: 25px;
position: relative;
}
.site-footer .newsletter-widget form input {
background-color: #fff;
height: 50px;
color: #666;
padding: 6px 20px;
border: 1px solid #e1e1e1;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
}
.site-footer .newsletter-widget form .submit {
position: absolute;
right: 15px;
top: 55%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.site-footer .newsletter-widget form .submit button {
background: transparent;
border: 0;
outline: 0;
font-size: 20px;
color: #fe6c35;
}
@media (max-width: 767px) {
.site-footer .lower-footer {
text-align: center;
}
}
.site-footer .lower-footer .row {
padding: 20px 0;
position: relative;
}
.site-footer .lower-footer .row .separator {
background: #fde2d8;
width: calc(100% - 30px);
height: 1px;
position: absolute;
left: 15px;
top: 0;
}
.site-footer .lower-footer .copyright {
font-size: 14px;
font-size: 0.875rem;
margin: 0;
display: inline-block;
float: left;
}
@media (max-width: 991px) {
.site-footer .lower-footer .copyright {
float: none;
margin: 7px 0 20px;
}
}
@media (max-width: 767px) {
.site-footer .lower-footer .copyright {
display: block;
float: none;
}
}
.site-footer .lower-footer .social-icons {
display: inline-block;
float: right;
}
@media (max-width: 767px) {
.site-footer .lower-footer .social-icons {
display: block;
float: none;
}
.site-footer .lower-footer .social-icons ul {
display: inline-block;
}
}
.site-footer .lower-footer .social-icons ul {
overflow: hidden;
}
.site-footer .lower-footer .social-icons ul li {
float: left;
}
.site-footer .lower-footer .social-icons ul > li + li {
margin-left: 15px;
}
.site-footer .lower-footer .social-icons ul a {
color: #353535;
}
.site-footer .lower-footer .social-icons ul a:hover {
color: #fe6c35;
}
/*page-head*/
.page-title {
  background-color: #fff9fa;
  width: 100%;
  height: 200px;
  text-align: center;
  position: relative;
}
.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  display: inline-flex;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 16px;
  font-size: 1rem;
  color: #e11f26;
  margin-right: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .page-title .breadcrumb li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.page-title .breadcrumb li a {
  color: #283a5e;
}

.page-title .breadcrumb li a:hover {
  color: #e11f26;
}

.page-title .breadcrumb > li + li {
  margin-left: 20px;
  padding-left: 15px;
}

.page-title .breadcrumb > li + li:before {
  content: "/";
  color: #283a5e;
  padding: 0;
  position: absolute;
  left: -8px;
  top: 2px;
}

/*page-head1*/
.blog-header {
  background-color: #fff9fa;
  text-align: center;
}
.blog-header .container {
  height: 100%;
  display: table;
}

.blog-header .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  display: inline-flex;
}

@media (max-width: 767px) {
  .blog-header .breadcrumb {
    text-align: center;
  }
}

.blog-header .breadcrumb li {
  font-size: 16px;
  font-size: 1rem;
  color: #e11f26;
  margin-right: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-header .breadcrumb li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.blog-header .breadcrumb li a {
  color: #283a5e;
}

.blog-header .breadcrumb li a:hover {
  color: #e11f26;
}

.blog-header .breadcrumb > li + li {
  margin-left: 20px;
  padding-left: 15px;
}

.blog-header .breadcrumb > li + li:before {
  content: "/";
  color: #283a5e;
  padding: 0;
  position: absolute;
  left: -8px;
  top: 2px;
}
.blog-card {
	margin-top: -60px;
	border: 4px solid #FDE2D8;
	border-radius: 10px 10px 10px 10px;
	background-color: #fff;
	padding: 0 20px;
}
.blog-main p{
    font-size: 1.25rem;
    margin: 20px 0px;
    line-height: 40px;
}
.blog-main li, .blog-main ol{
    font-size: 1.25rem;
    line-height: 40px;
}
.blog-main h1, .blog-main h2, .blog-main h3, .blog-main h4, .blog-main h5, .blog-main h6{
    margin-top: 10px;
}
/*------------------------*/
img {
 vertical-align: middle;
}
b, strong {
 font-weight: bold!important;
}
blockquote {
 padding: 20px 20px;
 margin: 20px 0;
 margin-left: 0px;
 border-left: 5px solid #b30000;
 background-color: #fff4f4;
 color: #000;
 font-size: 16px;
}
blockquote:before {
 font-size: 50px;
 line-height: 1;
 top: 30px;
 left: 25px;
 content: '\275D';
 color: #b30000;
}

blockquote .blue {
 background-color: #1e4679;
 color: #fff;
}
/*@media(min-width:1450px) {
  .container {
    max-width: 1400px !important;
  }
}*/
.img-responsive {
 display: inline !important;
}
/*.bg-parallx {
  background: transparent;
  color: #fff;
}*/
.bg-footer {
 background-color: #fff;
}
.bg-darkslategray {
 background-color: #2E3136;
}
@media (min-width: 992px) {
 .text-lg-left {
  text-align: left !important;
 }
 .text-lg-right {
  text-align: right !important;
 }
 .text-lg-center {
  text-align: center !important;
 }
 .mt-lg-n1 {
  margin-top: -5rem !important;
 }
 .mt-lg-n2 {
  margin-top: -10rem !important;
 }
 .mt-lg-n3 {
  margin-top: -15rem !important;
 }
 .mt-lg-n4 {
  margin-top: -20rem !important;
 }
}
/*=========basic=========================*/
/*    h1 { font-size: 52px;}
	h2 { font-size: 42px;}
	h3 { font-size: 32px;}
	h4 { font-size: 24px;}
	h5 { font-size: 20px;}
	h6 { font-size: 18px;}
	h1, h2, h3, h4, h5, h6 {
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		color: #000;
		font-weight: 600;
		margin: 10px 0 24px;
		line-height: 1.2;
	} */
.entry-title {
  font-size: 48px;
}
.post-layout .entry-title {
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 32px;
  font-weight:600;
}
@media only screen and (max-width: 780px) {
/*		h1 { font-size: 32px;}
		h2 { font-size: 28px;}
		h3 { font-size: 22px;}
		h4 { font-size: 18px;}
		h5 { font-size: 16px;}
		h6 { font-size: 14px;}
		*/
		
.entry-title {
  font-size: 32px;
	}
}

.alignnone {
 margin: 5px 0 20px 0;
 height: auto;
 max-width:100%;
}
.aligncenter, div.aligncenter {
 display: block;
 margin: 5px auto 5px auto;
 max-width:100%;
 height: auto;
}
.alignright {
 float: right;
 margin: 5px 0 20px 20px;
 height: auto;
 max-width:100%;
}
.alignleft {
 float: left;
 margin: 5px 20px 20px 0;
 height: auto;
 max-width:100%;
}
a img.alignright {
 float: right;
 margin: 5px 0 20px 20px;
 height: auto;
 max-width:100%;
}
a img.alignnone {
 margin: 5px 0 20px 0;
 max-width:100%;
}
a img.alignleft {
 float: left;
 margin: 5px 20px 20px 0;
}
a img.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
 max-width:100%;
}
.postform {
 display: block;
 width: 100%;
 height: calc(1.5em + .75rem + 2px);
 padding: .375rem .75rem;
 font-size: 1rem;
 font-weight: 400;
 line-height: 1.5;
 color: #495057;
 background-color: #fff;
 background-clip: padding-box;
 border: 1px solid #ced4da;
 border-radius: .25rem;
 transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.wp-caption {
 background: #fff;
 border: 1px solid #f0f0f0;
 max-width: 96%; /* Image does not overflow the content area */
 padding: 5px 3px 10px;
 text-align: center;
}
.wp-caption.alignnone {
 margin: 5px 0 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;
}
.screen-reader-text {
 border: 0;
 clip: rect(1px, 1px, 1px, 1px);
 clip-path: inset(50%);
 height: 1px;
 margin: -1px;
 overflow: hidden;
 padding: 0;
 position: absolute !important;
 width: 1px;
 word-wrap: normal !important;
}
.screen-reader-text:focus {
 background-color: #eee;
 clip: auto !important;
 clip-path: none;
 color: #444;
 display: block;
 font-size: 1em;
 height: auto;
 left: 5px;
 line-height: normal;
 padding: 15px 23px 14px;
 text-decoration: none;
 top: 5px;
 width: auto;
 z-index: 100000;
}
/*==================================*/
.avatar {
 border: 1px solid #ccc;
 border-radius: 50%;
}
.wp-post-image, .wp-block-image img {
 height: auto;
}
.bypostauthor {
 display: block;
}
.gallery-caption {
 display: block;
}
.screen-reader-text {
 border: 0;
 clip: rect(1px, 1px, 1px, 1px);
 -webkit-clip-path: inset(50%);
 clip-path: inset(50%);
 height: 1px;
 margin: -1px;
 overflow: hidden;
 padding: 0;
 position: absolute !important;
 width: 1px;
 word-wrap: normal !important;
 word-break: normal;
}
.post_format-post-format-quote {
 font-size: 30px;
 line-height: 40px;
 font-style: italic;
}
.page-link {
 color: #b30000;
 background-color: #fff;
 border: 1px solid #b30000;
}
.page-link:hover {
 z-index: 2;
 color: #b30000;
 background-color: faadad;
 border-color: #b30000;
}
.page-item.active .page-link {
 background-color: #b30000;
 border-color: #b30000;
}
.embed-container {
 overflow: hidden;
 padding-top: 56.25%;
 position: relative;
}
.embed-container iframe {
 border: 0;
 height: 100% !important;
 left: 0;
 position: absolute;
 top: 0;
 width: 100% !important;
}

/*start*/
.header-area {
 background-color: #001124;
 color: #fff;
}


.btn-green {
 display: inline-block;
 position: relative;
 overflow: hidden;
 z-index: 1;
 background-color: #008a4a;
 border-color: transparent;
 color: #fff!important;
 border-radius: 5px;
 font-size: 18px;
 border: 2px solid #008a4a;
 border-style: solid;
 box-shadow: none;
 transition: all .3s ease 0s;
 cursor: pointer;
 z-index: 1;
 position: relative
}

.btn-green::after {
 position: absolute;
 content: "";
 z-index: -1;
 display: block;
 left: -20%;
 right: -20%;
 top: -4%;
 height: 150%;
 width: 150%;
 bottom: 0;
 background: #fff;
 transform: skewX(45deg) scale(0, 1);
 transition: all .5s ease 0s
}

.btn-green:hover {
 box-shadow: none;
 color: #008a4a!important;
 border: 2px solid #008a4a
}

.btn-green svg {
 fill: #fff
}

.btn-green:hover svg {
 fill: #008a4a
}

.btn-green:hover::after {
 transform: skewX(45deg) scale(1, 1)
}

.btn-blue {
 display: inline-block;
 position: relative;
 overflow: hidden;
 z-index: 1;
 background-color: #0d6efd;
 border-color: transparent;
 color: #fff!important;
 border-radius: 5px;
 font-size: 18px;
 border: 2px solid #0d6efd;
 border-style: solid;
 box-shadow: none;
 transition: all .3s ease 0s;
 cursor: pointer;
 z-index: 1;
 position: relative
}

.btn-blue::after {
 position: absolute;
 content: "";
 z-index: -1;
 display: block;
 left: -20%;
 right: -20%;
 top: -4%;
 height: 150%;
 width: 150%;
 bottom: 0;
 background: #fff;
 transform: skewX(45deg) scale(0, 1);
 transition: all .5s ease 0s
}

.btn-blue:hover {
 box-shadow: none;
 color: #0d6efd!important;
 border: 2px solid #0d6efd
}

.btn-blue svg {
 fill: #fff
}

.btn-blue:hover svg {
 fill: #0d6efd
}

.btn-blue:hover::after {
 transform: skewX(45deg) scale(1, 1)
}
.btn-orange {
 display: inline-block;
 position: relative;
 overflow: hidden;
 z-index: 1;
 background-color: #c63;
 border-color: transparent;
 color: #fff !important;
 border-radius: 5px;
 font-size: 18px;
 border: 2px solid #c63;
 border-style: solid;
 box-shadow: none;
 transition: all .3s ease 0s;
 cursor: pointer;
 z-index: 1;
 position: relative
}

.btn-orange::after {
 position: absolute;
 content: "";
 z-index: -1;
 display: block;
 left: -20%;
 right: -20%;
 top: -4%;
 height: 150%;
 width: 150%;
 bottom: 0;
 background: #fff;
 transform: skewX(45deg) scale(0, 1);
 transition: all .5s ease 0s
}

.btn-orange:hover {
 box-shadow: none;
 color: #c63 !important;
 border: 2px solid #c63
}

.btn-orange svg {
 fill: #fff
}

.btn-orange:hover svg {
 fill: #c63
}

.btn-orange:hover::after {
 transform: skewX(45deg) scale(1, 1)
}

@-webkit-keyframes rotate-style {
 0% {
  transform: rotate(0)
 }
 100% {
  transform: rotate(360deg)
 }
}
@keyframes rotate-style {
 0% {
  transform: rotate(0)
 }
 100% {
  transform: rotate(360deg)
 }
}

.breadcrumb-white{
 position: relative;
}
.breadcrumb-white a{
 color: #fff;
}
.breadcrumb-white .active{
 color: #c1c1c1 !important;
}
.blog-breadcrumbs, .blog-breadcrumbs a{
color: #47425d;
}.blog-breadcrumbs{
background-color: #fff9fa;
padding: 15px;
margin-bottom: 30px;
margin-right: 20px;
}
.blog-breadcrumbs a {
  text-decoration: underline;
    text-decoration-color: currentcolor;
  margin: 0 3px;
  text-decoration-color: #bababa;
}
/*toc1*/
.toc1 .card-header{
 background: #1e4258;
 color: #fff;
}

.toc1 .card-body{
 background: #ebf9ff;
}
/*end toc1*/


/*toc2*/
.toc2 .accordion-button:not(.collapsed) {
 color: #000;
 background-color: #fff;
 box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.toc2 .accordion-item {
 background-color: #fff;
 border: 1px solid transparent!important;
}
.toc2 .accordion-button:focus {
 border: none!important;
}
/*end toc2*/

.border-top-red {
 border-bottom: 2px solid #9b0000 !important;
}

.video-container{overflow:hidden;position:relative;width:100%}
.video-container::after{padding-top:56.25%;display:block;content:''}
.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}

.post-edit-link, .post-edit-link:focus, .post-edit-link:hover{
 background: #0072c6;
 padding: 5px;
 font-weight: 700;
 color: #fff!important;
 margin: 0px 2px;
}
.card-side{
 border: 2px solid #0072c66b;
 background-color: #0072c60f;
}
.text-justify-center{
 text-align: justify;
 text-align-last: center;
}
ul.list-right {
 list-style: none;
 padding-left: 14px;
}
ul.list-right li {
 position: relative;
 text-align: left;
 padding-bottom: .5rem;
}
ul.list-right li::before {
 position: absolute;
 height: 20px;
 width: 20px;
 content: "";
 background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 50 50"><path fill="rgb(200,200,200)" d="M18.356,7.059L32.471,20.945h0L36,24.415,18.645,42.058l-3.529-3.471L29,24.473,14.885,10.588Z"></path></svg>') no-repeat;
 background-size: auto;
 background-size: 14px 14px;
 top: 5px;
 margin-left: -20px;
}
.well-red{
 background-color: #940000;
}
.bg-blue {
 background-color: #0072c6;
}
@media (max-width: 991px) {
.container a {
    display: inline-block;
}
.sm-link a {
    display:inline-block;
    padding: 0.6rem;
  }
}
