/*

  Author Css: Amin Heydarzadeh
    
    ---------------- Info ----------------
    
    Date Created:   1399/12/05
    Email:          heydarzadeh@itshams.ir 
    
    Powerd By:    ITShams Company - https://www.itshams.ir/

*/

/*---------------------- Public Style ---------------------*/

body {
    background: var(--l-blue);
    margin: 0;
    padding: 0;
    direction: rtl;
}

a {
    color: var(--text);
}

* {
    font-family: IRANsans;
    outline: medium none !important;
    text-decoration: none !important;
    list-style: none !important;
}

.pd-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

section {
    float: right;
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

:root {
    --blue: #274185;
    --yellow: #ffa705;
    --l-blue: #daecfa;
}

/*---------------------- /Public Style ---------------------*/

/*----------------------  Header  ---------------------*/
.header-main {
   padding-bottom:15px;
}
.yamm-fw {
   display:none !important;
}
.header-main .header-covid {
    background-color: var(--yellow);
    padding: 10px 0;
}

.header-main .header-covid .covid-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-main .ticker {
   display:flex;
}
.header-main .ticker .ticker-title {
   margin-left:10px;
   position:relative;
}
.header-main .ticker .ticker-title::before {
   content:' : ';
   position:absolute;
   left: -6px;
}
.header-main .header-covid .covid-part h2 {
    font-size: 18px;
    font-weight: bold;
    color: var(--blue);
}

.header-main .header-covid .covid-part span {
    font-size: 13px;
    font-weight: bold;
}

.header-main .header-covid .covid-part i {
    cursor: pointer;
}

.header-main .header-covid .covid-area {
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    transition: .5s all;
}

.header-main .header-covid .open .covid-area {
    opacity: 1;
    visibility: visible;
    height: 100px;
    padding-top: 25px;
}

.header-main .header-covid .open i {
    transform: rotate(180deg);
}

.header-main .header-covid i {
    transition: .5s all;
}

.header-main .header-covid .covid-area .covid-info h3 {
    color: var(--blue);
    font-size: 14px;
    margin-bottom: 10px;
}

.header-main .header-covid .covid-area .covid-info h3 a {
    color: var(--blue);
    font-weight: bold;
}

.header-main .header-covid .covid-area ul {
    display: flex;
}

.header-main .header-covid .covid-area ul li {
    margin-left: 10px;
}

.header-main .top-menu {
    background-image: linear-gradient(to bottom, #274185 10%, rgba(0, 25, 90, 0) 100%);
}

.header-main .top-menu .navbar-nav {
    float: right;
    width: 40%;
}

.header-main .top-menu .navbar-nav .nav-box {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding-bottom: 15px;
    position: static;
}

.header-main .top-menu .navbar-nav .sec-nav {
    justify-content: flex-end;
}

.header-main .top-menu .sec-down ul {
    justify-content: flex-end;
}

.header-main .top-menu .navbar-nav .nav-box li {
    position: static;
}

.header-main .top-menu .navbar-nav .nav-box li b {
    font-size: 10px;
}

.header-main .top-menu .navbar-nav .nav-box li a {
    color: #fff;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    transition: .5s all;
    font-size: 12px;
}

.header-main .top-menu .navbar-nav .nav-box li .mega-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    top: 50px;
    right: 0;
    background-color: #eee;
    padding: 20px 10px;
    border-radius: 10px;
    z-index: 9;
   border-top: 10px solid var(--yellow);
}

.header-main .top-menu .navbar-nav .nav-box li .mega-menu::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #fff 55%, rgba(255, 30, 30, 0) 100%), url('../images/bg/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .5;
    right: 0;
    top: 0;
    border-radius: 10px;
    position: absolute
}

.header-main .top-menu .navbar-nav .nav-box li .mega-menu a {
    color: #000;
}
.header-main .top-menu .navbar-nav .nav-box li .mega-menu li:hover {
    padding-right: 10px;
}
.header-main .top-menu .navbar-nav .nav-box li .mega-menu li {
    position: relative;
    margin-bottom: 15px;
    transition: .5s all;
	display: block !important;
}

.header-main .top-menu .navbar-nav .nav-box li .mega-menu li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffa705;
    position: absolute;
    right: 0;
    top: 8px;
}

.header-main .top-menu .navbar-nav .nav-box li .mega-menu h4 {
    margin-bottom: 20px;
    padding-right: 20px;
    position: relative;
}

.header-main .top-menu .navbar-nav .nav-box li .mega-menu h4::before {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #3163aa;
    position: absolute;
    right: -15px;
    top: 10px;
}

.header-main .top-menu .navbar-nav .nav-box li.open .mega-menu {
    opacity: 1;
    visibility: visible;
}

.header-main .top-menu .all-nav {
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
}

.header-main .top-menu .sait-logo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 15px auto;
    width: 90px;
    height: 100px;
}

.header-main .top-menu .sait-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-main .top-menu .navbar-nav .down-nav {
    margin-top: 10px;
}

.header-main .top-menu .navbar-nav .down-nav ul {
    display: flex;
}


.header-main .top-menu .navbar-nav .down-nav ul li a {
    font-size: 12px;
    color: #fff;
    padding: 15px 10px;
}

.close-menu {
    display: none;
}

.header-main .top-menu .nav .open>a, .header-main .top-menu .nav .open>a:focus, .header-main .top-menu .nav .open>a:hover  {
    background-color: var(--yellow);
    color: #000;
}

.header-main .top-menu .main-search {
    position: relative;
}

.header-main .top-menu .sait-search {
    position: absolute;
    left: 0;
    top: 30px;
    display: none;
}

.header-main .top-menu .main-search:hover .sait-search {
    display: block;
}

.header-main .top-menu .sait-search input {
    border: none;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .5);
}

.header-main .top-menu .sait-search span {
    position: absolute;
    left: 10px;
    top: 7px;
    cursor: pointer;
}
.header-main .top-menu .res-search {
    display: none;
}
.header-main .top-menu .en-title {
   display:none;
}
/*----------------------  /Header  ---------------------*/

/*----------------------  content-main  ---------------------*/

.content-main .main-slider .camera_wrap img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.content-main .main-slider .camera_prev, .content-main .main-slider .camera_next {
    display: none;
}

.content-main .main-slider .camera_commands {
    display: none;
}

.content-main .main-slider .camera_wrap .camera_pag .camera_pag_ul {
    position: absolute;
    bottom: 10px;
    width: 100%;
    justify-content: center;
    display: flex;
}

.content-main .main-slider .camera_wrap .camera_pag .camera_pag_ul li {
    margin: 0 2px;
    background-color: #daecfa;
    transition: .5s all;
    width: 12px;
    height: 12px;
}

.content-main .main-slider .camera_wrap .camera_pag .camera_pag_ul li span {
    display: none;
}

.content-main .main-slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
    width: 28px;
}

.content-main .main-slider .camera_wrap .camera_caption>div {
    background-color: transparent;
    text-align: right;
}

.content-main .main-slider .camera_wrap .camera_caption {
    bottom: 20px !important;
}

.content-main .main-slider .camera_wrap .camera_Title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.content-main .main-slider .camera_wrap .camera_Title::before {
    content: '';
    width: 80px;
    height: 2px;
    background-color: #fff;
    display: flex;
    right: 0;
    position: absolute;
    bottom: -10px;
}

.inner-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.box-prjct {
    width: 163px;
    height: 300px;
    padding: 0 2px;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}

.box-prjct .inner-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    transition: all .3s;
}

.box-prjct .inner-box .pic {
    width: 100%;
    height: 100%;
    position: absolute;
}

.box-prjct .inner-box .pic img {
    width: 140%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s;
}

.box-prjct .inner-box .pic::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
}

.box-prjct .inner-box .content-prjct .body-cntnt {
    position: absolute;
    right: 0;
    top: 10px;
    padding: 0 10px;
    padding-top: 15px;
    opacity: 1;
    transition: all .2s;
    width: 100%;
}

.box-prjct .inner-box .content-prjct .body-cntnt.body-cntnt::before {
    content: "";
    background-color: #3e3e3e;
    width: 400px;
    height: 300px;
    position: absolute;
    right: -90px;
    top: -190px;
    transform: rotate(10deg);
    opacity: 0.6;
    filter: blur(10px);
}

.box-prjct .inner-box .content-prjct .body-cntnt .cat {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.box-prjct .inner-box .content-prjct .body-cntnt .cat a {
    display: block;
    padding: 0px 12px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    padding-bottom: 2px;
}

.box-prjct .inner-box .content-prjct .body-cntnt .title {
    position: relative;
    z-index: 10;
}

.box-prjct .inner-box .content-prjct .body-cntnt .title h4, .box-prjct .inner-box .content-prjct .body-cntnt .title h2 {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transition: all 0.4s;
}

.box-prjct .inner-box .content-prjct .body-cntnt .title h2 {
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
}

.main-slider .projects .box-prjct .inner-box .content-prjct .body-cntnt .desc p {
    color: #fff;
    opacity: .6;
    text-align: right;
    font-size: 12px;
    line-height: 22px;
}

.box-prjct .inner-box .content-prjct .footer-prjct {
    position: absolute;
    z-index: 999999;
    bottom: 0px;
    width: 100%;
    justify-content: space-between;
    display: flex;
    height: 35px;
}

.box-prjct .inner-box .content-prjct .footer-prjct .btn-create .inner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 29px;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    border: 1px solid #ffffff38;
    border-radius: 5px;
    background-color: #0000009c;
}

.box-prjct .inner-box .content-prjct .footer-prjct .btn-create .inner-btn span {
    font-size: 11px;
    color: #fff;
    padding-top: 1px;
}

.box-prjct .inner-box .content-prjct .footer-prjct .btn-create .inner-btn span:last-child {
    color: #999;
    padding-right: 3px;
}

.box-prjct .inner-box .content-prjct .footer-prjct .btn-view .inner-btn a {
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #333;
    padding: 0 15px;
    padding-left: 15px;
    border-radius: 5px;
    background-color: #fff;
    padding-left: 0;
    position: absolute;
    left: -150px;
    bottom: 15px;
    transition: all .3s;
}

.box-prjct .inner-box .content-prjct .footer-prjct .btn-view .inner-btn a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 8px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background-color: var(--blue);
    margin: 0 5px;
    margin-right: 8px;
}

.box-prjct .inner-box .content-prjct .body-cntnt .desc p {
    color: #fff;
    opacity: .6;
    text-align: right;
    font-size: 12px;
    line-height: 22px;
}

/*----------------- hover ---------------*/

.box-prjct:hover {
    width: 300px;
    transition: all .3s;
}

.box-prjct:hover .inner-box .pic img {
    width: 110%;
    transition: all .3s;
}

.box-prjct:hover .inner-box .pic::before {
    opacity: .4;
    transition: all .3s;
}

.box-prjct:hover .inner-box .content-prjct .body-cntnt {
    opacity: 1;
    transition: all .3s;
    transition-delay: .28s;
}

.box-prjct:hover .inner-box .content-prjct .footer-prjct .btn-view .inner-btn a {
    left: 15px;
    transition: all .3s;
}

.box-prjct:hover .inner-box .content-prjct .body-cntnt .title h4 {
    opacity: 0;
    visibility: hidden;
}

.box-prjct:hover .inner-box .content-prjct .body-cntnt .title h2 {
    opacity: 1;
    visibility: visible;
}

.inner-list:hover .box-prjct .inner-box .content-prjct .body-cntnt .title h4 {
    width: 115px;
}

.inner-list:hover .box-prjct .inner-box {
    opacity: 0.8;
    filter: grayscale(1) contrast(170%);
}

.inner-list:hover .box-prjct:hover .inner-box {
    opacity: 1;
    filter: grayscale(0) contrast(120%);
}

.content-main .list-news .service-title {
    margin-top: 20px;
}

.content-main .list-news .service-title h3 {
    color: var(--blue);
    font-size: 16px;
    font-weight: bold;
    border-bottom: 5px solid var(--yellow);
    padding-bottom: 10px;
}

.content-main .list-news .owl-nav {
    position: absolute;
    top: -55px;
    left: 0;
    display: flex;
    color: var(--blue);
    font-size: 24px;
}

.content-main .list-news .owl-nav .owl-prev {
    margin-left: 20px;
}

.content-main .list-news .owl-carousel .owl-stage {
    display: flex;
}
.content-main .main-tab {
   margin-top:65px;
}
.content-main .main-tab .madani-pan .nav-tabs {
    border: none;
    border-bottom: 5px solid var(--yellow);
}
   
.content-main .main-tab .madani-pan .nav-tabs>li {
    float: right;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
    background-color: transparent;
}
.content-main .main-tab .nav-tabs>li {
   float:right;
}
.content-main .main-tab .nav-tabs>li>a {
    color: var(--blue);
    font-weight: bold;
}

.content-main .main-tab .madani-pan .slides {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    flex-wrap: wrap;
}

.content-main .main-tab .madani-pan .news-item {
    padding: 0;
    height: 100%;
}

.content-main .main-tab .madani-pan .news-item img {
    height: 100%;
}

.content-main .main-tab .madani-pan .news-info {
    position: absolute;
    top: 25px;
    padding: 0 10px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: .5s all;
}

.content-main .main-tab .madani-pan .slide-groups {
    width: 250px;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
    position: relative;
    margin-bottom: 40px;
   border: 10px solid #fff;
}

.content-main .main-tab .madani-pan .slide-groups::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #ffe367 50%, rgba(255, 227, 103, 0.7) 69%, #807234);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: .5s all;
}

.content-main .main-tab .madani-pan .slide-groups:hover::before {
    opacity: 1;
    visibility: visible;
}

.content-main .main-tab .madani-pan .slide-groups:hover .news-info {
    opacity: 1;
    visibility: visible;
}

.content-main .main-tab .madani-pan .item-row {
    height: 100%;
}

.content-main .main-tab .madani-pan .news-img {
    height: 100%;
}

.content-main .main-tab .madani-pan .News_Titr {
    font-size: 16px;
    color: var(--blue);
    line-height: 1.5;
}

.content-main .main-tab .madani-pan .news-introtext {
    display: flex;
    margin-top: 25px;
    line-height: 1.5;
    font-weight: normal;
    color: var(--blue);
}

.content-main .mid-countdown {
    background-image: linear-gradient(108deg, #f5f3ed -12%, #dbe0ea 108%);
    padding: 30px 0;
}

.content-main .mid-countdown .count-all {
    display: flex;
    justify-content: space-between;
}

.content-main .mid-countdown .count-all .count-box {
    width: 160px;
    height: 160px;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -7px 30px 0 rgba(0, 0, 0, 0.16), inset 0 -9px 8px 0 rgba(0, 0, 0, 0.16);
}

.content-main .mid-countdown .count-all .count-box .count-number {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 120px;
    height: 120px;
    background-color: var(--yellow);
    border-radius: 15px;
    position: relative;
}
.content-main .mid-countdown .count-all .count-box .count-number i {
    font-size: 44px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .2;
}
.content-main .mid-countdown .count-all .count-box .count-number span {
    font-weight: bold;
    font-size: 22px;
    color: var(--blue);
}

.content-main .mid-countdown .count-all .count-box .count-number p {
    color: var(--blue);
}

.content-main .links {
    padding: 50px 0;
}

.content-main .links .links-box {
    background-color: #fff;
    padding: 15px;
    padding-bottom: 0;
    border-radius: 15px;
    float: right;
    width: 100%;
    box-shadow: 0 3px 20px 0 #dbe0ea, inset 0 3px 10px 0 #fff;
   height: 385px;
}

.content-main .links .links-box .links-title {
    text-align: center;
}

.content-main .links .links-box .links-title h3 {
    margin-bottom: 15px;
    font-size: 16px;
    color: var(--blue);
    position: relative;
}

.content-main .links .links-box .links-title h3::before {
    content: '';
    width: 80px;
    height: 1px;
    background-color: var(--blue);
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.content-main .links .links-box ul {
    margin-top: 30px;
}

.content-main .links .links-box ul li {
    margin-bottom: 20px;
}

.content-main .links .links-box ul li a {
    color: var(--blue);
    font-weight: 500;
    font-size: 13px;
}

.content-main .links .links-box ul li i {
    margin-left: 10px;
}
.content-main .links .survey {
   background-color:#fff;
   width:100%;
   border-radius:15px;
   height:385px;
   padding:15px;
}
.content-main .links .survey .module-header {
   text-align:center;
}
.content-main .links .survey .module-header h3 {
   margin-bottom: 15px;
    font-size: 16px;
    color: var(--blue);
    position: relative;
}
.content-main .links .survey .module-header h3::before {
   content: '';
    width: 80px;
    height: 1px;
    background-color: var(--blue);
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.content-main .links .survey .control-label {
   width:auto;
   font-size:12px;
   float: right;
}
.content-main .links .survey .evote-answer-op {
   width:100%;
}
.content-main .links .survey .evote-answer-op>div:nth-child(1){
   margin-top: 0;
}
.content-main .links .survey .evote-answer-op .radio {
   margin-bottom:5px;
}
.content-main .links .survey .evote-answer-op input {
   position:static;
   margin:0;
}
.content-main .links .survey .security-sec {
   display:flex;
}
.content-main .links .survey .security-sec label {
   width: 100px;
   display: flex;
   align-items: center;
}
.content-main .links .survey .security-sec img {
   position: absolute;
   left: 17px;
   top: 1px;
}
.content-main .links .survey .module-body > div:last-child .col-md-2 {
   width:100%;
   padding:0;
}

.site-nazar .survey{
  display: flex;
  align-items: center;
  padding: 5px 0;
  margin:0;
}
.site-nazar .survey .module-header {
	flex: 1 0 auto;
	display:none;
}
.site-nazar .survey .module-header h3 {
	margin:0;
}
.site-nazar .survey .module-header span {
	color: #3a6cf1;
	border-left: 1px solid #3a6cf1;
	padding-left: 10px;
}
.site-nazar .survey .module-body {
	justify-content: space-between;
	display: flex;
	width: 100%;
	align-items: center;
}
.site-nazar .survey .module-body .EvoteQA {
	width: 100%;
	float: right;
	display: flex;
	width: auto;
	margin: 0;
}
.site-nazar .survey .module-body .security-sec {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0;
	width:auto;
}
.site-nazar .survey .module-body .control-label {
	width: 50%;
	margin: 0;
}
.site-nazar .survey .module-body .img-security {
	margin: 0px !important;
	position: absolute;
	left: 17px;
	margin: 0;
}
.site-nazar .survey .module-body > div:last-child .col-md-2 {
	width:auto;
	padding: 0;
}
.site-nazar .survey .module-body .evote-answer-op {
	display: flex;
	width: auto;
}
.site-nazar .survey .module-body .form-group {
	width: auto;
	margin:0;
}
.site-nazar .survey .module-body .evote-answer-op .radio {
	margin:0;
}
.site-nazar .survey .module-body .evote-answer-op .radio label{
	display: flex;
	flex-direction: row;
	padding-left: 0;
	padding-right: 20px;
}
.links-box .panelhead div{
	text-align: center;
}
.links-box .panelhead div span {
	margin-bottom: 15px;
    font-size: 16px;
	color: var(--blue);
	position: relative;
}
.links-box .panelhead div span::before {
	content: '';
  width: 80px;
  height: 1px;
  background-color: var(--blue);
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.content-main .links .links-box .paneltable {
	width:100%;
}
.sm-clean-vertical a span.sub-arrow::before, .sm-clean ul a span.sub-arrow::before {
	display: none !important;
}
/*----------------------  /content-main  ---------------------*/

/*----------------------  footer-main  ---------------------*/

.footer-main .top-footer {
    background-image: linear-gradient(to bottom, #4182de, #253b77);
	padding:20px 0; 
}
.footer-main .top-footer .footer-links{
	display: none;
}
.footer-main .top-footer .footer-links h3 {
    color: #fff;
    margin: 20px 0;
	font-size: 18px;
font-weight: bold;
}

.footer-main .top-footer .footer-links .links-list {
    display: flex;
    justify-content: space-between;
}

.footer-main .top-footer .footer-links .links-list li {
    margin-bottom: 25px;
}

.footer-main .top-footer .footer-links .links-list a {
    color: #fff;
    font-size: 16px;
}

.footer-main .top-footer .footer-links .links-list i {
    margin-left: 10px;
}

.footer-main .last-footer {
    background-color: var(--yellow);
    padding: 10px 0;
}

.footer-main .last-footer .copy-box {
    display: flex;
    justify-content: space-between;
}

.footer-main .last-footer .copy-box span {
    color: var(--blue);
    font-weight: bold;
}
.footer-main .map-sait{
	display:flex;
	margin-bottom: 20px;
}
.footer-main .map-sait .footer-address {
    background-color: #fff;
    color: var(--blue);
    height: 220px;
    width: 100%;
    float: right;
    border-radius: 15px;
    padding: 25px;
}

.footer-main .map-sait .footer-address h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-main .map-sait .footer-address li {
    margin-bottom: 15px;
}

.footer-main .map-sait .footer-address i {
    margin-left: 5px;
}

.footer-main .map-sait .sait-map {
    height: 220px;
    float: right;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
	margin-right: 20px;
}

.footer-main .map-sait .sait-map iframe {
    width: 100%;
    height: 100%;
}
.footer-main .top-footer .footer-links .navbar-default {
	background-color:transparent;
	border-color:transparent;
}
.footer-main .top-footer .footer-links .navbar-nav {
	float:right;
	width:50%;
}
.footer-main .top-footer .footer-links .navbar-nav > li {
	float:right;
	width:50%;
}
.footer-main .top-footer .footer-links .navbar-nav > li a {
	color:#fff;
	font-size:16px;
	padding-right:0;
}
.footer-main .top-footer .footer-links .navbar-nav > li a i {
	margin-left:10px;
}
.footer-main .top-footer .footer-links .navbar-default .navbar-collapse, .footer-main .top-footer .footer-links .navbar-default .navbar-form {
	padding:0;
}
.footer-main .top-footer .footer-links .navbar-header a {
	padding:0
}
/*----------------------  footer-main  ---------------------*/
.content-main .links .MP.survey {    
    height: auto;
    padding: 0;
}
.content-main .links .MP.survey .module-header h3 {
    
    color: #fff;
}
.gallery .items-container {
	padding-bottom: 25px;
}
.gallery .items-container > div:nth-child(2){
	display: none;
}
.gallery .items-container > div:last-child {
	width:50%;
	height: 375px;
}
.swiper-container{
	height:100% !important;
}
.gallery .container {
	width:100%;
}
.gallery .items-container > div:last-child .portfolio-image a {
	padding:0 !important;
}


.gallery .items-container > div:last-child .owl-item,
.gallery .items-container > div:last-child .infographic-box,
.gallery .items-container > div:last-child .infographic-box-item,
.gallery .items-container > div:last-child .portfolio-image,
.gallery .items-container > div:last-child .portfolio-image a,
.gallery .items-container > div:last-child .portfolio-1-columns,
.gallery .items-container > div:last-child .portfolio-item,
.gallery .items-container > div:last-child .portfolio-item-wrap
 {
	height:100%;
}