﻿
/*	################################################################

	File Name: style.css
	Template Name: aamal
	Created By: Quan Nguyen
	http://themeforest.net/user/qktheme
	
################################################################# */

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */



*
{
    margin: 0;
    padding: 0px;
}
.big-icon
{
    font-size: 80px;
    margin-bottom: 15px;
}
body
{
    font-family: Yekan, 'Open Sans' , Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    background: #ffffff;
    padding: 0;
    margin: 0;
}
#wrapper
{
    overflow: hidden;
}
html
{
    overflow-x: hidden;
    overflow-y: auto;
}
small
{
    font-size: 11px;
}
EnFont1
{
    font-family: Arial,Tahoma,ti;
}
html, body
{
    height: 100%;
}

div.body
{
    height: 100%;
    width: 100%;
}

img
{
    height: auto;
    max-width: 100%;
}

.hidden
{
    display: none;
}
.alignright
{
    text-align: right;
}
.alignleft
{
    text-align: left;
}
.aligncenter
{
    text-align: center;
}
.clear
{
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}
::-moz-selection
{
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}
::selection
{
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}
*, *:after, *:before
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a
{
    color: #3458ad;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

a:hover, a:focus
{
    text-decoration: none;
    color: #2c3e50;
}
a img
{
    border: none;
    vertical-align: bottom;
}
a.remove
{
    display: block;
    height: 18px;
    width: 18px;
    margin: 10px;
    padding-right: 0 !important;
    text-indent: -9999px;
    background: url(images/remove.png) #01090C;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px;
}

h1, h2, h3, h4, h5, h6
{
    letter-spacing: 0px;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: 700;
    font-family: Yekan, "Quicksand" ,Helvetica,Arial,sans-serif;
    line-height: 140% !important;
    color: #2c3e50;
    margin: 0px;
}
.thumb
{
    display: inline-block;
}
.thumb:hover
{
    opacity: 0.7;
}
.title
{
    font-size: 22px;
    text-transform: uppercase;
    color: #3458ad;
}
h1
{
    font-size: 32px;
}

h2
{
    font-size: 28px;
}

h3
{
    font-size: 24px;
}

h4
{
    font-size: 21px;
}

h5
{
    font-size: 18px;
}

h6
{
    font-size: 14px;
}
.uppercase
{
    text-transform: uppercase;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form
{
    margin-bottom: 0px;
}

a img
{
    border: none;
}

ul, ol, dl
{
    margin-right: 30px;
}
ul, ol, dl
{
    margin-bottom: 1.25em;
    font-family: Yekan, inherit;
}
ul, ol
{
    margin-right: 0;
}
ul.no-bullet, ol.no-bullet
{
    margin-right: 0;
}
ul li ul, ul li ol
{
    margin-right: 1.25em;
    margin-bottom: 0;
}
ol li ul, ol li ol
{
    margin-right: 1.25em;
    margin-bottom: 0;
}
dl dt
{
    margin-bottom: 0.3em;
    font-weight: bold;
}
dl dd
{
    margin-bottom: 0.75em;
}
.lead
{
    font-family: Yekan, 'Droid Sans' , Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    margin: 15px 0;
    padding: 0;
}

section::before, section::after
{
    position: absolute;
    content: '';
    pointer-post-wraps: none;
}
.first
{
    clear: both;
}
.last
{
    margin-left: 0;
}

audio, video
{
    max-width: 100%;
    height: auto;
}

#soundcloud
{
    margin-bottom: -5px !important;
}
iframe, embed, object
{
    max-width: 100%;
}

.color
{
    color: #3458ad;
}
.color_custom
{
    color: #e74c3c;
}
.bgcustom
{
    background: #e74c3c !important;
    color: #fff;
}

.bgcolor
{
    background-color: #2c3e50;
    padding: 40px 0px;
    color: #c9d5e1;
}
.whitebg
{
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-bottom: 3px solid #e2e8ec;
}
.divider
{
    clear: both;
    height: 60px;
}
hr
{
    border-top-color: #d0d7dd;
}
.message
{
    padding: 40px 0px;
    color: #fff;
}
.big-message
{
    padding: 40px 0px;
}
.message-white h2, .big-message h2
{
    font-size: 26px;
    text-transform: uppercase;
}
.color_light
{
    color: #3458ad;
}
p
{
    font-family: Yekan,Arial;
}
/*	################################################################
	2. HEADER STYLES
################################################################# */
/*.topbar
{
    border-top: 5px solid #fff;
    height: 10%;
    line-height: 50px;
    background: #fff;
}
	.topbar .col-md-12
{
    background: #151b54;
}*/
.topbar.affix
{
    z-index: 1000;
    width: 100%;
}
.gototop
{
    background-image: url(images/arrow.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #111111;
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 0;
    text-indent: -999px;
    position: fixed;
    bottom: -100px;
    left: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: auto;
     border-radius: 30px;
}
.gototop:hover
{
    background-color: #3458ad;
}
.navbar
{
    margin: 0px;
    border: none;
}
.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .nav li.active > a
{
    background-color: #fff;
    border-radius:5px;
    border: none;
    color: #000;
}
.nav-tabs li.active > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs .open > a, .nav-tabs .open > a:hover, .nav-tabs .open > a:focus
{
    background-color: #fff;

    color: #3458ad;
}
.dropdown-submenu
{
    position: relative;
}

.dropdown-submenu > .dropdown-menu
{
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-right: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu
{
    /*display: block;*/
}
.carousel
{
    margin-bottom: 20px;
}
.carousel-caption
{
    position: static !important;
    right: 0px;
    text-shadow: 0px 0px 0px #ccc;
    color: #6f808c;
}
.carousel-indicators .active
{
    width: 15px;
    background-color: #bcccd8;
    height: 15px;
}
.carousel-indicators li
{
    border-color: #bcccd8;
    width: 15px;
    height: 15px;
}
.carousel-indicators
{
    width: 100%;
    bottom: -10px;
    right: 0px;
    margin: 0px;
}

.dropdown-submenu > a:after
{
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-right-color: #ccc;
    margin-top: 5px;
    margin-left: -10px;
}

.dropdown-submenu:hover > a:after
{
    border-right-color: #fff;
}

.dropdown-submenu.pull-right
{
    float: none;
}

.dropdown-submenu.pull-right > .dropdown-menu
{
    right: -100%;
    margin-right: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-submenu, .dropdown-menu
{
    background-color: #2c3e50;
}
.dropdown-menu > li > a, .dropdown-submenu > li > a
{
    color: #fff;
    font-size:16px;
}
.dropdown-menu, .dropdown-submenu
{
    -webkit-border-radius: 6px 6px 6px 6px !important;
    -moz-border-radius: 6px 6px 6px !important;
    border-radius: 6px 6px 6px 6px !important;
    padding: 3px 4px;
}
.dropdown-submenu > .dropdown-menu
{
    margin-right: 0px !important;
}
.dropdown-menu
{
    margin-top: 0px !important;
}
.dropdown > .dropdown-menu:before
{
    content: "";
    display: block;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent #2c3e50 transparent;
    position: absolute;
    right: 19px;
    top: -16px;
}
.navbar-toggle
{
    border: 1px solid #ccc;
}
.navbar-toggle .icon-bar
{
    background: #ccc;
}
.navbar
{
    background: #151b54;
    z-index: 1000;
    min-height: 45px !important;
}
.logo h1
{
    margin: 0px;
    padding: 0px;
}
.logo h1 a
{
    font-size: 25px;
    color: #3458ad;
}
@media (min-width: 980px)
{


    .navbar-nav > li > a
    {
        padding-top: 13px;
        padding-bottom: 5px;
        color: #fff;
        font-size: 16px;
    }
    .navbar-collapse
    {
        padding: 0px;
    }
}
.header-wrapper
{
    padding: 5px 0px;
}
.top-info
{
    display: inline-block;
    margin: 15px 0px;
    font-size: 12px;
}
.parallax
{
    background-color: #fcfcfc;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}
.overlay_dark
{
    padding: 20px 0px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}
.overlay_dark h1
{
    color: #fff;
}
.c_author
{
    font-style: italic;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 40px;
}
.c_author a
{
    color: #fff;
}
#carousel-testimonial
{
    font-size: 16px;
}
.single-title h3
{
    color: #fff;
    font-size: 32px;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.breadcrumb
{
    background: none;
    margin-top: 7px;
    margin-bottom: 0px;
}
.breadcrumb li a
{
    color: #fff;
}
.top-wrapper
{
    padding: 35px 0px;
    background-image: url(demos/01_bg.jpg);
}


.t-label
{
    min-width: 120px;
    color: #a4b6c3;
}
.single-content
{
    padding: 20px 0px;
}
.btn
{
    font-size: 12px !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
}

.btn-lg
{
    font-size: 14px !important;
    padding: 10px 10px !important;
}
.btn, a
{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.project-item
{
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.btn
{
    border: 2px solid #fff !important;
    background-color: #3458ad !important;
    color: #fff;
}
.btn_S
{
    border: 3px solid #fff !important;
    background-color: Transparent;
    color: #fff;
    border-radius: 40px;
}
.btn_S:hover, .message .btn, .btn-dark
{
    color: #fff;
    background-color: #2c3e50 !important;
}


.btn-dark:hover
{
    border-bottom: 3px solid #009ec1 !important;
    background-color: #3458ad !important;
    color: #fff;
    font-weight: bold;
}
.grey
{
    padding: 40px 0px;
    background: #e8ecef;
}
.message h2
{
    color: #fff;
}
.btn-primary
{
    background-color: #1abc9c !important;
    border-bottom-color: #16a085 !important;
}
.btn-success
{
    background-color: #2ecc71 !important;
    border-bottom-color: #27ae60 !important;
}
.btn-info
{
    background-color: #3498db !important;
    border-bottom-color: #2980b9 !important;
}
.btn-warning
{
    background-color: #9b59b6 !important;
    border-bottom-color: #8e44ad !important;
}
.check-list
{
    list-style: none;
}
.check-list li:before
{
    content: "\e013";
    position: relative;
    top: -2px;
    display: inline-block;
    font-family: Yekan, 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 300;
    font-size: 7px;
    margin-left: 7px;
    color: #6f808c;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

blockquote
{
    padding: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    border-bottom: 3px solid #2c3e50 !important;
    background-color: #34495e;
    color: #fff;
    font-style: italic;
    font-size: 14px;
}
.callout
{
    overflow: hidden;
    padding: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: none;
    border-bottom: 3px solid #2c3e50 !important;
    background-color: #34495e;
    font-size: 24px;
    color: #c9d5e1;
}
.callout mark
{
    background: none;
    color: #fff;
    font-weight: bold;
    font-family: Yekan, 'Quicksand';
}
.callout .btn
{
    background: #3458ad;
    border: none !important;
}
.ratting .star
{
    background: #2c3e50;
}
.tab-pane
{
    background: #fff;
    border-radius: 0px 4px 4px 0px;
    border-bottom: 3px solid #e2e8ec;
    padding: 20px;
}
.nav-tabs, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a
{
    border: none;
}
.nav-tabs > li > a
{
    font-weight: bold;
    font-size: 12px;
    color: #7a8e9d;
}
.nav-tabs > li.active > a
{
    color: #3458ad;
}
.panel-default > .panel-heading
{
    background: #2c3e50;
    color: #fff;
    border: none;
    border-bottom: 3px solid #172432;
}
.panel-default > .panel-heading a:hover
{
    color: #fff;
}
.panel-title
{
    font-size: 14px;
    padding: 0px;
}
.panel-body
{
    border: none;
    border-bottom: 3px solid #e2e8ec;
}
.panel
{
    border: none;
}
/**Footer**/
.footer-content
{
    background: #07022b;
    padding: 10px 0px;
}
.footer-content
{
    color: #c9d5e1;
}
.contact-info
{
    color: #fff;
    background: url(images/map.png)no-repeat center center;
    padding-bottom: 5px;
    min-height: 50px;
}
.contact-info i
{
    margin-left: 5px;
}
.contact-info p
{
    margin-bottom: 5px;
}
.contact-info p small
{
    font-size: 12px;
}
.footer-content h1, .footer-content h2, .footer-content h3, .footer-content h4, .footer-content h5, .footer-content h6, .footer-content .widget-title
{
    color: #c0bfc0;
}
h3.widget-title, h3.widget-title:after
{
    color: #3458ad;
}
.footer-content h3.widget-title, h3.widget-title
{
    font-size: 18px;
    font-family: Yekan, "Open Sans" ,Helvetica,Arial,sans-serif !important;
    text-transform: uppercase;
    font-weight: 800;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.footer-content .widget-title:after, h3.widget-title:after
{
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 3px;
    background: #6a7f94;
    right: 0px;
    bottom: 0px;
}
h3.widget-title:after
{
    background: #3458ad;
}
h3.widget-title
{
    color: #3458ad;
}
.copy-left
{
    padding: 20px 0px;
    background: #f1f5f8;
    font-size: 12px;
    color: #2c3e50;
}
/**Pricing**/
.pricing .name
{
    padding: 20px 15px;
    background: #2c3e50;
}
.pricing .name h2
{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.pricing ul
{
    padding: 0px 15px;
    background: #fff;
    list-style: none;
    margin: 0px;
}
.pricing ul li
{
    padding: 15px 0px;
    border-bottom: 1px solid #dae1e8;
}
.pricing .price-row
{
    padding: 20px;
    background: #e7ecf0;
    font-size: 21px;
}
.price-footer
{
    padding: 20px;
    background: #e7ecf0;
}
.pricing ul li:last-child
{
    border: none;
}
.intro h4
{
    color: #3458ad;
}
.margin
{
    clear: both;
    height: 40px;
}
.bgcolor h1
{
    color: #fff;
}
/**Sectiob**/
.section-title
{
    text-align: center;
    max-width: 300px;
    margin: 0px auto;
    margin-bottom: 30px;
    position: relative;
}
.section-title p
{
    margin: 0px;
}
.title_border
{
    margin-top: 15px;
    width: 100%;
    height: 1px;
    background: #d0d7dd;
}
.section-title:after
{
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #3458ad;
    position: absolute;
    top: 100%;
    right: 50%;
    margin-right: -25px;
}
.section-title h2
{
    color: #3458ad;
    font-size: 26px;
    padding-bottom: 0px;
}
.parallax
{
    display: block;
    color: #000;
    background-color: #fcfcfc;
    background-repeat:repeat;
    background-position: center top;
    background-size: 100%;
}
section.slider .slides li
{
    height: 600px;
}
.overlay
{
    background: rgba(0, 184, 225, 0.8);
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 1;
    height: 100%;
}

/**Slider**/
.slides li p
{
    font-size: 18px;
}
.flex_caption1
{
    position: absolute;
    z-index: 30;
    right: 0px;
    top: 20px;
    color: #fff;
}
.overlay .flex_caption1 .btn
{
    background: #2c3e50 !important;
    border-bottom: 3px solid #172432 !important;
    margin-top: 20px;
}
.relative
{
    position: relative;
    height: 600px;
}
.flex_caption1 h1
{
    color: #fff;
}
.flexslider
{
    overflow: hidden;
    margin-bottom: 40px;
}
.flex_caption1 h2
{
    color: #fff;
    font-size: 22px;
}
.hr
{
    margin-right: 0px;
    margin-left: 0px;
}
.flex-active-slide .flex_caption2
{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.flex-active-slide .flex_caption1
{
    opacity: 1;
}
.flex_caption2
{
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.post-media .flexslider
{
    margin-bottom: 0px;
}
.dark
{
    color: #c9d5e1;
    background: #1a2530;
}
.videoWrapper
{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper object, .videoWrapper embed, .videoWrapper iframe
{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/**Team**/
.team-head
{
    overflow: hidden;
}
.team-des
{
    padding: 15px 20px 20px 20px;
}
.team-head h5
{
    color: #3458ad;
    padding: 0px;
    margin: 0px;
}
.overflow
{
    overflow: hidden;
}
.team-head small
{
    font-size: 11px;
}
/**Widget**/
.popular
{
    list-style: none;
}
.popular li
{
    margin-bottom: 10px;
}
.popular li img
{
    margin-left: 5px;
}
.popular li h2
{
    font-size: 12px;
    color: #fff;
    padding: 0px;
    font-weight: 600;
    margin-bottom: 5px;
}
.popular li h2 a
{
    color: #fff;
}
.popular li h2 a:hover
{
    color: #3458ad;
}
.flickr
{
    margin: -3px;
}
.flickr li
{
    padding: 3px 1px;
    width: 84px;
}
.popular li p
{
    margin: 0px;
    line-height: 14px;
}
.popular li small
{
    font-size: 11px;
}
.widget
{
    margin-bottom: 10px;
}
.popular li:last-child, .widget ul
{
    margin: 0px;
}
.inline-list
{
    list-style: none;
}
.inline-list li
{
    display: inline-block;
}
.clients img
{
    background: #eaeff3;
    border: 1px solid #d0d7dd;
}
.clients li
{
    margin: 5px;
    padding: 10px;
}
@media (max-width: 1024px)
{
    .OverTop
    {
        display: none;
    }

    .navbar-nav > li > a
    {
        padding-top: 13px;
        padding-bottom: 5px;
        color: #fff;
        font-size: 12px;
    }

    .slides li
    {
        height: 560px;
    }

    .relative
    {
        position: relative;
        height: 560px;
    }
    .flex_caption1
    {
        top: 60px;
    }
    .flex_caption2
    {
        display:none;
    }

}
@media (max-width: 980px)
{
    .header-wrapper
    {
        text-align: center;
    }
    .post-des
    {
        padding-right: 0px !important;
    }
    .img-wrap img
    {
        width: 100%;
    }
    .header-wrapper .alignleft
    {
        text-align: center;
    }
    .slides li
    {
        height: 320px;
    }
    .post-media .slides li
    {
        height: auto;
    }
    .relative
    {
        position: relative;
        height: 600px;
    }
    .flex_caption1
    {
        top: 30px;
        width: 100%;
        text-align: center;
        transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }
}
/**Portfolio **/
.img-wrap
{
    position: relative;
}
.project-item, .team
{
    margin-bottom: 30px;
}
.project-item a
{
    color: #fff;
}
.project-item a:hover
{
    color: #fff;
}
.portfolio-filter ul
{
    list-style: none;
}
.portfolio-filter ul li
{
    display: inline-block;
}

.portfolio-filter ul li a
{
}
.img-wrap .hover-box
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 184, 225, 0.8);
    color: #fff;
    top: 0px;
    right: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
}
.img-wrap:hover .hover-box
{
    -webkit-transform: scale(1);
    opacity: 1;
}
.img-wrap .hover-box i
{
    font-size: 40px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -20px;
    margin-right: -20px;
}
.img-wrap .hover-box .p-caption
{
    width: 100%;
    bottom: 10%;
    position: absolute;
    right: 0px;
}
.img-wrap .hover-box .p-caption h5
{
    color: #fff;
    margin: 0px;
    padding: 0px;
}
.img-wrap .hover-box small
{
    font-size: 11px;
}
/*Team Social*/
.socials a
{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #d0d7dd;
    color: #fff;
    line-height: 30px;
    text-align: center;
    opacity: 0.7;
}
.socials a:hover
{
    color: #fff;
    opacity: 1;
}
.follow
{
    margin: 0px -10px;
}
.follow a
{
    display: inline-block;
    font-size: 20px;
    margin: 0px 10px;
    color: #fff;
}
.follow a:hover
{
    color: #3458ad;
}
/*Service*/
.service .icon
{
    width: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 40px;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #3458ad;
}
.service2
{
    margin-bottom: 20px;
}
.service2 .icon
{
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 60px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 10px;
    color: #fff;
    background: #3458ad;
}
.dotted
{
    display: inline-block;
    height: 1px;
    width: 50%;
    border-top: 1px dashed #2c3e50;
}
.service h3
{
    color: #3458ad;
}
.service-ct
{
    padding-right: 45px;
}
.skill
{
    margin-bottom: 20px;
}
.percent
{
    display: block;
    letter-spacing: -3px;
    padding: 0px;
    line-height: 120px !important;
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: -3px;
    color: #3458ad;
    width: 90%;
    z-index: 10;
}
.skill h4
{
    font-size: 14px;
    padding-bottom: 0px;
}
.skill small
{
    font-size: 11px;
}

.videoWrapper
{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper object, .videoWrapper embed, .videoWrapper iframe
{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.contact-box
{
    font-size: 12px;
}

.icon-square
{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background: #3458ad;
    margin-bottom: 15px;
}
.form-control
{
    min-height: 30px;
    background: #fff;
    border: 2px solid #d0d7dd;
    margin: 5px;
    box-shadow: 0px 0px 0px #ccc;
    border-radius: 3px;
    
}

.form-control2
{
    min-height: 25px;
    background: #fff;
    border: 2px solid #d0d7dd;
    margin-bottom: 4px;
    box-shadow: 0px 0px 0px #ccc;
    border-radius: 4px;
}

textarea.form-control
{
    min-height: 110px;
}
.map-wrap
{
    border: 2px solid #d0d7dd;
    border-radius: 3px;
}

.input-label
{
    color: #2c3e50;
}
.form-control:focus
{
    outline: none;
    background: #fff;
    -webkit-box-shadow: 0px 0px 0px #ccc;
    border-color: #3458ad;
}
/*Article*/
.post-style
{
    width: 70px;
    float: right;
}
.post-des
{
    padding-right: 85px;
}
.post-format
{
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #3458ad;
}
.post-time
{
    padding: 10px 5px;
    text-align: center;
    color: #a9b8c2;
    text-transform: uppercase;
    font-weight: bold;
    background: #e4ebf0;
}
.post-media
{
    margin-bottom: 15px;
}
.post-title
{
    font-size: 22px;
}
.post-meta
{
    font-size: 11px;
    color: #5e5e5e;
}
.after-title
{
    height: 1px;
    background: #d0d7dd;
    width: 160px;
    position: relative;
    margin: 15px 0px;
    clear: both;
}
.after-title:after
{
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #3458ad;
    position: absolute;
    top: 100%;
    left: 0px;
}
.post-media .flex-direction-nav a, .post-media .flexslider:hover .flex-direction-nav a
{
    width: 25px;
    height: 30px;
    text-indent: 0px;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    line-height: 30px;
    right: 15px;
    bottom: 15px;
    top: auto;
    opacity: 0.7 !important;
}
.post-media .flexslider .flex-direction-nav a:hover
{
    opacity: 1 !important;
}
.post-media .flex-direction-nav .flex-next, .post-media .flexslider:hover .flex-direction-nav .flex-next
{
    right: 41px;
}
.widget_categories li
{
    list-style: none;
    padding: 10px 0px;
    border-bottom: 1px solid #d0d7dd;
}

.widget_categories li a
{
    font-size: 12px;
    color: #72818c;
    font-weight: bold;
    list-style: none;
}
.widget_categories li a:hover, .sidebar .popular li h2 a:hover
{
    color: #3458ad;
}
.widget_categories li:before
{
    margin-left: 5px;
    display: inline-block;
    content: "\f105";
    font-family: Yekan, FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.margin-bottom
{
    margin-bottom: 30px;
}
.sidebar .popular li h2 a
{
    color: #72818c;
    font-size: 12px;
}
.tagcloud
{
    margin: -2px;
}

.tagcloud a, .portfolio-filter ul li a
{
    display: inline-block;
    margin: 0 2px 5px 0;
    padding: 8px 18px;
    color: #7e8d9b;
    font-weight: bold;
    font-size: 11px !important;
    border-radius: 4px;
    background: #d5dde4;
}
.project-detail span
{
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.project-detail span strong
{
    color: #1f2f3f;
}
.tagcloud a:hover, .portfolio-filter ul li a:hover, .portfolio-filter ul li a.active
{
    color: #fff;
    background: #3458ad;
}
/**Comments**/
.comment-title h3
{
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 0px;
}
.comment-list, .child
{
    list-style: none;
}
.child
{
    margin-right: 30px;
    border-right: 1px solid #d0d7dd;
}
.child > li
{
    padding-right: 30px;
    position: relative;
}
.child > li:before
{
    content: "";
    border-bottom: 1px solid #d0d7dd;
    position: absolute;
    width: 20px;
    right: 0px;
    top: 40px;
}
.comment
{
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-bottom: 3px solid #e2e8ec;
    margin-bottom: 20px;
    padding: 15px;
}
.comment .avatar
{
    float: right;
    margin-left: 10px;
}
.comment-author, .comment-author a
{
    font-size: 16px;
    color: #3458ad;
}
.comment-reply a
{
    font-weight: bold;
    font-size: 12px;
}
.comment-author small
{
    font-size: 11px;
}
.comment-content
{
    font-size: 13px;
}
.comment-heading
{
    margin-bottom: 10px;
    overflow: hidden;
}
.pager li > a
{
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 0px;
    width: 38px;
    height: 33px;
    border: none;
    opacity: 1;
    background: url(images/page_prev.png);
}
.pager li > a:hover
{
    opacity: 0.8;
}
.pager li.next > a
{
    background: url(images/page_next.png);
}
/**Shop Style**/
.product-item .product-title
{
    font-size: 12px;
    color: #6f808c;
}
.product-item
{
    margin-bottom: 30px;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-bottom: 3px solid #e2e8ec;
}
.hover-box a, .hover-box a:hover
{
    color: #fff;
}
.product-info
{
    padding: 20px;
}
.price
{
    display: block;
    font-family: Yekan, "Quicksand";
    font-weight: bold;
    margin-bottom: 10px;
}
.price del span
{
    font-size: 13px;
    color: #a9bbc8;
}
.price ins
{
    text-decoration: none;
}
.price ins span
{
    font-size: 16px;
    color: #3458ad;
}

.rating
{
    list-style: none;
    margin: 0 auto;
    display: inline-block;
    padding: 0;
    position: relative;
    width: 65px;
    position: relative;
    height: 20px;
    margin-bottom: 5px;
}

.rating li
{
    margin: 0 1px 0 0;
    padding: 0;
    float: right !important;
    width: 100%;
    height: 20px;
    width: 100%;
}
.rating li
{
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.rating i.star-on
{
    height: 20px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
}
.rating i.star-on:before
{
    content: "\f005\f005\f005\f005\f005";
    font-family: Yekan, 'FontAwesome';
    overflow: hidden;
}
.rating i.star-off:before
{
    content: "\f006\f006\f006\f006\f006";
    font-family: Yekan, 'FontAwesome';
}
.rating i.star-off
{
    height: 20px;
    display: block;
}
.thumbnails
{
    margin: 5px -5px;
}
.thumbnails .entry
{
    display: inline-block;
    float: right;
    margin: 5px;
}
.cart .quantity
{
    display: inline-block;
    position: relative;
    height: 35px;
    width: 60px;
}
.cart .quantity input[type="number"]
{
    width: 60px;
    height: 35px;
    text-align: center;
}
.product-price
{
    padding: 10px 0px;
    border-top: 1px solid #d0d7dd;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #d0d7dd;
}
.product-price .price
{
    line-height: 40px;
    margin-bottom: 0px;
}
.product-price form
{
    margin: 0px;
}
.product-title .product_meta
{
    font-size: 11px;
}
.product-title h1
{
    font-size: 22px;
}
#commingsoon input
{
    max-width: 400px;
    float: none;
    display: inline-block;
}
#commingsoon
{
    background: #e8ecef;
}
.big-quote p
{
    font-size: 21px;
    font-weight: bold;
}
/**TimeLine**/
.timeline
{
    position: relative;
}
.timeline-col
{
    position: absolute;
    width: 2px;
    background: #c6d2db;
    height: 100%;
    top: 0px;
    right: 50%;
    margin-right: -1px;
}
.timeline article
{
    padding: 15px;
    border-radius: 4px;
    border-bottom: 3px solid #e2e8ec;
    background: #fff;
    font-size: 13px;
    position: relative;
}
.timeline article h5
{
    font-size: 16px;
}
.timeline .right
{
    clear: right;
    padding-left: 30px;
}
.timeline .right article:after
{
    content: "";
    position: absolute;
    right: 100%;
    top: 30px;
    width: 18px;
    height: 23px;
    background: url(images/timeline_arrow.png) no-repeat top right;
}
.timeline .left article:after
{
    content: "";
    position: absolute;
    left: 100%;
    top: 30px;
    width: 18px;
    height: 23px;
    background: url(images/timeline_arrowleft.png) no-repeat top right;
}
.timeline .right:after, .timeline .left:after
{
    content: "";
    position: absolute;
    right: 100%;
    top: 30px;
    width: 18px;
    height: 18px;
    background: url(images/timeline_circle.png) no-repeat top right;
    margin-right: -9px;
    margin-top: -9px;
}
.timeline .left:after
{
    right: auto;
    left: 100%;
    margin-right: 0px;
    margin-left: -9px;
}
.timeline .left
{
    margin-top: 40px;
    padding-right: 30px;
}
.timeline .year
{
    position: relative;
    clear: both;
}
.timeline .year h5
{
    display: inline-block;
    padding: 5px;
    background: #f1f5f8;
    margin-top: 30px;
    margin-bottom: 15px;
}
.timeline .year:before
{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #c6d2db;
    top: 0px;
    right: 50%;
    margin-right: -9px;
    margin-top: -9px;
}


/**قسمت لاگین**/
.loginmodal-container
{
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: Yekan, roboto;
}

.loginmodal-container h1
{
    text-align: center;
    font-size: 1.8em;
    font-family: Yekan, roboto;
}

.loginmodal-container input[type=submit]
{
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.loginmodal-container input[type=text], input[type=password]
{
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0; /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover
{
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal
{
    text-align: center;
    font-size: 14px;
    font-family: Yekan, 'Arial' , sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px; /* border-radius: 3px; */ /* -webkit-user-select: none;   user-select: none; */
}

.loginmodal-submit
{
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: Yekan, roboto;
    font-size: 14px; /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover
{
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8; /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a
{
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help
{
    font-size: 12px;
}


/**End**/
