@charset "utf-8";
/* CSS Document */

/*=====================================================
                     reset css
======================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
ol, ul li {
    padding-bottom: 9px;
        font-size: 15px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*=====================================================
                     global css
======================================================*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
	line-height:20px;
	font-weight:400;
	background:#ffffff;
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
	cursor:pointer;
}
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6 {
	position:relative;	
	font-weight:normal;
	margin:0px;
	background:none;
}
.h1,h1{font-size:36px}
.h2,h2{font-size:30px}
.h3,h3{font-size:24px}
.h4,h4{font-size:18px}
.h5,h5{font-size:14px}
.h6,h6{font-size:12px}

p{
	position:relative;
	padding:10px 0px;	
}

.btn-blue{
    background: #ff582c;
    /*background: -moz-linear-gradient(top,  #1bc4de 0%, #1bc4de 48%, #18b0c7 48%, #18b0c7 100%);*/
    /*background: -webkit-linear-gradient(top,  #1bc4de 0%,#1bc4de 48%,#18b0c7 48%,#18b0c7 100%);*/
    /*background: linear-gradient(to bottom,  #1bc4de 0%,#1bc4de 48%,#18b0c7 48%,#18b0c7 100%);*/
    padding: 10px 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
}
.btn-blue:hover{
    background: #ffd54d;
    /*background: -moz-linear-gradient(top,  #18b0c7 0%, #18b0c7 50%, #1bc4de 51%, #1bc4de 100%);*/
    /*background: -webkit-linear-gradient(top,  #18b0c7 0%,#18b0c7 50%,#1bc4de 51%,#1bc4de 100%);*/
    /*background: linear-gradient(to bottom,  #18b0c7 0%,#18b0c7 50%,#1bc4de 51%,#1bc4de 100%);*/
    color: #fff;
    text-decoration: none;
}
.col-zero{
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/*===============================================
                comnan title
=================================================*/

.chapter-titles {
    border-bottom: 4px solid #ebebeb;
    padding-bottom: 1px;
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.chapter-titles h3 {
    font-size: 20px;
}
.chapter-titles::after {
    content: "";
    display: block;
    width: 68px;
    height: 4px;
    position: absolute;
    bottom: -4px;
    background: #ff582c;
    border-right: 3px solid #fff;
}

/*===============================================
                 header-section
=================================================*/

.top-bar{
	background-color:#fff;
	padding:20px 0px;
}
.top-bar-section{
	padding:0px 0px;
}
.logo-section{
	padding:0px 0px;
}
.logo-section img{
	padding:0px 0px;
}

.top-contact-detail{
    padding: 34px 0px;


}
.top-contact-detail ul{
	padding:0px 0px;
	list-style:none;
	float:right;
}
.top-contact-detail ul li {
    list-style-type: none;
    float: left;
    border-left: 1px solid #eee;
    padding-left: 30px;
    margin-left: 30px;
    padding-bottom: 0;
}
.top-contact-detail ul li .icon-area {
    float: left;
    padding-right: 15px;
}
.top-contact-detail ul li .icon-area i {
    font-size: 30px;
    color: #ff582c;
}
.top-contact-detail ul li .text-area {
    float: right;
}
.top-contact-detail ul li .text-area span {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #242b55;
}
.top-contact-detail ul li .text-area a {
    font-size: 14px;
    color: #333;
    padding-bottom: 0;
    font-weight: normal;
}
.top-contact-detail ul li .text-area a:hover {
    text-decoration: none;
}




/*===============================================
                 menu-section
=================================================*/

.menu-bar{
    padding:0px 0px;
}
.menu-section{
    padding:0px 4px;
    background: #272727;
    background: -moz-linear-gradient(top,  #272727 0%, #272727 48%, #232323 49%, #232323 100%);
    background: -webkit-linear-gradient(top,  #272727 0%,#272727 48%,#232323 49%,#232323 100%);
    background: linear-gradient(to bottom,  #272727 0%,#272727 48%,#232323 49%,#232323 100%);
}
.menu-section .hamberger{
    padding:0px;
    display:none;
    cursor:pointer;
}
.menu-section .hamberger i{
    padding:0px;
    font-size: 20px;
}
.menu-section .hamberger span{
    float:right;
    text-transform:uppercase;
}
.menu-section ul{
    padding:0px 0px;
    list-style:none;
}
.menu-section ul li{
    padding:15px 21px;
    display:inline-block;
    font-size:14px;
    text-transform:capitalize;
    margin-left:-4px;
    position: relative;
}
.menu-section ul li:hover{
    background: #ff582c;
    /*background: -moz-linear-gradient(top,  #1bc4de 0%, #1bc4de 48%, #18b0c7 48%, #18b0c7 100%);*/
    /*background: -webkit-linear-gradient(top,  #1bc4de 0%,#1bc4de 48%,#18b0c7 48%,#18b0c7 100%);*/
    /*background: linear-gradient(to bottom,  #1bc4de 0%,#1bc4de 48%,#18b0c7 48%,#18b0c7 100%);*/
}
.menu-section ul li.active{
    background: #ff582c;
    /*background: -moz-linear-gradient(top,  #1bc4de 0%, #1bc4de 48%, #18b0c7 48%, #18b0c7 100%);*/
    /*background: -webkit-linear-gradient(top,  #1bc4de 0%,#1bc4de 48%,#18b0c7 48%,#18b0c7 100%);*/
    /*background: linear-gradient(to bottom,  #1bc4de 0%,#1bc4de 48%,#18b0c7 48%,#18b0c7 100%);*/
}
.menu-section ul li a{
    color:#fff;
}
.menu-section ul li.active{
    color:#fff;
    background-color:#ff582c;
}
.menu-section ul li a:hover{
    color:#fff;
    text-decoration:none;
}
.menu-section ul li:hover ul{
    display:block;	
}
.menu-section ul ul{
    display:none;
    position:absolute;
    top:49px;
    left: 5px;
    z-index:9999;
}
.menu-section ul ul li{
    position:relative;
    display:block;
    width:230px;
    padding:15px 10px;
    text-align:left;
    border-top:2px solid #ffffff;
    background: #272727;
    background: -moz-linear-gradient(top,  #272727 0%, #272727 48%, #232323 49%, #232323 100%);
    background: -webkit-linear-gradient(top,  #272727 0%,#272727 48%,#232323 49%,#232323 100%);
    background: linear-gradient(to bottom,  #272727 0%,#272727 48%,#232323 49%,#232323 100%);
}
.menu-section ul ul li a{
    color:#fff !important;	
}

.menu-section ul ul li a:hover{
    color: #fff !important;	
}

/*===============================================
                 banner-section
=================================================*/
.banner-section{
	padding:0px 0px;
}

/*===============================================
          internal page banner-section
=================================================*/

.page-header-wrapper {
	    position: relative;
	    padding: 0 0;
	    background-color: #ff582c;
	    margin-bottom: 20px;
}
.page-header-wrapper .page-header-content {
    padding: 25px 0 25px 0;
}
.page-header-wrapper .breadcrumbs {
    padding-top: 5px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
.page-header-wrapper .breadcrumbs a {
    color: #fff;
}
.page-header-wrapper .page-header-title {
    text-align: center;
}
.page-header-wrapper .page-header-title h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
}



/*=================================================
 section default
===================================================*/

.section-default{
    position: relative;
    padding: 0px 0px;
}
.section-default ul{
    list-style-type: none;
    padding-left : 20px;
    list-style-image: url(../images/icon/li-icon-aero.png);
}
.section-default ul li{
    padding : 5px 10px;
}
.section-default ul li a{
    color:#313131;
}
.section-default ul li a:hover{
    color: rgba(75, 161, 67, 1);
}

.section-default h1 {
  font-size: 36px;
  line-height: 54px;
  padding-bottom: 15px;
    padding-top: 10px;
}

.section-default h2 {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 15px;
    padding-top: 10px;
}

.section-default h3 {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 15px;
    padding-top: 10px;
}

.section-default h4 {
  font-size: 21px;
  line-height: 30px;
}

.section-default h5 {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 15px;
    padding-top: 10px;
}

.section-default h6 {
  font-size: 15px;
  line-height: 23px;
  padding-bottom: 15px;
    padding-top: 10px;
}






/*===============================================
                 stunninng-section
=================================================*/

.stunning-section{
	padding:30px 0px;
}
.stunning-section-inner{
	padding:0px 0px;
}
.stunning-image{
	padding:0px 0px;
}
.stunning-image img{
    padding: 10px 0px 0px 0px;
	border-radius:0px;
}
.stunning-text{
	padding:0px 0px;
}
.stunning-text h2{
	padding:0px 0px;
	font-size:32px;
	    margin-top: 10px;
	
}

.give{

}



/*===============================================
                 homepage-section
=================================================*/
.homepage-section{
	padding:0px 0px;
}
.homepage-section-inner{
	padding:0px 0px;
}
.homepage-title{
	padding:0px 0px;
}
.homepage-title h3{
	padding:0px 0px;
	font-size:21px;
	color: #4a4a4a;
}
.homepage-text{
	padding:0px 0px;
}
.homepage-text p{
	padding:0px 0px;
	color: #959595;
	line-height:23px;
	
}
.homepage-button{
	padding:15px 0px;
}
/*.homepage-button a{
	padding:8px 15px;
	background-color:#ff9a00;
	font-size:14px;
	text-transform:capitalize;
	color:#fff;
}
.homepage-button a:hover{
	background-color:#fff;
	border:1px solid #ff9a00;
	color:#ff9a00;
	text-decoration:none;
}*/
.portfolio-carousal-section{
	padding:30px 0px;
}

/*===============================================
                 tab-section
=================================================*/
.tab-section{
	padding:20px 0px;
}

/*===============================================
                footer-section
=================================================*/
.footer-section{
	padding:50px 0px 30px 0px;
	background-color:#3a3a3a;
}
.footer-section .footer-title{
	padding-bottom:20px;
	
}
.footer-section .footer-title h4{
	padding:0px 0px;
	font-size:20px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:600;
}
.footer-box{
	padding:0px 0px;	
}
.footer-box-logo{
	padding:0px 0px;
}

.footer-box-logo img{
	padding:0px 0px;
}
.footer-box-text{
	padding:0px 0px;
}

.footer-box-text p{
	padding:0px 0px;
	color: 	#ffffff;
	text-align:left;
	font-size:14px;
	text-transform:capitalize;
	line-height:25px;
}
.footer-box-newsletter {
	padding:0px 0px;
}

.footer-box-newsletter h5{
	padding:0px 0px;
	color:#ffffff;
	font-size:14px;
	text-transform:capitalize;
	font-weight:bold;
	text-transform:uppercase;
}
.footer-box-mail{
	padding:15px 0px;
}

.footer-box-mail .signup{
	width: 100%;
}
.footer-box-mail .signup input[type="text"]{
	padding:10px 20px;
	text-transform:capitalize;
	width: 80%;
}
.footer-box-mail .signup button{
	padding:10px 0px;
	text-align: center;
	width: 18%;
	background-color: #35bcef;
	color: #fff;
	border: 2px solid #35bcef;
}
.footer-box-mail .signup button:hover{
	color: #000;
}

.footer-social{
	padding:0px 0px;
}
.footer-social-title{
	padding:0px 0px;
}
.footer-social-title h5{
	padding-top:20px;
	padding-bottom:15px;
	font-size: 16px;
	    text-transform: uppercase;
	    color: #ffffff;
	    font-weight: 600;
}
.footer-social ul{
	list-style-type: none;
}
.footer-social ul li{
	padding:0px 10px;
	display: inline-block;
	width: 47%;
	height: 40px;
	line-height: 33px;
	text-align: left;
	font-size: 13px;
	color: #fff;
	background-color: transprante;
	border: 2px solid #fff;
	margin-right: 10px;
	margin-top: 15px;
}
.footer-social ul li i{
	padding-right: 8px;
}
.footer-social ul li:nth-child(2n+2){
	margin-right: 0px;
}
.footer-social ul li:hover{
	color: #35bcef;
	background-color: #fff;
}
.footer-social ul li:hover a{
	color: #35bcef;
}
.footer-social ul li a{
	color: #fff;
}
.footer-social ul li a:hover{
	color: #35bcef;
	text-decoration: none;
}

.useful-links-title{
	padding:0px 0px;
}

.useful-links-title h4{
	padding:0px 0px;
	font-size:16px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:600;
}
.useful-links-list{
	padding:0px 0px;
}
.useful-links-list ul{
	padding:0px 0px;
	list-style:none;
}

.useful-links-list ul li{
	padding:8px 0px;
	display:block;
}
.useful-links-list ul li a{
	padding:0px 0px;
	display:block;
	color:#fff;
	font-size:14px;
	text-transform:capitalize;
}
.useful-links-list ul li a:hover{
	color: #35bcef;
	text-decoration:none;
}

.useful-links-list ul li i{
	padding:0px 10px;
}



.get-title{
	padding:0px 0px;
}

.get-title h4{
	padding:0px 0px;
	font-size:16px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:600;
}
.get-list{
	padding:0px 0px;
}
.get-list ul{
	padding:0px 0px;
	list-style:none;
}

.get-list ul li{
	padding:8px 0px;
	display:block;
	color:#fff;
	text-transform:capitalize;
}
.get-list ul li a{
	padding:0px 0px;
	display:block;
	color:#fff;
	font-size:14px;
	text-transform:capitalize;
}
.get-list ul li a:hover{
	color:#69635d;
	text-decoration:none;
}

.get-list ul li i{
	padding:0px 10px;
	font-size:16px;
}

.get-list ul li span{
	color:#69635d;
}



.tweet-title{
	padding:0px 0px;
}

.tweet-title h4{
	padding:0px 0px;
	font-size:16px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:600;
}
.tweet-list{
	padding:15px 0px;
}

.tweet-list p{
	padding:0px 0px;
	color:#fff;
	text-align:left;
	font-size:14px;
	text-transform:capitalize;
	line-height:25px;
}

.tweet-list p a{
	padding:0px 0px;
	color:#fff;
	
}
.tweet-list p a:hover{
	padding:0px 0px;
	color:#69635d;
	text-decoration:none;
	
}
.tweet-list p i{
	padding:0px 10px;
	font-size:16px;
}

/*===============================================
                copyright-section
=================================================*/
.copyright-section{
	padding: 10px 0px 20px 0px;
	background-color:#3a3a3a;
	color:#ffffff;
}
.copyright-section p{
	padding:0px 0px 0px 0px;
	color:#ffffff;
	text-transform:capitalize;
	font-size:14px;
	
}
.copyright-section a{
	padding:0px 0px;
	color: #35bcef;
	
}
.copyright-section a:hover{
	padding:0px 0px;
	color:#fff;
	text-decoration:none;	
}
.copyright-section .copy-left{
	padding:0px 0px;
	text-align: left;
}
.copyright-section .copy-right{
	padding:0px 0px;
	text-align: right;
}


/*=====================================================================
                             about start
========================================================================*/	


.about-bar{
	background-color:#999;
	padding:20px 0px;
}

.about-us-title{
	padding:0px 0px;
}
.about-us-title h2{
	font-size:35px;
	text-transform:capitalize;
}

.about-content{
	padding:20px 0px;
}

.about-text p{
	padding:5px 0px;
	line-height:25px;
}

/*===============================================
                contact-section
=================================================*/
.contact-box{
 	padding:50px 0px;
}
.contact-box-inner{
	padding:0px 0px;
}
.contact-box-inner-form{
	padding:0px 0px;
}

.contact-box-inner-form input[type="text"]{
	padding: 12px 15px;
    width: 100%;
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.contact-box-inner-form textarea{
	padding: 12px 15px;
    width: 100%;
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.contact-box-inner-form button{
	padding: 8px 30px;
    font-size: 16px;
    background-color: #ff582c;
    border: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 10px;
    border: 2px solid #ff582c;
}

.contact-box-inner-form button:hover{
	background-color:#ffffff;
	border: 2px solid #ff582c;
	color:#ff582c;
	
}

.contact-box-inner{
	padding:0px 0px;
}
.address-title{
	padding:0px 0px;
}

.address-title p{
	padding:0px 0px;
	line-height:25px;
	color: #8e8b8b;
}
.address-title-list{
	padding:0px;
}
.address-title-list ul{
	list-style-type:none;
	border: 1px solid #cfcfcf;
    border-radius: 3px;
}
.address-title-list ul li{
	position: relative;
	padding: 30px 20px 30px 100px;
	border-bottom: 1px solid #cfcfcf;
	font-size: 14px;
	color: #5f5f5f;
}
.address-title-list ul li .icon {
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -22px;
    line-height: 40px;
    height: 40px;
    font-size: 36px;
    color: #ff582c;
}


.contact-page-map {
    padding: 0px 0px;
    border: 1px solid #ccc;
    margin-top: 50px;
}




.page-section{
	padding:0px 0;    
	display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}


/*===============================================
                feature-service
=================================================*/

.feature-service{
    padding: 40px 0;
    text-align: center;
}


.feature-service img {
    width: 203px;
    border: 5px solid #;
    border: 5px solid #e1b528;
       height: 194px;
    border: 5px;
    border: 6px solid #ffd54d;
    padding: 30px;
    border-radius: 33%;
    line-height: 115px;
    margin: 0 auto;
}
.feature-service h1{
    text-align: center;
    font-size: 20px;
    font-weight:600;
    text-transform:capitalize;
}
.feature-service p{
    text-align: center;
    text-transform:capitalize;
    margin-bottom: 20px;
}

.helpline{
	width:100%;
	height:auto; 
    	padding:10px 0 10px 0;
	background-color:#35bcef;
	margin-bottom:30px;
}

/*===============================================
                gallery style
=================================================*/

.gallery-item{
    padding: 20px 0;
}
.gallery-item img{
    width: 100%;
    min-height: 200px;
    max-height: 200px;
}



/******************************************************************************
  Portfolio / Work
*******************************************************************************/

.work-section .nav li,
.mixed-grid .nav li{
	padding:7px 15px;
	margin:0 20px 30px 20px;
	border-radius: 3px;
	border:1px solid transparent;
	color:#ffffff;
	text-transform:capitalize;
}
.work-section .nav.black li,
.mixed-grid .nav.black li{
	color:#171717;
}
.work-section .nav li.active,
.work-section .nav li:hover,
.mixed-grid .nav li.active,
.mixed-grid .nav li:hover{
	border:1px solid #ffffff;
	cursor:pointer;
	color:#ffffff;
}
.work-section .nav.black li.active,
.work-section .nav.black li:hover,
.mixed-grid .nav.black li.active,
.mixed-grid .nav.black li:hover{
	border:1px solid #171717;
	cursor:pointer;
	color:#171717;
}
.work-section .nav-pills{
	text-align:center;
}
.work-section .portfolio-grid .grid{
	max-width:400px;
}
.portfolio-grid .grid img{
	margin:0px auto;
}
.work-section .nav > li,
.mixed-grid .nav  > li{
	float:none;
	display:inline-block;
}
#mix-container .mix{
	display: none;
	padding:10px;
}
.figcaption{
	width:100%;
}
.figcaption{
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	opacity:0;
	text-align:center;
	color:#ffffff;
	padding:20px;
	width:100%;	
	left:0;
	right:0;
}
.figcaption i{
	color:#ffffff;
	padding:10px;
	background:rgba(0,0,0,.8);
	border-radius:50%;
}
.portfolio-grid .grids:hover .figcaption{
	position:absolute;
	opacity:1;
}
.portfolio-grid .grids:hover img{
	opacity:.2;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;	
}
.portfolio-grid .grid {
	position:relative;
	background-color:#000000;
}
.img-overlay{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-out 0s;
}
.widget .img-overlay{
	display:none;
}
.grid-item:hover .img-overlay,
.grid-item:hover .figcaption{
	 opacity: 1;
}
.project-meta{
	margin-bottom:20px;
}
.grid-list .grids{
	border-bottom:1px solid rgba(0,0,0,.2);
	padding-bottom:40px !important;
	margin-bottom:30px !important;
}
.grid-list .title{
	margin-bottom:8px;
}
.grid-list .description{
	margin-bottom:15px;
	font-style:italic;
	font-size:12px;
}



/* Zoom Product */
.single-product{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    overflow: hidden;
    position: relative;   
}
.zoom-product-thumb {
	text-align:center;	
	 border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.zoom-product-thumb img{
	display: inline-block;
	width:80px;
}
.zoomWrapper img,
.zoomContainer img{
	width:100%;
}
.zoomWindow{
	border:none !important;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
	z-index:99 !important;
}
.product-regulator{
	 display: inline-block;
    margin-bottom: 40px;
    vertical-align: top;
}
.product-regulator button{
	border: 1px solid #e1e1e1;
	border-radius: 0;
	color: #1e1e1e;
	height: 54px;
	padding: 15px 12px;
	display:inline-block;
}
.product-regulator #output{
	color: #7f7f7f;
    display: inline-block;
    height: 54px;
    padding: 15px 12px;
    text-align: center;
    vertical-align: top;
    width: 80px;    
	border: 1px solid #e1e1e1;
}
.product-meta-details{
	border-top:1px solid rgba(0, 0, 0, 0.1);
	padding-top:15px;
	font-size:14px;
}

/* Masonry Grid */

.grid-col-2 .grid-item ,
.grid-col-2 .grid-sizer{
	margin:0px 0px;
	padding:0px 0;
	width:50%;
}
.grid-col-2 .grid-item .post {
	padding:0 30px 0 0;
}
.grid-col-3 .grid-item,
.grid-col-3 .grid-sizer {
	margin:0px 0px;
	padding:0px 0;
	width:33.3%;
}
.grid-col-4 .grid-item,
.grid-col-4 .grid-sizer {
	margin:0px 0px;
	width:25%;
}
.grid-col-5 .grid-item,
.grid-col-5 .grid-sizer {
	margin:0px 0px;
	width:20%;
}
.grid-col-6 .grid-item,
.grid-col-6 .grid-sizer {
	margin:0px 0px;
	width:16%;
}
.pad.mixed-grid  .grid-col-6 .img-overlay{
    margin: 14px;
}
.pad.mixed-grid .grid-col-6 .item .img-overlay{
    margin: 7px;
}
.pad.mixed-grid .grid-col-6 .figcaption{
    padding: 15px 26px;
}
.grid-col-6 .grid-item h4,
.grid-col-6 .grid-sizer h4{
	font-size:13px;	
	margin-bottom:5px;
}

/* Masonry With Gap */

.pad.mixed-grid{
	margin:0 -15px;
}
.pad.mixed-grid .grid-item{
	padding:8px;
}
.pad.mixed-grid .img-overlay{
	margin:25px;
}
.pad.mixed-grid  .item .img-overlay{
	margin:17px;
}
.pad.mixed-grid .figcaption{
	padding:15px 30px;
}



/* =============================================================================
    7. gallery style
    ========================================================================= */
.gallery-item{
    position: relative;
    padding: 0px 0px;
    margin: 15px 0px;
}
.gallery-item .gallery-image{
    padding: 0px 0px;
}
.gallery-image img{
    width: 100%;
    min-height: 200px;
    max-height: 200px;
}
.gallery-item .gallery-title{
    padding: 15px 10px;
    background-color: #d5d5d5;
    text-align: center;
    color: #333;
}

.gallery-item:hover .gallery-item-overlay {
    display: block;
    -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.gallery-item-overlay {
    position: absolute;
    top: 5%;
    left: 5%;
    padding: 80px 0px;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    width: 90%;
    height: 90%;
    -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.gallery-item-overlay .overlay-content {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 9999;
   -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
}
.gallery-item-overlay .overlay-content ul {
    list-style-type: none;
    text-align: center;
    z-index: 99999;
}
.gallery-item-overlay .overlay-content ul li {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 8px 0px;
}
.gallery-item-overlay .overlay-content ul li a {
    color: #fff;
    padding: 5px 20px;
    display: inline-table;
}
.gallery-item-overlay .overlay-content ul li a:hover {
    color: #fff;
    padding: 5px 20px;
    text-decoration: none;
}



/*===============================================
                bloge section
=================================================*/
.recent-post-big{
	border: 1px solid #ebebeb;
}
.recent-post-big .recent-image-big{
	padding: 0px 0px;
}
.recent-image-big img{
	padding: 0px 0px;
	width: 100%;
	min-height: 180px;
	max-height: 180px;
}
.recent-post-big .recent-post-contant{
	padding: 10px 10px;
}
.recent-post-big .recent-post-contant h2{
	line-height: 18px;
	margin-top: 0px;
}
.recent-post-big .recent-post-contant h2 a{
	color: #333;
	font-size: 20px;
	line-height: 25px;
}
.recent-post-big .recent-post-contant h2 a:hover{
	text-decoration: none;
}
.recent-post-content{
	padding: 0px 0px;
}
.recent-post-content h3{
	margin-top: 0px;
}
.recent-post-content .recent-title{
	padding: 0px 0px;
	color: #333;
}
.recent-post-content .recent-title a{
	color: #333;
}
.recent-post-content .post-detail {
    position: relative;
    margin-bottom: 5px;
    margin-top: 15px;
}
.recent-post-content .post-detail li {
    display: inline-block;
    padding: 0px 20px 0px 0px;
}
.recent-post-content .post-detail li a {
    color: #333;
    font-size: 12px;
    font-style: italic;
}
.recent-post-content .post-detail li a:hover {
    text-decoration: none;
    color: #35bcef;
}
.recent-post-content .post-detail i {
    color: #35bcef;
}
.post-btn{
	background-color: #35bcef;
	border: 2px solid #35bcef;
	padding: 8px 30px;
	margin-top: 3px;
	display: inline-table;
	color: #333;
}
.post-btn:hover{
	background-color: transparent;
	border: 2px solid #35bcef;
	color: #35bcef;
}
.comment-title {
    margin: 0px 0px 30px 0px;
}
.comment-title h4 {
    text-transform: uppercase;
}
.comment-title i {
    color: #35bcef;
}

.comment-box {
    position: relative;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 50px 110px;
    border-bottom: 1px solid #d0d0d0;
}
.comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    border: 1px solid #d0d0d0;
}
.comment-box .author-thumb img {
    width: 100%;
    height: 100%;
    display: block;
}
.comment-box .comment-info {
    margin-bottom: 10px;
    color: #666;
}
.comment-box .comment-info a {
    color: #35bcef;
}


.comment-form {
    position: relative;
}
.comment-title {
    margin: 30px 0px 30px 0px;
}
.comment-title h4 {
    text-transform: uppercase;
}
.comment-form input[type="text"], input[type="email"], textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 25px;
    padding: 12px 20px;
    border: 1px solid #dddddd;
    background-color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}



/*===============================================
                testimonial section
=================================================*/

.carousel .item .carousel-item-image{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.carousel .item .carousel-item-image img {
    	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 3px solid #fff;
}
.carousel .item .testimonial-text{
	text-align: center;
}
.carousel .item .testimonial-author{
	text-align: center;
}




/*===============================================
                page sidebar style
=================================================*/

.sidebar {
    position: relative;
    display: block;
    padding: 0px 0px;
}
.sidebar .widget {
    margin-bottom: 50px;
    border: 1px dotted #e0e0e0;
    padding: 15px 15px;
}
.widget-text p {
    padding: 0px 0px;
}
.sidebar .widget-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 25px;
}

.widget-categories {
    position: relative;
}
.widget-categories ul {
    padding: 0px;
    margin: 0px;
}
.widget-categories ul li {
    list-style-type: none;
    position: relative;
    padding: 0px 35px 10px 20px;
    border-bottom: 1px dotted #e0e0e0;
    margin-bottom: 10px;
}
.widget-categories ul li:before {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 26px;
    content: '\f105';
}
.widget-categories ul li a {
    font-weight: normal;
    color: #666666;
}
.widget-categories ul li a:hover {
    text-decoration: none;
    color: #35bcef;
}


.widget-tags {
    position: relative;
}

.widget-tags li {
    display: inline-block;
    background-color: #35bcef;
    padding: 3px 10px 3px 10px;
    margin: 5px 0px 0px 0px;
    border: 2px solid #35bcef;
}
.widget-tags li:hover {
    border: 2px solid #35bcef;
    background-color: transparent;
    color: #35bcef;
    text-decoration: none;
}
.widget-tags li:hover a {
    color: #35bcef;
    text-decoration: none;
}
.widget-tags li a {
    color: #fff;
    font-weight: normal;
    font-size: 13px;
}




/*===============================================
                team-section
=================================================*/
.team-section{
	padding: 0px 0px 40px 0px;
}
.section-title {
    position: relative;
    text-align: center;
    padding-bottom: 0px;
}
.section-title h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 0px;
}
.team-content {
    padding: 22px 0px;
    line-height: 21px;
    text-align: center;
}
.team-content p{
	font-size:14px;
	text-align:center;
}
.page-section{
	padding:0px 0px;    
	display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.team{
	padding:20px 0px 0px 0px;
	overflow:hidden;
}
.team-box-section{
	padding:0px 30px;
}

.team-inner-title{
	padding:0px 0px; 
}

.team-inner-title h4{
	font-size:18px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	margin:0px; 
}

.team-inner-title p{
  text-align:center;
  text-transform:capitalize;
  margin:0px;
  padding: 0px;
  color: #999;
}
.team-inner-image{
	padding:15px 0px 0px 0px;
}
.team-inner-image img{
	width:100%;
	min-height: 200px;
	max-height: 200px;
}

.team-inner-image p{
	font-size:14px;
	text-align:center;
	margin:0px;
        color: #999;
        font-style: italic;
}

.team-icons{
	padding:0px 0px;
}
.team-icons ul{
	list-style:none;
	text-align: center;
}

.team-icons ul li{
	display:inline-block;
	padding:0px 5px;
	font-size:18px;
	font-weight:bold;
	
}
.team-icons ul li:first-child::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #333;
    left: 45px;
    bottom: 22px;
}
.team-icons ul li:last-child::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #333;
    right: 45px;
    bottom: 22px;
}
.team-icons ul li a{
	color:#333;
	
}
.team-icons ul li a:hover{
	
	color: #35bcef;
}





/*===============================================
                gallery popuy model
=================================================*/
.modal {
    display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
}
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
.cursor {
  cursor: pointer
}
.prev2,
.next2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev2:hover,
.next2:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
img {
  margin-bottom: -4px;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}


.transfer-pay{
    position: relative;
    background-color: #e2e2e2;
    padding: 30px;
    overflow: hidden;
}
.transfer-pay h3{
    text-align: center;
}
.transfer{
    position: relative;
}
.transfer ul{
   list-style: none;
}
.transfer ul li{
      display: inline-table;
    width: 40%;
    font-size: 17px;
    padding-bottom: 10px;
}


/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
.panel-body {
    padding: 0px !important;
}
.nav-tabs {
    border-bottom: 0px solid #ddd !important;
}
.panel-heading {
    padding: 2px 2px !important;
    border-bottom: 1px solid transparent !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    padding-bottom: 2px !important;
}
.panel-primary {
    border-color: #c5c5c5 !important;
}
.nav-tabs>li>a {
    font-size: 18px;
    font-weight: 700;
}
