﻿   @charset "UTF-8";

       .round {
            display: inline-block;
            height: 30px;
            width: 30px;
            line-height: 30px;
            -moz-border-radius: 15px !important;
            border-radius: 15px !important;
            background-color: #222;
            color: #FFF;
            text-align: center;
        }
        .square {
            display: inline-block;
            /*height: 40px;
            width: 40px;*/           
            /*-moz-border-radius: 15px !important;
            border-radius: 15px !important;*/
            background-color: #222;
            color: #FFF;
            text-align: center;
        }

        .line-height-60 {
            line-height: 60px;
        }

        .line-height-50 {
            line-height: 50px;
        }
        .line-height-40 {
            line-height: 40px;
        }
        .line-height-30 {
            line-height: 30px;
        }
        .line-height-20 {
            line-height: 20px;
        }
        .line-height-19 {
            line-height: 19px !important;
        }
        .line-height-10 {
            line-height: 10px;
        }



        .img-border {
            padding: 5px;
            border: 1px solid #ddd;
        }

        .button-service {
            padding: 6px;
            border-radius: 8px !important;
            border: 3px solid rgb(220,220,220) !important;
            background-color: #3fc9d5;
            color: #fff;
            font-weight: 600;
            
        }

        .link-service {
            padding: 8px;
            border-radius: 8px !important;
            border: 3px solid rgb(220,220,220) !important;
            background-color: #3fc9d5;
            color: #fff;
            font-weight: 600;
            
        }

        

        .qc{            
            background-color: #3fc9d5 !important;            
        }
        .ec{            
            background-color: #ea7e35 !important;            
        }
        .mc{            
            background-color: #9708ba !important;            
        }
        .mht{            
            background-color: #ba0808 !important;
            padding: 6px 0px !important;            
        }
        .mcg{            
            background-color: #0e7dc7 !important; 
            padding: 6px 0px !important;           
        }

        .simple{
            background-color: #B9B9B9 !important; 
            padding: 6px 0px !important;      
        }

        .x-small {
            height:38px;
            width:38px;
            margin:0px 1px;
            font-size:13px;
        }
        .small {
            height:40px;
            width:40px;
            margin:0px 8px;
        }

        .medium {
            height:60px;
            width:60px;
            margin:5px 5px;
            font-size:18px;
        }

        .large {
            height:80px;
            width:80px;
            margin:5px;
            font-size:20px;

        }



        .carousel-caption
        {
            background: rgba(73, 73, 73, 0.78) !important;
            left:0;right:0;
            bottom:0;
            padding-top:0px;
            padding-bottom:0px;
        }
            .carousel-caption p{
                color:#fff;
            }

            .carousel-caption ul{
                padding:5px 83px;                
            }

        .service-box {
            background:#fff !important;
            padding:10px !important;
            border-right:1px solid rgba(0, 0, 0, 0.1);
            border-bottom:1px solid rgba(0, 0, 0, 0.1);
            

        }
            
  /**********************Index page service block*************************************/

  .qc-tile {
        background: #32c5d2;        
        padding:3px 0px;
        color:#fff;
    }

    .ec-tile {
        background: #e46c0a;        
        padding:3px 0px;
        color:#fff;
    }
  /**********************************************************/


    .service_lt {
    background:#fff !important;
    padding:10px 5px;
    
    /*margin:10px 10px 0 0px;*/
}

.service_rt {
    background:#fff !important;
    padding:10px 5px;
    /*margin:10px 0 0 10px;*/
    
}

.service_lt p {
    max-width:250ch !important;
    text-overflow:ellipsis;
}

.service_rt p {
    max-width:250ch !important;
    text-overflow:ellipsis !important;
}


.no-padding {
    padding:0px !important;

}
.padding-right {
    padding-right:15px;
}

.padding-0 {
    padding:0px !important;
}

padding-5 {
    padding:5px !important;
}


.padding-10 {
    padding:0px 10px;
}
.padding-15{
    padding:0px 15px;
}

.padding-20 {
    padding:0px 20px !important; 
}

.padding-60 {
    padding:0px 60px !important;
}
.padding-80 {
    padding:80px 0px !important;
}
.padding-top-5 {
    padding-top:10px !important;
}

.padding-top-10 {
    padding-top:10px !important;
}

.padding-top-15 {
    padding-top:15px !important;
}

.padding-top-20 {
    padding-top:20px !important;
}

.padding-top-25 {
    padding-top:25px !important;
}

.padding-bottom-5 {
    padding-bottom:10px !important;
}

.padding-bottom-10 {
    padding-bottom:10px !important;
}

.padding-bottom-15 {
    padding-bottom:15px !important;
}

.padding-bottom-20 {
    padding-bottom:20px !important;
}

.padding-bottom-25 {
    padding-bottom:25px !important;
}



.padding-right-5 {
    padding-right:5px !important;
}
.padding-left-5 {
    padding-left:5px !important;
}
.padding-left-10 {
    padding-left:10px !important;
}
.padding-left-15 {
    padding-left:15px !important;
}
.padding-left-20 {
    padding-left:20px !important;
}
.padding-left-25 {
    padding-left:25px !important;
}


.margin-top-0 {
    margin-top:0px !important;
}

.margin-bottom-0 {
    margin-bottom:0px !important;
}

.margin-top-5 {
    margin-top:5px !important;
}
.margin-right-5 {
    margin-right:5px !important;
}
.margin-left-5 {
    margin-left:5px !important;
}
.margin-bottom-5 {
    margin-bottom:5px !important;
}

.margin-top-25 {
    margin-top:25px !important;
}


.no-margin-top {
    margin-top:0px !important;
}


.no-text-decor {
    text-decoration:none !important;
}

.no-border {
    border:none !important;
}

.font-bold-1 {    
    font-weight:600 !important;
}

.font-bold-2 {
    font-size:18px;
    font-weight:800 !important;
}

.hr-dashed {
        border: 0;
    border-top: 2px dashed #dcdcdc;
    border-bottom: 0;

}


.hr-solid {
        border: 0;
    border-top: 2px solid #dcdcdc;
    border-bottom: 0;

}

.truncate {
            width:120px;
             white-space: nowrap;
            overflow:hidden;
            text-overflow:ellipsis;

        }

.blue-border {
    border:2px solid #2ab4c0;
}

.doc_img:hover {
    border:2px solid #2ab4c0;
}

/***************************/
.navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #ba0808;
    background-color: transparent; }



.list-type-disc {
    list-style-type:disc;
    padding-left:18px;
}


.mem-bef-box {
    background-color:#fff;
    padding:20px;
    min-height:250px;
    margin-bottom:20px;
}


.nobox-shadow {
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.0);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.0);
}



/***************For Button************/

.btn-blue1
{    color: #fff;
    background-color: #4bacc6;
    /*border-color: #31859c;*/
    border-radius:5px !important;
}

.btn-yellow1
{    color: #fff;
    background-color: #FFD011;
    /*border-color: #31859c;*/
    border-radius:5px !important;
}


/****************Box****************/

.white-box {
    background-color:#fff; 
    padding:10px 15px;

    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.42);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.42);
}
.white-box ul li {
    line-height:1.5 !important;
}

/******************Articles***************/

.item-list1 {
    min-height:300px;
    max-height:300px;    
    border-bottom:3px solid #4bacc6;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;

    /*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;*/
}

    /*.item-list1:hover + span {
        bottom: -36px;
	    opacity: 1;
    }*/

    figure {
	    /*width: 300px;*/
	    /*height: 150px;*/
	    margin: 0;
	    padding: 0;
	    /*background: #fff;*/
	    overflow: hidden;
    }

    figure:hover+span {
	    bottom: -36px;
	    opacity: 1;
    }

    .item-img {
        height:150px;
        padding:0px;
        border-bottom:1px solid #f2f2f2;

    }

    .item-list1 figure img {
        /*-webkit-filter: grayscale(100%);*/
	    /*filter: grayscale(100%);*/
	    -webkit-transition: .3s ease-in-out;
	    transition: .3s ease-in-out;
    }

    /*.item-img figure a img {
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    }

    .item-img figure:hover a img {

        -webkit-filter: grayscale(0);
	    filter: grayscale(0);       
    }*/


.item-label {

    height:150px;
    padding:0px;
    border-bottom:#ddd;
    padding:10px;
    
}

    .item-label h5 {
        line-height:1.5;
    }

    /*.item-label:hover, item-label:focus {

        background-color:#f2f2f2;
        border-bottom:3px solid #4bacc6;
    }*/

    .item-list1:hover, item-list1:focus {

        background-color:#f2f2f2;
        border-bottom:3px solid #4bacc6;
    }

    .item-list1 figure:hover img {

        -webkit-filter: grayscale(0) !important;
	    filter: grayscale(0) !important;       
    }


    /* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}


.max-height-600 {
    max-height:600px;
}


/*@media (max-width: @screen-xs-max) {
    .carousel-caption-p{
        font-size:14px !important;
    }
}
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
    .carousel-caption-p{
        font-size:18px !important;
    }
}
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) { 
    .carousel-caption-p{
        font-size:22px !important;
    }
}
@media (min-width: @screen-lg-min) { 
    .carousel-caption-p{
        font-size:24px !important;
    }
}*/

@media (max-width:600px) {
    .widget-tab .nav-tabs > li:first-child {
        margin-left: 10px;
    }
}
@media (max-width:480px) {
    .widget-tab .nav-tabs > li:first-child {
        margin-left:10px;
    }

    .carousel-caption p {
        font-size: 14px !important;
        /*margin-bottom:2px !important;*/
    }

    .carousel .para-2 {
        font-size: 11px !important;
        padding: 5px 15px;
    }

    .carousel ul {
        padding: 0px 35px 0px;
    }

        .carousel ul li {
            font-size: 11px !important;
            text-align: left;
        }

    h4 {
        font-size: 15px;
    }

    h5 {
        font-size: 12px;
    }

    .white-box {
        padding: 3px 0px !important;
    }

    .portlet .portlet-body {
        padding: 10px 5px !important;
    }

    .qc-tile {
            background: transparent;
        }

        .ec-tile {
            background: transparent;
        }
}
@media (max-width:374px) {
    .carousel-caption p {
        font-size: 12px !important;
        margin-bottom:2px !important;
    }

    .carousel .para-2 {
        font-size: 8px !important;
        padding: 5px 15px 2px;
    }
}

@media (min-width:481px) and (max-width:767px) {
    page-content-inner {
            padding-top: 115px !important;
        }

        .carousel-caption p {
            font-size: 18px !important;
        }

        .carousel .para-2 {
            font-size: 14px !important;
            padding: 5px 25px;
        }

        .carousel ul {
            padding: 0px 35px 0px;
        }

            .carousel ul li {
                font-size: 14px !important;
                text-align: left;
            }

        h5 {
            font-size: 12px;
        }

        .white-box {
            padding: 3px 0px !important;
        }

        .portlet .portlet-body {
            padding: 10px 5px !important;
        }

        .qc-tile {
            background: transparent;
        }

        .ec-tile {
            background: transparent;
        }
}



    @media (min-width:768px) and (max-width:1024px) {
        .carousel-caption p {
            font-size: 18px !important;
            padding: 5px 25px;
        }

        .carousel-caption .para-2 {
            font-size: 16px !important;
            padding: 5px 25px;
        }

        .carousel-caption ul {
            padding: 0px 45px 10px;
        }

            .carousel-caption ul li {
                font-size: 15px !important;
                text-align: left;
            }

        .qc-tile {
            background: transparent;
        }

        .ec-tile {
            background: transparent;
        }

    }

    @media (min-width:1024px) and (max-width:1600px) {
        .carousel-caption p {
            font-size: 18px !important;
        }

        .carousel .para-2 {
            font-size: 16px !important;
            padding: 5px 25px;
            text-align: left;
        }

        .carousel-caption ul {
            padding: 0px 45px 10px;
        }

        .carousel-caption ul li {
                font-size: 15px !important;
                text-align: left;
        }
    }

@media (min-width:1601px) and (max-width:1920px) {
    .carousel-caption p {
        font-size: 24px !important;
    }
    .carousel .para-2 {
            font-size: 18px !important;
            padding: 5px 25px;
            text-align: left;
        }

        .carousel-caption ul {
            padding: 0px 65px 10px;
        }

        .carousel-caption ul li {
                font-size: 15px !important;
                text-align: left;
        }
}
/************************/

.mt-element-step .step-thin::after {

}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;	
	border-left: 15px solid #ccc;
}


/*******************Ellipse****************/

.ellipsis {
    overflow: hidden;
    height: 90px;
    /*line-height: 25px;
    margin: 20px;*/
    /*border: 5px solid #AAA;*/ }

.ellipsis:before {
    content:"";
    float: left;
    width: 5px; 
    height: 100px; }

.ellipsis > *:first-child {
    float: right;
    width: 100%;
    margin-left: -5px; }		

.ellipsis:after {
    content: "\02026";  
    
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    
    float: right; position: relative;
    top: -25px; left: 100%; 
    width: 3em; margin-left: -3em;
    padding-right: 5px;
    
    text-align: right;
    
    /*background: -webkit-gradient(linear, left top, right top,
        from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);			
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white); */}


/*****************Our Services Blocks****************/

.service-block {
    padding:15px 10px 20px;
    /*height:360px;*/
    /*height:270px;*/
    margin:15px 5px 0px;
        
    /*-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;*/
}

    .service-block h4 {
        margin:20px 0px 30px;
        color:#fff;
    }


    .ser_ec {
        /*background: #f79646;*/
        background:rgba(247,150,70,0.4);

    }
    .ser_ec:hover {
        /*background: #f79646;*/
        background:rgba(247,150,70,1.0);

    }

    .ser-mc {
        /*background: #ccc1da;*/
        background: rgba(204,193,218,0.4);
    }
    .ser-mc:hover{
        /*background: #ccc1da;*/
        background: rgba(204,193,218,1.0);
    }

    .ser-qc {
        /*background: #b7dee8;*/
        background: rgba(183,222,232,0.4);
    }
    .ser-qc:hover{
        /*background: #ccc1da;*/
        background: rgba(183,222,232,1.0);
    }

    .ser-mht {
        background: #d99694;
        background: rgba(217,150,148,0.4);
    }
    .ser-mht:hover{
        /*background: #ccc1da;*/
        background: rgba(217,150,148,1.0);
    }

    .ser-mcg {
        background: #8eb4e3;
        background: rgba(142,180,227,0.4);
    }
    .ser-mcg:hover{
        /*background: #ccc1da;*/
        background: rgba(142,180,227,1.0);
    }

    /*Service block Title*/

    .service-block .ec-title {
        background: #e46c0a;
        margin-left:-10px;
        margin-right:-10px;
        padding:3px 0px;
    }

    .service-block .mc-title {
        background: #7030a0;
        margin-left:-10px;
        margin-right:-10px;
        padding:3px 0px;
    }

    .service-block .qc-title {
        background: #32c5d2;
        margin-left:-10px;
        margin-right:-10px;
        padding:3px 0px;
    }

    .service-block .mht-title {
        background: #c00000;
        margin-left:-10px;
        margin-right:-10px;
        padding:3px 0px;
    }

    .service-block .mcg-title {
        background: #0070c0;
        margin-left:-10px;
        margin-right:-10px;
        padding:3px 0px;
    }

    .service-block .foot-sec {
        background: rgba(0,0,0,0.4);
        margin-left:-10px;
        margin-right:-10px;
        padding:3px 0px;
        color:#fff;
    }

    .service-block:hover, .service-block:focus, .service-block:active {
        /*margin:15px 5px 20px;*/
        /*height:400px !important;*/
        /*cursor:pointer;*/
        -webkit-box-shadow: 0px -2px 16px 1px rgba(0,0,0,0.39);
        -moz-box-shadow: 0px -2px 16px 1px rgba(0,0,0,0.39);
        box-shadow: 0px -2px 16px 1px rgba(0,0,0,0.39);

        /*-webkit-transform: scale(1.01);
        transform: scale(1.01);*/
}
.service-block:focus, .service-block:active h4{
    color:#ff0000;
}

    /* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


 .ellipsis-ser {
    overflow: hidden;
    /*height:100px;*/
    padding:5px 10px;
    height: 195px;

    /*line-height: 25px;
    margin: 20px;*/
    /*border: 5px solid #AAA;*/ }

.ellipsis-ser:before {
    content:"";
    float: left;
    width: 5px; height: 183px; }

.ellipsis-ser > *:first-child {
    float: right;
    width: 100%;
    margin-left: -5px; }		

.ellipsis-ser:after {
    content: "\02026";  
    
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    
    float: right; position: relative;
    top: -15px; left: 100%; 
    width: 3em; margin-left: -3em;
    padding-right: 5px;
    
    text-align: right;
    
    /*background: -webkit-gradient(linear, left top, right top,
        from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);			
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white); */}


.btn-article-prof {
    width: 100%;
    padding: 15px 10px;
    white-space: normal;
    border-radius: 20px !important;
    background: #EBEEF1;
    border: 2px solid #fff;
    -webkit-box-shadow: 10px 10px 23px -11px rgba(0,0,0,0.68);
    -moz-box-shadow: 10px 10px 23px -11px rgba(0,0,0,0.68);
    box-shadow: 10px 10px 23px -11px rgba(0,0,0,0.68);
    text-transform:uppercase;
    font-family:16px;
    color:rgba(0,0,0,0.68);
    min-height:80px;
    max-height:80px;
    text-overflow:ellipsis;
    margin-bottom:15px;
}

    
    .btn-article-prof:hover, btn-article-prof:focus {

        background-color:#62afc1;
        /*border-bottom:3px solid #4bacc6;*/
    }


/**********************************************************************/

@media (min-width: 992px) {
    .col-md-21 {
        width: 20.000%;
        float: left;
    }
}


/***********************************************************************/

@media (max-width: 600px){
 .nav-tabs > li {
    width: 50% !important;
    
}
}

@media (max-width: 480px) {
    .nav-tabs > li {
        width: 85% !important;
    }
}

