@import url('css/bootstrap.css');
@import url('css/css-plugin-collections.css');
@import url('css/aos.css');
@import url('css/font-awesome/css/font-awesome.min.css');
@import url('css/owl.carousel.css');
@import url('css/owl.theme.css');
@import url('css/revolution/css/settings.css');
@import url('css/revolution/css/layers.css');
@import url('css/revolution/css/navigation.css');
@import url('css/owl.carousel.css');
@import url('css/owl.theme.css');
@import url(css/prettyPhoto.css);
@import url(css/jquery.fancybox.min.css);

@font-face {
  font-family: 'Montserrat-Light';
  src: url(fonts/Montserrat-Light.otf);  
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(fonts/Montserrat-Bold.otf);  
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url(fonts/Montserrat-SemiBold.otf);  
}
@font-face {
  font-family: 'Montserrat-Black';
  src: url(fonts/Montserrat-Black.otf);  
}
@font-face
{
  font-family:'OpenSans-Regular';
  src:url(fonts/OpenSans-Regular.ttf);
}
@font-face
{
  font-family:'OpenSans-Semibold';
  src:url(fonts/OpenSans-Semibold.ttf);
}
@font-face
{
  font-family:'OpenSans-Bold';
  src:url(fonts/OpenSans-Bold.ttf);
}
@font-face
{
  font-family:'OpenSans-ExtraBold';
  src:url(fonts/OpenSans-ExtraBold.ttf);
}
@font-face
{
  font-family:'Oswald-Bold';
  src:url(fonts/Oswald-Bold.ttf);
}
@font-face
{
  font-family:'Oswald-Light';
  src:url(fonts/Oswald-Light.ttf);
}
@font-face
{
  font-family:'Oswald-Regular';
  src:url(fonts/Oswald-Regular.ttf);
}

a, a:hover, a:focus
{
  text-decoration: none;
  outline: none;
}
ul
{
  padding: 0px;
  margin: 0px;
}

h1,h2,h3,h4,h5,h6
{
  margin: 0px;
}
::-moz-selection {
  background: #08a3d3;;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #08a3d3;;
  text-shadow: none;
  color: #ffffff;
}  
body
{
margin:0;
padding: 0;
font-family: 'OpenSans-Regular';

}
p
{
  margin: 0px;color: #666;
}/*
h2
{
  font-family: 'Montserrat-Black';
  font-size: 30px;
  color: #222;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
h2 span
{
  font-family: 'Rubik-Light';
}*/

/*========================================*/
/*==============header=====================*/
/*=========================================*/
header
{
     background: #f2f2f2;
    z-index: 999;
    position: relative;
}
.menuzord
{
  background: transparent;
}
.menuzord-brand
{
  padding: 0px 0px !important;
  /*background: #fff;*/
  position: relative;
}
.menuzord-brand img
{
  height: 100px;
  padding: 8px 0px;
  position: relative;
}

.menuzord-menu > li > a 
{
  font-size: 14px !important;
  font-family: 'Oswald-Regular';
  padding: 0px 15px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  line-height: 100px;
  z-index: 999;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
}
.menuzord-menu > li.active > a:before /*.menuzord-menu > li:hover  a*/
{
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 100%;
    height: 10px;
    background-color: #08a3d3;
    z-index: 0;
    color: #08a3d3 !important;
    transition: all 0.5s ease-in-out 0s;
}
.menuzord-menu > li > a:before 
{
  content: "";
  position: absolute;
  left: 0%;
  bottom:0px;
  width: 100%;
  height: 0px;
  background-color:#08a3d3;
  transition: all 0.5s ease-in-out 0s;
  z-index:0;
  color: #000!important;
}
.menuzord-menu > li:hover a:before 
{
  width: 100%;
  left: 0;
  height: 90%;
  right: auto;
  z-index: -1;
}

.menuzord-menu > li:hover a 
{
 color: #fff; 
}
.menuzord-menu.menuzord-right li
{
  padding: 0px 0px;
  position: relative;
}
.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown
{
  background:#201e1e;

}
.menuzord-menu ul.dropdown li a
{
  padding: 10px 35px;
  font-size: 14px !important;
  font-family: 'Oswald-Regular';
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  line-height: 20px;
}
.menuzord-menu ul.dropdown li:hover > a 
{

    background: #201e1f;
    color: #ffdf43;
}
.menuzord-menu ul.dropdown li
{
  padding: 0px;
  border-bottom: 1px solid #fff;
}
.menuzord-menu ul.dropdown
{
  top: 100px;
}

.scroll-top-wrapper 
{
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #333;
  color: #eeeeee;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 30px;
  bottom: 30px;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover 
{
  background-color: #08a3d3;
  color: #fff;
}
.scroll-top-wrapper.show 
{
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
    .scroll-top-wrapper i{
        line-height: inherit;
        font-size: 24px;
    }

/*==========slider===========*/
/*
.slotholder:before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:999;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 35%);


}*/
.rev_slider_wrapper #slider1 .banner-caption-h1 {
    font-size:80px;
    color: #FFFFFF;
    font-family: 'Montserrat-Black';
    line-height: 80px;
    text-transform: uppercase;
    color:#fff;  
    letter-spacing: 15px;  
    text-shadow: 3px 4px 5px rgb(0, 0, 0);    
  }
  .rev_slider_wrapper #slider1 .banner-caption-h2 {
    font-size: 30px;
    line-height: 30px;
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
    letter-spacing: 15px;
    color: #221f1f
  }
  
    .rev_slider_wrapper #slider1 .banner-caption-h3 {
    font-size: 25px;
    line-height: 30px;
    font-family: 'Montserrat-Black';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #221f1f
  }


.zeus.tparrows
{
  background: rgba(0, 0, 0, 0.7);
}
/*--------------------------
     what-we-do-section
----------------------------*/
.what-we-do-section
{/*
  background: #201e1e;*/
  padding: 60px 0px;
  position: relative;
}
/*
.what-we-do-section:before
{
    content: "";
    position: absolute;
    left: 0;
    top:0;
    background: url(images/Cover-page-1-1-1.png);
    background-size: cover;
    z-index: 0;
    opacity: 0.2;
    width: 100%;
    height: 100%;
}*/
.what-we-do-section h1
{
  font-family: 'Oswald-Bold';
  font-size: 250px;
  color: #08a3d3;
  max-height: 110px;
  line-height: 225px;
  overflow: hidden;
  margin-left: -10px;
  display:none;
}
.what-we-do-section h2
{
  font-family: 'Montserrat-Light';
  font-size: 40px;
  color: #fff;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 0px;
}
.what-we-do-section p
{
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 0.5px;
}
.what-we-do-text a
{
  background: #fff;
  color: #201e1e;
  padding: 0px 30px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'OpenSans-Semibold';
  line-height: 45px;
  display: inline-block;
  letter-spacing: 1px;
  border-radius: 5px;
  margin-top: 20px;
}
.what-we-block
{
  width: 33.33%;
  float: left;
  padding: 5px;
}
.what-we-dox
{
  background: #fff;
  text-align: center;
  padding: 20% 0px;
  position: relative;
  overflow: hidden;
}
.what-we-dox:before, .what-we-dox:after {
    background: #08a3d3 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height:1px;
    position: absolute;
    top: 50%;
    width: 1px;
    z-index: 0!important;
}

.what-we-dox:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.what-we-dox:after {
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
                                                         
.what-we-dox:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
}
.what-we-dox:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
}
.what-we-dox:hover
{
  cursor: pointer;
}
@-webkit-keyframes criss-cross-left {
    
0% {
    left: -20px;
}
50% {
    left: 50%;
    width: 20px;
    height: 20px;
}
100% {
    left: 50%;
    width: 375px;
    height: 375px;
}
    
}

@keyframes criss-cross-left {
    
0% {
    left: -20px;
}
50% {
    left: 50%;
    width: 20px;
    height: 20px;
}
100% {
    left: 50%;
    width: 375px;
    height: 375px;
}
}
@-webkit-keyframes criss-cross-right {
    
0% {
    right: -20px;
}
50% {
    right: 50%;
    width: 20px;
    height: 20px;
}
100% {
    right: 50%;
    width: 375px;
    height: 375px;
}
    
}
@keyframes criss-cross-right {
0% {
    right: -20px;
}
50% {
    right: 50%;
    width: 20px;
    height: 20px;
}
100% {
    right: 50%;
    width: 375px;
    height: 375px;
}
    
}
.what-we-dox img
{
  width: 80px;position: relative;z-index: 10;
}
.what-we-dox h4
{
  font-family: 'Montserrat-Bold';
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #201e1e;position: relative;z-index: 10;
}
/*--------------------------
   home-about-section
---------------------------*/
.home-about-section
{  /* background: #ededed;*/
    position: relative;
 
}/*
.home-about-section:before
{
    content: "";
    position: absolute;
    left: 0;
    top:0;
    background: url(images/Cover-page-1.png);
    background-size: cover;
    z-index: 0;
    opacity: 0.2;
    width: 100%;
    height: 100%;
}*/
.about-us-img
{

}
.about-us-img img
{
  max-height: 510px;
  margin: 0px auto;
}
.about-us-text
{
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-us-text h1
{
  font-family: 'Oswald-Bold';
  font-size: 250px;
  color: #fff;
  max-height: 110px;
  line-height: 225px;
  overflow: hidden;
  margin-left: -10px;
  display:none;
}
.about-us-text h2
{
  font-family: 'Montserrat-Black';
  font-size: 40px;
  color: #fff;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 0px;
}
.about-us-text p
{
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  font-weight: 550;
  letter-spacing: 0.5px;
}
.about-us-text a
{
  background: #08a3d3;
  color: #201e1e;
  padding: 0px 30px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'OpenSans-Semibold';
  line-height: 45px;
  display: inline-block;
  letter-spacing: 1px;
  border-radius: 5px;
  margin-top: 20px;  
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.about-us-text a:hover
{
  background: #201e1e;
  color: #fff;
}
/*--------------------------
   home-our-work
---------------------------*/
.home-our-work
{
  padding: 60px 0px;
  /*background: #201e1e;*/
 
}
.home-our-work h1
{
  font-family: 'Oswald-Bold';
  font-size: 250px;
  color: #08a3d3;
  max-height: 135px;
  line-height: 225px;
  overflow: hidden;
  margin-left: -10px;
  margin-top: -20px;
  display:none;
}
.home-our-work h2
{
  font-family: 'Montserrat-Black';
  font-size: 40px;
  color: #fff;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 0px;
  display: inline-block;
}
.home-our-work a.btn-1
{
  background: #08a3d3;
  color: #201e1e;
  float: right;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'OpenSans-Semibold';
  line-height: 40px;
  letter-spacing: 1px;
  border-radius: 5px;
  margin-top: 5px;  
  position: relative;
  overflow: hidden;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  padding: 0px 30px;
}
.home-our-work a.btn-1:hover
{
  background: #201e1e;
  color: #fff;
}
/*

.home-our-work a.btn-1 span {
    display: block; 
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.home-our-work a.btn-1:hover:before{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}
.home-our-work a.btn-1:before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #201e1e;
    color: #fff;
    text-align: center;
    content: attr(data-txt);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    transition:  0.3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}


.home-our-work a.btn-1:hover span{
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}*/
.work-block
{
  margin: 15px 0px;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}
.work-box
{
  position: relative;
  overflow: hidden;
}
.work-box img
{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.work-box:hover img
{
   /* -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);*/
    transform: scale(1.1);
}

.work-box:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    content:"";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -100%;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
}

.work-box:hover:after {
    top: 50%;
    opacity: 1;   
    z-index: 1;
}

.work-box:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: -100%;
    height: 100%;
    content:"";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
}

.work-box:hover:before {
    bottom: 50%;
    opacity: 1;  
    z-index: 1;
}

.work-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.work-box:hover .work-icon {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    z-index: 999;
}
.work-icon a {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  line-height: 47px;
  border: 2.5px solid #fff;
  margin: 0px auto;
  color: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}
.work-icon a:hover {
    color: #fff;
    background: rgb(8, 163, 211);
    border-radius: 50%;
}

.work_title {
    position: absolute;
    bottom: -10%;
    width: 100%;
    background: #fff;
    height: auto;
    padding: 10px 20px;
    opacity: 0;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    z-index: 4;
}/*
.work_img{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}*/
.work_title h5{
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;  
    line-height:30px;
    
}
.work_title a{
    color: #666;
}
.work-box:hover .work_title{
    opacity: 1;
     bottom: 0; 
}
.portfolio-item .btn-box{
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.portfolio-item .btn-box a{
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #ffffff;
  color: #141414;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  margin: 0 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.portfolio-item .btn-box a:hover{
  color: #ffffff;
  background-color: #fc6183;
}

.portfolio-item:hover .btn-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
/*----------------------------
   home clients
----------------------------*/
.home-clients-section
{
  padding: 60px 0px;
  /*background: #121212; */
  position: relative;    
  overflow-x: hidden
}
/*
.home-clients-section:before
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/Cover-page-1-1.png);
    background-size: cover;
    z-index: 0;
    opacity: 0.2;
    width: 100%;
    height: 100%;

}*/
.home-clients-section h1
{
  font-family: 'Oswald-Bold';
  font-size: 250px;
  color: #fff;
  max-height: 135px;
  line-height: 225px;
  overflow: hidden;
  margin-left: -10px;
  margin-top: -20px;
  display:none;
}
.home-clients-section h2
{
  font-family: 'Montserrat-Black';
  font-size: 40px;
  color: #fff;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 0px;
  margin-top:0px;
  margin-bottom:25px;
  display: inline-block;
}
.clients-block
{
  width: 25%;
  float: left;
  padding: 15px;
}
.clients-block img
{
  max-width: 100%;
}
.clients-box
{
  background: #fff;
  padding: 15px 0px;   text-align: center;
  box-shadow:0px 0px 0px 5px rgba(255, 204, 41, 0.5)
}
#clients-carousel .owl-prev,
#clients-carousel .owl-next {
    position: absolute;
    top: 35%;
    border-radius: 2px;
    width: 28px;
    height: 50px;
    background-color: #201e1e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all 0.3s ease;
}
#clients-carousel
{
    overflow: hidden;
}
#clients-carousel .owl-next {
    right: -40px;
}
#clients-carousel .owl-prev {
    left: -40px;
}
#clients-carousel:hover .owl-next {
    right: 0px;
}
#clients-carousel:hover .owl-prev {
    left: 0px;
}

#home-work .owl-nav
{
  margin: 0px;
  width: 100px;
  position: absolute;
  right: 0;
  top: -20%;
}
#home-work .owl-nav div
{
  color: #08a3d3;
  font-size: 24px;
  height: 40px;
  left: 0px;
  line-height: 35px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  transition: 0.4s;
  z-index: 1;
  background: transparent;
  border: 1px solid #08a3d3;
}
#home-work .owl-nav div.owl-next 
{
  left: auto;
  right: 0px;
}
/*---------------------------
      footer
---------------------------*/
footer
{
    /*background: #15161d;*/
    padding:50px 0px;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.footer-block
{
 
}
.footer-img img
{
    max-height: 90px;
    margin: 0px auto;
}
.footer-block h4
{
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: 'Montserrat-Bold';
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.footer-block h4:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 0px;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #07a3d3;
}
.footer-block p
{
  font-size: 14px;
  color: #fff;
  font-family: 'OpenSans-Regular';
  line-height: 25px;
}
ul.social-media {
  
  margin-top: 5px;
}

ul.social-media li {
  float: left;
  list-style: outside none none;
}

ul.social-media li a {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0%;
  color: #fff;
  display: block;
  height: 35px;
  line-height: 30px;
  margin-right: 15px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  width: 35px;

}

ul.social-media li a:hover {
  background: #fff;  
  color: #333;
}

.copy-right
{
  /*9background: #15161d;*/
  color: #fff;
  text-align: center;border-top: 1px solid rgba(255,255,255,0.15);
 
}

  .copy-right p
  {
    font-size: 14px;
    margin: 0px  auto;
    padding: 15px 0px;
    letter-spacing: 1px;
    color:#fff;
  }
  .copy-right p a
  {
    color: #fff;
    text-transform: uppercase;
  }
/*----------------------------------------*/
/*             Breadcumbs Area
/*----------------------------------------*/
.page-area {
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid rgba(255,255,255,0.15);
}
/*
.page-area {
    background: url(images/breadcrumb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: left;
}
.breadcumb-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}*/
.breadcrumb{
    padding: 60px 0px ;
    float: left;
    width: 100%;margin: 0px;
    background-color: transparent;  
    transition: all 0.5s ease-in-out 0s;
    position: relative;
  
}
 
.breadcrumb h2{
    font-size: 40px;
    line-height: 40px;
    text-transform: inherit;
    text-transform: uppercase;
    font-family: 'Montserrat-Black';
    letter-spacing: 2px;
    color: #08a3d3;
}
.breadcrumb h1
{  
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 5px;
  /*position: absolute;float: left;*/
  font-family: 'Montserrat-Black';
  text-transform: uppercase;
  text-align: left;
  color: rgb(255, 255, 255);
  /*line-height: 70px;
  bottom: -1px;
  text-shadow: 0px -2px 0 #08a3d3;*/  transition: all 0.5s ease-in-out 0s;
}
.breadcrumb ul {
    padding: 10px 0px;
    padding-bottom: 0px;
    /*float: right;  */text-align: left;
    transition: all 0.5s ease-in-out 0s;
}
.breadcrumb ul li:first-child
{
  padding-left: 0px;
}
.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.breadcrumb ul li a
{
  color: #fff
}
.breadcrumb ul li:after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}
.breadcrumb .section-headline::after {
    display: none;
}
.breadcrumb ul li:last-child::after 
{
   display: none;
}


/*----------------------------------------*/
/*             About-Section
/*----------------------------------------*/
.about-section
{
  padding: 60px 0px;
  overflow-x: hidden;
  color:#fff;
}
.about-section h2
{
  font-size: 35px;
  line-height: 30px;
  font-family: 'Montserrat-Black';
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 20px;
}
.about-section p
{
  line-height: 30px;
  text-align: justify;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-size: 14px;    color: rgba(255, 255, 255, 0.5);
}
.about-section .panel-group .panel
{
  background: transparent;
  border: none;
}
.about-section .panel-heading {
    color: #fff;
    background-color:#f0f0f0 !important;
    border: none;
    position: relative;
}
.about-section .panel-title a
{
  font-size: 15px;
  letter-spacing: 1px;
  width: 100%;
  color: #201e1e;
  text-transform: uppercase;
  line-height: 30px;
  display: block;
  padding-left: 80px;
  font-family: 'OpenSans-Bold';
  letter-spacing: 2px;
}
.about-section .panel-title i
{
  font-size: 14px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background:#08a3d3;;  
}
.about-section .panel-title a:hover,.about-section .panel-title a:focus
{
  text-decoration: none;
}
.about-section .panel-body
{
  border: 0px !important;
  background:#f0f0f0 !important;
  padding: 10px 15px;
  margin-top: 10px;
}
.about-section .panel-body p
{
  margin-bottom: 0px;
  line-height: 25px;
  letter-spacing: 0px;
  color:#222;
}
.about-section .panel-group
{
  margin-bottom: 0px;
}
.about-section .panel-group .panel + .panel
{
  margin-top: 15px;
}
.success-section
{
  padding: 60px 0px;
  /*background-color: #f2f2f2;*/
  color:#fff;
}
.success-section h2
{
  font-size: 20px;
  line-height: 20px;
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.success-section h1
{
  font-size: 30px;
  line-height: 30px;
  font-family: 'Montserrat-Black';
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 20px;
}
.success-section p
{
  line-height: 30px;
  text-align: justify;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-size: 14px;    color: rgba(255, 255, 255, 0.5);
}
.video-section-area {
  position: relative;
}
.video-section-area:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2b902;
  content: "";
  opacity: 0.8;
}
.video-section-area img.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  ms-transform: translate(-50%, -50%);
  z-index: 11;
}
/*---------------------------------
            services-section
----------------------------------*/
.services-section
{
  padding: 60px 0px;
}
.services-img-box
{
    /*background: #08a3d3;
    padding: 20%;
    border: -;
    border-radius: 50%;
    border: 8px solid #000;*/    
    background: #08a3d3;
    padding: 80px;
    border: 5px solid #000;
    border-radius: 50%;
    /* border: 8px solid #000; */
    /* text-align: center; */
    width: auto; position: relative;
    float: left;
}
.services-img-box:before
{
    position: absolute;
    content: " ";
    width: 20%;
    height: 20%;
    background: #08a3d3;
    left: 40%;
    top: -35px;
    border: 5px solid #000;
    z-index: -1;
    border-radius: 50%;
}
.services-img-box:after
{
    position: absolute;
    content: " ";
    width: 2%;
    height: 100%;
    background: #000000;
    left: 49%;
    top: -18%;
    /* border: 5px solid #000; */
    z-index: -2;
}
.services-img-box img
{
    /*width:100%;*/max-width: 200px;
}
.services-text h2
{
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: 'Montserrat-Bold';
}

.services-text p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.services-text ul
{
        list-style-type: none;
}
.services-text ul li
{
    color: #666;
    padding-left: 30px;
    position: relative;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 23px;
    margin-top: 15px;
}

.services-text ul li:before {
    position: absolute;
    content: "/f45c";
    font-family: fontawesome;
    color: #007bff;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    padding-left: 2px;
    line-height: 13px;
}
/*---------------------------------
        portfolio-page
----------------------------------*/
.portfolio-section
{
  padding: 60px 0px;
}
.portfolio-section .work-box {
    position: relative;
    overflow: hidden;
  border: 5px solid #ecebeb;
  padding: 10px;
}
.portfolio-section .work-block
{
  margin: 15px 0px;
  min-height: auto;
  position: relative;
  overflow: hidden;
}
/*---------------------------------
         clients-page
----------------------------------*/
.clients-section
{
  padding: 60px 0px; 
  position: relative;
}

.clients-section:before
{
    content: "";
    position: absolute;
    left: 0;
    top:0;
    background: url(images/Cover-page-1-1.png);
    background-size: cover;
    z-index: 0;
    opacity: 0.2;
    width: 100%;
    height: 100%;

}
.clients-section .clients-block
{
  width: 20%;
  float: left;
  position: relative;
  padding: 15px; 
}
.clients-section .clients-block img
{
  max-width: 100%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.clients-section .clients-box
{
  background: #fff;
  padding: 0px 0px;
  text-align: center;
  box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.5);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;    overflow: hidden;
}
.clients-box img
{
    width: 100%;
    margin: 0px auto;;
}
.clients-section .clients-box:hover
{ 
    box-shadow:0px 0px 0px 5px rgb(32, 30, 30);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    
}
.clients-section .clients-block:hover img
{
    -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/*---------------------------------
      testimonial-page
----------------------------------*/
.testimonial-section
{
  padding: 60px 0px;
}
.testimonial-box {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: c;
    -ms-flex-pack: c;
    justify-content: c;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 2px 88px rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 88px rgba(0, 0, 0, 0.10);*/
    border: 5px solid #f1f1f1;
    padding: 20px;
    margin: 0;
    position: relative;
    margin: 15px auto;
}
.testimonial-icon
{
    position: absolute;
    width: 50%;
    height: 70%;
    top:15%;
    text-align: center;
    left: 25%;
}
.testimonial-icon img 
{
    max-width: 100%;
    max-height: 100%;
    opacity: 0.2;
}



.testimonial-box > p 
{
    margin-bottom: 10px;
    line-height: 25px;
    color: #666;
    font-size: 14px; 
}

.testimonial-box > h5 {
    color: #08a3d3;
    font-size: 18px;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    line-height: 30px;
}

.testimonial-box > h6 {
    font-size: 14px;
    margin-bottom: 0; font-family: 'OpenSans-Semibold';
}
/*---------------------------------
        contact-page
----------------------------------*/
  .contact-section
  {
    padding: 60px 0px;
  }/*
  .contact-block {
      float: left;
      width: 100%;
      background: #0f5d86;
      padding: 60px 30px;
  }*/
  .contact-section h2 ,  .contact-form  h2
  {
        font-size: 25px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
        font-family: 'Montserrat-Bold';
        color:#fff;
  }
  .contact-form  h2
  {
      color:#222;
  }
  .contact-block div 
  {
       float: left;
      width: 100%;
      padding: 25px 0px;    
      border-bottom: 1px solid rgba(32, 30, 30, 0.2);
  }
    .contact-block div:first-child{
        padding-top:0px;
    }
  .contact-block div:last-child 
  {
    margin-bottom: 0px;
    border: none;
  }

  .contact-block div:nth-child(2) p
  {
    line-height: 60px;
  }

  .contact-block i 
  {
    float: left;
    font-size: 24px;
    color: #fff;
    background: #08a3d3;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
  }

  .contact-block p 
  {
    margin-left: 90px;
    line-height:30px;
    margin-top: 0px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;    
    font-size: 14px;
    color:#fff;
  }

  .contact-block p span
  {
    display: inline-block;
  }
  .google-map-block
  {
      padding-left:30px;
  }
  .google-map
  {
    width: 100%;
    float: right;
    height: 285px;
  }

/*  .contact-form-section
  {
    position: relative;
    background-image: url(images/bg1-1.png);
    padding-top: 60px;
  }

  .contact-form-section:before
  {
    position: absolute;
    content: " ";
    background: #08a3d3;
    height: 60%;
    bottom: 0;
    width: 100%;
  }*/

  .contact-form 
  {
    padding: 30px;
    border: 1px solid #f3f3f3;
    margin-bottom: 60px;
    margin-top: 0px;
    background: #fff;
  }
  .contact-form form input, .contact-form form textarea
  { 
    color: #5A5A5A;
    display: block;
    font-size: 14px;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 0;
    transition: all 500ms ease;
    border: none;
    background: transparent;
    width: 100%;
    border-bottom: 1px solid #5A5A5A; 
  }
  .contact-form   form textarea
  {
    margin-bottom: 20px;
    padding: 10px 0px;
    height: 120px;
    padding-top: 20px;
    resize: none;
  }
  .contact-form form input:focus, .contact-form form textarea:focus
  {
    border-bottom: 1px solid #08a3d3;
    outline:none;
  }


  .contact-form  form input::-webkit-input-placeholder, .contact-form form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #5A5A5A;
   letter-spacing: 1px;
   opacity:1;
   text-transform: capitalize;
  }

  .contact-form  form input::-moz-placeholder, .contact-form form textarea::-moz-placeholder { /* Firefox 19+ */
   color: #5A5A5A;
   letter-spacing: 1px;
   opacity:1;
   text-transform: capitalize;
  }
  .contact-form form input:-ms-input-placeholder, .contact-form form textarea:-ms-input-placeholder { /* IE 10+ */
   color: #5A5A5A;
   letter-spacing: 1px;
   opacity:1;
   text-transform: capitalize;
  }
  .contact-form  form input:-moz-placeholder, .contact-form form textarea:-moz-placeholder { /* Firefox 18- */
   color: #5A5A5A;
   letter-spacing: 1px;
   opacity:1;
   text-transform: capitalize;
  }

  .btn-1
  {
    /*width: 100%;*/
    height: 50px;
    text-transform: uppercase;
    color: #fff;
    background: #201e1e;
    box-shadow: none;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    font-family: 'OpenSans-Regular';
    letter-spacing: 2px;
    position: relative;
    margin-top: 10px;
    padding: 0px 30px;
  }

  .btn-1:after {
      background-color: #fff;
      content: "";
      height: 100%;
      left: 0;
      opacity: .1;
      position: absolute;
      top: 0;
      transform: skewX(25deg);
      transition: all .5s ease 0s;
      width: 0;
      z-index: -1;
  }

  .btn-1:hover:after {
      left: 5%;
      width: 90%;
      z-index: 999;
  }
  .captcha label
  {
    width: 25%;
    float: left;
  }
  .captcha input
  {
  width: 75% !important;
    
  }
  input:focus, textarea:focus {
    border: none;
  }
/*----------------------------------------*/

/*============media screen============*/
@media screen and (max-width: 1200px) 
{
  .what-we-do-section h2, .home-clients-section h2, .home-our-work h2, .about-us-text h2
  {
    font-size: 35px;
  }
  .what-we-dox h4
  {
    font-size: 15px;
    letter-spacing: 0px;
  }
  .work-block {
    margin: 10px 0px;
    min-height: 210px;
  }
  .clients-box
  {
    height: auto;
  }
}
@media screen and (max-width: 991px) 
{
  .menuzord-responsive .menuzord-brand
  {
    margin: 0px;
  }
  .menuzord-responsive .menuzord-menu > li > a 
  {
    padding: 0px 20px !important;
    border-radius: 0;
    line-height: 49px;
   }
   .video-section-area
   {
       margin-bottom:30px;
   }
.footer-block
{
  width: 50%;
  float: left;
  min-height: 110px;
}
.what-we-do-text
{
  margin-bottom: 20px;
}
.testimonial-block
{
    width:50%;
    float:left;
    padding:0px 10px;
}
.testimonial-box 
{
    padding:10px;
}
.testimonial-box > p {

    text-align: justify;
}
/*
.breadcrumb
{
  padding: 80px 0px 0px;
}
.breadcrumb h1 
{
font-size: 60px;
line-height: 50px;
}
.breadcrumb ul
{
  padding: 10px 0px;
}*/
}

@media screen and (max-width: 767px) 
{.clients-section .clients-block{
    width: 50%;
}
    .mt-30{
          margin: 30px 0px 0px;
    }
    /* .clients-block {
  width: 33.3% ;
  float: left;
  position: relative;
  padding: 15px;
}*/

/*
.breadcrumb h1 
{
font-size: 40px;
line-height: 30px;
}
.breadcrumb ul
{
  padding: 10px 0px;
}  */
.work-block
{
    min-height:auto;
}
.work-block:nth-child(2),.work-block:nth-child(3), .work-block:nth-child(4), .work-block:nth-child(5)
{
    width:50%;
    float:left;
}
 
}
@media screen and (max-width: 600px) 
{
    .what-we-block
    {
        width:50%;
    }
    .work-block
    {
        width:100%;
    }
    .footer-block
    {
        float: none;
        width: 75%;
        margin: 0px auto;
    }
}
@media screen and (max-width: 450px) 
{
.clients-block
{
    width:50%;    
}
}
@media screen and (max-width: 400px) 
{
    .what-we-block
    {
        width: 80%;
        float: none;
        margin: 0px auto;
    }
    .footer-block
    {
        float: none;
        width: 80%;
        margin: 0px auto;
    }
}
.mt-30{
    margin: 30px 0px 0px;
}