.vertexlogo a img{
  width: 100%;
  height: 50px;
  margin-left: -4%;
}

.carousel-control-prev:hover, .carousel-control-next:hover{
  background-color: transparent  !important;
}

.na{
    background-color: #2f99b372;
}
.nav-link {
    font-size: 20px;
    margin-right: 15px;
     font-family: "EB Garamond", serif;
}


.hover-underline {
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.hover-underline::after,
.hover-underline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ff0000, #00ffff);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.hover-underline::before {
  top: -5px;
  transform-origin: left;
}

.hover-underline:hover::after,
.hover-underline:hover::before {
  transform: scaleX(1);
}
/* navbar part completed */



.registerbutton{
      margin-top: -2%;
    font-size: 1px;
        margin-left: 15%;
}
.welcome{
    margin-bottom:12%;
}
.welcome .btn { 
    margin-bottom: -103px;
    background-color: red;
    color: white;
    border: 1px solid transparent;
    font-size: 25px;
     font-family: "EB Garamond", serif;
}

.welcome p {
    font-size: 25px;
    margin-bottom: 10px;
}
.welcome h1{
  color: #fff;
  
}
.welcome h3 {
        font-family: "EB Garamond", serif;
        font-size: 50px;
}

.item{
    position: relative;
    opacity: 0.8;
}
.item::after{
    content: '';
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.732);
    z-index: 1;
}

.dropdown button{
     text-transform: capitalize !important;
      font-size: 18px;
      margin-right:0 !important ;
}
#registerDropdown{
   font-family: "EB Garamond", serif;
}
/* slider part completed */



.About{
    margin-top:  10px;
}
.About h1{
    margin-top:  10px;
    margin-bottom: 10px;
    font-family: "EB Garamond", serif;
}
.About h4{
    margin-top:  15px;
    font-family: "EB Garamond", serif
}


.Ullamco span{
    font-size: 22px;
}
.Ullamco p {
    font-size: 20px;
    margin-left: 7%;
    margin-top: -6%;
}
.Ullamco i{
    font-size: 20px;
    color: red;
}
.laboris p{
    font-size: 20px; 
}
.laboris .btn{
 margin-top: 5%;
 background-color: red;
 color: white;
 border:1px white solid ;
 font-family: "EB Garamond", serif
}
.laboris .btn:hover{
    background-color: blue !important;
    border:1px white solid ;
}
.arrow i{
    margin-left: 10px;
}


@keyframes slides {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
  }
  
  .logos:before, .logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
  }
  
  .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
  }
  
  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
  }
  
  .logo_items {
    display: inline-block;
    animation: 35s slides infinite linear;
  }
  
  .logos:hover .logo_items {
    animation-play-state: paused;
  }
  
  .logo_items img{
    height: 100px;
  }
@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.cards{
    background-color: white;
    border: 1px solid rgb(228, 35, 35);
    width: 100%;
    height: 100%;
    position: relative;
}

.cards:hover{
 background-color: grey;
 color: WHITE;
}

@keyframes example{
    from{ bottom: 300px; }
    to{ bottom: 0px;}

    from{ bottom: 0px; }
    to{ bottom: 50px;}
}  



.icon {
    margin-top: 2%;
    font-size: 29px;
    margin-bottom: -8%;
    margin-left: 13px;
    color: red;
}
.servicecontent{
    margin-left: 12%;
}
.servicecontent h3{
  font-family: "EB Garamond", serif
}
.Portfolio{
    padding: 2% 0;
}

.Portfolio h1{
    color: blue;
    font-family: "EB Garamond", serif;
}
.Portfolio h3{
   font-family: "EB Garamond", serif
}
.drpmenu{
  display: none;
}
.drpmenu a{
  text-align: center !important;
}
.dropdown:hover .drpmenu{
  display: block;
}
.dropdown-menu-right {
        min-width: 100% !important;      
  }
  .account{
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    min-width: 100% !important;
  }





.imgarea{
    position: relative;
}

.allimg{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0px;
    background-color: rgba(217, 17, 17, 0.542);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.imgarea:hover .allimg{
opacity: 1;
}
.img-responsive{
    width: 100%;
}


.main{
    background-color: #3b4654;
}
.adam{
    background-color: #3b4654;
}
.footer h3 {
    color: white;
    margin-bottom: 35px;
}
.footer span{
    color: white;
    margin-top: 2px;
}
.footer p{
    color: white;
}
.footericon i{
    border-radius: 50%;
    border: 1px solid white;
    color:white;
    padding: 10px;
}
.footericon i:hover{
    color: red;
    border: 1px solid red;
}

.adam ul{
    list-style: none;
}
.adam h3{
    color: white; 
    font-family: "EB Garamond", serif
}
.adam li {
    color: white;
    margin-left: -37px;
    line-height: 40px;
}
.adam li a{
  color: white;
}

.News h3{
    color: white;
}
.News p{
    color: white;
}
.News .btn {
    font-size: 13px;
    background-color: red;
    border: 1px solid red;
}

.Copyright{
    background-color: black;
}
.copy {
    padding: 20px;
}

.copy p{
    color: white;
    text-align: center;
    font-size: 20px;
}
.copy h6{
    color: white;
    text-align: center;
     font-size: 20px;
}
.copy span{
    color: red;
     font-size: 20px;
}

.demoarea{
  width: 100%;
  height: 200px;
  background-color: red;
}



  
.gallery-title
{
    font-size: 36px;
    color: teal;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid red;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid red;
    border-radius: 5px;
    text-align: center;
    color: red;
    margin-bottom: 30px;
    font-family: "EB Garamond", serif

}
.filter-button:hover
{
    border: 1px solid red;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: red;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.one{
    height: 350px;
}
.two{
    height: 350px;
}
.three{
    height: 350px;
}
.five {
    margin-top: 0%;
}
.four {
    margin-top: 0%;
}
.seven {
    margin-top: 0%;
}
.nine {
    margin-top: 0%;
    height: 522px;
}


.overlay{
    width: 100%;
    height: 0px;
    background-color: rgb(174, 28, 28);
    position: absolute;
    bottom:0%;
    right:0%;
    left: 0%;
    transition: 2s ease;
    overflow: hidden;
}



.all{
    margin-top: 7px;
}
.all button{
    font-size: 15px;
}




/* about page css */
  
         
.aboutpg{
    background-color: #c5d0d9;
  }
  .about{
    background-color: #c5d0d9;
  }
  .about h1 a{
      color: #c82121;
      font-size: 28px;
       font-family: "EB Garamond", serif;
  }
 
  .home{
      color: #df1b1b;
      font-size: 25px;
      background-color: #c5d0d9;
  }
  .home h4{
    margin-top: 2%;
    margin-left: 10%;
     font-family: "EB Garamond", serif;
  }
  .home span a{
      margin-left: 69%;
  }
  .portrait img{
     max-width: 100%;
    height: auto;
  }

.red-line p{
   font-family: "EB Garamond", serif;
}
.container h1 {
    font-family: "EB Garamond", serif;
    margin-bottom: 4%;
}

.portrait img {
  max-width: 100%;
  height: 540px;
  border-radius: 4px;
}


  .list ul{
    list-style: none;
     border-bottom: 1px solid red;
     margin-top: 5%;
  }
  
  .list li {
  float: left;
  margin-left: -39px;
  font-size: 17px;
  margin-right: 100px;
  }
  .para{
        padding-top: 5%;
        font-size: 19px;
    }
.abpara p{
    font-size: 19px;
    
}

.profile h2{
  font-family: "EB Garamond", serif
}



.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}


.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}



img,
object,
embed {
  max-width: 100%;
  height: auto;
}

.clearfix a img {
  border: none;
}

.clearfix a {
  color: #35b9ff;
  text-decoration: none !important;
  line-height: inherit;
}

.clearfix a:hover {
  color: #1cb0ff;
  transition: all 0.2s ease-in-out;
}

#tab1{
   font-family: "EB Garamond", serif;
}
#tab2{
   font-family: "EB Garamond", serif;
}
#tab3{
   font-family: "EB Garamond", serif;
}
#tab4{
   font-family: "EB Garamond", serif;
}


hr {
  border: 1px solid #ededed;
  margin-bottom: 2rem;
}



button, .button {
  background: #02a7ff;
  border: 2px solid #02a7ff;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  margin: 1rem 0.5rem 0;
  padding: 1rem 2rem;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 1s ease;
}
button.alert, .button.alert {
  background: #f85e5a;
  border: 2px solid #f62e29;
}
button.alert:hover, .button.alert:hover {
  background: #f62e29;
}
button.success, .button.success {
  background: #43ac6a;
  border: 2px solid #358753;
}
button.success:hover, .button.success:hover {
  background: #358753;
}
button:first-of-type, .button:first-of-type {
  margin-left: 0;
}
button:focus, .button:focus {
  outline: none;
}
button:hover, .button:hover {
  background: #02a7ff;
}

.header span {
  color: #707070;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  /* top: -8px; */
}

.accordion-demo {
  margin: 2rem 0;
}

.tabs {
  display: flex;
  width: 100%;
}

.tabs dd {
  background: #f7fcff;
  border: 2px solid #b5e5ff;
  border-left: none;
  display: block;
  flex: 1;
  padding-top: 1rem;
  text-align: center;
  transition: all 0.25s ease;
}
.tabs dd:hover {
  background: #e8f7ff;
}
.tabs dd:first-of-type {
  border-left: 2px solid #b5e5ff;
}
.tabs dd.active {
  background: white;
  border-top: 1rem solid #b5e5ff;
  border-bottom: none;
  font-weight: bold;
}
.tabs dd.active a {
  color: #0076b5;
}
.tabs dd a {
  display: block;
  font-size: 1.6rem;
  padding: 1rem 0;
}

.tabs-content {
  background: white;
  margin-left: -68px;
}
.tabs-content .content {
  border: 2px solid #b5e5ff;
  color: #00659b;
  display: none;
  margin-top: -2px;
  padding: 2rem;
  font-size: 15px;
}
.tabs-content .content.active {
  display: block;
}
.tabs-content .content p {
  font-size: 19px;
}


.counter {
  font-size: 3rem;
  font-weight: 700;
  color: #4a5568;   
  margin-bottom: 0.25rem;
}

.red-line {
  width: 30px;
  height: 3px;
  background-color: #e3342f; 
  margin: 0 auto 0.5rem;
}




/* team section starts */
.team-bg {
	background-color: #f8f9fa;
	overflow: hidden;
}
.team .section-title {
	padding-bottom: 40px;
}
.team .section-title .main-team-subheading {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #aaaaaa;
}
.team .section-title .main-team-subheading::after {
	content: "";
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #556270;
	margin: 4px 10px;
}
.team .main-team-heading {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #556270;
}
.team .member {
	position: relative;
	box-shadow: 0px 2px 15px #dc3545;
	padding: 30px;
	border-radius: 4px;
	background: #fff;
  height: 100%;
}
.team .member .pic {
	overflow: hidden;
	width: 140px;
	border-radius: 4px;
    height: 100%;
}
.team .member .pic img {
	transition: ease-in-out 0.3s;
  height: 100%;
}
.team .member:hover img {
transform: scale(1.1);
}
.team .member .member-info {
	padding-left: 30px;
}
.team .member .member-heading {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	color: #556270;
	line-height: 1.2;
}
.team .member span {
	display: block;
	font-size: 15px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
}
.team .member span::after {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #dee2e6;
	bottom: 0;
	left: 0;
}
.team .member .member-para {
	margin: 10px 0 0 0;
	font-size: 14px;
}
.team .member .social {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.team .member .social a {
	transition: ease-in-out 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	background: #8795a4;
}
.team .member .social a + a {
margin-left: 8px;
}
.team .member .social a:hover {
	background: #41A1FD;
}
.team .member .social a .team-icon {
	color: #fff;
	font-size: 16px;
	margin: 0 2px;
}
/* team section ends */




.skills{
   font-family: "EB Garamond", serif;
}


#skills h2 { letter-spacing: 0.5px; }
.progress {
  height: 9px !important;
  background-color: #e9ecef; 
}
.progress-bar {
  transition: width 1.5s ease;
  height: 9px;
}






  /* service css */
 .feature {
    margin-top: 15px;
    margin-left: -4%;
}
.feature h5{
  margin-top: 5%;
  margin-left: 4%;
     font-family: "EB Garamond", serif;
}
.feature h2{
  margin-bottom: 2%;
  margin-left: 3.5%;
     font-family: "EB Garamond", serif;
}


    .service1 ul{
        list-style: none;
        margin-left: -15%;
    }
    .service1 ul li{
    font-size: 20px ;
    line-height: 160%;
    color: black;
    padding-left: 0px;
    }
    .service2{
        border-left: 1px solid red;
    }


    .serviceimg img{
            height: 285px;
    width: 320px;
    }



.tabordion {
  color: #333;
  display: block;
  font-family: arial, sans-serif;
  margin: auto;
  position: relative;
  width: 80%;
}

.tabordion input[name="sections"] {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.tabordion section {
  display: block;
}

.tabordion section label {
  border:1px solid #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 20px;
  position: relative;
  width: 150px;
  z-index:100;
}

.tabordion section article {
  display: none;
  left: 230px;
  min-width: 300px;
  position: absolute;  
  top: 0;
}

.tabordion section article:after {
  bottom: 0;
  content: "";
  display: block;
  left:-229px;
  position: absolute;
  top: 0;
  width: 220px;
  z-index:1;
}
#tabarea {
  padding: 0;
}
.tabordion input[name="sections"]:checked + label { 
  background: #f20c0c;
  color:#ffffff;
}

.tabordion input[name="sections"]:checked ~ article {
  display: block;
}


@media (max-width: 533px) {
  
  h1 {
    width: 100%;
  }

  .tabordion {
    width: 100%;
  }
  
  .tabordion section label {
    font-size: 1em;
    width: 160px;
  }  

 .tabordion section article {
    left: 200px;
    min-width: 270px;
  } 
  
  .tabordion section article:after {
    background-color: #ccc;
    bottom: 0;
    content: "";
    display: block;
    left:-199px;
    position: absolute;
    top: 0;
    width: 200px;

  }  
  
}

.article p{
  min-width: 250px;
}


@media (max-width: 768px) {
  h1 {
    width: 96%;
  }

  .tabordion {
    width: 96%;
  }
}


@media (min-width: 1366px) {
  h1 {
    width: 70%;
  }

  .tabordion {
    width: 70%;
  }
}


/* TABS CSS */

.wrapper {
    width: 100%;
    font-family: sans-serif;
    color: #98927C;
    font-size: 14px;
    line-height: 28px;
    
    overflow: hidden;
}

.tabs {
  li {
    list-style:none;
    float:left;
    width:20%;
  }
  a {

    border: 1px solid red;
    padding: 20%;
    font-size: 20px;
    

    &:before{
      content:'';
      position:absolute;
      z-index:11;
      left:100%;
      top:-100%;
      height:70px;
      width:0;
    }

  }
}
.tabgroup {
  box-shadow:2px 2px 2px 2px rgba(0,0,0,.1);;
  div {
    padding:30px;
    background:#F2EEE2;
    box-shadow:0 3px 10px rgba(0,0,0,.3);
  }
}




/* --- Tabs container --- */
.wrapper .tabs {
  display: flex;
  justify-content: center;       
  gap: 0.75rem;                        
  margin: 1.7rem 0;
  padding: 0;
  list-style: none;
}

/* --- Each tab link --- */
.wrapper .tabs a {
  display: block;
  padding: 0.5rem 1.4rem;
  font-size: 14px;
  font-weight: 700;
  color: #555;
  background: #f7f6f2;               
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  text-align: center;
}
.wrapper .tabs a::before {
 border-bottom: none !important;
  border-right: none !important;


}


.wrapper .tabs a:hover {
  background: #ece9e2;
  color: #333;
  border-color: #ccc;
}

/* Active tab */
.wrapper .tabs a.active {
  background: #ffffff;
  color: #222;
  border: 1px solid #d4cfc4;
  box-shadow: 0 3px 6px rgba(0,0,0,0.08);
  position: relative;
}



/* --- Content section --- */
.tabgroup > div {
  background: #f7f6f2;                 
  padding: 1.5rem;
  border-radius: 6px;
  border: 1px solid #e2dfd6;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
  margin-top: 1rem;
}

.teamrow h1{
margin-left: 3%;
color: rgb(1, 1, 18);
margin-bottom: 5%;
}



.dropdown-item{
  font-size: 15px;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
padding: 2% 1%;
}


/* testimonial css */

/* Section base */
.testimonials {
  background: #f7f6f2;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #333;
}

.testimonial-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial {
  background: #fff;
  border: 1px solid #e3e1da;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(197, 13, 13, 0.888);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.testimonial img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 3px solid #00a6ff;
}

.testimonial h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #222;
}

.role {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 15px;
}

.quote {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

/* Hide extra testimonials initially */
.hidden {
  display: none;
}

.show-more {
  margin-top: 30px;
  padding: 10px 24px;
  border: none;
  background: #00a6ff;
  color: #fff;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.show-more:hover {
  background: #0087cc;
}




/* pricing css */
.demo {
    padding: 30px 0
}

a {
    text-decoration: none;
}

.pricingTable {
  width: 100%;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease 0s
}

.pricingTable:hover {
    transform: scale(1.05);
    z-index: 1
}

.pricingTable .pricingTable-header {
    padding: 40px 0;
    background: #f5f6f9;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s
}

.pricingTable:hover .pricingTable-header {
    background: #ff9624
}

.pricingTable .pricingTable-header i {
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all .5s ease 0s
}

.pricingTable .price-value {
    font-size: 35px;
    color: #ff9624;
    transition: all .5s ease 0s
}

.pricingTable .month {
    display: block;
    font-size: 14px;
    color: #cad0de
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
    color: #fff
}
.heading {
     font-family: "EB Garamond", serif;
}
.pricingTable .heading {
    font-size: 24px;
    color: #ff9624;
    margin-bottom: 20px;
    text-transform: uppercase
}

.pricingTable .pricing-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.pricingTable .pricing-content ul li {
    line-height: 30px;
    color: #a7a8aa
}

.pricingTable .pricingTable-signup a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #ffa442;
    text-transform: uppercase;
    transition: all .3s ease 0s;
       font-family: "EB Garamond", serif;
}

.pricingTable .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ffa442
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
    color: #4b64ff
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
    background: #4b64ff
}

.pricingTable.blue .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #4b64ff
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
    color: #ff4b4b
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
    background: #ff4b4b
}

.pricingTable.red .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ff4b4b
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
    color: #40c952
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
    background: #40c952
}

.pricingTable.green .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #40c952
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
    color: #fff
}

@media screen and (max-width:990px) {
    .pricingTable {
        margin: 0 0 20px
    }
}



.registerbutton{
    margin-top:0px;
    font-size: 14px;
}





/* service-vertical tab */

.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #dfe8eb;
  width: 100%;
  height: 300px;
  border-radius: 10px 0 0 10px;
  border-color: red;
}

.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 90%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin: 5%;
  border-radius: 4px;
      margin-top: 25px;
}

.tab button:hover {
  background-color: #bee9f7;
}

.tab button.active {
  background-color: #da1b28;
}

.tabcontent {
  padding:  12px;
  border: 1px solid #ef1c1c;
  font-size: 17px;
  height: 300px;
  border-radius: 0 10px 10px 0;
}
.tabcontent p{
  margin-top: 4%;
}
.tabcontent h3{
  color: rgb(228, 35, 35);
}







/* blog css */


.blogs {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
  gap: 50px;
}
.blog {
  width: 338px;
  height: 400px;
  background: #ffffff10;
  border: 1px solid #ffffff20;
  border-radius: 20px;
  background: URL("https://i.imgur.com/PNAORwb.jpg");
  background-size:cover !important ;
  background-position: center center !important;
  position: relative;
  cursor: pointer;
}
.blog .image {
  width: 100%;
  height: 160px;
}
.blog .content {
  box-sizing: border-box;
  padding: 25px;
  height: 190px;
  width: calc(100% + 2px);
  background: linear-gradient(rgba(65, 73, 79, 0.5), rgba(0, 0, 0, 1));
  position: absolute;
  left: -1px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  bottom: -1px;
  transition: all 0.5s linear;
}
.blog .title {
  font-weight: 700;
  font-size: 23px;
  margin: 0;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #9cceff, #0077ee);
  -webkit-background-clip: text !important;
  color: #00000000;
}
.blog a {
  display: block;
  height: 60px;
  width: 100%;
  line-height: 60px;
  color: #ddd;
  background: #0077ee;
  text-decoration: none;
  text-align: center;
  position: absolute;
  bottom: -60px;
  left: 0px;
  opacity: 0.5;
}
.blog:hover {
  background-size: 350% !important;
}
.blog:hover a {
  bottom: 0px;
  opacity: 1;
  transition: opacity .3s .15s, bottom .3s;
}
.blog:hover .content {
  height: 250px;
}

.blog.blue {
    background: URL("https://i.imgur.com/Y52j70H.jpg");
}
.blog.blue .title {
  background: linear-gradient(90deg, #9cceff, #0077ee);
}
.blog.blue a {
  background: #0077ee;
}

.blog.purple {
    background: URL("http://1.bp.blogspot.com/-Tu24YAeDOCE/UTyXTm2pHWI/AAAAAAAABS0/02HdlybtYKc/s1600/nature+wallpapers30.jpg");
}
.blog.purple .title {
  background: linear-gradient(90deg, #dda2f5, #9b59b6);
}
.blog.purple a {
  background: #9b59b6;
}

.blog.orange {
  background: URL('https://i.imgur.com/PNAORwb.jpg');
}
.blog.orange .title {
  background: linear-gradient(90deg, #f5b57d, #e67e22);
}
.blog.orange a {
  background: #e67e22;
}

.desc p{
    color: white;
}

/* footer css */

.forminput {
  width: 100%;
  position: relative;
}

.forminput input{
  padding: 6.5px 5px;
  border-radius: 5px;
  border: none;
}


.forminput  button{
     position: absolute;
    left: 58%;
    top: 0px;
    margin: 0 !important;
    width: 108px;
    height: 100%;
    border-radius: 0  0.3rem 0.3rem 0;

}
.title{
     font-family: "EB Garamond", serif;
}



/* CONTACT CSS */



label{
  display:block;
  margin:1em 0 .2em;
}
input, select, textarea{
  display:block;
  width:100%;
  padding:.3em;
  font-size:20px;
  background-color:#fbfbfb;
  border:solid 1px #CCC;
  resize:vertical;
}
textarea{
  min-height:180px;
}
select{
  color:indigo;
}
option{
  color:blue;
  background: lavenderBlush;
}
input[type=checkbox]{
  display:inline;
  width:auto;
  color:red;
}

input[type=submit]{
  background:lightcoral;
  margin:1em 0 0;
  color:white;
  border:none;
  border-radius:8px;
  transition:all .3s ease-out;
}

input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover{
  background: lavenderBlush;
}

/* hover and focus states */
input[type=submit]:hover,
input[type=submit]:focus{
  background: lightgreen;
  outline:none;
}

@media screen and (min-width:600px) {
  form:after{
    content:'';
    display:block;
    clear:both;
  }
  .column{
    width:50%;
    padding:1em;
    float:left;
  }
}

.contactform{
    padding: 2%;
}
.contactform form h1{
    margin-left: 2%;
    font-family: "EB Garamond", serif;
}
.contactform form p{
    margin-left: 2%;
}



.contact-info {
  max-width: 400px;
  font-family: Arial, sans-serif;
  margin-top: 53%;
  
}

.info-box {
  display: flex;
  align-items: center;
      margin-top: 9%;
      padding: 5%;
}

.info-box i {
  background: #d32f2f;      
  color: #fff;
  font-size: 28px;


  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9%;
  width: 50px;
  border-radius: 6px;       
  margin-right: 15px;
}
.abtbox2{
  overflow: hidden;
}

.info-box h4 {
  margin: 0;
  font-weight: 600;
}

.info-box p {
  margin: 4px 0 0;
  color: #555;
}


.infopara{
    margin-left: 3%;
    margin-top: 4%;
}
.infopara h4{
  font-family: "EB Garamond", serif;
}

.footericon i {
    border-radius: 50%;
    border: 1px solid white;
    color: white;
    padding: 10px;
    width: 15%;
}



