/* AF 8.0 */

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('IRANSansWeb(FaNum).eot');
	src: url('IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('IRANSansWeb(FaNum).ttf') format('truetype');
}

body {
    font-family: "IRANSans", Arial, sans-serif;
    font-size: 14px;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
}
a:hover{
    text-decoration: none;
}
#header .header-nav-features .header-nav-features-dropdown {
    margin-top: 43px;
}
.flag {
    background: url(flags.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
}
#header .header-nav-top .dropdown-menu.show {
    left: auto;
    right: 0;
    text-align: right;
}

/* header start */
@media (min-width: 992px){
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu{
    box-shadow: 0px 2px 5px 1px #00000030;
}
#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a{
    font-size: 14px;
}
}

.header-nav-links{
    flex-direction: column;
    justify-content: center !important;
}
.top-header-item ul{
    margin-bottom: 0px;
    padding-right: 0px;
    list-style: none;
    display: flex;
}
.top-header-item ul li{
    margin-right: 10px;
}
.top-header-item{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #EBF0F5;
}
.search-btn{
    cursor: pointer;
}
.header-logo{
    margin: 5px 0px !important;
}
#header .header-nav.header-nav-links nav > ul li:hover > a{
    color: #444;
}
#header .header-nav.header-nav-links nav > ul li{
    position: relative;
}
#header .header-nav.header-nav-links nav > ul > li::after{
    content: '';
    width: 0%;
    transition: .6s;
    height: 1px;
    position: absolute;
    top: 15px;
    right: 0;
    background: #333;
}
#header .header-nav.header-nav-links nav > ul > li:hover::after{
    width: 100%;
    transition: .6s;
}
/* header end */


/* slider section start */

.slider-section .owl-carousel.nav-light.nav-style-1 .owl-nav .owl-next,.slider-section .owl-carousel.nav-light.nav-style-1 .owl-nav .owl-prev{
    color: #444 !important;
}
.slider-section .owl-dots{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.slider-section .owl-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 4px;
    background: #888 !important;
    transition: .3s;
}
.slider-section .owl-carousel .owl-dots .owl-dot.active span{
    width: 35px;
    background: #444 !important;
    transition: .3s;
}
.slider-section .owl-nav{
    top: unset;
    transform: translate(0px, 0px);
    bottom: 33px;
    display:none;
}
.slider-section .owl-carousel.nav-inside .owl-nav button.owl-prev {
    right: 120px;
    font-size: 20px;
}
.slider-section .owl-carousel.nav-inside .owl-nav button.owl-next{
    right: 145px;
    font-size: 20px;
}
.slider-title{
    position: absolute;
    top: 35%;
    left: 10%;
    width: 25%;
}
.slider-title h3{
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 25px;
    color: #444;
}
.slider-title p{
    color: #333;
    margin-bottom:5px;
    text-align: justify;
}
.slider-title a{
    font-weight: 600;
    margin-top: 15px;
    font-size: 16px;
    color: #444;
    display: block;
}
.slider-title a i{
    vertical-align: middle;
    margin-right: 0px;
    transition: .3s;
}
.slider-title a:hover i{
    margin-right: 5px;
    transition: .3s;
}
.owl-carousel{
    margin-bottom: 0px;
}
/* slider section end */

/* about section start */
.about-section{
    padding: 20px 0px;
    position: relative;
    background:#003399;
}
.about-section::after{
    content: '';
    position: absolute;
    width: 40%;
    height: calc(100% + 190px);
    left: 0;
    top: -152px;
    background: url(about-logo-section.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.about-section::before{
      content: '';
      position: absolute;
      width: 300px;
      height: 100%;
      left:0px;
      top:0px;
      background:#fff;
}
.about-content-box h2 {
    color: #fff;
    margin-bottom: 20px;
    margin-right: 50px;
    font-weight: 700;
    font-size: 30px;
}
.about-content-box p{
    color: #ccc;
    text-align: justify;
    font-size: 12px;
    margin-bottom: 10px;
    height: 156px;
    overflow: hidden;
}
.about-links{
    padding-right: 0px;
    list-style: none;
    margin-bottom: 0;
    display: flex;
}
.about-links-image {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-links li{
    margin-left: 40px;
    margin-top: 0px;
    transition: .3s;
}
.about-links li:hover{
    margin-top: -5px;
    transition: .3s;
}
.about-links li:last-child{
    margin-left: 0px;
}
.about-links-title h4 {
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.about-content-links{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-video-link a{
    background: #FFCC00;
    transition: .3s;
    color: #444;
    padding: 5px 10px;
    border-radius: 0px 5px 5px 0px;
    font-weight: 600;
    position: relative;
}
.about-video-link a::after{
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 20px solid #FFCC00;
    transition: .3s;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.about-video-link a:hover{
    background: #ddb101;
    transition: .3s;
}
.about-video-link a:hover::after{
    border-right: 20px solid #ddb101;
    transition: .3s;
}
.about-video-link i{
    background: #444;
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 5px;
}
/* about section end */

/* services section start */
.services-section{
    padding: 80px 0px;
}
.services-box{
    display: flex;
    align-items: center;
    margin: 30px 0px;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    transition: .3s;
}
.services-box:hover{
    background: #eee;
    transition: .3s;
}
.services-icon{
    margin-left: 10px;
}
.services-title h4{
    font-size: 16px;
    margin-bottom: 0px;
}

/* services section end */

/* sanat section start */
.sanat-section{
    padding: 40px 0px;
    background: #F0F0F0;
    position: relative;
}
.sanat-section::after{
    content: '';
    width: 247px;
    height: 241px;
    left: 0;
    top: -240px;
    position: absolute;
    background: url(after-sanat-section-background.png);
    background-size: 100% 100%;
}
.sanat-section::before{
    content: '';
    width: 940px;
    height: 970px;
    left: 0;
    position: absolute;
    background: url(befor-sanat-section-background.png);
    background-size: 100% 100%;
    bottom: -970px;
}
.sanat-content h2{
    color: #444;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
}
.sanat-content p{
    text-align: justify;
    font-size: 12px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 16px;
}

.theme-btn{
    float: left;
    background: #0047BB;
    transition: .3s;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    padding: 5px 10px;
    width: max-content;
    margin-right: auto;
}
.theme-btn:hover{
    color: #fff;
    background: #013a96;
    transition: .3s;
}
.sanat-image-box{
    width: 100%;
    height: 100%;
    position: relative;
}
.sanat-image-box::after{
    content: '';
    width: 558px;
    height: 373px;
    right: 0;
    top: -130px;
    position: absolute;
    background: url(sanat-image-section.png);
}

/* sanat section end */

/* Designs section start */
.Designs-section{
    padding: 60px 0px;
}
.Designs-image{
    width: max-content;
    margin-right: auto;
    position: relative;
}
.Designs-image::after{
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    background: linear-gradient(0deg, #33cc99, #00ccff);
}
.Designs-image img{
    width: 430px;
    height: 303px;
    z-index: 2;
    position: relative;
}
.Designs-content h2{
    color: #444;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
}
.Designs-content p{
    text-align: justify;
    font-size: 12px;
    height: 180px;
    overflow: hidden;
    margin-bottom: 16px;
}
.Designs-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* Designs section end */

/* investment section start */
.investment-section{
    padding: 100px 0px;
    padding-top: 0px;
}
.investment-image{
    width: max-content;
    margin-left: auto;
    position: relative;
}
.investment-image::after{
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    background: linear-gradient(0deg, #33cc99, #00ccff);
}
.investment-image img{
    width: 430px;
    height: 303px;
    z-index: 2;
    position: relative;
}

.investment-content h2{
    color: #444;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
}
.investment-content p{
    text-align: justify;
    font-size: 12px;
    height: 180px;
    overflow: hidden;
    margin-bottom: 16px;
}
.investment-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
/* investment section end */

/* subset section start */
.subset-section{
    padding: 20px 0px;
    position: relative;
    background: #003399;
}
.subset-section::after{
    content: '';
    width: 500px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(right-subset-bg.png);
}
.subset-section::before{
    content: '';
    width: 500px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(left-subset-bg.png);
}
.subset-image{
    width: 100%;
    height: 100%;
    position: relative;
}
.subset-image::after{
    content: '';
    width: 430px;
    height: 435px;
    position: absolute;
    left: 0px;
    top: -87px;
    background: url(subset-image.png);
}
.subset-content h2{
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
}
.subset-content p{
    text-align: justify;
    font-size: 12px;
    height: 180px;
    overflow: hidden;
    margin-bottom: 0px;
    color: #ccc;
}
.subset-content .theme-btn{
    background: #ffcc00;
    color: #444 ;
    transition: .3s;
}
.subset-content .theme-btn:hover{
    background: #d1a802;
    color: #444;
    transition: .3s;
}
/* subset section end */
/* news section start */
.news-section{
    padding-top: 60px;
    position: relative;
}
.header-news{
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    color: #444;
    font-weight: 700;
    font-size: 24px;
}
.header-news::after{
    content: '';
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 0px;
    position: absolute;
    background: linear-gradient(90deg,#33cc66,#00ccff);
}
.news-section .owl-carousel.show-nav-title .owl-nav {
    margin-top: -50px !important;
}
.news-section  .owl-carousel.show-nav-title .owl-nav button[class*="owl-"],.news-section  .owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,.news-section  .owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover{
    color: #444;
}
.news-image img{
    width: 100%;
    height: 230px;
}
.news-image {
    position: relative;
}
.news-title{
    background: #fff;
    width: 90%;
    margin-right: 5%;
    position: absolute;
    bottom: -30px;
    font-size: 16px;
    font-weight: 606;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 1px 1px 5px 1px #00000059;
    margin-bottom: 0px;
    height: 68px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    line-height: 28px;
    transition: .3s;
    color: #444;
}
.news-box:hover .news-title{
    background: #0047bb;
    color: #fff;
    transition: .3s;
}
.news-content{
    padding: 10px;
    text-align: justify;
    margin-top: 35px;
    font-size: 12px;
    height: 90px;
    overflow: hidden;
    color: #777;
}
.news-box{
    padding: 5px;
    border: 2px solid #eee;
}

.news-section .owl-carousel{
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.news-section .owl-carousel::after {
    content: '';
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 0px;
    position: absolute;
    background: linear-gradient(
90deg
,#33cc66,#00ccff);
}

/* news section end */
/* logo bar section start */
.logobar-section{
    padding-bottom:60px;
}
.logo-bar-item img{
    width: 93px !important;
    height: 127px;
    object-fit: contain;
}
.logo-bar-item{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 2px solid #ccc;
    transition: .3s;
}
.logo-bar-item:hover{
    border: 2px solid #444;
    transition: .3s;
}
.logo-bar-item img{
    transform: scale(1);
    transition: .3s;
}
.logo-bar-item:hover img{
    transform: scale(1.1);
    transition: .3s;
}
.logobar-section .owl-carousel .owl-nav button.owl-next:before ,.logobar-section .owl-carousel .owl-nav button.owl-prev:before{
    font-size: 20px;
}
.logobar-section .owl-carousel.nav-style-1 .owl-nav .owl-next,.logobar-section .owl-carousel.nav-style-1 .owl-nav .owl-prev{
    color: #888 !important;
    transition: .3s;
}
.logobar-section .owl-carousel.nav-style-1 .owl-nav .owl-next:hover,.logobar-section .owl-carousel.nav-style-1 .owl-nav .owl-prev:hover{
    color: #444 !important;
    transition: .3s;
}
/* logo bar section end */

/* quick access section start */
.quick-access-section{
    background: #EBEBEB;
    height: 20px;
    border-top: 2px solid #b3b3b3;
    transition: all .5s;
}
.quick-access-section .nav-tabs{
    margin-top: -40px;
    width: max-content;
}
.quick-access-section .tab-content{
    background-color: #ebebeb;
    box-shadow: none;
}
.quick-access-section  .nav-tabs li.active .nav-link,.quick-access-section  .nav-tabs li .nav-link:hover,.quick-access-section  .nav-tabs li .nav-link:focus{
    border: none !important;
}
.quick-access-section  .nav-tabs li .nav-link,.quick-access-section  .nav-tabs li .nav-link:hover{
    border: none !important;
}
.quick-access-section .nav-tabs li.active .nav-link,.quick-access-section .nav-tabs li.active .nav-link:hover,.quick-access-section .nav-tabs li.active .nav-link:focus{
    background: #EBEBEB;
}
.quick-access-section .nav-tabs li .nav-link{
    background: #ccc;
    border-radius: 0px;
}
.quick-access-section .tabs .nav-tabs .nav-link{
    color: #444 !important;
    font-weight: 600;
    font-size: 13px;
    margin-left: 0px;
    padding-right: 30px;
}
.quick-access-section .nav-tabs > li{
    position: relative;
}

.quick-access-section .nav-tabs > li:first-child::before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: -20px;
    top: 0;
    border-left: 20px solid #ccc;
    border-top: 40px solid transparent;
    transition: all .2s;
}
.quick-access-section .nav-tabs > li.active:first-child::before{
    border-left: 20px solid #ebebeb;
}

.quick-access-section .nav-tabs > li::before{
    border-left: 20px solid #ebebeb;
    transition: all .2s;
}

.quick-access-section .nav-tabs > li::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    top: 0;
    border-right: 20px solid #ccc;
    border-top: 40px solid transparent;
    transition: all .2s;
    z-index: 2;
}
.quick-access-section .nav-tabs > li.active::after{
    border-right: 20px solid #ebebeb;
}

.quick-access-section .nav-tabs > li.active:last-child:after{
    border-right: 20px solid #ebebeb;
    transition: all .2s;
}

.quick-access-section .nav-tabs li .nav-link i{
    font-size: 14px;
    vertical-align: middle;
    margin-right: 5px;
}
.close-tab {
    position: absolute;
    left: 15px;
    top: 20px;
    color: #f44336;
    cursor: pointer;
    font-size: 15px;
}
.qa-items{
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;

}
.qa-items li{
    margin: 10px 20px;
    position: relative;
}
.qa-items li::after{
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    right: 0;
    background: #000;
    transition: .6s;
}
.qa-items li:hover:after{
    width: 100%;
    transition: .6s;
}
.qa-items li::marker{
    color: #FFCC00;
}
.qa-items li a{
    color: #333;
    transition: .3s;
    font-weight: 600;
}
.qa-items li a:hover{
    color: #444;
    transition: .3s;
}
/* quick access section end */

/* Footer start */
.logo-footer{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-footer img{
    width: 170px;
}
.links-item-footer{
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
    color: #fff;
}
.links-item-footer li{
    padding: 10px;
    border-bottom: 1px dashed #ffffff30;
    background: transparent;
    transition: .3s;
}
.links-item-footer li:hover{
    background: rgba(255, 255, 255, 0.137);
    transition: .3s;
}
.links-item-footer li:last-child{
    border-bottom: none;
}
.links-item-footer li a{
    color: #fff !important;
    display: block;
    font-size: 14px;
}
.links-item-footer li a i{
    vertical-align: middle;
    margin-left: 5px;
    transition: .3s;
}
.links-item-footer li a:hover i{
    margin-left: 10px;
    transition: .3s;
}
.footer-view ul{
    padding-right: 0;
    margin-bottom: 0px;
    list-style: none;
}
.footer-view ul li{
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.adress-footer h5{
    font-size: 16px;
}
.social-media-footer {
    padding-right: 0;
    list-style: none;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
}
.social-media-footer li{
    margin-left:10px;
    margin-bottom: 10px;
    margin-top: 0px;
    transition: .3s;
}
.social-media-footer li:hover{
    margin-top: -5px;
    transition: .3s;
}
.adress{
    margin-bottom: 30px;
    position: relative;
}
.address-box{
    background: #0047BB;
    position: absolute;
    left: -103px;
    top: -174px;
    z-index: 99;
    width: 350px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    display: none;
}
.address-box::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: -16px;
    background: #0047bb;
    transform: rotate(
45deg
);
}
.address-box p{
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 100;
}
.address-box p:last-child{
    margin-bottom: 0px;
}
.address-box p span{
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
}
.footer-pad-item{
    padding: 65px 0px;
}
.marker-image{
    cursor: pointer;
}
/* Footer end */


.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 78%);
    display: none;
    cursor: not-allowed;
}
.search-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 1031;
    width: 30%;
    height: 50px;
    max-width: 300px;
    display: none;
    min-width: 200px;
}
.search-box input {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: none;
    padding: 20px;
    outline: none;
}
.search-box::after {
    content: '';
    position: absolute;
    background-color: #00339950;
    width: 120%;
    height: 160%;
    left: -10%;
    top: -30%;
    border-radius: 50px;
    z-index: -1;
}

.aryanic-tag a {
    color: #fbc100 !important;
    transition: .3s;
}
.aryanic-tag a:hover{
    color: #fff !important;
    transition: .3s;
}
#footer {
    font-size: 1em;
    margin-top: 0px;
    background: #003399;
    border-top: none;
}
.footer-copyright{
    background: #002060 !important;
    border-top: 1px solid #ffffff4f;
}



/* inside start */
.inside-page .header-logo img{
    height: 100% !important;
    width: auto !important;
}
.inside-page .header-logo{
    width: 100px;
}
.breadcrumb-section {
    background-color: #eee;
    margin-bottom: 15px;
}
.breadcrumb-section ul {
    margin-bottom: 0;
    padding-right: 0px;
}
.breadcrumb-section ul li {
    display: inline-block;
}
.breadcrumb-section ul li a {
    color: #666;
    font-size: 12px;
    transition: .3s;
}
.breadcrumb-section ul li i {
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    top: 3px;
    color: #36368c;
}
.breadcrumb-section ul li:last-child i {
    display: none;
}
.quick-access-inside {
    background-color: #eee;
}
.quick-access-inside h3 {
    font-size: 18px;
    text-align: center;
    background-color: #00529c;
    color: #fff;
    padding: 10px;
    margin-bottom: 0px;
}
.quick-access-inside ul {
    list-style-type: none;
    padding-right: 0;
    margin-bottom: 0;
    padding: 10px;
}
.quick-access-inside ul li {
    margin: 5px 0px;
}
.quick-access-inside ul li a {
    color: #666;
    transition: .3s;
}
.quick-access-inside ul li a:hover{
    color: #000;
    transition: .3s;
}
.quick-access-inside ul li a i {
    margin-right: 0px;
    margin-left: 5px;
    color: #f04a51;
    transition: .3s;
}
.quick-access-inside ul li:hover a i {
    margin-right: 5px;
    transition: .3s;
}
@media (max-width: 991.98px){
    .sidebar-col {
        order: 1;
    }
}
.quick-access-inside .news-box-sidebar{
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.quick-access-inside .news-box-sidebar:nth-child(2){
    margin-top: 10px;
}
.quick-access-inside .news-box-sidebar:last-child{

    border-bottom:none;
}
.news-image-sidebar{
    width: 30%;
    max-width: 80px;
}
.news-title-sidebar{
    width: 70%;
}
.news-image-sidebar img{
    width: 100%;
    height: 60px;
    object-fit: cover;
}
.news-title-sidebar h4{
    font-size: 14px;
    padding-right: 10px;
    margin-bottom: 0px;
    text-align: justify;
    padding-left: 10px;
    color: #666;
    font-weight: 100;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .3s;
}
.news-title-sidebar h4:hover{
    color: #000;
    transition: .3s;
}
.inside-page #header.header-transparent{
    position: relative;
}
.inside-page .header-body{
    border-bottom: 2px solid #0047bb !important;
}
html.sticky-header-active .inside-page #header .header-body.header-body-bottom-border{
    border-bottom: none !important;
    box-shadow: 0px 0px 5px 1px #00000040;
}

.inside-page .header-logo{
    margin: 10px 0px !important;
}
.sticky-header-active .header-container{
    height: 120px !important;
}
/* inside end */



/* Responsive start */

@media (max-width: 1199.98px) {
    .slider-title {
        position: relative;
        top: unset;
        left: unset; 
        width: 80%;
        margin-right: 10%;
        margin-bottom: 30px;
    }
    .slider-section .owl-dots{
        bottom: 190px;
    }
    .slider-section .owl-carousel.nav-inside .owl-nav button.owl-prev{
        right: unset;
        font-size: 20px;
        left: 180px;
    }
    .slider-section .owl-carousel.nav-inside .owl-nav button.owl-next{
        right: unset;
        font-size: 20px;
        left: 140px;
    }
    .slider-section .owl-nav{
        bottom: 204px;
    }
    html #header.header-transparent{
        position: relative;
        box-shadow: 0px 0px 5px 1px #00000030;
    }
    .about-section::after , .about-section::before{
        display: none;
    }
    .Designs-image img{
        width: 350px;
        height: 250px;
        border: 2px solid #0cf;
    }
    .Designs-image{
        height: 100%;
        display: flex;
        align-items: center;
    }
    .Designs-image::after{
        display: none;
    }
    .investment-image img{
        width: 350px;
        height: 250px;
        border: 2px solid #0cf;
    }
    .investment-image::after{
        display: none;
    }
    .investment-image{
        height: 100%;
        display: flex;
        align-items: center;
    }
}
@media (max-width: 991.98px) {
    .slider-section .owl-dots{
        position: absolute;
        bottom: 20px;
        right: unset;
        left: 20px;
    }
    #header .header-btn-collapse-nav {
        background: #0047bb;
    }
    .menu-items-row{
        justify-content: flex-end !important;
    }
   .header-nav{
       width: 100%;
   }
   #header .header-nav{
       align-items: flex-end;
   }
   #header .header-nav.header-nav-links nav > ul > li:hover::after{
       display: none;
   }
   #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a{
       color: #333;
   }
   .sanat-image-box{
       min-height: 250px;
   }
   .sanat-image-box::after{
    width: 100%;
    height: 380px;
   }
   .image-Designs-section{
       order: -1;
   }
   .Designs-image{
       margin: auto;
       margin-bottom: 30px;
   }
   .investment-image{
        margin: auto;
        margin-bottom: 30px;
   }
   .subset-section-col{
       order: -1;
   }
   .subset-image::after{
       opacity: .1;
   }
   .footer-view{
    display: flex;
    flex-direction: column;
    align-items: start;
   }
   .footer-pad-item{
       padding: 40px 0px;
   }
   .logo-col-foooter{
       order: -1;
   }
   .adress-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
   }
   .adress-footer{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 15px 0px;
    padding: 15px 0px;
    border-top: 1px dashed #ffffff30;
    border-bottom: 1px dashed #ffffff30;
   }
   .address-box{
       left: -240px;
   }
   .social-media-footer li a{
    padding: 15px;
    background: #6666665c;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .social-media-footer{
       margin-top: 20px;
   }
}
@media (max-width: 767.98px) {

}
@media (max-width: 575.98px) {
    .about-content-links{
        flex-wrap: wrap;
    }
    .about-video-link{
        margin-top: 20px;
    }
    .slider-section .owl-dots{
        bottom: 240px;
    }
    .slider-section .owl-nav{
        bottom: unset;
        top: 80px;
    }
    .slider-section .owl-carousel.nav-inside .owl-nav button.owl-next{
        left: 15px;
    }
    .slider-section .owl-carousel.nav-inside .owl-nav button.owl-prev{
        left: unset;
        right: 15px;
    }
    .Designs-image img , .investment-image img{
        width: 280px;
        height: auto;
    }
    .news-title{
        height: auto;
    }
    .quick-access-section .tabs .nav-tabs .nav-link{
        padding-right: 20px;
    }
    .quick-access-section .nav-tabs{
        flex-wrap: wrap;
    }
    .quick-access-section .tabs .nav-tabs .nav-link{
        font-size: 11px;
    }
}



/* Responsive end */


/* map section start */
.map-section{
    padding: 40px 0px;
}
.map-tabs .tab-content{
    box-shadow: none;
    border: none;
background:#ccc;
}
.map-tabs {
    border: none;
}
.header-map {
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.map-tabs .nav-link{
    border: none !important;
    border-radius: 0 !important;
    position: relative;
}
.map-tabs .nav-item.active .nav-link{
    background: #0047bb !important;
    color: #fff !important;

}
.map-tabs .nav-item .nav-link svg{
    position: absolute;
    width: 25px;
    left: 15px;
    top: 5px;
    fill: #333;
}
.map-section .tabs-left .nav-tabs > li .nav-link{
    font-weight:700;
}

.map-tabs .nav-item:nth-child(1) .nav-link svg{
    fill: #1575b8;
}
.map-tabs .nav-item:nth-child(2) .nav-link svg{
    fill: #68bb5b;
}
.map-tabs .nav-item:nth-child(3) .nav-link svg{
    fill: #e8464a;
}
.map-tabs .nav-tabs .nav-item{
    margin-top: 15px;
    overflow: hidden;
    border-radius: 10px;
}
.map-tabs .nav-tabs .nav-item:first-child{
    margin-top: 10px;
}
.map-tabs  .nav-link{
    color: #333 !important;
}
.map-image{
    width: 100%;
}
.filter-map ul{
    padding-right: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.filter-map ul li{
    padding: .5rem 1rem;
    background: #0047bb;
    color: #fff;
    margin-right: 15px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.filter-map ul li a{
    color: #fff;
}
.filter-map ul li:first-child{
    margin-right: 0px;
    background: ##0047bb;
    position: relative;
    margin-left: 0px;
}
/* .filter-map ul li:first-child::after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: -20px;
    top: 0;
    border-right: 20px solid #333;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
} */
.filter-map {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
}
/* map section end */




 .quick-access-section .nav-link:focus {
    background: #ebebeb !important;
    transition: .2s all;
}


.quick-access-section .nav-tabs > li:focus::after{
border-right: 20px solid #ebebeb ;
}