/* Some Typography Style */
@font-face{font-family: 'IranYekan';font-weight: normal;font-style: normal;src: url('../fonts/IRANYekan.eot');src: local('?'), url('../fonts/IRANYekan.woff') format('woff'), url('../fonts/IRANYekan.ttf') format('truetype');}
@font-face{font-family: 'iran_sansregular';font-weight: normal;font-style: normal;src: url('../fonts/iran_sans.eot');src: url('../fonts/iran_sans.eot?#iefix') format('embedded-opentype'), url('../fonts/iran_sans.woff') format('woff'), url('../fonts/iran_sans.ttf') format('truetype'), url('../fonts/iran_sans.svg#iran_sansregular') format('svg');}
@font-face{font-family: 'yekan';font-weight: normal;font-style: normal;src: url(../fonts/web_Yekan.woff);src: url(../fonts/web_Yekan.eot?#iefix) format("embedded-opentype"), url(../fonts/web_Yekan.woff) format("woff"), url(../fonts/web_Yekan.ttf) format("truetype"), url(../fonts/web_Yekan.svg#BYekan) format("svg");}

html {
  font-size: 11px;
}
@media (min-width:576px) {
  html {
    font-size: 12px;
  }
}
@media (min-width:768px) {
  html {
    font-size: 14px;
  }
}
@media (min-width:992px) {
  html {
    font-size: 16px;
  }
}
h1, h2, h3, h4, h5, h6{
	text-align: right;
}
body {
	overflow-x: hidden;
	position: relative;
	color: #444444;
}

/* Some Typography Style */
.text-fa {
	font-family: IranYekan, yekan, iran_sansregular, Tahoma, Arial, Sans-serif;
	font-weight: bold;
	line-height: 2;
	text-align: right;
}
.text-color1 {
	color: #ff5600;
}
.text-color2 {
	color: #09255b;
}
.text-color3 {
	color: #666;
}
.text-color4 {
	color: #a6bfff;
}
.text-color5 {
	color: #3257b7;
}
.text-color6 {
	color: #600097;
}
.text-shadow{
	text-shadow: 2px 2px 2px rgba(0,0,0,.8);
}
.headline {
	font-size: 2rem;
	color: #09255b;
	padding: 1rem;
	text-shadow: 1px 2px 3px rgba(0,0,0,.4);
}
.my-6rem{
	margin-top: 6rem;
	margin-bottom: 6rem;
}

/* Color theme */
.bgLight{
	background-color: #f4f4fa;
}
.bgGray{
	background-color: #cccccc;
}
.bgWhite{
	background-color: #ffffff;
}
.bgBlue{
	background-color: #f1f7fd;
}

.maincontent {
    width: 100%;
	padding: 0px;
	margin: 0px;
}

.header{
	padding: 0;
	margin: 0;
}
.header .header-title{
	font-size: 2rem;
	font-weight: bold;
	color: #0076bd;
	text-align: right;
	padding-top: 1.5rem;
	padding-right: 1rem;
}
.header .header-title .subtitle{
	font-size: 1.5rem;
	font-weight: normal;
}
.header-nav-wrapper{
	height: 80px;
}
/* Navigation Menu */
.navbar {
	height: 80px;
	background-color: #fff;
	width: 100%;
    clear:both;
	padding: 0;
	border-bottom: 5px solid #f26e23;
}
.navbar .container{
	align-items: normal;
}
.navbar .navbar-header{
	float: right;
	margin: 0;
	padding: 0;
	z-index: 1000;
}
.navbar-header .navbar-brand{
	float: right;
	padding: 0px;
	margin: 0px;
}
.navbar-header .navbar-toggler{
	float: left;
	margin-top: 24px;
}
.navbar-nav {
	padding: 0px;
	margin: 0px;
	height: 100%;
}
.navbar-nav .nav-item {
	height: 100%;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.navbar-light .navbar-nav .nav-link {
	height: 100%;
	font-size: 1.2em;
	line-height: 80px;
	font-family: IranYekan, yekan, iran_sansregular, Tahoma, Arial, Sans-serif;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding: 0 1vw;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #1aafe9;
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}
@media (max-width:767px) {
	.navbar .navbar-header{
		float: none;
		width: 100%;
		height: 75px;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 1.6em;
		line-height: 3em;
	}
	.navbar.affixTheme .navbar-header{
		height: 80px;
	}

	/* Navbar Hidden Content */
	.navbar .navbar-collapse {
		z-index: 2;
		background-color: #fff;
		padding-right: 1rem;
	}
	.navbar.affixTheme .navbar-collapse {
		background-color: rgba(239, 255, 255, 0.9);
	}
}

/* Navbar Affix */
.navbar.affixTheme {
	position: fixed;
	top: -85px;
	width: 100%;
	z-index: 1000;
	background-color: rgba(255, 236, 228, 0.9);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	transform: translateY(85px);
	box-sizing: content-box;
}
.navbar.affixTheme .navbar-header {
	min-height:48px;
}
.navbar.affixTheme .navbar-right {
	margin: 0;
}
.navbar.affixTheme .navbar-brand {
	display: block !important;
	margin: 0;
}
@media (max-width:992px){
	.navbar.affixTheme .navbar-brand {
		width: 105px;
	}
}

/* Sections */
.section{
	margin-top: 60px;
}
.section .section-title {
	text-align: center;
	padding-bottom: 30px;
}
.section .section-title h2 {
    font-size: 32px;
    font-weight: bold;
	text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2c4964;
}
.section .section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #1977cc;
    bottom: 0;
    left: calc(50% - 20px);
}
.section .section-title p {
	font-size: 1rem;
	text-align: right;
    margin-bottom: 0;
}

/* Hero */
.hero-section {
	width: 100%;
	height: 90vh;
	background: url("../images/elmnovin_hero_bg.jpg") top center;
	background-attachment: fixed;
	background-size: cover;
	margin-bottom: -200px;
}
.hero-section .container {
    position: relative;
}
.hero-section h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #f26e23;
}
.hero-section h2 {
    color: #2c4964;
    margin: 10px 0 0 0;
    font-size: 24px;
}
.hero-section .btn-get-started {
    display: inline-block;
    padding: 12px 35px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #1977cc;
}

/* Why Us */
.whyus-section {
}
.whyus-section .content {
    padding: 30px;
    background: #1977cc;
    border-radius: 4px;
    color: #fff;
}
.whyus-section .content h3 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 30px;
}
.whyus-section .content p {
    margin-bottom: 30px;
	text-align: right;
}
.whyus-section .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
}
.whyus-section .content .more-btn i{
	vertical-align: middle;
}
.whyus-section .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    width: 100%;
}
.whyus-section .icon-boxes .icon-box i {
    font-size: 40px;
    color: #1977cc;
    margin-bottom: 30px;
}
.whyus-section .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0;
}
.whyus-section .icon-boxes .icon-box p {
    font-size: 15px;
    color: #848484;
}

/* Services */
.services-section{
	padding: 70px 0 60px;
}
.services-section .icon-box {
	width: 100%;
	background-color: #ffffff;
    text-align: center;
    border: 1px solid #d5e1ed;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
}
.services-section .icon-box:hover {
    background: #1977cc;
    border-color: #1977cc;
}
.services-section .icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background: #1977cc;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d;
}
.services-section .icon-box:hover .icon {
    background: #fff;
}
.services-section .icon-box .icon::before {
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: #badaf7;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px);
}
.services-section .icon-box:hover .icon::before {
    background: #3291e6;
}
.services-section .icon-box .icon i {
    color: #fff;
    font-size: 2rem;
}
.services-section .icon-box:hover .icon i {
    color: #1977cc;
}
.services-section .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.5rem;
	color: #2c4964;
	text-align: justify;
}
.services-section .icon-box p {
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 0;
}
.services-section .icon-box:hover h4, .services-section .icon-box:hover p {
    color: #fff;
}

/* Pezeshki */
.section-pezeshki {
}
.section-pezeshki .content {
	padding: 4rem;
}

/* Info */
.section-info {

}
.section-info .image-box {
	background: url("../images/elmnovin_infobox_bg.jpg") center center no-repeat;
	background-size: cover;
	min-height: 500px;
}

/* Pirapezeshki */
.section-pirapezeshki {
	background-image: url('../images/elmnovin_transparent_bg.png');
	background-size: cover;
}
.section-pirapezeshki .content {
	padding: 4rem;
}

/* Daneshgah */
.section-daneshgah {
    background: url("../images/elmnovin_background1.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
	color: #000000;
}
.section-daneshgah .dark-background {
	padding: 120px 0;
    background: rgba(0, 0, 0, 0.7);
}
.section-daneshgah .content {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 3rem;
	border-radius: 1rem;
}

/* About Us */
.aboutus-section{
}
.aboutus-section .container{
	padding: 5rem 4rem;
}
.aboutus-section .content{
	position: relative;
	background-color: #ffffff;
	border-radius: 1rem;
	box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.2);
	padding: 5rem;
}
.aboutus-section .content .bottom-color-border{
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
}


/* FAQ */
.card{
	border-color: rgba(0, 120, 179, 0.13);
	border-bottom: 1px solid rgba(0, 120, 179, 0.13) !important;
	border-radius: .5rem .5rem 0 0 !important;
	margin-bottom: 1.2rem;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 171, 255, 0.1);
    border-bottom: 1px solid rgba(0, 120, 179, 0.13);
	border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0 !important;
}
.FAQ-section .card .card-header {
	padding: 0;
}
.FAQ-section .card .btn {
	font-size: 1.2rem;
	font-weight: bold;
	color: #ff4800;
	width: 100%;
	text-align: right;
	padding: 1.1rem 2rem;
}
.FAQ-section .card .btn:hover {
	text-decoration: none;
	color: #0d78a2;
}
.FAQ-section .card .card-body {
	padding-right: 5rem;
}
.FAQ-section .card .icon-help {
    font-size: 1.8rem;
    vertical-align: text-bottom;
	margin-left: 1.2rem;
    color: #76b5ee;
}
.FAQ-section .card .icon-show, .FAQ-section .card .icon-close {
    font-size: 2rem;
    position: absolute;
    left: 2.2rem;
    top: 1.4rem;
}
.FAQ-section .card .btn .icon-show {
    display: none;
}
.FAQ-section .card .btn.collapsed .icon-show {
    display: inline-block;
}
.FAQ-section .card .btn.collapsed .icon-close {
    display: none;
}


/* Contact Form */
.contact-section {
	background-color: #ffffff;
}
.contact-section .contact-item-wrapper .contact-item {
    display: flex;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 30px;
    padding: 20px 30px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-section .contact-item-wrapper .contact-item:hover {
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
}
.contact-section .contact-item-wrapper .contact-item .contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #155bd5;
    color: #ffffff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-right: 25px;
}
.contact-section .contact-item-wrapper .contact-item .contact-content h4 {
    font-size: 20px;
    color: #155bd5;
    margin-bottom: 10px;
}

.contact-section .contact-form-wrapper {
	padding: 50px 40px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	margin-right: 0;
	border-radius: 10px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.contact-section .contact-form-wrapper:hover {
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
}
.contact-section .contact-form-wrapper .btn{
	background-color: #45aafc;
	color: #ffffff;
}
.contact-section .contact-form-wrapper .btn:hover{
	background-color: #2395ff;
}
.contact-section .contact-form-wrapper .contact-form input, .contact-form-wrapper .contact-form textarea {
	padding: 15px 25px;
	border-radius: 30px;
	border: 1px solid #e0e0e0;
	margin-bottom: 25px;
	width: 100%;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.contact-section .info {
    width: 100%;
    background: #fff;
}
.contact-section .info i {
    font-size: 1.4rem;
    color: #1977cc;
    float: right;
    width: 44px;
    height: 44px;
    background: #d6e9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.contact-section .info .email:hover i, .contact-section .info .telegram:hover i {
    background: #1977cc;
    color: #fff;
}
.contact-section .info h4 {
    padding: 0 60px 0 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2c4964;
}
.contact-section .info p {
    padding: 0 60px 0 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #4b7dab;
	text-align: right;
}
.contact-section .info p a{
    font-size: 1.4rem;
    color: #4b7dab;
}
.contact-section .info p a:hover{
    color: #2b5d8b;
}
.contact-section .info .email {
    margin-top: 40px;
}
.contact-section form button[type="submit"] {
    background: #1977cc;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}
.contact-section form button[type="submit"]:hover {
    background: #1c84e3;
}

/* Footer */
.footer {
	color: #444444;
	font-size: 1rem;
}
.footer .footer-top {
    padding: 30px 0 30px 0;
    background: #fff url('../images/elmnovin_logo_transparent.png') no-repeat left top;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}
.footer .footer-bottom {
    padding: 20px 0 20px 0;
}
.footer .footer-bottom p{
    margin: 0;
}
.footer hr{
	border-color: rgba(0,0,0,.1);
}
.footer .links i{
	vertical-align: middle;
}
.footer a{
	font-size: 1rem;
	color: #777777;
	transition: 0.3s;
	display: inline-block;
	line-height: 1.7;
}
.footer a:hover{
	text-decoration: none;
	color: #1977cc;
}
.footer .footer-top li{
	list-style: none;
	padding: 4px;
}
.footer .contact-info li i{
	margin-left: .25rem;
	vertical-align: middle;
	color: rgba(0,0,0,.35);
}
.footer .divider{
	text-align: center;
	display: inline-block;
	width: 4rem;
	min-height: 2rem;
}
.footer .social li{
	margin: .5rem;
	display: inline-block;
}
.footer .social a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.5rem;
	width: 2rem;
	height: 2rem;
	border-radius: 5px;
	background-color: #cccccc;
}
.footer .social a i{
	padding: 0;
	margin: 0;
	color: #404040;
}
.footer .social a:hover{
	background-color: #ff774d;
}
.footer .social a:hover i{
	color: #ffffff;
}

/* Scroll Up */
.scrolltotop{
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: fixed;
	bottom: 48px;
	left: 20px;
	border: 0;
	display: none;
	background: #1977cc;
	color: #ffffff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 2.5rem;
	line-height: 32px;
}
.scrolltotop:hover{
	background: #298ce5;
}

/* Bootstrap changes */
.input-group-prepend {
	margin-left: -1px;
	margin-right: 0;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}