﻿/* Add here all your css styles (customizations) */

@font-face {
 font-family: 'IranSans';
 font-weight: normal;;
  src: url('fonts/IRANSansWeb.ttf') format('truetype'),
       url('fonts/IRANSansWeb.eot?#') format('eot'),  
       url('fonts/IRANSansWeb.woff') format('woff'); 
       
}




@font-face {
  font-family: 'IranSans';
  font-weight: bold;
  src: url('fonts/IRANSansWeb_Bold.ttf') format('truetype'),
       url('fonts/IRANSansWeb_Bold.eot?#') format('eot'),
       url('fonts/IRANSansWeb_Bold.woff') format('woff');
       
}



@font-face {
  font-family: 'IranSansBold';
  src: url('fonts/IRANSansWeb_Bold.ttf') format('truetype'),
       url('fonts/IRANSansWeb_Bold.eot?#') format('eot'), 
       url('fonts/IRANSansWeb_Bold.woff') format('woff');  
       
}

*{font-family: iransans;}
a:hover{
	text-decoration:none
}
@media (min-width:992px){
	.dropdown > a:after {
    left: -1px !important;
}
	.header-v8 .navbar-nav > li:last-child > a{
		padding-left:10px !important
	}
	.header-v8 .dropdown-menu{
		padding:10px 0 0 0 !important
	}
	.header-v8 .dropdown-menu > li > a{
		padding: 9px 25px !important;
	}
	.header-v8.header-fixed-shrink .navbar-nav > li > a{
		    padding: 5px 14px !important;
	}
	.header-v8.header-fixed-shrink .navbar-nav .dropdown > a:after{
		top:6px !important
	}
}
input.BootStrapMainSearchInput {
    border-radius: 0;
    font-size: 12px;
    padding: 6px 12px;
    border: 1px solid #ccc !important;
}
a.header-search-btn{
	position: absolute;
    left: 1px;
    width: 38px;
    top: 1px;
    padding: 6px 8px 0 0;
    height: 29px;
    border: none;
    color: #e33636;
    text-align: center;
    background-color: #e3e3e3;
    text-decoration: none;
    cursor: pointer;
    padding-top: 6px;
}
a.header-search-btn:before{
	content:"\f002";
	font-family:FontAwesome;
	
}
.TasnimBigImg {
    width: 40%;
    float: right;
    margin-right: 10px;
}

.TasnimBigContent {
    width: 55%;
    margin-right: 1%;
    float: right;
}

    .TasnimBigContent h3 {
        font-size: 13pt;
    }

        .TasnimBigContent h3 a:hover {
            color: #0bf;
        }

.TasnimSmallImg {
    width: 20%;
    float: right;
    margin-right: 10px;
}

.TasnimSmallContent {
    width: 70%;
    margin-right: 1%;
    float: right;
    color: #888;
}

    .TasnimSmallContent h3 a {
        color: #555;
    }

        .TasnimSmallContent h3 a:hover {
            color: #00BBFF;
        }

.tasnimledcont {
    margin-top: 13px;
    margin-bottom: 13px;
}

.clear 
{
    clear:both;
}

/*Job
------------------------------------*/
.job-img {
	overflow: hidden;
	position: relative;
	min-height: 300px;
}
.justify{
	margin:3%;
}
.job-img .job-banner {
	padding: 20px;
	max-width: 450px;
	margin: 60px auto 100px;
}

.job-img .job-banner h2 {
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.job-img .job-banner {
		padding: 10px;
		margin: 30px auto 100px;	
	}
}

.job-img .job-img-inputs {
	right: 0;
	left: 0;
	bottom: -7px;
	padding: 20px 0;
	position: absolute;
	background: rgba(0,0,0,0.75);
}

/*Job-Content
------------------------------------*/
.job-content .categories li {
	padding: 6px 0;
	border-bottom: 1px dotted #eee;
}

.job-content .hex {
	color: #999
}

/*High-Rated
------------------------------------*/
.high-rated .carousel-indicators {
	top: 10px;
	right: 65%;
	text-align: left;
}

.high-rated .carousel-indicators .active {
	background: #555;
}

.high-rated .carousel-indicators li {
	border-color: #555;
}

.high-rated .carousel-inner > .item {
	margin: 0;
}

.high-rated .star-vote {
	float: left;
	margin-top: 8px;
}

.high-rated .star-vote ul {
	margin-bottom: 0;
}

.high-rated .star-vote li {
	padding: 0;
}

.AdsBoxMargin
{
    margin-bottom:3px;
}





/*Loading section*/
.loaderInnerMessage
{
            position:absolute;
            width:100px;
            height:135px;
            overflow:hidden;
            right:49%;
            top:50%;
            z-index:111111;
}
.loaderInnerMessage p
{
    color:white; font-size:12px; fonte-weight:bold;
}
   .loaderInnerLogo
        {
            position:absolute;
            width:100px;
            height:100px;
            overflow:hidden;
            right:50%;
            top:50%;
            z-index:111111;
        }
        .loaderInnerLogo img{
            width:100px;
            height:100px;
        }
        .chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    right: 45%;
    top: 52%;
    width: 230px;
    height: 230px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00adef;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #00adef;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #00adef;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }  

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


.blog-grid {
    font-size: 13px;
    line-height: 22px; 
}

.blog-grid h3 {
    font-size: 14px;
    font-weight: bold;
}

.blog-grid a.r-more {
    width: 70px;
    display: block;
    padding-top: 8px;
	position:absolute;
	bottom:0;
}

.blog-grid .blog-grid-info li {
    font-size: 10px;
}
.content{

    text-align: justify;
}
.window_archiveitems {
	background-color:white;
	border:solid 1px #e3e3e3;
}
.main>h1{
	font-size:21px
}
.main>h2{
	font-size:20px
}
.main>h3{
	font-size:19px
}
.main>h4{
	font-size:18px
}
.main>h5{
	font-size:17px;
	font-family: iransans;
	font-weight:600
}

.main>h6{
	font-size:16px;
		font-family: iransans;
	font-weight:600
}


.window_archiveitems .blog-grid {
	min-height:300px;
}

.window_archiveitems .blog-grid .r-more {
}

#tasnimBigContent {
	border-bottom: 1px solid e3e3e3;
	width: 100%;
margin:0;
}

#tasnimBigContent .col-sm-8
{
	padding:0;
	margin:0;
}
#tasnimSmallContent{
	border-bottom: 1px solid #e3e3e3;	
	width: 100%;
	margin-top:5px;
	margin-left:0;
	margin-right:0;
}
#tasnimSmallContent .col-sm-9
{
	margin:0;
	padding:0;
}

#tasnimSmallContent .col-sm-2
{
	margin:0;
	padding:0;
}
@media (min-width:992px){
	.header-v8 .navbar-nav > li > a {
		padding: 0px 20px;
		line-height: 54px;
	}
	
	.header-v8.header-fixed-shrink .navbar-nav > li > a {
		padding: 5px 20px;
	}
	
	.header-v8 .navbar-brand {
	 height: 50px; 
	 max-height: 50px;
	 padding : 0;
	/*! line-height: 60px; */
    }
/*	.header-fixed .header-v8.header-fixed-shrink .navbar-brand {
		height: 40px;
		max-height: 40px;
		 line-height: 36px; 
	}*/
	body.header-fixed-space-v2 {
	padding-top: 100px;
    }
}

ul.blog-tags
{
	margin-top:45px;
}


ul.blog-tags li a
{
    display: inline-block;
    margin: 4px 2px 4px 2px;
    border: 1px solid #9d9dc5;
    padding: 1px 7px 1px 7px;
    border-radius: 3px;
    font-size: 13px;
}

.windowFooterText
{
	text-align:left;
}
#CustomerMenuBox ul
{
	list-style:none;
}
#CustomerMenuBox ul li
{
	float:right;
	padding:10px;
	text-align:cente;
}
#div_items , .div_archive_items
{
	border-radius:3px;
	padding:3px;
	background-color:white;
	display:inline-block;
	 width:100%;
}
#TasnimBox
{
	border:solid 1px #e3e3e3;
	border-radius:3px;
	padding:3px;
	background-color:white;
}
.tab-content{
	background-color:white;
	border:solid 1px #e3e3e3;
}
.Header-Ads div div.window div.AdsBoxMargin
{
	float:right;
	width:48%;
	margin:1%;
}
.col-md-12 , .col-md-1 , .col-md-2 , .col-md-3, .col-md-4 , .col-md-6 , .col-md-8 , .col-md-9 , .col-md-10 , .col-md-11 
	{
		padding-left:3px;
		padding-right:3px;
	}

	.footer div div div div.window #div_newsletter
	{
		background-color:transparent !important;

	}
	.footer div div div div.window #div_newsletter div div div input
	{
		color:black;
	}
	#ArchiveItemHolder
	{
		min-height:185px;
		position:relative;
	}
	#div_slider
	{
		margin-top:6px;
	}
	#HeaderDate
	{
		color:white;
		font-size:10px;
		font-weight:normal;
		padding-top:9px;
	}
	.window{
		margin-top:7px;
	}
	.windowFooter{
		width:100%;
		height:26px;
	}
	div.page{
		margin-top:6px !important;
	}
	.blog-grid h1.blog-grid-title-lg{
		font-size: 19px;
		line-height: 1.4;
		margin: 0 0 10px;
		padding: 0 0 0 10px;
		font-weight: 600;
	}
	.fa-pencil , .fa-calendar{
		padding-left:4px
	}
	.box-1{
		margin-bottom:20px
	}
	
	.box-2{
		padding-left:10px
	}
	.send-cm{
		font-size: 16px;
		font-weight: 600;
		margin: 25px 0 5px 0;
	}
	
	.send-comment{
    margin-top: 20px;
    padding: 2px 17px;
    color: #fff !important;
    font-size: 15px;
    background: #8a8787;
    border-radius: 4px;
	}
	.send-comment:hover{
		color: #fff !important;
		font-weight:600;
		cursor:pointer;
		text-decoration:none
	}
	.windowFooterText{
	text-align: center;
    background: #ffffff;
    padding: 3px;
    float: left;
    margin: -2px 0 10px 0;
    width: 100%;
    line-height: 26px;
	}
	
	.title-windo-s-NF {
    height: 40px;
	padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 12px;
    padding-left: 12px;
    background: #fff;
    border-bottom: 1px solid #eee;
}
	.title-v4-NF {
    background: url(img/nb-dots.png) repeat;
    height: 20px;
    box-sizing: border-box;
    font-weight: bold;
}

.title-v4 {
    text-align: center;
    margin-top: 60px !important;
}


	.more-w-NF {
    background: #fff;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 3px;
    border: 1px solid rgba(255, 145, 49, 0.33);
}
	.more-window-NF {
    background: none;
    border: none;
    color: #ff470b;
}
.more-window-NF >i {
    font-size: 85% !important;
}
.blog-thumb {
    margin-bottom: 2px;
    border-bottom: solid 2px #e3e3e3;
    background: #fff;
	padding-left: 4px;
    padding-right: 4px;
}
.blog-thumb-desc>p{
	    padding-right: 12px;
    font-size: 12px;
    color: #444;
}	
.blog-thumb .blog-thumb-desc h3 a{
	color: #414d5f;
}
	.blog-thumb .blog-thumb-desc h3 a:hover{
		text-decoration:none;
		color:#3472d2
	}
	
	.footer-v8 .footer h2{
		margin-top:0 !important;
		line-height: 1 !important;
	}
	.footer-v8 .title-v4-NF ,.footer-v8 .title-v4,.footer-v4.title-windo-s-NF{
		background:transparent !important;
	}
.footer-v8 .footer .footer-lists li i {

    padding-left: 5px;
}
	.footer .title-windo-s-NF {
    height: auto !important;
    padding-bottom: 6px;
    padding-right: 0;
    margin-bottom: 15px;
	padding-top:0;
    border: 0 !important;
    border-bottom: 1px dotted #eee !important;
	background:transparent !important
}
.col-md-2.footer-col2 {
    text-align: left;
}
.col-md-6.footer-col6 {
    text-align: right;
}
	.footer-v8 .footer-heading{
padding-bottom: 12px;
    display: inline-block;
    border-bottom: 1px solid #5b9ecf;
    color: #eee !important;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		margin: 2px 0 7px;
		position: relative;
		text-transform: uppercase;
	}
	
	#window_footer4_2 p.title-v4{
padding-bottom: 22px;
    display: inline-block;
    border-bottom: 1px solid #5b9ecf;
    color: #eee !important;
    font-size: 14px;
    font-weight: 400;
    line-height: .5;
    margin: 0px 0 7px;
    position: relative;
    text-transform: uppercase;
	}
	p.footer_contactus_tel a, p.footer_contactus_mail a, .footer-v8 ul.footer-lists li a{color:#eee}
	p.footer_contactus_tel a:hover, p.footer_contactus_mail a:hover, .footer-v8 ul.footer-lists li a:hover{color:#ebe72b}
	.footer-v8 p,.footer-v8 address {
		font-size: 12px;
	}	
	p.footer_contactus_tel a{direction:ltr}
	.footer-v8 div.row.margin-bottom-50.window_newsletter {
    font-size: 12px;
}
	.copyright {
		color: #dbdada;
		font-size: 12px;
		background-color: #950a0a !important;
		border-top: 1px solid #8d0d0d;
		padding: 4px 0 !important;
	}
	.footer-v8 .footer {
		border-bottom: 1px solid #b41313;
	}
	.copyright .container .footer-col2 p {
		margin: 0 0 7px 0;
	}
	.copyright .container .footer-col2 p a {
		padding-top: 7px;
		display: inline-block;
		color: #eee;
	}
	input.input-text {
    display: block;
    margin: 4px auto;
    width: 80%;
	text-align:center;
    font-size: 12px;
    padding: 4px 5px;
    border: 1px solid #777;
    border-radius: 3px;
}
	.footer-v8 .input-button {
    padding: 5px 15px;
    background: transparent;
    display: inline-block;
    margin-top: 5px;
    color: #fff !important;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid;
}
input.input-button:hover {
    background: #bc2525;
}
@media(max-width:992px){
	.footer-v8 .copyright{text-align:center}
	.col-md-2.footer-col2 {text-align: center}
	.col-md-6.footer-col6 {text-align: center;}
}
p.footer_contactus_tel a>span, p.footer_contactus_mail a>span{
    color: #ebe72b;
}
#CustomerMenuBox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#CustomerMenuBox ul li {
    float: none;
    background: #fff;
    text-align: center;
    padding: 9px 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0;
}
#CustomerMenuBox ul li a {
    color: #555;
}
#CustomerMenuBox ul li a:hover {
    color: orange;
}
div.section_content>ul {
    padding: 0 0;
	text-align: center;
}
div.section_content ul li {
width: 108px;
    list-style: none !important;
    margin:0 3px !important;
    padding: 10px;
    background-color: rgba(255, 165, 0, 0.44) !important;
    border-radius: 4px !important;
    overflow: hidden;
    height: 39px;
    float: none !important;
}
div.section_content ul li a {
    color: #333;
    width: 100%;
    overflow: hidden;
    height: 23px;
    display: block;
    text-align: right;
    font-size: 11px;
}
.left_box a {
    font-size: 13px;
    font-weight: normal;
    color: orange;
    cursor: pointer;
}
.left_box a:hover {
    color: #4095ef;
}
.right_box {
    font-size: 15px !important;
font-weight: normal !important;}

.box a {
    font-size: 13px !important;
    color: #555 !important;
}
.box a:hover {
    color: orange !important;
}
.box a img {
    margin-bottom: 10px;
	border-radius:3px
}
.box {
    width: 32% !important;
    float: right ;
    margin-right: 1% !important;
    text-align: center;
    padding: 5px;
}
.img-responsive {
    width: 100%;
}

.FormBox input:focus, .FormBox textarea:focus, .FormBox select:focus {
    box-shadow: none;
    outline: 0 !important;
    border: 2px solid #31daa5;
}

.FormBox input, .FormBox textarea, .FormBox select {
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.5s;
    border: 2px solid #dedede;
    font-size: 13px;
    line-height: 35px;
    padding: 2px 15px;
    color: #666;
    min-height: 36px;
    min-width: 250px;
    max-width: 450px;
}

.FormBox input[type="submit"] {
    display: block;
    min-width: 140px;
    width: 140px !important;
    text-align: center;
    margin: 50px auto;
    background: #22c18f;
    opacity: 0.85;
    color: #fff;
    border: 0 !important;
}

.FormBox input[type="submit"]:hover {
    opacity: 1;
}









 /*   Hd Edit  */
.slick-next.slick-arrow {
    right: 0 !important;
}
.slick-arrow {
    background: rgba(0, 0, 0, 0.54) !important;
}
.promo-item-content {
    display: none;
}
.first-page-more {
    display: inline-block;
    padding: 5px 15px;
    margin: -10px 0 10px 0;
    background: #42c56b;
    font-weight: normal !important;
    font-size: 13px;
    border-radius: 5px;
    color: #fff;
}
.first-page-box .col-md-4 > .col-md-12 {
    padding: 0;
}
.first-page-box .col-md-4 > .col-md-12:nth-child(2) {
    margin-bottom: 25px;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.18);
}
.first-page-box .col-md-4 img {
    margin-bottom: -10px;
    border-radius: 6px 6px 0 0;
}
.first-page-box {
    margin: 20px 0 10px 0;
}
.first-page-box .ShowMoreLink {
    margin: 20px 0 0 0;
}
 .title-windo-s-NF{
   position: relative;
    text-align: center;
    background: transparent;
    margin-bottom: 45px;
    margin-top: 40px;
    border: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    height: auto;}

.title-windo-s-NF:after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2daf62;
    border: 13px solid white;
    position: absolute;
    top: 41px;
    left: calc(50% - 10px);
}
.title-windo-s-NF .title-v4-NF {
    background: transparent;
    height: auto;
}
.title-windo-s-NF .title-v4-NF a {
    display: inline-block;
    padding: 10px;
}
.title-windo-s-NF .title-v4-NF .title-v4 {
    border: 0 !important;
    margin: 0 !important;
    height: auto;
	font-weight: normal;
}
.thumbnails-v1 img {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 0 15px 0 #f3f3f3;
	transition: all 0.5s;
}
.thumbnails-v1 img:hover {
    transform: scale(1.05) rotate(3deg);
}
.thumbnails-v1 h3 a {
    font-size: 14px !important;
    text-align: center;
    display: block;
    margin-bottom: 8px;
}
.thumbnails-v1 .caption p {
    font-size: 13px;
    text-align: justify;
    position: relative;
}

.thumbnails-v1 .caption p:nth-child(2):after {
    content: "...";
    background: #ffffff;
    width: 25px;
    height: 18px;
    line-height: 13px;
    text-align: center;
    padding: 0 0 11px 0;
    position: absolute;
    left: -1px;
    bottom: 0px;
}
.thumbnails-v1 .caption p a {
    font-size: 10px;
    display: inline-block;
    text-align: center;
    background: #42c57d;
    padding: 4px 14px;
    border-radius: 5px;
    color: #fff;
    bottom: -35px !important;
    left: calc(50% - 50px) !important;
}
.thumbnails-v1 .thumbnail-img {
    margin-bottom: 12px;
    text-align: center;
}
.owl-stage-outer .item a p {
    margin: 15px 0 0 0;
    text-align: center;
    font-size: 12px;
}
.footer .title-windo-s-NF {
    position: relative;
    text-align: center;
    background: transparent;
    margin-bottom: 25px;
    margin-top: 0;
    border: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    height: auto;
}
.footer .title-windo-s-NF:after{
	display:none
}
.copyright {
    color: #dbdada;
    font-size: 12px;
    background-color: #232323 !important;
    border-top: 1px solid #383838;
    padding: 4px 0 !important;
}

.footer-v8 .footer {
    border-bottom: 1px solid #1b1b1b;
}



.navbar.mega-menu {
    top: -2px !important;
}
.header-fixed-shrink .navbar.mega-menu {
    top: -6px !important;
}
.blog-topbar {
	display : block !important ;
    background: #222 !important;
}
input#BootStrapMainSearchInput {
    font-size: 11px;
    background: #3a3a3a;
    border-radius: 4px;
    border: 1px solid #111 !important;
    color: #fff;
}
a#BootStrapMainSearchBtn:after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    font-size: 16px;
    top: 4px;
    left: 10px;
    color: #c3c3c3;
}
a#BootStrapMainSearchBtn {
    color: transparent;
    width: 35px !important;
    height: 31px !important;
    background: transparent !important;
    border-radius: 0 !important;
    position: absolute;
}

.news-v3-in-sm h2 a {
    color: #555 !important;
    font-size: 14px !important;
}
.news-v3-in-sm p {
    color: #555 !important;
}



.footer .headline p {
    margin-bottom: 8px;
}


























