/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS RESET DONE */

html,body { height: 100%; }
body {
  color: #1771B9;
  margin: 0 auto;
  font: 1em/1.3em Helvetica, sans-serif;
	background-color: #333;  
}
.header {
  margin-bottom: 40px;
}
.clearfix {
  clear: both;
}

.container {
  z-index: 1;
  position: relative;
  background-color: #f4d432;
  padding-top: 65px;
  text-align: center;
  height: 110%;
}
  .container.blue {
	background: url(Welcome_files/A1.jpg);
	background-size: cover;
    	background-color: #0099cc;
  }
  .container.green {background: url(Welcome_files/AL.jpg);
	background-size: cover;
    	background-color: #9ed846;
  }

 .container.green2 {
	background: url(Welcome_files/YEFIST14.jpg);
	background-size: cover;
    	background-color: #d9ef20;
  }


  .container.red {background: url(Welcome_files/H1.jpg);
	background-size: cover;
   	background-color: #ff6766;
  }
  .container.orange {background: url(Welcome_files/B1.jpg);
	background-size: cover;
    	background-color: #FF8040;
  }
  .container.purple {
	background: url(Welcome_files/K1.jpeg);
	background-size: cover;
    	background-color: #800080;
  }
  .container.yellow {
      background: url(Welcome_files/marmara_bg.png);
      background-size:100vw 120vh;
      background-color:rgb(223, 242, 242);
  }
  
  button,.btn{
  	cursor:pointer !important;
  }
  .wthree-bnr-btn {
  	display: inline-block;
  	border-top: 1px solid #fac960;
  	border-radius: 0;
  	margin-top: 1em;
  	padding: 10px 0;
  	color: #3b67b3;
  	text-transform: uppercase;
  	font-size: 14px;
  	font-weight: 600;
  }
h1 {
  margin: 4vh 0;
  font-size: 8vh;
  line-height: 5vh;
  font-weight: bold;
  text-shadow: 0px 1px 1px #888;
}
h2 {
  margin: 4vh 0;
  font-size: 7vh;
  line-height: 5vh;;
  text-shadow: 0px 1px 1px #888;
}

h3 {
  margin: 4vh 0;
  font-size: 6vh;
   line-height: 5vh;
  font-weight: bold;
  text-shadow: 0px 1px 1px #888;
}
h4 {
  margin: 4vh 0;
  font-size: 5vh;
   line-height: 4vh;
  text-shadow: 0px 1px 1px #888;
}
h5 {
  margin: 4vh 0;
  font-size: 4vh;
  line-height: 4vh;
  text-shadow: 0px 1px 1px #888;
}
p {
  margin: 2vh 0;
  font-size: 2vh;
  line-height: 2vh;
  text-shadow: 0px 1px 1px #888;
}
h6 {
  margin: 3vh 0;
  font-size: 3vh;
  line-height: 3vh;
  text-shadow: 0px 1px 1px #888;
}
h7 {
  margin: 3vh 0;
  font-size: 3vh;
  line-height: 3vh;
  font-weight: bold;
  text-shadow: 0px 1px 1px #888;
}

a {
  text-decoration: underline;
  color: #fff;  
  margin: 0 10px;
}

html,
body {
padding: 0;
margin: 0;
background: #fff;
letter-spacing: 1px;
font-family: 'Source Sans Pro', sans-serif;
}
html {
  scroll-behavior: smooth;
}
body a {
outline: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
cursor:pointer !important;
}
button,.btn{
	cursor:pointer !important;
}
body a:hover {
text-decoration: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
p {
margin: 0;
padding: 0;
letter-spacing: 1px;
font-family: 'Source Sans Pro', sans-serif;
font-size:16px;
color:#III;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 25px;
  border: none;
  outline: none;
  background-color: #ed786a;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.button {
  background-color: #ed786a;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 14px;
}
.lft{    text-align: left;}
.rigt{    text-align: right;}
/*-- //Reset-Code --*/
.title {
font-size:45px;
color: #000;
letter-spacing: 3px;
font-weight: 700;
text-transform: uppercase;
}
.title-sub p,.info-sub-w3 p,.blog-txt-info p,.bottom-para p{
font-size: 14px;
color: #000;
line-height: 28px;
}
.wthree-left-right p{  
font-size: 14px;
color: #fff;
line-height: 28px;}
.news-agile-text h4,.blog-txt-info h4 a,.dance-agile-info  h4{
font-size: 22px;
color:#24c8a6;
text-transform: capitalize;
}
/*--Background Colors--*/
.stats{
background: #000;
}
.clients{background:#24c8a6;}
.footer{
background: #bdbdbd;
}
/*--//Background Colors--*/
.fun-hedder-up h2 {
font-size: 26px;
line-height: 43px;
color: #000;
padding: 0em 7em;
}
.clr {
color: #fff;
}
/*-- header --*/
/*-- header --*/

/* CSS Document */

header {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */

nav {
    margin: 0;
    padding: 0;
}


#logo a {
    float: left;
    display: initial;
    margin: 0;
    color: #fff;
}

#logo a span {
    color: #fff;
}
nav.mnu {
    text-align: center;
    padding-top: 2em;
}
/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */

nav ul li {
    margin: 0px;
    display: inline-block;
}

/* Styling the links */

nav a {
       color: #1771B9;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: capitalize;
font-weight: bold;
    border: none;
    padding: 0px 20px 5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


nav ul li ul li:hover {
    background: #f8f9fa;
}

/* Background color change on Hover */

nav a:hover {
    color: #779dba;
font-weight: bold;

}

.menu li.active a {
    color: #fffff;
    font-weight: bold;

}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */

nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 30px;
    background: #fff;
    padding: 10px;
}

/* Display Dropdowns on Hover */

nav ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */

nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/

nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */

li > a:only-child:after {
    content: '';
}

/* Media Queries
--------------------------------------------- */

@media all and (max-width: 768px) {

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 8px 20px;
        font-size: 20px;
        text-decoration: none;
        border: none;
        float: right;
        background-color:#eee;
        color: #333;
        cursor: pointer;
    }
    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        width: 80%;
        padding: 5px;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .toggle:hover {
        color: #333;
        background-color: #eee;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
        background:#fff;
        padding: 15px 0;
        text-align: center;
		width: 100%;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }


    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #212121;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }
    nav ul ul li a {
        color: #fff;
        font-size: 0.85em;
    }
}

@media all and (max-width: 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}







ul.social_section_1info li {
    display: inline-block;
}
ul.social_section_1info li a {
    width: 50px;
    height: 50px;
    text-align: center;
    display: block;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
}
ul.social_section_1info a {
    color: #999;
    margin-right: 30px;
    font-size: 22px;
}
ul.social_section_1info a:hover {
    color: #000;
}

@media only screen and (max-width: 500px) {
	.btn-mod.btn-large {
		padding: 6px 16px;
		font-size: 11px;
	}
	.form-title {
		font-size: 20px;
	}
}

form#contact-form label {
	color: #ea4335;
}



/* //contact */
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.contact_grid_left ul li span {
    float: left;
    font-size: 18px;
    color: #fff;
}
.contact_grid_left ul li p span {
    display: block;
}
.contact_grid_left ul li p, .contact_grid_left ul li a {
    color: #999;
    font-size: 17px;
    letter-spacing: 1px;
    padding-top: 6px;
    display: block;
}

.contact_grid_left h6 {
    font-size: 1.15em;
    color: #fb4386 ;
    margin-bottom: 1em;
	letter-spacing:0.05em;
	font-weight:700;
}
.contact_grid_left li span {
    background: #61666b;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
/* contact */

.form-control {
	background-color: #e2e2e2;
	border: none;
}

.map iframe {
	width: 100%;
	border: 7px solid #e4e4e4;
	min-height: 500px;
}

/* //contact */
.ban_bottom1{
	background: url(../images/bg.jpg)no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
/* home grid */
.home-grid {
	padding: 2em 1em 1.2em;
	border: 1px solid #d4cfcf;
}

.home-grid span {
	color: #2a4580;
	font-size: 2.5em;
}


.home-grid p {
	width: 85%;
	margin: 0 auto;
}

/*--responsive--*/
@media(max-width:1920px){
}
@media(max-width:1680px){
}
@media(max-width:1600px){
}
@media(max-width:1440px){
}
@media(max-width:1366px){
.navbar-light .navbar-nav .nav-link {
padding: 0px 32px 5px;
}
}
@media(max-width:1280px){

}
@media(max-width:1080px){

}
@media(max-width:1050px){
.navbar-light .navbar-nav .nav-link {
    padding: 0px 13px 5px;
}
}
@media(max-width:1024px){
}
@media(max-width:991px){
div#navbarSupportedContent {
background:#000;
text-align: center;
padding: 13px 0px;
}
.navbar-light .navbar-nav .nav-link {
padding: 12px 15px;
}
.navbar-light .navbar-toggler {
border-color: rgb(0, 0, 0);
background: #24c8a6;
padding: 1px 4px;
margin-top: 0px;
outline: none;
margin-right: 0px;
cursor: pointer;
border-radius: 6px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.navbar-light .navbar-toggler:hover {
background: #fff;
}	
.about-grid{margin-top:30px;}
.navbar-nav .nav-item:nth-child(3) {
margin-right: 0em !important;
}
.header-outs {
   min-height: 700px;
}
.baner-text {
    padding: 14em 0 0;
}
.ban_bottom_left {
    text-align: center;
    margin-bottom: 1.5em;
}
.ban_bottom_right {
    text-align: center;
}
.contact_grid_left {
    margin-top: 3em;
}
.header-outs-1 {
    min-height: 250px;
}
section.services-1 {
    min-height: 250px;
}
.news-grids h6 {
    font-size: 1.1em !important;
}
.blog_w3l_left1 {
    margin-top: 2em;
}
.contact_grid_left-1 {
    margin-top: 1em;
}
}
@media(max-width:900px){

}
@media(max-width:800px){
.contact-top {
    padding: 1em 0;
}
nav a {
    padding: 0px 10px 5px;
}
.header-outs {
    min-height: 560px;
}
}
@media(max-width:768px){
.header-outs-1 {
    min-height: 230px;
}
@media(max-width:768px){
section.services-1 {
    min-height: 230px;
}
nav.mnu {
    padding-top: 1em;
}
nav ul {
    margin-top: 3em;
}
.contact_grid_left ul li p, .contact_grid_left ul li a {
    font-size: 16px !important;
    padding-top: 12px;
}
.baner-text h1 {
    font-size: 2.5em !important;
}
.baner-text {
    padding: 13em 0 0;
}
}
@media(max-width:767px){
nav.navbar.navbar-expand-lg.navbar-light {
padding: 1.5em 0em;
}
}
@media(max-width:736px){
.baner-text h1 {
    font-size: 2em !important;
}
.header-outs {
    min-height: 560px;
}
.baner-text {
    padding: 12em 0 0;
}
.news-grids h4 {
    font-size: 1.7em !important;
}
h2.heading,h3.heading {
    font-size: 1.5em !important; 
}
h1.tittle{
    font-size: 1.5em !important;
}
p.subs.mt-4.text-center {
    font-size: 1.2em !important;
    width: 100%;
}
.ban_bottom_top h3 {
    font-size: 1.5em !important;
    width: 100%;
}
ul.list-unstyled-1 li {
    width: 100%;
}
.gal-img {
    margin-bottom: 1.5em;
}
.blog_w3l_right h4 {
    font-size: 1.5em !important;
}
.baner-text p {
    line-height: 1.8em;
}
}
@media(max-width:667px){

.navbar-light .navbar-nav .nav-link {
padding: 10px 15px;
}
.header-outs-1 {
    min-height: 220px;
}
section.services-1 {
    min-height: 220px;
}
}
@media(max-width:640px){

}
@media(max-width:600px){
}
@media(max-width:568px){
.header-outs {
    min-height: 500px;
}
.baner-text {
    padding: 10em 0 0;
}
.ban_bottom_top h3 {
    font-size: 1.4em !important;
}
.header-outs-1 {
    min-height: 200px;
}
section.services-1 {
    min-height: 200px;
}
.baner-text h1 {
    font-size: 1.6em !important;
}
}
@media(max-width:480px){
.baner-text {
    padding: 9em 0 0;
}
.header-outs-1 {
    min-height: 180px;
}
section.services-1 {
    min-height: 180px;
}
.baner-text h1 {
    letter-spacing: 6px;
}
}
@media(max-width:440px){

}
@media(max-width:414px){
.contact_grid_right button[type="submit"], .contact_grid_right button[type="reset"] {
    width: 40%;
}
ul.list-unstyled li {
    width: 77%;
    display: inline-block;
    margin-top: 1.5em !important;
}
.baner-text {
    padding: 8em 0 0;
}
.baner-text h1 {
    font-size: 1.4em !important;
}
.baner-text p {
    font-size: 0.9em !important;
}
.header-outs {
    min-height: 400px;
}
h2.heading,h3.heading {
    font-size: 1.3em !important;
}
h1.tittle{
    font-size: 1.3em !important;
}
.ban_bottom_top h3 {
    font-size: 1.3em !important;
}
.blog_w3l_right h4 {
    font-size: 1.3em !important;
}
.blog_w3l-5 h6 {
    font-size: 1.1em !important;
}
}
@media(max-width:384px){
.new-tp {
    padding: 1em 0;
}
.news-grids h4 {
    font-size: 1.5em !important;
}
.ban_bottom_top h3 {
    font-size: 1.3em !important;
}
.ban_bottom_top.row {
    padding: 1em 1em 1em 1em;
}	
p.subs.mt-4.text-center {
    font-size: 1em !important;
}
.header-outs-1 {
    min-height: 150px;
}
section.services-1 {
    min-height: 150px;
}
}
@media(max-width:375px){

}
@media(max-width:320px){
ul.list-unstyled li {
    width: 100%;
}
.contact_grid_right button[type="submit"], .contact_grid_right button[type="reset"] {
    width: 47%;
}
.baner-text h1 {
    font-size: 1.4em !important;
}
.baner-text p {
    font-size: 0.9em !important;
}
.baner-text {
    padding: 7em 0 0;
}
.header-outs {
    min-height: 350px;
}
.baner-text h1 {
    font-size: 1.2em !important;
	letter-spacing:4px;
}
h2.heading,h3.heading {
    font-size: 1.2em !important;
}
h1.tittle{
    font-size: 1.2em !important;
}
.ban_bottom_top h3 {
    font-size: 1.2em !important;
}
.services h6 {
    font-size: 1.1em !important;
}
.services li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.blog_w3l_right h4 {
    font-size: 1.2em !important;
}
.contact_grid_left ul li p, .contact_grid_left ul li a {
    padding-top: 9px;
}
}
/*--//responsive--*/
/*-- //to-top --*/



