/*
Author URI: http://webthemez.com/
Note: 
Licence under Creative Commons Attribution 3.0 
Do not remove the back-link in this web template 
-------------------------------------------------------*/

@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);

/* Reset
---------------------------------*/
ul {
    list-style: none;
    line-height: 200%;
    font-size: 1.8rem;
}

.figure {
    margin: 0px;
}

img {
    max-width: 90%;
    padding-left: 1.4%;
    
}

a, a:hover, a:active {
    outline: 0px !important;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0010';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}


/* Styles
---------------------------------*/
body {
    background: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    margin: 0;
}

h2 {
    font-size: 34px;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    /*margin: 0px 0 20px 0;*/
    text-align: center;
    text-transform: uppercase;
}

h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 20px;
    margin: 0 0 5px 0;
    font-style: bold;
}

h6 {
    font-size: 16px;
    color: #888888;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}

p {
    line-height: 24px;
    margin: 0;
}

.heading{
    margin: 20px;
    padding: 20px;
}



/* ScrollBar */

body::-webkit-scrollbar{
    width: auto;
}
body::-webkit-scrollbar-track{
    background: transparent;
    border-radius: 100vw;
 }
body::-webkit-scrollbar-thumb{
    border-radius: 100vw;
    border: .38em solid #fcfcfc;
    background:linear-gradient(35deg, rgb(0, 123, 139) 0%, rgb(49, 94, 218) 54%, rgb(169, 39, 255) 100%);
}


/* Header Styles
---------------------------------*/

#header_wrapper {
    background: #ffffff;
    padding: 5px 0px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.header_box {
    position: relative;
}

.logo {
    float: left;
    margin-top: 2px;
    position: relative;
    z-index: 2;
}

.res-nav_click {
    display: none;
}
	

/* Nav Styles
---------------------------------*/
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    /*border: 5px solid transparent;*/
    min-height: 40px;
    margin-bottom: 0px;
    float: right;
}
.navbar-inverse .navbar-nav > li > a {
    color: rgb(121, 121, 121);
}
.navStyle {
    float: right;
}

.navStyle ul {
    list-style: none;
    padding: 1px;
}

.navStyle ul li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px 5px;
}

/* .navStyle ul li:first-child {
	margin:0px;
} */

/* .navStyle ul li:last-child {
    margin: 0 0 0 23px;
} */

.navStyle ul li a {
    display: block;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(121, 121, 121);
    font-weight: 600;
    border-radius: 32px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.navStyle ul li a:hover {
    /*background: linear-gradient(35deg, rgb(0, 123, 139) 0%, rgb(49, 94, 218) 54%, rgb(116, 0, 194) 100%);*/
}

.navStyle > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: rgb(248, 248, 248);
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:focus {
    color: rgb(121, 121, 121);
    background-color: transparent; 
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ff8c26;
    background-color: transparent;
    /*border-block: 1px solid rgb(0, 100, 128);*/
}

.navbar-inverse .navbar-nav > .active > a:hover{
    color: #fcfcfc;
}
.navStyle > li.active > a,
.navStyle > li.active > a:hover {
    text-decoration: none;
    color: #252525;
    background-color: transparent;
}
/* 
.borderLeft {
}

.borderTop {
    margin-top: 30px;
}

.mrgTop {
    margin-top: 30px;
} */

/* Top_content
---------------------------------*/



.top_cont_outer {
    background: #03A9F4;
    position: relative;
    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
    background: -webkit-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(left, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: linear-gradient(95deg, #004665, #000238);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
}

.hero_section {
    position: relative;
    padding-top: 50px;
    height: auto;
}

.white_pad {
    position: relative;
    right: 100px;
    bottom: 100px;
}

.white_pad img {
    display: flex;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.responsive{
    width: 100%;
    height: 80vh;
}


.top_left_cont {
    padding: 110px 0;
}

.top_left_cont h3 {
    font-size: 16px;
    color: #f56eab;
    margin: 0 0 20px 0;
    text-align: left;
    font-weight: 700;
}
.txtm{
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #dcdcdc;
    line-height: 28px;
}
.txtn{
        font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
}
.top_left_cont h2 {
    font-size: 44px;
    color: #FFF;
    line-height: 48px;
    margin: 0 0 26px 0;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    text-transform: capitalize;
    font-weight:700;
    letter-spacing: 3px;
}

.top_left_cont h2 strong {
    font-weight: 800;
    color: #ff8c27;
    font-size: 50px;
    font-family:'Raleway', sans-serif;
}

.top_left_cont p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 30px 0;
    line-height: 26px;
}

a.read_more2 {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 14px;
    
    width: 140px;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;

    text-align: center;
    
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: transparent;
    color: #fff;
    border: 1px solid #086cad;
    text-decoration: none;
    margin-top:25px;
    letter-spacing: 2px;
}

a.read_more2:hover {
    background: #007eb4;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
}


.para{
    color: #232323;
    font-family:'Raleway', sans-serif;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0.5px;
}

	







/* Services
---------------------------------*/

#service {
    padding: 20px 0px;
    /*background: #f3f3f3;*/
    background: #fff8f2
}

.service_wrapper {
    padding: 10px 0 5px;
}

/* .service_section {
} */

.service_block {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    background: #004161;
    padding: 55px 20px 50px;
    position: relative;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    margin-bottom: 28px;
}

.service_icon {
    border: 6px solid #ffffff;
    border-radius: 50%;
    width: 90px;
    height: 80px;
    margin: 0px auto 0;
    border: 10!important;
    background-color:#0076CE;  
    background: inherit;
    
}

.service_icon.icon2 {
    border: 6px solid #fff;
}

.service_icon.icon3 {
    border: 6px solid #fff;
}

.service_icon span {
   /*background: #f8f8f8; */
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.service_icon i {
    color: #fe8c26;
    font-size: 30px;
    margin-top: 0;
    position: relative;
    top: 20px;
    z-index: 20;
}

.service_block h3 {
   font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #ff8c26;
    margin: 25px 0 21px;/*
    text-transform: uppercase;*/
    letter-spacing: 1px;
}

.service_block p {
   font-size: 14px;
    color:#fff;
    margin: 0px;
    text-align: center;
    letter-spacing: 1px;
}
	


/* Latest Work
---------------------------------*/


#work_outer {
    background: #f9f9f9;
    padding: 70px 0px;
    position: relative;
}

.work_pic {
    position: absolute;
    right: 0;
    top: 25%;
    width: 50%;
}

.inner_section {
    padding: 60px 0 20px;
}

.service-list {
    padding: 0 0 0 0;
    font-size: 14px;
    margin-bottom: 40px;
}

.service-list-col1 {
    float: left;
    width: 60px;
    text-align: center;
}

.service-list-col1 i {
    display: block;
    color: #888;
    font-size: 19px;
    font-style: normal;
    line-height: 20px;
}

.service-list-col2 {
    overflow: hidden;
}

.page_section.alabaster {
    background: #fafafa;
}

.work_bottom {
    padding: 20px 0 0 0px;
}

.work_bottom span {
    font-size: 18px;
    color: #333333;
    display: block;
    margin: 0 0 20px 0;
}

a.contact_btn {
    background: #fff;
    text-transform: uppercase;
    display: block;
    width: 176px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    color: #df0031;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border: 2px solid #df0031;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

a.contact_btn:hover {
    background: #df0031;
    color: #fff;
}

.input-text {
    background: transparent;
}


/* Portfolio
---------------------------------*/


#Portfolio {
    padding: 60px 0px;
}

.Portfolio-nav {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

.Portfolio-nav li {
    margin: 0 10px;
    display: inline;
}

.Portfolio-nav li a {
    display: inline-block;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    border-radius: 4px;
    text-transform: uppercase;
    background: #f7f7f7;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-nav li a:hover {
    background: #df0031;
    color: #fff;
    text-decoration: none;
}

.portfolioContainer {
    margin: 0 auto;
    padding-left: 15px;
    width: auto !important;
}

.Portfolio-box {
    text-align: center;
    width: 350px;
    overflow: hidden;
    float: left;
    padding: 12px 0px;
}

.Portfolio-box img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    
    
}

.Portfolio-box img:hover {
    opacity: 0.6;
}

.Portfolio-nav li a.current {
    background: #df0031;
    color: #fff;
    text-decoration: none;
}

/* img {
    max-width: 100%;
} */

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.page_section.paddind {
    padding-bottom: 60px;
}


/* Happy Clients
---------------------------------*/



#clients {
    padding: 0;
}

.client_area {
    width: 960px;
    margin: 0px auto;
}

.client_section {
    padding: 35px 0 0 0;
}

.client_section.btm {
    padding: 20px 0 0 0;
}

.client_profile {
    float: left;
    text-align: center;
}

.client_profile.flt {
    float: right;
}

.client_profile_pic {
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    margin: 0 0 15px 0;
    width: 220px;
    height: 220px;
}

.client_profile_pic img {
    border-radius: 50%;
    border: 3px solid #f5f5f5;
}

.client_profile h3 {
    font-size: 18px;
    color: #49b5e7;
    margin: 0 0 0 0;
}

.client_profile span {
    display: block;
    font-size: 16px;
    color: #888888;
}

/* Clients
---------------------------------*/


.client_logos {
    background: #ffffff;
    /*padding: 60px 0;*/
   /* margin-top: 60px;*/
    width:100%;
}

.client_logos ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.client_logos ul li {
    display: inline;
    margin: 0 25px;
}

.client_logos ul a {
    display: inline-block;
    margin: 0 20px;
}

.page_section.team {
    padding: 65px 0;

}

.page_section.team h6 {
    margin-bottom: 40px;
}



/* Team
---------------------------------*/
.team_section {
    /*max-width: 953px;/*-10*/
    margin: 250px;
 
}

.team_area {
    width: 32%;
    margin-right: 100px;/*
    height: 300px;*/
    overflow: hidden;
    text-align: center;
    float: left;
    max-height: 50%;
}

.team_area span {
    margin-bottom: 24px;
    display: block;
}

.team_area:nth-of-type(3n+0) {
    margin: 0;
}

.team_box {
    width: 100%;
    padding-bottom: 3%;
    position: relative;
    border-radius: 50%;
    margin: auto;

}

.team_box_shadow {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    height: 26%;
    z-index: 10;
    bottom: 0px;
}

.team_box_shadow a {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 4px solid #232323;
}

.team_box:hover .team_box_shadow {
    box-shadow: inset 0px 0px 0px 148px rgba(0, 0, 0, 0.31);
}

.team_box:hover ul {
    display: block;
    opacity: 1;
}

.team_box img {
    display: block;
    border-radius: 0%;
    max-width: 65%;
    margin: 0 auto;
}

.team_box ul {
    display: block;
    opacity: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 86%;
    width: 100%;
    text-align: center;
    margin-top: -14px;
    z-index: 15;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.team_box ul li {
    display: inline;
    margin: 0 11px;
}

.team_box ul li a { 
    display: inline-block;
    font-size: 10px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.team_box ul li a:hover, .team_box ul li a:focus {
    text-decoration: none;
}

.team_box ul li a.fa-twitter:hover {
    color: #55acee;
}

.team_box ul li a.fa-facebook:hover {
    color: #3b5998;
}

.team_box ul li a.fa-pinterest:hover {
    color: #cb2026;
}

.team_box ul li a.fa-google-plus:hover {
    color: #dd4b39;
}
 
#aboutUs {
    padding: 40px 0;
}
.abttxt{
        font-size: 28px;
    color: #ff8c26;
    font-weight: 700;
}

/* Footer
--------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  color: #ffffff;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
}
.content1{
  position: relative;
  margin: 130px auto;
  text-align: center;
  padding: 0 20px;
}
.content1 .text{
  font-size: 2.5rem;
  font-weight: 600;
  color: #202020;
}
.content1 .p{
  font-size: 2.1875rem;
  font-weight: 600;
  color: #202020;
}

footer{
  bottom: 0px;
  width: 100%;
  background: rgb(36, 41, 53);
}
.main-content{
  display: flex;
 /* margin-bottom: 10px;
  padding-left: 50px ;
  padding-right: 50px;
  padding-top: 45px;*/
}
.main-content .box{
  flex-basis: 50%;
  margin-top: 10px;
  padding: 21px 10px;
  /*margin-left: 20px;
  margin-right: 20px;*/
  max-width: 100%;
  padding-right: 20px;
  padding-left:20px ;
  padding-top: 20px;
  padding-bottom: 20px;
}
.box h2{
    margin-left: 20%;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  margin-top: 0%;
}
.box .content{
  margin: 20px 0 0 0;
  position: relative;
  padding-top:20px ;
}
.box .content:before{
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
}
.box .content:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: #0a64f4;
  top: -10px;
}
.left .content p{
  text-align: justify;
}
.left .content .social{
  margin: 20px 0 0 0;
}
.left .content .social a{
  padding: 0 2px;
}
.left .content .social a span{
  height: 50px;
  width: 50px;
  background: #163655;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  border-radius: 25px;
  transition: 0.3s;
}
.left .content .social a span:hover{
  background: #121f2d;
}
.center .content .fas{
    margin-bottom: 0px;
    margin-right: 5px;
  font-size: 2rem;
  /* background: #163655; */
 /* height: 45px;
  width: 45px;*/
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.center .content .fas:hover{
  background: #121f2d;
}
.center .content .text{
  font-size: 18px;
    font-weight: 500;
    padding-left: 15px;
    color: #fff;
    text-align: center;
    /* box-sizing: border-box; */
    /* text-align: justify; */
    vertical-align: middle;
  
}
.center .content .phone{
 /* margin: 2px ;
  margin-top: 20px;*/
}
.center .content .email{
   /* margin-top: 25px;*/
    width: 80%;
    display: flex;
    text-align: left;
 }
 .center .content .place{
        margin-top: 8px;/*
        margin-bottom: 8px;*/
        padding: 0 0 3px 0px;
     /*   display: flex;*/
        text-align: left;
      
    }
.right form .text{
  font-size: 15px;
  margin-bottom: 2px;
  color: #ffffff;
}
.right form .msg{
  margin-top: 10px;
}
.right form input, .right form textarea{
  width: 80%;
  font-size: 20px;
  color: black;
  background: #ffffff;
  padding-left: 10px;
  border: 1px solid #1f1e1e;
  border-radius: 8px;
  resize: none;
  height: 140px;
  font-family: Roboto,Arial,sans-serif;
  
}
.right form input:focus,
.right form textarea:focus{
  outline-color: #3498db;
}
.right form input{
  height: 35px;
}
.right form .btn{
  margin-top: 10px;
  margin-left: 75px;
}
.right form .btn button{
  height: 40px;
  width: 45%;
  border: none;
  outline: none;
  background: #f4f5f7;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
  border-radius: 20px;
  text-align: center;
  
  display: flex;
  justify-content: center;
  align-items: center;



}
.right form .btn button:hover{
  background: rgba(232, 231, 231, 0.76);
}
.bottom center{
  padding: 10px;
    font-size: 14px;
    background: #004161;
    color: #fff;
    letter-spacing: 1px;
}
.bottom center span{
  color: #656565;
}
.bottom center a{
  color: #f12020;
  text-decoration: none;
}
.bottom center a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  footer{
    position: relative;
    bottom: 0px;
  }
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box{
    margin: 5px 0;
  }
}

.pincode{
    text-indent: 5cm; 
}                                              

/*new_profolio*/



	
/* Portfolio */	
	
.container.portfolio_title {
    padding-bottom: 0px;
}

#portfolio {
    padding: 60px 0 40px;
}



/* Portfolio Filters */	

#filters {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative;
}

#filters ul li {
    display: inline-block;
    margin: 0 5px;
}

#filters ul li a {
    display: block;
}

#filters ul li a h5 {
    background: none repeat scroll 0 0 #f7f7f7;
    border-radius: 4px;
    display: inline-block;
    
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 10px 22px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    border: #C2C2C2 solid 1px;
    color: #7C7C7C;
}

#filters ul li a:hover h5, #filters ul li a.active h5 {
    background: #fff;
    color: #2983e6;
    text-decoration: none;
    border: #2983e6 solid 1px;
}

.section-title h2 {
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    letter-spacing: -1px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.section-title span {
    display: block;
    color: #888888;
    font-family: 'Raleway',sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 60px;
    text-align: center;
}
.service_block:before {
    position: absolute;
    content: '';
    height: 79px;
    /*width: 105%;*/ /*service glpyhicon border */
    background: rgba(255, 255, 255, 0.21);
    transform-style: preserve-3d;
    left: -9px;
    border-top: 1px dashed #c4d3e2;
    border-bottom: 1px dashed #c4d3e2;
    border-radius: 33px 33px 0 0;
} 
.page_section{
	padding: 20px 0 30px 0 !important;
}
.help-block ul li{color:red}
.navbar-header {
    padding: 0 0 10px 0;
    border-bottom: 0px solid #008bff;
}
/*Price*/
.pricing-container {
	background: #2f88e7;
}
.pricing-container h6,
.pricing-container h2{
    color: #fff;
}
.pricing {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    text-align: center;
}
.pricing-title{
	margin-top: 10px;
	margin-bottom: 10px;	
}
.pricing-title p{
	margin: 0;
	padding: 10px;
	text-align:center;
	font-size: 24px;
	color: #2983e6;
	background: rgba(42, 131, 230, 0.07);
	border-top: 1px dashed #c4d3e2;
	border-bottom: 1px dashed #c4d3e2;
	margin: 30px 0;
}

.pricing-price{
	color: #485a71;
	font-size: 28px;
	padding: 10px 0;
	text-align: center;
}
.pricing-price p{
	background: #fff none repeat scroll 0 0;

}
.pricing-price p sup{font-size: 20px;}
.pricing-features{padding: 10px 0;}

.pricing-features p{
	color: #777;
	margin: 0;
	padding: 10px 20px;
}
.pricing_btn{
	padding: 20px 0 30px;
	text-align: center;
}
.pricing_btn a{
	background: #2983e6 none repeat scroll 0 0;
	border: 1px solid #2983e6;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	padding: 10px 30px;
	transition: all 0.4s ease 0s;
}
.pricing_btn a:hover{background:#fff;border: 1px solid #eee;color:#485a71;}
/* Portfolio Items */	

#portfolio_wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#portfolio_wrapper .one-four {
    margin: 0!important;
    line-height: 0;
    width: 25%;
    padding: 0;
    position: relative;
}

.portfolio-item {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio_img {
    overflow: hidden;
    display: block;
    position: relative;
}

.portfolio-item .portfolio_img img {
    width: 100%;
    height: auto;
}

.portfolio-item:hover .item_overlay {
    opacity: 1;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.item_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    cursor: pointer;
}

.open-project-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}

.item_overlay:hover {
    background: rgba(4, 141, 255, 0.6);
}

.item_info {
    position: absolute;
    height: 100px;
    width: 100%;
    top: 50%;
    margin-top: -50px;
    text-align: center;
}

.project_name {
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
    
    opacity: 0;
    font-size: 18px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    position: relative;
    z-index: 10;
}

.portfolio-item:hover .project_name {
    opacity: 1;
    -webkit-transition: opacity .1s .2s;
    -moz-transition: opacity .1s .2s;
    -ms-transition: opacity .1s .2s;
    -o-transition: opacity .1s .2s;
    transition: opacity .1s .2s;
}

.project_catg {
    font-size: 14px;
    color: #fff;
    opacity: 0;
    margin-top: 0px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.portfolio-item:hover .project_catg {
    opacity: 0.8;
    -webkit-transition: opacity .1s .2s;
    -moz-transition: opacity .1s .2s;
    -ms-transition: opacity .1s .2s;
    -o-transition: opacity .1s .2s;
    transition: opacity .1s .2s;
}

.zoom-icon {
    left: 50%;
    margin-left: -20px;
    position: inherit;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    opacity: 0;
    background: url(images/zoom.png);
    background-size: 40px 40px;
    transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.2s;
    -webkit-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
}

.portfolio-item:hover .zoom-icon {
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: opacity .3s .2s, margin-top .3s .2s;
    -moz-transition: opacity .3s .2s, margin-top .3s .2s;
    -ms-transition: opacity .3s .2s, margin-top .3s .2s;
    -o-transition: opacity .3s .2s, margin-top .3s .2s;
    transition: opacity .3s .2s, margin-top .3s .2s;
}
	
	
	
	
/* Portfolio Isotope Transitions */	

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}



/* Portfolio Expander */	



#project_container {
    display: none;
    background-color: #FFF;
}

#project-page-button-fullscreen {
    height: auto;
    z-index: 100;
    position: absolute;
    right: 30px;
    top: 30px;
}

#project-page-button-fullscreen li {
    display: inline-block;
    font-size: 30px;
}

#project-page-button-fullscreen li a {
    background: url(images/close.png) no-repeat #fff;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    opacity: 0.5;
}

#project-page-button-fullscreen li a:hover {
    opacity: 1;
}

#project-page-button {
    text-align: center;
    margin-bottom: 20px;
    height: auto;
    position: relative;
    z-index: 100;
}

#project-page-button li {
    display: inline-block;
    margin: 60px 10px 0px 10px;
    font-size: 30px;
}

#project_data {
    margin-bottom: 0px;
}

.project-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.project-section-title h1 {
    margin-bottom: 5px!important;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

.project-page {
    background-color: #FFF;
    width: 100%;
    height: auto;
    left: 0;
    padding-bottom: 40px;
}

	
/* Portfolio*/	
	
	
.project-image-slider .bx-wrapper .bx-next {
    background: url("images/project_slider_right.png") no-repeat;
    background-size: 35px 65px;
    opacity: 0.3;
    right: -90px;
}

.project-image-slider .bx-wrapper .bx-prev {
    background: url("images/project_slider_left.png") no-repeat;
    background-size: 35px 65px;
    opacity: 0.3;
    left: -90px;
}

.project-image-slider .bx-wrapper .bx-next:hover, .project-image-slider .bx-wrapper .bx-prev:hover {
    opacity: 1;
    background-position: 0;
}

.project-image-slider .bx-wrapper .bx-controls-direction a {
    height: 65px;
    margin-top: -33px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 35px;
    z-index: 100;
}
	
/* Portfolio Normal Expander */		
	
.project-description {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.small-border {
    height: 2px;
    width: 50px;
    background-color: #ddd;
    margin-bottom: 15px;
}

.visit-project {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding: 55px 0 20px 0;
}

.project-description h5 {
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 5px;
}
	
	
	
/* Portfolio FullScreen Expander */			
	
#cycle-loader {
    height: 32px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 999;
}

#arrow_left {
    top: 50%;
    height: 60px;
    position: absolute;
    left: 30px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px;
}

#arrow_right {
    top: 50%;
    height: 60px;
    position: absolute;
    right: 30px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px;
}

#arrow_left:hover, #arrow_right:hover {
    margin-top: -28px;
}

#arrow_left:active, #arrow_right:active {
    margin-top: -28px;
}

div.mc-image {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.in-slide-content div.info-slide {
    background: #FFF url(images/info.png) no-repeat left bottom;
    background-size: 46px 46px;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 46px;
    height: 46px;
    margin: 0;
    display: block;
    text-indent: 10px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    cursor: pointer;
    z-index: 1000;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=0.5);
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.in-slide-content div.info-slide:hover {
    width: 200px;
    background: #FFF;
    position: absolute;
    bottom: 40px;
    padding: 10px 20px;
    text-indent: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    z-index: 1000;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    opacity: 1;
}

.in-slide-content h2, .in-slide-content p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 24px;
}

.in-slide-content h2 {
    font-size: 14px;
    color: #444;
    text-shadow: none;
    font-weight: normal;
    text-transform: uppercase;
    z-index: 1001;
    position: relative;
    white-space: nowrap;
}

.info-slide p {
    color: #aaa;
    font-size: 13px;
    text-shadow: none;
    z-index: 1001;
    position: relative;
    margin: 0;
    font-weight: normal;
    white-space: nowrap;
}

.in-slide-content div.info-slide h2 {
    display: none;
    padding: 10px 10px 0 10px;
}

.in-slide-content div.info-slide p {
    display: none;
    padding: 0px 10px 10px 10px;
}

.in-slide-content div.info-slide:hover h2, .in-slide-content div.info-slide:hover p {
    display: inherit;
    padding: 0;
}
.collapse {
    display: block;
    visibility:visibility;
}
/*
   Media Queries
--------------------------- */

@media screen and (max-height: 450px) {
    body { overflow: auto; } /* Or change the height or whatever */ 

}
@media screen and (max-width: 500px) {

    .img-responsive{
     width: auto;
    }
}    
  
@media (max-width: 768px) {
.collapse {
display: none;
visibility: hidden;
}
p{
font-size:14px;
}
.hero_section {
position: relative;
padding-top: 10px;
}
.top_left_cont {
padding: 38px 0;
}
.top_left_cont h2 {
font-size: 25px;
color: #FFF;
line-height: 39px;
margin: 0 0 9px 0;
}
.inner_section {
padding: 20px 0 20px;
}
#aboutUs img{
margin-bottom:20px;
}
#aboutUs h3{
font-size:16px;
line-height:22px;
}
.service_block h3 { 
font-size: 16px;
}
service_block p {
font-size: 14px; 
margin: 0px;
margin-bottom: 20px;
}
#filters ul{
padding-left:0px;
}
.form {
margin: 0 18px;
}
.page_section.team{
padding: 40px 0;
}
#clients {
padding: 40px 0;
}
.client_logos ul li {
display: inline;
margin: 0 25px;
padding: 11px 0;
display: inline-block;
}
.social_links li {
float: left; 
}
.contact_section{
margin:0;
}
h2, .contact_section h2 {
font-size: 30px;
}
.page_section.contact {
padding: 60px 0 50px;
} 
.navbar-inverse .navbar-toggle .icon-bar{background: #2781e6;}
.navbar-inverse .navbar-toggle {
border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
background:none;
outline: none;
}
.navStyle ul li {
display: block;
}
.navStyle {
float: right;
width: 100%;
text-align:center;
}
.navStyle ul li:last-child {
margin: 0px;
}
.navbar-inverse .navbar-nav > li > a {color: #4d4d4d;}
} 
@media (max-width: 480px){ 
.team_area {
width: 100%;
}
.logo{
    margin-top:18px !important;
}
}
.social{
        padding-left:0%;
        font-size: 2.5em;
        margin-bottom:0px;  
        justify-content: space-around;
 }   
.maps{  
      /*
    width: 70%;*/
    height: 500px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    max-width: 100%;
    border-style: solid;
   /* border-color: initial;*/
    padding-right: 8%;
    padding-left: 8%;
    padding-bottom: 3% ;
    }
   
.content li{
    font-size: 15px;
    font-family: 'Raleway',sans-serif;
}
  
.bottom{
    background-color: rgb(36, 41, 53);
    font-size: 30px;
}

/*  --------- marquee --------- */
.slide-container body{
    min-height: 100vh;
    display: grid;
    place-items: center;
}

.client_logos{
   /* height:350px;*/
    margin: auto;
    position: relative;
    width: 100%;
   /* display: grid;*/
    place-items: center;
    overflow: hidden;
    padding-left: 50px;
}
.slide-container{
    display: flex;
    width: calc(250px * 18);
    animation: scroll 20s linear infinite;
}

@keyframes scroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px *9));
    }
}

.slide-image{
   /* height: 250px;*/
   /* width: 350px;*/
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
}

.slider-container img{
    width: 100%;
    transition: transform 1s;
}

img:hover{
    transform:translateZ(20px);
}
body {
    font-family: sans-serif;
  }
 
  label {
    display: block;
    margin-top: 25px;
  }
  input, textarea {
    width: 80%;
    padding: 15px;
    font-size: 1rem;
    border: 1px solid #ccc;
  }
  button {
    width: 82.5%;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    background: red;
    line-height: 1rem;
    font-size: 1rem;
    cursor: pointer;
    border: 1px solid red;
    margin-top: 25px;
    transition: color .4s ease-out, background .4s ease-out;
  }
  button:hover {
    color: red;
    background: #fff;
  }
  .errors {
    display: block;
    color: red;
    margin-top: 5px;
  }
  .error {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    box-shadow: 0 0 15px 0 rgba(255,36,0,1);
  }
  