/* google fonts  */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');


/* basic-css  */

 /* width */
 ::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
} 

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  background-color: #eeeeee !important;
}

p,h1,h2,h3,h4,h5,h6,a,span{
  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
}
ul,
ol {
  margin: 0 !important;
  padding: 0 !important;
}
li {
  list-style: none;
}
p {
  margin-bottom: 0;
  font-size: 1rem;
}

img {
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover;
}
h1,h2,h3,h4,h5,h6{
  padding-bottom: 0;
}
input,select,textarea:active,
input,select,textarea:focus
{
  display: inline-block;
  box-shadow: none !important;
}
header{
  border-bottom: 1px solid #ddd;
}

/* custom-class  */
.font-righteous {
  font-family: var(--font-righteous);
}
.bg-color-primary {
  background-color: var(--color-primary);
}
.text-color-primary {
  color: var(--color-primary);
}
.bg-color-secondary {
  background-color: var(--color-secondary);
}
.text-color-secondary {
  color: var(--color-secondary);
}

/* preloader  */
#preloader{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: contain;
  align-items: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index:9999;
  overflow: hidden;
}
.loader{
  width: 80px !important;
}
/* back-to-top  */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 40px;
  background-color: var(--color-secondary);
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  font-size: 22px;
  transition: 0.3s all ease;
}

#myBtn:hover {
  background-color: var(--color-primary);
}

.aside-menu{
  padding: 0;
}

.aside-menu li{
  list-style: none;
}

.aside-menu li a {
	text-decoration: none;
	color: #292929;
	padding: 8px 0;
	display: block;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	transition: 0.1s all ease;
	font-size: 15px;
}
.aside-menu li a:hover{
  text-decoration: none;
  color: #005FA9;
  padding: 8px 0;
  display: block;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
}
.toogle-1, .toogle-2 {
	cursor: pointer;
	background-color: #0264B2;
	color: #fff;
	padding: 5px 10px;
	position: sticky;
	top: 0;
	border-radius: 4px;
}

.side-menu-wrapper {
	/* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
	padding: 10px;
	background: #ffffff;
	height: 100vh;
	overflow-y: scroll;
	overflow-y: scroll;
	scrollbar-color: #0264b2 #cecece;
	scrollbar-width: thin;
}


.bg-soft{
  background: #ffffff;
}

.down-icon-1 {
  transform: rotate(180deg);
  display: block;
  height: 28px;
}

.content-text{
  margin-top:20px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}


.youtube-img {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  height: 120px;
}

.youtube-img{
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.video-box{
  position: relative;
  border: 0;
}
.video-title {
	margin-top: 5px;
	margin-bottom: 0;
}
.youtube-icon {
	color: #ff0000;
	font-size: 30px;
	display: block;
	text-align: center;
	line-height: 125px;
  cursor: pointer;
  
}
.video-overly {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 6px;
}
.youtube-catagory {
	font-weight: bold;
	display: flex;
	gap: 5px;
}
.video-dialog{
  padding: 0;
}
.popup-header{
  background: transparent !important;
  border: 0 !important;
}
iframe{
  width: 100%;
  height: 500px;
}
.form-control:focus {
	color: #212529;
	background-color: transparent !important;
	border-color: transparent !important;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	border-radius: 6px;
}
.popup-contant{
  border: 0;
  background: transparent;
}
.close-btn{
  color: red;
  background-color: #ffffff !important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: end;
  display: block;
  margin-right: 0;
  right: -18px;
  position: absolute;
  top: -25px;
  z-index: 99999;
}
.post-time{
  font-size: 13px;
}
.bg-page-img{
  background: url("../img/seo/technical-seo.png") center center;
  padding: 80px 0;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
  z-index: 11;
  background-attachment: fixed;
}
.bg-page-img::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index:-99;
  height: 100%;
  width: 100%;
}
.btn_light{
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #ddd;
  color: #111;
  display: inline-block;
  padding: 8px 18px;
}
.main-logo{
  max-width: 80px !important;
}


.main-menu li a{
  text-transform: uppercase !important;
  color: #005FA9 !important;
  font-weight: 400;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
}

.main-menu {
	display: flex !important;
	gap: 15px !important;
}
.class-menu li a{
  text-transform: uppercase;
}

.class-menu li{
  padding: 5px 0;
}

.btn-success{
  background-color: #005FA9 !important;
  color: #ffffff !important;
}
.btn-success.active,
.btn-success.focus{
  outline: 0 !important;
  box-shadow: transparent !important;
  background-color: #005FA9 !important;
  color: #ffffff !important;
  border-color:transparent !important;
}
.divide-btn{
  border-left:1px solid #ddd;
}
.bg-skyblue{
  background-color: #dfe9f3de !important;
  border-bottom: 1px solid #ddd !important;
}
.class-menu li a:hover{
  background-color: #04AA6D;
}
.main-search {
	background-color: transparent;
	border: 1px solid #8b8b8b;
	padding: 0px 5px;
	width: 344px;
	margin: 0 !important;
	border-radius: 0 !important;
	border: 0 !important;
}
.search-box-wrapper {
	background-color: #ffffff !important;
	border: 1px solid #ddd;
	border-radius: 6px;
}
.btn-check:focus + .btn, .btn:focus {
	outline: 0;
	box-shadow: transparent !important;
}
.btn-success {
	border-radius: 0 !important;
}
.banner-img img {
	height: 300px !important;
	object-fit: cover;
}
.navbar-light .navbar-toggler {
	color: rgb(248, 249, 250) !important;
	border-color: rgb(248, 249, 250) !important;
}
.side_box_wrapper{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.fetured-img{
  height: 300px;
  width: 100%;
}
.child-menu li a {
	color: #2a2a2a;
	font-weight: 600;
	text-transform: uppercase;
	/* background: #b2ddff; */
	margin: 0 4px;
	border-radius: 6px;
	font-size: 14px;
	padding: 5px 12px;
	border: 1px solid #0067b8;
}
.collap {
	display: flex;
	align-items: center;
}
.bg-title{

	background-color:#eee;
	border-radius:4px;

}
.filter-area {
	z-index: 999;
	background-color: #fff;
	width: 285px;
	top: 44px;
	border: 1px solid #ddd;
	border-radius: 6px;
	display: none;
}
.search-overlay{
  height: 175px;
  overflow-y: auto;
  display: none;
}
.search-overlay li a{
  color: #474747 !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  font-family: "open sans";
  text-decoration: none !important;
  text-transform: capitalize !important;
}
.search-overlay li {
border-bottom: 1px solid #ddd;
}
.search-overlay li:hover {
 background-color: #EEEEEE;
}
.aside-menu li:hover {
	background: #b2ddff;
	color: #000 !important;
  border-radius: 6px;
}

.aside-menu li{
  margin-top:10px;
}

.aside-menu li a {
	text-decoration: none;
	color: #292929;
	padding: 8px 0;
	display: block;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	transition: 0.1s all ease;
	font-size: 14px;
	font-weight: 400 !important;
}
.child-menu li a:hover {
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	background: #0462ad;
	margin: 0 4px;
	border-radius: 6px;
	font-size: 14px;
	padding: 5px 12px;
}

.video-section{
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 6px;
}

.sidebar-video {
	background: #fff;
	/* background: red; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px;
	border-radius: 6px;
}

article p {
	line-height: 30px;
	font-size: 15px;
}

.btn.toggle-btn-btn {
	/* background: #0264b2; */
	color: #0264b2;
	border: 1px solid #0264b2;
}
.btn.toggle-btn-btn:hover{
  border: 1px solid #0264b2;
}
.btn.toggle-btn-btn:active,
.btn.toggle-btn-btn:focus{
  box-shadow: none !important;
}
.toggle-btn-btn {
	position: absolute;
	z-index: 99;
	top: 15px;
	left: 120px;
}
.form-control{
  background-color: transparent !important;
}
.offcanvas-menu li a{
  border-bottom: 1px solid #d8d8d8;
  font-family: "Open Sans",sans-serif;
  font-weight: 500 !important;
}
.banner-img img {
	width: 100% !important;
	object-fit: contain;
}
footer {
	background-color: #005fa9;
	color: #fff;
	padding: 20px;
	position: relative;
	z-index: 999;
}
footer .f-title {
	margin: 12px 0 0;
	font-weight: 500;
	font-size: 22px;
}
.f-title p::after {
	content: "";
	position: absolute;
	height: 3px;
	width: 60px;
	background-color: #fbfcfe;
	bottom: -18%;
	left: 0;
}
.tools-list ul li a {
	color: #fff;
	text-decoration: none;
  padding: 5px 0;
}
.rsrc-list li a {
	color: #fff;
  text-decoration: none;
  padding: 5px 0;
}
.seo-text p {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
}
.footer-massage-wrapper {
	background-color: #002f55;
	position: relative;
}
.f-title p {
	font-size: 20px;
	font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.f-title p::after {
	content: "";
	position: absolute;
	height: 3px;
	width: 60px;
	background-color: #fbfcfe;
	bottom: -18%;
	left: 0;
}
@media(max-width:428px){
  .main-search {
    background-color: transparent;
    border: 1px solid #8b8b8b;
    padding: 0px 5px;
    width: 240px;
    margin: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
  }
  .ads {
    width: 50%;
  }
  .bg-page-img {
    padding: 30px 0 !important;
  }
  .filter-area {
    z-index: 999;
    background-color: #ffffff;
    width: 300px;
    top: 44px;
    border: 1px solid #ddd;
    border-radius: 6px;
  }
  .banner-img img {
    height: 180px !important;
    object-fit: cover;
    width: 100%;
  }
  .post-time{
    font-size: 14px;
    color: #2a2a2a;
  }
}