.header-area@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 28px
}

img {
    width: 100%;
    height: 100%;
}

.seprater {
    height: 100px;
}

.seprater1{
    height: 50px;
}
.seprater2{
    width: 100%;
    height: 30px;
}

.slide-bg-1{background-image: url(../img/12.jpg)}
.slide-bg-2{background-image: url(../img/8.jpg)}
.slide-bg-3{background-image: url(../img/5.jpg)}
.slide-bg-4{background-image: url(../img/15.png)}
.section-bg-1{background-image: url(../img/section-bg-1.jpg)}
.section-bg-1{background-image: url(../img/section-bg-1.jpg)}
.service-box-bg-2{background-image: url(../img/service-box-bg-2.jpg)}
.service-box-bg-1{background-image: url(../img/service-box-bg-1.jpg)}
.service-box-bg-3{background-image: url(../img/service-box-bg-3.jpg)}
.service-box-bg-4{background-image: url(../img/service-box-bg-4.jpg)}
.project-bg-1{
    background-image: url(../img/project-bg-1.jpg)
}
.project-bg-2{
    background-image: url(../img/project-bg-2.jpg)
}
.project-bg-3{
    background-image: url(../img/project-bg-3.jpg)
}
.project-bg-4{
    background-image: url(../img/project-bg-4.jpg)
}
.project-bg-5{
    background-image: url(../img/project-bg-5.jpg)
}
.project-bg-6{
    background-image: url(../img/project-bg-6.jpg)
}

/* 1. Header Section area CSS */
.header-area {
    background: url(../img/dot.png);
    border-bottom: 3px solid #ffb600;
    left: auto;
    position: absolute;
    right: auto;
    top: 50px;
    width: 100%;
    z-index: 10050;
    height: 70px;
}

.header {
    background:#222;
    display: inline-block;
    width: 100%;
    height: 67px;
}

.sticky {
    background: url(../img/dot.png);
    border-bottom: 3px solid #ffb600;
    left: auto;
    position: fixed;
    right: auto;
    top: 0px;
    width: 100%;
    z-index: 999;
    height: 70px;
}

.header-section.fixed .navbar{
    position: fixed;
    background: url(../img/dot.png);
    border-bottom: 3px solid #ffb600;
    height: 70px;
}
.header-section{
    position: relative;
}

.navbar{
    position: absolute;
    left:0;
    top:0;
    z-index: 9999;
    width: 100%;
    border-radius: 0px;
}

/* Logo CSS */
.header .col-sm-3{
    background: #ffb600;
    height: 69px;
}
.header .col-sm-3 .logo {
    transform: skew(-18deg);
    overflow: hidden;
    background: #ffb600;
    margin-right: -33px;
    vertical-align: middle;
    padding: 4px;
}

.header .col-sm-3 .logo a {
    transform: skew(16deg);
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

/* Menu CSS */
.mainmenu {
    padding-right: 40px;
}
.mainmenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.mainmenu li {
    display: inline-block;
    position: relative;
}
.mainmenu li a {
    color: #fff;
    display: block;
    font-size:15px;
    font-weight:600;
    padding: 24px 8px;
    text-transform: uppercase;
}
.mainmenu li:hover > a,
.current_page_item > a {
    background-color: #ffb600;
    text-decoration: none;
    color: #222;
}
.mainmenu li ul {
    background: #ffb600 none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 68px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: -1;
}
.mainmenu li ul li {
    display: block;
}
.mainmenu li ul li a:hover {
    background-color: #fff;
}
.mainmenu li ul li a {
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: none;
}
.mainmenu li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 99;
    top: 68px;
}
/* Respons Menu CSS */

.responsive-menu-wrap{
    display: none;
}
/* Header search CSS */
.header-search-bar {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 17px;
    z-index: 999999;
}
.header-search-bar {

    } .header-search-bar:after {
    font-family: fontawesome;
    content: "\f002";
}
.header-search-bar:after {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 1
}
.header-search-bar form {
    position: relative;
    z-index: 9;
}
.header-search-bar input[type="search"] {
    border: medium none;
    color: #222;
    cursor: pointer;
    height: 40px;
    padding: 5px 15px;
    text-indent: -9999px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
    background: none;
}
.header-search-bar input[type="search"]:focus {
    border: 1px solid #ddd;
    text-indent: 0;
    width: 200px;
    background: #fff;
    cursor: text
}
.header-top-area a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    text-decoration: none;
}

/* Slider  CSS */

.single-slide-item {
    background-color: #dddd;
    background-position: center center;
    background-size: cover;
    color: #fff;
    font-size: 24px;
    height: 600px;
}
.slide-item-table {
    display: table;
    height: 100%;
    width: 100%;
}
.slide-item-tablecell {
    background: url(../img/dot.png);
    display: table-cell;
    vertical-align: middle;
}
.single-slide-item h2 {
    font-size: 60px;
    margin: 0 0 30px;
}
.factorian-btn.slide-btn {
    margin-top: 20px;
}
.factorian-content-block {
    padding: 100px 0;
}
.homepage-slides .owl-nav div {
    border: 2px solid;
    color: #fff;
    font-size: 19px;
    height: 40px;
    left: 50px;
    line-height: 35px;
    margin-top: -20px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}
.homepage-slides .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}
.homepage-slides .owl-nav div:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.homepage-slides-wrapper {
    position: relative;
}
/* Product serch  CSS */
.section-content-search-block.section-gray {
    height: 142px;
    background: #2d2d2d;
}

.select {
    width: 100%;
    height: 70px;
    margin-top: 29px;
}
.search-query.form-control {
    height: 50px;
}
.search-section {
    padding: 40px;
    background: #ffb600;
    height: 129px;
    z-index: 9999;
    margin-top: -75px;
    position: absolute;
    width: 1172px;
}


.latestnews {
    display: block;
    float: left;
    width: 475px;
    margin-left: 8px;
    padding: 0;
}
.formblock {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    overflow: auto;
}

.formblock input {
    width: 100%;
    padding: 12px;
    background: #f2f2f2;
    border: 1px solid #e2e2e2;
}
.formblock #message {
    width: 554px;
    height: auto;
    background: #f2f2f2;
    border: 1px solid #e2e2e2;
}

.form-group input {
    width: 100%;
    padding: 10px;
}

.product-select {
    width: 100%;
    padding: 16px;
}
.btn1 {
    padding: 13px;
    background: #fff;
    width: 72px;
}

/*Section Content Area CSS*/
.section-content-block {
    padding: 50px;
}

.alamin-btn {
    display: inline-block;
    background: #ffb600;;
    color: #fff;
    padding: 12px 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 20px;
}   
.alamin-btn.section-btn {
    text-decoration: none;
}

.page-section-blok{
    background-color: #CCC;
    background: url(../img/section-bg-1.jpg) no-repeat left top #EDF0F5;
    height: 600px;
    padding:114px;
}
.page-section-blok li {
    list-style: none;
    margin: 0px;
    padding: 10px;
    font-size: 17px;
}
.page-section-blok li a{
    text-decoration: none;
    color: #222;
}

.page-section-blok li a:hover{
    color:#ffb600 ;
}

/*Footer Section Area */
.footer-top-area {
    background: #2d2d2d;
    color: #fff;
}

.footer-top-area.footer-top-area a{
    color: #fff;
}

.footer-wid {
    padding: 80px 0;
}
.footer-wid ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-wid ul li a{
    text-decoration: none;
}
.footer-wid ul li a:hover{
    color: #dd3333;
}

.footer-wid-title{
    color: #fff;
    font-size: 18px;
    margin:0 0 20px;
}

.footer-copyright-area {
    background: #1d1d1d;
    color: #fff;
}

.social-icon ul li {
    float: left;
    margin: 5px;
    padding: 1px;
}
.footer-copyright-area-left {
    margin-top: 30px;
}
.footer-copyright-area-right {
    text-align: right;
    margin: 0px;
    padding: 0;
    font-size: 16px;
}
.footer-copyright-area-right a{
    text-decoration: none;
    color: #fff;
}
#mc_email1 {
    width: 180px;
}
.footer-wid ul li {
    padding: 5px;
}


/*About Us page CSS*/
.choose-icon1 {
    font-size: 53px;
    text-align: center;
}
.choose-content1 {
    text-align: center;
}
.choose-content1{
    text-decoration: none;
}

.choose-content1 a:hover {
    color: #ffb600;
    text-decoration: none;
}

.welcome-section p {
    text-align: justify;
}
.company_message p {
    text-align: justify;
}
.divition {
    padding: 12px;
    color: #ffb600;
    margin: 13px;
    background-color: #222;
    background: url(../img/sales-bg-img.jpg) no-repeat left top #EDF0F5;
}

/*About Us page  welcome section CSS*/
.about p {
    text-align: justify;
}
.header-top-menu {
    top: 0px;
}

.main-header-area{
    overflow: hidden;
    z-index: -1;
}
.main-header-bg{
    background-image: url(../img/slide-bg-2.png);
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    position: relative;
    color: #fff;
    font-size: 24px;
    height: 275px;
    text-align: center;

}
.alamin-breadcroumb{
    position: absolute;
    text-transform: uppercase;
    top: 163px;
    width: 100%;
    z-index: 99999;
}

.alamin-breadcroumb h1 {
    font-size: 26px;
    font-weight: 700;
    text-align: left;
}
.alamin-breadcroumb h2 {
    font-size: 16px;
    font-weight: 400;
}
.alamin-breadcroumb a {
    color: #fff;
    text-decoration: none;
}
.alamin-breadcroumb a:hover {
    color: #ffb600;
}

.company_profile_content h2 {
    text-transform: uppercase;
    text-align: center;
}
.choose-icon {
    font-size: 50px;
    float: left;
    margin-right: 20px;
}
.choose-item a {
    color: #ffb600;

}
.choose-content a {
    color: #222;
}
.choose-content a:hover {
    color: #ffb600;
    text-decoration: none;
}

.circle-list li {
    list-style: none;
    margin: 0px;
}

.fa.fa-circle-o {
    color: #ffb600;
    margin-right: 13px;
}
.check-list {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    list-style: none;
    line-height: 2;
    font-weight: 500px;
    padding-bottom: 40px;
}
.check-list li{
    font-size: 12px;
    font-weight: 500px;
}


.welcome-section-vedio {
    padding-top: 23px;
}

.contact-btn {
    border: 2px solid #ffb600;
    color: #ffb600;
    padding: 10px 30px;
    text-decoration: none;
}

.contact-btn:hover {
    text-decoration: none;
    color: #dd3333;
}
.fa.fa-check {
    margin: 5px;
    font-size: 12px;
    color: #ffb600;
    font-size: 16px;
}
.team{
    background: #f2f2f2;
    border: 1px solid;
}
.team-section {
    text-align: center;
    padding-bottom: 45px;
}
.team_img {
    position: relative;
    overflow: hidden; 
    background-color: #ddd;
    background-position: center center;
    background-size: cover;

}

.team_caption {
    text-align: center;
}
.team_caption span{
    color: #ffb600;
}
.team_caption h4 a{
    color: #222;
    text-decoration: none;
}


.section-content-block.\.mission-vission-bg {
    height: 500px;
    background: #2222;
    background: url(../img/bg-mission-visson.jpg) no-repeat left top #EDF0F5;
}

.section-content-block.\.bg-chrmn-msg {
    height: 500px;
    background: #2222;
    background: url(../img/bg-chrmn-msg.jpg) no-repeat left top #EDF0F5;

}
.mission {
    height: 384px;
}
.mission h3 {
    text-align: center;
    padding: 10px;
}
.mission p {
    padding: 10px;
    text-align: justify;
}
/*Company message*/
.company_message p{
    padding-top: 35px;

}
.company_message > p > img {
    border-radius: 50%;
    margin-top: -8px;
    /*border: 2px solid;*/
}
.company_message >p{
    float: left;
    padding-bottom: 10px;

}
.company_message h2 {
    /*padding-bottom: 38px;*/
    text-transform: uppercase;
    text-align: center;
}
.cs-seprater span::after {
    border-top: 1px solid #eeeeee;
    height: 6px;
    border-bottom: 1px solid #eeeeee;
    content: '';
    position: absolute;
    right: 0;
    width: 48%;
    top: 70px;
}

.cs-seprater span::before {
    border-top: 1px solid #eee;
    height: 6px;
    border-bottom: 1px solid #eee;
    content: '';
    position: absolute;
    left: 0;
    width: 48%;
    top: 70px;
}

.cs-seprater1 span::after {
    border-top: 1px solid #eeeeee;
    height: 6px;
    border-bottom: 1px solid #eeeeee;
    content: '';
    position: absolute;
    right: 0;
    width: 48%;
    top: 408px;
}
.cs-seprater1 span i {
    color: #ffb600;
}

.cs-seprater1 span::before {
    border-top: 1px solid #eee;
    height: 6px;
    border-bottom: 1px solid #eee;
    content: '';
    position: absolute;
    left: 0;
    width: 48%;
    top: 408px;
}
.icon-transport177::before {
    content: "\e0ef";
}

.cs-seprater span i {
    color: #ffb600;
}
/*Delar List*/
.auto-listing {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
    height: 400px;
}
.single_img {
    float: left;
    margin-right: 30px;
    border: 1px solid;
    height: 361px;
    width: 500px;
}
.auto-title span {
    font-size: 18px;
    color: #dd3333;
}

.auto-title h3:hover {
    color: #dd3333;
}
.auto-info-detail {
    list-style: none;
}

/*Wings Page*/

.section-title, .section-title2 {
    font-size: 14px;
    margin: 0px 10px 50px;
    text-align: center;
    text-transform: uppercase;
}
.single-boxed-item {
    box-shadow: 1px 0 2px 0;
    font-size: 12px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #6e6e6e;
    display: block;
    margin-bottom: 30px;
}
.single-boxed-item:hover {
    color: #fff;
    background-color: #ffb600;
    text-decoration: none;
}

.boxed-preview {
    height: 280px;
    margin-bottom: 20px;
    background-size: cover;
    background-color: #ddd;
    background-position: center center;
}
.project-bg-1 {
    background-image: url(../img/project-bg-1.jpg);
}
/*Gallery Page*/
.gallery-img {
    border: 1px solid;
    height: 250px;
    width: 100%;
}
.gallery-lightbox {
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.gallery-lightbox img {
    width: 100%
}
.gallery-lightbox i.fa {
    color: #fff;
    left: 50%;
    line-height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 60%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 20px;
    z-index: -1;
}
.gallery-lightbox:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.gallery-lightbox:hover i.fa {
    opacity: 1;
    top: 50%;
    visibility: visible;
    z-index: 2;
}
.gallery-lightbox:hover:after {
    opacity: 0.4;
    visibility: visible;
    z-index: 1;
}


.product{
    border: 1px solid #ddd;
    width: 100%;
}

.product-img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.product-img img {
    width: 100%
}
.product-img i.fa {
    color: #fff;
    background:#ffb600; 
    left: 50%;
    line-height: 46px;
    margin-left: -25px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 50px;
    height: 50px;
    z-index: -1;
    font-size: 20px;
    border-radius: 50%;
}
.product .product-btn1 {
    color: #fff;
    background: #ffb600;
    left: 50%;
    line-height: 18px;
    margin-left: -168px;
    margin-top: 210px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
    font-size: 14px;
    padding: 7px;
    text-decoration: none;
}
.product:after {
/*    box-shadow: 1px 0 2px 0;*/
    /*background: #000 none repeat scroll 0 0;*/
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.product:hover i.fa {
    opacity: 1;
    top: 50%;
    visibility: visible;
    z-index: 2;
}
.product:hover:after {
    opacity: 0.4;
    visibility: visible;
    z-index: 1;
}

.product:hover .product-btn1 {
    opacity: 1;
    top: 50%;
    visibility: visible;
    z-index: 2;
}
.product:hover:after {
    opacity: 0.4;
    visibility: visible;
    z-index: 1;
}

.product:hover .product_caption {
    opacity: 1;
    box-shadow: 3px 3px 30px -7px rgba(0,0,0,0.75);
    top: 50%;
    visibility: visible;
    z-index: 2;
}
.product_caption {
    background: #edf0f5;
    padding-bottom: 16px;
    padding-left: 6px;
}

.text {
    border: 1px solid;
    margin-left: 10px;
    margin-right: -14px;
    padding: 6px 6px;
}
.title {
    border: 1px solid;
    margin-left: 31px;
    margin-right: -36px;
    padding: 6px 6px;
}

.product-btn {
    border: 1px solid;
    padding: 6px;
    text-decoration: none;
}

.caption_title h3 {
    display: inline-block;
}
.caption_title h4 {
    float: right;
    padding: 13px;
}
.product_caption p {
    padding: 10px 0 10px 0;
}

/*dfgkdfng*/

.alamin-hover-content {
    color: #ffffff;
    width: 100%;
    position: absolute;
    top: 54%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 1;
    text-align: center;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.alamin-hover-content h4 {
    font-size: 22px;
    font-weight: 500;
    color: #f7b926;
}

.alamin-hover-content p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.alamin-portfolio-item:hover .alamin-portfolio-hover, .alamin-portfolio:hover .alamin-portfolio-hover {
    opacity: 1;
}

.alamin-portfolio-item {
    display: block;
    position: relative;
    height: 450px;
    width: 100%;
    background-color: #dddd;
    background-position: center center;
    background-size: cover;
}
.alamin-portfolio-item img {
    width: 100%;
}


.alamin-portfolio-hover {
    width: 100%;
    height: 100%;
    background-color: rgba(35, 34, 34, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}


.product-datails-header .col-sm-3 .specification {
    transform: skew(-18deg);
    background: #ffb600;
    margin-right: -33px;
    vertical-align: middle;
    padding: 4px;
}


.product-datails-header {
    background:#222;
    display: inline-block;
    width: 100%;
    height: 69px;
}

.product-datails-header .col-sm-3{
    background: #ffb600;
    height: 69px;
}
.product-datails-header .col-sm-3 .logo {
    transform: skew(18deg);
    overflow: hidden;
    background: #ffb600;
    margin-right: -33px;
    vertical-align: middle;
    padding: 3px;
}

.product-datails-header .col-sm-3 .logo h2 {
    transform: skew(-23deg);
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
}
.datails-describ h2 {
    padding-left: 52px;
    color: #fff;
}

.product-datails-table {
    padding-left: 55px;
    padding-top: 15px;
}

.singn {
    width: 20%;
}