﻿<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="modules.css.cs" Inherits="assets_css_modules" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">



.features_contant { margin-top: 50px; }
.features ul { margin: 0px; padding: 0px; }
.features li {  list-style: none; position: relative;
z-index: 1;
padding-left: 30px;
margin-bottom: 10px; 
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 30px;
color: #646464;
font-weight: 400;
text-rendering: optimizeLegibility;
}

.contant_icon{
position: absolute;
z-index: 1;
content: "\f00c";
font-weight: 900;
font-family: "Font Awesome 5 Free";
left: 0;
top: 0;
color: #a4b575;
font-size: 16px;
padding-top: 5px;
}

.features_img img { height: 300px; width: 100%; }




.Benefits_system ul { margin: 0px; padding: 0px; }
.Benefits_system li { list-style: none; position: relative;
z-index: 1;
padding-left: 30px;
margin-bottom: 10px;
font-family: "Roboto", sans-serif;
font-size: 16px;
line-height: 30px;
color: #646464;
font-weight: 400;
text-rendering: optimizeLegibility;
  }




*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


.title {
  font-family: inherit;
  font-size: 2rem;
  font-weight: 600;
  line-height: inherit;
  color: #252b46;
  text-transform: capitalize;
}

.paragraph {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: inherit;
  max-width: 100%;
  margin-top: 0.5rem;
  color: #9194a1;
}

.main .tab {
  width: 100%;
  height: auto;
  padding: 3rem 0;
}
.main .tab-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-bottom: 1.3px solid #dbdbdb;
  transition: all 0.3s ease;
  border: solid 1px #a4b575;
}
.main .tab-menu-link {
  position: relative;
  overflow: hidden;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  cursor: pointer;
  width: calc(100% / 4);
  height: auto;
  padding: 1rem 0;
  border-bottom: 2.5px solid transparent;
  color: #000;
  background:none;
  transition: all 0.3s ease;

}
.main .tab-menu-link:hover { color: #a4b575; }
.main .tab-menu-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  
}
.main .tab-menu-link.active {
  bottom: 0px;
  z-index: 0;
  overflow: hidden;
  border-bottom: 3px solid #a4b575;
  color: #fff;
    background: linear-gradient(90deg, #a4b575, #252621);
}
.main .tab-bar {
  padding: 2.5rem 0;
  overflow: hidden;
 border:solid 1px #eee;
 padding: 10px;

}
.main .tab-bar-content {
  display: none;
  width: 100%;
  min-height: auto;
  transition: all 0.3s ease;
}
.main .tab-bar-content.active {
  display: block;
}



















/**modules css start**/
    



.product_text { text-align: center; }
.product_text  h2 {color: #000; font-size: 36px; line-height: 50px;}
.product_text_bg { background-color: #fff;  }
.product_text p {  text-align: justify; font-size: 16px; font-family:"Roboto", sans-serif;
 text-rendering: optimizeLegibility; font-weight: 400; line-height: 30px; }
.main_title { font-weight: bold; padding-top: 10px; padding-bottom: 10px; }


.features_img_uni img { height:400px !important; width: 100%; }


 .features { margin-top: 30px;   background-image: url(about\telemedicine_feature_bg.jpg);
  background-size: cover; height:100%;  background-color:#000;  }
 .feature_1 { margin: 0px; padding: 0px; border:solid 0px #d4e5fd; padding-top: 10px; padding-bottom: 12px; float: left; width: 50%;  }
 .feature_1 li { padding-left: 0px; list-style: none; padding-top: 0px; padding-bottom:3px; }
 .feature_1 li a { text-decoration: none; }
 .feature_1 li a .blog_icon { color: #b0d351; font-size: 40px; padding-bottom: 10px; }
 .feature_1 li a p { color: #fff; width: 95%; font-weight: bold; }
.feature_1 li a p:hover { color: #b0d351; }
.feature_1 li a .blog_icon:hover { color: #fff;  }


.feature_2 { margin: 0px; padding: 0px; border:solid 0px #d4e5fd; padding-top: 12px; padding-bottom: 15px; float: left; width: 50%;  }
 .feature_2 li { padding-left: 0px; list-style: none; padding-top: 8px; padding-bottom:0px;  }
 .feature_2 li a { text-decoration: none;  }
 .feature_2 li a .blog_icon { color: #b0d351; font-size: 40px; padding-bottom: 10px; }
 .feature_2 li a p { color: #fff; width: 95%; font-weight: bold; }

.features h2 { font-weight: bold; color: #99a86e; margin-bottom: 15px;
margin-top: 70px; }
.feature_2 li a p:hover { color: #b0d351; }
.feature_2 li a .blog_icon:hover { color: #fff; }
.features_img { padding-top: 65px; }
.features_img img { text-align:right;
	height:500px;
width: 100%;
 align-items: center !important;
background-size: cover;
margin-bottom:50px;
 }




.modules h2 { font-weight: bold; color: #000; padding-bottom: 25px; padding-top: 15px;  }
.modules { margin-top: 30px; 

  padding-top:0px;
  padding-bottom: 20px;

}






/******modules 1 start ******/
.modules_1 { margin-top: 20px; }
.srvice_item {padding: 20px;
transition: all ease-in-out 0.4s;

height: 70%;
border:solid 1px #ddd;
margin-top: 20px;
}

.modules_1 h3 { font-weight:bold; color: #a4b575; margin-top: 20px; margin-bottom: 20px; }


.icon1 .in-icon {
  margin: 0 auto;
    margin-bottom: 0px;
  width: 40px;
  height: 40px;
 color: #a4b575;
  border-radius: 50px;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  transition: ease-in-out 0.3s;
 
  border:solid 0px #f00;
}

/*
.srvice_item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
*/

.srvice_item h4 {
 font-weight: 600;
margin-bottom: 0px;
font-size: 14px;
line-height: 0.2;
}

.icon1 h4 a {
  border:solid 0px #00f;
  color: #000;
text-decoration: none;
}




.srvice_item:hover {
   transform: translateY(-10px);
  box-shadow: 0px 0 60px 0 rgba(0,0,0, 0.1);

  background: linear-gradient(90deg, #a4b575, #252621);
  cursor: pointer;
  transform: translateY(-10px);
  transition: all 0.7s;
}



.srvice_item:hover .in-icon { color: #fff; }
 .srvice_item:hover h4 a { color: #fff; }
  /*********design 1 end *****/


/*****modules 2 start *********/

.srvice_item2 {padding: 20px;
transition: all ease-in-out 0.4s;

height: 70%;
border:solid 1px #ddd;
margin-top: 20px;
}

.modules_2 h3 { font-weight:bold; color: #a4b575; margin-top: 20px; margin-bottom: 20px; }

.icon2 .in-icon {
  margin: 0 auto;
    margin-bottom: 0px;
  width: 20px;
  height: 40px;
 color: #a4b575;
  border-radius: 50px;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  transition: ease-in-out 0.3s;
 
  border:solid 0px #f00;
}

/*
.srvice_item2 p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

*/
.srvice_item2 h4 {
 font-weight:bold;
margin-bottom: 0px;
font-size: 14px;
line-height: 0.2;
}

.icon2 h4 a {
  border:solid 0px #00f;
  color: #000;
text-decoration: none;
}




.srvice_item2:hover {
 transform: translateY(-10px);
  box-shadow: 0px 0 60px 0 rgba(0,0,0, 0.1);

  background: linear-gradient(90deg, #a4b575, #252621);
  cursor: pointer;
  transform: translateY(-10px);
  transition: all 0.7s;
}

.srvice_item2:hover .in-icon { color: #fff; }
 .srvice_item2:hover h4 a { color: #fff; }

/*******modules 2 end *******/

/*******modules 3 end *******/


.srvice_item3 {padding: 20px;
transition: all ease-in-out 0.4s;

height: 70%;
border:solid 1px #ddd;
margin-top: 20px;
}

.modules_3 h3 { font-weight:bold; color: #a4b575; margin-top: 20px; margin-bottom: 20px; }


.icon3 .in-icon {
  margin: 0 auto;
    margin-bottom: 0px;
  width: 40px;
  height: 40px;
 color: #a4b575;
  border-radius: 50px;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  transition: ease-in-out 0.3s;
 
  border:solid 0px #f00;
}

/*
.srvice_item3 p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
*/

.srvice_item3 h4 {
 font-weight: 600;
margin-bottom: 0px;
font-size: 14px;
line-height: 0.2 !important;
}

.icon3 h4 a {
  border:solid 0px #00f;
  color: #000;
text-decoration: none;
}


.srvice_item3:hover {
 transform: translateY(-10px);
 

  background: linear-gradient(90deg, #a4b575, #252621);
  cursor: pointer;
  transform: translateY(-10px);
  transition: all 0.7s;
}

 .srvice_item3:hover h4 a { color: #fff; }
.srvice_item3:hover .in-icon { color: #fff; }



/*******modules 3 end *******/



@media only screen and (max-width: 770px) {


.features_img img { height:100% !important; border : solid 0px #f00; }
.modules_contant { width: 100%; margin: 0px; padding: 0px; border:none !important; }
#portfoliolist .portfolio { width: 49% !important; margin:1px !important; }
}

@media only screen and (max-width: 610px) {

.feature_1 { width: 100%; }
.feature_2 { width: 100%; }
}

@media only screen and (max-width: 770px) {

#portfoliolist .portfolio { width: 90% !important; margin:1px !important; }
}














.modules_contant { border:solid 1px #ddd; width: 100%; margin-left: auto; margin-right: auto; padding-bottom: 30px; padding-top: 15px;}



.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color:none !important;
  background-clip: border-box;
  border: none;
  border-radius:none;}



#filters {
  margin: 1%;
  padding: 0;
  list-style: none;
}

#filters li {
  float: left;
}

#filters li span {
  font-family: "Poppins", sans-serif;
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
  transition: color 300ms ease-in-out;
}

#filters li span:hover {
  color: #a4b575;
  font-weight:500;
}

#filters li span.active {
  background: linear-gradient(90deg, #a4b575, #252621);
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
}

#portfoliolist .portfolio {
  width: 23%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
}

.portfolio img {
  max-width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -40px;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
  background: #222;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
}

.portfolio .text-category {
  display: block;
  font-size: 9px;
}

.portfolio:hover .label {
  bottom: 0;
}

.portfolio:hover img {
  top: -30px;
}


/* #Tablet (Portrait) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
  .container {
    width: 95%;
  }
  #portfoliolist .portfolio {
    width: 48%;
    margin: 1%;
  }
  #ads {
    display: none;
  }
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 70%;
  }
  #ads {
    display: none;
  }
}


/* #Clearing */


/* Self Clearing Goodness */

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

    
   /**modules css end**/


   


h2 {font-family: "Poppins", sans-serif;
margin: 0 0 20px 0;
  margin-bottom: 20px;
  line-height: 50px;
font-size: 36px;
color: #111111; font-weight:bold;}



h4 {font-family: "Poppins", sans-serif;}

.srvice_item1 {padding: 20px;
transition: all ease-in-out 0.4s;

height: 70%;
border:solid 1px #ddd;
margin-top: 20px;
}

.modules_1 h3 { font-weight:bold; color: #a4b575; margin-top: 20px; margin-bottom: 20px; }


.icon1 .in-icon {
  margin: 0 auto;
    margin-bottom: 0px;
  width: 40px;
  height: 40px;
 color: #a4b575;
  border-radius: 50px;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  transition: ease-in-out 0.3s;
 
  border:solid 0px #f00;
}

/*
.srvice_item3 p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
*/

.srvice_item1 h4 {
 font-weight: 600;
margin-bottom: 0px;
font-size: 14px;
line-height: 0.2 !important;
}

.icon1 h4 a {
  border:solid 0px #00f;
  color: #000;
text-decoration: none;
}


.srvice_item1:hover {
 transform: translateY(-10px);
 

  background: linear-gradient(90deg, #a4b575, #252621);
  cursor: pointer;
  transform: translateY(-10px);
  transition: all 0.7s;
}

 .srvice_item1:hover h4 a { color: #fff; }
.srvice_item1:hover .in-icon { color: #fff; }





.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color:none !important;
  background-clip: border-box;
  border: none;
  border-radius:none;}



#filters {
  margin: 1%;
  padding: 0;
  list-style: none;
}

#filters li {
  float: left;
}

#filters li span {
  font-family: "Poppins", sans-serif;
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
  transition: color 300ms ease-in-out;
}

#filters li span:hover {
  color: #a4b575;
  font-weight:500;
}

#filters li span.active {
  background: linear-gradient(90deg, #a4b575, #252621);
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
}

#portfoliolist .portfolio {
  width: 23%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
}

.portfolio img {
  max-width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -40px;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
  background: #222;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
}

.portfolio .text-category {
  display: block;
  font-size: 9px;
}

.portfolio:hover .label {
  bottom: 0;
}

.portfolio:hover img {
  top: -30px;
}


/* #Tablet (Portrait) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
  .container {
    width: 95%;
  }
  #portfoliolist .portfolio {
    width: 48%;
    margin: 1%;
  }
  #ads {
    display: none;
  }

  .main .tab-menu-link { font-size:10px; line-height:12px;}
  .Benefits_system li {line-height:20px;}
  .features_img_uni img { max-height:250px !important;}
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 70%;
  }
  #ads {
    display: none;
  }
}


/* #Clearing */


/* Self Clearing Goodness */

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}




  @media only screen and (max-width: 770px){
#portfoliolist .portfolio {
  width: 90% !important;
  margin: 1px !important;
  margin-left: auto;
  margin-right: auto;
}






</asp:Content>




