.bg-service::after {
    background: url(img/about/overview_new.png) repeat scroll center center / cover;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 80%;
    text-align: center;
    margin-left: 10%;
}
.abouts
{
    background: url('img/overview1.png');
    background-size: cover;
    width: 90%;
    background-repeat: no-repeat;
    padding: 9% 0% 13% 0%;
    margin: auto;
    text-align: justify;
    color: #fff;  
}
.first{
    font-size: 25px;
    font-weight: 800;
    color: #18d26e;

}
.carousel-content h2,.carousel-content p{
    font-family: 'Oswald', sans-serif;
}
.carousel-content p{
color:#80007f!important;
}
.member img
{
    height: 255px;
    width:100%;
}
#intros
{
    background: url('img/stacks-image-1b6ecce.png') center top no-repeat;
    height: 50vh;
    background-size: cover;
}
/*---- Structure Start Css--*/
.section_bg_gray {
    background-color: #f3f5f7;
}

.single_what_we_do {
    background-color: #ffffff;
    text-align: left;
    padding: 0 15px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single_what_we_do:hover {
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.single_what_we_do .top_line {
    position: absolute;
    top: 0;
    left: 44%;
    background-color: #80007f;
    width: 12%;
    height: 3px;
}

.single_what_we_do .what_we_do_figure {
    padding: 40px 0;
}
.single_what_we_do .what_we_do_figure img {
    margin: 0 auto;
}
.single_what_we_do .what_we_do_title {
    font-weight: 600;
    font-size: 22px;
    padding: 35px 0px;
    margin: 0;
    color: #80007f;
}
.single_what_we_do .what_we_do_content {
    padding-bottom: 35px;
    color: #2b353a;
}
 .single_what_we_do .what_we_do_icon {
    position: absolute;
    bottom: -9px;
    left: 47%;
    color: #fff;
    background-color: #80007f;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single_what_we_do img{margin: 4rem 0;}
.single_what_we_do .what_we_do_icon i {
    font-size: 24px;
    text-align: center;
    padding: 2px 3px 2px 5px;
}
/*---- Structure End Css--*/
/*---- Agendas Start CSS --*/
    /*#agenda .card{
        padding: 1rem!important;
        min-height: 266px;
        border: none;
        margin-bottom:1rem;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease;
    }
    #agenda .card:hover{
        -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
        -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
        box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    }
    #agenda .card .card-block{
        position: relative;
    }
    #agenda .card .card-block a{
        color: #007b5e !important;
        font-weight:700;
        text-decoration:none;
    }
    #agenda .card .card-block a i{
        display:none;
        
    }
    #agenda .card-title{
        font-size: 23px;
        text-transform: uppercase;
        font-weight: 500;
        color: #80007f;
    }
    #agenda .card:hover .card-block a i{
        display:inline-block;
        font-weight:700;
        
    }
    #agenda .card .card-block:before{
        font-family: FontAwesome;
        position: absolute;
        font-size: 39px;
        color: #007b5e;
        left: 0;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition:transform .2s ease-in-out;
    }*/
    .btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

/*section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}*/

#agenda .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: #80007f;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #ffffff !important;
    font-weight: 600;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
/*----Agendas END CSS --*/
/*--- Speakers 2019 start Css --*/
.row.heading h3 {
    color: #fff;
    font-size: 52.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
ul{
  margin:0;
  padding:0;
  list-style:none;
}
.heading.heading-icon {
    display: block;
}
.padding-lg {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{ 
     border:1px solid #999999; 
     text-align:center; 
     margin-bottom:28px; 
     padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
    font-size:24px; 
    font-weight:500;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
    line-height:22px; 
    font-weight:400;
}
.practice-area .inner img{
    display:inline-block;
}


.our-webcoderskull{
  background: #e8eafd26;
  
}
.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 20px; 
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
}
.our-webcoderskull .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%; 
}
.our-webcoderskull .cnt-block h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
    color:#2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover{
    color:#337ab7;
}
.our-webcoderskull .cnt-block p{ 
   color:#2a2a2a; 
   font-size:13px; 
   line-height:20px; 
   font-weight:400;
}
.our-webcoderskull .cnt-block .follow-us{
    margin:20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{ 
    display:inline-block; 
    width:auto; 
    margin:0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}

/*---Speakers 2019 End CSS --*/
/*--- statics 2018 start css---*/
#servicess i{ font-size: 2em;}
#servicess span{font-size: 20px;}
#servicess i,#servicess span
{
    color: #fff;
   
    font-weight: 600;
}
/*--- statics 2018 end css---*/
/*--- Why GYES Start ---*/
.why-gyes li{color: #ffffff;}
.why-gyes h5,.why-gyes p{
    margin-bottom: 10px!important;
    margin-top: 0px!important;
    color: #ffffff;
}
/*--- Why GYES END---*/
.home-section {
    padding-top: 70px;
    padding-bottom: 70px;
    display: block;
    position: relative;
    z-index: 120;
}
.service-single{
    margin-top: 30px;
  padding-bottom: 10px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 10px #e8e8e8;
  min-height: 285px;
}
.service-single .box-top{
  background: #FFA500;
  padding: 7px 30px 50px 30px;
  color: #fff;
}
.service-single .box-top i{
  font-size: 50px;
  padding: 20px 0;
}
.service-single .box-top h2{
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.service-single .box-down{
  max-width: 350px;
  margin: 0 auto;
  border-radius: 100%;
  background: #fff;
  margin-top: -50px;
  padding: 60px 5px 10px 5px;
}
.service-single .btn-holly{
    background: #fff;
    border:1px solid #f0f0f0;
    border-radius: 20px;
    color: #FFA500;
}
.service-single .btn-holly:hover{
    background: #FFA500;
    border-color: #FFA500;
    color: #fff;
}
.our_team {
    overflow: hidden;
    padding: 60px 0;
}
.team_content {
    background: #2962ff none repeat scroll 0 0;
    padding-bottom: 30px;
    padding-right: 10%;
    padding-top: 30px;
    position: relative;
}
.team_content h1 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 48px;
    text-transform: uppercase;
}
.team_content h6 {
    color: #f7f6f6;
    font-family: "Merriweather",serif;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.team_content p {
    color: #eeeeee;
    margin: 41px 0;
}
ul.team_social {
    margin-bottom: 48px;
}
ul.team_social li, ul.share_social li {
    display: inline-block;
}
ul.team_social li a i, ul.share_social li a i {
    background-color: transparent;
    border-radius: 50%;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 32px;
}
ul.team_social li a:hover i {
    background: #fff none repeat scroll 0 0;
    color: #2962ff;
}
.team_content a.th_bt {
    margin: 0;
    width: 190px;
}
.team_content::before {
    background: #2962ff none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 32px;
    top: 0;
    width: 100%;
    z-index: -1;
}
.team_member_photo {
    position: relative;
    z-index: 9;
}
.team_member_photo .item {
    position: relative;
}
.team_member_photo .memberPhoto_border {
    height: 90%;
    left: 4%;
    position: absolute;
    top: 5%;
    width: 92%;
}
.team_member_photo .bg1 {
    background: #ffffff none repeat scroll 0 0;
    height: 1px;
    width: 0;
}
.team_member_photo .bg2 {
    background: #ffffff none repeat scroll 0 0;
    height: 1px;
    top: 95%;
    width: 0;
}
.team_member_photo .bg3 {
    background: #ffffff none repeat scroll 0 0;
    height: 0;
    width: 1px;
}
.team_member_photo .bg4 {
    background: #ffffff none repeat scroll 0 0;
    height: 0;
    left: 95%;
    width: 1px;
}
.team_member_photo:hover .bg1 {
    width: 91%;
}
.team_member_photo:hover .bg2 {
    width: 91%;
}
.team_member_photo:hover .bg3 {
    height: 90%;
}
.team_member_photo:hover .bg4 {
    height: 90%;
}
.team_member_photo::before {
    background: #163ca7 none repeat scroll 0 0;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    content: "";
    height: calc(100% + 90px);
    left: -40px;
    position: absolute;
    top: -50px;
    width: calc(100% + 80px);
    z-index: -1;
}
.team_details_area > div.col-sm-6 {
    display: inline-block;
    float: none;
    margin-right: -3px;
    vertical-align: middle;
}
.teamslide_nav {
    left: -56px;
    position: absolute;
    top: calc(50% - 15px);
    width: calc(100% + 106px);
}
.teamslide_nav .testi_prev, .teamslide_nav .testi_next {
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.teamslide_nav .testi_next, .clientslide_nav .testi_next, .home-4 .main_slider_nav .testi_next, .home-6 .main_slider_nav .testi_next, ul.sidebarList a .list_right {
    float: right;
}
.team_member_photo .owl-dots {
    bottom: -48.5px;
    left: calc(50% - 34px);
    position: absolute;
    text-align: center;
}
.team_member_photo .owl-dot {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin-right: 10px;
    width: 12px;
}
.team_member_photo .owl-dot.active {
    border-width: 3px;
}
.horizontal-line {
    background-color: rgb(249, 161, 30);
    margin-top: 2%;
    padding: 1px;
}
.service-item {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: 0px auto;
    padding: 35px 25px;
}
.partner h5
{
    margin-top: 10% !important;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.venue_font {
    color: rgb(255, 255, 255);
    line-height: 1.6;
    text-align: left;
    background-image: url(img/venue_line.png);
    background-size: 89% 60%;
    padding: 12%;
    background-position: center center;
    background-repeat: no-repeat;
}
.venue_font_main {
    color: rgb(255, 255, 255);
    line-height: 1.6;
    text-align: left;
    background-image: url(img/venue_line.png);
    background-size: 89% 60%;
    padding: 14% 12%;
    background-position: center center;
    background-repeat: no-repeat;
}
.venue_font2 {
    color: rgb(255, 255, 255);
    line-height: 1.6;
    text-align: center;
    border: 3px solid #cc09cc;
    background: rgba(72, 60, 72, 0.56);
    /*margin: 1% 36% 13%;*/
    font-size: 16px;
}
.comp{
    color: #2a89db;
    text-transform: uppercase;
}
.comp:hover
{
    color:#32457b;
}
.footer-contact a,.footer-contact a:hover,#facts h3{color: #fff;}
#call-to-actions h3{text-transform: uppercase;}
@media (min-width: 768px){
    .deskt-5{
        margin-top: 3rem;
    }
.venue_image {
    width: 40%;
}
.mt-9{
    margin-top: 9rem;
}
.menus{padding-top: 1.9rem!important;}
}
@media (max-width: 768px){
.venue_image {
    width: 50%;
}
.deskb-5{
        margin-bottom: 2rem;
    }
}
.arrow-down a{
    color: #ffffff;
}
.arrow-down a:hover{
    color: #80007f!important;
}
/*---Timeline GYES Start CSS ---*/
.timeline {
    position: relative;
    padding:4px 0 0 0;
    margin-top:22px;
    list-style: none;
}

.timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    right:-100px;
}

.timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    left:-100px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
    min-height: 170px;
}

.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 0 20px 20px 30px;
  /*text-align: right;*/
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    padding: 10px;
    border: 7px solid #80007f;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px #80007f;
    width: 200px;
    height: 200px;
    margin-left: -100px;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top:22px;
    margin-bottom: 4px;
    padding:0;
    color: #b3b3b3;
}

.timeline .timeline-heading h4.subheading {
  margin:0;
  padding:0;
   font-size: 16px;
    color: #80007f;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 11%;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
    color:#111!important;
}
/*Style for even div.line*/
.timeline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 690px;
    width: 4px;
    height:340px;
    background-color: #80007f;
    -ms-transform: rotate(-44deg); /* IE 9 */
    -webkit-transform: rotate(-44deg); /* Safari */
    transform: rotate(-44deg);
    box-shadow: 0 0 5px #80007f;
}
/*Style for odd div.line*/
.timeline>li:nth-child(even) .line:before  {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 450px;
    width: 4px;
    height:340px;
    background-color: #80007f;
    -ms-transform: rotate(44deg); /* IE 9 */
    -webkit-transform: rotate(44deg); /* Safari */
    transform: rotate(44deg);
    box-shadow: 0 0 5px #80007f;
}
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 690px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: 520px;
    margin-left: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    float:right;
    left: 0px;
    margin-left:0;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px;
  }
  .timeline > li .line {
    display: none;
  }
}
/*--- Timeline GYES END CSS ----*/
#statics{
    padding: 60px 0px;
    background:linear-gradient(#80007f4d,#80007f4d),url('img/statics.jpg') center no-repeat;
    background-size: cover;
}
#statics p{color: #ffffff;}
.copyright a:hover{color: #ffffff!important;}