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

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #008ED6;
}

::selection {
  color: #fff;
  background: #008ED6;
}

.home-image{
  height:350px ;
  width: 350px;
}



html {
  height: 100%;
}

body {
	background-color: #fff;
	color: #000;
	line-height: 1.5;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
  overflow-x:hidden;
  letter-spacing: 0.075em;
  -webkit-font-smoothing : antialiased;
}

h2 span {
  color: #008ED6;
}

.animated {
  opacity: 0;
}

.animated.visible {
  opacity: 1;
}

.bg-fixed {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  text-shadow: 0 0 15px rgba(0,0,0,0.6);
}

.overlay {
  background-color: rgba(0,0,0,0.63);
  background-image: url(../img/overlay-pattern.png) !important;
  background-repeat: repeat;
  background-attachment: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*BOOTSTRAP RESET*/

a, a:active, a:hover, a:focus{
  outline: 0;
  text-decoration: none;
  color: #00B2FF;
}

a {
  color: #008ED6;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

.row {
  margin: 0;
}

@media (min-width: 768px) {
  .row.table-row {
    display:table;
    width:100%;
    margin:0 auto;
  }

  .row.table-row > [class*="col-"] {
    float:none;
    float:none;
    display:table-cell;
    vertical-align:top;
  }
}


/*LOADER SVG*/

.pageload-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 99;
}

.pageload-overlay.show {
  visibility: visible;
}

.pageload-overlay svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.pageload-overlay svg path {
  fill: #f7f7f7;
}

.pageload-overlay::before {
  content: '';
  position: absolute;
  top: 36%;
  left: 50%;
  width: 50px;
  height: 50px;
  visibility: hidden;
  opacity: 0;
  margin: 60px 0 0 -25px;
  z-index: 98;
  background-image: url(../img/bars.svg);
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: top center;
}

@media(min-width: 768px){
  .pageload-overlay::before {
    margin-top: 0;
  }
}

.pageload-loading.pageload-overlay::before {
  opacity: 1;
  visibility: visible;
}


/*NAVIGATION STYLE*/

.navbar-fixed-top,
.navbar-fixed-top.bottom {
  background-color: rgb(255,255,255);
  position: fixed;
  bottom: inherit;
  padding: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.navbar-fixed-top .navbar-brand,
.navbar-fixed-top .navbar-nav > li > a {
  color: #000;
  font-weight: 700;
}

.navbar-fixed-top .navbar-nav > li > a:hover {
  color: #008ED6;
}

.navbar-fixed-top .navbar-brand {
  font-size: px;
}

.navbar-fixed-top.bottom .navbar-brand,
.navbar-fixed-top.bottom .navbar-nav > li > a {
  color: #000;
}

.navbar-fixed-top .navbar-nav > li > a:hover {
  color: #008ED6;
}

.navbar-fixed-top .navbar-toggle {
  border-color: transparent;
}

.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #aaa;
}

.navbar-fixed-top .navbar-toggle:hover .icon-bar,
.navbar-fixed-top .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.navbar-fixed-top .navbar-toggle:hover,
.navbar-fixed-top .navbar-toggle:focus {
  background-color: #008ED6;
}

.navbar-brand img{
  padding-left: 52px;
}

@media (min-width:768px) {
  .navbar-fixed-top{
    background-color: rgba(255,255,255,0.95);
    border: none;
    margin: 0;
    padding: 20px 0 !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-transition : .2s;
    -moz-transition : .2s;
    transition : .2s;
  }

  .navbar-fixed-top.bottom{
    background-color: rgba(21, 21, 21, 0.51);
    position: absolute;
    left: 0;
    bottom: 0;
    top: inherit;
    box-shadow: 0 0 0;
  }

  .navbar-fixed-top.bottom .navbar-brand,
  .navbar-fixed-top.bottom .navbar-nav > li > a {
    color: #fff;
  }
}


/*HEADER STYLE*/

#header{
  position: relative;
  height: 100%;
  padding: 0;
}

.nav-slide a {
  position: absolute;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 97;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-slide a:hover{
  z-index: 98;
}

.nav-slide a.prev {
  left: 0;
}

.nav-slide a.next {
  right: 0;
}

.nav-slide a svg {
  display: block;
  margin: 0 auto;
  padding: 0;
}

.nav-slide .icon-wrap {
    position: relative;
    z-index: 97;
    display: block;
    padding: 16px 10px;
    border: 0px solid #008ED6;
    background: #008ED6;
    -webkit-transition: border-width 0.3s 0.15s;
    transition: border-width 0.3s 0.15s;
}

.nav-slide svg.icon {
    fill: #fff;
}

.nav-slide div {
    position: absolute;
    top: 50%;
    padding: 20px;
    width: 440px;
    height: 144px;
    background: #fff;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.nav-slide a.prev div {
    left: 0;
    padding: 20px 140px 20px 70px;
    text-align: right;
    -webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
    transform: translateY(-50%) translateX(-100%) scale(0.75);
}

.nav-slide a.next div {
    right: 0;
    padding: 20px 70px 20px 140px;
    -webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
    transform: translateY(-50%) translateX(100%) scale(0.75);
}

.nav-slide span {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.7em;
    line-height: 1.2;
}

.nav-slide h3 {
    margin: 0;
    padding: 8px 0 10px;
    color: #000;
    font-weight: 300;
    font-size: 1.325em;
    line-height: 1.2;
}

.nav-slide div p {
    color: #008ED6;
    font-family: "Lucida Bright",Georgia,serif;
    font-size: 75%;
    font-style: italic;
    margin: 0;
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.nav-slide img {
    position: absolute;
    top: 20px;
    width: 104px;
    height: 104px;
    object-fit : cover;
}

.nav-slide a.prev img {
    right: 20px;
}

.nav-slide a.next img {
    left: 20px;
}

.nav-slide a:hover .icon-wrap {
    border-top-width: 40px;
    border-bottom-width: 40px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-slide a:hover div {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(-50%) translateX(0) scale(1);
    transform: translateY(-50%) translateX(0) scale(1);
}

.header-slide {
  height: 100%;
}

.header-slide > section {
	text-align: center;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.header-slide .image-slide,
.header-slide .image-slide a {
  color: #aaa;
}

.header-slide .image-slide .overlay {
  padding-top: 20vh;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

@media(min-width: 768px){
  .header-slide .image-slide .overlay {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}

.header-slide .image-slide .overlay .container {
  width: initial;
}

.header-slide .image-slide .logo {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
}

.header-slide .image-slide .top-social{
  margin: 17px auto 0 auto;
}

.header-slide .image-slide .top-social li {
  width: 30px;
  padding: 5px 0;
  margin: 10px 5px 2px;
  background-color: rgba(98, 98, 98, .3);
}

.header-slide .image-slide .top-social li a {
  font-size: 15px;
  text-shadow: 0 0 0;
}

.header-slide .image-slide a:hover {
  color: #008ED6 !important;
}

.header-slide .image-slide .slider-content {
  padding: 0;
  padding-top: 20vh;
  padding-bottom: 50px;
}

@media(min-width: 768px) {
  .header-slide .image-slide .slider-content {
    padding-top: 24vmin;
  }
}

.header-slide .image-slide .slider-content h1 {
  font-size: 8vmin;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
  margin: 0 0 20px 0;
}

.header-slide .image-slide .slider-content p {
  color: #fff;
  font-size: 15px;
}

.svg-wrap {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.navbar-header a img{
  height: 40px;
  width: auto;
  margin: -6px;
  margin-left: -63px;
}

/*CONTENT TEMPLATE*/

.container-fluid > section{
  padding-bottom: 60px;
  padding-top: 40px;
}

.light {
  background-color: #fff;
  color: #000;
}

.dark {
  background-color: #161616;
  background-image: url(../img/pattern_40.gif);
  background-position: top left;
  background-repeat: repeat;
  color: #fff;
}

.light .title,
.dark .title{
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 25px 55px;
}

.light .title h2:after,
.dark .title h2:after{
  content: "";
  display: block;
  background-color: #222222;
  width: 50px;
  height: 1px;
  margin: 15px auto 0;
}

.dark .title h2:after{
  background-color: #fff;
}

header.title h2 {
  font-size: 30px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px;
}

.light h2 span {
  color: #008ED6;
}

.dark strong,
.dark h2 span{
  color: #2187E7;
}

.separator {
  padding: 0 !important;
  color: #fff;
}

.separator.blue {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  background-color: #008ED6;
}

.separator.blue h2 span {
  color: #000;
}

.separator .bg-fixed .overlay,
.separator .bg-fixed > .container {
  padding: 160px 0 120px;
}

.separator h2.quot-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.4em;
  padding: 0 10px;
}

.separator h2.quot-title:before,
.separator h2.quot-title:after {
  font-family: "FontAwesome";
  font-size: 18px;
  display: inline-table;
  vertical-align: top;
  margin-top: -10px;
}

.separator h2.quot-title:before {
  content: "\f10d";
  margin-right: 5px;
}

.separator h2.quot-title:after {
  content: "\f10e";
  margin-left: 5px;
}

.separator h2.quot-title i {
  font-size: 18px;
  display: none;
  vertical-align: top;
  margin-top: 2px;
}

.separator span.quot-name {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

span.quot-name:after {
  content: "-";
  margin-left: 5px;
}

span.quot-name:before {
  content: "-";
  margin-right: 5px;
}


/* SERVICE */

.row {
  display: flex;
  flex-wrap: wrap;
}
.column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #008ED6 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
h5{
  font-size: 13px;
  font-weight: 700;
  color: #1f194c;
  margin: 1em 0;
}
p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.icon-wrapper {
  background-color: #008ED6;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.card:hover {
  background-position: 0 100%;
}
.card:hover .icon-wrapper {
  background-color: #ffffff;
  color: #008ED6;
}
.card:hover h3 {
  color: #ffffff;
}
.card:hover p {
  color: #f0f0f0;
}
@media screen and (min-width: 1020px) {
  section {
 
  }
  .column {
    flex: 0 50%;
    max-width: 50%;
    padding: 0 2em;
  }
}
@media screen and (min-width: 1024px) {
  section {
   
  }
  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 1em 3em;
  }
}


/*ABOUT STYLE*/

.section-content:before,
.section-content:after,
.about-content:before,
.about-content:after {
  content: " ";
  display: table;
}

.section-content:after,
.about-content:after {
  clear: both;
}

#about .big-image {
  position: absolute;
  left: 0;
  width: 95%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1
}

.about-content {
  margin-bottom: 25px;
  color: #666;
}

.about-content.left > .about-icon,
.about-content.left > .about-detail {
  float: left;
  text-align: left;
}

.about-content.right > .about-icon,
.about-content.right > .about-detail {
  float: right;
  text-align: right;
}

.about-content.left > .about-icon {
  margin-right: 4%;
}

.about-content.right > .about-icon {
  margin-left: 4%;
}

.about-icon {
  font-size: 45px;
  color: #888987;
}

.about-detail {
  width: 70%;
}

.about-content h4 {
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  font-size: 15px;
}


/*EXPERTIES STYLE*/

.container.experties {
  padding-top: 30px;
}

.skill {
  width:95%;
  position: relative;
  line-height: 2em;
}

.skill-bar li {
    margin-bottom: 70px;
    height: 10px;
    width: 109%;
    text-transform: uppercase;
}

.skill-bar li em {
    position: relative;
    top: -30px;
    font-style: normal;
}

.percentage {
    height: 5px;
    margin: 2px 1px;
    background: #2187e7;
    position: absolute;
    box-shadow: 0px 0px 10px 1px rgba(0,198,255,0.4);
}

.percentage:before,
.percentage:after {
  content: "";
  position: absolute;
  right: -3px;
  top: -10px;
}

.percentage:before {
  content: attr(data-value);
  right: -33px;
  top: -35px;
  padding: 0px 5px;
}

.percentage:after {
  border-top: 4px solid #008ED6;
  border-left: 4px solid rgba(0,0,0,0);
  border-right: 4px solid rgba(0,0,0,0);  
}


/*CREATIVE TEAM STYLE*/   .projects-section {
      padding: 60px 20px;
      text-align: center;
    }

    .projects-section h2 {
      font-size: 2.5rem;
      margin-bottom: 40px;
      color: #008ED6;
    }

    .projects-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .project-card {
      background: #111;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .project-card:hover {
      transform: translateY(-10px);
      
    }

    /* Image Container */
    .slider {
      position: relative;
      width: 100%;
      height: 250px;
      overflow: hidden;
    }

    .slider img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;     
      object-position: center; 
      opacity: 0;
      transition: opacity 0.8s ease-in-out;
    }

    .slider img.active {
      opacity: 1;
    }

    .project-card .content {
      padding: 20px;
      text-align: left;
    }

    .project-card h3 {
      margin: 0;
      font-size: 1.3rem;
      color: #fff;
    }

    .project-card p {
      margin-top: 8px;
      font-size: 0.95rem;
      color: #aaa;
    }
/*CONTACT SYTLE*/

#contact {
  position: relative;
  margin: 0;
  padding: 40px 0 0;
  height: 100%;
}

.form-control, .btn.submit {
  margin-bottom: 20px;
  border-radius: 0;
  border-color: #555;
  color: #fff;
  background-color: rgba(0, 0, 0, .1);
}

.form-control:focus {
  border-color: #008ED6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(0, 142, 214, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(0, 142, 214, 0.6);
}

textarea.form-control {
  max-width: 100%;
}

.btn.submit {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  padding-right: 40px;
  padding-left: 40px;
  color: #999;
  z-index: 1;
}

.btn.submit:hover {
  color: #fff;
  border-color: #aaa;
}

.btn.submit:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #008ED6;
  width: 0;
  z-index: -1;
  transition: all .3s;
}

.btn.submit:hover:after {
  width: 100%;
}

address span {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

address span .fa {
  color: #008ED6;
  margin-right: 10px;
}

address span a,
address span a:hover,
address span a:focus {
  color: #fff;
}

address span a {
  text-decoration: underline;
}

.btn-map {
  font-size: 17px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.btn-map:after, .btn-map:before {
  content: "";
  display: block;
  width: 97%;
  height: 1px;
  background-color: #333;
  margin: 10px auto;
}

.btn-map:hover {
  color: #008ED6;
}

#google_map {
  width: 100%;
  height: 400px;
  display: none;
}

.map-tooltip h2 {
  color: #000;
  font-family: "Raleway";
  font-weight: 700;
}

/* footer section styling */
footer{
  background: #111;
  padding: 15px 23px;
  color: #fff;
  text-align: center;
}
footer span a{
  color:  #008ED6;
  text-decoration: none;
}
footer span a:hover{
  text-decoration: underline;
}

