.isans{

   font-family: IRANSans;
}
main {
    background-color: #ccc;
    height: 400px;
    width: 100%;
}
.menu-affix-product{

   padding:0;
}
.public-menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fafafa;
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    z-index:9
}
.public-menu .navbar-header .navbar-brand {
    border-left: 1px solid #ddd;
    font-size: 16px;
    margin: 0;
    width: auto;
    color: #000 !important;
}
.public-menu .navbar-header .navbar-brand:hover {
    color: #333;
}
.public-menu .navbar-right {
    margin: 0;
}
.public-menu .navbar-nav > li {

    float: right;
}
.public-menu .navbar-nav > li > a {
    color: #555;
    font-size: 14px;
   line-height:1.3;
   padding:15px;
}
.public-menu .navbar-nav > li > a:hover {
    color: #111;
}
.public-menu .navbar-nav > li.current > a{

   border-color: #3F51B5;
}
.kasper .public-menu .navbar-nav > li.current > a{

   border-color: #014D67;
}
.affix {
    border-bottom: medium none;
    box-shadow: 0 3px 2px -3px #000;
    left: 0;
    right: 0;
    top: 0;
}
.public-menu .navbar-nav > .active > a, .public-menu .navbar-nav > .active > a:focus, .public-menu .navbar-nav > .active > a:hover {
    background-color: #fff;
    border-bottom: 3px solid #ff5252;
    color: #333;
}
.public-menu .navbar-nav > li > a:hover,
.public-menu .navbar-nav > li > a:focus{
   
   color:#000 !important;

}
hr.special::before {
    border-radius: 0 0 100% 100% / 0 0 150% 150%;
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.05), 0 0 10px 3px rgba(0, 0, 0, 0.15);
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: -25px;
    width: 100%;
    z-index: 50;
}
hr.special {
    border: 0 none;
    height: 30px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.title-public {
   font-family: IRANSans;
    font-size: 30px;
    font-weight: lighter;
    margin: 0 0 30px;
   padding:20px 0;
    text-align: center;
    transition: all 0.5s ease 0s;
   
}
.sec-even {
    background-color: #EFF4FF;
}
.sec-desc, .sec-main-features {
    direction: rtl;
}
.sec-desc,
.sec-main-features,
.sec-technology,
.clientele-product,
.sec-sub-features,
.sec-questions,
.what-main,
.sec-comments {
    padding: 0px 0;
    
}
.sec-desc .text-desc, .sec-desc .text-desc p {
    font-weight: lighter;
    line-height: 2;
    margin: 10px 0;
    text-align: center;
    padding: 10px;
}
.kasper:hover .title-public, .sec-desc:hover .title-public, .sec-main-features:hover .title-public, .sec-technology:hover .title-public, .clientele-product:hover .title-public, .sec-sub-features:hover .title-public, .sec-questions:hover .title-public, .what-main:hover .title-public, .sec-comments:hover .title-public {
    font-size: 40px;
    transition: all 0.5s ease 0s;
}
.sec-main-features .row {
    margin: 10px 0;
}
.sec-main-features .item-feature {
    float: right;
    text-align: center;
}
.sec-main-features .item-feature .img-icon {
    margin-bottom: 10px;
    width: 150px;
}
.sec-main-features .item-feature h4 {
   font-family: IRANSans;
    font-size: 20px;
}
.sec-main-features .item-feature p {
    color: #777;
    font-weight: lighter;
    line-height: 2;
    text-align: center;
}
.what-main .what-text .what-box {
    background-color: #eff4ff;
    border-radius: 4px;
    box-shadow: 0 3px 5px -3px #999;
    margin: 6px 0;
    padding: 0;
}
.what-main .what-text .what-box span {
    align-items: center;
    background-color: #5C6BC0;
    border-radius: 0 4px 4px 0;
    color: #eee;
    direction: rtl;
    display: flex;
    font-size: 20px;
    height: 50px;
    justify-content: center;
    padding: 0;
}
.what-main .what-text .what-box p {
    align-items: center;
    direction: rtl;
    display: flex;
    font-size: 12px;
    height: 50px;
    margin: 0;
}
.what-main .what-text img {
    height: 300px;
    margin: 5px;
}
.sec-technology .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    text-align: center;
}
.sec-technology .owl-carousel .owl-item img {
    width: 100px;
}
.sec-technology .owl-carousel{

   direction:ltr;
}
.sec-technology .owl-carousel .owl-nav .owl-next,.sec-technology .owl-carousel .owl-nav .owl-prev {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 80px;
}
.sec-technology .owl-carousel .owl-nav img {
    width: 50px;
}
.sec-technology .owl-carousel .owl-nav .owl-next {
    opacity: 0.3;
    right: 0;
    transition: opacity 0.3s ease 0s;
}
.sec-technology .owl-carousel .owl-nav .owl-prev {
    left: 0;
    opacity: 0.3;
    transition: opacity 0.3s ease 0s;
}
.sec-technology .owl-carousel .owl-nav .owl-next:hover,.sec-technology .owl-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}
.clientele-product .item-clientele {
    float: right;
}
.clientele-product .item-clientele .box-image {
    
   position: relative;
   display: block;
   padding: 8px;
   border: 1px solid #bbb;
   border-radius: 5px;
   box-sizing: border-box;
   margin-left: 20px;
   -webkit-box-shadow: 0 0 5px #c2c2c2;
   box-shadow: 0 0 5px #c2c2c2;
   background-image: -webkit-linear-gradient(top,#f7f7f7 0%,#e4e4e4 100%);
   background-image: -o-linear-gradient(top,#f7f7f7 0%,#e4e4e4 100%);
   background-image: linear-gradient(to bottom,#f7f7f7 0%,#e4e4e4 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7',endColorstr='#ffe4e4e4',GradientType=0);
   cursor: pointer;
   cursor: hand;
   width: 260px;
   height: 160px;
}
.clientele-product .item-clientele .box-image.box-nezam{

   margin-left: 0;
}
.clientele-product .item-clientele .box-image.box-nezam img{

   margin: 0 !important;
   width: 100% !important;
   height: 100% !important;
}
.clientele-product .item-clientele .img-shadow::before, .clientele-product .item-clientele .img-shadow::after {
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    content: "";
    position: absolute;
    z-index: -2;
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,.7);
    box-shadow: 0 15px 10px rgba(0,0,0,.7);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.clientele-product .item-clientele .img-shadow::after{

   right: 10px;
   left: auto;
   -webkit-transform: rotate(3deg);
   -ms-transform: rotate(3deg);
   -o-transform: rotate(3deg);
   transform: rotate(3deg);
}
.clientele-product .item-clientele .box-image .front-name {
    
   background-color:#fff;
   border: 1px solid #aaa;
   border-bottom-color: #eee;
   border-right-color: #eee;
   background-position: 0 0;
   background-repeat: no-repeat;
   margin: 0;
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 100%;
   text-align:center;   
}
.clientele-product .item-clientele .box-image .front-name:after{

   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   box-shadow: 25px 25px 25px -25px rgba(0,0,0,.25) inset;
   -webkit-transition: box-shadow .25s linear;
   -o-transition: box-shadow .25s linear;
   transition: box-shadow .25s linear;
   z-index: 10;
}
.clientele-product .item-clientele .box-image .front-name:hover:after{

   -webkit-box-shadow: 25px 25px 25px -25px rgba(0,0,0,0) inset;
   box-shadow: 25px 25px 25px -25px rgba(0,0,0,0) inset;
}
.clientele-product .item-clientele .box-image .front-name  img{

   height:auto;
   margin:10px;
   width: 120px;  
}

.sec-comments {
    background-attachment: fixed;
    background-image: url("../../images/comment-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
}
.sec-comments .title-public {
    color: #fff;
}
.sec-comments .carousel-control {
    background-image: none !important;
   cursor:pointer;
}
.sec-comments #text-carousel {
    margin: 40px 0;
}
.sec-comments .carousel-content {
    color: #fff;
}
.sec-comments .carousel-inner > .item.next.left, .sec-comments .carousel-inner > .item.prev.right, .sec-comments .carousel-inner > .item.active {
    right: 0;
}
.sec-comments .carousel-inner > .item {
    direction: rtl;
}
.sec-comments .carousel-content h3 {
   font-family:IRANSans;
   font-weight:bold;
    font-size: 14px;
    padding: 0 0 15px;
    text-align: right;
}
.carousel-content p {
    font-size: 12px;
    line-height: 25px;
}
.sec-comments .box-comments {
    border-bottom: 1px solid #ddd;
    direction: rtl;
    font-size: 12px;
    line-height: 2;
    margin: 5px 0;
}
.sec-sub-features{

   background-color: #EFF4FF !important;
}

.sec-sub-features .features-pane{

   direction:rtl;
}

.sec-sub-features .feature-nav .feature-group {
    display: block;
    font-weight: 200;
    font-size: 14px;
    text-transform: uppercase;
    color: #3F51B5;
    padding: 10px 12px;
    margin-bottom: 3px;
    text-decoration: none;
    border-radius: 3px;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec-sub-features .owl-controls{

   display:none !important;
}
.sec-sub-features .feature-nav .feature-group .fa{

   width: 40px;
   font-size: 25px;
   vertical-align: middle;
   line-height: 1;
}
.sec-sub-features .feature-nav .feature-group:hover,.sec-sub-features .feature-nav .feature-group.active {
    background-color: #3F51B5;
    color: #fff;
}

.sec-sub-features .tab-content .image-sub img {
    height: 150px;
    width: 150px;
}
.sec-sub-features .tab-content .text-sub, .sec-questions .item-questions {
    color: #555;
    direction: rtl;
    line-height: 2;
    text-align: right;
}
.sec-sub-features h4, .sec-questions .item-questions h4 {
    color: #000;
    font-size: 20px;
      
}
.sec-sub-features h4{

   font-family: IRANSans;
   font-weight:normal;
   border-bottom:1px solid #ddd;
   font-size: 18px;
   line-height: 2;
   color: #1A237E;
   
}
.sec-sub-features h4 .fa{

   font-size:30px;
   width:40px;
}
.sec-sub-features .ft-info li{

   font-size: 12px;
   color: #333;
   font-weight: lighter;
   letter-spacing: 0.5px;
   line-height: 3;
}
.sec-sub-features .ft-info li:before{

   content:"\f00c";
   float:right;
   padding-left:5px;
   font-family: FontAwesome;
   color: #83BF4E;
   font-size: 16px;
   line-height: 2;
}

.sec-sub-features .flex-box{

   display: flex;
   justify-content: center;
   align-items: center;
}

.sec-sub-features .img-shadow::before, .sec-sub-features .img-shadow::after {
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
   content: "";
   position: absolute;
   z-index: -2;
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,.7);
    box-shadow: 0 15px 10px rgba(0,0,0,.7);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}


.sec-sub-features .img-shadow::after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.sec-sub-features .image-sub {
    position: relative;
    display: block;
    padding: 8px;
    border: 1px solid #bbb;
    border-radius: 5px;
    box-sizing: border-box;
    margin-left: 20px;
    -webkit-box-shadow: 0 0 5px #c2c2c2;
    box-shadow: 0 0 5px #c2c2c2;
    background-image: -webkit-linear-gradient(top,#f7f7f7 0%,#e4e4e4 100%);
    background-image: -o-linear-gradient(top,#f7f7f7 0%,#e4e4e4 100%);
    background-image: linear-gradient(to bottom,#f7f7f7 0%,#e4e4e4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7',endColorstr='#ffe4e4e4',GradientType=0);
    cursor: pointer;
    cursor: hand;
   width: 260px;
   height: 160px;
}

.sec-sub-features .image-sub figure.img-cover {
    border: 1px solid #aaa;
    border-bottom-color: #eee;
    border-right-color: #eee;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.sec-sub-features .image-sub figure.img-cover > div {
    -webkit-box-shadow: 25px 25px 25px -25px rgba(0,0,0,.25) inset;
    box-shadow: 25px 25px 25px -25px rgba(0,0,0,.25) inset;
    -webkit-transition: box-shadow .25s linear;
    -o-transition: box-shadow .25s linear;
    transition: box-shadow .25s linear;
    width: 100%;
    height: 100%;
    background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   
}

.sec-sub-features .image-sub figure.img-cover > div:hover {
    -webkit-box-shadow: 25px 25px 25px -25px rgba(0,0,0,0) inset;
    box-shadow: 25px 25px 25px -25px rgba(0,0,0,0) inset;
}
.sec-sub-features .slider-shell .owl-carousel{

   direction:ltr;
}

.sec-questions{

   position:relative;
}
.sec-questions .item-main-questions {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0;
    position: relative;
    z-index: 3;
}
.sec-questions .item-main-questions .item-questions {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.sec-questions .item-main-questions .item-questions i {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
}
.sec-questions .item-main-questions .item-questions .more-desc {
    cursor: pointer;
   color: #628DE4;
}
.sec-questions .item-main-questions .more-desc .more-desc-text{
    
    display: none;
    background-color: #fff;
    box-shadow: 0 0 9px -6px #000;
    border-radius: 2px;
    font-size: 12px;
    color: #595555;
    font-weight: lighter;
    padding: 15px;
}
.sec-questions .item-main-questions .item-questions .popover-title {
    color: #000;
    
}
.sec-questions .item-main-questions .item-questions .popover-content {
   font-family: IRANSans;
    font-size: 12px;
    font-weight: lighter;
    text-align: justify;
   
}
.sec-questions .item-main-questions .item-questions .popover{

   max-width:800px;
}
.sec-questions .item-main-questions .item-questions .popover.left{
   
   margin-right:auto;
   margin-left: -15px;
}
.sec-questions .item-main-questions .item-questions .popover-content ul{

   padding-right:10px;
}
.sec-questions .item-main-questions .item-questions .popover-content ul li{

   list-style: initial;
   line-height: 2;
   margin-bottom:10px;
}
.sec-questions .foot-question {
    background-color: #fff;
    border-radius: 400px / 10px;
    bottom: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    content: "";
    height: 20px;
    margin: 0 auto;
    position: relative;
    width: 95%;
    z-index: 1;
   right:2.5%;
}
#portfoliolist .well{
    
    margin: 0;
    padding: 10px 0;
    background-color: transparent;
    border: none;
}
#portfoliolist .checkbox-group{
    
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 8px -2px #999 inset;
}
#portfoliolist .well .panel-default{
    
    box-shadow: 0 4px 4px -2px #999 !important;
}
#portfoliolist .well .panel-default .panel-heading{
    
    text-align: center;
    direction: rtl;
    font-weight: bold;
    color: #4D4E4F;
}
#portfoliolist .panel > .list-group,#portfoliolist .panel > .panel-collapse > .list-group{

   padding:0;
   direction:ltr;
}
.item-panel-ssl{
    
    background-color: #fff;
    padding: 0;
    border-radius: 4px;
    margin: 15px 0;
   box-shadow:0 2px 6px -3px #999;
    transition: all 0.5s;
}
.item-panel-ssl .panel-top-ssl{
    
    background-color: #5C6BC0;
    height: auto;
    padding: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.item-panel-ssl .panel-top-ssl h3{
    
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: lighter;
    line-height: 3;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.item-panel-ssl .panel-top-ssl ul{
    
    padding: 0;
    margin: 0;
}
.item-panel-ssl .panel-top-ssl ul li{
    
    list-style: none;
    color: #fff;
    direction: rtl;
    text-align: right;
    line-height: 4;
    padding: 0 5px;
    border-bottom: 1px solid #ddd;
}
.item-panel-ssl .panel-top-ssl ul li .year{
    
    border-left: 1px solid #ddd;
    display: inline-table;
    padding: 0 5px;
    text-align: center;
    width: 70px;
}
.item-panel-ssl .panel-top-ssl ul li .price{
    
    font-size: 20px;
    line-height: 0;
}
.item-panel-ssl .panel-top-ssl ul li .btn-success{
    
    background-color: #5cb85c !important;
    border: medium none !important;
    border-radius: 2px !important;
    float: left !important;
    font-family: IRANSans !important;
    font-size: 12px !important;
    font-weight: lighter !important;
    letter-spacing: normal !important;
    line-height: 1.5 !important;
    margin: 10px 5px !important;
    padding: 5px 10px !important;
   transition: all 0.3s;
}
.item-panel-ssl .panel-top-ssl ul li .btn-success:hover{

   background-color: #fff !important;
   color: #5C6BC0;
}
.item-panel-ssl .desc-price{
    
    color: #4D4E4F;
    padding: 10px 10px 5px;
   direction:ltr;
}
.item-panel-ssl .desc-price .suitable{
    
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 2.5;
    border-top: 1px solid #333;
   margin-bottom:5px;
}
.item-panel-ssl .desc-price .int{

   margin: 0 auto;
   width: 180px;
   text-align: center;
   padding: 5px;
   border-radius: 2px;
   background-color: #9FA8DA;
   font-size: 12px;
   color: #fff;
   margin-bottom:5px;
}
.item-panel-ssl .desc-price .page-scroll{

   display:block;
   width:100%;
   line-height:2;
   margin-bottom:10px;
   color:#4D4E4F;
}
.item-panel-ssl .desc-price .page-scroll .fa-angle-double-down{

   line-height:1.5;
   padding:0 10px;
}
.item-panel-ssl .desc-price .tooltip {

   border-bottom: 1px dotted black;
    display: table;
    font-family: IRANSans;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
    opacity: 1;
    position: relative;
   cursor: help;
   transition: all 0.6s;
}

.item-panel-ssl .desc-price .tooltip .tooltiptext {
    visibility: hidden;
   opacity: 0;
    width: 270px;
    background-color: rgba(0,0,0,0.8);
   direction:rtl;
    color: #fff;
   font-size:12px;
   line-height:2;
    text-align: center;
    border-radius: 2px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 60%;
   z-index:9999;
    margin-left: -60px;
   transition: all 0.6s;
}

.item-panel-ssl .desc-price .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
   transition: all 0.3s;
}

.item-panel-ssl .desc-price .tooltip:hover .tooltiptext {
    visibility: visible;
   opacity: 1;
   transition: all 0.3s;
}
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {

   background-color: #5cb85c !important;
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 14px;
    margin-top: -7px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 20px;
    right: -4px;
    margin-top: -8px;
    position: absolute;
    top: -2px;
    transition: all 0.3s ease-in-out;
    width: 20px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    right: 20px;
}
.panel-ssl-type{
    
    margin: 20px 0;
}
.panel-ssl-type .table{
    
    direction: rtl;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 4px -2px #999 !important;
}
.panel-ssl-type .table thead{
    
    background-color: #999;
}
.panel-ssl-type .table thead th{
    
    text-align: center;
    line-height: 2;
   direction: ltr !important;
}
.panel-ssl-type .table tbody tr td:nth-child(1){
    
    font-size: 10px;
    vertical-align: middle;
    font-weight: bold;
}
.panel-ssl-type .table tbody td{
    
    padding: 15px;
    font-size: 12px;
    line-height: 2;
    vertical-align: middle;
}
.panel-ssl-type .table tr td:first-child{

   width:15% !important;

}
.panel-ssl-type .table tbody td .fa-check{
    
    color: #558b2f;
    font-size: 20px;
}
.panel-ssl-type .table tbody td .fa-close{
    
    color: #c62828;
    font-size: 20px;
}
.panel-ssl-type .table-striped tbody tr:nth-child(2n+1){

   background-color:#fff !important;
}
.panel-ssl-type .table-hover > tbody > tr:hover{

   background-color:#fafafa !important;
}
@media(min-width:800px) {
    
    .table-responsive>.fixed-column {
        display: none;
    }
}
@media only screen and (min-width: 650px) and (max-width: 768px) {
    
   #portfoliolist .well{
       
       padding: 10px 0;
   }
   .table-responsive>.fixed-column {
        background-color: #fff;
        border-right: 1px solid #ddd;
        box-shadow: 0 4px 4px 2px #999;
        display: inline-block;
        position: absolute;
        right: 0;
        width: auto;
        z-index: 999;
    }
    .panel-ssl-type .table tbody td{
        
        padding: 15px 50px;
    }
    .panel-ssl-type,.panel-ssl-type > .container{
        
        padding: 0;
    }
    .clientele-product .item-clientele {
        padding: 0;
    }
    .title-public {
        font-size: 25px;
    }
    .sec-desc:hover .title-public, .sec-main-features:hover .title-public, .sec-technology:hover .title-public, .clientele-product:hover .title-public, .sec-sub-features:hover .title-public, .sec-questions:hover .title-public, .what-main:hover .title-public, .sec-comments:hover .title-public {
        font-size: 25px;
    }
    .sec-main-features .item-feature .img-icon {
        width: 100px;
    }
    .sec-main-features .item-feature h4 {
        font-size: 14px;
    }
    .sec-main-features .item-feature p {
        font-size: 12px;
    }
    .clientele-product .item-clientele .box-image .front-name {
        opacity: 1;
    }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
    .table-responsive>.fixed-column {
        display: none;
    }
   #portfoliolist .well{
       
       padding: 10px 0;
   }
    .title-public {
        font-size: 25px;
    }
    .sec-desc:hover .title-public, .sec-main-features:hover .title-public, .sec-technology:hover .title-public, .clientele-product:hover .title-public, .sec-sub-features:hover .title-public, .sec-questions:hover .title-public, .what-main:hover .title-public, .sec-comments:hover .title-public {
        font-size: 25px;
    }
    .sec-technology .owl-carousel .owl-item img {
        width: 150px;
    }
    .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        height: 150px;
        width: 35px;
    }
    .clientele-product .item-clientele .box-image {
        height: 160px;
        width: 100%;
    }
    .clientele-product .item-clientele .box-image .front-name {
        opacity: 1;
    }
    .sec-sub-features .nav-tabs {
        margin-bottom: 20px;
    }
    .sec-sub-features .nav-tabs > li {
        width: 100%;
    }
    .what-main .what-text .what-box span {
        border-radius: 4px 4px 0 0;
        height: auto;
    }
    .what-main .what-text .what-box p {
        height: auto;
        line-height: 2;
    }
    .what-main .what-text img {
        height: 250px;
        margin: 0;
    }
    .sec-comments #text-carousel {
        margin: 0;
    }
    .sec-comments .carousel-indicators {
        bottom: -60px;
    }
   .sec-questions .foot-question{

      box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
      width:90%;
      right:5%;
   }
   .sec-sub-features .items-sub-features,
   .sec-sub-features .items-sub-features #sec_technology,
   .sec-sub-features .items-sub-features .slider-shell,
   .sec-sub-features .items-sub-features .slider-shell .owl-carousel{

      padding:0;
   }
   .sec-sub-features .flex-box{

      display:block;
   }  
   .sec-sub-features .image-sub{

      width:100%;
      margin-bottom:20px;
   }
}
/**********************kasper*************/
.kasper .panel-ssl-type .table tr td:first-child {
    font-size: 13px;
}