
    body,
    html {
        background: #212121;
        font-size: 14px;
        font-family: 'Roboto';
    }
    
    .error { color: red;}
    
/*new pointer*/
.ring-container {
    position: absolute;
}
.ringcircle {
    position: absolute;
    left: 45%;
    top: 15%;
}

.circle {
    width: 10px;
    height: 10px;
    background-color: #1595c9;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 7px;
}

.ringring {
    border: 3px solid #1595c9;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
.wrap-container img {
    width: 100% !important;
}

    .player_bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .video-player {
        position: absolute;
        z-index: 0;
    }

    .mobile-player {
        width: 100%;

        height: 100%;
    }

    .hide {
        display: none;
    }

    .mobile-player .video-player {
        width: 100%;

        height: 100%;
        position: unset;
    }

.wrap-container {
    position: relative;
}

    .portait-view {
        display: none;
    }

    .info{
        font-size: 12px
    }
    @media only screen and (orientation: portrait) {

        .portait-view {
            display: block;
            background: rgb(95, 230, 254);
            /*background: linear-gradient(180deg, rgb(38 192 220) 0%, rgba(95, 230, 254, 1) 38%, rgb(56 139 255) 100%);*/
            /*background: linear-gradient(180deg, rgb(117 79 90) 0%, rgba(160, 131, 97, 1) 38%, rgb(96 54 42) 100%);*/
            background : linear-gradient(to right, #303fa6, #3a8edb) !important;
            z-index: 20000;
            z-index: 1006;
            width: 100%;
            position: absolute;
            height: 100%;
            text-align: center;
            font-size: 20px;
            padding: 20px;
            font-weight: 600;
            color: #fff;
            letter-spacing: 1.2;
        }

        .portait-view1 {
            display: block;
            background: #fff;
            z-index: 20000;
            z-index: 1006;
            width: 100%;
            position: absolute;
            height: 100%;
            text-align: center;
            font-size: 20px;
            padding: 20px;
            font-weight: 600;
            color: #fff;
            letter-spacing: 1.2;
        }

        .wrapper,
        .videoslide,
        .timers {
            display: none;
        }


    }
 
.dropbtn {
 color: black;
    padding: 8px;
    font-size: 18px;
    border: none;
    border-radius: 9px;
    font-weight: bold;
}

.dropdown {
  position: relative;
  display: inline-block;
  top: 12px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #8ABE42;
  min-width: 280px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
 color: #fff !important;
  padding: 5px 8px;
  text-decoration: none;
  display: block;
  border-bottom: 1px white solid;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

/*.dropdown:hover .dropbtn {background-color: #8ABE42;}*/
    
    .portfolio .portfolio-wrap .portfolio-links a {
    font-size: 20px !important;
        
    }
    .resume .resume-title {
    font-size: 18px !important;
    }
    img.testimonial-img {
    width: 215px;
}
::marker {
    color: #8ABE42;
}
#span3 {
  padding-bottom: 6px;
  border-bottom: 6px solid #8ABE42;
  line-height: 48px;
}
#span3:hover {
    border-bottom: 6px solid black;
}
a {
    color: black !important;
}
button.openFullscreenBtn {
    position: fixed;
    z-index: 1;
    color: #fff;
    background: none;
    font-size: 32px;
    width: 50px;
    height: 50px;
    border: solid 1px #fff;
    text-align: center;
    left: 10px;
    bottom: 10px;
    cursor: pointer;
    transition: 0.6s;
}
.section-padding-bottom {
    padding-bottom: 100px!important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.blog-3 {
    height: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    border-bottom: 1px solid #f3f3f3;
}
.max-mb-n30 {
    margin-bottom: -30px;
}
.max-mb-30 {
    margin-bottom: 30px!important;
}
.blog-3 .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.blog-3 .thumbnail .image {
    display: block;
}
.blog-3 .thumbnail .image img {
    width: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
    -o-transition: all 1.5s cubic-bezier(0,0,.2,1);
    transition: all 1.5s cubic-bezier(0,0,.2,1);
}
.blog-3 .info {
    position: relative;
    padding: 30px 0 0;
}
.blog-3 .info .title {
    font-size: 34px;
    line-height: 1.42;
    margin: 0;
}
.blog-3 .col {
    background: #fff; 
    padding: 20px;
}
.blog-3 .info .meta {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-right: -28px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.blog-3 .info .meta li {
    margin-top: 5px;
    margin-right: 28px;
}
.blog-3 .info .desc {
    margin-top: 16px;
}
p:last-child {
    margin-bottom: 0;
}
.max-mt-30 {
    margin-top: 30px;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
#myInput {
    width: 100%;
    font-size: 16px;
    margin-bottom: 12px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
}
.info-toggle {
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #03998d;
    background-image: linear-gradient(to right, #303fa6, #3a8edb);
    /*background-image: linear-gradient(to right, #f3a20a, #fed01b);*/
    max-width: 70%;
}
ul.info-list {
    padding: 0;
    display: flex;
    justify-content: space-around;
    border-radius: 0;
    position: relative;
    margin: auto;
}
ul.info-list li {
    width: 100%;
    border-right: solid 1px #fff3;
    padding: 6px 4px 4px;
    transition: 0.5s;
    list-style: none;
}
ul.info-list li a {
    display: block;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    transition: 0.5s;
    cursor: pointer;
}
ul.info-list li i {
    display: block;
    font-size: 25px;
}
.modal-header {
    background-image: linear-gradient(to right, #303fa6, #3a8edb) !important;
    color: #fff !important;
}
   .common-btn {
    margin: 20px 0 0 0;
    display: block;
    width: 110px;
    padding: 10px 10px;
    font-size: 14px;
    text-align: center;
    background-image: linear-gradient(to right, #303fa6, #3a8edb) !important;
    color: #fff !important;
}

    .slides_css {
        cursor:default;
        position:relative;
        top:0px;
        left:0px;
        width:1600px;
        height:800px;
        overflow:hidden;
    }
@media screen and (max-width: 768px) {
    .slides_css {
        cursor:default;
        position:relative;
        top:0px;
        left:0px;
        width:100%;
        height:350px;
        overflow:hidden;
    }
ul.info-list li a {
    display: block;
    color: #fff !important;
    font-size: 8px;
    font-weight: 500;
    transition: 0.5s;
    cursor: pointer;
}
ul.info-list li i {
    display: block;
    font-size: 16px;
}
button.openFullscreenBtn {
    position: fixed;
    z-index: 1;
    color: #fff;
    background: none;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border: solid 1px #fff;
    text-align: center;
    left: 6px;
    bottom: 6px;
    cursor: pointer;
    transition: 0.6s;
}
button.startintro {
    position: fixed;
    z-index: 1;
    color: #fff;
    background: none;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border: solid 1px #fff;
    text-align: center;
    right: 6px;
    bottom: 6px;
    cursor: pointer;
    transition: 0.6s;
}
}

button.startintro {
    position: fixed;
    z-index: 1;
    color: #fff;
    background: none;
    font-size: 32px;
    width: 50px;
    height: 50px;
    border: solid 1px #fff;
    text-align: center;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    transition: 0.6s;
}