/********** MODULE STYLE **********/

.dp-module-default {
    /* margin-bottom: 20px; */
}

.dp-module-default~br {
    display: none
}

.dp-module-default .dp-module-title {
    display: block;
    /* text-align: center; */
    /* background-color: #f9f9f9; */
    /* margin: 15px 0 0; */
    /* border: 1px solid #ececec; */
}

.video-report .dp-module-title {
    margin: 0 15px;
    border-bottom: 1px solid #00397f;
}

.video-report .dp-module-title .dp-module-title-text {}

.main-news {
    position: relative;
    padding: 20px 0;
    /* background-color: #f7f7f7; */
}	z-index:9999 !important;

.main-news .dp-module-title {
    margin: 0 15px 15px;
    text-align: right;
    border-bottom: 1px solid #00397f;
}

.main-news .dp-module-title .dp-module-title-text {
    /* padding: 0 35px 10px; */
}

#ctl01_content2pane .dp-module-default .dp-module-content {
    border: 1px solid #ececec;
    padding-bottom: 10px;
}

#sliderpack a.ws_next,
#sliderpack a.ws_prev {
    background-color: transparent;
    background-image: none !important;
    /* font-weight: 100;
    font-family: 'Font Awesome 5 pro'; */
}

#sliderpack a.ws_prev::before {
    content: '\003c';
    position: absolute;
    top: 50%;
    left: 20px;
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    font-family: 'Font Awesome 5 pro';
    transform: scaleY(4);
}

#sliderpack a.ws_next::before {
    content: '\003e';
    position: absolute;
    top: 50%;
    right: 20px;
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    font-family: 'Font Awesome 5 pro';
    transform: scaleY(4);
}


/* .dp-module-default .dp-module-title:nth-child(2) { */


/* margin: 15px 0 0; */


/* } */


/* #ctl01_leftpane .dp-module-default {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 1px 5px #f5f5f5;
    margin-top: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
} */

.news-selective {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.news-selective .dp-module-title {
    background-color: transparent;
    padding: 0;
    margin: 0 0 20px;
}

.news-selective .dp-module-title .dp-module-title-text {
    margin: 0 0 35px;
    padding: 0 35px 10px;
}

.news-selective .dp-module-content {
    margin-top: 40px;
    /* padding: 30px 7px; */
    border: 1px solid #757575;
}

#ctl01_leftpane [id$=_myDataList] [id$=_HyperLink1] {
    line-height: 30px;
    font-size: 12px;
}

.advance-slide .dp-module-title {
    /* border: 1px solid #ececec; */
    text-align: center;
    color: #056138;
    /* background-color: #f9f9f9; */
}

.second-slide-show .dp-module-default .dp-module-title>span {
    position: relative;
	text-align: center;
	color: #555;
	font-size: 18px;
	display: block;
}

.second-slide-show .dp-module-default .dp-module-title .dp-module-title-text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 55%;
	bottom: 0;
	margin: auto 0;
	width: 100px;
	height: 2px;
	/* background-color: #048929; */
}
.second-slide-show .dp-module-default .dp-module-title .dp-module-title-text::after {
	content: '';
	position: absolute;
	top: 0;
	right: 55%;
	bottom: 0;
	margin: auto 0;
	width: 100px;
	height: 2px;
	/* background-color: #048929; */
}


.services-slide {
    margin-bottom: 20px;
}


/* .second-slide-show .dp-module-default .dp-module-title>span::before,
.second-slide-show .dp-module-default .dp-module-title>span::after {
    content: '';
    position: absolute;
    top: 7px;
    width: 60px;
    height: 1px;
    background-color: #ff6f80;
} */


/* .second-slide-show .dp-module-default .dp-module-title>span::before {
    right: -70px;
}

.second-slide-show .dp-module-default .dp-module-title>span::after {
    left: -70px;
} */

.dp-module-default .dp-module-title>span {
    /*
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
*/
    text-align: right;
    width: 100%;
}


/*
.dp-module-default .dp-module-title > span:before ,
.dp-module-default .dp-module-title > span:after {
	content: '';
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 0;
	min-width: 20px;
	max-width: 70px;
	border-bottom: 1px solid var(--color1);
}
*/

.advance-slide .dp-module-title-text {
    position: relative;
    color: #056138;
    font-size: 18px;
    /* line-height: 2em; */
    /* text-align: center; */
    /* margin: 0 15px; */
    padding: 0 0 10px;
    box-sizing: border-box;
    /* border-bottom: 1px solid #3db5ac; */
}

.dp-module-default .dp-module-title-text::before {
    content: '';
    /* position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 3px;
    background-color: #00397f; */
}

.dp-module-default .dp-module-title-text::after {
    content: '';
    /* position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 3px;
    background-color: #00397f; */
}

.dp-module-default .dp-module-content {
    display: block;
    position: static !important;
}

#ctl01_content2pane .dp-module-default .dp-module-content {
    background-color: #fff;
    /* border: 1px solid #fcfcfc; */
}

.fast-access .owl-carousel .owl-item img {
    position: relative;
    height: 150px !important;
}

.fast-access .owl-box .owl-carousel .owl-stage-outer .owl-stage .owl-item .item div.owl-image-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px !important;
    color: #ffffff !important;
    padding: 0 !important;
    margin: 0 0 0 !important;
    font-family: 'BYekan';
    font-size: 12px;
    border-radius: 0 !important;
    background-color: #00397f !important;
    cursor: pointer !important;
    animation: none !important;
    z-index: 2;
}


/* #owl-ctl01_ctl01_ctl02 .owl-item:hover div.owl-image-title */

.fast-access .owl-carousel .owl-item:hover {
    cursor: pointer;
}

.fast-access .owl-box .owl-carousel .owl-stage-outer .owl-stage .owl-item .owl-image-title::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #0057c2;
    transform: scale3d(0, 1, 1);
    transition: transform .4s ease-in-out;
    opacity: 0;
    z-index: -1;
}

.fast-access .owl-box .owl-carousel .owl-stage-outer .owl-stage .owl-item .owl-image-title:hover {
    color: #fff
}

.fast-access .owl-box .owl-carousel .owl-stage-outer .owl-stage .owl-item .owl-image-title:hover::before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.services-slide .dp-module-title .dp-module-title-text {
    padding: 0 35px 10px;
    margin-bottom: 15px;
}


/* .fast-access #owl-ctl01_ctl01_ctl02 .owl-item:hover .owl-image-title::before {} */


/********** FOTTER **********/

#footer-box .dp-module-default .dp-module-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 0;
}

#footer-box .dp-module-default .dp-module-title-text {
    color: #056138;
    font-size: 14px;
    /* padding: 5px 20px;
    margin: 0 0 5px 0; */
}

#footer-box .dp-module-default .dp-module-title>span {
    position: relative;
    justify-content: start;
    padding: 0;
}

#footer-box .dp-module-default .dp-module-title-text>span::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: aqua;
}

#footer-box .dp-module-default .dp-module-title span:after,
#footer-box .dp-module-default .dp-module-title span:before {
    /* display: none !important; */
    /* content: '';
    position: absolute;
    top: 3px;
    right: -13px;
    width: 6px;
    height: 10px;
    background-color: #9bc7c7;
    border-radius: 50%; */
}


/*===== itemView Module style - n.ghelichkhani - 1397/08/28 =====*/

.dp-limited-module-title {
    border-bottom: solid 1px #464646;
}

.dp-limited-module-title span {
    display: inline-block;
    padding: 8px 20px;
    background-color: #464646;
    color: #fff;
    font: 13px BYekan, regular, sans-serif;
}

.dp-limited-module-content {
    margin-bottom: 15px;
}

#ctl01_left2pane .dp-module-default {
    height: auto;
    padding: 0 10px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 4px 4px #f5f5f5;
    margin-top: 15px;
    border-radius: 3px;
    background-color: #fff;
}

#ctl01_left2pane .dp-module-default .dp-module-title {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 10px 0;
}

#ctl01_left2pane .dp-module-default .dp-module-title .dp-module-title-text {
    margin: 0 0 0 5px;
}

.contact-us .div-ul ul {
    padding: 0;
}

.contact-us .div-ul ul li {
    list-style: none;
    line-height: 26px;
    font-size: 13px;
    font-weight: 100;
}


/* end */