body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif!important;
    
}
#admin_btn{
	margin:5px;
	background-color:#A569BD;
	border:#A569BD;
	font-weight:bold;
}
#about_para{
	color:black;
	text-decoration: none;
	font-family: NBI Pro Bold;
	font-size: 18px;
}

#res{
	color:black;
	text-decoration: none;
	font-family: NBI Pro Bold;
	font-size: 18px;
}

#line{
	color: black;
	font-family: NBI Pro Bold;
}
#line::before,
#line::after {
    display: inline-block;
    content: "";
    border-top: .3rem solid black;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}

.bottom-footer{	
	background-color:#17202A  ;
	background-image:linear-gradient(to bottom, rgba(210, 180, 222 , 0.52), rgba(117, 19, 93, 0.73));
}

#con{
	padding:25px; 
	background-image: linear-gradient(to top, rgba(210, 180, 222 , 10), rgba(120, 19, 93, 1));
}

.bottom-footer h6 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.subcribe-block form input {
    background: #fbfbfb;
    color: #999;
    border: none;
    border-radius: 10px;
    border: 1px #fbfbfb solid;
    padding: 10px;
}
.subcribe-block p {
    color: #a8a8a8;
    margin-top: 30px;
}
.subcribe-block form {
    margin-top: 30px;
}
.service h1 {
    color: #555;
    text-transform: capitalize;
    text-shadow: 2px 2px #aaa;
    margin-bottom: 20px;
}
.service > p {
    color: #0c0c0c;
    font-size: 18px;
}
.bottom-footer .site-identity {
    padding-left: 15px;
    margin-top: 10px;
}
.bottom-footer .navbar-brand {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    padding: 15px 0;
    display: block;
    float: none;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.bottom-footer .site-identity p {
    color: #a8a8a8;
    margin-top: 30px;
}
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 20px;
  font-weight: 700;
}
p{
  font-size: 14px;
  line-height: 1.6em;
  margin: 0;
}
a:hover { text-decoration: none; }

/* Start Main Menu */
header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 235px 0;
  background-image:
linear-gradient(to bottom, rgba(210, 180, 222 , 0.52), rgba(117, 19, 93, 0.73)),
url("../img/TechMedia-BG.png"); 
} 
}
ul#menu {
background: #40475A none repeat scroll 0 0;
padding: 6px;
position: fixed;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
width: 100%;
z-index: 999;
    }
.main-menu {
  margin-top: -234px;
}
.main-menu ul{}
.main-menu ul li {
  display: inline-block;
  padding: 10px;
}
.main-menu ul li a {
  background: #383E4C none repeat scroll 0 0;
  border: 1px solid #646d7c;
  color: #fff;
  font-size: 20px;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: capitalize;
}
/*.main-menu ul li.active a,*/
.main-menu ul li a:focus,
.main-menu ul li a:hover {
  background: #49505F;
}
.header-content  h1 {
  color: #fff;
  font-size: 50px;
  font-weight:700;
  text-shadow: 5px 5px #000;
}
.header-content h4 {
  color: #fff;
  font-size: 25px;
  text-shadow: 2px 2px #333;
}
.single-page-nav { text-align: center; }
/* End Header CSS */

/* Start Feature CSS */
.green-text { color: #178A27; }
.blue-text { color: #1686C1; }
.gray-text { color: #1686C1; }
.green-btn { background: #178A27; }
.green-btn:hover { background: #449D44; }
.blue-btn { background: #1686C1; }
.blue-btn:hover { background: #31B0D5; }
.red-btn { background: #852406; }
.red-btn:hover { background: #C9302C; }
.feature-content {
    background: #F2F2F2;
    padding-bottom: 40px;
}
.feature-content-title {
    padding: 0 20px;
    text-align: left;    
}
.feature-content-description {
    padding: 0 20px 35px;
    text-align: left;
    color: #333333;
    margin-top: 15px;
}
.feature-content-link {
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.feature-content-link:hover, .feature-content-link:link, .feature-content-link:visited  {
  color: white;
  text-decoration: none;
}

/* End Feature CSS */

/* Start Blog CSS */
#blog-area {
    margin: 60px 0px;
}
.blog-content {
  background: #F2F2F2;
  padding-bottom:25px;
  max-width: 555px;
  margin: 0 auto;
}
.blog-content h2 {
    color: #666666;
    text-transform: capitalize;
}
.blog-content p {
    padding: 27px;
    text-align: left;
    color: #333333;
}
.blog-content span {
  margin-left: 225px;
}
.blog-content span a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #666666;
    font-size: 18px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: capitalize;
}
.blog-content span a:hover {
    background: #E6E6E6 none repeat scroll 0 0;
}
.blog-content > p#blofr {
    padding: 8px;
}
/* End Blog CSS */

/* Start Services CSS */
div#service-area-main {
    float: left;
    width: 100%;
  margin-top:-200px;
}
.our-service{
  margin:65px 0px 85px;
}
/*section#services-area {
  background-image: url("../img/bg-2.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}*/
.service  h1 {
  color: #fff;
  text-transform: capitalize;
  text-shadow: 2px 2px #aaa;
  margin-bottom: 20px;
}
.service > p {
    color: #fff;
    font-size: 18px;
}
/* End Services CSS */

/* Start Testimornial CSS */
#testimornial-area{
 /*  margin: 10px 0; */
}
h2 {
    color: #666666;
}
.testimonial-content {
  background-color: #f2f2f2;
  height:390px;
  max-width: 260px;
  margin: 0 auto 30px;
  background-image:linear-gradient(to left, rgba(210, 180, 222 , 0.1), rgba(117, 19, 93, 0.2));
}
.testimonial-content  p {
    padding: 10px 20px;
    text-align: justify;
}
.content-link {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
    color: #000040;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight:bold;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}


.content-link:hover,
.content-link:focus {
    background: #E6E6E6 none repeat scroll 0 0;
}

.contact-content h1 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.contact-content p {
    background: #ddddddc7 none repeat scroll 0 0;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 20px 15px;
}
.contact-form-left { padding-left: 0; }
.contact-form-right { padding-right: 0; }
input {
    margin-bottom: 15px;    
}
.form-control {
  border: none;
  background: #ffffff;
}
#comment.form-control {

}
.form-group button {
  background: #262628 none repeat scroll 0 0;
  color: #fff;
  margin-top: 20px;
  font-size: 15px;
  border-radius:10px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* End Contact CSS */

/* Start Footer CSS */
.footer-content  h1 {
    color: #666;
    font-size: 32px;
    font-style: italic;
    margin-bottom: 25px;
    margin-top: 35px;
}
.footer-content  p {
    color: #999;
    font-style: italic;
    margin-bottom: 30px;
}
.copy {
    color: #666;
    font-size: 12px;
    margin-bottom: 30px;
    margin-top: 10px;
}

/* Slick Nav CSS */
.slicknav_menu {
    display:none;
}
.slicknav_nav a {
    text-transform: capitalize;
}
.slicknav_menu {
  background: #40475a none repeat scroll 0 0;
}
/* Scrool To top */
/* Image style */
#scrollUp {
    background-image: url("../img/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
}
/* End Scroll To top */

.about-section {
    height: 100%;
    padding-top: 70px;
}

.thumbnail{
    	position: relative;
  		top: 0;
  		transition: top ease 0.5s;
  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  		background-color:#ffffff;
  		border-radius: 10px; 
  		padding:10px;
  		max-height: 500px;
    }
    
      .thumbnail:hover {
		  top: -10px;
		}

.services-section {
    height: 100%;
   /* padding-top: 150px;*/
}
.tm-box {
  background-color: #F2F2F2;
  max-width: 1140px;
  width: 100%;
}
.tm-box-description {
  padding: 30px;
}
.tm-box-p {
  margin-bottom: 10px;
}
.tm-box-p:last-child {
  margin-bottom: 0;
}
.contact-section {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 60px;
}
.form-control {
  color: #000;
}
.contact-section .container {
  max-width: 750px;
}

.form-control::-webkit-input-placeholder {
   color: black;
}
.form-control:-moz-placeholder { /* Firefox 18- */
   color: black;  
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}
.form-control:-ms-input-placeholder {  
   color: black;  
}

/*************navigation******************/

 .navbar-inverse {
    background-color: #ffffff;
    border-color: #ffffff;
}
.navbar-nav>li {
    display: inline-block;
    padding: 10px;
}
.navbar-inverse .navbar-nav>li>a {
    
    text-decoration: none;
    color: #808080;
    font-family: NBI Pro Bold;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.navbar-inverse .navbar-nav > li > a.current,
.navbar-inverse .navbar-nav > li > a:hover {
         color: #000040; 
         
}
.navbar .navbar-nav {
    display: inline-block;
    float: right;
}

.navbar .navbar-collapse {
    text-align: center;
}

/* Media Queries
----------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content > p#blofr {
    padding: 18px;
  }
  .contact-content p {
    font-size: 15px;
  }
}

/*    Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content p {
    margin-bottom: 21px;
    padding: 27px;
  }
  .blog-content span { margin-left: 0; }
  .service > p { font-size: 18px; }
  .contact-content p {
    font-size: 18px;
    padding: 15px 0;
  }
  .navbar-nav > li {
    padding: 6px;
  }
  .navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  header,
  section#services-area,
  section#contact-area {
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 767px) {
  
  header {
    height: 75vh;
    padding: 0 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  } 

  ul#menu { display:none; }

  .slicknav_menu {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 999;
    background:none;
  }
  .header-content h1 {
   font-size: 55px;
  }
  .feature-content {
    max-width: 360px;
    margin: 0 auto 30px;
  }
  .feature-content-title,
  .feature-content-description {
   text-align: center;
  }
  .blog-content { margin-bottom: 30px; }
  .blog-content p { text-align: center; }
  .blog-content span { margin-left: 0; }
  .testimornial-content p { text-align: center; }
  .footer-content h4 { font-size: 16px; }
  .navbar-nav>li { display: block; }
  .navbar-inverse {
    background: none;
    border: none; 
  }

  .navbar-inverse .navbar-toggle { background-color: #333; }
  .navbar-inverse .navbar-collapse, 
  .navbar-inverse .navbar-form {
    background-color: #49505F;
  }
  .navbar .navbar-nav {
    width: 100%;
    margin:0;
  }
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-nav>li {
    width: 100%;
    border-bottom: 1px solid #999;
    padding:0px;
  }
  .navbar-nav>li:last-child { border-bottom: none;  }
  .navbar-inverse .navbar-nav>li>a {
    background:none;
    border: none;
    width: 100%;
    padding: 10px 0px;
  }
  .navbar-inverse .navbar-nav>li>a:focus, 
  .navbar-inverse .navbar-nav>li>a:hover {
    background-color: #383E4C;
  }
  .navbar-inverse .navbar-nav>.active>a, 
  .navbar-inverse .navbar-nav>.active>a:focus, 
  .navbar-inverse .navbar-nav>.active>a:hover {
    background: #383E4C;
  }
  .navbar-inverse .navbar-nav > li > a { font-size: 16px; }
  .container {
    margin-left: 0;
    margin-right: 0;
  }
  .single-page-nav {
    background-color: #ffffff ;
    max-height: 0;
    -webkit-transition: max-height 0.8s;
            transition: max-height 0.8s;
    overflow: hidden;
  }
 
  .single-page-nav.show {
    max-height: 250px;
    overflow: auto;
  }
  .contact-form-left {
    padding-right: 0;
  }
  .contact-form-right {
    padding-left: 0;
  }
}

/* Resources Pagination */
#pagin li {
  display: inline-block;
  
}
#pagin li a{
color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
#pagin li a.current{
    background-color: #A569BD ;
    color: white;
    border-radius: 5px;
}

/*    Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-content h1 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 520px) {
  .col-xxs-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  header { height: 50vh; }
}
/* cookies start */

     .cookie-consent-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background-color:rgba(211, 211, 211, 0.8);  */
    background-color: rgba(0, 0, 0, 0.5); 
    padding: 1rem 0;
    border-top: 3px solid #9966cc;
    z-index: 1000;
}

.cookie-title {
    color: white; 
    font-size: 2rem; 
    font-weight: bold; 
    /* margin-bottom: 0.5rem; */
    text-align: left; 
    
}

.cookie-description {
    color: white;
    font-size: 1.5rem; 
    margin-bottom: 1.5rem;
    text-align: justify; 
   
}

/* .cookie-buttons {
    display: flex;
    justify-content: center; 
    gap: 0.3rem;
    padding-top: 1rem; 
} */
.cookie-buttons {
    display: flex;
    justify-content: flex-end; 
   /*  padding-top: 1rem;  */
    gap: 0.3rem; 
    
}

.btn  {
    padding: 0.375rem 0.75rem; 
    margin-right: 0.25rem; 
    border-radius: 0.25rem; 
    font-size: 0.9rem; 
    border: 1px solid transparent; 
    background-color:white;
    color: #000;
    border: 1px solid #000;
    /* margin-right: 0.5rem; */
}

.btn:hover {
    background-color: #7b4e9c; 
    color: #fff; 
    border: 1px solid #7b4e9c; 
}

.allow-selection {
    background-color: #9966cc;
    color: white; 
    border: 1px solid black; 
    border-radius: 18px;
}
.allow-selection:hover{
	background-color: #6644aa;
	border: 1px solid white;
	color:#fff;
}
.allow-all:hover{
	background-color: #6644aa;
	border: 1px solid white;
	color:#fff;
}
.allow-all {
    
    color:black; 
    border: 1px solid black; 
    border-radius: 18px;
}
/* Add this new CSS for the 'View Cookie Policy' button */
.cookie-policy {
 
  color: #333; /* Dark text color, adjust as needed */
  border: 1px solid black; 
  padding: 0.375rem 0.75rem; 
  border-radius: 0.25rem; 
  font-size: 1.6rem; 
  border-radius: 18px;
}
.cookie-policy:hover{
	background-color: #6644aa;
	border: 1px solid white;
	color:#fff;
}
.button-container {
    justify-content: flex-end; 
}

#cookieConsentContainer {
    display: none;
}

/* .favicon-image {
    width: 32px; 
    height: auto;
    margin-right: 0.5rem; 
} */
/* .favicon-image {
    width: 50px; 
    height: 50px;
   
    left: calc(-1 * (15px + 10px)); 
    top: 0.8rem; 
    transform: translateX(-100%); 
} */

.modal-content {
  /* Adjust width and padding as needed */
  max-width: 800px; /* or any other size */
  padding: 20px;
}
.modal-body {
    max-height: 400px; /* Adjust the height as needed */
    overflow-y: auto;
  }
  
  /* Hover effect for h6 tags */
  .modal-body h6:hover {
    color: #6644aa; /* Adjust the hover color as needed */
    cursor: default;
  }
  .modal-title{
  	color:#6644aa;
  	font-size: 20px;
  }
  
  /* Horizontal rule after h6 tags */
  .modal-body h6 {
    
    padding-bottom: 10px;
     font-weight: bold;
     font-size: 18px;
  }
	
	.modal-body p {
    border-bottom: 1px solid #ddd; /* Add underline to p tags */
    padding-bottom: 10px;
    font-size: 15px;
}

  /* Custom styling for the switch buttons, based on your provided image */
  .custom-switch {
    position: relative;
    display: inline-block;
    width: 60px; /* Width of the switch */
    height: 34px; /* Height of the switch */
  }

  .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

	.cookie-section {
    display: flex;
    justify-content: space-between; /* This will push the label to the right */
    align-items: center; /* Aligns items vertically in the center */
    margin-bottom: 10px; /* Add some space below each section */
}
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc; /* Background of the slider */
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px; /* Height of the slider circle */
    width: 26px; /* Width of the slider circle */
    left: 4px;
    bottom: 4px;
    background-color: white; /* Background of the slider circle */
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .custom-switch .slider {
  transform: scale(0.7);
}

.custom-switch .slider:before {
  transform: scale(0.7); /* Scale down the circle inside the switch */
}

/* Adjust the position to align properly after scaling */
.custom-switch .slider.round:before {
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
}
  	
/* cookies ends here */