@charset "utf-8";

/*
        Resets
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul { list-style:none }
caption, th { text-align:left }
q:before, q:after { content:'' }
abbr, acronym { border:0 }
:focus { outline:0 }
ins { text-decoration:none }
del { text-decoration:line-through }
.clear { clear: both; }

/*
        body Structure
*/
html,body {
    height: 100%;
}
body {
    background: #fff;
    background-size: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    font-weight:400;
    line-height:24px;
    color: #797979;
    overflow-x: hidden !important;
}
/*
        Typography
*/
div, p, a, li, td { -webkit-text-size-adjust:none; }
html, html a {
    -webkit-font-smoothing: antialiased !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Ubuntu', sans-serif;
    margin:15px 0;
    line-height: normal !important;
}
h1 {
    font-size:54px !important;
    font-weight:800;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
    /*color: #ff9600;*/
}
h2 {
    font-size:40px;
    font-weight:600;
}
h3 {
    font-size:26px;
    font-weight:400;
}
h4 {
    font-size:22px;
    font-weight:300;
}
h5 {
    font-size:18px;
    font-weight:300;
}
h6 {
    font-size:16px;
    font-weight:300;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size:13px;
    font-weight:400;
    margin: 15px 0;
}
p span, p strong,h3 strong, h4 strong {
    font-weight:800;
}
img {
    border:none;
    max-width:100%;
}
a {
    text-decoration: none;
    color:#333;
}
a:hover,a:focus,a:active {
	text-decoration: none;
	outline: none;
	color: #000;
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

/*mainheader*/
.mainheader {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

/*header*/
.topheader {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: url(../images/topstrip.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}
.topheader:after {
    display: block;
    content: "";
    clear: both;
}
.toplinks {
    display: inline-block;
}
.toplinks li {
    display: inline-block;
    font-size: 14px;
    margin: 0 3px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    float: left;
}
.toplinks li span {
    font-size: 16px;
    font-weight: 600;
}
.toplinks li a {
    display: inline-block;
    color: inherit;    
    line-height: inherit;
    margin: 0;
}
.toplinks li a:hover {
    color: #eee;
}

/*header*/
.header {
    display: block;
    width: 100%;
    height: auto;
    background: rgba(255,255,255,0.70);
    clear: both;
    /*box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    -o-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 2px 3px rgba(0,0,0,0.2);*/
}
.logo {
    display: inline-block;
    margin: 0;
}
.logo img{
  height:120px;
}
.contact{
  margin-top: 15px;47
}

/*searchformbox*/
.searchformbox {
    display: block;
    position: relative;
    margin-top: 6px;
}
.searchformbox input {
    display: block;
    width: 100%;
    padding: 5px;
    height: 40px;
    border: none;
    background: #f7f7f7;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    font-style: italic;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
}
.searchformbox a {
    display: inline-block;
    color: #00264c;
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 20px;
    outline: none;
}
.searchformbox a:active,.searchformbox a:visited,.searchformbox a:focus {
    outline: none;
}
.heading {
    padding: 0 20px 10px 20px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #ddd;
    display: inline-block;
}
.heading2 {
    display: block;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-bottom: dotted 1px #ddd !important;
}


/*navigation*/
.navigation {
    display: block;
    clear: both;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    /*background: rgba(197,179,88,0.7);*/
    background: #34b2c1;
    border-bottom:1px solid #000;
    /*background: #C5B358;*/
    /*background: -webkit-linear-gradient(top, #f7f7f7, #ccc);
    background: -moz-linear-gradient(top, #ccb777, #f0d78c);
    background: -o-linear-gradient(top, #ccb777, #f0d78c);
    background: -ms-linear-gradient(top, #ccb777, #f0d78c);
    background: -linear-gradient(top, #ccb777, #f0d78c);*/
}
.navigation ul li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    border-right: solid 1px rgba(255,255,255,0.2);
    float: left;
}
.navigation ul li a {
    display: inline-block;
    margin: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    color: inherit;
}
.navigation ul li:hover,.activenav {
    background: #2f2f2f;
    /*background: -webkit-linear-gradient(top, #00264c, #004385);
    background: -moz-linear-gradient(top, #00264c, #004385);
    background: -o-linear-gradient(top, #00264c, #004385);
    background: -ms-linear-gradient(top, #00264c, #004385);
    background: -linear-gradient(top, #00264c, #004385);*/
}
.navigation ul li:hover > a {
    color: #fff !important;
}
.activenav a {
    color: #fff !important;
    text-shadow: none !important;
}
.navbar-inverse {
    background-color: rgb(52, 178, 193);
    color: rgb(255, 255, 255);
    margin: 0;
    border:none;
}
.navbar-inverse .navbar-nav > li > a {
    color: rgb(255, 255, 255);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar{
  border-radius: 0px;
}

/**** sidebar menu ****/
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu {
  width: 250px;
  border-bottom: 4px solid #656659;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:first-child {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#cssmenu > ul > li:first-child > a {
  padding: 15px 10px;
  background: url(../images/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #818176;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color:#fff;
}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
  font-size: 23px;
  font-weight: bold;
}
#cssmenu > ul > li:first-child:hover {
  background: #66665e;
  background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
  background: linear-gradient(#66665e 0%, #45463d 100%);
}
/*#cssmenu > ul > li {
  background: transparent linear-gradient(#31E9CF 0%, #1696D1 100%) repeat scroll 0% 0%;
  background: -moz-linear-gradient(#31E9CF 0%, #1696D1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31E9CF), color-stop(100%, #1696D1));
  background: -webkit-linear-gradient(#31E9CF 0%, #1696D1 100%);
  background: linear-gradient(#31E9CF 0%, #1696D1 100%);
}
#cssmenu > ul > li:hover {
  background: #23E8D9;
  background: -moz-linear-gradient(#23E8D9 0%, #1ED6CE 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #23E8D9), color-stop(100%, #1ED6CE));
  background: -webkit-linear-gradient#23E8D9 0%, #1ED6CE 100%);
  background: linear-gradient(#23E8D9 0%, #1ED6CE 100%);
}*/
#cssmenu > ul > li > a {
    font-size: 14px;
    display: block;
    background: transparent url("../images/pattern.png") repeat scroll left top;
    color: #000;
    border-width: medium 1px 1px;
    border-style: none solid solid;
    border-color: -moz-use-text-color #BFBFBF #9C9C9C;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}

#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(../images/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(../images/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: normal;
}
#cssmenu ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#cssmenu ul ul a:hover {
  color: #e94f31;
}




/*bannerslider*/
.bannerslider ul li,.bannerslider,.innerbanner {
    position: relative;
}
.centertxt {
    text-align: center;
}
.lefttxt {
    text-align: left;
}
.righttxt {
    text-align: right;
}
.slidediv {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    top:138px;
}
.slidediv h1 {
    display: inline-block;
    padding: 5px 10px;
    background: rgba(27, 195, 215, 0.9) none repeat scroll 0% 0%;
    color: #00264c;
    text-shadow: 0 2px 0 rgba(255,255,255,0.2);
    margin: 5px 15px;
    font-size: 40px !important;
}
.slidediv h4 {
    clear: both;
    display: inline-block;
    padding: 5px 10px;
    background: rgba(27, 195, 215, 0.9) none repeat scroll 0% 0%;
    color: #fff;
    margin: 3px 15px;
    font-size: 30px !important;
    width: 42%;
    text-align: left;
}
.flex-direction-nav {
    display: none !important;
}
.bannerslider .flex-control-nav {
    z-index: 200;
    width: 100% !important;   
}

.bannerslider .flex-control-paging li a {
    width: 30px !important;
    height: 10px !important;
    clear: both !important;
    margin: 5px 0px;
    border-radius: 1px;
    border:1px solid #479309;
}
.flex-control-paging li a.flex-active {
    background: #129BC0 none repeat scroll 0% 0% !important;
}
.bannershadow {
    display: block;
    width: 100%;
    clear: both;
    height: 57px;
    background: url(../images/headershadow.png) no-repeat center;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
.text-color{color:#34B3C6;}
/*panelbox*/
.panelbox {
    display: block;
    width: 100%;
    padding: 30px 0 60px 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1000;
}
.panelbox:after {
    display: block;
    content: "";
    clear: both;
}
.panelbox h3 {
    display: inline-block;
    margin: 0;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
    font-size: 32px;
}
.panelbox h3 span {
    font-size: 24px;
}
.request-btn {
    display: block;
    clear: both;
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: -75px;
    width: 250px;
    margin: 0 auto;
}
.request-btn a {
    display: block;
    margin: 0;
    background: #003161;
    border-radius: 10px 10px 0 0;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    font-size: 20px;
    position: relative;
    top: 8px;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.request-btn a:hover {
    background: #333;
}
.request-btn:before {
    display: block;
    content: "";
    width: 23px;
    height: 23px;
    background: url(../images/ribbon-l.png) no-repeat;
    position: absolute;
    bottom: -8px;
    left: -23px;
    z-index: -1;
}
.request-btn:after {
    display: block;
    content: "";
    width: 23px;
    height: 23px;
    background: url(../images/ribbon-r.png) no-repeat;
    position: absolute;
    bottom: -8px;
    right: -23px;
    z-index: -1;
}

/*service-box*/
.service-box{
    display: block;
    width: 100%;
    padding: 60px 0;
    background: #f7f7f7;
}

/*featurebox*/
.featurebox {
    display: block;
    background: #fff;
    text-align: center;
    min-height: 420px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.featurebox:hover {
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.featurebox h4,.featurebox p {
    margin: 0;
}
.featurebox h4 {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #00264c;
    padding: 15px;
}
.featurebox p {
    padding: 0 15px;
}
.featurebox a {
    position: absolute;
    bottom: 20px;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    width: 150px;
}





#services {
  background: transparent url("../images/about-banner.jpg");
  background-size: cover;
}

#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}
.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}
.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.feature-wrap h3 {
  color: #fff;
}
.feature-wrap h4 {
  color: #fff;
  font-size: 16px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px 25px 30px 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #2AB9D8;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  /*margin-right: 25px;*/
}

.feature-wrap i:hover {
    background: #35ABC5 none repeat scroll 0% 0%;
    color: #FFF;
    box-shadow: 0px 0px 0px 5px #56BDD8 inset;
    border: 3px solid #FFF;
}






/*featurepanel*/
.featurepanel {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}
.featurepanel_col1,.featurepanel_col2 {
    display: block;
    width: 50%;
    height: 350px;
    float: left;
    margin: 0;
}
.featcol1 {
    background: url(../images/featuredbg1.jpg) no-repeat #00264c;
    background-size: cover;
    color: #fff;
}
.featcol2 {
    /*background: url(../images/image1.jpg) no-repeat;
    background-size: cover;*/
    /*color: #fff;*/
}
.featcol3 {
    background: url(../images/featuredbg3.jpg) no-repeat;
    background-size: cover;
}
.featcol4 {
    background: url(../images/featuredbg2.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}
.innerfeaturepanel {
    display: block;
    color: inherit;
    position: relative;
}
.featureslider,.newsslider,.videolinkbox,.featcol3 {
    display: block;
    padding: 30px 50px;
    position: relative;
}
.featureslider h3,.newsslider h3,.videolinkbox h3 {
    display: block;
    padding-bottom: 10px;
    border-bottom: dotted 1px #fff;
}
.featureslider ul li div,.newsslider ul li div {
    font-style: italic;
    position: relative;
    padding: 0 25px;
}
.videolinkbox a {
    display: block;
    width: 65%;
    margin: 0;
}
.videolinkbox a img,.video img {
    display: block;
    margin: 0 auto;
    padding: 3px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.newsslider ul li div {
    font-style: normal !important;
}
.featureslider ul li div p i,.newsslider ul li div p a {
    color: #fff;
    font-weight: 600;
}
.featureslider ul li div p i,.newsslider ul li div p i {
    padding: 0 10px;
    color: #ff9600;
    font-size: 17px;
}
.newsslider ul li div p i {
    color: #fff;
}
.featureslider ul li div img {
    float: left;
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    border: solid 1px #ddd;
    background: #fff;
    margin-right: 10px;
}
.featureslider ul li div p strong {
    float: right;
}
.featureslider .flex-control-nav,.newsslider .flex-control-nav {
    width: 30% !important;
    bottom: -20px !important;
    margin: 0;
    right: 0%;
    z-index: 200;
}
.featureslider .flex-control-paging li,.newsslider .flex-control-paging li {
    margin: 0 2px;
}
.featureslider .flex-control-paging li a,.newsslider .flex-control-paging li a {
    width: 20px !important;
    height: 20px !important;
    margin: 5px auto;
    background: #fff;
    background: #fff !important;
    border-radius: 0 !important;
}
.featureslider .flex-control-paging li a.flex-active,
.newsslider .flex-control-paging li a.flex-active {
    background: rgba(204,183,119,0.95) !important;
}


.iconbox {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background:#34B2C1 none repeat scroll 0% 0%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    float: left;
    margin: 0 15px 32px 0;
    position: relative;
    top: 15px;
    border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
}
.iconbox i {
    height: inherit;
    line-height: inherit;
    color: inherit;
    font-size: inherit;
}
.whatwedo-descr {
  display: block;
  float: left;
  font-size: 18px;
  padding: 10px 5px;
  margin: 0 0 10px 0;
}


/*clientslider*/
.clientsliderbox {
    display: block;
    width: 100%;
    /*background: #f3f3f3;*/
    padding: 50px 0 50px 0;
    box-shadow: inset 0 0 13px rgba(0,0,0,0.2);
}
.clientslider {
    display: block;
    position: relative;
}
.clientslider .flex-control-nav {
    width: 100% !important;
    bottom: -20px !important;
    z-index: 200;
}
.clientslider ul li {
    display: block;
    padding: 15px 0;
}
.clientslider ul li div {
    height: 100px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    text-align: center;
}
.clientslider ul li img {
    display: block;
    margin: 0 auto;
    padding: 20px 5px 5px;
    background: #fff;
    border-radius: 3px;
}

/*getintouchbox*/
.getintouch {
    display: block;
    width: 100%;
    height: auto;
    padding: 60px 0 30px 0;
    background: #eee;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.10);
}
.getintouchbox {
    display: block;
    width: 100%;
    padding: 60px 0 30px 0;
    background: #fff;
    position: relative;
    border: solid 1px #eee;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 43px;
}
.getintouchbox span {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    background: #2F2F2F none repeat scroll 0% 0%;
    color: #fff;
    font-size: 35px;
    position: absolute;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    top: -40px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.getintouchbox a span {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    background: #2F2F2F none repeat scroll 0% 0%;
    color: #fff;
    font-size: 35px;
    position: absolute;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    top: -40px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.getintouchbox:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.getintouchbox:hover > span {
    background: #34B2C1 none repeat scroll 0% 0%;
    color: #fff;
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.getintouchbox a:hover > span {
    background: #34B2C1 none repeat scroll 0% 0%;
    color: #fff;
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
/*footer*/
.footer-small {
    background:#34B2C1 none repeat scroll 0% 0%;
    color: #fff;
    padding: 15px 0;
    margin-top: -7px;
}
.footer-small p a,.footer-small a {
    color: #fff;
}

.footer {
    background: #34495E none repeat scroll 0% 0%;
    color: #FFF;
    padding: 50px 0px;
    display: inline-block;
    width: 100%;
    font-weight: 300;
    border-top: 2px solid #15D3E1;
}
.page-footer h1 {
    padding-left: 4%;
}
.footer h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
}
ul.page-footer-list li i {
    padding-right: 10px;
}
ul.page-footer-list a {
    color: #FFF;
}
.footer h1 {
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
}
ul.page-footer-list li {
    line-height: 35px;
    border-bottom: 1px dashed #636F79;
}



.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}
.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}
.space20 {
    display: block;
    padding: 20px;
    clear: both;
}
.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

/*btn-styles*/
.white-btn-border {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.white-btn-border:hover {
    background: #fff;
    color: #333;
}

.btn-style1 {
    display: inline-block;
    padding: 6px 15px;
    border: 2px solid #1E939C;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.btn-color1 {
    background: #fff;
}
.btn-color1:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #34B2C1 none repeat scroll 0% 0%;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transform:scale(0);
    -o-transform:scale(0);
    -moz-transform:scale(0);
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    opacity: 0;
}
.btn-color1:hover:before {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
}
.btn-color1:hover {
    color: #fff;
    border: solid 2px rgba(204,183,119,0.0);
}
.btn-color1:hover i {
    color: #fff;
}
.btn-color1 span {
    position: relative;
    z-index: 10;
}

/*****  internal page   *****/
.page{
  min-height:500px;
}


/**********scrollUp**********/
.scrollup {
    width:32px;
    height:32px;
    opacity:0.9;
    position:fixed;
    bottom:50px;
    right:10px;
    display:none;           
    background: url(../images/up.png) no-repeat;
}
.scrollup:hover {
    opacity:1;
}

/*******Visibility divs***********/
.hidden_element {
    opacity:0;
}
.visible_element {
    opacity:1;
}




/*************page-load**********/
.page-load {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:url(../images/loader.gif) no-repeat center #fff;
    z-index: 40000;
}


/*mediaqueries*/


@media (max-width: 991px) {
.slidediv {
    bottom: 20px;
}
.slidediv h1 {
    font-size: 20px !important;
}
.slidediv h4 {
    font-size: 15px !important;
}
.topheader {
    height: auto;
    line-height: normal;
    text-align: center;
    padding: 15px 0;
}
.topheader .pull-right {
    float: none !important;
}
.logo {
    display: block;
    margin: 15px auto 30px auto;
    float: none;
    text-align: center;
}
/*navigation*/
.navigation {
    display: block;
    width: 100%;
    float: none;
}
.navigation ul li {
    display: block;
    clear: both;
    width: 100%;
    float: none;
    border-bottom: dotted 1px rgba(255,255,255,0.2);
    padding: 0;
}
.navigation ul li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
}

}



@media (max-width: 767px) {
.bannerslider {
    overflow: hidden;
}
.flex-control-nav {
    display: none;
}



}



@media (max-width: 640px) {


}

@media (max-width: 460px) {
.slidediv {
    bottom: 0px;
}
.slidediv h1 {
    font-size: 20px !important;
}
.slidediv h4 {
    display: none !important;
}
}
.modal {
    z-index: 3000 !important;
}


/****  banner ***/
.about-banner{
  background: transparent url("../images/about-banner.jpg");
  height: 300px;
  text-align: center;
  box-shadow:0px 0px 12px #898585;
  background-size: cover;
}
.vision-banner{
  background: transparent url("../images/banner.jpg") repeat scroll 0% 19% / cover;
  height: 300px;
  text-align: center;
  box-shadow:0px 0px 12px #898585;
  background-size: cover;
}
.web-design{
  background: transparent url("../images/methodology.jpg") repeat scroll 0% 19% / cover; 
  height: 300px;
  text-align: center;
  box-shadow:0px 0px 12px #898585;
  background-size: cover;
}
.logo-design{
  background: transparent url("../images/logo-design.jpg") repeat scroll 0% 19% / cover; 
  height: 300px;
  text-align: center;
  box-shadow:0px 0px 12px #898585;
  background-size: cover;
}
.web-development{
  background: transparent url("../images/bg-services1.jpg") repeat scroll 0% 19% / cover; 
  height: 300px;
  text-align: center;
  box-shadow:0px 0px 12px #898585;
  background-size: cover;
}
.seo-banner{
  background: transparent url("../images/seo-banner.jpg") repeat scroll 0% 40% / cover; 
  height: 300px;
  text-align: center;
  box-shadow:0px 0px 12px #898585;
  background-size: cover;
}
.web-hosting{
  background: transparent url("../images/web-hosting.jpg") repeat scroll 0% 29% / cover;
  height: 300px;
  text-align: center;
  box-shadow:0px 0px 12px #898585;
  background-size: cover;
}
.contact-banner{
  background: transparent url("../images/contact-us.png") repeat scroll 0% 29% / cover;
  height: 300px;
  text-align: center;
  box-shadow:0px 0px 12px #898585;
  background-size: cover;
}

.banner h2 {
    font-size: 30px;
    position: absolute;
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0% 0%;
    color: #FFF;
    padding:10px 20px;
    left: 46%;
    top: 44%;
    border-radius: 20px 1px 26px;
    width: auto;
}

/****  contact ****/
.row.title__block {
    padding: 40px 0px;
}
h2.page__title {
    font-size: 36px;
    padding: 0px;
    margin: 0px;
    color: #333;
    text-transform: uppercase;
}
p.smaller {
    font-size: 16px;
    color: #BABABA;
    font-family: "Open Sans",sans-serif;
    text-transform: none;
}
#feedback {
    color: #1C6107;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px none;
}
.btn-lg {
    width: 180px;
    height: 57px;
    text-transform: uppercase;
    line-height: 57px;
    padding: 0px;
}
.black-text {
    color: #1E1E1E;
}
.orange {
    color: #35CAF2;
    font-size: 14px;
    text-transform: none;
    padding: 0px 0px 10px;
}
.contact-form {
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 15px;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-control {
    border: 1px solid #D9D9D9;
    border-radius: 2px;
}

section.contact-infos {
    border: 1px solid #EEE;
    margin-bottom: 15px;
    padding: 10px;
}

.address h4 {
    color: #797979;
    margin-top: -3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.address p {
    text-align: left;
    margin-bottom: 10px;
}
.privacy-terms h3, p {
    text-align: left;
}

.feature-wrap div h2, .feature-wrap div h4{
   color:#fff;
}

.feature-wrap div i{
  padding:2px;
}
.feature-wrap .col-md-4{padding:4px;}
.black-overlay{
  background: rgba(0,0,0,0.6);
  padding:70px;
  height: 100%;
}

/*menu*/

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
