/*
Theme Name: MT
Author: MT
Author URI: https://migratortool.com/
Description: In 2022, 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: 2.0
Theme URI: https://migratortool.com/theme/
Tags: blue, two-columns, right-sidebar, featured-images, post-formats, theme-options, accessibility-ready
*/


body{
font-family:barlow,sans-serif;
 margin:0 auto;
 padding:0;
 color:#212529;
 line-height: 1.6em;
 background-color: #fff;
}
html{
 scroll-behavior:smooth;
}
img {
  vertical-align: middle;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
 color:#263238;
 font-weight: 700;
}
a{
 color:#b30505;
 text-decoration:none;
}
a:hover{
 color:#ae1111;
}

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;
}*/

/*start footer*/
footer{
    border-top: 2px solid #d21c1c;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
footer {
position: relative;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
 background: #d21c1c;
background: linear-gradient(180deg, rgba(255,243,244,1) 0%, rgba(255,243,244,1) 100%);
}
footer li a{
    color: #212529;
}
footer li a:hover{
    color: #d21c1c;
}
.social-mwdia a{
  position: relative;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d21c1c;
  padding: .5rem !important;
}
.social-mwdia a:hover{
    background: #b10e0e;
}
/*end footer*/
.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, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-weight: bold;
}
.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*/
.text-red{
    color: #b30505;
}
.bg-red{
    background-color: #b30505;   
}
.bg-red-light{
    background-color: #fff7f4;
}
/*navbar start*/
.navbar{
    border-bottom: 2px solid #b30505;
}
.navbar-light .navbar-nav .nav-link{
color: #333;
font-size: 16px;
font-weight: 700;
padding-left: 1rem;
padding-right: 1rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
color: #b30505;
}
.navbar-nav .dropdown button{
  background: none!important;
  border: none!important;
}
.navbar-nav .dropdown .dropdown-item:focus, .navbar-nav .dropdown .dropdown-item:hover {
  background-color: #fff3f4;
}
/*end navbar*/

.header {
background-image: url(https://migratortool.com/res/img/banner-bg.png);
background-size: cover;
background-repeat: no-repeat;
}

.breadcrumb-white{
    position: relative;
}
.breadcrumb-white a{
    color: #fff;
}
.breadcrumb-white .active{
    color: #c1c1c1 !important;
}

/*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{
    background: #9b0000;
    padding: 5px;
    font-weight: 700;
    color: #fff!important;
    margin: 0px 2px;
}
.card-side{
    background-color: #fff3f4;
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.08) !important;
}
.text-justify-center{
      text-align: justify;
    text-align-last: center;
}

ul.list-check-red {
  list-style: none;
  padding-left: 25px;
}
ul.list-check-red li {
  position: relative;
  text-align: left;
  padding-bottom: 10px;
}
ul.list-check-red li:before {
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><path fill="rgb(220, 53, 69)" d="M20.5,42a2.368,2.368,0,0,1-1.759-.766l-14-14.423a2.584,2.584,0,0,1,0-3.626l3.988-4.109a2.4,2.4,0,0,1,3.518,0l8.249,8.5L38.755,8.76a2.4,2.4,0,0,1,3.518,0l3.988,4.109a2.584,2.584,0,0,1,0,3.626l-24,24.737A2.37,2.37,0,0,1,20.5,42Z"></path></svg>') no-repeat;
  background-size: 18px 18px;
  top: 5px;
  margin-left: -24px;
}


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: 17px 17px;
top: 7px;
margin-left: -20px;
}

.well-red{
  background-color: #940000;
}


section{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
@media(max-width:991px){
    section{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
}
