﻿
* {
    font-family: IRANSans;
    /*font-family: 'Samim',Tahoma;*/
}

    *::selection {
        background: #ffef33;
        background: rgba(255, 239, 51, 0.96); /* WebKit/Blink Browsers */
    }

    *::-moz-selection {
        background: #ffef33;
        background: rgba(255, 239, 51, 0.96); /* Gecko Browsers */
    }

body {
    font-family: tahoma;
    /*font-family: 'Samim',Tahoma;*/
    min-height: 100px;
    background-color: #f1f1f1;
}

hr {
    border-color: #a9b6ff;
}

.search-form {
    padding: 0;
    margin: 0;
    position: relative;
}

.container1 {
    padding: 0;
}

.form-message-submit {
    text-align: center;
    background: #159c13;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.p-serachbox {
    position: relative;
    width: 200px !important;
    border: #82b1ff 1px solid;
    color: #82b1ff;
    float: left;
    border-radius: 0;
}

.navbar-nav > li > a > .fa-sort-desc{
    margin-top: -2px;
}

.p-newsItem{
list-style:none;
}

.p-newsItem footer time{
font-size: 10px;
color: rgb(13, 71, 161);
}

.p-page-details{
margin-top:25px;
}

.gallary-item h2{
text-align: center;
font-size: 13px;
display:none;
}

.p-aboutuspic-text{
font-size: 13px;
line-height: 22px;
font-weight: 300;
text-align: justify;
}

.p-newsItem > article > a{
text-decoration:none;
color:#0d47a1;
}

#map{
width: 100%;
height: 380px;
outline: 0;
border: 0;
margin-bottom:50px;
}

.p-newsItems{
padding-right:0;
}

.p-searchbtn {
    position: absolute;
    left: 5px;
    top: 3px;
    background: white;
    border: none;
    outline: none;
    height: 30px;
    color: #82b1ff;
}

.p-serachbox::-webkit-input-placeholder {
    color: #adbded;
}

.p-serachbox:-moz-placeholder { /* Firefox 18- */
    color: #adbded;
}

.p-serachbox::-moz-placeholder { /* Firefox 19+ */
    color: #adbded;
}

.p-serachbox:-ms-input-placeholder {
    color: #adbded;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        z-index: 1;
        top: -13px;
    }

.navbar-form.navbar-left:last-child {
    margin-left: 0;
    margin-top: 5px;
}

.navbar-brand {
    position: relative;
    float: right;
    z-index: 1;
    top: -15px;
}

    .navbar-brand img {
        width: 75px;
    }

#main-carousel .carousel-indicators li, #product-carousel .carousel-indicators li {
    background-color: rgb(221, 225, 228);
    border: none;
}

#main-carousel .carousel-indicators .active, #product-carousel .carousel-indicators li {
    background-color: #0d47a1;
}



.navbar-green {
    background-color: #779bd1;
    border: none;
    height: 85px;
}

    .navbar-green a {
        color: #fff;
    }

    .navbar-green .nav > li > a:hover, .navbar-green .nav > li > a:focus {
        background-color: #000000;
        background-color: rgba(0,0,0,0);
        color: #ffe4b5;
    }


.navbar-nav > li {
font-size: 17px;
height: 85px;
padding-top: 20px;
font-weight: 300;
}

.p-mainbody {
    overflow: auto;
}

    .p-mainbody .container2 {
        min-height: 100px;
        position: relative;
        padding-top: 80px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.p-contentlistitem h2 {
    font-size: 15px;
line-height: 25px;
font-weight: 400;
}

.p-contentlistitem hr {
    border-color: #bebebe;
    border-width: 2px;
    margin-top: 5px;
}


.p-contentlistitem a {
    text-decoration: none;
    transition: all ease-in 0.1s;
    font-size: 12px;
}

.p-contentlistitem .p-contentlistitemmore {
    float: left;
font-size: 12px;
font-weight: 100;
color: #999;
}

.navbar-green .container-fluid.container{
    position: relative;
}
.p-languagemenu{
    position: absolute;
    left:0;
    top: 30px;
    padding: 5px 0;
color: #fff;
}
.p-languagemenu a{
    color: #F7FAFE;
    margin: 0 5px;
font-size: 12px;
font-weight: 200;
}

.p-contentlistitem a:hover {
    text-decoration: none;
    color: #064e9f;
}

.p-contentlistitem p {
font-weight: 200;
text-align: justify;
font-size: 13px;
}

.p-widepan {
    background: url('../image/slider/4.jpg') fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    margin-top: 50px;
}

.p-widepan1 {
    background: url('../image/slider/3.jpg') fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.p-widepan2 {
    background: url('../image/slider/2.jpg') fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

    .p-widepan h2, .p-widepan1 h2, .p-widepan2 h2 {
        color: white;
        margin-bottom: 15px;
        font-size: 36px;
        font-weight: 800;
    }

    .p-widepan p, .p-widepan1 p, .p-widepan2 p {
        margin-bottom: 50px;
        color: white;
    }

    .p-widepan a, .p-widepan1 a, .p-widepan2 a {
        border: 2px solid #fff;
        color: #fff;
        text-decoration: none;
        padding: 20px;
        border-radius: 50px;
        transition: all ease-in 0.2s;
    }

        .p-widepan a:hover, .p-widepan1 a:hover, .p-widepan2 a:hover {
            color: #42a5f5;
            background-color: #fff;
        }

.p-widepancontent {
    text-align: center;
    padding: 100px;
}

.p-productitem h3 {
    font-size: 16px;
    position: absolute;
    top: 30%;
    right: 30%;
    left: 50%;
    width: 100px;
    font-weight: 300;
}

.p-productitem a {
    text-decoration: none;
    transition: all ease-in 0.1s;
    color: rgba(255,255,255,0);
}

    .p-productitem a img {
        text-decoration: none;
        transition: all ease-in 0.1s;
    }

.p-productsitems {
    margin-bottom: 75px;
}

    .p-productsitems .row {
        margin: 0;
    }

    .p-productsitems .p-productitem {
        padding: 0;
        background-color: #000;
        overflow: hidden;
    }

    .p-productsitems h2 {
        margin-bottom: 30px;
        margin-top: 75px;
    }

.p-productitem a:hover {
    text-decoration: none;
    color: #fff;
}

    .p-productitem a:hover img {
        opacity: 0.4;
        transform: rotateZ(8deg) scale(1.3);
    }


.container3 {
    padding-top: 0 !important;
    margin-bottom: 50px;
    margin-top: 50px;
}

#MyForm table td{
padding-bottom:10px;
}

.container4 {
    margin-top: 75px;
    margin-bottom: 75px;
}

    .container4 h3 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .container4 p {
        color: #606060;
        font-weight: 300;
        text-align: justify;
    }



.navbar-toggle {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.22);
}

    .navbar-toggle .icon-bar {
        background-color: #2D2D2D;
    }

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.p-sitems {
    background-color: #42a5f5;
    overflow: auto;
    position: relative;
    box-shadow: 0 0 2px 0px RGBA(0, 0, 0, 0.3);
    padding: 10px 0;
    z-index: 1;
    width: 100%;
    float: right;
    border-radius: 10px;
}

    .p-sitems img {
        box-shadow: 1px 2px 2px 0px RGBA(5, 20, 101, 0.42);
        border-radius: 50%;
        float: right;
        width: 90px;
        height: 90px;
    }

    .p-sitems p a {
        float: right;
        margin-top: 30px;
        margin-right: 25px;
        color: #064e9f;
        font-size: 18px;
        text-decoration: none;
    }

    .p-sitems .col-sm-4 {
        border-right: 1px solid #78a6cf;
    }

        .p-sitems .col-sm-4:first-child {
            border-right: none;
        }


.p-sitemnews {
    background-color: #1565c0;
    overflow: auto;
    padding: 10px 0;
    z-index: 1;
    float: right;
    width: 100%;
    border-radius: 10px;
}

    .p-sitemnews img {
        float: right;
    }

.p-sitemfooters {
    background-color: #064E9F;
    overflow: auto;
    padding: 10px 0;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 10px;
    float: right;
    width: 100%;
}

.p-footercopy {
    font-size: 11px;
    text-align: center;
    padding-top: 15px;
    color: #aed2f2;
}

    .p-footercopy a {
        color: #CCDAC0;
    }



.p-footerlinkimg {
    width: 40px;
    margin-left: 20px;
    margin-top: 10px;
}

.p-footer {
    width: 100%;
    background-color: #010024;
    margin-top: 50px;
    color: #fff;
    font-weight: 200;
}



.p-footericon img {
    width: 50px;
    margin-left: 20px;
}

.p-footericon a {
    text-decoration: none;
}

.p-copytext p {
    font-size: 11px;
    padding-top: 10px;
}

.p-copytext a {
    font-size: 11px;
    text-decoration: none;
    color: #fff;
}

.p-copytext {
    padding-top: 20px;
}

.p-contactimg {
    padding-top: 25px;
    text-align: center;
}

    .p-contactimg li {
        list-style: none;
        margin-right: 30px;
        font-size: 25px;
        float: none;
        display: inline-block;
    }

        .p-contactimg li a {
            transition: all ease-in 0.1s;
            color: #b6b6b6;
        }

            .p-contactimg li a:hover {
                color: #fff;
            }

.p-footericon {
    padding-top: 25px;
    text-align: center;
}

    .p-footericon li {
        list-style: none;
        float: none;
        margin-left: 30px;
        font-size: 25px;
        display: inline-block;
    }

        .p-footericon li a {
            transition: all ease-in 0.1s;
            color: #b6b6b6;
        }

            .p-footericon li a:hover {
                color: #fff;
            }

/* carousel */
#quote-carousel1, #quote-carousel2 {
    padding: 0 10px 30px 10px;
}

    #quote-carousel1 a, #quote-carousel2 a, .p-sitemnews a {
        float: left;
        color: #cee0ff;
        text-decoration: none;
    }

    #quote-carousel1 p, #quote-carousel2 p, .p-sitemnews p {
        float: right;
        margin-right: 10px;
        color: #cee0ff;
        font-size: 13px;
        font-weight: 200;
    }

    #quote-carousel1 h2, #quote-carousel2 h2, .p-sitemnews h2 {
        float: right;
        margin-right: 10px;
        color: #fff;
        font-size: 16px;
        margin-top: 0;
    }

    /* Changes the position of the indicators */

    /* Changes the color of the indicators */
    #quote-carousel1 .carousel-indicators li, #quote-carousel2 .carousel-indicators li {
        background: #93beff;
        border: #93beff;
    }

    #quote-carousel1 .carousel-indicators .active, #quote-carousel2 .carousel-indicators .active {
        background: #fff;
    }



/* End carousel */


/*products*/
.p-productheader {
    background: #779bd1;
    width: 100%;
    color: #fff;
    height: 50px;
    padding: 15px;
    font-weight: 600;
    margin-top: 25px;
}

.p-productheader1 {
    background: #779bd1;
    width: 100%;
    color: #fff;
    height: 40px;
    padding: 11px;
    font-weight: 600;
    margin-bottom: 25px;
}

    .p-productheader h1, .p-productheader1 h1 {
        margin: 0;
        padding: 0;
        font-size: 15px;
        font-weight: 600;
    }

.p-sidemenuheader {
    background: #779bd1;
    width: 100%;
    color: #fff;
    height: 40px;
    padding: 10px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    width: 89%;
    right: 2%;
    padding-right: 20px;
    box-shadow: 0px 2px 4px -1px RGBA(0, 0, 0, 0.66);
}

    .p-sidemenuheader p {
        margin: 0;
        padding: 0;
        font-size: 15px;
        font-weight: 600;
    }



#product-carousel .carousel-control.right, #product-carousel .carousel-control.left {
    display: none;
}

#product-carousel .carousel-indicators {
    display: none;
}

.p-products-ul {
    float: right;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .p-products-ul li {
        float: right;
        width: 100%;
        margin-bottom: 25px;
        list-style: square;
        color: #0e48a2;
    }

        .p-products-ul li a {
            color: #0e48a2;
            text-decoration: none;
            transition: all ease-in 0.2s;
        }

            .p-products-ul li a:hover {
                color: #42a5f5;
            }

.p-productwallpaper {
    margin-bottom: 20px;
}

.p-content {
    overflow: auto;
}

    .p-content h4 {
        font-size: 13px;
        color: #0d47a1;
        font-weight: 300;
        margin-bottom: 25px;
    }

    .p-content .p-contenttext {
        font-size: 13px;
        color: #0d47a1;
        font-weight: 300;
        line-height: 25px;
        text-align: justify;
    }
 .p-content .p-contenttext hr{
            border: 1px solid #77b1d1;
    }

.p-sidemenu {
    background-color: #779bd1;
    min-height: 250px;
    padding-top: 75px;
    padding-bottom: 20px;
}

    .p-sidemenu ul li {
        list-style: square;
        color: #e8e8e8;
        margin-bottom: 5px;
    }

        .p-sidemenu ul li a {
            color: #fff;
            font-weight: 300;
            font-size: 12px;
            text-decoration: none;
            transition: all ease-in 0.2s;
        }

            .p-sidemenu ul li a:hover {
                color: #ffe4b5;
            }

/*end products*/

.dropdown-menu{
padding:0;
border-radius:0;
box-shadow: none;
background: #5077b2;
border-top: 0;
}

.dropdown-menu > li {
    
}

.dropdown-menu > li > a {
    padding: 10px 10px;
    color: #fff;
}

/*-------------- portfolio ---------------------*/
/*GALLARY*/
.gallary .fa.fa-plus {
    height: 30px;
	width: 30px;
	border: 1px solid #779BD1;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #779BD1;
}

.gallary ul {
	padding: 10px 0;
}

.gallary ul li {
	display: inline-block;
	margin-top: 10px;
}

.gallary ol li {
	display: inline-block;
	margin-left: 20px;
}

.gallary ol li:before {
	content: ' | ';
	margin-left: 20px;
}

.gallary ol li:last-child:after {
	content: '';
}

.gallary ol li a {
	color: #222222;
}

.gallary ol li a.active {
	font-weight: 700;
}

.gallary .gallary-item {
    margin-bottom: 20px !important;
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

.gallary .gallary-item .hover-bg {
	overflow: hidden;
	position: relative;
text-align:center;
}
.gallary .gallary-item .hover-bg a {
	display:inline-block;
}

.gallary .hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
right: 0;
}

.hover-text small{
display:none;
}

.hover-bg:hover .hover-text{
opacity: 1;
}

.gallary .hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}

.gallary .hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.gallary .hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}

.gallary .hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.isotope-item { 
    z-index: 2;
}

.isotope-hidden.isotope-item { 
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

@media (max-width: 767px) {
    .isotope {
        height: auto !important;
    }
    .isotope-item {
    	text-align: center;
    	transform: none !important;
    	position: relative !important;
    }
}
/*-------------- end portfolio -----------------------*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .carousel-inner > .item {
        margin-bottom: 20px;
    }

    .p-products-ul li {
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .p-products-ul li {
        width: 50%;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .navbar-brand {
        float: right;
        z-index: 1;
    }

        .navbar-brand img {
            width: 120px;
        }

    #quote-carousel1 {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
        margin-top: 30px;
    }

    #quote-carousel2 {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
        margin-top: 30px;
    }

    .carousel-inner > .item {
        margin-bottom: 0px;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        z-index: 1;
    }

    .p-products-ul li {
        width: 25%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


@media (max-width: 767px) {
    #quote-carousel1 .carousel-indicators li, #quote-carousel2 .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
li.dropdown.open {
    overflow: auto;
    display: inline;
}
.navbar-nav .open .dropdown-menu {
    background-color: rgba(2, 0, 142, 0.09);

}
        #quote-carousel1 .carousel-indicators li.active, #quote-carousel2 .carousel-indicators li.active {
            margin: 0px 5px;
            width: 20px;
            height: 20px;
        }

    .navbar-nav {
            background-color: #81a8e2;
    z-index: 20;
    width: 100%;
    position: relative;
    }
.navbar-collapse{
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    z-index: 1000;
}
.navbar-nav{
    margin: 0px 0px;
}

.navbar-nav > li{
    height: 55px;
}

}

@media only screen and (min-width : 480px) {
    .p-footericon li {
        float: none;
        display: inline-block;
    }

    .p-contactimg li {
        float: none;
        display: inline-block;
    }
}
