
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #373737;
    position: relative
}

#body-wrap {
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #2c3e50;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3 {
    font-weight: 400
}

h1 {
    font-size: 36px;
    line-height: 46px
}

h2 {
    font-size: 28px;
    line-height: 40px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
  font-size: 17px;
color: #626262;
line-height: 27px;
}


.affix {
    width: 100%;
}

.navbar {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.navbar.affix {
    -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100%;
}

.navbar.affix-top {
    position: static;
    top: -10px;
}

.bg-gray {
    background-color: #f5f5f5
}

/*-------------------------------------------------------------------------------------
    Transparent Header
---------------------------------------------------------------------------------------*/

.header.transparent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5)
}

.header.transparent nav.navbar.bootsnav {
    background-color: transparent;
}

.header.transparent nav.navbar.bootsnav.affix {
    background-color:#595959;
}

.header.transparent nav.navbar.bootsnav ul > li > a {
    color: #fff;
}

.header.transparent nav.navbar.bootsnav.affix ul.nav > li > a {
    color: #fff;
}

.header.transparent nav.navbar.bootsnav ul > li > a:hover,
.header.transparent nav.navbar.bootsnav.affix ul > li > a:hover,
.header.transparent nav.navbar.bootsnav ul.nav > li.active > a {
    color: #00b2a2

;
}

/*-------------------------------------------------------------------------------------
    Preloader
---------------------------------------------------------------------------------------*/

.site-preloader {
    background-color: #00b2a2

;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.site-preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 21.5% auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    Section Heading
---------------------------------------------------------------------------------------*/

.section-heading {
    margin: 0 0 80px
}

.section-heading h2 {
    font-weight: 700;
    text-transform: uppercase
}

.section-heading h2 span {
    color: #00b2a2


}

.section-heading p {
    margin: 10px 0 0
}

/*-------------------------------------------------------------------------------------
    Slider
---------------------------------------------------------------------------------------*/

.slide-single-item {
    position: relative;
    width: 100%;
    height: 100vh;
    display: table;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.slide-single-item .slide-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
/*    background-color: rgba(0, 0, 0, 0.7)*/
}

.slide-caption {
    /*display: table-cell;*/
    vertical-align: middle;
    position: relative;
   width: 52%;
padding-left: 10%;
padding-top: 12%;
}

.slide-caption h1 {
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #fff
}

.slide-caption h1 span {
    color:#31ffec;


}

.slide-caption h3 {
    color: #31ffec;
}

.slide-caption p {
    width: 60%;
    font-size: 18px;
    line-height: 31px;
    font-weight: 500;
    margin-top: 0;
    text-transform: capitalize;
    color: #fff
}

.owl-item.active .slide-caption h3 {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}

.owl-item.active .slide-caption h1 {
    -webkit-animation: 1s .4s fadeInUp both;
    animation: 1s .4s fadeInUp both;
}

.owl-item.active .slide-caption p {
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both; width: 50%;
}

.owl-item.active .slide-caption .slide-btn {
    -webkit-animation: 1s .8s fadeInUp both;
    animation: 1s .8s fadeInUp both;
}

.owl-stage {
    margin-left: -2px
}

.slide-btn a {
    background-color: #00b2a2

;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    margin: 30px 10px 0 0;
    padding: 12px 30px;
    border-radius: 4px;
}

.slide-btn a:hover {
    background-color: #00b2a2
}

.silder-carousel .owl-nav div {
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    height: 45px;
    left: 20px;
    padding: 5px 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.silder-carousel .owl-nav div:hover {
    background-color: rgba(0, 0, 0, 0.8)
}

.silder-carousel .owl-nav .owl-next {
    right: 20px;
    left: auto
}

.silder-carousel .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px
}

.silder-carousel .owl-dot {
    border: 2px solid #00b2a2;
    height: 12px;
    width: 12px;
    margin: 0 4px;
    display: inline-block
}

.silder-carousel .owl-dot.active {
    background-color: #00b2a2

;
}

/*-------------------------------------------------------------------------------------
    About Us
---------------------------------------------------------------------------------------*/

.about-info {
    padding: 80px 0;
}

.about-content h4 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #777
}

.about-content h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0 20px
}

.about-content h2 span {
    color: #00b2a2


}

.about-activity {
    padding: 80px 0 65px;
}

.about-video,
.about-video-img {
    position: relative
}

.about-video .video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 178, 162, 0.8)
}

.video-icon {
    position: absolute;
    left: 0;
    top: 38%;
    text-align: center;
    right: 0;
}

.video-icon a {
    font-size: 60px;
    color: #fff;
}

/*-------------------------------------------------------------------------------------
    Services
---------------------------------------------------------------------------------------*/

#services {
    background-image: linear-gradient(20deg, #d5fafe 0%, #fff8ef 100%);
    padding: 50px 0
}
#founder{ background: url(../images/bg-image.jpg) 0 0 no-repeat; padding: 80px 0;
background-size: cover; }
.founder-img img{border-radius: 15px 15px 15px 15px; position: relative;}
.founder-img:before{width: 200px;
height: 200px;
background: #f89623;
content: "";
position: absolute;
border-radius: 50%;
bottom: -42px;
left: -31px;}
.Founder-con{ width: 100%; color: #fff; margin: 48px 0; }
.Founder-con p{ color: #fff; font-size: 18px; line-height: 30px; }
.Founder-con h2{font-weight: 700; font-size: 38px; line-height: 40px;}
.Founder-con h6{text-transform: uppercase; font-style: italic;}
.service-single-item {
    -webkit-box-shadow: 0 0 4px 0 #ccc;
    box-shadow: 0 0 4px 0 #ccc;
    border-radius: 4px;
    padding: 55px 20px 40px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.service-single-item:hover {
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.service-single-item i {
    color: #00b2a2

;
    font-size: 40px;
    padding: 0 0 5px;
    display: inline-block;
}

.service-single-item h4 {
    font-weight: 500;
}

/*-------------------------------------------------------------------------------------
    Portfolo
---------------------------------------------------------------------------------------*/

#portfolio {
    padding: 70px 0
}

#howitworks{padding: 70px 0;  
background-image: linear-gradient(20deg, #d5fafe 0%, #fff8ef 100%);
    }


.portfolio-menu button {
    padding: 8px 20px;
    border: 1px solid #e2e2e2;
    margin-bottom: 60px;
    background-color: #fff
}

.portfolio-menu button.active,
.portfolio-menu button:hover {
    background-color: #00b2a2

;
    color: #fff
}

.portfolio-single-item {
    margin-bottom: 30px
}

.portfolio-inner {
    position: relative;
}

.portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 178, 162, 0.8);
    padding: 62px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.portfolio-single-item:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible
}

.portfolio-overlay a {
    color: #fff;
    font-size: 30px;
    margin: 0 0 20px;
    display: inline-block;
}

.portfolio-overlay h6,
.portfolio-overlay p {
    color: #fff;
    margin: 0
}

.portfolio-overlay h6 {
    font-weight: 500
}

/*-------------------------------------------------------------------------------------
    Our Team
---------------------------------------------------------------------------------------*/

#team {
 padding: 70px 0 80px;
background-image: linear-gradient(20deg, #d5fafe 0%, #fff8ef 100%);
position: relative;
z-index: -1;
}

.team-single-item {
    -webkit-box-shadow: 0 0 6px 0px #ccc;
    box-shadow: 0 0 6px 0px #ccc;
    padding: 0 0 30px;
    border-radius: 4px
}

.team-single-item img {
    border-radius: 4px 4px 0 0
}

.team-info h4 {
    font-weight: 700;
    margin: 0;
}

.team-social ul li {
    display: inline-block;
}

.team-social ul li a {
    display: block;
    border: 2px solid #00b2a2

;
    height: 40px;
    width: 40px;
    font-size: 18px;
    line-height: 38px;
    color: #00b2a2

;
    margin: 0 4px;
}

.team-info {
    padding: 24px 0 8px;
}

.team-social ul li a:hover {
    color: #fff;
    background-color: #00b2a2

;
}

/*-------------------------------------------------------------------------------------
    Counter
---------------------------------------------------------------------------------------*/

#counter {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0 70px
}

#counter .counter-overlay {
/*    background-color: rgba(0, 178, 162, 0.8);*/
background-image: linear-gradient(to right, #00b2a2 30%, rgba(26, 44, 121, 0.18) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.counter-single-item i {
    font-size: 45px;
    color: #fff
}

.counter-single-item h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin: 25px 0 0; color: #fff;
}
#counter p{color: #fff; font-size: 18px; line-height: 30px; text-align: justify;}

.counter-single-item h4 {
    color: #fff;
    font-weight: 500;
    margin: 8px 0 0
}
.margin-top40{ margin-top: 40px; }
.pt-40{padding-top: 40px;}
 h2 {
  font-weight: 700;
  text-transform: uppercase;
}


/*-------------------------------------------------------------------------------------
    Pricing
---------------------------------------------------------------------------------------*/

#pricing {
    padding: 50px 0 80px
}

.pricing-table {
    -webkit-box-shadow: 0 0 4px 0 #ccc;
    box-shadow: 0 0 4px 0 #ccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px
}

.pricing-table.popular {
    position: relative;
    overflow: hidden
}

.pricing-table:hover {
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc
}

.pricing-table.popular .ribbon {
    position: absolute;
    background-color: #2ecc71;
    left: -48px;
    top: 20px;
    padding: 6px 60px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.pricing-title h3 {
    font-weight: 600;
    text-transform: uppercase;
    padding: 40px 0 30px;
    margin: 0;
}

.pricing-price {
    height: 140px;
    width: 140px;
    background-color: #00b2a2

;
    margin: 0 auto;
    border-radius: 100%;
    font-weight: 700;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 1px 4px #00b2a2

;
    box-shadow: 0 0 1px 4px #00b2a2

;
}

.pricing-price h1 {
    color: #fff;
    font-weight: 700;
    padding: 20px 0 0;
}

.pricing-price h1 sup {
    font-weight: 500;
    font-size: 24px;
}

.pricing-price p {
    color: #e2e2e2;
    font-size: 12px;
    margin: 0;
    line-height: 10px;
}


.pricing-body {
    padding: 40px 0 0;
}

.pricing-body ul li:first-child {
    border-top: 1px solid #f1f1f1;
}

.pricing-body ul li {
    padding: 12px 0;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
}

.pricing-btn a {
    padding: 12px 30px;
    border: 2px solid #00b2a2

;
    border-radius: 30px;
    color: #00b2a2

;
    font-weight: 500;
}

.pricing-btn {
    padding: 50px 0;
}

.pricing-btn a:hover {
    background-color: #00b2a2

;
    color: #fff
}

/*-------------------------------------------------------------------------------------
    Testimonials
---------------------------------------------------------------------------------------*/

#testimonial {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 80px 0
}

.test-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7)
}

.testi-carousel {
    padding: 60px 40px 80px;
    background-color: #00b2a2

;
    border-radius: 4px
}

.testi-carousel .testimonial-single img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto
}

.client-info h4 {
    margin: 20px 0 0;
    font-weight: 700;
    color: #fff;
}

.client-info p {
    color: #fff;
    margin: 0 0 15px
}

.testimonial-single .client-comment p {
    font-style: italic;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.testimonial-single .client-comment p::before {
    content: "\f10d";
    font-family: 'fontawesome';
    font-size: 20px;
    margin-left: -15px;
    padding-right: 8px;
}

.testimonial-single .client-comment p::after {
    content: "\f10e";
    font-family: 'fontawesome';
    font-size: 20px;
    padding-left: 6px;
}

.testi-carousel .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px
}

.testi-carousel .owl-dot {
    border: 2px solid #fff;
    height: 12px;
    width: 12px;
    margin: 0 4px;
    display: inline-block;
}

.testi-carousel .owl-dot.active {
    background-color: #fff;
}

/*-------------------------------------------------------------------------------------
    Contact
---------------------------------------------------------------------------------------*/

#contact {
    padding: 50px 0 0
}

.contact-info .info-icon i {
    font-size: 30px;
    color: #00b2a2

;
    display: inline-block;
    margin: 10px 0 0;
    height: 50px;
    width: 50px;
    border: 2px solid #00b2a2

;
    border-radius: 2px;
    padding: 9px 10px;
}

.contact-info .info-item {
    margin: 0 0 20px
}

.contact-info .info-content {
    padding-left: 20px
}

.contact-info .info-content h5,
.contact-info .info-content p {
    margin: 0
}

.contact-form {
    padding: 0 0 80px;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    border-radius: 2px
}

.contact-form input {
    height: 50px;
}

.contact-btn button {
    background-color: #00b2a2

;
    border: 0 none;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 4px
}

.contact-frm-btn button:hover {
    background-color: #00b2a2

;
}


#map {
    width: 100%;
    height: 400px;
}

/*-------------------------------------------------------------------------------------
    Footer
---------------------------------------------------------------------------------------*/

.footer {
    overflow: hidden;
    background-color: #1A1E21
}

.copyright-text p {
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 30px 0
}

.totop {
    background-color: #00b2a2

;
    position: fixed;
    bottom: 30px;
    right: 15px
}

.totop > a {
    background-color: #00b2a2

;
    color: #fff;
    display: block;
    font-size: 22px;
    padding: 10px 12px;
}

.totop > a:hover {
    background-color: #00b2a2

;
}

.header.transparent nav.navbar.bootsnav.affix-top h2{color: #fff;}

/*qut*/

blockquote {
   font-size: 1.1em;
   line-height: 1.6em;
   padding: 30px 20px 20px 40px;
   border-left: none;
   position: relative;
   text-indent: -19px; margin-top: 50px;
   border-radius: 15px;
}

section#block_content {
    min-height: 400px;
    padding-top: 40px;
    text-align: left;
    
}

blockquote p {
   font-size: 1em
}

blockquote:before,
blockquote:after {
   font-family: Arial, serif;
   font-size: 70px;
   vertical-align: middle;
   line-height: 0
}

blockquote:before {
   content: open-quote;
   margin-right: 4px
}

blockquote:after {
   content: close-quote;
   margin-left: 50px;
   position: absolute;
   margin-top: 32px;

}

blockquote.blockstyle,
blockquote.style2 {
   background: #fff;
   font-style: italic; color: #00a8b3;
}

blockquote.blockstyle p,
blockquote.style2 p {
   display: inline
}

blockquote.blockstyle {
   border-left: 3px solid #f89623;
    position: relative;
}

blockquote.blockstyle>span.triangle:before {
   text-indent: 0;
   content: "\f0da";
   font-family: FontAwesome;
   color: #f0715f;
   position: absolute;
   left: -1px;
   top: 50%;
   margin-top: -11px;
   font-style: normal
}

blockquote.blockstyle:before,
blockquote.blockstyle:after {
      color: #00a8b3;
}

blockquote.blockstyle.border-color-blue {
   border-color: #01b7f2
}

blockquote.blockstyle.border-color-blue>span.triangle:before {
   color: #01b7f2
}

blockquote.blockstyle.border-color-yellow {
   border-color: #fdb714
}

blockquote.blockstyle.border-color-yellow>span.triangle:before {
   color: #fdb714
}

.Platform-image-sec{text-align: center;
z-index: 2; margin: 0px 0px 0px 0px;
padding: 0px 11px 0px 0px;}

.Platform-image-sec::before {
width: 120px;
height: 120px;
background: #00b2a2;
content: "";
position: absolute;
border-radius: 50%;
top: 50px;
right: 33px;
z-index: -1;
}

.plat2-img{text-align: left;
width: auto;
z-index: 2; margin: -92px 0px 0px 0px;
padding: 0px 0px 0px 30px;}
.plat2-img img {
  border-style: solid;
  border-width: 10px 10px 0px 0px;
  border-color: #FFFFFF;
  border-radius: 15px 15px 15px 15px;
}

.plat2-img::before {
width: 120px;
height: 120px;
background: #f89623;
content: "";
position: absolute;
border-radius: 50%;
bottom: 21px;
left: 0;
z-index: -1;
}

.plat3-img{text-align: right;
width: auto;
z-index: 2; margin: -166px 8px 0px 0;
padding: 0px 0px 0px 15px;}
.plat3-img img {
  border-style: solid;
  border-width: 10px 10px 0px 0px;
  border-color: #FFFFFF;
  border-radius: 15px 15px 15px 15px;
}
.Platform-image-sec img{border-radius: 15px 15px 15px 15px;}
.Platform-con h4 {
  margin: 0;
  font-weight: 700;
  text-transform: inherit;
  color: #777;font-size: 24px;
}
.Platform-con ul{ margin-top: 20px; }
.Platform-con ul li{margin-top: 15px;
font-size: 17px;
display: inline-block;
line-height: 33px;}
.Platform-con li i
{font-size: 17px;
color: #00b2a2;
margin-right: 8px;}

.List-football{ margin: 40px 0; }
.list-footbal-inner{ border-radius:5px ;padding:15px 22px; border-left: 3px solid #00b2a2; 
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
 margin-bottom: 20px;}
.d-flex {
  display: flex !important;
}
.list-footbal-inner .media-left{ margin-left: 20px; }
.list-footbal-inner .media-body h4{line-height: 25px; font-size: 19px; font-weight: 700;}
.list-footbal-inner .media-body {
  display: table-cell;
  vertical-align: middle;
}
.List-football h4{ margin-bottom: 30px; }
.about-img img{border-radius: 70px 0 70px 0}