﻿body {
    background-image: url('../image/slider/sl1.jpg');
    background-attachment: fixed;
    background-size: cover;
}

hr.style-eight, hr.style-nine {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium solid #fff;
    color: #fff;
    text-align: center;
    width: 90%;
}

    hr.style-eight::after {
        content: "✩";
        display: inline-block;
        position: relative;
        top: -0.8em;
        font-size: 1.8em;
        padding: 0 0.25em;
        color: #fff;
        background: #008c7e;
    }

    hr.style-nine::after {
        content: "✩";
        display: inline-block;
        position: relative;
        top: -0.8em;
        font-size: 1.8em;
        padding: 0 0.25em;
        color: #fff;
        background: #00a69a;
    }

#footer ul li {
    display: inline-block;
    padding: 0;
}

    #footer ul li a {
        color: #008c7e;
        font-size: 14px;
        line-height: 66px;
        padding: 10px 10px;
        border-radius: 5px;
        font-weight: bold;
        text-transform: uppercase;
    }

        #footer ul li a:hover, #footer ul li a:focus {
            color: #fff;
            text-decoration: none;
            background-color: #008c7e;
        }


#menu ul li {
    display: inline-block;
}

    #menu ul li a {
        color: rgb(222, 1, 97);
        font-size: 18px;
        line-height: 66px;
        padding: 10px 20px;
        border-radius: 5px;
        font-weight: bold;
    }

        #menu ul li a:hover, #menu ul li a:focus {
            color: #fff;
            text-decoration: none;
            background-color: #008c7e;
        }

#social_media {
    position: absolute;
    position: fixed;
    top: 30%;
    cursor: pointer;
    z-index: 7;
}

    #social_media .icon {
        height: 50px;
        width: 50px;
        font-size: 30px;
        line-height: 50px;
        text-align: center;
        color: #fff;
    }

    #social_media #fb {
        background-color: #0000f0;
        border-top-right-radius: 5px;
    }

    #social_media #tw {
        background-color: #7272e5;
    }

    #social_media #gp, #yt {
        background-color: #cc0000;
    }

    #social_media #tum {
        background-color: #0a0a7c;
        border-bottom-right-radius: 5px;
    }

    #social_media #ins {
        background: linear-gradient(to top right, #f7d002 -100%,#F7D002, #7f3bb2);
    }

    #social_media #fb:hover, #tw:hover, #gp:hover, #yt:hover, #tum:hover, #ins:hover {
        width: 80px;
        border-radius: 0 5px 5px 0;
        padding-right: 15px;
        text-align: right;
        transition: 1s;
    }

    #social_media .icon a i {
        color: #fff;
    }



#div_logon1, #div_logon2, #div_logon3 {
    height: 550px;
    position: absolute;
    top: 87px;
    left: 33%;
    width: 32%;
    border-radius: 5px;
}

.div_logon1 {
    background-color: #00c4ba;
    animation-name: div_login1;
    animation-delay: 0.7s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
}

@keyframes div_login1 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-5deg);
    }
}

.div_logon2 {
    background-color: #00a69a;
    animation-name: div_login2;
    animation-delay: 0.7s;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
}

.div_logon2_2 {
    animation-name: div_logon2_2;
    animation-delay:0s;
    animation-fill-mode: forwards;
    z-index:7;
}

@keyframes div_logon2_2{
    0%{
        transform: rotate(0deg);

    }100%{
        transform: rotate(5deg);
    }
}

@keyframes div_login2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.div_logon3 {
    background-color: #008c7e;
    animation-name: div_login3;
    animation-duration: 0.7s;
    animation-delay:0.7s;
    animation-fill-mode: forwards;
}

.div_logon3_3 {
    animation-name: div_logon3_3;
    animation-duration: 2s;
    animation-delay:0s;
    animation-timing-function:linear;
    animation-fill-mode: forwards;
    
}

@keyframes div_logon3_3{
   0%{
        transform: rotate(5deg);
   }
   20%,80%{
        transform: rotate(0deg);
       left:20%;
       
   }
   40%,60%{
       left:3%;
   }
   50%{
       left:-10%;
   }
    100%{
        z-index:9;
        left: 33%;
   }
       
    
}

@keyframes div_login3 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(5deg);
    }
}

.about_us_bg_img {
    height: 400px;
    overflow: hidden;
    background-image: url('../img/about_us_group.png');
    background-size: cover;
}

.col-50-right {
    width: 48%;
    float: left;
    margin-left: 2%;
}

.col-50-left {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.Contact_Us_containt {
    height: 530px;
    background-color: #00a69a;
    padding: 10px 20px;
    color: #fff;
}

    .Contact_Us_containt .content_div {
        width: 90%;
        margin-left: 10%;
        margin-top: 20px;
    }



.contact_icon{
    background-color:#fff;
    color:#00a69a;
    width:40px;
    height:40px;
    border-radius:50%;
    text-align:center;
}

.contact_icon i{
    font-size:21px;
    padding-top:9px;
}

.contact_icon_cont{
    padding-left:30px;
    padding-top:5px;
    margin-bottom:15px;
}

.click_rg {
    position: absolute;
    height: 50px;
    width: 50px;
    background-color: rgb(222, 1, 97);
    border-radius: 50%;
    top: 200px;
    left: 63%;
    z-index: 10;
    cursor: pointer;
    text-align: center;
}

    .click_rg .span {
        line-height: 50px;
        font-size: 35px;
        color: #fff;
    }

.ddl {
    height: 40px;
    border: 0;
    border-bottom: 3px solid #fff;
    background-color: #00a69a;
    outline: none;
    color: #fff;
    font-size: 18px;
}

.header_div {
    height: 66px;
    background-color: rgba(0,0,0,0.65);
    position: fixed;
    z-index: 30;
}

.hidden {
    visibility: hidden;
}

.hexagon {
    position: relative;
    width: 40px;
    height: 23.09px;
    background-color: rgba(0,0,0,0);
    margin: 11.55px 0;
    border-left: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    text-align: center;
}

    .hexagon:before,
    .hexagon:after {
        content: "";
        position: absolute;
        z-index: 1;
        width: 28.28px;
        height: 28.28px;
        -webkit-transform: scaleY(0.5774) rotate(-45deg);
        -ms-transform: scaleY(0.5774) rotate(-45deg);
        transform: scaleY(0.5774) rotate(-45deg);
        background-color: inherit;
        left: 3.8579px;
    }

    .hexagon:before {
        top: -14.1421px;
        border-top: solid 2.8284px #ffffff;
        border-right: solid 2.8284px #ffffff;
    }

    .hexagon:after {
        bottom: -14.1421px;
        border-bottom: solid 2.8284px #ffffff;
        border-left: solid 2.8284px #ffffff;
    }

    .hexagon a {
        color: #fff;
    }
.hexagon:hover{
    transform:rotate(360deg);
    transition:1s;
}


.float_right {
    float: right;
}

.float_left{
    float:left;
}

.footer-div {
    height: 200px;
    background-color: #595757;
    color: #fff;
    font-size: 18px;
}

.follow {
    margin-top: 20px;
}


.map {
    height: 350px;
    overflow: hidden;
    background-image: url('../img/map.jpg');
    background-size: cover;
}

.margin_auto {
    margin: auto;
}

.multitxt {
    height: 200px;
    border: 0;
    resize: none;
    border-bottom: 3px solid #fff;
    background-color: rgba(0,0,0,0.2);
    outline: none;
    color: #fff;
    font-size: 18px;
}

.our_team_div_img {
    width: 100%;
    transition:0.5s;
    animation-timing-function:linear;
    transition-delay:0.5s;
}

.img_contant{
    width:273px;
    background-color:#fff;
    position:absolute;
    height:273px;
    border-radius:50%;
    transition:0.5s;
    animation-timing-function:linear;
    
    transform:rotateY(90deg);
}

.our_team_div{
    cursor:pointer;
    animation-timing-function:linear;
    
}

.our_team_div:hover .our_team_div_img{
    transform:rotateY(90deg);
    transition-delay:0s;
    animation-timing-function:linear;
}
.our_team_div:hover .img_contant{
    transform:rotateY(0deg);
    transition-delay:0.5s;
    animation-timing-function:linear;
}

.on_click1{
    z-index:9;
    transform:rotate(0deg) !important;
}

.on_click2{
    transform:rotate(5deg) !important;
    z-index:6;
}

.slider_height {
    height: 667px;
    background-color: rgba(255, 255, 255, 0.3);
}

.logo {
    height: 66px;
}

.logo_div {
    height: 66px;
}

.login_quite {
    margin: 0 5%;
    color: #fff;
}

.placeholder{
    position:absolute;
}
.placeholder .labelp{
    color:#473e3e;
    font-size:24px;
    top:500px;
   
}

.place_50_per_left {
    left:2%;
}

.place_50_per_right{
    left:52%;
}

.reg_label {
    height: 40px;
    outline: none;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}

.RadioButtonList {
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
}

.text-center h2 {
    color: #fff;
    font-weight: bold;
}

.form-div {
    margin: 0 5%;
}

.txt_Form {
    padding: 20px 0;
}

    .txt_Form p {
        color: #fff;
        padding-bottom: 10px;
    }

        .txt_Form p span {
            color: rgb(2, 0, 126);
            font-weight:bold;
            cursor: pointer;
        }

.txt_Form1 {
    padding-bottom: 5px;
}

.txt {
    height: 40px;
    border: 0;
    border-bottom: 3px solid #fff;
    background-color: rgba(0,0,0,0.0);
    outline: none;
    color: #fff;
    font-size: 18px;
}

.txt1 {
    height: 40px;
    border: 0;
    border-bottom: 3px solid #fff;
    background-color: rgba(0,0,0,0.0);
    outline: none;
    color: #fff;
    font-size: 18px;
}

.txt_90_per {
    width: 90%;
}

.txt_100_per {
    width: 100%;
}

.txt_50_per_left {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.txt_50_per_right {
    width: 48%;
    margin-left: 2%;
    float: left;
}

.tt {
}

    .tt .ttp {
        visibility: hidden;
        position: absolute;
        padding: 12px 5px;
        width: 250px;
        background-color: #000;
        color: #fff;
        text-align: center;
        margin-left: -80%;
        border-radius: 5px;
        z-index: 10;
        top: 120%;
    }

        .tt .ttp::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 10%;
            margin-left: -5px;
            border-width: 7px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .tt:hover .ttp {
        visibility: visible;
    }

.tooltip1 {
    visibility: visible;
}

    .tooltip1 .tooltiptext1 {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 10;
        top: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .tooltip1 .tooltiptext1::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .tooltip1:hover .tooltiptext1 {
        visibility: visible;
    }

.visible {
    visibility: visible;
}

.btn1 {
    height: 40px;
    border: 2px solid #fff;
    padding: 0 20px;
    border-radius: 3px;
    outline: none;
    color: #fff;
    font-size: 18px;
    background-color: rgba(0,0,0,0.0);
}

.btn1:hover{
    background-color:#de0363;

}

.btn1_50_per {
    width: 50%;
}

.delay_05_s {
    animation-delay: 1s;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #484646;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #484646;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #484646;
}
:-moz-placeholder { /* Firefox 18- */
  color: #484646;
}
