@import url('aos-master/dist/aos.css');
/**************** Login page******************/
@media only screen and (max-width:767px) {
    .loginContent .LoginPanel {
        width: 100% !important;
    }

    .loginContent .dnnFormItem .dnnLoginRememberMe {
        white-space: nowrap;
    }

    .loginContent .dnnFormLabel {
        display: block !important;
        text-align: left !important;
    }
}

form[action*="/Login?returnurl"] .loginContent .LoginPanel {
    width: 500px !important;
}

form[action*="/Login?returnurl"] .loginContent .dnnFormItem .dnnLoginRememberMe {
    white-space: inherit;
}

form[action*="/Login?returnurl"] .loginContent .dnnFormLabel {
    display: inline-block !important;
    text-align: left !important;
}


.registerGroup ul,
.registerGroup li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.registerGroup,
.loginGroup {
    display: inline-block;
}

    .registerGroup a,
    .loginGroup a,
    .registerGroup a:link,
    .loginGroup a:link,
    .registerGroup a:active,
    .loginGroup a:active,
    .registerGroup a:visited,
    .loginGroup a:visited {
        color: inherit;
    }

.loginContent a,
.loginContent a:link {
    color: #333;
}

    .loginContent a.dnnPrimaryAction {
        color: #FFF;
    }

    .loginContent a:hover {
        text-decoration: none;
    }

/**************** register page******************/
@media only screen and (max-width:767px) {
    .dnnRegistrationForm {
        min-width: inherit !important
    }

        .dnnRegistrationForm .dnnForm {
            width: 100%
        }

        .dnnRegistrationForm .dnnFormLabel {
            display: block !important;
            text-align: right !important
        }

        .dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
            display: block !important;
            float: none !important;
            text-align: right !important;
            width: 100%
        }

        .dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
            left: auto !important;
            position: static !important;
            margin-right: 5px !important
        }

        .dnnRegistrationForm .dnnForm .dnnFormItem {
            padding: 0 !important;
            margin: 0 !important
        }

        .dnnRegistrationForm .dnnFormItem input[type="text"], .dnnRegistrationForm .dnnFormItem input[type="password"], .dnnRegistrationForm .dnnFormItem input[type="email"], .dnnRegistrationForm .dnnFormItem input[type="tel"], .dnnRegistrationForm .dnnFormItem select, .dnnRegistrationForm .dnnFormItem textarea {
            width: 100%;
            margin-bottom: 10px !important
        }
}

/**************** Password page******************/
@media only screen and (max-width:767px) {
    .dnnSendPasswordContent {
        width: auto !important
    }

    .dnnSendPasswordContent .dnnLabel {
        display: block !important;
        width: 100% !important;
        text-align: right
    }

    .dnnSendPasswordContent a.dnnFormHelp, .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
        position: static
    }

    .dnnSendPasswordContent input[type="text"], .dnnSendPasswordContent input[type="password"], .dnnSendPasswordContent input[type="email"], .dnnSendPasswordContent input[type="tel"], .dnnSendPasswordContent select, .dnnSendPasswordContent textarea {
        width: 90%;
        margin-bottom: 10px !important
    }

    .dnnSendPasswordContent ul.dnnActions {
        padding: 0 !important
    }
}
/*footer*/
footer.footer .dngTextBox, .footer-logoin {
    display: inline-block
}

.footer-logoin {
}

/* ********** Control Panel Style ************** */
.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
    font-size: 12px;
    color: #973939;
    text-decoration: none;
    font-weight: normal;
}

A.CommandButton:hover {
    color: #973939;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
    color: #000;
    text-decoration: underline;
}

    .FileManager A:hover {
        color: #000;
        text-decoration: none;
    }
/* ********** Pane Style ************** */
.DNNEmptyPane {
    display: none;
}

#dnn_ControlPanel #dnnCPWrap {
    filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
    color: #328DDE !important;
}

form#Form {
    height: 100%;
}

.ModuleTitle_SubMenu {
    z-index: 9999 !important;
}
/* ********** Pane Style End ************** */

/*dnn*/
.dnnEditState .actionMenu {
    z-index: 1 !important;
    display: block !important;
}

#Body[style*="margin-left: 80px"] {
    position: relative;
}

    #Body[style*="margin-left: 80px"] .dng-main.Wide .header-replace.header-position,
    #Body[style*="margin-left: 80px"] .dng-main.Wide .floating-active.header-wrap,
    #Body[style*="margin-left: 80px"] .dng-main.Wide .sticky-fixed .floating-nav.floating-nav-sticky {
        right: 80px;
        width: auto;
        left: 0;
    }

    #Body[style*="margin-left: 80px"] .headersidenav {
        right: 80px;
    }

    #Body[style*="margin-left: 80px"] .leftslidemenu.active {
        right: 80px;
    }

#Form.showControlBar {
    position: relative;
}

.dnnEditState .overlay-panel-content {
    position: relative !important;
    display: block !important;
    z-index: 99 !important;
    overflow: visible;
    width: 100%;
}

    .dnnEditState .overlay-panel-content:before {
        position: absolute;
    }

    .dnnEditState .overlay-panel-content .overlay-panel-close {
        position: absolute;
    }

    .dnnEditState .overlay-panel-content .dng_animate_visible,
    .cke_editable .dng_animate_visible {
        opacity: 1;
    }

.dnnEditState .side-panel-box.side-panel .side-panel-main {
    min-height: 100vh
}

.dnnEditState .side-panel {
    position: relative !important;
    right: auto !important;
    left: 0 !important;
    top: 0 !important;
    visibility: visible !important;
    display: inline-block;
    z-index: 100 !important;
}

#PageTemplate_Modal .modal-body {
    height: calc(100% - 65px);
}

#PageTemplate_Modal .close {
    position: absolute;
    left: 4px;
    top: -3px;
    font-size: 35px;
}

#setting-message-info {
    position: fixed;
    left: 25px;
    top: 25px;
    z-index: 10001;
    display: none;
    padding: 15px;
    border-radius: 5px;
    color: #FFF;
    font-size: 14px;
    background-color: #32373c;
}

    #setting-message-info .fa {
        border-width: 2px;
        border-style: solid;
        font-size: 10px;
        width: 25px;
        height: 25px;
        line-height: 22px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        margin-bottom: 2px;
    }

#setting-message-info-full {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 10000001;
    background: #000;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    display: none;
}

    #setting-message-info-full .waitaminute-message {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 50px;
        font-weight: 600;
        line-height: 60px;
        margin-top: -30px;
    }

    #setting-message-info-full .cog {
        position: relative;
        display: inline-block;
        width: 60px;
        line-height: 1;
        margin-bottom: 10px;
    }

        #setting-message-info-full .cog .fa-cog {
            width: 1em;
            height: 1em;
            display: inline-block;
            background: url('data:image/svg+xml;utf8,<svg width="512" height="512" xmlns="http://www.w3.org/2000/svg"><path d="M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z" fill="%23ffffff" ></path></svg>');
            background-size: cover;
        }

            #setting-message-info-full .cog .fa-cog::before {
                content: none;
            }

        #setting-message-info-full .cog .icon1 {
            -webkit-animation: rotatemessage-r 5s infinite linear;
            animation: rotatemessage-r 5s infinite linear;
        }

        #setting-message-info-full .cog .icon2 {
            position: absolute;
            font-size: 0.5em;
            top: 0;
            -webkit-animation: rotatemessage 3s infinite linear;
            animation: rotatemessage 3s infinite linear;
        }

        #setting-message-info-full .cog .icon3 {
            position: absolute;
            font-size: 0.5em;
            bottom: 0;
            -webkit-animation: rotatemessage 3s infinite linear;
            animation: rotatemessage 3s infinite linear;
        }

/* Animations */
@-webkit-keyframes rotatemessage {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotatemessage {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotatemessage-r {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotatemessage-r {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.DNNEmptyPane {
    display: none !important;
}

/*pane name*/
.dnnEditState .edit-panename {
    position: absolute;
    z-index: 100;
    pointer-events: none;
    user-select: none;
    color: #cdcdcd;
    font-size: 18px;
    font-weight: bold;
    left: 50%;
    top: 20px;
    transform: translate(-50%,0);
    text-shadow: 0 0 1px rgba(255,255,255,0.2);
}

/*SkinPlugin*/
.SkinPlugin_icon {
    display: none;
}

.SkinPluginPro_icon:not(.sidebarIcon) {
    position: fixed;
    top: 20%;
    left: 0;
    z-index: 9999;
    cursor: pointer;
    text-align: left;
    white-space: pre;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

body[style*="margin-left: 80px;"] .SkinPluginPro_icon:not(.sidebarIcon) {
    left: 80px;
}


.SkinPluginPro_icon:not(.sidebarIcon) a {
    display: inline-flex;
    flex-direction: row-reverse;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    background-color: #20a3f0;
    text-align: center;
    border-radius: 0 4px 4px 0;
    white-space: nowrap;
    padding: 0;
    margin: 0 0 2px;
}

.SkinPluginPro_icon:not(.sidebarIcon) span {
    color: #FFF;
    max-width: 0px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    transition: all ease-in 300ms;
    -moz-transition: all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -o-transition: all ease-in 300ms;
    -ms-transition: all ease-in 300ms;
}

.SkinPluginPro_icon:not(.sidebarIcon) i {
    font-size: 16px;
    color: #FFF;
    width: 34px;
    display: inline-block;
    vertical-align: middle;
}

    .SkinPluginPro_icon:not(.sidebarIcon) i::before {
        content: none;
    }

.SkinPluginPro_icon:not(.sidebarIcon) a:hover span {
    max-width: 160px;
    padding-right: 10px;
}

.SkinPluginPro_icon:not(.sidebarIcon) a {
    background-image: url(resource/images/cog.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
}

.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-theme {
    background-position: left -3px top -30px;
}

.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-page {
    background-position: left -3px top 2px;
}

.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-import {
    background-position: left -3px top -60px;
}

.btn-plugin.btn-plugin-headerlayout {
    width: 40px;
    height: 40px;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: rgba(0, 172, 214,0.8);
    color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E %3Cpath fill='rgba(255,255,255,1)' d='M461.9 114.9l-56.5 56.7-55.1-10-9.9-55.1 56.5-56.7c-12.7-12.7-30.8-18.5-44.2-17.8-13.5.7-42.3 8.3-64.6 32-21.6 22.8-44.3 65.3-24.2 112.5 2.4 5.7 5.1 13.2-2.9 21.2-8.1 8-215 202.8-215 202.8-19.4 16.7-18 47.6-.1 65.6 18.2 17.9 48.9 19 65.6-.3 0 0 193.2-205.8 202.7-215.1 8.5-8.3 16.1-5.5 21.2-2.9 35.6 18.4 86.3 2.4 112.6-23.9 26.3-26.3 31.1-51.7 31.9-64.7.8-12.9-3.7-30-18-44.3zM91.3 443.2c-6.3 6.2-16.5 6.2-22.7 0-6.2-6.3-6.2-16.5 0-22.7 6.3-6.2 16.5-6.2 22.7 0 6.2 6.3 6.2 16.5 0 22.7z'/%3E%3C/svg%3E");
    background-size: 1em 1em;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 300ms ease-in;
}

    .btn-plugin.btn-plugin-headerlayout span,
    .btn-plugin.btn-plugin-headerlayout i {
        display: none;
    }

    .btn-plugin.btn-plugin-headerlayout:hover {
        background-color: rgb(0, 172, 214);
    }

div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li {
    height: auto !important;
}


.col-md-12 {
    float: none !important;
}

#dnn_content .dnnForm.dnnLogin {
    padding-top: 100px;
}

.dnnModuleDigitalAssetsBackground,
.dnnModuleDigitalAssetsBackground *,
.dnnModuleDigitalAssetsBackground *::after,
.dnnModuleDigitalAssetsBackground *::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    .dnnModuleDigitalAssetsBackground caption {
        padding: 0;
    }

:focus-visible {
    outline: none !important;
}



/* amir */

/* -----------------  mp slider ------------------ */

.mainslider-object01{position:absolute !important;}
.mainslider-object02{direction: ltr;}


/* -----------------  mp services ------------------ */


.mp-services-frame{padding:120px 0 160px 0;}
.mp-services{  text-align: center;width:100%;padding-top:50px;}

.mp-services img{margin-left:auto;margin-right:auto;transition: 0.5s ease;}
.mp-services img:hover{opacity:0.6; transform: scale(0.8) rotate(360deg);}
.mp-services .en-text{font-size:17px;font-weight:bold;text-align:center;color:#fff;padding-top:10px;}

.mp-services .fa-text{font-size:15px;font-weight:normal;text-align:center;color:#fff;}

@media (max-width: 991px) {
.mp-services-frame{padding:40px 0 110px 0;}
.mp-services img{max-width:60px;}
.mp-services .en-text{font-size:14px;}
.mp-services .fa-text{font-size:14px;}

}

/* -----------------  mp mantra ------------------ */


.mp-mantra-frame{
	background: #242C33 url("/Portals/0/04ftp/images/middle-image.jpg") top center no-repeat fixed;

  background-size: cover;
padding:250px 20px;

}

.mp-mantra-frame .mantra{
	
	text-align:center;
font-size:40px;
color:#a6ce39;
direction:ltr;
font-weight:bold;
transition: 0.5s ease;
line-height:100px;
}

.mp-mantra-frame .mantra:hover{
	font-size:48px;
	
	color:#fff;
}

@media (max-width: 991px) {
.mp-mantra-frame{
	

  background-size: cover;
padding:130px 5px;

}

.mp-mantra-frame .mantra{
	
	
font-size:23px;

}

.mp-mantra-frame .mantra:hover{
	font-size:23px;

}


}

/* -----------------  mp text ------------------ */  

.mp-title-white{
text-align:center;
font-size:24px;
color:#fff;
line-height:160px;
font-weight:bold;
} 

.mp-title-green{
text-align:center;
font-size:24px;
color:#a6ce39;
line-height:160px;
font-weight:bold;
}      

.mp-title-dark{
text-align:center;
font-size:24px;
color:#0f293b;
line-height:160px;
font-weight:bold;
} 

@media (max-width: 991px) {
	
.mp-title-white{
font-size:20px;
color:#fff;
line-height:130px;
} 

}

@media (min-width: 992px) {
.customer-mp-frame{
	bottom: -280px;
  position: relative;
  margin-top: -280px;
}
}
/* -----------------  footer ------------------ */ 
.myfooter {padding:40px 0;}
.myfooter .footer-title{font-size:16px;font-weight:bold;text-align:right;color:#fff;line-height:65px;} 
.myfooter .footer-text{font-size:13px;font-weight:normal;text-align:right;color:#ccc;line-height:28px;}
.myfooter p{font-size:14px;font-weight:normal;text-align:justify;color:#ccc;line-height:28px;} 
.myfooter a{font-size:14px;font-weight:normal;text-align:right;color:#ccc !important;line-height:28px; display: block;text-decoration:none;transition: 0.5s ease;}
.myfooter a:hover{color:#fff !important;padding-right:5px;}   
.myfooter .footer-images{text-align: left;margin-top:-34px;} 
.myfooter .footer-images img{padding:15px 0; max-width:170px;} 

.myfooter hr{margin-top:3px;margin-bottom:3px;}

.myfooter .L-element{text-align:left;direction: ltr;float: left;}  
.myfooter .R-element{color:#a6ce39 !important; font-weight:bold;} 

@media (min-width: 992px) {
.ModDNNGoLayerGalleryProC{min-height:650px;}  
}
@media (max-width: 991px) {
.ModDNNGoLayerGalleryProC{min-height:650px;}  
}


/*-------------------  page services units --------------------------*/

.unit-spacing-md {
	
}

.unit {
	display: flex;
	
	
}

.flex-row {

}

@media (max-width: 1250px) {
	.flex-row {
	height: 300px;
    }
}

@media (max-width: 992px) {
	.flex-row {
	height: 250px;
    }
}

@media (max-width: 768px) {
	.flex-row {
	height: auto;
    }
}

.flex-row:hover {

}

.unit__fram{
	display: flex;
	flex-wrap: wrap;
	padding:60px 0px;
}

.unit__fram a:active, a:link, a:visited {
    text-decoration: none;
}

.unit_item_fram{
	
	
}

.unit_item_fram :hover{
	
}



.blurb-minimal__icon {
	width:60px;
}

.blurb-minimal__icon img{
	    padding: 0 0px 0 7px;
	transition: transform .7s ease-in-out;
	background-color:none;
	opacity:0.9;
	width: 100%;
}


.blurb-minimal__icon img:hover{
	 transform: rotate(-20deg) scale(1.05);
	 background: none;
	  opacity:1;
}




.unit-body .titlefa{
font-size: 18px;
    font-weight: bold;
    /* margin-top: 10px; */
    line-height: 30px;
	color:#fff;
	
	
	}
	
	
	.unit-body .titleen{
font-size: 16px;
    font-weight: normal;
    /* margin-top: 10px; */
    line-height: 30px;
	color:#fff;

	
	}

/*-------------------end  page services units --------------------------*/

.nopadding{padding:0 !important}



/* content */


.cTitle {
	font-size: 18px;
	color: #fff;
	text-align: right;
	line-height: 27px;
	border-right: 6px solid #a6ce39;
	
	font-weight:bold;
	/*
	padding: 10px;
	margin: 20px 0px 20px 0px;*/
	padding-right: 15px;
	
	
}

.cTitle h1 {
	font-size: 18px;
	color: #fff;
	text-align: right;
	line-height: 27px;
	margin: 0px;
	font-weight: normal;
	font-weight:bold;
}

.cSubTitr {
	font-size: 16px;
	line-height: 36px;
	color: #a6ce39;
	padding-top: 20px;
	font-weight:bold;
	margin-bottom:-5px;
}

.DnnModule-DNN_HTML h2 {
	font-size: 16px;
	line-height: 36px;
	color: #a6ce39;
	padding-top: 20px;
	font-weight:bold;
	margin:0;
	margin-bottom:-5px;
}

.DnnModule-DNN_HTML h3 {
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	padding-top: 20px;
	font-weight:bold;
	margin:0;
	margin-bottom:-5px;
}

.DnnModule-DNN_HTML hr {
	margin-bottom: 0px;
	border-top: 1px solid #a6ce39 !important;
}

.cText {
	padding-top: 20px;
	font-size: 15px;
	direction: rtl;
	text-align: justify;
	line-height: 32px;
	color: #fff;
	/*display: inline-block;*/
}

p {
	margin:0;
	padding:0;
	padding-top: 20px;
	font-size: 15px;
	direction: rtl;
	text-align: justify;
	line-height: 32px;
	color: #fff;
	/*display: inline-block;*/
}


.cList {
	font-size: 15px;
	padding-right: 0px !important;
	list-style-type: decimal !important;
	padding-top: 5px !important;
}


.cList ul {
	margin-bottom:0 !important;
}

.cList li {
	font-size: 15px;
	color: #fff;
	/*padding-bottom: 10px;*/
	text-align: justify;
	background-position-x: right;
	background-image: url("/portals/0/images/arrow-lists.png");
	background-repeat: no-repeat;
	background-position-y: 12px;
	list-style-type: none;
	padding-right: 15px;
	line-height: 32px !important;
}



.cPicDes{
	text-align:center;
	font-size: 13px;
	padding-top: 0px;
	color: #666;
	font-style:italic;
	margin-top: -5px;
}





.myimage{
	
}

.myimage img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0px;
	padding:40px 0 20px 0;
}

.myimage_with_border img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0px;
	border:1px solid #ccc;
	padding:2px;
}

.myimage_W100 img {width: 100%;}
.myimage_W80 img {width: 80%;}
.myimage_W60 img {width: 60%;}

@media only screen and (max-width: 768px) {
.myimage_W80 img {width: 100%;}
.myimage_W60 img {width: 100%;}

}


.person-frame{direction:ltr;}
.person-v{background-color: #163449;text-align:center;margin-bottom:30px;}

.person-v img{width:100%}
.person-v .name{background-color: #a6ce39;color:#fff; font-size:18px; font-weight:bold;padding:5px 0;}
.person-v .semat{color:#fff; font-size:16px;padding:5px 0;}
.person-v .social{color:#fff; font-size:15px;border-top:2px solid #0f293b;padding:5px 0;}





/* links style */

.download-cataluge{text-align:center;margin: 0 -15px 0 -15px;}

.download-cataluge a{
	
	background-color: #a6ce39;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  display: inline-block;
  margin: 10px 0;
} 

.download-cataluge a:hover{color: #fff !important;}

@media only screen and (min-width: 768px) {
.display-only-mobile{display:none;}	
	
}