
				/*
Theme Name: irannitric
Author: Mr. Morteza bakhshayeshi
Author URI: https://irannitric.com
Version: 1
*/


/*
Start General CSS
*/
* {
  box-sizing: border-box;
}
:root {
	--color1: #002143; /* top menu text*/
	--color2: #00a652; /* top menu text hover*/
	--color3: #faf0e6; /* background3*/
	--color4: #faf0e6; /* top3*/
}
@font-face {
	font-family: 'Yekan';
	src: url('../../../static/fonts/YekanBakhFaNum-Regular.woff') format('woff');
}
@font-face {
	font-family: 'farhang2';
	src: url('../../../static/fonts/Farhang2FaNum-medium.woff') format('woff');
}

.container {
	margin-right: auto;
	margin-left: auto;
	max-width: 1166px;
}
a {
	text-decoration: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	text-decoration: none;
}
.row {

}
/*
End General CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */




/*
Start Header CSS
*/


.header{
    width: 100%;
	position: fixed;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 67%, rgba(125, 185, 232, 0) 230%);
	box-shadow: 0px 13px 17px 0px #3636360f;
	backdrop-filter: blur(2px);
	z-index: 1030;
	top: 0px;
}
.nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}
.nav-logo {
    height: 80px;
    padding-right: 0px;
}
.nav-logo img {
    height: 80px;
}
.nav-menu {
    width: -webkit-fill-available;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
	font-family: Yekan;
	border-bottom: 1px solid #084d95b5;
	margin-right: 9px;

}
.nav-menu-text{

}
.nav-menu ul {
	display: -webkit-box;
}
.nav-menu ul li {
    list-style: none;
    font-size: 13px;
    letter-spacing: -0.5px;
    margin-right: 0px;
    margin-left: 2px;

}

.nav-menu ul li a{
	color: var(--color1);
	padding: 8px;

}
.nav-menu-icon{
	padding-top: 5px;
}
.nav-menu-icon span {
    margin-right: 14px;
}
.nav-menu ul li a:hover {
	border-bottom: 2px solid var(--color2);
    color: var(--color2) ;
}











    /*responsible header Start*/



header{
    transition: background-color 200ms linear;
    /*position: absolute;*/
	width: -webkit-fill-available;
	height: 86px;
    z-index: 1021;
    padding-left: 5.5%;
    padding-right: 5.5%;
    padding-top: 12px;
	display:none;

}
.header-fixed {
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #e4e7eb;
    box-shadow: 3.716px 3.346px 40px 0px rgba(43, 43, 43, 0.1);
}

.header-white {
    background-color: #fff;
}
.header-back-space {
    width: 100%;
    height: 99px;
}
header .row {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    display: block;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: stretch;
	height: -webkit-fill-available;
}

.row {
    margin-left: 0px;
    margin-right: 0px;

}
.align-items-center {
    -ms-flex-align: center ;
    align-items: center ;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

header .row .brand {
    /* position: absolute; */
    top: -3px;
	height: -webkit-fill-available;
	/* display: flex; */
    align-items: center;
    width: auto;
}


.imglogo1 {
    width: 90px;
    height: 86px;
}
.imglogo {
    width: auto;
}


.hamburger_wrapper {
    padding: 5px;
    z-index: 10;
    /* display: flex; */
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    /* margin: auto; */
    width: auto;
}

  #hamburger {
    width: 42px;
    height: 45px;
    position: relative;
    cursor: pointer;
    outline: none;

  }

#hamburger span {
    display: block;
    /* position: unset; */
    height: 6px;
    width: 81% ;
    background: #989c9a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    margin: 6px 0px;
}

  #hamburger span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
  }

  #hamburger span:nth-child(2) {
    top: 21px;
    transform-origin: left center;
  }

  #hamburger span:nth-child(3) {
    top: 42px;
    transform-origin: left center;
  }

  #hamburger.close span:nth-child(1) {
    transform: rotate(45deg);
  }

  #hamburger.close span:nth-child(2) {
    width: 0%;
    opacity: 0;
    transition: .1s;
  }

  #hamburger.close span:nth-child(3) {
    transform: rotate(-45deg);
  }

#nav-menu {
	position: absolute;
	opacity: 0;
    z-index: 10;
    transition: transform .5s ease, opacity ease .2s;
	display: none;
  }

#nav-menu.now-active {
    /* transform: translateX(0); */
    /* transition: transform .5s ease, opacity ease .2s; */
    opacity: 1;
    /* border: 1px solid #989c9a; */
    width: -webkit-fill-available;
    /* padding-top: 8px; */
    /* padding-left: 19px; */
    /* padding-right: 21px; */
    /* right: 0px; */
    /* border-radius: 0px; */
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .25);
    /* z-index: 100; */
    display: block;
    position: fixed;
    margin: 0px 5.5%;
    padding: 20px;
    right: 0;
    top: 86px;
	background: #fff;
}

  .nav-list {
    padding: 10px;
    list-style-type: none;
	font-family: 'Yekan';
}
.nav-list li {
    padding: 8px 0px;
    border-bottom: 1px solid #ced3d6;
}
.nav-list li a {
	color: #000;
}


    /*responsible header End*/














@media screen and (max-width: 1180px) {
  .nav {
    display: none;
	}
	header{
	display:block;
	}
}
@media screen and (max-width: 640px) {
  .nav {
    display: none;
	}
	header{
	display:block;
	}
}
/*
End General CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */







/*
Start Slider CSS
*/


.slider-sec {
    margin-top: 85px;
    width: 100%;
    height: 39%;
    min-height: 470px;
    background-position: 41% 0;
}
.slider-text-box{
	width: 50%;
    padding-top: 117px;
}
.slider-text-head h1 {
    font-family: farhang2;
    color: #fff;
    font-size: 28px;
    border-right: 3px solid #084d95;
    padding-right: 13px;
}
.slider-text-desc h2 {
    padding-top: 26px;
    font-family: 'farhang2';
    font-size: 17px;
}


@media screen and (max-width: 640px) {
.slider-sec {
    margin-top: 85px;
    background: url('../../../static/images/News-Back-main.webp') 85% 28% / cover no-repeat;
    width: 100%;
    /* height: 43%; */
    min-height: 400px;
}
.slider-text-box{
	width:100%;
	padding-left: 5.5%;
    padding-right: 5.5%;
}
}
@media screen and (max-width: 1180px) {
.slider-sec {
    margin-top: 85px;
    background: url('../../../static/images/News-Back-main.webp') 85% 28% / cover no-repeat;
    width: 100%;
    /* height: 43%; */
    min-height: 400px;
}
.slider-text-box{
	width:100%;
	padding-left: 5.5%;
    padding-right: 5.5%;
}
}
/*
End Slider CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */





/*
Start about CSS
*/

.about-sec {
	padding-top: 42px;
    padding-bottom: 25px;
    overflow: hidden;
    border-bottom: 1.5px solid #00a651;
}

.about-sec .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-sec-right{
	width: 50%;
    display: flex;
    align-items: center;
}
.about-sec-left{
	width: 50%;
}
.about-sec-right-text p {
    font-family: 'Yekan';
    font-size: 14px;
    text-align: justify;
    color: var(--color1);
    line-height: 30px;
    font-weight: 500;
}
.about-sec-right-img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 640px) {
.about-sec .row {
    padding-left: 5.5%;
    padding-right: 5.5%;
}
	.about-sec-left {
    width: 100%;
}
	.about-sec-right {
    width: 100%;
}
	.line-bottom, .line-top  {
		display:none;
	}
}
@media screen and (max-width: 1180px) {
.about-sec .row {
    padding-left: 5.5%;
    padding-right: 5.5%;
}
	.about-sec-left {
    width: 100%;
}
	.about-sec-right {
    width: 100%;
}
	.line-bottom, .line-top  {
		display:none;
	}
}
/*
End about CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */


/*
Start product CSS
*/

.product-sec{
	padding-top: 60px;
    padding-bottom: 60px;
    background: #efefef;
}
.product-sec-title {
    font-size: 17px;
    color: #004b97;
    background-color: #fdfdfd;
    border-bottom: solid 1px #ebebeb;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    padding-right: 17px;
    font-weight: 600;
    border-right: solid 1px #00a651;
    font-family: 'farhang2';
	width: 100%;
}
.product-sec-right {
	width: 42%;
}

.product-sec-right-img {

}
.product-sec-right-img img {
	width: 100%;
    object-fit: contain;
    min-height: 405px;
    transition: 0.5s;
    max-height: 404px;
    height: 404px;
}
.product-sec-right-img:hover img {
    filter: brightness(1.1) contrast(1.1);
}
.product-sec-right-title{
	background: rgba(5, 54, 103, 0.86);
    margin-top: -92px;
    position: relative;
    z-index: 1;
    padding: 20px;
    max-height: 142px;
    backdrop-filter: blur(1.5px);
	height: 94px;
}
.product-sec-right-title-h4 {
    color: rgb(255, 255, 255);
    font-size: 21px;
    /* line-height: 56.8px; */
    height: 60px;
    letter-spacing: -0.5px;
    margin: 0;
    padding: 0px;
    font-family: 'farhang2';
}


.product-sec-left {
	width: 56%;
	background: #ffffff;
    padding: 31px;
    border-right: 1.5px solid #00a651;
    padding-bottom: 14px;
    padding-top: 4px;

}
.product-sec-left-box{
	background: #ffffff;
    margin-top: 20px;
    margin-bottom: 6px;
}
.product-sec-left-box .row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.product-sec-left-box-img{
	width: 38%;
    padding-left: 10px;
}
.product-sec-left-box-img img {
    object-fit: contain;
    width: 100%;
    height: 170px;
    filter: grayscale(0.3) brightness(0.9) contrast(0.9);
    transition: 0.5s;
}
.product-sec-left-box-left{
	width: 62%;
    padding: 0px 15px;
    text-align: justify;

}
.product-sec-left-box-title-h4{
	color: #004b97;
    font-size: 16px;
    margin-bottom: 11px;
    line-height: 22px;
    letter-spacing: -0.5px;
    margin-top: 10px;
    font-family: 'farhang2';
}
.product-sec-left-box-desc p{
	color: #4b4b4bd6;
    font-size: 12px;
    line-height: 25px;
    text-align: justify;
    letter-spacing: -0.5px;
    height: 90px;
    padding-left: 20px;
    font-weight: 500;
	font-family: 'Yekan';
}
.product-sec-left-box-more {

    transition: 0.5s;
    margin-left: 20px;
	text-align: left;
}
.product-sec-left-box:hover img{
	filter: grayscale(0.0) brightness(1.1) contrast(1.1);
    transition: 0.5s;
}
.product-sec-left-box:hover .product-sec-left-box-title-h4{
	color: #009f47;
    transition: 0.5s;
}
.product-sec-left-box:hover .product-sec-left-box-more{
	margin-left: 7px;
    transition: 0.5s;
}
@media screen and (max-width: 640px) {
.product-sec .row {
    padding-left: 5.5%;
    padding-right: 5.5%;
}
.product-sec-right {
	width: 100%;
	margin-bottom: 20px;
}
.product-sec-left {
	width: 100%;
	padding-right:0px;
	padding-left:0px;
}
.product-sec-left-box-img img {
    height: 100%;
}
.product-sec-left-box-img {

    padding-left: 0px;
}
.product-sec-left-box-left {
    padding: 0px 15px 0px 0px;
}
.product-sec-left-box-desc p {
    padding-left: 0px;
	font-size: 12px;
    line-height: 20px;
}
.product-sec-left-box-more {
    margin-left: 0px;
}
.product-sec-right-img img {
    min-height: 315px;
    height: 315px;
}
}
@media screen and (max-width: 1180px) {
.product-sec .row {
    padding-left: 5.5%;
    padding-right: 5.5%;
}
.product-sec-right {
	width: 100%;
	margin-bottom: 20px;
}
.product-sec-left {
	width: 100%;
	padding-right:0px;
	padding-left:0px;
}
.product-sec-left-box-img img {
    height: 100%;
}
.product-sec-left-box-img {

    padding-left: 0px;
}
.product-sec-left-box-left {
    padding: 0px 15px 0px 0px;
}
.product-sec-left-box-desc p {
    padding-left: 0px;
	font-size: 12px;
    line-height: 20px;
}
.product-sec-left-box-more {
    margin-left: 0px;
}
.product-sec-right-img img {
    min-height: 315px;
    height: 315px;
}
}
/*
End product CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */





/*
Start icon CSS
*/

.icon-sec{
	background: #004b97;
    padding-top: 22px;
    padding-bottom: 22px;
}
.icon-sec-row{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
div.icons-div {
    border-left-style: solid;
    border-left-color: rgba(33, 37, 41, 0.19);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    width: 140px;
}
.icon-box{
	border-left-style: solid;
    border-left-color: rgba(33, 37, 41, 0.19);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    width: 140px;
	text-align: center;
}
.icon-box p {
	margin-top: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.71);
    line-height: 20px;
    letter-spacing: -1px;
    font-weight: 600 ;
    font-family: 'Yekan' ;
}
.icon-box:hover img{
	filter: grayscale(1.0) brightness(2.5);
    transition: 0.5s;
}
.icon-box:hover p{
	color: #03a248;
    font-weight: 500;
}

/*
End icon CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */



/*
Start Banners CSS
*/
.Banner-sec{
	padding-top: 60px;
    padding-bottom: 60px;
}
.banner-box{
	width: 50%;
	padding: 40px;
    min-height: 400px;
	border-right: 1.5px solid #004b97;
	background: #F7F7F7;
}
.banner-box-left{
	width: 50%;
	padding: 40px;
    min-height: 400px;
	border-left: 1.5px solid #004b97;
	background: #F7F7F7;
}
.banner-box-title{
	color: #004b97;
    font-size: 25px;
    letter-spacing: -1px;
    font-family: 'farhang2';
    padding-bottom: 13px;
    margin-bottom: 20px;
}
.banner-box-title span{
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
}
.banner-box-desc{
	color: #000;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
	font-family: 'Yekan';
}
.imgbanner-box{
	width: 50%;
	padding: 40px;
    min-height: 480px;

}
.imgbanner-box-border{
	border: 1px solid rgba(255, 255, 255, 0.61);
	height:100%;
}
.imgbanner-box:hover {
    filter: grayscale(1.0);
    transition: 0.5s;
}
@media screen and (max-width: 640px) {
	.Banner-sec{
	display:none;
}
}
@media screen and (max-width: 1180px) {
	.Banner-sec{
	display:none;
}
}
/*
End icon CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */




/*
Start Footer CSS
*/
.footer-sec{
	background: #084d95;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-sec .container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.footer-col{
	width:25%
}

.footer-col span{
	color: #00E088;
    font-size: 22px;
    letter-spacing: -0.5px;
    font-family: 'farhang2';
}
.footer-col ul{
	list-style: none ;
}
.footer-col ul li{
	color: #FFF;
    line-height: 30px;
    font-family: 'Yekan';
    font-size: 15px;
}
.footer-col ul li a{
	color: #FFF;
    line-height: 30px;
    font-family: 'Yekan';
    font-size: 15px;
}
.footer-col ul li a:hover {
	color: #d9d6d6;
}
.footer-col-logo{
	width: 100%;
    height: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
	align-items: flex-end;
}
.footer-col-social {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.footer-col-social img {
    filter: saturate(0) invert(1) brightness(2.5);
    opacity: 0.7;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 1px 9px;
}
.footer-row{
	height: 100%;
}
.copyright-sec{
	padding: 24px 0px;
    background: black;
}
.copyright-sec-span {
    color: #a5a4a4;
    text-align: center;
    width: 100%;
    font-family: 'farhang2';
	font-size: 14px;
}
@media screen and (max-width: 640px) {
	.footer-col:first-child{
		display:none;
	}
	.footer-col:nth-child(2){
		display:none;
	}
	.footer-col:nth-child(3) {
        width: 100%;
		margin-bottom: 50px;
	}
	.footer-col:nth-child(4){
		width:100%;
	}
	.footer-sec .row {
        padding-left: 5.5%;
        padding-right: 5.5%;
    }
	.copyright-sec-span {
    font-size: 10px;
	}
}
@media screen and (max-width: 1180px) {
	.footer-col:first-child{
		display:none;
	}
	.footer-col:nth-child(2){
		display:none;
	}
	.footer-col:nth-child(3) {
        width: 100%;
		margin-bottom: 50px;
	}
	.footer-col:nth-child(4){
		width:100%;
	}
	.footer-sec .row {
        padding-left: 5.5%;
        padding-right: 5.5%;
    }
	.copyright-sec-span {
    font-size: 10px;
	}
}


