/*
Theme Name: Dark Touch 
Author URI: http://webthemez.com/
Description: This theme is a best responsive web template. It would be great for a corporate websites, business websites, personal blog.
License: Free to use for personal and commercial, but you need to place back link in the bottom of the template.
*/

@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500);

* {
    margin: 0;
    padding: 0px;
    font-family: 'Roboto', sans-serif;s
}

body {
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    -webkit-font-smoothing: antialiased;
    background: #FFFFFF;
}

::selection {
    color: #fff;
    background: #FFFFFF;
}

::-moz-selection {
    color: #FFFFFF;
    background: #FFFFFF;
}

p {
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}

.fitImage {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.pDark p {
    color: #6D6D6D;
}

.pDark h3 {
    color: #BEBEBE;
}

.btn {
    background: #FFFFFF;
}

    .btn:hover {
        background: #145AC4;
    }

.btn, .form-control, .team-socials i {
    border-radius: 5px !important;
}

.button-outline {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    color: #fff;
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    background: rgba(255,255,255,0.15);
}

    .button-outline:hover {
        color: #fff;
        background: rgba(255,255,255,0.35);
    }

a {
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    a:hover {
        color: #0D63AD;
        text-decoration: none;
    }

.btn {
    border: 0px;
    border-radius: 0px;
}

.btn-primary {
    background: #FFFFFF;
}

.form-control {
    border-radius: 0px;
}

.mrgn30 {
    margin: 30px 0;
}

.copyright {
    color: #6D6D6D;
    background: #E9E9E9;
    padding: 20px 0;
}

#top {
    position: relative;
}

.topHome {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
}
/* Header 
----------------------------------------------*/
#section-top {
    background: #4E4E4E;
}

    #section-top ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: right;
    }

        #section-top ul li {
            display: inline-block;
        }

            #section-top ul li a {
                border-radius: 2px;
                display: inline-block;
                height: 35px;
                line-height: 35px;
                width: 35px;
                text-align: center;
            }

    #section-top .region-top-first {
        float: right;
    }

.header {
    position: fixed;
    width: 100%;
    background: #f1f1f1;
    z-index: 50;
    border-radius: 0;
    top: 0px;
    border-bottom: 1px solid #D6D6D6;
    height: 10%;
}

.navbar-inverse .navbar-toggle {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

    .navbar-inverse .navbar-toggle .icon-bar {
        /*background-color: #FFFFFF;*/;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background: #278adb;
    }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #278adb;
}

.navbar-inverse .navbar-toggle:hover .icon-bar {
    background: #278adb;
}

.navbar-toggle {
}
/*.carousel-inner*/
#myCarousel {
    margin-top: 50px;
    border-bottom: 4px solid #FFFFFF;
}

.carousel-inner > .item {
}

.carousel-caption {
    padding: 0px;
    bottom: 40%;
    display: block;
    height: 80px;
}

    .carousel-caption h1 {
        font-size: 45px;
        padding: 10px 15px;
        background: rgba(128, 180, 33, 0.80);
        color: #FFFFFF;
        text-shadow: none;
        font-weight: bold;
        display: inline-block;
    }

    .carousel-caption h3 {
        font-size: 30px;
        color: #1C4604;
        font-weight: bold;
        text-shadow: #fff 1px 1px 1px;
    }

.actionPanel {
    padding: 25px 0;
    background: #FFFFFF;
}

    .actionPanel h3 {
        margin: 0px;
    }

.circle {
    background: #FFFFFF;
    height: 60px;
    width: 60px;
    border-radius: 35px;
    color: #fff;
    line-height: 60px !important;
}

#section-strapline {
    background: #f00bfff;
    line-height: 42px;
    clear: both;
}
/*----Nav ----*/
.header .navbar-brand {
    float: left;
    padding: 16px 15px;
    line-height: 18px;
    height: 50px;
    /*color:#FFFFFF;*/;
}

.navbar-brand b {
    color: #000000;
}

.logo {
    font-size: 2.2em;
    text-shadow: none;
    margin: 8px 0 0 0;
}

    .logo:hover {
        color: #5A5A5A;
    }

.header .navbar {
    margin: 0;
    background: #f1f1f1;
    border: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000000;
    font-size: 1.2em;
    line-height: normal;
    margin: 17px;
    padding: 6px 10px !important;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #000000;
    background: none;
}

.navbar-nav > li:hover > a {
    color: #FFFFFF;
}

.header .navbar-nav > li > a {
    padding: 25px 18px;
}

.page-section {
    width: 100%;
    height: auto;
    padding: 284 px 0;
}

.noPadd {
    padding: 0;
}

.page-section h1 {
    font-size: 3.5em;
    margin: 90px 0 30px;
    line-height: 1.2em;
}

    .page-section h1 span {
        font-weight: 200;
    }

.page-section h2 {
    color: #FFFFFF;
}

.page-section p {
    font-size: 1.1em;
    line-height: 1.6em;
}

.darkBg {
    background: #25272C;
}

    .darkBg .fa {
        color: #FFFFFF;
    }
/*--- Banner ----*/
.banner-container {
    width: 100%;
    position: relative;
    padding: 0px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
    /*background: url("../images/banner-bg.jpg") no-repeat;*/
    background-size: 100% 100%;
    background-size: cover;
    margin-top: 60px;
    position: relative;
    border-bottom: 2px #FFFFFF solid;
}

    .banner-container > video {
		object-fit: initial;
        width: 100%;
		height: 500px;
    }
.banner-container > img {
		object-fit: initial;
        width: 100%;
		 height: 600px;
    }

.banner-content {
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    right: 0px;
}

    .banner-content h2 {
        color: #FFFFFF;
        font-size: 3.5em;
        margin: 2% 0 30px;
        line-height: 1.2em;
        font-family: 'Roboto', sans-serif;
        text-shadow: 1px 1px 1px #8F8F8F;
    }

    .banner-content p {
        font-size: 1.6em;
        font-style: normal;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        text-shadow: 1px 1px 1px #8F8F8F;
    }

.da-slider {
    margin: 0 auto !important;
}

.sub-heading {
    padding: 15px 0;
}

    .sub-heading h2 {
        font-size: 18px;
        margin: 15px 0 8px !important;
    }

    .sub-heading p {
        color: #5A5A5A;
    }

.heading {
    padding: 3px 10px;
    padding-bottom: 15px;
   margin-bottom: -50px;
    display: block;
}

    .heading p {
        font-size: 1.2em;
		
    }

.pdingBtm30 {
    padding-bottom: 30px;
}

.da-arrows span:after {
    width: 25px;
    height: 37px;
}

.da-arrows span {
    position: absolute;
    top: 50%;
    height: 34px;
    width: 34px;
    border-radius: 60px;
    background: none;
}

/* Services
    -------------------------------------------------*/
.grid .text-content {
    padding-left: 35%;
}

.grid .text-content {
    display: block;
    padding-left: 19%;
    padding-right: 8%;
}

.grid .grid-item {
}

.grid .text-content h5 {
    font-weight: bold;
}

.grid .grid-item .item-content {
    display: block;
    outline: none;
    text-decoration: none;
    padding: 20px 0;
}

.item-content .fa {
    position: absolute;
    color: #646464;
    font-size: 4.5em;
    top: 36px;
}
/* Team
    ---------------------------------------------------*/
.team-member {
    margin-bottom: 15px;
}

.member-img {
    overflow: hidden;
}

.team-member .member-img img {
    max-width: 250px;
    margin: 0 auto;
}

.team-member h4 {
    font-size: 19px;
    line-height: 32px;
    margin: 10px 0 0;
    text-align: center;
}

.team-member .pos {
    display: block;
    margin: 0;
    text-align: center;
}

.team-member .contact a {
    padding: 0 8px;
}

.team-socials a {
    background: white;
    padding: 7px 0;
    margin: 2px;
}

#contactUs {
    /*background: #FFFFFF;*/
}

    #contactUs .btn {
        background: rgba(255, 255, 255, 0.29);
    }

.descrition {
    min-height: 90px;
    /*text-align: center;*/
    /*border-bottom: 1px solid #dadde2;*/
    padding: 5px 15px;
}

.team-member {
    padding-top: 5px;
}

.team-socials {
    margin: 15px 0;
    display: block;
    text-align: center;
}

    .team-socials i {
        width: 35px;
        height: 35px;
        position: relative;
        display: inline-block;
        text-align: center;
        font-size: 18px;
    }
/* ------- */

.isotopeWrapper article {
    margin-bottom: 30px;
}

#portfolio {
    background: #000;
}

    #portfolio img {
        width: 100%;
    }

    #portfolio article p {
        margin-bottom: 1.45em;
        /*set next row on the baseline*/;
    }

nav#filter {
    margin-bottom: 1.5em;
}

    nav#filter li {
        display: inline-block;
        margin: 0 0 0 5px;
    }

    nav#filter a {
        padding: 4px 12px;
        line-height: 20px;
        border: 1px solid #FFFFFF;
        text-decoration: none;
    }

.current {
    background: #FFFFFF;
    color: #fff;
}

.portfolio-items article img {
    width: 100%;
}

.portfolio-item {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .portfolio-item img {
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .portfolio-item .portfolio-desc {
        display: block;
        opacity: 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        color: rgba(220, 220, 220);
    }

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.64);
}

.portfolio-item:hover .portfolio-desc {
    padding-top: 20%;
    height: 100%;
    transition: all 200ms ease-in-out 0s;
    opacity: 1;
    background: rgba(61, 61, 61, 0.67);
}

.portfolio-item .portfolio-desc a {
    color: #fff;
    text-align: center;
    display: block;
}

    .portfolio-item .portfolio-desc a:hover {
        /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
        text-decoration: none;
    }

.portfolio-item .portfolio-desc .folio-info {
    top: -20px;
    padding: 30px;
    height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info {
    height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
    top: 5px;
}

.portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
}

.portfolio-item .portfolio-desc .folio-info p {
    color: #ffffff;
    font-size: 12px;
}

.page-section.intro {
    min-height: 600px;
}

.btn {
    font-weight: 200;
}

.btn-dark {
    background: #444;
    color: #fff;
}

    .btn-dark:hover {
        background: #000;
        color: #fff;
    }

.back-to-top {
    display: inline-block;
    clear: both;
    background: #fff;
    color: #333;
    padding: 0 10px 5px;
    margin: 20px 0 0;
    text-shadow: none;
}

    .back-to-top:hover {
        background: #333;
        color: #fff;
        text-decoration: none;
    }

hr {
    border-color: #ddd;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

#navigation {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    background: #ffffff;
    box-shadow: 0 10px 10px -10px #000000;
}

    #navigation > li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #navigation > li > a {
            margin: 1px;
            color: #000000;
            background: #cccccc;
            display: block;
            padding: 5px;
            text-decoration: none;
            transition: all 400ms;
        }

            #navigation > li > a.current,
            #navigation > li:hover > a {
                background: #999999;
            }

.pageSection {
    min-height: 600px;
    padding: 20px;
    background: #dddddd;
}

    .pageSection:nth-child(odd) {
        background: #eeeeee;
    }

.socialIcons li {
    list-style: none;
    display: inline;
    margin-right: 6px;
}

footer {
    border-top: 1px solid #e5e5e5;
    padding: 45px 0;
    background: #fff;
}

.social a:hover {
    color: #c7c7c7;
}

.social a {
    font-size: 32px;
    margin: 0 10px;
    color: #000;
}

.contact ul li {
    margin-bottom: 10px;
}

    .contact ul li i {
        margin-right: 15px;
		
    }
/*Clients*/
.clients #owl-demo .item {
    background: none;
}

.clients .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

    .clients .helper img {
        vertical-align: middle;
        max-height: 70px;
        max-width: 80%;
    }

.clients .customNavigation > a {
    font-size: 25px;
    cursor: pointer;
    margin: 0px 5px;
}

@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }

    .navbar-nav {
        float: right;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #000000;
        font-size: 1.3em;
        padding: 6px 10px !important;
        border-radius: 5px;
       margin: 7px 0px;
    }
}

@media (max-width: 768px) {
    .banner-container {
        background-size: contain;
    }

    .da-slide h2 {
        font-size: 28px;
    }

    .banner-content p {
        font-size: 1.2em;
        text-shadow: none;
    }

    .da-slide p {
        width: 67%;
        top: 122px;
    }

    .team-member .member-img img {
        max-width: 100%;
    }

    .da-slider {
        height: 380px;
        width: 100%;
        min-width: initial;
        margin: 0px !important;
    }

    .header .navbar-nav > li > a {
        padding: 25px 12px;
    }

    .portfolio-item:hover .folio-info {
        top: 0px;
    }

    .portfolio-item .portfolio-desc .folio-info {
        padding: 0px;
    }

        .portfolio-item .portfolio-desc .folio-info h5 {
            font-size: 1em;
        }
}

@media (max-width:760px) {
    .header .navbar-nav > li > a {
        padding: 7px 12px;
        font-size: 14px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #A8A8A8;
    }
}

@media (max-width: 480px) {
    .banner-container {
        background-size: contain;
        margin-top: 88px;
    }

        .banner-container > img {
            width: 100%;
            height: 140px;
        }

    .da-slide h2 {
        font-size: 22px;    
        top: 7px;
        text-shadow:none;
    }
    .da-slide p {
        width: 65%;
        top: 42px;
        height: 50px;
    }

  

    #section-top ul li a {
        height: 28px;
        line-height: 28px;
        width: 26px;
    }

    .team-socials a {
        background: white;
        padding: 1px 0;
        margin: 2px;
    }

    .team-socials i {
        width: 19px;
        height: 19px;
        position: relative;
        display: inline-block;
        text-align: center;
        font-size: 16px;
    }

    .page-section {
        padding: 0px;
    }

    .page-section h1 {
        font-size: 3em;
    }

    .page-section h2 {
        font-size: 2em;
    }

    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }

    .portfolio-item .portfolio-desc .folio-info h5 {
        font-size: 11px;
    }
}

@media (max-width: 320px) {
    .banner-container {
        background-size: contain;
    }

    .da-slider {
        height: 300px;
    }

    .da-slider {
        width: 100%;
        min-width: initial;
        position: relative;
        margin: 0 auto;
    }
  
  

    .grid .text-content {
        padding-left: 29%;
        padding-right: 2%;
    }

    .portfolio-item:hover .folio-info {
        top: 0px;
    }

    .portfolio-item .portfolio-desc .folio-info h5 {
        text-transform: uppercase;
        text-align: center;
        font-weight: normal;
        font-size: 10px;
        margin: 10px 0 0 0;
    }

    nav#filter li {
        display: inline-block;
        margin: 0 0 23px 5px;
    }
}

#owl-demo .item {
    background: #3fbf79;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.customNavigation {
    text-align: center;
}

    .customNavigation a {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

.contact-parlex {
    padding-top: 0px;
   
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.parlex-back {
    padding: 30px 0;
    background-color: #25272C;
    color: #FDFDFD !important;
}

    .parlex-back .heading p {
        color: #FDFDFD;
    }

#clients {
    background: #fff;
}
/*Price table*/
.flat .plan {
    border-radius: 0px;
    list-style: none;
    padding: 0 0 20px;
    margin: 0 0 15px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29) !important;
}

    .flat .plan li {
        padding: 10px 15px;
        color: #ccc;
        border-top: 1px solid #f5f5f5;
        -webkit-transition: 300ms;
        transition: 300ms;
    }

        .flat .plan li.plan-price {
            border-top: 0;
        }

        .flat .plan li.plan-name {
            border-radius: 0;
            padding: 15px;
            font-size: 24px;
            line-height: 24px;
            color: #fff;
            background: #4E4E4E;
            margin-bottom: 30px;
            border-top: 0;
        }

        .flat .plan li > strong {
            color: #6B6B6B;
            font-weight: normal;
        }

        .flat .plan li.plan-action {
            margin-top: 10px;
            border-top: 0;
        }

    .flat .plan.featured {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .flat .plan.featured:hover li.plan-name, .flat .plan:hover li.plan-name, .flat .plan.featured.plan-name {
            background: #FFFFFF !important;
        }

.customNavigation {
    display: none;
}

#clients .heading {
    margin: 0px;
}

.isotope-item {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    opacity: 1;
}

.isotopeWrapper article {
    margin: 0px;
}

.btn-two {
  color: #FFF;
  transition: all 0.5s;
  position: relative; 
}
.btn-two span {
  z-index: 2; 
  display: block;
  position: absolute;
  width: 100%;
  height: 100%; 
}
.btn-two::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s;
  border: 1px solid rgba(255,255,255,0.2);
  background-color: rgba(255,255,255,0.1);
}
.btn-two::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s;
  border: 1px solid rgba(255,255,255,0.2);
  background-color: rgba(255,255,255,0.1);
}
.btn-two:hover::before {
  transform: rotate(-45deg);
  background-color: rgba(255,255,255,0);
}
.btn-two:hover::after {
  transform: rotate(45deg);
  background-color: rgba(255,255,255,0);
}





 .geeks {
	  background-color: transparent;
            width: 250px;
            height: 250px;
            overflow: hidden;
		 margin: 3px 0px 3px 0px;

			  
        }
     
        .geeks img {
            width: 100%;
            transition: 0.5s all ease-in-out;
			
        }
     
        .geeks:hover img {
            transform: scale(1.5);
        }






* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 25.00%;
  padding: %;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
  
}


		
		
.clock {
  position: fixed;
  bottom: 20px; /* Adjust the bottom value as per your preference */
  left: 20px; /* Adjust the left value as per your preference */
  background-color: rgba(173, 216, 230, 0.5); /* Use the desired light blue color and adjust the opacity (0.5 in this example) */
  color: #000;
  font-size: 50px;
  font-family: 'Share Tech Mono', monospace;
  letter-spacing: 7px;
  font-size: large;
  font-weight: bold;
  z-index: 100;
}






.content1{
	font-family: monospace;
text-align: center;
	color: white;
	padding: 30%;
	width: 100%;
	  height: auto;
	z-index: 11;
	font-size:25px;
	font-weight: bold;
	top: 15%;
	position:absolute;

}



.typewriter h3{
		color: red;
	text-align: center;
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  letter-spacing: .15em; /* Adjust as needed */
  z-index:11;
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
	 position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}




.typer { color:#fff; 
text-decoration: none; 
 z-index:11;
	font-family: monospace;
text-align: center;
	color: red;
	padding: 30%;
	width:auto;
	  height: auto;
	

	font-weight: 25PX;
	}





.content2{
	font-family: monospace;
text-align: center;
	color: white;
	padding: 30%;
	width: 100%;
	  height: auto;
	z-index: 11;
	font-size:25px;
	font-weight: bold;
	top: 18%;
	position:absolute;

}



.glow {
  color: #f00;
  text-shadow: 0px 0px 10px #f00;
}

span {
  display: inline-block;
  padding: 0 10px;
}

.hello
{
  color: #411;
  font-family: Consolas, Courier, monospace;
  font-size: 60px;
  text-shadow: 0 0 15px #411;
  	padding: 30%;
	width: 100%;
	  height: auto;
	z-index: 11;
}

















.icon-bar {
  position: fixed;
  top: 55%;
  left:0%;
  z-index:60;
  text-align:center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
 
  padding: 5px 5px 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 30px;
   
}

.icon-bar a:hover {
    background-color: #4E4E4E;;
}

.facebook {
  background: #d10060;
  color: white;
  height:45px;
}

.twitter {
  background: #55ACEE;
  color: white;
  height:45px;
}

.google {
  background: #fefc00;
  color: white;
  height:45px;
}

.linkedin {
  background: #007bb5;
  color: white;
  height:45px;
}

.youtube {
  background: #bb0000;
  color: white;
  height:45px;
}

/*
.instagram {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: white;
  height:45px;
}
*/
.content {
  margin-left: 75px;
  font-size: 30px;
  
}












.s-media {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 1000;
  transition: all linear 0.2s;
}

.s-media a:first-child {
  border-radius: 0 5px 0 0;
}

.s-media a:last-child {
  border-radius: 0 0 5px 0;
}

.s-item {
  display: block;
  width: 60px;
  height: 60px;
  color: white;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
  transition: all linear 0.2s;
}

.s-item:hover {
  width: 70px;
}

#sm-open {
  position: fixed;
  top: 180px;
  left: -60px;
  border-radius: 0 30px 30px 0;
  transition: all linear 0.2s;
}

.facebook {
  background-color: #d10060;
  border-color: #d10060;
}

.facebook:hover {
  background-color: #2d4373;
  border-color: #2d4373;
}

.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.twitter:hover {
  background-color: #0d8ecf;
  border-color: #0d8ecf;
}

.gplus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.gplus:hover {
  background-color: #c23321;
  border-color: #c23321;
}

.print {
  background-color: #7cb0a4;
  border-color: #7cb0a4;
}

.print:hover {
  background-color: #63908c;
  border-color: #63908c;
}

.sm-collapse {
  left: -60px;
}










/* social bottom */ 


/* Let's style the wrapper1 in such away that, 
it should always be at the center of the browser */
.wrapper1 {
  position: ;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
}

/* Style the Un-order list by setting its list-style to none */
.wrapper1 ul {
  list-style: none;
}

/* Style the list items inside the UL list, by setting its width, height and line-height 
  and float them to left and set its border and border-radius.
 */
.wrapper1 ul li {
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid #D8E2DC;
  float: left;
  transition: all 0.5s ease;
}

/* Style the icons by setting its color and margin-top value to 20px 
to align it properly */
.wrapper1 ul li .fa {
  color: #D8E2DC;
  margin-top: 20px;
  transition: all 0.5s ease;
}

/* Now target the specific li classes for styling and use box-shadow effect to border and text-shadow effect
  to icons for glowing effect and use transition property for smooth transition effect. */
/*facebook*/
.wrapper1 ul li:hover.facebook {
  border: 5px solid #3b5998;
  box-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}

.wrapper1 ul li:hover .fa-facebook {
  color: #3b5998;
  text-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}

/*twitter*/
.wrapper1 ul li:hover.twitter {
  border: 5px solid #00aced;
  box-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
}

.wrapper1 ul li:hover .fa-twitter {
  color: #00aced;
  text-shadow: 0 0 15px #00aced;
  transition: all 0.5s ease;
}

/* instagram */
.wrapper1 ul li:hover.instagram {
  border: 5px solid #bc2a8d;
  box-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}

.wrapper1 ul li:hover .fa-instagram {
  color: #bc2a8d;
  text-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}

/* google */
.wrapper1 ul li:hover.google {
  border: 5px solid #dd4b39;
  box-shadow: 0 0 15px #dd4b39;
  transition: all 0.5s ease;
}

.wrapper1 ul li:hover .fa-google {
  color: #dd4b39;
  text-shadow: 0 0 15px #dd4b39;
  transition: all 0.5s ease;
}

/* whatsapp */
.wrapper1 ul li:hover.whatsapp {
  border: 5px solid #4dc247;
  box-shadow: 0 0 15px #4dc247;
  transition: all 0.5s ease;
}

.wrapper1 ul li:hover .fa-whatsapp {
  color: #4dc247;
  text-shadow: 0 0 15px #4dc247;
  transition: all 0.5s ease;
}


/* media queries */

@media screen and (max-width: 640px){
  .wrapper1 {
      width: 350px;
  }
  .wrapper1 ul li{
      margin-top: 10px;
  }
  .wrapper1 ul li.google{
      margin-left: 60px;
  }
}


@media screen and (max-width: 340px){
  .wrapper1 {
      width: 150px;
  }
  .wrapper1 ul li{
      margin:15px;
  }
  .wrapper1 ul li.google{
      margin-left: 15px;
  }
  
  		.gallery {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: center;
		}

		.gallery-item {
			width: 30%;
			margin-bottom: 20px;
		}

		.gallery-item img {
			max-width: 100%;
			height: auto;
		}

		.gallery-caption {
			margin-top: 10px;
			font-size: 14px;
			text-align: center;
		}
}





	</style>




.fcolor{
	color:white;
}

.services-box
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.service
{
  margin: 8px;
}

.flip-box {
  background-color: transparent;
  width: 300px;
  height: 350px;
  border: 1px solid #f1f1f1;  
  border-radius: 10px;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  background-color: #25272C;
  color: black;
  border-radius: 10px;
}

.flip-box-front img
{
  height: 100px;
  width: 100px;
}

.flip-box-back {
  background-color: #278adb;
  color: #000;
  transform: rotateY(180deg);
  border-radius: 10px;
  padding: 16px;
}




ul.pre-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.pre-loader li {
  list-style: none;
  color: #484848;
  display: inline;
  font-size: 4em;
  letter-spacing: 2px;
  animation: pre-load 3s linear infinite;
}

@keyframes pre-load {
  0% {
    color: #484848;
    text-shadow: none;
  }
  40% {
    color: #278adb;
    text-shadow: 0 0 7px #278adb, 0 0 50px #278adb;
  }
  100% {
    color: #484848;
    text-shadow: none;
  }
}

ul.pre-loader li:nth-child(1) {
  animation-delay: 0.2s;
}

ul.pre-loader li:nth-child(2) {
  animation-delay: 0.4s;
}

ul.pre-loader li:nth-child(3) {
  animation-delay: 0.6s;
}

ul.pre-loader li:nth-child(4) {
  animation-delay: 0.8s;
}

ul.pre-loader li:nth-child(5) {
  animation-delay: 1s;
}

ul.pre-loader li:nth-child(6) {
  animation-delay: 1.2s;
}

ul.pre-loader li:nth-child(7) {
  animation-delay: 1.4s;
}

@media screen and (max-width: 980px) {
  ul.pre-loader li {
    font-size: 2em;
  }
}





p {
  font-family:sans-serif;
  text-align:center;
}

#logo {
	margin:0 35% 0 35%;
	width:30%;
	height:auto;
 
}


.shadowfilter {
	-webkit-filter: drop-shadow(0px 0px 100px rgba(255,255,255,0.80));
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	
}.shadowfilter:hover {
	-webkit-filter: drop-shadow(0px 0px 8px rgba(39,138,219, 10));
}









.shimmer {
	
		color: rgba(255, 255, 255, 0.1);
		background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
		background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
		background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
		-webkit-background-size: 125px 100%;
		-moz-background-size: 125px 100%;
		background-size: 125px 100%;
		-webkit-background-clip: text;
		-moz-background-clip: text;
		background-clip: text;
		-webkit-animation-name: shimmer;
		-moz-animation-name: shimmer;
		animation-name: shimmer;
		-webkit-animation-duration: 1.5s;
		-moz-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-color: #222;
}

@-moz-keyframes shimmer {
		0% {
				background-position: top left;
		}
		100% {
				background-position: top right;
		}
}

@-webkit-keyframes shimmer {
		0% {
				background-position: top left;
		}
		100% {
				background-position: top right;
		}
}

@-o-keyframes shimmer {
		0% {
				background-position: top left;
		}
		100% {
				background-position: top right;
		}
}

@keyframes shimmer {
		0% {
				background-position: top left;
		}
		100% {
				background-position: top right;
		}
}






.image-bar {
  position: fixed;
    opacity: 0.4;
  top: 55%;
  right:-1%;
  z-index:60;
  text-align:center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}




.body1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}






.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: black;
}

.gallery-item {
  position: relative;
  margin: 5px;
  border: 1px solid #ccc;
  width: 250px;
  height: 250px;
  overflow: hidden;
}

.gallery-item .image-shimmer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-item .image-shimmer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, #9AC9FF 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.gallery-item:hover .image-shimmer:before {
  opacity: 1;
  animation: shimmer 1.5s infinite linear;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.gallery-item .image-shimmer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.gallery-item:hover .image-shimmer img {
  transform: scale(1.1);
}

.gallery-item .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, font-size 0.3s ease-in-out;
}

.gallery-item:hover .desc {
  opacity: 1;
  transform: translateY(-50%);
  font-size: 24px;
}

.gallery-item .desc {
  opacity: 1;
  transform: translateY(0);
  font-size: 20px;
}










.my-gallery {
  position: relative;
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 250px;
  height: 250px;
  overflow: hidden;
}

.my-image-shimmer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.my-image-shimmer:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, #9AC9FF 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.my-gallery:hover .my-image-shimmer:before {
  opacity: 1;
  animation: my-shimmer 1.5s infinite linear;
}

@keyframes my-shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.my-image-shimmer img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.my-gallery:hover .my-image-shimmer img {
  transform: scale(1.1);
}

.my-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.my-gallery:hover .my-desc {
  opacity: 1;
  transform: translateY(-50%);
}

.my-gallery .my-desc {
  opacity: 1;
  transform: translateY(0);
}








/* Custom Styles */
.my-custom-img-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.my-custom-img-list li {
  border: 5px solid transparent;
  box-sizing: border-box;
  width: 250px;
  height: 250px;
  position: relative;
  cursor: pointer;
  margin: 5px;
  overflow: hidden;
}

.my-custom-img-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.my-custom-img-placeholder:before,
.my-custom-img-placeholder:after {
  padding-top: 100%;
  content: "";
  display: block;
}

.my-custom-img-placeholder {
  background: #222;
  box-shadow: 0 0 0 8px #222 inset, 0 0 0 9px #333 inset;
  color: #444;
  line-height: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* The hover effect */
.my-custom-img-list li:before {
  transition: all .5s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9AC9FF;
  transform: scale(0);
}

.my-custom-img-list li:hover:before {
  opacity: .5;
  transform: scale(1);
}

.my-custom-img-list li:after {
  transition: all .6s ease .2s;
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #aaa;
  background: #000;
  opacity: 0;
  transform: scale(0);
}

.my-custom-img-list li:hover:after {
  opacity: .35;
  transform: scale(1);
}







/* youtube link
.youtube{
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 160px;
  text-align: center;
  padding: 15px 10px;
  background: #bb0000;
  border-radius: 5px;
}

.youtube a{
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
} */