

/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700&amp;display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.html);
@import url(icomoon.html);
@import url(font-awesome.min.html);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.html);
@import url(slick.css);
@import url(jquery.fancybox.min.html);
@import url(jquery-ui.html);
@import url(nice-select.html);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #4b0082;
     font-size: 18px;
    
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 20px;
     font-family: face;
}

h2 {
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
}

h3 {
     font-size: 10px;
     font-family: 'Poppins', sans-serif;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 100%
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 2px;
     margin: 2px;
     padding: 0;

}

.full {
     float: left;
     width: 150%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/



/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding-top: 0.5px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 15px;
     color: #fff;
     font-size: 24px;
     line-height: 20px;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #f6f6f6;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #fdd430;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.head_top {
     background: url(../images/banner.png);
     background-size: 50% 50%;
     background-repeat: none;
     padding-top: 0.8px;
     background-position: center;
     border-radius: 0px 0px 300px 300px;
     background-size: cover;
	 opacity: 100%;
}

.header {
     width: 100%;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: none;
     color: #fff;
     line-height: 10px;
}

.banner_main {
     padding: 50px 0;
	  padding-bottom: 90px;
	  line-height: 20px;
	   border: 2px;
     margin: 2px;
}

.text-bg {
     text-align: center;
}

.text-bg h1 {
     color: #fff;
     font-size: 75px;
     line-height: 90px;
     padding-bottom: 20px;
     font-weight: bold;
}

.text-bg span {
     font-family: face;
     color: #fff;
     font-size: 40px;
     line-height: 77px;
     font-weight: bold;
     padding-bottom: 20px;
     display: block;
}

.text-bg p {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     padding: 400px 0;
}

.text-bg a {
     font-size: 17px;
     background-color: #fff;
     color: #dc5373;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
}

.text-bg a:hover {
     background-color: #000;
     color: #fff;
     transition: ease-in all 0.5s;
     border-radius: 266px;
}

.text-img figure {
     margin: 0px;
}

.text-img figure img {
     width: 100%;
}

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 60px;
     color: #3e3e3e;
     line-height: 77px;
     font-weight: bold;
     padding: 0;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}


/** Our section **/

.padd_left0 {
     padding-left: 0;
}

.Our {
     background: #4d217c;
     margin-top: 0.5px;
     padding: 60px 0px;
	 border-radius: 100px 100px 0px 0px;
}

.Our .titlepage h2 {
     color: #fff;
     margin-bottom: 0px;
     padding-bottom: 10px;
}

.Our .titlepage h2::after {
     border-bottom: #fff solid 1px;
     content: "";
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
     max-width: 500px;
     margin: 0 auto;
}

.Our .titlepage span {
     color: #fff;
}

.yellow {
     color: #ffffff;
}

.Our_box i {
     border: #fff solid 4px;
     width: 160px;
     height: 160px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
     border-radius: 85px;
     transition: ease-in all 0.1s;
     cursor: pointer;
}

.Our_box i:hover {
     width: 10px;
     height: 10px;
     transition: ease-in all 0.2s;
}

.Our_box {
     text-align: center;
}

.Our_box h4 {
     color: #fff;
     text-transform: uppercase;
     font-size: 30px;
     line-height: 30px;
     font-weight: 400;
     padding: 0;
     padding-top: 35px;
}

.Our_box p {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     padding: 25px 0;
}


/** end Our section **/



.btn-group .button {

    background-color: #e67e22; 

    border: 1px solid green;

    color: white;

    padding: 15px 32px;

    text-align: center;

    text-decoration: none;

    display: none;

    font-size: 24px;

    width: 330px;

    display: block;
	border-radius: 50px;
	opacity: 80%;
}


.btn-group .button:hover {

    background-color: #b3621a
}



/** footer **/

.multi {
     color: #f55171;
     font-weight: bold;
     font-size: 60px;
}

.footer {
     font-family: Poppins;
     background: #4d217c;
}

.cont {
     text-align: center;
     margin-top: 80px;
}

.cont h3 {
     color: #fff;
     font-size: 70px;
     line-height: 90px;
     font-weight: bold;
     padding-bottom: 30px;
}

.cont span {
     color: #fff;
     font-size: 30px;
     line-height: 30px;
     padding: 30px 0px 30px 0px;
     display: inline-block;
     font-weight: bold;
}

.cont p {
     color: #fff;
     font-size: 17px;
     line-height: 30px;
     padding: 0 130px;
     padding-bottom: 60px;
}

.copyright {
     padding: 20px 0px;
}

.copyright p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     border-top: #ffffff75 solid 1px;
     padding-top: 15px;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #f55171;
}


/** end footer **/

.cerceve{border:3px solid #fff;border-radius:30px 30px 30px 30px;padding:20px

}

.chaticon{width:50px}

.sohbetegir{font-weight:700;font-size:38px}

.kullsif{padding:15px;background:#fff;border-radius:30px}

.kulls{outline:0;border:none}

.hizlis{border-radius:30px;padding:20px}

.hizlit{font-weight:700;color:#3f51b5;font-size:35px;font-weight:900}

.hizlir{color:#fb416b}

.hsohbet{box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);background:#f0c;background:-webkit-linear-gradient(to right,#339,#f0c);background:linear-gradient(to right,#339,#f0c);color:#fff;border-radius:20px}

.ftb{font-weight:700}

.ft9{font-weight:900}

.sesa{box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);background:#00b09b;background:-webkit-linear-gradient(to right,#96c93d,#00b09b);background:linear-gradient(to right,#96c93d,#00b09b);color:#fff;border-radius:20px}

.mobilsohbet{box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);background:#d53369;background:-webkit-linear-gradient(to right,#cbad6d,#d53369);background:linear-gradient(to right,#cbad6d,#d53369);color:#fff;border-radius:20px}

.kurallar{box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);background:#ff4f00;background:-webkit-linear-gradient(to right,#ff4f00,#f0c);background:linear-gradient(to right,#ff4f00,#f0c);color:#fff;border-radius:20px 20px 0 0;padding:25px;font-weight:900;font-size:20px}

.kicon{margin-right:10px}

.sss{box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);background:#2a1fff;background:-webkit-linear-gradient(to right,#352fa5,#2a1fff);background:linear-gradient(to right,#352fa5,#2a1fff);color:#fff;border-radius:20px 20px 0 0;padding:25px;font-weight:900;font-size:20px;margin-top:40px}

.mobily{background:#577dff;color:#fff;border-radius:30px}

.accordion a{color:#ffffff;text-decoration:none;line-height:4}

