/*===================================================================================== GENERAL ===============================================================================================*/
	body{
		overflow-x: hidden;
	}
	/*===================================================================================== SECTION 01 -- SHOP ====================================================================================*/
	.container-fluid > .shop-image {
		background-color: #313030;
		text-align: center;
		display: none;
		padding: 5px 0;
	}
	
	/*============================================================================ SECTION 02 & 3 -- NAV VISIBLE-XS   ====================================================================================*/
.sidebargpItem {
	width: 230px;
	position: relative;
	margin:0 auto;
}
.sidebargpItem .b-wrapper{
	margin: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.85);
	opacity: 1;
}
.pr_itm {
    padding: 15px;
	border: 1px solid #ebebeb;
}
	.container-fluid > .nav-visible-xs , .container-fluid > .nav-hidden-xs  {
		background-color: #101010;
	}
	.container-fluid > .nav-hidden-xs .col-sm-7{
		text-align: left;
	}
	.container-fluid > .nav-visible-xs a,.container-fluid > .nav-hidden-xs a {
		color: #FF7E00;
	}
	.container-fluid > .nav-visible-xs > .container:nth-child(2) > .col-xs-6:nth-child(2){
		padding: 13px 0;
	}
	.container-fluid > .nav-visible-xs > .container:nth-child(1){
		padding: 15px 0;
	}
	ul.topNavMenu li label {
		color: #FF7E00;
	}
	ul.topNavMenu li{
		color:#fff;
	}

	.container-fluid > .row:nth-child(2) form[name=frmlogin],.container-fluid > .row:nth-child(3) form[name=frmlogin] {
		/* margin-top: -4px; */
	}
	.ltr .container-fluid > .row:nth-child(2) form[name=frmlogin],.ltr .container-fluid > .row:nth-child(3) form[name=frmlogin] {
		/* margin-top: -2px; */
	}
	.topNavMenu li {
		display: inline-block;
	}
	.topNavMenu li a {
		display: block;
		color: #fb7e00;
	}
.topNavMenu li label >  a{
	/* padding: 0px 22px;
	border: 1px solid #FFF;
	background-color: #9b042c;
	color: #FFF;
	border-radius: 7px; */
}

	.topNavMenu .lang {
		position: relative;
	}
	.topNavMenu .lang span {
		color: #fff;
		padding: 10px;
		cursor: pointer;
	}
	.topNavMenu .lang div {
		position: absolute;
		top: 100%;
		z-index: 9999;
	}
	.topNavMenu .lang ul {
		display: none;
		position: relative;
		z-index: 10000;
		background-color: #000;
		width: 100%;
		padding: 5px 0;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	.topNavMenu .lang:hover ul {
		display: block;
	}
	.topNavMenu .lang ul a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.topNavMenu .lang ul li {
		margin: 10px;
		background: url('../images/general/languageBg.png') no-repeat no-repeat;
		width: 30px;
		height: 20px;
	}
	.ltr .topNavMenu li.lang ul li {}
	.topNavMenu li.lang ul li.englishFlag {
		background-position: -44px -2px;
	}
	.topNavMenu li.lang ul li.russianFlag {
		background-position: -86px -1px
	}
	.topNavMenu li.lang ul li.arabicFlag {
		background-position: -124px 0
	}
	.topNavMenu li.lang ul li.persianFlag {
		background-position: 0 0;
	}
	.topNavMenu>li img {
		width: 19px;
		height: 19px;
	}
	.topNavMenu li.date {
		color: #fff;
		padding-left: 20px;
		padding-top: 3px;
		font-family: irsans;
	}
	.ltr .topNavMenu li.date {
		padding-left: 10px;
		font-family: yekan
	}
	.topNavMenu li.date i {
		position: relative;
		bottom: 2px;
	}
	.topNavMenu li:last-child {
		/* color: #fff; */
	}
	.topNavMenu li:last-child label {
		color: #FF7E00;
	}
	.topNavMenu li:last-child form {
		display: inline-block;
	}
	.topNav .logout {
		width: 50px;
		padding: 2px 8px;
		margin: 2px;
		border-radius: 4px;
		color: #b71c1c;
		background-color: #cdcdcd;
		border: none;
		outline: none;
	}
	.topNavMenu li:last-child a {
		display: inline-block;
		padding-left: 5px;
	}
	.userenter form input{
            /*! height: 26px; */
            padding: 6px 7px;
            color: #444;
            border-radius: 4px;
            width: 94%;
            background-color: red;
            color: #fff;
            border: 0;
        }

	@media(min-width:768px) {
		.juVcarousel .ju-slider-item > span {
			margin-right: 6px;
		}
		.topNavMenu {
			display: flex;
			align-items: center;
			justify-content: space-between;
			/* justify-content: flex-end; */
		}
		.ju-slider-item p , .ju-slider-item span {
			/*padding-right: 35% !important;*/
		}
		.col-sm-8 > ul > li.userenter {
			text-align: center;
			line-height: 21px;
			display: flex;
		}

		.col-sm-8 > ul > li.userenter form {
			margin: 0 9px;
		}

		.nav-hidden-xs > .container {
			padding: 20px 0;
		}

		.lang, .userenter a, .userenter span {
		}

		.gridItem > ul > li {
			position: static;
			margin: 40px auto;
			width: 80%;
		}

		.gridItem > ul > li > .gridImage > a > img {
			width: 100%;
		}

		.gridItem > ul > li > .gridImage > a {
			width: 100%;
		}
	}

@media screen and (min-width: 598px) and (max-width: 680px){
	.gridItem > ul > li{
		margin-right: 40px !important;
	}
}
@media screen and (max-width: 695px){
	.gridItem > ul{
		width: 100% !important;
		position: static;
		height: auto !important;
		margin: 0px;
	}
	.gridItem > ul > li{
		width: 100% !important;
		position: static;
		margin: 40px auto !important;
	}
}
@media (min-width: 768px) {

	.gridItem > ul > li {
		display: none;
		position: absolute;
		width: 240px;
		margin: 0 5px 10px;
		padding: 0;
		background: none repeat scroll 0 0 #ffffff;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-khtml-border-radius: 7px;
		border-radius: 7px;
		border: 1px solid #cccccc;
		-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
		-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cccccc')";
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cccccc');
		list-style: none outside none;
		overflow: hidden;
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		-o-transition: all 0.8s;
		-ms-transition: all 0.8s;
		transition: all 0.8s;
	}
}


	/*======================================================================================== SLIDER HEADER -- SECTION 04  ====================================================================================*/
	.section_01{
		margin-top:0 !important;
	}

	/*======================================================================================= MENU -- SECTION 05 ==================================================================================*/
	.head {
		margin-bottom: 30px;
	}
	.menu > ul > li > ul > li:last-child > a > span{
		/* border-bottom: 1px solid #850d0d; */
	}
	.search form{
		margin: 23px 0;
	}
	@media (max-width: 1200px){
		body > div > div.row.head.xBgColor.nav-menu > div > div.search.col-xs-6.col-lg-2 > form{
			float: left;
		}
	}
	@media (max-width: 400px){
		.nav-menu > div > div:nth-child(1){
			/*padding: 16px 0;*/
		}
		.nav-menu > div > div:nth-child(1) img{
			width:70%;
			margin: 23px 0!important;
		}
	}
	/*======================================================================================== COLLAPSE MENU -- SECTION 6 ==================================================================================*/
	.container-fluid > .collapse-menu{
		padding: 10px 0;
		background-color: #1E1D1D;
		margin-bottom: 20px;
		margin-top: -30px;
	}
	.container-fluid > .collapse-menu div > span{
		color:#fff;
		font-size: 40px;
		cursor:pointer;
	}
	/*=========================================================================================  SLICK SLIDER -- SECTION 07 ===================================================================================*/
	/*.slick-slide{
		position: relative;
		cursor:pointer;
	}
	.slick-slide .b-wrapper{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition:400ms;
		transform: scale(0);
		background-color: rgba(0,0,0,.7);
	}*/
	.title-Homepage-Grouped{
		background-color: #201d1d;
	    padding: 10px 20px;
	    margin: 30px 0 15px;
	    border-radius: 7px;
		font: 20px "irsans";
		height: 57px !important;
		line-height: 40px !important;
		color: #ffaf00;


	}
	.juHcarousel .ju-slider-item div a {
	    font-size:24px;
	}
	
	/*=================================================================================  SMALL SLIDER + NEWS -- SECTION 08  ==================================================================================*/
	 .small-slider-and-news{
	 	margin-top: 25px;
	 }
	 @media screen and (min-width: 1024px) {
		.carousel_03 {
			min-height: 480px;
 	}
	 @media screen and (min-width: 992px) and (max-width: 1024px){
		 .carousel_02 {
			 margin: 20px 15px 0 0;
		 }
		 .carousel_03 {
			 min-height: 401px;
		 }
 	.carousel_02 {
 		padding: 0 10px 0 55px !important;
 		width: 100%;
 	}
 	.section_01.wrapper {
 		padding: 0 0 20px !important;
 		width: auto !important;
 		margin: 20px !important;
 	}
 	.section_01 .juHcontentSlider .ju-slider-itemwrap {
 		width: 100% !important;
 	}
 	.section_01 .juHcontentSlider .ju-slider-wrap {
 		width: 100%;
 	}
 	.section_01 .juHcontentSlider .ju-slider-item {
 		width: 100% !important;
 		height: auto !important;
 	}
 	.section_01 .juHcontentSlider .ju-slider-item > a {
 		width: 100% !important;
 		height: auto !important;
 	}
 	.section_01 .juHcontentSlider .ju-slider-item > a > img {
 		width: 100% !important;
 		height: auto !important;
 	}
 	.section_01 .juHcontentSlider .ju-slider-item p {
 		width: 100% !important;
 		height: auto !important;
 	}
 	/* ------------------- HOTNEWS VITRIN --------------*/
 	.juHcarousel_grouped .ju-slider-itemwrap {
 		width: 100% !important;
 		height: auto !important;
 		padding: 0 15px;
 	}
 	/* ------------------- GROUPED VITRIN --------------*/
 	.normalGrouped .juHcarousel_grouped {
 		text-align: center !important
 	}
 	.normalGrouped .ju-slider-wrap {
 		text-align: center !important
 	}
 	.normalGrouped .b-link-flow {
 		margin-bottom: 2% !important;
 		margin-left: 1% !important;
 	}
	}
	/*=========================================================================================== MAIN CONTENT -- SECTION 9 ==================================================================================*/
		#homepageGroupedProduct .container:nth-child(2) .col-md-6 > .row{
			text-align: center;
		}

	}
	#homepageGroupedProduct > .container:nth-child(2){
		text-align: center;
	}
	#homepageGroupedProduct > .container:nth-child(2) > .col-xs-6{
		position: relative;
		margin-bottom: 10px;
	}
	#homepageGroupedProduct > .container:nth-child(2) > .col-xs-6 span{
		cursor: pointer;
	}
	#homepageGroupedProduct > .container:nth-child(2) > .col-xs-6 .b-wrapper{
		position: absolute;
	    top: 0; 
	    left: 0; 
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0,0,0,.8);
	    transform:scale(0);
	    transition:all 400ms;
	    border-radius: 7px;
	}
	#homepageGroupedProduct > .container:nth-child(2) > .col-xs-6 .b-wrapper a{
	  	position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		display: block;
		width: 100%; 
		color: #fff;
        font-size: 30px;
        word-break: break-all;
		font-family: "A Iranian Sans";
	}
	#homepageGroupedProduct > .container:nth-child(2) > .col-xs-6 .b-wrapper a:hover{
	    color:#ff6000;
	}
	#homepageGroupedProduct > .container:nth-child(2) > .col-xs-6 img{
		display: block;
    	width: 100%;
    	border-radius: 7px;
	}
	.showPage .zoomLink a {
    	position: static;
	}

	.showPage .zoomLink {
		text-align: left;
		float: none;
	}

	#homepageGroupedProduct > div > div > a{
		display: block;
	    width: 100%;
	    height: 100%;
	    overflow: hidden;
	}
	.showTXT > ul > li > q {
		display: block;
	}
div.showTXT > ul > li:nth-child(3) {
	float: right;
}
	.showTXT2{
	        margin: 20px 0;
            padding: 25px 0;
	    }
	    .showTXT2 ul{
	        display: flex;
            justify-content: space-between;
	    }
	    .showTXT2 ul li {
	        float: right;
	    }
	    .showTXT2 > ul > li > div {
            float: right;
            margin: 0 10px;
	    }
	    .showTXT2 > ul > li > div > span {
            display: inline-block;
            font: 13px/27px Tahoma, Geneva, sans-serif;
            color: #555555;
	    }
	    .showTXT2 > ul > li > div.alignLeft {
            text-align: left;
        }
        .showTXT > ul > li {
            margin: 0;
            padding: 0 0 15px 20px;
            list-style: none outside none;
            word-break: break-all;
        }
	/*=============================================================================================== LATEST -- SECTION 10 ===================================================================================*/
	/*.latest > div > div > div > div.col-sm-2 > a > img{
		width: 100%
	}*/
	.latest h5{
		margin:15px 0;
	}
	.latest .col-sm-11{
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	.latest li{
	    padding: 15px;
	}
	.latest li:hover {
         background-color: #EBEDF0;
    }
    .latest ul li .leftBoxLatest p.abstract {
		color: #999999;
		margin-top: 5px;
		line-height: 18px;
		padding-right: 11px;
		font-size: 13px;
		text-align: justify;
    }
    .latest div ul li p.date {
        color: #9BACD3;
        text-align: left;
        font: 9px;
		font-family: irsans;
    }
    .latest div ul li:hover p.date {
        color: #7C7D7E;
    }
    
    .ltr .latest div ul li p.date {
        text-align: right;text-align: justify;
    }
    .latest div ul li:hover  p.abstract {
        color: #121212;text-align: justify;
    }
    .latest div > h5 {
        background-color: #201d1d;
        color: #fff;
        padding-right: 15px;
        font: 17px "irsans";
        height: 30px;
        line-height: 30px;
    }
    .leftBoxLatest a{
        font-size:18px;
    }
	/*========================================================================================== OTHER PAGES -- SECTION 11 ===================================================================================*/
	#homepageGroupedProduct > div > div > img{
		border-radius: 50%
	}
	/*============================================================================================== SUB FOOTER -- SECTION 12 ==================================================================================*/

	.card > ul > li {
		position: relative;
		z-index: 99;
		float: right;
		width: 25%;
		height: auto;
		padding: 0;
		margin: 0 0 0 1%;
		list-style: none outside none;
	}

	.ltr .card > ul > li {
		float: left;
		margin: 0 20px 0 0;
	}

	.card > ul > li > div {
		z-index: 1;
		display: block;
	}

	.card > ul > li > h3 {
		/*padding: 1rem;*/
		margin: 0;
		text-align: center;
	}

	.card > ul > li > h3 > i {
		position: relative;
		top: 3px;
		font-size: 21px;
	}

	.card > ul > li > h3 > a > span {
		padding: 0 10px 0 0;
	}

	.card > ul > li > h3 > span,
	.card > ul > li > h3 > a {
		display: inline-block;
		font-size: 17px;
		font-weight: 900;
	}

	.card > ul > li > div > div {
		width: 100%;
		min-height: 100px;
		padding: 5px;
	}

	.itemList ul {
		padding: 0;
		margin: 0;
	}

	.itemList ul li {
		position: relative;
		height: 27px;
		padding: 5px 20px 5px 0;
		margin: 0;
		overflow: hidden;
		list-style: none outside none;
		border-bottom: 1px dashed #bbb;
	}

	.itemList ul li a {
		display: block;
	}

	.itemList ul li a i {
		position: absolute;
		top: 50%;
		right: 0;
		margin: -7px 0 0;
		font-size: 14px;
		color: #6c0000;
	}

	.itemList ul li a:hover i {
		color: #e95d00;
	}

	.itemList ul li a span {
		display: block;
		font: 11px/17px tahoma;
		color: #333;
	}

	.itemList ul li a:hover span {
		color: #e95d00;
	}

	.footer {
		/*margin: 2rem auto 32px;*/
		background-color: #3f4959;
        /* padding-top: 23px; */
		margin-top: 40px;
	}

/*.footer > div {
	max-width: 1000px;
	padding: 0 1rem;
	margin: auto;
	}*/

	.boxTitle {
		padding-top: 15px;
		padding-bottom: 15px;
		margin: auto;
		font-family: IrSans;
		text-align: center;
		color: white;
		border-top-right-radius: 7px;
		border-top-left-radius: 7px;
	}

	.boxBody {
		padding: 10px;
		padding-top: 15px;
		margin: auto;
		color: white;
		/* background: #fff; */
	}

	.boxBody > ul > li {
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid gray;
	}

	.mainContent {
		width: 93%;
		margin: 1rem auto;
	}

	.flexBox {
		width: 25%;
		margin: .25%;
	}

	.footerCantainer {
		/* width: 100%; */
		display: flex;
		justify-content: space-between;
		padding-top: 23px;
		padding-bottom: 23px;
		margin: auto;
	}

	.card {
		position: relative;
		z-index: 2;
		float: none;
	}
	.card > ul{
		padding:0;
	}
	@media screen and (max-width: 830px) {
		/*.footer {*/
		/*	margin: 2rem 0 2vw;*/
		/*}*/
		.footerCantainer {
			align-items: center;
			-webkit-box-align: center;
			-webkit-box-direction: normal;
			-webkit-box-orient: vertical;
			-ms-flex-align: center;
			-ms-flex-flow: column wrap;
			flex-flow: column wrap;
		}
		/*.card {*/
		/*	margin-bottom: .5rem;*/
		/*}*/
		.card > ul > li {
			width: 100%;
			height: auto;
			margin: 0;
			border-bottom: 7px solid transparent;
		}
		.ltr .card > ul > li {
		    float: left;
            margin: 0; 
        }
		.card > ul > li a,
		.card > ul > li a:hover,
		.card > ul > li a:focus {
			color: #fff;
		}
		.card > ul > li > div > div {
			text-align: center;
		}
		.boxTitle {
			text-align: center;
		}
		/*.rtl .boxTitle {*/
		/*	text-align: right;*/
		/*}*/
	}
	.detailsOfServices{
		opacity: 1;
		color: rgba(0, 0, 0, 0.389);
	}

	/*============================================================================================= FOOTER -- SECTION 13 ===================================================================================*/
	@media(min-width:992px){

		.col-md-push-2{
			right: 0;
		}
		.listGroup{
			left: 0;
			float: right;
			/* margin-right: 4%;	 */
		}
		.navigation ul{
			display: flex;
		}
		#wrapperancer{
			color: black;
		}
		#wrapperancer:hover{
			color: #ff9610;
		}
		.moduleLatest img {
			width: 130px;
			float: right;
		}
		.b-wrapper{
			margin: 0 !important;
			
			
		
			/* background-color: rgba(32, 29, 29, 0.88); */
			display: block;
			opacity: 1;
			-webkit-transition: all 0.7s;
			-moz-transition: all 0.7s;
			-ms-transition: all 0.7s;
			-o-transition: all 0.7s;
			transition: all 0.7s;
			overflow: hidden;
		}
		.pr_itm:hover .b-wrapper{
			opacity: 1;
			}
		.b-wrapper a{
			/* margin: 50% 0%; */
			display: block;
			
			line-height: 32px;
			/* padding: 0 29px; */
		}
		.detailsOfServices{
			opacity: 1;
			color: rgba(0, 0, 0, 0.389);
		}
		.b-wrapper a:hover{
			color: #ff990a;
	}
	body > div.foot.bott-footer > div > div > div.navigation.col-lg-10{
		text-align: center;
		display: flex;
		justify-content: center;
		padding: 6px 35px;
		padding-top: 35px;
	}	
	.rvkp{
		text-align: center;
	}
	.bgFoot > .container{
		padding:0;
	}
	/*====================================================================================== SHOPPING BASKET -- SECTION 14 =================================================================================*/
	/*=============================================================================================== SIDEBAR -- SECTION 15 ===================================================================================*/
		.b-wrapper a {
			color: black;
			width: 100%;
		}
		.resBoxxx {
		position: absolute;
		top: 0;
		right: -102%;
		background-color: #1E1D1D;
		z-index: 999999;
		width:102%;
		min-height: 100%;
	}
	.resBoxxx h2{
	    padding: 15px;
	    text-align: center;
	    color: #eee;
	    margin-top: 30px;
	}
	@media screen and (max-width: 1024px){
		.resMenu.menu {
			width: 100%;
		}
		.menu ul li ul li ul {
			display: none;
		    position: absolute;
		    top: 100%;
		    margin: 0;
		    padding: 0;
		    z-index: 102;
		    width: 100%;
		    right:0 !important;
		}
		.rtl .menu ul li ul li ul {
		    display: none;
		    position: absolute;
		    top: 100%;
		    margin: 0;
		    padding: 0;
		    z-index: 102;
		    width: 100%;
		    right: 0 !important;
		    left: -199px !important;
		}
		.menu ul li ul li ul li {
		    position: relative;
		    width: 100%;
		    margin: 0;
		    padding: 0;
		    list-style: none outside none;
		}	
	}
	@media screen and (max-width: 1024px) {
		.resMenu ul li {
			float: none !important;
		}
		.ltr .resMenu ul li{
		    text-align:left;
		}
		.resMenu ul {
			margin: 0
		}
		.resMenu.menu {
			width: 100%;
		}
		.resMenu > ul > li > ul > li {
			width: 100%;
		}
		.resMenu > ul > li > ul {
			width: 100%;
		}
		.resMenu li.menuClass2>a span {
			width: 100%;
		}
		.resMenu li.menuClass3 .menuTooltipe {
			height: 100%;
		}
		.resMenu > ul > li {
			background-color: #850d0d;
			height: 50px;
			margin-bottom: 10px;
			line-height: 50px;
			border-radius: 8px !important;
			-webkit-border-radius: 8px !important;
			-moz-border-radius: 8px !important;
		}
		.resMenu > ul > li>a>span {
			background-color: #464444;
			height: 50px;
			margin-bottom: 10px;
			line-height: 50px;
			border-radius: 8px !important;
			-webkit-border-radius: 8px !important;
			-moz-border-radius: 8px !important;
		}
		.resMenu li.menuClass2>a span {
			display: block;
		}
		.resMenu > ul > li > ul > li > a > span {
			border-color: #464444;
			color: #000
		}
		.resMenu > ul > li > ul > li.lastChild > a > span {
			border-color: #464444;
		}
		.resMenu > ul > li:hover>a>span {
			background-color: #A3A1A1
		}
		.resMenu > ul > li > ul > li:hover > a > span,
		.resMenu > ul > li > ul > li:active > a > span {
			background-color: #464444;
		}
		.resMenu > ul > li > ul {
			top: 48px;
		}
	}
}
	.resBoxxx h2 {
 		color: #fff;
 		font: 20px "yekan";
 		background-color: #252424;
 		border-radius: 8px;
 		-webkit-border-radius: 8px;
 		-moz-border-radius: 8px;
 		text-align: center;
 		    margin: 35px 0 20px;
 	}
	 	.resBoxxx .tags ul > li > a {
 		font-size: 14px;
 		border-radius: 4px;
        color: #555;
 	}
	 .tags ul {
 	display: table;
 	margin: 0;
 	padding: 0;
 	position: relative;
 	top: -13px;
 }
 
 .tags ul > li {
 	float: right;
 	margin: 0;
 	padding: 1px 2px;
 	list-style: none outside none;
 	border-bottom: 0
 }
 
 .tags ul > li > a {
 	display: block;
 	padding: 0 3px;
 	background: none repeat scroll 0 0 #dfdfdf;
 	font: 12px/22px Yekan, Tahoma, Geneva, sans-serif;
 	color: #aaaaaa;
 }
 
 .tags ul > li > a:hover,
 .tags ul > li > a:active {
 	background-color: #cccccc;
 	color: #000000;
 	-webkit-transition: all 0.9s ease;
 	transition: all 0.9s ease;
 }
 .closeBox span{
 	    display: inline-block;
    text-align: left;
    font-size: 40px;
    color: #fff;
    margin: 10px 0;
    cursor: pointer;
 }
 .closeBox span:hover{
 	color:red;
 }
 .resBoxxx .container .col-xs-12:first-child{
 	text-align: left;
 }
 li.menuClass:hover > ul{
	 display: block;
 }
 .showIMG.news_show_img{
	 float: right;
	 width: 100% ;
	 position: static;
 }

nav.navbar{
	background-color: rgb(30, 29, 29);
}
.menuClass ul {
	transition: all 1s;
}
.menuClass:hover ul{
	max-height: 100%;
}

.menuClass:hover{
	color: #AAA;
	/*background-color: #1e1d1d;*/
}
.menuClass ul li{
	color: gray;
}
.navbar.navbar-default{
	overflow: hidden;

}
.dis_none{
	display: none;
}
.navbar-default .navbar-nav li a {
	color: #b6b6b6;
}
.navbar-nav {
	float: right;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.fright{
	float:right !important;
}
.fleft{
	float:left !important;
}



nav.navbar.navbar-default{
	border:none;
}

nav.navbar.navbar-default li.menuClass {
	border-bottom: solid 1px #302f2f;
}
.fa.fa-bars{
	font-size: 49px;
	color: #FFFFFF;
	line-height: 48px;
}
div.showTXT > ul > li.pro-sh-abs {
	height: 122px;
	margin-top: 12px;
}

@media(max-width: 768px) {
	.listItem > ul > li > .listDetail{
		height: auto!important;
	}
	.listItem > ul > li{
		padding:0;
	}
	div.listItem > ul > li > div.listImage , div.listItem > ul > li > div.listImage > a , div.listItem > ul > li > div.listImage > a > img {
		height: auto !important;
		width: 100% !important;
	}
	.listItem > ul > li .listTitle {
		height: auto !important;
	}

	.listItem > ul > li .listTitle > a {
		1.5em/45px irsans, sans-serif !important
	}
	.listItem > ul > li .listAbstract > span{
		height: auto;
		font: 16px/22px tahoma;
		text-indent: 0;
		width: 86%;
		text-align: justify;
		margin-right: 42px;
	}
	 div.moduleLatest > ul > li > a > img{
		 width: 100%;
		 display: block;
		 margin: 0 auto;
		 border-radius: 7px;
	 }
	ul.topNavMenu.num2{
		position: absolute;
		left: 0;
		top: 20%;
		font-size: 13px;
		z-index: 2222;
		text-align: center;
	}
	.juVcarousel .ju-slider-item > span {
		float: right;
		display: block !important;
		width: 64%;
		overflow: hidden;
		/*margin-right: 136;*/
	}
}
div.row.visible-xs.nav-visible-xs > div:nth-child(1) > div:nth-child(2) > ul {
	 float: left;
 }
div.row.visible-xs.nav-visible-xs > div:nth-child(2) > div.col-xs-6{
	float: left;
	padding:0;
}
body > div.container-fluid > div.row.visible-xs.nav-visible-xs > div:nth-child(2) > div.row.visible-xs.visible-sm.visible-md.collapse-menu{
	position: absolute;
	top: 42px;
	z-index: 1222;
	width: 100%;
}
.topNavMenu1 li{
	margin-left: 15px;

}
div.row.head.xBgColor.nav-menu > div > div:nth-child(1) > a > img{
	margin: 15px 0;
}
@media screen and (min-width: 992px) and (max-width: 1200px){
	.menu > ul > li > a > span {
		padding: 0 5px;
		font-size: 14px;
	}
}
.checkout-btn form {
	 margin-top: 15px;
 }

@media screen and (max-width: 992px){
	.commentList {
		float: right !important;
	}

	.payable-amount{
		min-width:auto !important;
	}
	.row.head.xBgColor.nav-menu{
		height:96px;
	div.row.head.xBgColor.nav-menu > div > div:nth-child(1) > a > img {
		margin: 10px 0;
	}
	}
	.juVcarousel .ju-slider-item > span > a{
		margin-right: 134px;
	}.juVcarousel .ju-slider-item > p {
		 margin-right: 140px;
		 width: 50%;
	 }
	.topNavMenu.num2{
		position: absolute;
		left: 0;
		top: 5px;
		font-size: 13px;
	}
	.leftBoxLatest {
		width: 100% !important;
	}
	.lts-itm {
		margin-bottom: 0;
	}
	.latest.row img {
		margin: -12px 0px 14px 0;
	}
	/* .latest {
		height: 809px;
	} */
	body > div > div:nth-child(7) > div > div.col-md-8.hidden-xs{
		padding: 0;
		margin-bottom: 18px;
	}
	.juVcarousel .ju-slider-itemwrap {
		height: 467px !important;
	}
	.juVcarousel .ju-slider-item > a{
		right: 23px !important;
	}

	.juVcarousel .ju-slider-item {
		width: 90% !important;
	}
}
@media screen and (max-width: 800px) {
	.latest {
		height: auto;
	}

}

@media screen and (max-width: 992px){
	div.moduleLatest > ul > li > a > img {
		width: 100%;
	}
	.moduleLatest .date{
		display: none;
	}
	.leftBoxLatest a{
		font-size: 23px !important;
	}
	.latest ul li .leftBoxLatest p.abstract{
		font: 16px/24px "irsans";
		margin-bottom: 0;
	}
	.leftBoxLatest{
		margin-top: 25px;
	}
	.latest div > h5{
		font: 20px "irsans";
		height: 57px !important;
		line-height: 57px !important;
		color: #ffaf00;
	}
	div.carousel_03_title > a > i{
		line-height:2em;
	}
	div.row.small-slider-and-news > div > div.row > div{
		margin-right: -15;
	}
	.carousel_03_title h3 span{
		font: 19px/38px Yekan, Tahoma, Geneva, sans-serif !important;
	}
	.carousel_03{
		width: 100% !important;
	}
	/*.juVcarousel .ju-slider-item{height: 145px !important;}*/

	.juVcarousel .ju-slider-item > a {
		width: 120px !important;
		height: 120px !important;
	}
	.juVcarousel .ju-slider-item > a > img {
		width: 120px !important;
		height: 120px !important;
	}

	.small-slider-and-news{
		margin: 25px auto 0 !important;
	}
	.juVcarousel .ju-slider-item > span > a{
		overflow: visible !important;
		font: 20px/27px Yekan,Tahoma,Geneva,sans-serif !important;
	}
	.juVcarousel .ju-slider-item > p {
		height: 69px !important;
		margin: 46px 140px 0 0 !important;
		padding: 0;
		text-align: justify;
		font: 14px/23px tahoma !important;
		color: #999999;
		overflow: hidden !important;
	}
	.lts-itm {
		display: inline-block;
		overflow: hidden;
		min-height: 550px;
	}
	.moduleLatest-wrapper{
		padding:0!important;
	}
	p.abstract {
		font: 16px/24px "irsans"!important;
		margin-bottom: 0;
	}
	.latest ul li .leftBoxLatest p.abstract{
		padding-right: 0 !important;
	}
}
 div.row.shop-image > div > div > div > ul > li > span > img{
	 height: 32px;
	width: 32px;
}
.dminMassage.idden-lg.idden-md{
	height: 40px;
}
.b-wrapper{
    font-size: 1.1em;
    display: flex;
	flex-direction: column;
	justify-content: flex-start;
    align-items: center;
    margin: 21px 0;
	
}
@media screen and (max-width: 1200px){
	.pr_itm{
		/* width: 25%; */
	}
}

.serv{
display:         flex;
  flex-wrap: wrap;
}
.serv > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 992px){
	.pr_itm {
		/* width: 33.333333333333%; */
	}
	.lts-itm{
		padding:15px;
	}
	.listGroup > ul > li > a > span {
		font: 20px/35px Yekan,Tahoma,Geneva,sans-serif;
	}
	.menuClass img , .menuClass div , .menuClass ul{
		display: none;
	}
	li.menuClass ul li.menuClass , .menuClass ul li{
		height: 50px;
		line-height: 50px;
		background-color: #151515;
		padding-right: 53px;
	}
	.menuClass ul li{
		 border-bottom: solid 1px #302f2f;
	 }
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
		color: #ffc600;
		background-color: transparent;
	}
}


@media screen and (max-width: 768px){
	.pr_itm{
		/* width: 50%; */
		border-bottom: 1px solid black;
	}
	.payable-amount{
		margin-top: 42px;
		padding: 10px;
		min-width: 0px;
		/* height: 25px; */
		line-height: 19px;
		background-color: #fff;
		position: relative;
		right: 0 !important;
		width: 100%;
		border-radius: 5px;
	}

}
.imgBoxCt{
	position: relative;
    overflow: hidden;
    z-index: 10;
}
.bg-image-3::before {
    left: -70px;
    transform: skew(30deg);
    z-index: -2;
}
.tabs-custom-3 {
    flex-direction: row-reverse;
    text-align: left;
	display: flex;
    /* flex-direction: column-reverse; */
    text-align: center;
    color: inherit;
	z-index: 12;
	
}
@media (min-width:1600px) {
	.tab-content-4
	{padding-left: 9%;
    padding-right: 30px;}
}
.tab-content-4 {
    
	flex-grow: 1;
}
.bg-image-3 {
    background-image: url(https://livedemo00.template-help.com/wt_prod-10987/theme/images/bg-index-6.jpg);
    background-repeat: repeat;
    background-color: #f5f5f5;
}
@media all and (min-width:768px) {
	
	.bg-image-3::before, .bg-image-3::after {
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		width: 1000%;
		background: inherit;
		transform-origin: 50% 0;
		z-index: 10 !important;
	}
}
@media all and (max-width:767.9px){
	.imgBoxCt{
		height: 300px;
	}
	
}
.tab-content-4 .tab-pane {
    max-width: 350px;
}
.tab-content > .active {
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
}
.oh-desktop {
    position: relative;
    overflow: hidden;
	font-size: 36px;
}
.desktop .oh-desktop {
    position: relative;
    overflow: hidden;
}
.button-icon-right.button-primary .icon {
    /* background: #fcb672; */
}
.button-icon-right .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 68px;
    font-size: 27px;
}
.nav-tabs-3 {
    max-width: 374px;
	display: flex;
    flex-direction: column;
    text-align: center;
    background: #343c49;
    width: 100%;
	
    flex-wrap: wrap;

}
.nav-item-3 {
	/* font-size: 35px; */
	font-weight: 500;
	color: white;
    display: flex !important;
    flex-direction: column;
    flex-grow: 1;
}
.nav-item-3.active .nav-link-3::before {
    width: 77px;
    background: #eea660;
}
.nav-link-3::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 3px;
    background: transparent;
    transform: translate3d(-50%, 0, 0);
    transition: all .3s ease;
}
.nav-link-3{
	color: white;
	position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 15px !important;
    font-size: 16px;
    text-transform: uppercase;
}
.nav-link-3:hover, .nav-item-3.active a{
    background: #3f4959;
}
@media (min-width: 1200px){
.section-inset-7 {
    padding: 90px 0;
}
}
@media (min-width: 768px){
.bg-image-3::after {
    left: 0;
    transform: skew(-8deg);
    z-index: -1;
}
}
.tab-content > .tab-pane {
	display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.desktop .oh-desktop {
    position: relative;
    overflow: hidden;
}
.imgBox{
	position: absolute;
    right:0;
    top: 0;
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    will-change: transform;
    animation: bgPos 100s linear infinite;
    transform: translate3d(75px, -75px, 0) rotate(0.001deg);
    background-position: 50% 50%;
    background-size: cover;
    pointer-events: none;
    zoom: 1;
    z-index: -1;
}
@keyframes bgPos {
    25% {
        transform: translate3d(150px, -150px, 0) rotate(0.001deg);
    }
    75% {
        transform: translate3d(0, 0, 0) rotate(0.001deg);
    }
}

@media screen and (max-width: 450px){
	.pr_itm ,.lts-itm{
		/* width: 100%; */
	}
}
.tab-content-4 h4 + p {
    margin-top: 32px;
	line-height: 25px;
	color: #777777;
}
.tab-content-4 .tab-pane {
	direction: rtl;
    max-width: 350px;
    text-align: right;
	margin-right: 50px;
}
.tab-content-4 * + .button-wrap, .tab-content-4 * + .button {
    margin-top: 35px;
}
.button-icon-right {
    padding-right: 95px;
}
.button-primary, .button-primary:focus {
    color: #ffffff;
    background-color: #eea660;
    border-color: #eea660;
}
.button {
    min-width: 230px;
    padding: 25px 50px;
}
.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 17px 40px;
    font-size: 18px;
    line-height: 1.85;
    min-width: 200px;
    border: none;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: all .25s ease-in-out;
}
.button-icon-right.button-primary .icon {
    background: #fcb672;
}
.button-icon-right .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 68px;
    font-size: 27px;
}
.button-icon .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: inherit;
	margin-right: 16px;
}
@media screen and (max-width: 800px){
	.moduleLatest > div{
		display: flex;
		flex-direction: column;
	}
	.lts-itm {
		min-height: 0;
	}
	.lts-itm img {
		width: 100%
	}
	p.abstract {
		/*margin-bottom: 53px;*/
	}
}


@media screen and (max-width: 992px) and (min-width: 768px){
	.section_01{
		height: 456px!important;
	}

}
@media screen and (min-width: 992px) {
	.section_01 {
		height: 479px;
	}
	.showTXT > ul > li > q {
		margin-top: 20px;
	}

}
@media screen and (min-width: 1200px){
	.section_01{
		height: 480px;
		width: 717px;
	}
}
#pro_pic{
	width: 100px;
	height: 100px;
	border-radius:50% ;
}


 p.abstract {
	 color: #999999;
	 margin-top: 5px;
	 line-height: 18px;
	 padding-right: 11px;
	 font-size: 13px;
	 text-align: justify;
	 font-family: irsans;
	 overflow: hidden;
	 height: 73px;
}

.latest.css:1
.latest p {
	margin: 0;
}

p.date {
	color: #9BACD3;
	text-align: left;
	font: 9px "tahoma";
}
.lts-itm img {
	display: block;
	margin: 0 auto;
	border-radius: 7px;
}


.adminMassage.hidden-lg.hidden-md{
	margin-top: -30px;
}
.search.col-xs-6.col-md-2.col-lg-2{
	margin-top: 10px;
}
.topNavMenu1 .fa {
	color: #c8c4c4;
	font-size: 18px;
	line-height: 32px;
}
.userenter{
	line-height: 53px;
}
.userenter a ,.userenter span , .userenter form{
	display: inline !important;
}
li.userenter > form > input.logout{
	height: 26px;
	padding: 0px 7px;
	/* color: #444; */
	border-radius: 4px;
	background: none;
	border: none;
	color: #FFF;
	line-height: 1px;
	border: 1px solid #FFF;
}
.leftBoxLatest{
	margin: 0 0px 13px;
	text-align: justify !important;
	width: 57%;
	float: left;
	font-family: irsans;
}
.leftBoxLatest span{
	line-height: 26px;
	color: black;
	overflow: hidden !important;
	height: 50px;
	display: block;
	text-align: right;
}
.lts-itm{
	/*margin-bottom: 20px;*/
}
.lts-itm {
	min-height: auto;
	padding: 15px;
}
div.moduleLatest > ul > li > a > img {
	border-radius: 7px;
}
a#wrap_zoom {
	left: 0;
	display: block;
	position: absolute;
	bottom: 21px;
	margin: 0;
}
a#wrap_zoom img{
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
a#wrap_zoom:hover img{
	transform: scale(1.2,1.2);
}
.lts-itm:hover{
	background-color: rgb(235, 237, 240);
}
.juVcarousel .ju-slider-itemwrap {
	width: 100% !important;
}
.juVcarousel .ju-slider-wrap{
	width: 100%;
}
.juVcarousel .ju-slider-nextprev-btn .next {
	bottom: 13px;
}





@media screen and (min-width:992px ) and (max-width: 1200px){
	.juHcontentSlider .ju-slider-item{
		width: 500px !important;
	}
	.section_01 {
		width: 588px;
	}
	.carousel_03{
		width: 100%;
	}
	/*body > div > div:nth-child(2) > div > div.col-sm-8 > ul > li:nth-child(4) , body > div > div:nth-child(2) > div > div.col-sm-8 > ul > li:nth-child(5) , body > div > div:nth-child(2) > div > div.col-sm-8 > ul > li:nth-child(6){
		margin-top: 10px;
	}*/
}

/*
@media screen and (min-width: 992px) and (max-width: 1024px) {
	.row.small-slider-and-news .col-md-8.hidden-xs{
		float: right;
		margin-right: -62px;
	}
	.row.small-slider-and-news .col-xs-12.col-md-4{
		float: left;
	}
}*/
div#tab03 {
	color: #000;
	font-family: irsans;
	font-size: 14px;
}.navigation.col-lg-10 {
	 padding-top: 14px;
 }
.cop1 .moduleLatest-wrapper .leftBoxLatest{
	margin: 0 0px 13px;
	text-align: justify !important;
	width: 57%;
	float: right;
	font-family: irsans;
	margin-right: 50px;
}
.top_sidebar_group .owl-nav {
	width: 100%;
	position: absolute;
	top: 48%;
	display: flex;
	justify-content: space-between;
	right: 0;
}
.sidebargpItem img{
	border-radius:7px;
}
.bodycontainer{
	line-height: 30px
}
.bodycontainer{
	line-height: 40px;
}


/* shop style */

.pt-1{
    padding-top:1rem;
}

.pb-1{
    padding-bottom:1rem;
}

.productHomePageMembers .sidebargpItem h3 {
    line-height: 1.5;
    text-align: center;
    height: 72px;
    overflow: hidden;
}
.productHomePageMembers .sidebargpItem .tail_content{
    box-shadow: 0px -13px 16px 7px #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    background:#004373;
    height: 33px;
    padding: 5px;
}
.productHomePageMembers .sidebargpItem .tail_content a{
    color: white;
}

.productHomePageMembers .sidebargpItem{
    /* border: 1px solid #acacac; */
    padding: 15px;
    border-radius: 3px;
    overflow: hidden;
	transition: all .5s ease;
}

.SBGI-image{
	width: 100%;
	overflow: hidden;
}

.SBGI-image img{
	transition: all .5s ease;
}

.productHomePageMembers .sidebargpItem:hover{
    border: 1px solid var(--hoverColor);
	color: var(--hoverColor);
}

.productHomePageMembers .sidebargpItem:hover img{
    transform: scale(1.2);
}


/*
 store styles
*/

#_desktop_cart {
	margin: 23px 0;
	font-family: "irsans";
}
.search{
	display: flex;
	justify-content: space-between;
}
#label_basket i {
	font-size: 30px;
	color: white;
	cursor: pointer;
}
#basket_content {
	padding: 10px;
	right: auto;
	left: 0;
	top: 57px;
	/* width: 300px; */
	width: 60vw;
}
#divshowcart > ul li:first-child {
	display:none;
}
.cart-product {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #cecece;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.basket_title {
	padding: 10px;
	background: #f2f2f2;
}
.basket_title i{
	float: right;
	font-size: 26px;
	color: darkgreen !important;
}

/*
custom style
*/
.headerBg {
	/* background-color: #ac6060; */
	/* direction: ltr; */
}
.menuBtn{
	position: relative;
	display: none;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 30px;
	cursor: pointer;
	transition: all .5s ease-in-out;
	margin-right: -8px;
	margin-left: 10px;
	/* border: 3px solid #ffffff; */
	/* padding-top: 20px; */
	
}
.burgerIcon{
	width: 30px;
	height: 2px;
	background-color: black;
	border-radius: 1px;
	transition: all .5s ease-in-out;
	
}
.burgerIcon::before,
.burgerIcon::after{
	content:'';
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: black;
	border-radius: 1px;
	transition: all .5s ease-in-out;
}
.burgerIcon::before{
	transform: translateY(-12px);
}

.burgerIcon::after{
	transform: translateY(+12px);
}
/* animation */
.menuBtn.open .burgerIcon{
	transform: translateX(-50px);
	background: transparent;
	box-shadow: none;
}
.menuBtn.open .burgerIcon::before{
	transform: rotate(45deg) translate(35px,-35px);
	
}
.menuBtn.open .burgerIcon::after{
	transform: rotate(-45deg) translate(35px,35px);

}
.logoIcon{
	width: 150px;
}
.nav-menu .container, 
.nav-menu .container-fluid
  {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.nav-links{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-left: 21px;
    padding-right: 2px;
}
.navbar-dropDown{
	
	width: 100%;
  display: flex;
  align-items: center;
  /* flex-direction: row-reverse; */
  justify-content: space-between;
  margin: auto;
	transition: all .5s ease;
  /* height: 70px; */
  /* padding: 0 50px; */
  z-index: 99;
}
@media all and (min-width:1200px) {
	.navbar-dropDown{
		padding: 30px 0;
	}

	#headerMenuSticky.stickyMenu .navbar-dropDown{
		padding: 0;
	}
	
}
.navbar-dropDown .nav-links ul{
	/* line-height: 70px; */
display: flex;
justify-content: space-between;
align-content: center;

}



.navbar-dropDown .links{
	display: flex;
	list-style: none;

	margin-right: 40px;
	position: relative;
	/* height: 100%; */

	
}
.navbar-dropDown ul li{
	position: relative;
	display: flex;
	
	align-items: center;
	justify-content: space-between;
	list-style: none;
	color: black !important;
	/* padding: 0 14px; */
}
.navbar-dropDown ul li ul li a{
	color: black !important;
}
.navbar-dropDown ul li ul li a:hover{
	color: #eea660 !important;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
.navbar-dropDown ul li a{
	color: #151515;
	text-decoration: none;
	height: 100%;
	padding: 23px 10px;
	white-space: nowrap;
	font-size: 15px;
	font-weight: 500;
	transition: color ;
	transition: all 0.3s ease-out;
}
.navbar-dropDown ul li:nth-child(1) a{
	color: #eea660 ;
}
.navbar-dropDown ul li a:hover{
	color: #eea660;
	cursor: pointer;
}


.navbar-dropDown ul li ul{
	
	position: absolute;
    right: 10px;
    top: 100%;
    display: none;
    width: max-content;
    padding: 15px 0;
    min-width: 180px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    background-color: white;
	border-bottom:4px solid #68b1c3;
	
	transform: translate3d(50px, 0, 0);
	/* display: none; */

	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	z-index: 2;
}


@media screen and (min-width : 1000px) {

	

	.navbar-dropDown ul li:hover> ul{
		opacity: 1;
		visibility: visible;
		transform: none;

	}
	  
}

.navbar-dropDown ul li ul li ul{
	
	position: absolute;
    right: 100%;
    /* top: 100%; */
	top: -15px;
    display: none;
    width: max-content;
    padding: 15px 0;
    min-width: 180px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    background-color: white;
	border-bottom:4px solid #68b1c3;
	
	transform: translate3d(50px, 0, 0);
	/* display: none; */

	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	z-index: 2;
}
.navbar-dropDown ul li:hover> ul li:hover>ul{
	opacity: 1;
	visibility: visible;
	transform: none;

}


.navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
.nav-menu nav{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.callUs ul{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	color: #000;
}
.callUs ul li{
	width: 40px;
	height: 40px;
	border: 1px solid #959595;
	line-height: 38px;
	text-align: center;
	margin-right: 10px;
}
.callUs ul li a{
	color: black;
}

.callUs ul li:first-child i {
	transform: rotate(90deg);
}

#servicTitle{
	text-align: center;
	font-size: 36px;
}
.iconOfService{
	position: relative;
    text-align: center;
    width: 63px;
    height: 63px;
    font-size: 41px;
    line-height: 63px;
    color: #151515;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
    animation: iconModern 20s ease-in-out infinite;
    z-index: 1;
	display: inline-block;
}
.iconOfService::before{
	content: "\f568";
}
@media (max-width:943px) {
	/* .navbar-dropDown{
		max-width: 100%;
		padding: 0 25px;
	} */
	/* .navbar-dropDown .nav-links{
		display: block;
		position: fixed;
		background-color: white;
	}
	.navbar-dropDown .nav-links .links,
	.navbar-dropDown .nav-links .links li{
		display: block;
	
	} */
	
}
@media (max-width:943px){

	.navbar-dropDown ul li a{
		height: auto;
		padding: 10px !important;
	}

	.navbar-dropDown ul li a:hover{
		background-color: #eea660;
		color: #fff;
	}

	nav .navbar-dropDown .nav-links{
		min-height: 70px;
	}
	nav .navbar-dropDown .nav-links{
		width: 100%;
		max-width: 391px;
		height: calc(100vh - 70px);
		display: block;
		overflow: auto;
		background:  #f1f1f1;;
		position: fixed;
		top: 105px;
		right: -100%;
		z-index: 1000;
		line-height: 40px;
		transition: all 0.5s ease;
		/* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
		padding: 0px;
	}
	nav .navbar-dropDown .nav-links .toggleNav{
		right: 0 !important;
	}
	nav .navbar-dropDown .nav-links ul{
		display: block;
		margin-top: 20px;
		/* height: 100vh; */
		overflow-y: auto;
		transition: unset;
	  }
	  .navbar-dropDown ul li ul li a:hover {
		color: #eea660 !important;
	}
	.navbar-dropDown ul li ul{
		right: 0;
		width: 100% ;
		margin-top: 0 !important;
	}
	  .navbar-dropDown ul li ul li ul{
		right: 0;
		top: 0;
		width: 100% !important;
	  }
	  .navbar-dropDown ul li ul li ul li ul{
		width: 100% !important	;
	  }
	nav .navbar-dropDown .nav-links ul li ul{
		display: none ;
		position: relative;

		top: 0;

	  }
	  nav .navbar-dropDown ul li{
		/* height: 70px; */
		display: block;

	  }
	  .menuBtn{
		display: flex;
	  }
	  .callUs{
		display: none;
	  }
	  .navbar-dropDown ul li:nth-child(1) a{
		/* background-color: #eea660 ;
		color: white !important; */
	  }
	  .navbar-dropDown ul li{
		padding: 0;
	  }
	  .threedots{
		display: flex;
		justify-content: center;
		position: fixed;
		left: 0;
		top: 8px;
		z-index: 1000;
		width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #2c343b;
	  }
	  .threedots span{
		top: 50%;
		margin-top: -3px;
	  }
	  .threedots span::after,
	  .threedots span::before{
		content: '';
	}
	  
	  .threedots span,
	  .threedots span::after,
	  .threedots span::before{
		position: absolute;
		width: 6px;
		height: 6px;
		line-height: 6px;
		text-align: center;
		background: #2c343b;
		left: 50%;
		margin-left: -3px;
		border-radius: 50%;
		transition: .3s all ease;

	  }
	  .threedots span::before{
		bottom: 100%;
		margin-bottom: 4.8px;
	  }
	  .threedots span::after{
		top: 100%;
		margin-top:4.8px ;
	  }
	
}
nav .logoimg{
	/* width: 150px !important; */

}
.menu > ul > li > a > span {
	font-size: 16px;
	font-weight: 300;
	line-height: 50px;
}
.search.col-xs-6.col-md-2.col-lg-2 {
	margin-top: 0;
}
.search {
	float:left;
	display: none;
}
@media (max-width: 991px) {


}
.menu > ul > li:hover > a > span {
	background-color:#002c4c;
	color:#ffffff;
}
.menu > ul > li ul {
	top:50px;
}
.menu > ul > li > ul > li > a > span , .menuClass li span, .menuClass li > a {
	color: #4d4d4d;
	border: none;
}
.menu > ul > li > ul > li:hover > a > span , .menuClass li:hover > a {
	background-color: #ffc800 !important;
	color: #ffffff !important;
}

.menu > ul > li  ul  li  a  span{
	display: block;
	padding: 0 10px 0 25px;
	background: none repeat scroll 0 0 #ffffff;
		background-color: rgb(255, 255, 255);
	font: 16px/38px irsans, sans-serif;
	width: 100%;
}
.card > ul > li > h3 {
	background: none repeat scroll 0 0 #004373;
}
.owl-carousel .owl-item img{
	width:auto;
}
.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 35%;
	right: -32px;
	color:#002844;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled
{
	color: #5e605d;
	cursor: none;
}
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 35%;
	left: -32px;
	color:#002844;
}

.owl-carousel .owl-nav.disabled {
	display: flex;
}

.menuClass li span:hover {
	color:#ffffff;
}

.menuClass ul li i {
	padding-left: 10px;
}

li.menuClass a {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}
