
.referansimg{

  transition: transform .4s ease-in-out;
}
.referansimg:hover{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);

}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
}
.fiyatimg{
  display: none;
}
.demotitle{
  font-size: 21px;
    background: #e6e6e6;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}
.yanbar{
    display:none;
}
.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar .menu {
    float: none;
    text-align: center;
    margin-top: 4px;
}

.navbar .menu li {
    float: none;
    display: inline-block;
}

.navbar.single-page {
    position: relative;
    background: #262324;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0
}

.navbar.sticky.single-page {
    padding-top:10px;
    padding-bottom: 10px
}

nav.navbar.single-page .navbar-brand {
    margin-top: 5px;
}

.navbar .menu li a {
    color: #000;
    font-weight: 400;
    transition: .4s;
    font-size: 16px;
}

.navbar .menu li a:hover {
    color: #ed1c24;
}

.navbar .menu li.current-menu-item a {
    color: #ed1c24;
}


.navbar .menu li ul{
  display: none;
  background: #ed1c24;
  position: absolute;
  width: 200px;
  border-radius: 2px;
  top: 60px;
}


.navbar .menu li ul:after {
  content: '';
  position: absolute;
  left: 35px;
  top: -17px;
  border-style: solid;
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent #ed1c24 transparent;
}

.navbar .menu li ul li{
  width: 100%;
  text-align: left;
  padding: 7px 10px;
  border-bottom: 1px solid #9e1015;
}

.navbar .menu li ul li:last-child{
  border-bottom: none !important;
}

.navbar .menu li ul li a{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
      text-transform: none !important;
}
.navbar .menu li ul li a:hover{
  color: #fb8c90

}
.navbar .menu li:hover ul{
  display: block !important;
}

.navbar .social {
    margin-top: 4px;
}

.navbar .social li a {
  color: #ffffff;
      transition: transform .4s ease-in-out;
      background: rgb(237, 28, 36);
  margin: 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0px;
  text-align: center;
  padding-top: 5px;
  margin-top: 7px;

}

.navbar .social li a:hover {
    color: #5d080b;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.home-area .item .welcome-text {
    color: #fff;
}

.home-area .item .welcome-text p {
    line-height: 24px;
}

.home-area .item .welcome-text h1 {
    font-weight: 700;
        font-size: 55px;
    margin-bottom: 20px;
	    color: #222;
}

.home-area .item .welcome-text h1 span:first-child {
    color: #ec1c24;
}

.home-area .item .welcome-text h3{
	font-weight: 100;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #828282;
}
.typed-cursor{
	font-weight: 200;
	
}
.home-area .item .welcome-text a {
    color: #fff;
    display: inline-block;
    width: 200px;
    text-align: center;
    line-height: 50px;
    background-color: #eb1c24;
    margin-top: 40px;
	border-radius: 50px;
    font-weight: 700;
    transition: .4s;
}

.home-area .item .welcome-text a:hover {
    background-color: #fff;
    color:#222
}

.home-area .item .welcome-text .hvr-rectangle-in:before {
    background-color: #eb1c24;
    border-radius: 50px;
}

.home-area .PrevArrow {
    font-size: 35px;
    font-weight: 700;
}

.home-area .PrevArrow .Thumbnail {
    border: 2px solid #fde428;
}

.home-area .NextArrow {
    font-size: 35px;
    font-weight: 700;
}

.home-area .NextArrow .Thumbnail {
    border: 2px solid #fde428;
}

.home-area .slick-arrow {
    transition: .4s;
}

.home-area .slick-arrow:hover {
    background: #ed1c24;
    color: #fff;
}

.home-area .slick-dots li {
    border: 4px solid rgba(255, 255, 255, 0.5);
}

.section-title {
    overflow: hidden;
        margin-bottom: 30px;
}

.section-title.right-align {
    text-align: right;
}

.section-title.left-align {
    text-align: left;
}

.section-title.left-align .title-icon {
    float: left;
    border-left: 0;
    border-right: 4px solid #fde428;
}

.section-title.left-align .title-text {
    float: left;
    margin-left: 20px;
    padding-left: 30px;
}

.section-title.center-align {
    text-align: center;
}

.section-title.center-align .title-icon {
    float: none;
    border-left: 0;
    border-right: 0;
    border-bottom: 4px solid #fde428;
    margin-left: 0;
    padding-bottom: 40px;
}

.section-title.center-align .title-text {
    float: none;
    margin-left: 0;
    padding-left: 0;
    padding-top: 0px;
    margin-top: 0px;
}

.section-title.center-align .title-text h2 {
	padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    position: relative;
    color:#202125;
    font-weight: 800;
    text-transform: uppercase;
    word-spacing: 4px;
    font-family: 'Poppins', sans-serif;
}

.section-title.center-align .title-text h2:before {
    position: absolute;
    width: 100px;
    height: 2px;
    left: 50%;
    content: "";
    background: #ed1c24;
    bottom: 0;
    margin-left: -50px;
}

.section-title.center-align .title-text h2:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #262324;
    content: "";
    z-index: 2;
    height: 2px;
    width: 50px;
}

.section-title.center-align .title-text span {

    font-family: 'Poppins', sans-serif;
	    margin-bottom: 20px;
    display: block;
    font-size: 17px;
	color: #888;
}

.section-title .title-icon {
    width: 150px;
    display: inline-block;
    float: right;
    margin-left: 20px;
    font-size: 100px;
    color: #fde428;
    line-height: 100px;
    border-left: 4px solid #fde428;
}

.section-title .title-text {
    float: right;
    padding-right: 30px;
}

.section-title .title-text h2 {
    font-size: 57px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
}

.section-title .title-text p {
	color: #888;
    font-weight: 400;
    line-height: 1.8;
    font-size: 14px;
    word-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
	    max-width: 750px;
    width: 100%;
    margin: auto;
}

.about-us-area {
    background-image: url("../img/videobg.jpg");
    height: 600px;
    position: relative;
}

.about-us-area:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, .80);;
}

.about-us-area .intro-content-with-video {
    color: #fff;
}

.about-us-area .intro-content-with-video h2 {
    color: #fde428;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 57px;
}

.about-us-area .intro-content-with-video p {
    letter-spacing: 1px;
}

.about-us-area .intro-content-with-video a {
    width: 60px;
    height: 60px;
    line-height: 62px;
    text-align: center;
    background-color: #fde428;
    color: #262324;
    border-radius: 50%;
    font-size: 25px;
    margin-top: 50px;
    padding-left: 4px;
}

.team-section {
    background-color: #fff;
}

.team-section .NextArrow {
    position: absolute;
    right: -50px;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    background: #262324;
    color: #fff;
    font-size: 30px;
    transition: .4s
}

.team-section .PrevArrow {
    position: absolute;
    left: -50px;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    z-index: 5;
    background: #262324;
    color: #fff;
    font-size: 30px;
    transition: .4s
}

.team-section .PrevArrow:hover,
.team-section .NextArrow:hover {
    background: #fde428;
    color: #262324
}

.team-section .single-team:hover .teamthumb img {
    opacity: .5;
}

.team-section .single-team:hover .teamthumb .team-social a {
    left: 0;
}

.team-section .single-team .teamthumb {
    position: relative;
    overflow: hidden;
}

.team-section .single-team .teamthumb img {
    transition: .4s;
}

.team-section .single-team .teamthumb .team-social {
    position: absolute;
    width: 60px;
    top: 40px;
    text-align: center;
    left: 10px;
}

.team-section .single-team .teamthumb .team-social a {
    display: block;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fde428;
    background: #262324;
    margin-bottom: 5px;
    transition: .4s;
    position: relative;
    left: -100px;
}

.team-section .single-team .teamthumb .team-social a:nth-child(even) {
    transition-delay: .1s;
}

.team-section .single-team .team-title {
    padding: 10px 20px;
    padding-top: 20px;
    border-top: 0;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #262324;
}

.team-section .single-team .team-title h4 {
    font-weight: 700;
    margin-bottom: 8px;
}

.team-section .single-team .team-contact {
    padding: 10px 20px;
    padding-bottom: 20px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.team-section .single-team .team-contact ul li {
    line-height: 26px;
}

.team-section .single-team .team-contact ul li span {
    padding-right: 10px;
    font-weight: 700;
    color: #262324;
}

.latest-project-section {
    background-color: #f2f3f4;
}

.latest-project-section .filter-btn {
    list-style: none;
    background: #262324;
    text-align: center;
}

.latest-project-section .filter-btn li {
    padding: 20px 0px;
}

.latest-project-section .filter-btn li a {
    color: #FFF;
    font-size: 130%;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px solid transparent;
}

.latest-project-section .filter-btn li a.active {
    color: #fde428;
    font-size: 130%;
    text-transform: uppercase;
    border: 2px solid #fde428;
}

.latest-project-section .item {
    width: 32%;
    min-height: 200px;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    background: #DDDDDD;
    overflow: hidden;
    position: relative;
}

.latest-project-section .item:hover a:before {
    opacity: 1;
}

.latest-project-section .item:hover a:after {
    opacity: 1;
}

.latest-project-section .item a {
    color: #fff;
}

.latest-project-section .item a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.latest-project-section .item a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, .80);;
    z-index: 1;
    text-align: center;
    font-size: 50px;
    opacity: 0;
    transition: .4s;
}

.latest-project-section .item a:after {
    position: absolute;
    content: "\f1cb";
    left: 50%;
    width: 50px;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    margin-left: -25px;
    z-index: 6;
    line-height: 50px;
    font-size: 30px;
    font-weight: 100;
    opacity: 0;
    transition: .4s;
    transition-delay: .1s;
    font-family: Elusive-Icons;
}

.latest-project-section .item:nth-child(3) {
    height: 405px;
}

.latest-project-section .item:nth-child(4) {
    height: 405px;
}


/*# sourceMappingURL=style.css.map */


/*copy services area*/

.areapadding {
    padding: 70px 0;
}

.singleservice i {
    color: #ed1c24;
    font-size: 40px;
    margin-bottom: 20px;
}

.singleservice img {
    width:60px;
	margin-bottom: 10px;
}

.singleservice h4 {
    color: #202125;
    transition: .4s;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.singleservice {
    color: #797979;
    font-size: 14px;
}

.singleservice p{
	color: #202125;
    line-height: 1.8;
    font-size: 14px;
    word-spacing: 1px;
}

.servicetitle h2 {
    text-transform: uppercase;
    color: #262324;
    font-size: 24px;
    margin-top: 10px;
    font-weight: 700;
}

.servicetitle::before {
    background: #FDE428 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    margin-left: -35px;
    position: absolute;
    width: 70px;
    left: 50%
}

.singleservice {
	padding: 15px 35px;
    transition: .4s;
    margin-bottom: 0px
}

.singleservice:hover {


}


.singleservicebordera{
    border-right:  1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.singleserviceborderb{
    border-right:  1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.singleserviceborderc{
    border-bottom: 1px solid #e4e4e4;
}
.singleserviceborderd{
    border-right:  1px solid #e4e4e4;
}
.singleservicebordere{
    border-right:  1px solid #e4e4e4;
}
.singleserviceborderf{

}
/*end of copy services area*/


/*start pricing area css*/


/*  8. pricing CSS
/*----------------------------------------*/

section.pricing-area {
    background: #f2f3f4;
}

.single_price {
    background: #FFF;
    color: #262324;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single_price h1 span {
    position: relative;
    font-size: 25px;
    top: -11px;
    left: -2px;
}

.single_price:hover {
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.3);
}

.single_price h4 {
    background-size: cover;
    background-position: center;
    color: #FFF;
    height: 77px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    background: #262324;
    line-height: 77px;
}

.single_price p {
    text-align: center;
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
}

.single_price h1 {
    text-align: center;
    font-size: 50px;
    font-family: monospace;
    /* margin: -5px; */
    font-weight: 900;
}

.single_price h1 sup {
    font-size: 28px;
    color: #a8a9a9;
}

.single_price h3 {
    text-align: center;
    margin: 8px 0px;
    font-size: 14px;
    text-transform: capitalize;
}

.fetures {
    margin: 35px 0px;
    padding: 0px 10px;
    height: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    -webkit-transition: height .3s linear;
    transition: height .3s linear;
}

.fetures.expand {
    height: 190px;
    margin-bottom: 10px;
}

.fetures li {
    margin-bottom: 15px;
}

.fetures li .fa {
    color: #262324;
    margin-right: 10px;
}

.order_now_btn {
    background: #262324;
    color: #FFF;
    height: 55px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none;
    font-weight: 700;
}

.fetures.expand+.order_now_btn {
    background: #fde428 !important;
    color: #262324;
}

.order_now_btn:hover {
    background: #fde428;
    color: #262324;
}


/*end of pricing area css*/


/*start footer section*/

.footer-area {
    background: #ffffff;
    color: #1e1e1e;
    position: relative;
    border-top: 1px solid #e8e8e8;
}

.socail-link a {
    color: #FDE428;
    margin-right: 10px;
    font-size: 14px;
}

.socail-link {
    margin-top: 20px;
}

.single-footer img {
    padding-bottom: 30px;
}

.single-footer p {
    line-height: 24px;
}

.single-footer h4 {
    padding-bottom: 30px;
    font-weight: 700;
    font-size: 18px;
    transition: .4s
}

.single-footer a:hover {
    color: #fde428;
}

.single-footer a {
    color: #fff;
    line-height: 30px;
}

ul.address li span {
  margin-bottom: 22px;
  width: 30px;
  height: 30px;
  background: #ed1c24;
  text-align: center;
  padding-top: 8px;
  margin-right: 10px;
  border-radius: 50%;
  transition: transform .4s ease-in-out;
      color: #fff;
}
ul.address li:hover span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
ul.address li {
    line-height: 30px;
    float: left;
    width: 100%;
}

ul.address {
  margin-bottom: 20px;
margin-left: 70px;
margin-top: 75px;
}

.subscrib h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.subscrib input[type="text"] {
    height: 35px;
    padding-left: 10px;
    float: left;
    color: #262324;
    width: 78%
}

.subscrib input[type="submit"] {
    height: 35px;
    border: 0;
    width: 60px;
    margin-left: -4px;
    float: left;
    background: #FDE428;
    color: #262324;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.backtop {
    position: absolute;
    right: 6%;
    top: -25px;
}

.backtop a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #ed1c24;
    border-radius: 50%;
    color: #ffffff;
    transition: .4s;
    display: none;
}

.backtop a:hover {
    background: #262324;
    color: #fff;
}

.team-section .single-team .teamthumb .team-social a:hover {
    background: #FDE428;
    color: #262324;
}


/*end of footer section*/


/*start footer gallary css*/

.image-gallary {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    -ms-column-count: 3;
}

.single-img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}


/*end of footer gallary css*/


/*start single page css*/


/*start about us page css*/

.page-heading-area {
    background-image: url(../img/pagebg.jpg);
    height: 300px;
    position: relative;
    background-size: cover;
    color: #fff
}

.page-heading-area:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, .80);
}

.page-title h2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.breadcrumb li:before {
    display: none;
}

.page-title {
    color: #fff;
}

.breadcrumb {
    padding: 8px 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    position: relative;
}

.breadcrumb li,
.breadcrumb a,
.breadcrumb li.active {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.fouraboutimg {
    position: absolute;
    right: 0%;
    top: 0%;
}

.fourabout {
    height: 450px;
    position: relative;
}

.abouttitle h2 {
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    font-size: 34px;
}

.abouttitle h2:before {
    position: absolute;
    width: 100px;
    height: 4px;
    left: 0;
    content: "";
    background: #ed1c24;
    bottom: 0;
}

.abouttitle h2:after {
    position: absolute;
    left: 50px;
    bottom: 0;
    background: #262324;
    content: "";
    z-index: 2;
    height: 4px;
    width: 50px;
}

.aboutContent p {
    line-height: 23px;
    letter-spacing: .6px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    color: #797979;
    font-size: 14px;
}


/*end of about us page css*/


/*start portoflio page*/

.portfoliopage .filter-btn {
    padding: 50px !important;
    background-color: transparent;
}

.portfoliopage .filter-btn li {
    display: inline-block;
}

.portfoliopage .shuffle-grid {
    padding: 0 !important;
}

.portfoliopage {
    background-color: transparent;
}

.page-title:before {
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #FDE428;
    content: "";
    bottom: 0;
    left: 16px;
}

.page-title:after {
    left: 16px;
    bottom: -5px;
    background: #FDE428;
    content: "";
    position: absolute;
    height: 1px;
    width: 70px;
}


/*endof port folio page*/


/*start team page*/

.team-section {
    padding-bottom: 70px;
}

.single-team {
    margin-bottom: 30px;
}


/*end of team page*/


/*start blog page css*/


/*start blog page css*/

section.blog-area {
    padding-top: 80px;
}

.single-blog {
    padding-bottom: 80px;
}

.single-blog-content-title h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #262324;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
}

.single-blog-content-title {
    margin-bottom: 15px;
    color: #262324;
}

.single-blog-content a.readmore {
    color: #FDE428;
    display: inline-block;
    margin-top: 20px;
    text-transform: capitalize;
}

h4.sidebar-title {
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700
}

.single-sidebar {
    margin-bottom: 50px
}

.single-sidebar input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    height: 50px;
    padding-left: 10px;
    width: 80%;
    font-weight: 500;
    float: left
}

.single-sidebar button {
    background: #FDE428 none repeat scroll 0 0;
    color: #262324;
    font-size: 16px;
    height: 50px;
    margin-left: -4px;
    width: 17%;
    transition: .4s
}

.single-sidebar button:hover {
    background: #262324;
    color: #fff
}

h4.sidebar-title:before {
    position: absolute;
    left: 0;
    height: 4px;
    width: 30px;
    background: #262324;
    content: "";
    bottom: 0;
    border-radius: 3px;
}

h4.sidebar-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 4px;
    content: "";
    background: #FDE428;
    z-index: -1;
}
ul.categori-list li {
    border-bottom: 1px solid #f9f9f9;
}
ul.categori-list li a {
    color: #262324;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    font-weight: 500;
}

ul.categori-list li a:hover {
    color: #FDE428;
}

.single-blog-content-title h6 strong {
    padding-right: 5px;
    text-transform: capitalize;
    color: #262324;
}

.single-blog-content-title h6 span {
    padding-right: 15px;
}

.single-blog-content-title h2 {
    color: #262324;
    padding: 20px 0;
    text-transform: capitalize;
}

.single-blog-content>p {
    letter-spacing: 1px;
    line-height: 26px;
}

.tagsshare div {
    display: inline-block;
    width: 49%;
}

.share {
    text-align: right;
}

.share a {
    background: #262324 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: .4s
}

.share a:hover {
    background: #FDE428;
    color: #262324
}

.tags a {
    color: #262324;
    margin-right: 10px;
    text-transform: capitalize;
}

.tagsshare strong {
    margin-right: 10px;
}

.tagsshare {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

blockquote {
    border-left-color: #FDE428;
    color: #262324;
    font-style: italic;
    letter-spacing: 1px;
    margin-top: 20px;
}

.single-blog-content-title h6 span a {
    color: #FDE428;
    text-transform: uppercase
}

.recent-single {
    overflow: hidden;
    margin-bottom: 10px;
}

.recent-thumb {
    width: 61px;
    float: left;
    margin-right: 20px;
}

.recent-single:hover h6 {
    color: #FDE428
}

.recent-content {
    padding-left: 81px;
}

.recent-content h6 {
    font-size: 14px;
    color: #262324;
    transition: .4s
}

.recent-content p.date {
    font-size: 12px;
    margin-top: 10px;
    color: #262324;
}

ul.tag-cloud li {
    display: inline-block;
    margin-bottom: 4px;
}

ul.tag-cloud li a {
    text-transform: initial;
    border: 1px solid #eee;
    padding: 18px 10px;
    display: block;
    text-transform: capitalize;
    color: #262324;
    transition: .4s
}

ul.tag-cloud li a:hover {
    color: #fff;
    background: #262324;
    border-color: #262324
}


/*end of blog page css*/


/*start contact page css */

.single-input input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    color: #262324;
    margin-bottom: 10px;
}

.single-textarea textarea {
    width: 100%;
    height: 250px;
    padding: 15px;
}

.contact-form-section input[type="submit"] {
    width: 100%;
    height: 50px;
    border: 0;
    background: #262324;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
	border-radius: 26px;
	transition: 0.5s;
}

.contact-form-section:hover input[type="submit"] {

    background: #ed1c24;

}

section.contact-area {
    position: relative;
}

.contact-area:before {
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    background: #262324;
    content: "";
    position: absolute;
}

.contact-form-widget {
    color: #fff;
}

.widget-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.widget-title h2:before {
    position: absolute;
    left: 0;
    bottom: 5px;
    content: "";
    background-color: #ed1c24;
    height: 1px;
    width: 100px;
}

.widget-title h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
  background-color: #ed1c24;
    height: 1px;
    width: 70px;
}

ul.phone-email {
    padding: 20px 0;
}

.widget-conent {
    line-height: 30px;
    letter-spacing: 1px;
}

.widget-conent span {
    width: 30px;
}

.one-the-web a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ed1c24;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 8px;
    transition: .4s;
    transition: transform .4s ease-in-out;
}

.one-the-web a:hover {

    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.one-the-web {
    margin-top: 20px;
}


.home-area .item .welcome-text p{
    line-height: 27px;
    color: #eee;
    font-weight: 300;
    font-size: 17px;
    word-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
}

/*end of contact page css*/


/*end of blog page css*/


/*end of single page css*/

#gmap {
    height: 300px;
    width: 100%;
}

.copyright-section {
	padding: 20px 0;
    background: #ffffff;
    border-top: 1px solid #e8e8e8;
    color: #414141;
}

.copyright-section a {
  color: rgb(237, 28, 36);
  font-weight: bold;
}


/*start prand section*/

.brand-section {
    background: #fff;
    position: relative;
}

.brand-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    content: "";
}

.single-brand {
    opacity: .5;
    transition: .4s
}

.single-brand img {
    display: inline-block;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
    width: 130px;
    padding: 10px;
    transition: transform .4s ease-in-out;
}

.single-brand:hover {
    opacity: 1;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.active-brand-slider {
    position: static;
}

.PrevArrowbrand {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    height: 35px;
    left: 2%;
    margin-top: -25px;
    position: absolute;
    top: 67%;
    width: 35px;
    background: #ed1c24;
    border-radius: 52%;
    z-index: 5
}

.NextArrowbrand {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
	height: 35px;
    right: 2%;
    margin-top: -35px;
    position: absolute;
    top: 67%;
    width: 35px;
    background: #ed1c24;
    border-radius: 50%;
}



.NextArrowbrand:hover,
.PrevArrowbrand:hover {
    background-color: #84090d;

}

.author-title>h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 35px;
    text-transform: uppercase;
}

.author-details {
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}

.author-img {
    float: left;
    margin-right: 30px;
    width: 70px;
}

.about-author {
    padding-left: 100px;
}

.about-author p {
    margin-bottom: 20px;
}

.about-author>h4 {
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-author p {
    color: #262324
}

.about-author>span {
    color: #FDE428;
}

.author-details.commenter {
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.about-author>h5 {
    font-style: italic;
    margin-bottom: 15px;
}

.about-author>h5 a {
    color: #FDE428;
    text-transform: capitalize;
}

.author-details.commenter.reply {
    margin-left: 100px;
}

.single-post {
    padding-bottom: 20px;
}



.contact-form-section h2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700
}

.contact-form-section h2:before {
    position: absolute;
    width: 100px;
    height: 4px;
    left: 0;
    content: "";
    background: #262324;
    bottom: 0;
}

.comment-form {
    padding-bottom: 100px;
}

.contact-form-section h2:after {
    position: absolute;
    left: 50px;
    content: "";
    bottom: 0;
    background: #FDE428;
    width: 50px;
    height: 4px;
}


/*update css*/


.post-date {
    text-align: center;
    padding: 20px;
    background: #262324;
    color: #fff;
}

.post-date h6 {
    font-size: 16px;
}

/*color picker css*/


.spinner-icon {
  background: #FDE428;
}
.color-picker {
    margin-top: -150px;
    position: fixed;
    top: 50%;
    left: -203px;
    transition: 1s;
    z-index: 55
}

.colorshow {
    left: 0;
    transition: 1s
}

.spinner-icon {
    margin-top: -20px;
    position: absolute;
    right: -40px;
    top: 50%;
}

.spinner-icon a {
    height: 100%;
    width: 100%;
    color: #262324
}

.color-picker > div {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 2px 5px pink;
    height: 95px;
    padding: 30px;
    position: relative;
    width: 200px;
}

.color-picker > div ul li {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.bluecolor {
    background: #783393;
}

.orangecolor {
    background: orange;
}

::-webkit-scrollbar
{
  width: 8px;  /* for vertical scrollbars */
  height: 8px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: #730d11
}

::-webkit-scrollbar-thumb
{
    background-color: #eb1c24;
    border-radius: 2px
}

.reset {
    background-image: url(https://lh3.googleusercontent.com/FGOA9PqhHbZD2OPnfpV48rLcvHvfWY63PGuHkbVvu9KW9ZEiql2d7uYPWSrAG0A-Rk4=w170);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.center-dizayn{
	align-items: center;justify-content: center;display: flex;
}

.teklif-buton{
	    display: block;
    background: #eb1d25;
    max-width: 300px;
    margin: auto;
    margin-top: 30px;
    width: 100%;
    color: #fff;
    padding: 10px;
    border-radius: 27px;
    border: 1px solid rgb(207, 21, 28);
	border-bottom: 3px solid rgb(155, 26, 31);
	font-weight: 600;
    font-size: 15px;
	transition: .4s;
}

.teklif-buton:hover{
    background: #fff;
    color: #eb1d25;
	border: 1px solid rgb(207, 21, 28);
	border-bottom: 3px solid rgb(155, 26, 31);
}

.my-team{
	width: 100%;
	padding:10px;
}
.my-team div{
    background: #f2f3f7;
    float: left;
    width: 100%;
    padding: 10px 0px;
    border: 1px solid #e8e9ec;
}
.my-team div h4{
    font-weight: 700;
    line-height: 30px;
}
.my-team div p{
    font-size:12px
}
.my-team div img {
    display: inline-block;
    transition: transform .4s ease-in-out;
	margin-bottom: 5px;
}

.service-box{
	float:left;
	width:100%;
	float: left;
    width: 100%;
    padding: 75px 30px 75px 30px;
    margin-bottom: 50px;
    text-align: center;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}

.service-box img{
	width:110px;	
	 margin-bottom: 15px;
}

.service-box h4{
	text-align: center;	
	    margin-bottom: 15px;
		    color: #424c5c;
    font-size: 19px;
}

.service-box p{
	text-align: center;
	    font-size: 13px;
    color: #7e8899;
    line-height: 20px;
	font-family: 'Montserrat', sans-serif;
}

.service-box i{
	position: absolute;
    margin-top: 20px;
    font-size: 20px;
}


.service-text{
	float:left;
	text-align: left;
	padding-left: 80px;
	padding-top: 0px;
	margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e8e8e8;
}

.service-text img{
    float: left;
    width: 55px;
    position: absolute;
    left: 0;
	top:0px
}

.service-text h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #424c5c;
    margin-bottom: 5px;
    font-size: 14px;
}

.service-text p{
	    font-size: 13px;
    color: #7e8899;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
}


.input-group select, input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
float: left;
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    padding: 5px;
    border-radius: 26px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.input-group button {
    float: left;
    width: 100%;
    padding: 10px;
    background: #eb1e26;
    color: #fff;
    font-weight: 500;
    border-radius: 26px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px;
}

.teklif_text {
    float: left;
    width: 100%;
    height: 80px;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.input-group button:hover {
    float: left;
    width: 100%;
    padding: 10px;
    background: #c6181f;
    color: #fff;
    font-weight: 500;
    border-radius: 26px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px;
}

.modal-dialog{
	height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
	    margin-top: 0px;
}

.modal-body{
	background:#f0f3f7
}
.modal-header {
	padding: 15px;
    border-bottom: 1px solid #c0141a;
    background: #eb1e26;
}

.modal-header h4{
	color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 600;
}