/*
    Company: Fikirgen Bilişim
    Developer: Erkan DURSUN
    Email: erkan.dursun@fikirgen.com
*/

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaaaaa;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaaaaa;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaaaaa;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaaaaa;
}

.color-theme{ color: #1d7d4a;}
.color-blue{ color: #0a8ede !important;}
.color-gray{ color: #919191 !important;}
.color-gray2{ color: #747474 !important;}
.color-darkgray{ color: #272727 !important;}
.color-lightgray{ color: #cccccc !important;}
.color-red{ color: #b9332a!important;}

.bg-theme{ background-color: #1d7d4a;}
.bg-gray{ background-color: #d9e0e6 !important;}
.bg-darkgray{ background-color: #272727 !important;}
.bg-lightgray{ background-color: #cccccc !important;}
.bg-lightgray2{ background-color: #eeeef1 !important;}
.bg-xlightgray{ background-color: #f8f8fa !important;}
.bg-red{ background-color: #b9332a !important;}

.btn{ border-radius: 3px !important;}
.btn-theme{ background: #1d7d4a !important; border-color: #1d7d4a !important; color: #ffffff;}
.btn-theme:hover{ background: #ffffff; border-color: #1d7d4a;}
.btn-theme2{ background: #b9332a; border-color: #b9332a;}
.btn-theme2:hover{ background: #ffffff; border-color: #b9332a; color: #b9332a;}
.btn-theme-o{ background: #ffffff;  color: #1d7d4a; border-color:#1d7d4a;}
.btn-theme-o:hover{ background: #1d7d4a;  color: #ffffff;}
.btn-white-o{ background: transparent;  color: #ffffff; border-color: #ffffff;}
.btn-white-o:hover{ background: #ffffff;  color: #1d7d4a;}

.single-line{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}


.hover-bg { transition: all .3s ease-in-out; }
.hover-bg-theme:hover { background: #0044a3 !important; }
.hover-bg-gray:hover { background: #919191 !important; }
.hover-bg-gray2:hover { background: #747474 !important; }
.hover-bg-darkgray:hover { background: #272727 !important; }
.hover-bg-lightgray:hover { background: #cccccc !important; }
.hover-bg-lightgray2:hover { background: #eeeef1 !important; }
.hover-bg-xlightgray:hover { background: #f8f8fa !important; }

.border-gray {
    border: solid 1px #dbdbdb;
}

.box-shadow {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}

input[type="checkbox"].form-input:checked + label:before {
    font-family: 'FontAwesome';
    color: #b9332a;
    content: "\f00c";
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}

/*# sourceMappingURL=plugin.css.map */

.scrolltop {
    background: rgba(254, 202, 10,.4);
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    border-radius: 5px;
    font-size: 40px;
    display: none;
    z-index: 100;
}
.scrolltop:hover {
    background: rgba(254, 202, 10,1);
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: 800px;
    margin: 20px auto;
}

body {
    font-family: 'Ubuntu', sans-serif;
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    position: relative;
    min-height: 1000px;
    padding: 0px;
    margin: 0px;
    height: auto;
    max-width: 100%;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
}
a {
    text-decoration: none;
    color: #4a4a4a;
}
b, strong {
    font-weight: bold;
}
.wrapper {
    width: 100%;
}
.content{
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.z10 {
    z-index: 10;
}
.preview-navbar {
    width: 100%;
    height: 35px;
    background: #252525;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    position: fixed;
    left: 0;
    z-index: 9999;
    bottom: 0;
    opacity: .7;
    box-shadow: 0px -3px 5px 0px rgba(50,50,50,0.5);
}
header {
    background: transparent;
    text-align: right;
    position: fixed;
    width: 100%;
    z-index: 101;
    top: 0;
    left: 0;
    font-size: 0;
    transition: all .2s ease-in-out;
    height: 110px;
    background: #ffffff;
}
header.sticky {
    background: #ffffff;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    height: 70px;
}

header .top-header{
    transition: all .2s ease-in-out;
}

header.sticky .top-header{
    margin-top: -48px;
}

header .mainmenu {
}
header.sticky .mainmenu {
    margin-top: 10px;
}
header.sticky .menu-content {
    padding-left:15px;
    padding-right:15px;
    height: 35px;
    line-height: 35px;
}

header .logo {
    margin-top: 6px;
    display: inline-block;
    float: left;
}
header .logo img {
    height: 55px;
}
header.sticky .logo {
    margin-top: 20px;
}

header.sticky .logo img{
    height: 40px;
}

header .mobile-logo {
    margin-top: 10px;
    margin-left: 10px;
    display: inline-block;
    float: left;
}
header .mobile-logo img {
    max-height: 50px;
}
.menu-bg {
    background: #000000;
    height: 100px;
}
header nav.mainmenu{
    display: block;
    text-align: left;
    padding-top: 5px;
}
header nav.mainmenu > div{
    font-size: 0;
    display: inline-block;
    position: relative;
}

header nav.mainmenu > div > a{
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px 0 0;
    display: inline-block;
    text-decoration: none;
    line-height: 60px;
    height: 60px;
    text-transform: uppercase
}
header.sticky nav.mainmenu > div > a{
    color: #666666;
}
header nav.mainmenu > div:last-child > a{
    padding-right: 0px;
}
header nav.mainmenu > div > a:hover{
    color: #1d7d4a;
}
header nav.mainmenu > div > .submenu{
    display: none;
    position: absolute;
    top: 55px;
    left: -50px;
    background: #ffffff;
    z-index: 99;
    width: 300px;
    text-align: left;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    font-size: 0;
    padding: 20px 0 20px 20px;

}
header nav.mainmenu > div:hover > div{
    display: inline-block;
}
header nav.mainmenu > div >  .submenu > div{
}
header nav.mainmenu > div >  .submenu > div > a{
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    display: block;
    z-index: 99;
    vertical-align: top;
}
header nav.mainmenu > div >  .submenu > div > a:hover  {
    color: #1d7d4a;

}
header nav.mainmenu > div >  .submenu > div > a img{
    vertical-align: middle;
    margin-right: 10px;
    width: 32px;
}
header nav.mainmenu > div >  .submenu > div > a:hover img{
    filter: brightness(0) invert(1);
}
header nav.mainmenu > div >  .submenu > div > a > i{
    float: right;
    margin-top: -3px;
    font-size: 36px;
    color: #1d7d4a;
}

header nav.mainmenu > div >  .submenu > div{
    position: relative;
}
header nav.mainmenu > div >  .submenu > div > .submenu2{
    display: none;
    position: absolute;
    top: -8px;
    left: 275px;
    background: #ffffff;
    padding: 20px 0px 20px 20px;
    z-index: 99;
    width: 250px;
    text-align: left;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
    border-radius: 7px;
}

header nav.mainmenu > div >  .submenu > div:hover > .submenu2{
    display: block;
}

header nav.mainmenu > div >  .submenu > div:hover > .submenu2 > div{
    border-left: 7px solid #cccccc;
}

header nav.mainmenu > div >  .submenu > div > .submenu2 > div > a{
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 10px;
    display: block;
    z-index: 99;
    vertical-align: top;
}
header nav.mainmenu > div >  .submenu > div > .submenu2 > div > a:hover{
    color: #1d7d4a
}

/* Mega Menu */
header nav.mainmenu > div > .megamenu{
    display: none;
    position: absolute;
    top: 55px;
    left: 0px;
    background: #ffffff;
    padding: 20px 0 20px 20px;
    z-index: 99;
    width: 100%;
    text-align: left;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    font-size: 0;
    border-radius: 6px;
}
header.sticky nav.mainmenu > div > .megamenu{
    top: 55px;
}
header nav.mainmenu > div > .megamenu > div  div.megamenu-subitems {
    
}
header nav.mainmenu > div >  .megamenu > div a{
    color: #606060;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
header nav.mainmenu > div >  .megamenu > div a.megamenu-header{
    font-weight: 700;
    width: 100%;
    border-left: none;
}
header nav.mainmenu > div >  .megamenu > div a:hover  {
    color: #1d7d4a;

}
header nav.mainmenu > div >  .megamenu > div a img{
    vertical-align: middle;
    margin-right: 10px;
    width: 32px;
}
header nav.mainmenu > div >  .megamenu > div a:hover img{
    filter: brightness(0) invert(1);
}
header nav.mainmenu > div >  .megamenu > div a > i{
    float: right;
    margin-top: -3px;
    font-size: 36px;
}


header nav.mainmenu > div >  .megamenu > div{
    position: relative;
}
header nav.mainmenu > div >  .megamenu > div > .mega-submenu{
    top: 10px; 
    left: 297px;
    padding: 10px 0px;
    z-index: 99;
    text-align: left;
}


header nav.mainmenu > div >  .megamenu > div:hover > .mega-submenu{
    display: block;
}

header nav.mainmenu > div >  .megamenu > div > .mega-submenu a{
    color: #1d7d4a;
    font-size: 16px;
    padding: 8px 10px;
    display: block;
    z-index: 99;
    vertical-align: top;
}
header nav.mainmenu > div >  .megamenu > div > .mega-submenu:hover{
    background: #1d7d4a;
    color: #ffffff;
}

/* Language */

header .language:hover {
    background: #1d7d4a;
    border-color: #1d7d4a;
    color: #ffffff;
}

header .language {
    display: inline-block;
    text-align: center;
    color: #9e9e9e;
    font-size: 16px;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    border: solid 1px #9e9e9e;
    border-radius: 23px;
    padding: 0 15px;
    overflow: hidden;
    transition: all .2s ease-in-out;
}
header .language.open {
    height: auto;
}
/*header .language ul{
    display: block;
    position: absolute;
    padding: 10px 20px;
    background: #ffffff;
    top: 30px;
    
}*/
header.sticky .language {
    color: #666666;
    border: solid 1px #666666;
}
header .language.open,
header .language:hover {
    background: #1d7d4a;
    border-color: #1d7d4a;
    color: #ffffff;
}


header .mobile-menu {
    background: #1d7d4a;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    padding: 0 25px;
    font-size: 20px;
    transition: all .2s ease-in-out;
}
header .mobile-menu i {
    transition:all .2s ease-in-out;
}
header .mobile-menu.open i {
    transform:rotate(45deg)
}

.mobilemenu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background: #ffffff;
    padding-top: 30px;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
}
.mobilemenu div > a {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    display: block;
    width: 80%;
    margin-left: 10%;
    border-bottom: solid 1px #ddd;
    padding: 5px 0;
    text-align: left;
}
.mobilemenu .mobile-submenu > a {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    display: block;
    width: 75%;
    margin-left: 15%;
    border-bottom: solid 1px #ddd;
    padding: 5px 0;
    text-align: left;
}

/* Mobile Quick Menu */
.mobile-quick-menu-btn {
    background: #1d7d4a;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 95;
    font-size: 45px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    cursor: pointer;
}
.mobile-quick-menu {
    position: fixed;
    left: 20px;
    bottom: 90px;
    z-index: 95;
    overflow: hidden;
    height: 0;
    transition: all .2s ease-in-out;
}
.mobile-quick-menu.open{
    height: auto;
}
.mobile-quick-menu li a{
    display: inline-block;
    padding: 5px 20px;
    color: #ffffff;
    margin-bottom: 10px;
    background: #bc8d49;
    font-size: 20px;
    border-bottom: solid 2px #eeeeee;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.mobile-quick-menu a.whatsapp{
    color: #000000;
    background: #35b848;
}
.mobile-quick-menu a.call-us{
    background: #5d5d5d;
}

/* Exchange */
.exchange {
    position: fixed;
    z-index: 90;
    width: 200px;
    left: 5px;
    bottom: -100px;
    box-shadow: 0px -1px 5px 1px rgba(0,0,0,0.2);
    border-radius: 5px;
    overflow: hidden;
    background: #191a39;
}


.home-box {
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.4);
    overflow: hidden;
}
.price {
    background: #b9332a;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: 0;
    padding: 4px 20px;
    color: #ffffff;
    z-index: 50;
}
.title-over {
    background: rgba(185, 51, 42, .6);
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    left: 30px;
    bottom: 40px;
    padding: 10px 20px;
    color: #ffffff;
    z-index: 50;
    width: 60%;
}
/* Home InfoBox*/
.info-box {
    background: rgb(105,151,204);
    background: linear-gradient(90deg, rgba(105,151,204,1) 0%, rgba(110,208,247,1) 100%);
    border-radius: 10px;
    height: 150px;
}
/* Footer */

footer {
    clear: both;
    position: relative;
    z-index: 90;
}




.social-link {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background: #c03a31;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px;
}

.social-link:hover {
}

.social-link.linkedin:hover {
    background: #017bba;
    color: #ffffff;
}
.social-link.facebook:hover {
    background: #3c5a98;
    color: #ffffff;
}
.social-link.twitter:hover {
    background: #4ac6ea;
    color: #ffffff;
}
.social-link.youtube:hover {
    background: #eb1c24;
    color: #ffffff;
}
.social-link.instagram:hover {
    background: #833ab4;
    color: #ffffff;
}


.blog-share-tools a {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: #000000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px 0 0;
}

.social-link:hover {
}

.blog-share-tools a.ssk-linkedin {
    background: #017bba;
    color: #ffffff;
}
.blog-share-tools a.ssk-linkedin:hover {
    background: #017bba;
    color: #ffffff;
}
.blog-share-tools a.ssk-facebook {
    background: #3c5a98;
    color: #ffffff;
}
.blog-share-tools a.ssk-facebook:hover {
    background: #3c5a98;
    color: #ffffff;
}
.blog-share-tools a.ssk-twitter {
    background: #4ac6ea;
    color: #ffffff;
}
.blog-share-tools a.ssk-twitter:hover {
    background: #4ac6ea;
    color: #ffffff;
}


.copyright {
}


/* Solution */
.solutions{
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.solutions .solution-item {
    background: rgba(255, 255, 255, .2);
    border-radius: 10px;
}

/* Road Map */
.road-map .bg-line {
    width: 100%;
    height: 8px;
    background: #1d7d4a;
    position: absolute;
    top: calc(50% - 4px);
    display: block;
}
.road-map ul li{
    height: 350px;
    position: relative;
}
.road-map ul li .line{
    width: 100%;
    height: 8px;
    background: #1d7d4a;
    position: absolute;
    top: calc(50% - 4px);
}
.road-map ul li .line i{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #1d7d4a;
    position: absolute;
    border: solid 5px #ffffff;left: 60px;
    margin-top: -14px;
}
.road-map ul .owl-item li div{
    background: #ffffff;
    width: 100%;
    margin: 0 10px;
    max-width: 300px;
    height: 110px;
    padding: 15px 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.35);
    position: absolute;
    top: 10px;
}
.road-map ul .owl-item:nth-child(odd) li div{
    top: auto;
    bottom: 10px;
}
.road-map-custom-nav {
    text-align: center;
    
}
.road-map .owl-nav {
    display: none;
    
}


.page-detail {
}

.page-header {
    position: relative;
    background-color: #fafafa;
    text-align: center;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-header .header {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    left: calc(50% - 125px);
    background: rgba(185, 51, 42, .7);
}


.page-header-on-image {
    top: 120px;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 11;
}

.page-image {
    position: relative;
    z-index: 9;
}

/* Umrah Gallery */
.gallery-thumbs {
}

    .gallery-thumbs a {
        display: inline-block;
        border: solid 4px #ffffff;
        border-bottom-width: 8px;
        border-top-width: 8px;
    }

        .gallery-thumbs a img {
            transition: all .3s ease-in-out;
        }

    .gallery-thumbs .active-img {
        z-index: 50;
    }

        .gallery-thumbs .active-img img {
            transform: scale(1.2);
            box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.8);
        }

.home-umrah .owl-nav {
}

.gallery-thumbs .owl-nav .owl-next,
.gallery-thumbs .owl-nav .owl-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    background: rgba(0,0,0,.6);
    top: 30px;
    color: #ffffff;
    border-radius: 50%;
}

    .gallery-thumbs .owl-nav .owl-next:hover,
    .gallery-thumbs .owl-nav .owl-prev:hover {
        background: #000000;
        color: #b38e20;
    }

.gallery-thumbs .owl-nav .owl-prev {
    left: 10px;
}

.gallery-thumbs .owl-nav .owl-next {
    right: 10px;
    padding-left: 5px;
}

.pattern-bg {
    background-image: url('/assets/images/pattern-bg.png');
    background-color: #fefefe;
    background-position: center center;
    background-repeat: repeat;
}

/* Breadcrumb */

.breadcrumb {
    margin: 10px;
    color: #c5c0c0;
    font-size: 16px;
}
.breadcrumb a{
    color: #c5c0c0;
    font-size: 16px;
    margin-right: 5px;
}
.breadcrumb a:last-child:after{
    margin-right: 0px;
    content: ''
}
/* Home Slider*/
/*.home-slider-content {
    background:  rgba(0,0,0,.7);
    z-index: 10;
}
.home-slider-content span {
    background:  rgba(0,0,0,.7);
    z-index: 10;
}
.home-slider-content span {
    background:  rgba(0,0,0,.7);
    z-index: 10;
}*/
.home-slider{

}
.home-slider .home-slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    background-position: center center;
    display: block;
}
.home-slider .home-slider-item .cover{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .4);
}

.home-slider .home-slider-item .home-slider-content {
    position: absolute;
    height: 550px;
    width: 800px;
    background: url('/assets/images/slider-bg.png') no-repeat center center;
    background-size: cover;
    display: block;
    top: 0;
    left: 0;
}
.home-slider .home-slider-item .home-slider-content h3{
    border-bottom: 5px solid #ffffff;
    width: 560px;
    margin-left: 120px;
    font-size: 50px;
    font-weight: 800;
    color: #ffffff;
    vertical-align: bottom;
    position: absolute;
    bottom: 280px;
    padding-bottom: 10px;
}

.home-slider .home-slider-item .home-slider-content p{
    height: 190px;
    margin-left: 120px;
    font-size: 23px;
    color: #ffffff;
    position: absolute;
    width: 560px;
    top: 290px;
}
.home-slider .home-slider-item .home-slider-content span{
    position: absolute;
    bottom: 100px;
    left: 120px;
    border-radius: 30px !important;
}

.home-slider .home-slider-item a {
    padding: 0 35px;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    border: solid 1px #888888;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
    border-radius: 70px !important;
}
.home-slider .home-slider-item .description a:hover{
    background: #1d7d4a;
    color: #ffffff;
    border: solid 1px #1d7d4a;
}
.home-slider.owl-carousel .owl-stage-outer{
    width: 100%;
}

.home-slider.owl-carousel .owl-dots{
    text-align: right;
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
    padding-left: 20px;
    z-index: 91;
}

.home-slider.owl-carousel .owl-dots .owl-dot{
    width: 20px;
    height: 20px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin: 0 3px;
}
.home-slider.owl-carousel .owl-dots .owl-dot.active,
.home-slider.owl-carousel .owl-dots .owl-dot:hover{
    background: #ffffff;
    border-color: #ffffff;
}

#carousel-custom-dots.owl-dots{
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding-left: 20px;
    z-index: 91;
}

#carousel-custom-dots.owl-dots .owl-dot{
    width: 20px;
    height: 20px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}
#carousel-custom-dots.owl-dots .owl-dot.active,
#carousel-custom-dots.owl-dots .owl-dot:hover{
    background: #ffffff;
    border-color: #ffffff;
}

/* Home Spot */
.home-spot {
    background-image: url('/assets/site/images/home-spot-image.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Header */
.title-style-1 {
    color: #505050;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 10px;
}
.title-style-1:after {
    border-top: 4px solid #1d7d4a;
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 20%;
    z-index: -1;
}
.title-style-1 span {
    background: #ffffff; 
    padding: 0 50px; 
    font-weight: 700;
    display: inline-block;
}

.title-bottom-border {
    display: inline-block;
    padding: 5px 20px;
    border-bottom: solid 2px #1d7d4a;
}
.title-underline {
    position: relative;
    z-index: 1;
}
.title-underline:after {
    border-top: 4px solid #1d7d4a;
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 50px;
    z-index: -1;
}


/* Ourteam */

.ourteam{}
.ourteam img {
    border-radius: 5px;
    box-shadow: 0px -1px 5px 1px rgba(0,0,0,0.2);
}
.ourteam .detail {
    border-bottom: 4px solid #1d7d4a;
    height: 80px;
    padding: 10px;
    margin-bottom: 10px;
}
.ourteam .ourteam-social-link a {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #b8b7b7;
    background: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 5px 5px;
    border: solid 1px #b8b7b7;
    border-radius: 50%;
}

.ourteam .ourteam-social-link .linkedin:hover {
    background: #017bba;
    color: #ffffff;
}
.ourteam .ourteam-social-link .facebook:hover {
    background: #3c5a98;
    color: #ffffff;
}
.ourteam .ourteam-social-link .twitter:hover {
    background: #4ac6ea;
    color: #ffffff;
}
.ourteam .ourteam-social-link .instagram:hover {
    background: #833ab4;
    color: #ffffff;
}

/* Static Page */
.page-detail {
}
.page-detail .page-content{
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}
.header{
    position: relative;
    background: #dce6ef;
}

.header .detail {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(1, 93, 174, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.header h1{
    display: block;
    margin: 90px auto 20px;
    color: #02599d;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
}
.header p{
    display: inline-block;
    width: 60%;
    color: #000000;
    font-size: 24px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .4);
}
.header span{
    display: inline-block;
    color: #ffffff;
    background: #02599d;
    font-size: 24px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .4);
    padding: 10px 30px;
    margin-top: 50px
}



/* News List */

.news-list-detail {

}
/* News Detail */
.news-detail {

}
.news-detail .main-image{
    background-size: cover;
    background-position: center center;
    height: 270px;
    width: 100%;
    position: relative;
}
.news-detail .main-image .cover{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(85,223,124,.6);
    background: -moz-linear-gradient(left, rgba(85,223,124,.6) 0%, rgba(125,185,232,.6) 100%);
    background: -webkit-linear-gradient(left, rgba(85,223,124,.6) 0%,rgba(125,185,232,.6) 100%);
    background: linear-gradient(to right, rgba(85,223,124,.6) 0%,rgba(125,185,232,.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55df7c', endColorstr='#7db9e8',GradientType=1 );
}

.news-content {
    margin-bottom: 100px;
    background: #ffffff;
    padding: 0px;
}

.news-share-tools {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 30px;
}
.news-share-tools a{
    font-size: 16px;
    color: #333333;
    padding: 3px 0px;
    border: solid 1px #777;
    width: 30px;
    display: inline-block;
    text-align: center;
    margin: 0 2px;
}
.news-share-tools a:hover{
    background: #02599d;
    border-color: #02599d;
    color: #ffffff;
}

.back-list-page {
    width: auto;
    padding: 10px 30px;
    background: #000000;
    border: solid 1px #000000;
    color: #ffffff;
    display: inline-block;

}
.back-list-page:hover{
    background: #ffffff;
    border-color: #000000;
    color: #000000;
}
/* New List */
.newslist {
    margin-bottom: 50px;
}
.newslist .news {
}
.newslist .news > div > a{
    border-bottom: solid 7px #000000;
    background: #000000;
}
.newslist .news > div > a span{
    height: 80px;
    display: block;
}
.newslist .news > div a img{
    width: 100%;
}





.other-news {
    margin-bottom: 50px;
    font-size: 0;
}
.other-news h3{
    font-size: 18px;
    font-weight: 600;
    color: #02599d;
    margin-bottom: 20px;
    border-bottom: solid 1px #02599d;
}
.other-news .news {
    width: calc(50%);
    padding-bottom: 20px;
    font-size: 0px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 10px 15px;
}

.other-news .news > a{
    width: 120px;
    display: inline-block;
}
.other-news .news > a img{
    width: 100%;
}
.other-news .news div{
    width: calc(100% - 200px);
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
}
.other-news .news div span{
    font-size: 13px;
    font-weight: 500;
    color: #02599d;
    display: block;
    text-align: right;
}
.other-news .news div h4{
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    text-align: left;
    margin-top: 10px;
}
.other-news .news div p{
    font-size: 14px;
    color: #000000;
}
.other-news .news div a{
    font-size: 20px;
    color: #02599d;
    float: right;
    margin-top: 10px;
}
.other-news .news div a:hover{
    color: #ffffff;
    background:  #02599d;
}

/* Contact */

.contact-detail {

}
.contact-detail .header{
    position: relative;
    background: #dce6ef;
}
.contact-detail .header .detail{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.contact-detail .header h1{
    display: inline-block;
    width: 50%;
    margin: 70px auto 20px;
    color: #02599d;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .4);
}
.contact-detail .header p{
    display: inline-block;
    width: 60%;
    color: #000000;
    font-size: 24px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .4);
}
.contact-detail .header span{
    display: inline-block;
    color: #ffffff;
    background: #02599d;
    font-size: 24px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .4);
    padding: 10px 30px;
    margin-top: 50px
}
.contact-detail .header .breadcrumb{
    margin: 20px;
}
.contact-detail .header .breadcrumb a{
    color: #000000;
    font-size: 14px;
    margin-right: 5px;
}
.contact-detail .header .breadcrumb a:after{
    margin-left: 5px;
    content: '>'
}
.contact-detail .header .breadcrumb a:last-child:after{
    margin-right: 0px;
    content: ''
}

.contact-content{
}
.contact-form{

}

.contact-form input::placeholder,
.contact-form textarea::placeholder{
    color: #aeb7bf;
}
.contact-form input,
.contact-form textarea{
    width: 100%;
    height: 60px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 600;
    color: #444444;
    background: #ffffff;
    border: solid 1px #aeb7bf;
    border-radius: 10px;
    display: block;
    margin: 0px 0 10px 0;
    padding: 0 20px;
}
.contact-form input.error,
.contact-form textarea.error{
    background: #ffd1d1;
    border: solid 1px #ff6a6a;
}
.contact-form textarea{
    height: 105px;
}
.contact-form .sendcontact {
    height: 45px;
    line-height: 45px;
    background: #d9e0e6;
    color: #000000;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border: solid 1px #d9e0e6;
    padding: 0 30px;
    border-radius: 10px;
}
.contact-form .sendcontact:hover{

    background: #fefefe;
    color: #000000;

}
.contact-form .sendcontact i{
    display: none;
}
.contact-form .sendcontact.sending{
    background: #aaa;
}
.contact-form .sendcontact.sending i{
    display: inline-block;
}
.contact-info{
}

#map{
    width: 100%;
    height: 320px;
    background: #ebf0f4;
    padding: 25px;
}



/* Html Content */

.html-content {
    color: #020202;
    font-size: 14px;
    line-height: 2em;
}
.html-content p {
    color: #020202;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 2em;
}
.html-content h2{
    font-size: 30px;
    color: #000000;
    margin-bottom: 20px;
}
.html-content .big-title {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}
.html-content .small-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}
.html-content .highlight {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
}
.html-content h3 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 500;
}
.html-content h5 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 500;
}
.html-content p.small{
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 20px;
}
.html-content strong{
    font-weight: 600;
}

/* Geniş Ekran */
@media only screen and (min-width: 1500px){
    .content {
        width: 1200px;
    }
    
    .home-slider .home-slider-item {
        background-repeat: no-repeat;
        background-size: cover;
        height: 550px;
        background-position: center center;
    }
}

/* Tablet Dikey*/
@media only screen and (max-width: 1200px){
	.content{
		width: 940px;
	}
    
    .menu-bg {
        height: 70px;
    }
    .search-content .content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .search-content input{
        font-size: 18px;
    }
    .search-content #search-btn {
        background: #272727;
    }
    header {
        height: 70px;
        padding-top: 5px;
        padding-bottom: 0;
    }
    header.sticky {
        padding: 5px 0;
    }
    header .mobile-menu {
        display: inline-block;
    }

    .mobile-items {
        position: absolute;
        right: 80px;
        top: 14px;
    }
    
    .home-slider .home-slider-item {
   
    }

}

/* Tablet Yatay */
@media only screen and (max-width: 1024px) and (max-height: 768px){


}

/* Mini Tablet Dikey */
@media only screen and (max-width: 991px){
    .content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    header.sticky .logo {
        margin-top: 6px;
    }
    .home-products ul li{
        width: 50%;
    }
    
    .search-content button{
        font-size: 16px;
        float: right;
    }
    home-products-slider.owl-carousel .owl-nav .owl-next, .home-products-slider.owl-carousel .owl-nav .owl-prev {
        left: 0px;
    }

    .home-products-slider.owl-carousel .owl-nav .owl-next {
        right: 0px;
    }

    .home-slider .home-slider-item .home-slider-content {
        height: 450px;
        width: 650px;
        left: calc(50% - 325px);
    }
    .home-slider .home-slider-item .home-slider-content h3 {
        width: 460px;
        margin-left: 90px;
        font-size: 40px;
        bottom: 240px;
    }
    .home-slider .home-slider-item .home-slider-content p {
        margin-left: 90px;
        width: 460px;
        top: 220px;
    }
    .home-slider .home-slider-item .home-slider-content span {
        bottom: 80px;
        left: 90px;
    }

    .page-header h1 {
        font-size: 24px;
    } 
}


/* Mini Tablet Yatay */
@media only screen and (max-width: 991px) and (max-height: 768px){


}

/* Mobil Dikey */
@media only screen and (max-width: 767px){
    .content{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

   
    .copyright {
        font-size: 11px;
    }

    .home-slider .home-slider-item .description h3 {
        font-size: 30px;
    }
    .home-box1 .cover .title {
        font-size: 30px;
        margin-top: 70px;
        margin-bottom: 50px;
    }

    .home-products ul li {
        width: 100%;
    }

    .home-products ul li {
        border-left: none;
    }

    table.responsive-table {
        border: 0;
    }

    table.responsive-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
  
    table.responsive-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
  
    table.responsive-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

        table.responsive-table td::before {
            /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
            content: attr(data-title);
            float: left;
            font-weight: bold;
            text-transform: uppercase;
        }
  
    table.responsive-table td:last-child {
        border-bottom: 0;
    }


    .home-slider .home-slider-item {
        height: 300px;
    }
    .home-slider .home-slider-item .home-slider-content {
        height: 300px;
        width: 100%;
        left: 0;
    }
    .home-slider .home-slider-item .home-slider-content h3 {
        width: 80%;
        margin-left: 0;
        font-size: 24px;
        bottom: 180px;
        left: 10%;
    }
    .home-slider .home-slider-item .home-slider-content p {
        margin-left: 10%;
        width: 80%;
        top: 130px;
        font-size: 20px;
    }
    .home-slider .home-slider-item .home-slider-content span {
        bottom: 30px;
        left: calc(50% - 75px);
    }
}

/* Mobil Yatay */
@media only screen and (max-width: 767px) and (max-height: 450px){


}


/* Mobil Dikey */
@media only screen and (max-width: 479px){
	.content{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
    header .logo img {
        max-height: 40px;
        margin-top: 4px;
    }
    .home-slider .home-slider-item {
    }
    .home-slider .home-slider-item .description {
        top: 10%;
    }

    .product-detail .product-seri {
        padding: 5px 10px;
        font-size: 16px;
        font-weight: 700;
        margin-left: 8px;
        margin-bottom: 10px;
    }
    .search-content input {
        width: 70%;
    }
    #carousel-custom-dots.owl-dots {
        bottom: 5px;
    }
    .home-slider .home-slider-item a {
        padding: 0 15px;
        height: 35px;
        line-height: 35px;
        border-radius: 50px !important;
    }
}


/* Mini Mobil Dikey */
@media only screen and (max-width: 360px){
    .content{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    header .logo img {
        max-height: 30px;
        margin-top: 8px
    }
}
