/*
Template Name: Meghna Responsive HTML5/CSS3 Portfolio Template
Author: Muhammad Morshed
Author URI: http://themeforest.net/user/morsheds
Description: Meghna Responsive HTML5/CSS3 Portfolio Template
Version: 1.0
Tags: one-page, single-page, portfolio, custom-colors, post-formats, responsive, html5, css3
*/


/* Table of Content
==================================================
#Home
#Navigation
#About
#Service
#Portfolio
#Our Team
#Pricing
#Blog
#Contact
*/


/*=================================================================
Basic Setup
==================================================================*/

body {
    /*background-color: #2B2C30;*/
    font-family: 'Ubuntu', 'Arial', sans-serif;
    line-height: 1.5;
    /*color: #ddd;*/
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
}

a {
    color: #fff;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus,
a:hover {
    color: #6CB670;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: oswald;
    font-weight: 400;
}

.kill-margin-bottom {
    margin-bottom: 0 !important;
}

.btn {
    background-color: transparent;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0;
    margin-top: 15px;
    -webkit-transition: all .5s ease-in 0s;
    -moz-transition: all .5s ease-in 0s;
    -o-transition: all .5s ease-in 0s;
    transition: all .5s ease-in 0s;
}

.btn:focus {
    color: #ddd;
}

.btn-green {
    background-color: #6cb670;
}

.btn-green:focus,
.btn-green:hover {
    background-color: #2F383D;
    color: #fff;
}

.btn-transparent {
    border: 1px solid #4e595f;
}

.btn-transparent:focus {
    background-color: transparent;
    border-color: #6cb670;
}

.btn-transparent:hover {
    background-color: #6cb670;
    border: 1px solid transparent;
    color: #fff;
}

.form-control {
    background-color: #2f383d;
    border-radius: 0;
    padding: 5px 10px;
    border: 0 none;
    color: #ddd;
}

.form-control:focus {
    box-shadow: 0 0 0;
}

.form-control::-webkit-input-placeholder {
    /*  Chrome, Safari, Opera  */
    color: #ddd;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #ddd;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd;
}

.form-control:-ms-input-placeholder {
    /*  Internet Explorer  */
    color: #ddd;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#loading-mask {
    background: #333439;
    height: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.loading-img {
    height: 100%;
    left: 0;
    position: fixed;
    top: 50%;
    width: 100%;
}

.border {
    /*border-top: 1px solid #fff;*/
    border-top: 1px solid #ED1C24;
    height: 1px;
    margin: 15px auto 0;
    position: relative;
    width: 35%;
}

.border:before {
    background-color: #231F20;
    border: 1px ridge #231F20;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 40px;
}

.title {
    padding-bottom: 60px;
}

.title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
    /*color: #fff;*/
    color: #231F20;
}

.color {
    /*color: #6CB670;*/
    color: #ED1C24;
}

.sub-title {
    padding: 0 0 50px;
}

.sub-title > h3 {
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
    display: inline-block;
    padding: 5px 25px;
    text-transform: uppercase;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.bg-one {
    background-color: #333439;
}

.bg-two {
    background-color: #ffffff;
}

.parallax-section {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hr {
    position: relative;
}

.hr:before {
    content: '';
    position: absolute;
    width: 100%;
    background: #ED1C24;
    height: 1px;
    left: 0;
    top: 100%;
}

.hr:after {
    content: '';
    display: block;
    height: 20px;
}


/*=================================================================
Home Slider
==================================================================*/

#home {
    position: relative;
}

#slitSlider .carousel-caption {
    padding: 0;
    display: table;
    height: 100%;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    /*background-color: rgba(0, 0, 0, .5);*/
}

#slitSlider .carousel-caption a {
    font-size: 18px;
}

#slitSlider .carousel-caption > div {
    vertical-align: middle;
    display: table-cell;
}

#slitSlider .carousel-caption h2 {
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
}

#slitSlider .carousel-caption h3 {
    color: #FFF;
    font-family: Oswald, sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 59px;
}


/*=================================================================
Navigation
==================================================================*/

.navbar-inverse {
    /*background-color: #2B2C30;*/
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    z-index: 99;
}

.navbar {
    border-bottom: 1px solid #2f3238;
    margin-bottom: 0;
}

.navbar-brand {
    height: auto;
    padding: 3px 0;
}

.navbar-brand img {
    height: 70px;
}

.navbar-brand h1 {
    margin: 0;
}

.navbar-inverse .navbar-nav > li > a:link,
.navbar-inverse .navbar-nav > li > a:visited {
    color: #000;
    font-size: 16 px;
    line-height: 26px;
    padding: 25px 15px;
    -webkit-transition: background .5s ease-in-out 0s;
    -moz-transition: background .5s ease-in-out 0s;
    -o-transition: background .5s ease-in-out 0s;
    transition: background .5s ease-in-out 0s;
}

.navbar-inverse .navbar-nav > li.current > a {
    color: #ED1C24;
    background-color: #2f3238;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ED1C24;
}


/*=================================================================
About us section
==================================================================*/

#aboutus {
    padding-top: 70px ;
}

.aboutus-content p {
    font-size: 18px;
}

.icon-box {
    position: relative;
    /*width: 196px;
    height: 210px;*/
    background-color: transparent;
    margin: 26.19px auto 30px;
    padding: 0px 0;
    /*    border-left: solid 3px #ddd;*/
    /*    border-right: solid 3px #ddd;*/
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
}

.icon-box:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.icon-box:before,
.icon-box:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 113.14px;
    height: 113.14px;
    background-color: inherit;
    left: 20.4315px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -moz-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    -o-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
}

.icon-box:before {
    top: -56.5685px;
    /*    border-top: solid 4.2426px #ddd;*/
    /*    border-right: solid 4.2426px #ddd;*/
}

.icon-box:after {
    bottom: -56.5685px;
    /*    border-bottom: solid 4.2426px #ddd;*/
    /*    border-left: solid 4.2426px #ddd;*/
}


/*=================================================================
Our Benefits
==================================================================*/


/* 
#main-features {
    padding: 70px 0;
}

.feature-media {
    margin-bottom: 30px;
}

.feature-desc a {
    margin-right: 20px;
}
 */


/*=================================================================
Product section
==================================================================*/


 
#product {
    
    padding-top: 70px;
}

#product .title {
    padding-bottom: 20px;
}

.product-item {
    border: 0px solid #4e595f;
    padding-bottom: 10px;
}

.product-item > div {
    margin: 10px 0;
}

.product-item span {
    display: inline;
    font-family: Oswald, sans-serif;
    font-size: 35px;
    line-height: 50px;
}

.product-item i {
    margin-bottom: 15px;
}

.product-item h3 {
    font-family: Ubuntu, sans-serif;
    font-size: 20px;
    margin: 0;
}
 
 
.product-content p {
    font-size: 18px;
}


/*=================================================================
Client section
==================================================================*/


 
#client {
    
    padding-top: 70px;
}



/*=================================================================
Services section
==================================================================*/

#services {
    /*background-image: url(../img/parallax/services.jpg);*/
	background:#FFF;
    color: #000;
    padding-top: 70px;
}

#services .title {
    padding-bottom: 50px;
}

.service-block {
    padding: 50px 20px;
    border-left: 1px solid #4e595f;
    border-top: 1px solid #4e595f;
    margin-bottom: 40px;
    -webkit-box-shadow: 2px 2px 5px rgba(44, 44, 44, .3), 13px 13px 0 rgba(256, 256, 256, .7);
    -moz-box-shadow: 2px 2px 5px rgba(44, 44, 44, .3), 13px 13px 0 rgba(256, 256, 256, .7);
    box-shadow: 2px 2px 5px rgba(44, 44, 44, .3), 13px 13px 0 rgba(256, 256, 256, .7);
}

.service-icon {
    margin-bottom: 40px;
}

.service-block h3 {
    text-transform: uppercase;
}

.service-content p {
    font-size: 18px;
}


/*#services .container {
    background-color: rgb(255, 255, 255, .7);
    border: solid 1px #fff;
}*/








/*=================================================================
Portfolio section
==================================================================*/

#showcase {
    background-image: url(../img/parallax/skills.jpg);
    padding: 70px 0;
}

#showcase .title h2 {
    color: #fff;
}

#showcase .border:before {
    background-color: #fff;
    border: 1px ridge #fff;
}

.portfolio-filter {
    margin-bottom: 15px;
}

.portfolio-filter ul li {
    display: inline;
}

.portfolio-filter ul li a {
    color: #ddd;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
    padding: 5px 15px;
    position: relative;
}

.portfolio-filter ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FFF;
    content: '';
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
}

.portfolio-filter ul li a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    background: #63B670;
    content: '';
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.portfolio-filter ul li a:hover::before {
    top: 100%;
    opacity: 1;
}

.portfolio-filter ul li a:hover::after {
    height: 100%;
}

.og-grid .mix > a {
    display: block;
    overflow: hidden;
    position: relative;
}

.og-grid .mix a img {
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.og-grid .mix a:hover img {
    -webkit-transform: scale(1.4) rotate(15deg);
    -moz-transform: scale(1.4) rotate(15deg);
    -ms-transform: scale(1.4) rotate(15deg);
    -o-transform: scale(1.4) rotate(15deg);
    transform: scale(1.4) rotate(15deg);
}

.hover-mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(43, 44, 48, 0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 600ms ease-out 0s;
    -moz-transition: all 600ms ease-out 0s;
    -o-transition: all 600ms ease-out 0s;
    transition: all 600ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    -moz-transform: rotateY(180deg) scale(0.5, 0.5);
    -ms-transform: rotateY(180deg) scale(0.5, 0.5);
    -o-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.hover-mask h3 {
    color: #ddd;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    top: 110px;
}

.hover-mask span {
    border: 2px solid #ddd;
    border-radius: 50px;
    color: #ddd;
    display: inline-block;
    height: 50px;
    left: 42%;
    padding: 11px 0;
    position: absolute;
    text-align: center;
    top: 22%;
    width: 50px;
}

.og-grid .mix a:hover .hover-mask {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}


/*=================================================================
Contact
==================================================================*/

#contact-us {
	background:url(../img/contact/C01.png) center top;
	background-size:cover;
	
    padding-top: 70px ;
}

#contact-us .bg {
	/*background:url(../img/contact/C01.png) center top;
	background-size:cover;*/
    padding-top: 30px ;
	padding-bottom: 70px ;
}

#contact-us .title h2 {
    color: #000;
}

#contact-us .border:before {
    background-color: #fff;
    border: 1px ridge #fff;
}

.contact-form {
	background:#333;
	padding-top:20px;
	padding-bottom:20px;
    margin-bottom: 40px;
}

.contact-form .form-control {
    background-color: #FFF;
    border: 1px solid #4e595f;
    height: 38px;
	color: #000;
}

.contact-form input,
.contact-form textarea,
 {
    border-color: #6CB670;
	color: #000;
}

.contact-form input:hover,
.contact-form textarea:hover,
#contact-submit:hover {
    border-color: #6CB670;
	color: #000;
}

#contact-submit {
    border: 1px solid #ED1C24;
    padding: 12px 0;
    width: 100%;
    margin: 0;
	background:#ED1C24;
}

.contact-form textarea.form-control {
    padding: 10px;
    height: 120px;
	color: #000;
}

.contact-info, .contact-form   {
	padding:30px;
}

.contact-info p {
    margin-bottom: 25px;
	color:#fff;
}

.contact-info , con-info, contact-details{
   	color:#fff;
}

.con-info {
    margin-bottom: 20px;
}

.con-info i,
.con-info span {
    float: left;
}

.con-info span {
    margin: -5px 0 0 15px;
}

.contact-details a:link, .contact-detail a:visited{color:red;}
.contact-details a:hover{color:white;}

.error {
    display: none;
    padding: 10px;
    color: #D8000C;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFBABA;
}

.success {
    background-color: #6cb670;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 13px;
    padding: 10px;
}

#map-canvas {
    height: 370px;
    width: 100%;
}


/*=================================================================
Footer section
==================================================================*/

.social-icon {
    padding: 60px 0 35px;
}

.social-icon > ul {
    text-align: center;
}

.social-icon > ul > li {
    display: inline-block;
    margin-right: 20px;
}

.social-icon > ul > li > a {
    background-color: #26292e;
    display: block;
    height: 70px;
    width: 70px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}

.social-icon > ul > li > h2 a:hover {
    color: #008000;
}

.social-icon > ul > li > a > i {
    color: #55606a;
    display: inline-block;
    font-size: 32px;
    line-height: 70px;
    margin: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}

.social-icon > ul > li:hover a {
    background-color: #6CB670;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.social-icon .btn {
    background-color: #26292E;
    border-radius: 6px;
    padding: 0 20px;
    margin-top: -15px;
}

.social-icon .btn:hover {
    background-color: #5bc0de;
}

.social-icon > ul > li:hover #Certificate-banners a {
    background-color: transparent;
}

.social-icon > ul > li:hover a i {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.copyright {
    padding: 20px 0;
    color: #fff;
}

.copyright > img {
    margin-bottom: 15px;
}

#scrollUp {
    border: 1px solid #ED1C24;
    bottom: 55px;
    color: #ED1C24;
    display: none;
    padding: 8px 12px;
    position: fixed;
    right: 20px;
    z-index: 600;
}

#scrollUp:hover {
    background-color: #ED1C24;
    border: 1px solid #ED1C24;
    color: #fff;
}

.form-group:last-child,
.form-group:last-child input {
    margin: 0;
}



