html,body {
	overflow-x: hidden;
}

body {
	background-color: #fff;
	line-height: 1.8;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	padding-right: 0 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	overflow-x: hidden;
}


.row {
	margin-right: -5px;
	margin-left: -5px;
}

[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.navbar-brand img{
    height: 50px;
}


.headUst{
    background-color: #f4f4f4;
    padding: 5px 0;
}


.headUst h3{
        font-size: 12px;
    color: #3d3d3d;
    margin-bottom: 0;
    margin-top: 4px;
}

.headUst h3 span{
    font-weight: 600;
}


.headUst .HeadSag{
    text-align: right;
}

.headUst .HeadSag a{
    color: #3d3d3d;
    padding: 0 5px;
    background-color: #f3f3f3;
}



.SLide{
    padding: 50px 0;
    background-image: url(../../layout/images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}


.SLide .Icerik h3{
    color: #fff;
    font-weight: 700;
}

.SLide .Icerik p{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}


.Scover{
    position: absolute;
    top: -90px;
    text-align: center;
    right: 0;
}

.Scover img{
    width: auto;
    height: 420px;
}


.Index{
    padding: 120px 0 50px 0;
}


.Index .About-us h2{
    font-size: 20px;
    font-weight: 700;
    color: #3d3d3d;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}


.Index .About-us img{
    width: 100%;
}


.Index .About-us h3{
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    padding: 10px 0 0 0;
}


.Index .About-us p{
    line-height: 20px;
    padding: 10px 0 20px 0;
}


.btn-index{
    background: rgb(255,65,108);
    background: linear-gradient(90deg, rgba(255,65,108,1) 0%, rgba(255,75,43,1) 100%);
    color: #fff !important;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 20px;
    letter-spacing: 0px;
    text-decoration: none!important;
}

.btn-index:hover{
     -webkit-box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 24px -6px rgba(0,0,0,0.4);
    background: rgb(255,65,108);
    background: linear-gradient(90deg, rgba(255,65,108,1) 0%, rgba(255,75,43,1) 100%);
    color: #fff !important;
    font-weight: 600;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 20px;
    letter-spacing: 0px;
    text-decoration: none!important;
}


.Index .Benefits h2{
    font-size: 20px;
    font-weight: 700;
    color: #3d3d3d;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}


.Index .Benefits ul li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    font-size: 27px;
    margin:0 5px 0 -30px;
    color: #FF4650;
    position: absolute;
    top: 0;
    left: 0;
    /*list-style-type: none;
    padding: 5px 0;*/
}


.Index .Benefits ul li{
    position: relative;
    display: block;
    padding: 5px 0 5px 0px;
    margin-left: 30px;
}

.Index .Benefits ul li i{
    min-width: 26px;
    padding: 6px 0;
    color: #fff;
    margin-right: 5px;
    background: rgb(255,65,108);
    background: linear-gradient(90deg, rgba(255,65,108,1) 0%, rgba(255,75,43,1) 100%);
    text-align: center;
    border-radius: 50%;
    float: left;
}


.Index .Benefits p{
   font-size: 12px;
    line-height: 20px;
    padding: 10px 0 20px 0;
}

.Index [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}


.Modules{
    padding: 0 0 50px 0;
    
}

.Modules h2{
    font-size: 20px;
    font-weight: 700;
    color: #3d3d3d;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 50px;
}


.Modules .box{
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.4);
    padding: 15px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    margin-bottom: 70px;
}


.Modules .box img{
    width: auto;
    height: 70px;
    margin-top: -40px;
}


.Modules .box .Boxicerik{
    padding: 10px 0;
}

.Modules .box .Boxicerik h3{
    font-weight: 600;
    margin: 0;
}


.Modules .box .Boxicerik p{
    padding: 10px 30px 15px 30px;
    line-height: 19px;
    font-weight: 400;
}


.Modules [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}


.btn-more{
   background-color: #fff;
    -webkit-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.2);
    color: #3d3d3d !important;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 5px;
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: -20px;
    text-decoration: none!important;
}


.btn-more:hover{
   background: rgb(255,65,108);
    background: linear-gradient(90deg, rgba(255,65,108,1) 0%, rgba(255,75,43,1) 100%);
    -webkit-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.2);
    color: #fff !important;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 5px;
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: -20px;
    text-decoration: none!important;
}



.iletisim li{
    font-size: 13px;
    padding-bottom: 15px;
    font-weight: 500;
}


.iletisim li i{
    color: #FF416C;
}


.Social-m{
    padding: 30px 0;
    text-align: center;
    margin-right: 50px;
}


.Social-m a{
    color: #FF4B2B;
    font-size: 15px;
    padding: 0 5px;
}



#footer {
	background: #0a0a0a;
	padding: 20px 0;
}

#footer .row {
	margin-right: -20px;
	margin-left: -20px;
}

#footer [class*="col-"] {
	padding-right: 20px;
	padding-left: 20px;
}

.column {
	padding: 30px 0;
	font-size: 12px;
	color: #666;
	line-height: 1.3;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

@media (max-width: 767px) {
	.column {
		margin-bottom: 10px;
		padding: 10px;
	}
}

.column h3 {
	color: #929292;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
}

.column ul {
	list-style: none;
	padding: 0;
	list-style-position: inherit;
}

.column li {
	position: relative;
}



.column li a {
	color: #666;
	font-size: 12px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: 500;
}

.column li a:hover {
	color: #969696;
}

.parallax-window {
    min-height: 80px;
    padding: 30px 0;
    background: transparent;
    margin-bottom:0;
    margin-top: 0;
    background: #121212;
}

.dip {
	background: #000;
	padding: 10px 0;
	text-align:center;
	color: #444;
	font-size: 12px;
}

.dip i {
	color: #ED4A37;
}


.navbar-right{
    float: right!important;
    position: relative;
    z-index: 9999;
}


.nav-link{
    color: #3d3d3d!important;
    font-weight: 500;
    padding: 0 15px!important;
}


.nav-link:hover{
    color: #ff464b!important;
}

.navbar-right a{
    font-size: 15px;
    color: #3d3d3d;
}


.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0.2em!important;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: absolute;
    right: 10%;
}
}


@media (max-width:767px){
    .navbar-right {
    float: inherit!important;
    position: relative;
    z-index: 9999;
}
    
    .Scover{
        display: none;
    }
    
    .Index {
    padding: 50px 0 50px 0;
}
    
    .About-us{
        margin-bottom: 50px;
    }
    
    .columnimg{
        text-align: center;
    }
    
    .Social-m{
        margin-right: 0!important;
    }
}



.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff4649;
}



.Banner{
    padding: 5em 0;
    background-image: url(../../layout/images/banner.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
}


.Banner h1{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    background-color: rgba(0,0,0,0.2);
    display: inline-block;
    padding: 5px 10px;
}


h1{
    font-size: 30px;
}

h2{
    font-size: 25px;
}

h3{
    font-size: 20px;
}

h4{
    font-size: 15px;
}

p{
    font-size: 16px;
}


ul{
    padding: 0;
    margin: 0;
}


li{
    padding: 5px 0;
}

.policy-banner {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    width: 100%;
    max-width: 100%;
    background-color: #AF4837;
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: larger;
}

    .policy-banner .container {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .policy-banner .container .policy-text {
            padding-right: 30px;
        }

    .policy-banner a {
        color: #fff;
        font-weight: 600;
        text-decoration: underline;
    }
