

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    overflow-x:hidden;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: inherit;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

body > section {
    padding: 100px 0;
}

.section-title {
  margin: 100px auto;
  text-align:center;
}

.section-title h2 {
  color: #1f2021;
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform:capitalize;
}

.section-title h2:before {
  border-bottom: 1px solid #3355A5;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.section-title h2:after {
background: none repeat scroll 0 0 #fff;
border: 1px solid #DF1C51;
border-radius: 25px;
bottom: -6px;
content: "";
height: 11px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 11px;
}

.section-sub-title{ color:#000; margin:50px 0 0px;}

.section-title p {
    line-height: 25px;
    /*font-weight: 300;*/
}

.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-blue {
  background-color: #3255A5;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 35px;
}

.table-bordered>thead>tr>th {
    border-bottom-width: 0px;
}


.relative{position: relative;}

.login-btn
{
    margin-right:20px;
    color: #fff;
    font-size: 95%;
    cursor:pointer;
}
.login-btn i{ margin-right:5px;}
.login-section {
    position: absolute;
    right: 0px;top:35px;
    padding-top: 5px;
    padding: 15px;
    width: 150px;
    z-index: 999999;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px #aaa;
    display: none;
    overflow:inherit!important;
    border-radius: 3px;
}
.login-section:before, .login-section:after
{
    content: " ";
    border: 8px solid transparent;
    position: absolute; right: 35px;
    z-index: 1;
    height: 0;
    width: 0;
    -webkit-animation: .2s;
    animation: .2s;
}
.login-section:before {
    border-bottom-color: #aaa;
    top: -17px;
}
.login-section:after {
    border-bottom-color: #fff;
    top: -16px;
}
.login-section ul li{ margin-top:5px;}
.login-section ul li:first-child{ margin-top:0;}

/*************************
*******Navigation******
**************************/
#navigation
{
  /*background:rgba(255, 255, 255, 0.46)!important;*/
  background: #fff!important;
}

.animated-nav#navigation{
    background: #fff!important;
    border: 0;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
}
#navigation,
.navbar-brand,
.navbar-toggle,
.navbar-nav > li > a {
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}

.animated-nav .navigation .navbar-nav > li > a {
  padding: 23px 25px;
}

.animated-nav#navigation > .container {
  border-bottom: none;
}

.animated-nav #cssmenu > ul > li > a, .animated-nav .login-btn
{
    color:#333;
}

.navbar-brand {
    height: inherit;
    padding: 0;
    line-height: 60px;
}

.navbar-brand a {
  display: block;
  margin-top: 10px;
}

.navigation .navbar-nav > li > a {
  color: #fff;
  font-weight: 600;
  padding: 38px 25px;
  text-transform: uppercase;
}

.navigation .navbar-nav > li.current > a {
  color: #00C7FC;
  border-bottom: 1px solid #00C7FC;
}

.animated-nav .navigation .navbar-nav > li.current > a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.navigation .navbar-nav > li > a:focus,
.navigation .navbar-nav > li > a:hover {
  background-color: transparent;
}



/*************************
*******Main Slider******
**************************/


#home{
  padding: 0;
  overflow: hidden;
}

#home-carousel .carousel-inner .item {
  background-size:contain;
  background-repeat: no-repeat;
   background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

#home-carousel .slider-content {
}

#home-carousel .carousel-caption 
{
  position: absolute;
  left: 0; right:0;
  top: 0;
  z-index: 11;
  text-align: left;
  margin-top:46%;
}

@media (max-width: 768px)
{
    #home-carousel .carousel-inner .item{height: 400px;}
    #home-carousel .carousel-caption {margin-top:60%;}
}

@media (min-width: 1300px)
{
    #home-carousel .carousel-caption {margin-top:32%;}
}

.carousel-caption > div {
  background-color: rgba(15,116,143,0.8);
  padding: 5%;
  width:100%;
  margin:0 auto;
}

#home-carousel .carousel-inner h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
  text-shadow: none;
  text-transform: uppercase;
}

#home-carousel .carousel-inner p {
  color: #FFFFFF;
  line-height: 28px;
  
  margin-top: 0;
  text-shadow:none;
}

#nav-arrows > a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    border-radius: 30px;
    width: 60px;height: 60px;
    line-height: 76px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 20;
    margin-top: -30px;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#nav-arrows > a.sl-prev {
    left: 50px;
}

#nav-arrows > a.sl-next {
    right: 50px;
}

#nav-arrows > a.sl-prev:hover, #nav-arrows > a.sl-next:hover {
    background-color: #009EE3;
    border-color: #009EE3;
    color: #fff;
}

.carousel-indicators .active {
  background-color: #00c7fc;
  border: 0;
}


/*============================================================
   
============================================================*/

.media > .pull-left{
    margin-right: 50px;
}
.media{
    padding-bottom: 50px;
    /*padding-left: 20px;*/
}
.media-body h3{
    color: #3255A5;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}

.media-body p{
    /*color: #A8A8A8;*/
    line-height: 24px;
}

.odd{ background-color: #fff; padding-bottom:50px;}
.even{ background-color: #f7f7f7; padding-bottom:50px; border-top:1px solid #eee; border-bottom:1px solid #eee;}


/*============================================================
    Portfolio
============================================================*/

#projects {
    width: 100%;
}

.project-filter {
  margin-bottom: 25px;
}

.project-filter ul li {
  padding: 0;
}

.project-filter ul li a {
  color: #000;
  display: block;
  line-height: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.project-filter ul li a:hover,
.project-filter ul li a.active {
    background-color: #00C7FC;
    color: #fff;
}

.mix {
    display: none;
}

.portfolio-item {
    position: relative;
    float: left;
    overflow: hidden;
    width: 33%;
    padding: 5px;
}

.plus {
  background: url("../img/icons/plus.png") no-repeat scroll center center #0faed9;
  border-radius: 50%;
  display: block;
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: -41px;
  width: 80px;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}
.play {
  background: url("../img/icons/video-play.png") no-repeat scroll center center rgba(0,0,0,.0001);;
  border-radius: 50%;
  display: block;
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: -41px;
  width: 80px;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

figcaption.mask {
  background-color: #F7F7F7;
  bottom: -101px;
  left: 0;
  padding: 10px 0 10px 30px;
  position: absolute;
  width: 100%;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

.portfolio-item:hover .plus {
    top: 30%;
}
.portfolio-item:hover .play {
    top: 30%;
}

figcaption.mask h3 {
  color: #1f2021;
  font-size: 20px;
  line-height: 28px;
}

figcaption.mask span {
  color: #0FAED9;
}

.img-responsive{ display:inherit!important;}





/*============================================================
    Contact Us
============================================================*/

.contact-form .input-field {
  margin-bottom: 20px;
}
.contact-form .form-control {
    border: 1px solid #dbdbdb;
    padding: 8px 10px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}
.contact-form .message .form-control {
  height: 100px;
  resize:none;
}
.contact-form #msg-submit {
  padding: 12px 20px;
}
.contact-details {line-height: 1.8;}

/*============================================================
    Footer
============================================================*/

#footer {
    /*background-color: #fff;*/
    padding: 50px 0;
}

.footer-logo {
    
}

.footer-social 
{
    margin-top: 45px;
    margin-bottom: 45px;
}


.footer-social ul li a {
  display: block;
  width:30px;height:30px;
  line-height:30px;
  border-radius:50%;
}

.facebook{ color:#3B579D;}
.twitter{ color:#2CAAE1;}
.google-plus{ color:#DC493C;}

.facebook:hover{ background-color:#3B579D; color:#fff;}
.twitter:hover{ background-color:#2CAAE1; color:#fff;}
.google-plus:hover{ background-color:#DC493C; color:#fff;}


.copyright {
    font-weight: 600;
}

.copyright a {
    color: #00C7FC;
}

/*---------------Navigation bar--------------*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #3355A5;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a 
{
    margin-top:20px;
    padding: 0 15px;
    line-height: 60px;
    text-decoration: none;
    text-transform:capitalize;
    color: #3255A5;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #3255A5;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 26px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #3355A5;
  border-right: 1px solid #3355A5;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #3355A5;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  white-space: nowrap;
  background: #3355A5;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ccc;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 5px 10px 5px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    width: 50px;
    position: absolute;
    right: 0;
    top: -65px;
  }
  #cssmenu #menu-button:hover{ color:#3255A5}
  #cssmenu #menu-button::after {
    content: "\f0c9";
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    /*width: 15px;
    height: 2px;
    background: #000000;*/
    font-family:fontawesome;
    font-size:200%;
  }
  /*#cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }*/
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 30px;
    width: 30px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 16px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 16px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}
/*---------------End Navigation bar--------------*/