/* Import Section
=================================================================== */
@import "social-icons.css";
@import "hover.css";
@import "fancybox.css";
@import "font-awesome.min.css";
@import "font-awesome-ie7.min.css";
@import "glyphicons.css";
@import "halflings.css";

/*.row {
  margin-right: -15px;
  margin-left: -15px !important;
}  */

html {


    height:100%;
   

 /*   font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;  */

}


/*.clear {
  clear: both;
} */

body {
  margin:0px;
    padding:0px;
    height:100%;
  font-family:Arial !important;
  
  overflow-x: hidden !important;
  font-size: 16px !important;
  line-height: 1.5em !important;

/* font-family: 'Droid Sans';
 background: #fcfcfc url(../img/bg16.jpg)  repeat; 
 E5E8EC
 background: url(../../img/images3.jpeg);
  background-size: cover; background: url(../img/slider.jpg); */

}

a
{
  text-decoration: none !important;
}

div.main   {
  color: #6495ED;
background-color: #f0f8ff;
text-align:center;
font-size:30px;
padding:15px;
width: 100%;
}

.line
{
  border-bottom: 3px double #f6f6f6;
  margin-bottom: 10px;
}

.section-full
{
  margin-left: 8%;
  margin-right: 8%;
}

.heading-p
{
  color:#fff ;
  background-color: #59A6F1;
  text-align: center;
  font-weight: bold;
  font-family:Segoe UI,serif !important;
  font-size:24px !important;
  padding: 20px 0 !important;
}

.header
{
  background-color: #F8F8F8;
  /*  background-color: #fff;
background: #C6FFDD;   fallback for old browsers 
background: -webkit-linear-gradient(to left, #f7797d, #FBD786, #C6FFDD);  /* Chrome 10-25, Safari 5.1-6 */
/*background: linear-gradient(to left, #f7797d, #FBD786, #C6FFDD); *//* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  padding-top: 1.5em;
 padding-bottom: 0.5em;
}

 #profile
 {
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #094F89;

 }

 #profile:hover 
 {
    color: #000;
 }

#title-top
{
  background: url(../../img/b5.jpeg);
  background-position: center; 
  padding: 20px 0 20px 0;
  
}

#title-top h2
{
  font-family: "Arial";
  font-size: 30px;
  color:#000;
  /*color:#156EBD;*/
}

.color

{
  color:rgb(0, 46, 92) !important; 
  font-weight: bold;
}


.img-border-sm
{
  width: 100%;
  height:230px;
  border-radius: 10px; 
  margin-bottom: 12px;
}

.img-border-md
{
  width: 100%;
  height:320px;
  border-radius: 10px; 
  margin-bottom: 12px;
  
}

.img-border-lg
{
  width: 100%;
  height:450px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.color1

{
  color:#156EBD;
  font-weight: bold;
}

.color2

{
  color:#0067b3;
  
}

.font16
{
  font-size: 16px;
}


 .font-button
        {
            background-color: #0090CB;
            height: 25px;
            width: 25px;
            display: inline-block;
            color: #fff;
            text-align: center;
            line-height: 25px;
            font-size: 15pt;
            cursor: pointer;
        }

.fa-facebook, .fa-twitter, .fa-youtube
{
 
  padding-right: 12px;
  font-size: 28px !important;
  text-decoration: none;
  
}



.hovertext {
  position: relative;
  
}

.hovertext:before {
  content: attr(data-hover);
  visibility: hidden;
  opacity: 0;
  width: 140px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  transition: opacity 1s ease-in-out;

  position: absolute;
  z-index: 1;
  left: 0;
  top: 110%;
}

.hovertext:hover:before {
  opacity: 1;
  visibility: visible;
}

.upper-links
{
  display: flex;
}

.upper-links li a
{
  padding-right: 16px;
  color: #79211c;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}

.upper-icon a
{
  padding-right: 12px;
  font-size: 28px;
  text-decoration: none;
}

.line-container
{
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.horizintal-line
{
  /*display: grid;
  grid-template-columns:repeat(3,1fr);  */
  align-items: center;
  font-size: 40px;
  color: #59A6F1;
  font-weight: bold;
  line-height: 1.2em;
}

/*.horizintal-line::before,  .horizintal-line::after
{
  content:"";
  height: 2px;
  background-color: #000;
  display: block;
}    */

.underline h2 {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #4e4039;
}


.underline h3 {
  margin-bottom: 5px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #000;
}


.underline h2:after { /* this is the border */
    content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 2px;
  /*background: #eb5d1e; */
  background-color: #007aff;
  bottom: 0;
  left: calc(50% - 30px);
}

.underline h3:after { /* this is the border */
    content:"";
    display:block;
    width: 6em;
    max-width:70%;
    border-bottom: 0.2em solid blue;
    margin: 0.6em auto 0;
}


.default-img
{
  width: 100%;
  max-height: 700px;
  min-height:350px;
}

.default-img1
{
  width:100%;
  height:250px;
}

/* Automatic Serial Number Row */
.css-serial {
 counter-reset: serial-number; /* Set the serial number counter to 0 */
}
.css-serial td:first-child:before {
 counter-increment: serial-number; /* Increment the serial number counter */
 content: counter(serial-number); /* Display the counter */
}

.topnav {
  overflow: hidden;
  background-color: #ddd;
}

.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.boxed {
  border: 1px solid #b6d7fd;
  width: 100%;
  height: 32em;
  position: relative;
}


.boxed h1
{
  color: #072F5F;
  font-size: 18px;
  padding-top: 20px;
  text-align: center;
  
}

.boxed img
{
  width: 100%;
  height: 300px;
  transition: 1s ease;
}

.boxed img:hover{
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
transition: 1s ease;
}


#content
{
  -webkit-box-shadow: 3px 3px 5px 6px #fcfcfc;  
  -moz-box-shadow:    3px 3px 5px 6px #fcfcfc;  
  box-shadow:         3px 3px 5px 6px #fcfcfc; 
  background-color: #fcfcfc;
  padding:0.5em;
  border-radius: 10px;
  font-size: 16px;
    line-height: 1.5em;
}

#content, #content1 ol
{
  text-align: justify;
}

#content1
{
  -webkit-box-shadow: 3px 3px 5px 6px #fcfcfc;  
  -moz-box-shadow:    3px 3px 5px 6px #fcfcfc;  
  box-shadow:         3px 3px 5px 6px #fcfcfc; 
  background-color:  #fefefa   ;
  padding:0.5em;
  border-radius: 5px;
  font-size: 16px;
    line-height: 1.5em;

}


#content2
{
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #ccc; 
  background-color: #FAF9F6;
  padding:0.5em;
  padding-left: 1.5em;
  border-radius: 10px;
 font-size: 16px;
 line-height: 1.5em;
}


.article
{ 
  margin:1em;
  margin-bottom: 0;
}

#main-content
{
  margin-right: 5px;
  
}

.section
{
  background-color: #fcfcfc;
  margin: 0em 5em;
  padding: 2em;
}

.page-title-inner
{
 
background-color:white;
border-radius: 10px;
padding: 8px 15px 20px 0px;
 -webkit-box-shadow: inset 0px 0px 5px rgba(238, 233, 152, 0.25);
  -moz-box-shadow: inset 0px 0px 5px rgba(238, 233, 152, 0.25);
  box-shadow: inset 0px 0px 5px rgba(238, 233, 152, 0.25);
 
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Droid Sans" ;
  font-weight: normal ;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 28px;
  line-height: 40px;
}

h2 {
  font-size: 24px;
  line-height: 40px;
}

h3 {
  font-size: 20px;
  line-height: 32px;
}

h4 {
  font-size: 16px;
  line-height: 30px;
}
h5 {
  font-size: 14px;
  line-height: 26px;
}

h6 {
  font-size: 12px;
  line-height: 24px;
}

hr.clean
{
  border: 1px solid transparent;
}

hr {
  border: 0;
height: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  
}


.hr2
{
  height: 10px;
box-shadow: inset 0 9px 9px -3px rgba(11, 99, 184, 0.8);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}


.hr1{
      border:1px solid #d3d3d3;
      display:block;
      width:100%;


    }

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.title {
  /* border-bottom: 3px double #f6f6f6; #FF0000*/
  margin-bottom: 20px;
  text-align: center;
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
  border-bottom: 5px solid #06587F		 !important;
  display: inline-block;
  padding: 0px 10px !important;
  margin: 0px 15px -4px 15px !important;
  font-weight: bold;
 }

#wrapper {
  background: #fcfcfc url(../img/bg-k20.png) repeat;
}


.heading

{
  word-spacing: 4px;
  font-family:'Slabo 27px', serif;
  font-size:24px ; 
  color: #40A727;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 1px;

}

.heading1
{
  font-family:'Sumana';
  font-size:32px;
  color:#FE2D00;
  line-height: 40px;
  text-align: center;

}

.link li 
{
  border-bottom: 1px solid #5E9FB2;
  padding-left:5px;
}

.link li:hover
{
  background-color:#ECF48E;
}

.icon 
{
  width:50px;
   height:50px;
   margin-right: 1em;
   float:right;
}


.row-padding
{
  padding:3em;
}

.row-padding1
{
  padding:0 3em;
  padding-top:2.5em;
}


.center
{
  float:center;
  text-align: center;
  margin:0 auto;
  padding-bottom: 1em;
}



/* #Box ========= */

.box4 
{   
    width: 100%;
    height:16em;
     background: #fbfaf2;
    padding:25px 25px;
    font-size: 16px;
    list-style-type: none;
    box-shadow:0 1px 3px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
     
     border-right: 5px solid #FF8C00;
     overflow-wrap: anywhere;
}

.box4 img
{
  padding-bottom: 10px;
}

.box4:hover
{
  opacity: 0.8;
}

.card
{
  margin: 1.4em;
}


 .card1 {
    background-color: rgba(185, 219, 246, 1);
    width: 100%;
    height: 22em;
    padding: 20px 25px;
    list-style-type: none;
    box-shadow: 0 1px 3px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative;
}


.card1 img
{
  width: 120px;
  height: 120px;
  margin-bottom: 12px;
}
     
     .P_Name {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin:0 0 0px !important;
}


     .P_Details {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    margin:0 0 0px !important;
    overflow-wrap: anywhere;
}

.card1 button {
    position: absolute;
    color: #fff !important;;
    background-color: #2E2E2E;
    margin-top: 13%;
    left: 32%;
    bottom:5%;
    align-items: center;
}

.card1 button a
{
  text-decoration: none;
  color: #fff;
}


.card1 button a:hover
{
  
  color: #000;
}



.trans-box, .trans-box1, .trans-box2, .trans-box3, .trans-box4{
    background: rgba(0, 0, 0, 0.23);
    padding: 30px;
    min-height: 460px;
    font-size: 16px;
    
}

.trans-box1:hover {
    background: #FBA100;
   
}

.trans-box2:hover {
    background:  #E52868;
   
}

.trans-box3:hover {
    background: #01ABAA;
   
}

.trans-box4:hover {
    background: #B654FF;}

.trans-row {
   
  /*background: url("../../img/gbpuat.jpg"); background: url("../../img/gate.jpg");  */
   
   /* background-attachment: fixed;  */
   color: #000;
   padding:30px 180px;

     
}


.trans-row1 {
    background-color: #F5F5F5;
    padding:30px 180px;
    line-height: 1.4em;
}

.trans-row2 {
    
background-color:  #fbfaf2 ;
    background-size: cover;
    background-attachment: fixed;
   padding:30px 180px;
 /*   padding: 3em 3em 2em;  */
}

/*.trans-row1 h1,h2
{
   color: #212F3D;
    text-align: center;
    text-decoration: underline;
    font-size: 26px;

}

.trans-row h2

{
   color: #ffd800;
    text-align: center;
}  */

.list1 li
{
  padding: 1.5em 0;
  font-size: 16px;
  text-align: justify;
  border-bottom: 1px solid #e0e0e0;
}

.list1 li:last-child{
  border-bottom: none;
}

.list1 li a
{
  
  color:#fff;
}

.list1 li a:hover
{
  
  color:#08549F;
}

/* # Social Icon ==========*/
.rclass
  {
    float:right;
    opacity: 0.5;
  }
  .rclass:hover
   { opacity: 1;

   }

.img
{
   text-decoration: none;
   color: #1e90ff;
}
.img:hover
{
  opacity: 0.7;
 }

.text-block {
  position: absolute;
  bottom: 20px;
  right: 25px;
  background-color: black;
  color: white;
  padding: 10px;
  font-size: 20px;
  float: center;
}

.imgcontainer
{
  position: relative;
  
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
  opacity:0.3;
}

.imgcontainer:hover .overlay {
  bottom: 0;
  height: 100%;
}

 .border-li li
 {
   font-size: 16px;
   border-bottom:1px solid #ccc;
   padding:8px;
   
  
 }

 .border-li li a
 {
   color: #000;
   text-decoration: none;
   
  
 }

 .border-li li:hover 
 {
  color: #1e90ff;
 }

 .border-li li a:hover
 {
  color: #1e90ff;
 }

/* #Lists
================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
  
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}


/* Header #BE070A*/
/* Header */
.navbar {
 background-color: #1e90ff !important;
 /* background:url(../../img/b5.jpeg); #BF2705*/
 /*border-bottom: 5px solid #f6f6f6 !important; */
  min-height: 20px !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0px !important;
  margin: 0 !important;
}}
}
.navbar .navbar-brand {
  color: #ddd;
  font-size: 28px;
  padding: 0 15px;
  line-height: 70px;
}
.navbar .navbar-brand i {
  border: 3px solid #ddd;
  margin-right: 10px;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  line-height: 48px;
  text-align: center;
}
.navbar .navbar-brand span {
  color: #9C2D27;
}
.navbar .navbar-toggle {
  margin-top: 16px !important;
  margin-right: 25px !important;
}
.navbar .navbar-collapse {
  margin-top: 0px !important;
  border: none !important;
}

.nav-link {
  color: white !important;
  
  /* border-right: 2px solid #B91111;
  border-top: 4px solid #EBDE10; fe7f9c df5286 */
  font-size: 18px !important; 
  padding: 11px !important;
  padding: 18px 7px !important;
}

.navbar-nav .nav-link.active
{
    background: #59A6F1 !important;
  color: white !important;
}


.navbar-nav .nav-link:hover
{
    background: #59A6F1 !important ;
  color: white !important;
}

.navbar-expand .navbar-nav .nav-item > a:hover,
.navbar-expand .navbar-nav .nav-item > a:focus {
 /* border-top: 4px solid #9B5F2B; */
  background: #59A6F1 !important ;
  color: white !important;
}



.navbar-expand .navbar-nav > .active > a,
.navbar-expand .navbar-nav > .active > a:hover,
.navbar-expand .navbar-nav > .active > a:focus {
 /* border-top: 4px solid #9B5F2B; */
  background: #59A6F1;
  color: white;
}
.navbar-default .navbar-nav > .active > a .caret,
.navbar-default .navbar-nav > .active > a:hover .caret,
.navbar-default .navbar-nav > .active > a:focus .caret {
/*  border-top-color: white !important;
  border-bottom-color: white !important; */
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: #59A6F1; 
  color: white;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar-default .navbar-nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.navbar-default .navbar-nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 9px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: '';
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #fff;
  background: #59A6F1 !important;
}
.dropdown-menu .active > a {
  color: white !important;
  background: #59A6F1 !important;
}
.dropdown-menu .active > a:hover {
  color: white !important;
 /* background: #E3BC9A !important;  */
}
.navbar .btn-navbar {
  margin-top: 15px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #E3BC9A !important;
  border-bottom-color: #E3BC9A !important;
}
.slider-wrapper {
  position: relative;
  margin-top: 0px;
 
  z-index: 1;
 -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
     -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
        box-shadow: 0px 1px 1px rgba(0,0,0,.35); 
     width: 100%;

  }


/* Page Title
=================================================================== */


#page-title-icon {
  background: white;
  height: 48px;
  width: 48px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  padding: 4px;
  margin-left: -16px;
  margin-top: -18px;
  position: relative;
  z-index: 10;
  float: left;
}
#page-title {
  background: url(../../img/slider.jpg);
  display: block;
  margin-bottom: 25px;
  position: relative;
  z-index: 20;
  border-bottom: 5px solid #f6f6f6;

}

#page-title #page-title-inner {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5YTlkZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI5YTlkZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(41, 169, 223, 0.9) 0%, rgba(41, 169, 223, 0.9) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(41, 169, 223, 0.9)), color-stop(100%, rgba(41, 169, 223, 0.9)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(41, 169, 223, 0.9) 0%, rgba(41, 169, 223, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(41, 169, 223, 0.9) 0%, rgba(41, 169, 223, 0.9) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(41, 169, 223, 0.9) 0%, rgba(41, 169, 223, 0.9) 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(41, 169, 223, 0.9) 0%, rgba(41, 169, 223, 0.9) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e629a9df', endColorstr='#e629a9df', GradientType=0);
  /* IE6-8 */

  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
#page-title #page-title-inner i {
  margin: -6px 2px -5px -18px;
  padding: 0px;
}
#page-title #page-title-inner h2 {
  display: inline-block;
  font-family: "Droid Sans" !important;
  color: white;
  padding: 10px 20px 5px 20px;
  font-size: 30px;
}
#page-title #page-title-inner span {
  color: #555;
}
.page-title-small h3 {
  width: 100%;
  text-align: center;
}
/* Images Overlay
=================================================================== */
.picture {
  position: relative;
}
.picture .item-description {
  padding: 5px 15px;
  border: none;
  margin: 0px;
}
.post .picture,
#portfolio-wrapper .picture {
  position: relative;
  background: white;
  padding: 3px;
  border: 1px solid #fcfcfc;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.post .picture,
#portfolio-wrapper .picture .item-description {
  margin-bottom: 0px;
  padding: 5px;
  border: none;
  margin: 0px;
}
#portfolio-wrapper .portfolio-item {
   margin-bottom: 8px;
  font-size: 15px;

}

#portfolio-wrapper .portfolio-item a
{
    font-size: 16px;
    color:#094F89;
    transform: inherit;

}

#portfolio-wrapper .portfolio-item a:hover
{
  color: #000;
}

.picture img {
  width: 100%;
  height: auto;
}
.image-overlay-link,
.image-overlay-zoom {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 40;
  display: none;
  background-color: #222;
  background: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
.image-overlay-link {
  background-image: url(../img/overlay-icon-01.png);
}
.image-overlay-zoom {
  background-image: url(../img/overlay-icon-02.png);
}
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  overflow: hidden;
  border: 4px solid white;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) 
{
  .flex-video {
    padding-top: 0;
  }
}
/* Flexslider
=================================================================== */
/* Browser Resets
=================================================================== */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Necessary Styles
=================================================================== */
.flexslider {
  margin: 0;
  padding: 0;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
  position: relative;
  zoom: 1;
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider {
  position: relative;
  zoom: 1;
  z-index: 50;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* Default Styles
=================================================================== */
.flexslider {
  background: white;
  zoom: 1;
}
.ie7 .flexslider {
  margin-bottom: -30px;
}
.flex-viewport {
  max-height: 2000px;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
/* Direction Nav
=================================================================== */
.flex-direction-nav a {
  width: 35px;
  height: 35px;
  display: block;
  background-color: #555;
  top: 20px;
  right: 20px;
  float: none;
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;
  background: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.flex-direction-nav .flex-next {
  background-image: url(../img/slider-control-right.png);
  background-repeat: no-repeat;
  background-position: 52% 50%;
}
.flex-direction-nav .flex-prev {
  margin-right: 36px;
  background-image: url(../img/slider-control-left.png);
  background-repeat: no-repeat;
  background-position: 48% 50%;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
  background-color: #29a9df;
  opacity: 1;
}
.subpage .flex-direction-nav a {
  bottom: 0px;
  right: 0px;
  *bottom: 30px;
}
/* Control Nav
=================================================================== */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 3px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: #c8c8c8;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background: #505050;
}
.flex-control-paging li a.flex-active {
  cursor: default;
}
/* Caption
=================================================================== */
.slide-caption {
  width: auto;
  max-width: 30%;
  padding: 10px 20px;
  margin: 0 0 0px 0px;
  position: absolute;
  display: block;
  left: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-8 */

}
.slide-caption.n {
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-8 */

}
.slide-caption h3 {
  color: white;
  font-size: 18px;
  margin: 0;
  line-height: 33px;
}
.slide-caption p {
  margin: 0;
  line-height: 19px;
  color: #bbb;
}
/* Notice
====================================================================== */
.jumbotron {
  background: #eee;
  border-left: 4px solid #29a9df;
  padding: 13px 13px 13px 15px !important;
  font-style: italic;
  margin: 40px auto;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  font-size: 14px !important;
}
/* Icons
=================================================================== */
.glyphicons-icon-list div {
  margin: 10px 0;
}
.glyphicons-icon-list div span,
.glyphicons-icon-list div strong {
  font-size: 10px;
}
.glyphicons-icon-list div strong {
  margin-top: -5px;
  display: block;
}
.fontawesome-icon-list div {
  margin: 5px 0;
}
.fontawesome-icon-list .fa {
  width: 20px;
  text-align: center;
  margin-right: 10px;
  font-size: 16px;
}
/* Icon Box
=================================================================== */
.icons-box {
  border: 1px solid white;
  padding: 20px 10px 10px 10px;
}
.icons-box:hover {
  background: #fcfcfc;
  border: 1px solid #f6f6f6;
}
.icons-box h3 {
  margin: 0 auto;
  padding-top: 10px;
  margin-bottom: 10px;
}
.icons-box p {
  float: left;
}
.icons-box i {
  float: left;
  margin: -2px 0 0px 0;
  text-align: center;
}
.icons-box i.circle {
  float: none !important;
  margin: 0 auto !important;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
}
.icons-box i.big {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 30px;
}
.icons-box i.color {
  color: #29a9df;
}
.icons-box i.full-color {
  background: #29a9df;
  color: white;
}
.icons-box i.bordered {
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: 0px 0px 0px 3px #000000;
  -moz-box-shadow: 0px 0px 0px 3px #000000;
  box-shadow: 0px 0px 0px 3px #000000;
  margin: 0 auto;
  opacity: .1;
}
.icons-box i.bordered.color {
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: 0px 0px 0px 3px #29a9df;
  -moz-box-shadow: 0px 0px 0px 3px #29a9df;
  box-shadow: 0px 0px 0px 3px #29a9df;
  margin: 0 auto;
  opacity: 1;
}
.icons-box.vertical h3 {
  margin-top: -15px;
}
.icons-box.vertical p {
  margin-top: -10px;
}
.icons-box.vertical i {
  margin-left: 10px !important;
}
/* About
=================================================================== */
#team img {
  width: 100%;
}
#team .team-name {
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px;
  font-family: "Droid Sans";
  font-size: 18px;
  text-align: center;
}
#team .team-name span {
  font-size: 12px;
  font-weight: normal;
  color: #888;
}
#team .team-about p {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px;
}
/* Shortcodes
====================================================================== */
/* Buttons
=================================================================== */
.button,
input[type="button"] {
  padding: 12px 20px;
  display: inline-block;
  border: 0px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  width: auto;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius:6px;
}
input[type="button"] {
  float: left;
}

.button.medium {
  padding: 11px 17px;
  font-size: 14px;
}
.button.gray {
  color: white;
  background: #444;
}
.button.gray:hover {
  background: #72b626;
}
.button.light {
  color: white;
  background: #aaa;
}
.button.light:hover {
  background: #72b626;
}
.button.color {
  color: white;
  background: #72b626;
}
.button.color:hover {
  background: #aaa;
}
/* Input Button */
input[type="button"] {
  color: #707070;
  background-color: #fff;
  border:2px solid #59A6F1 ;
  
}
input[type="button"]:hover {
  background: #59A6F1;
  color: #fff;
}



.button.gray:hover,
.button.light:hover,
.button.color {
  background: #555;
}
.button.color {
  color: white;
  background: #29a9df;
}
.button.color:hover {
  background: #aaa;

}

/* Alert Boxes
=================================================================== */
.alert {
  background-color: whiteee1;
  color: #daac50;
  border: 1px solid #f5c056;
}
.alert.alert-success {
  background-color: #edf6e5;
  color: #7a9659;
  border: 1px solid #9fc76f;
}
.alert.alert-error {
  background-color: #fdeaea;
  color: #ca6f74;
  border: 1px solid #f27b81;
}
.alert.alert-info {
  background-color: #e9f8ff;
  color: #5d9fa9;
  border: 1px solid #75c7d3;
}
/* Testimonial's Carousel
=================================================================== */
.testimonial-container {
  position: relative;
}
.carousel {
  padding: 0;
}
.carousel .testimonial .testimonials {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  line-height: 21px;
  text-align: center;
  height: 24em;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.carousel .testimonial .testimonials img
{
  width:100%;
  height: 22em;
}

.carousel .testimonial .testimonials-bg {
  background: url(../img/testimonials-bg.png) no-repeat;
    display: block;
  width: 200px;
  height: 30px;
 
}
.carousel .testimonial .testimonials-author {
  color: #fff;
  display: block;
  text-align: center;
 
}

.carousel .testimonial .testimonials-author a{
  color: #fff;
  display: block;
  text-align: center;
 
}

.carousel .testimonial .testimonials-author span {
  color: #a0a0a0;
}
/* Carousel */
.carousel-disabled,
.mr-rotato-disabled,
.mr-rotato-next,
.mr-rotato-prev {
  border: 1px solid #29a9df;
  display: inline-block;
  height: 21px;
  width: 21px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.5);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.5);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.5);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: block;
  position: absolute;
  margin-bottom: -40px;
}
.mr-rotato-next {
  background: url(../img/testimonials-right-01.png) no-repeat 50%;
  background-color: #000;
  right: -1px;
  z-index: 6;
}
.mr-rotato-prev {
  background: url(../img/testimonials-left-01.png) no-repeat 50%;
  background-color: #000;
  right: 25px;
  -webkit-box-shadow: 3px 0px 0px 0px #ffffff;
  -moz-box-shadow: 3px 0px 0px 0px #ffffff;
  box-shadow: 3px 0px 0px 0px #ffffff;
  z-index: 6;
}
.mr-rotato-next:hover {
  background: url(../img/testimonials-right-02.png) no-repeat 50%;
}
.mr-rotato-prev:hover {
  background: url(../img/testimonials-left-02.png) no-repeat 50%;
}
.mr-rotato-prev:hover,
.mr-rotato-next:hover {
  background-color: #29a9df;
  border-color: #29a9df;
}

/* Auto numbering rows in table
====================== */

.count {
  counter-reset: serial-number;  /* Set the serial number counter to 0 */
}

.count td:first-child:before {
  counter-increment: serial-number;  /* Increment the serial number counter */
  content: counter(serial-number);  /* Display the counter */
}




/* Tabs
=================================================================== */
.tabs-nav {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.tabs-nav li {
  float: left;
  line-height: 34px;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0 0 -1px 0;
}
.tabs-nav li a {
  background-color: #fcfcfc;
  border: 1px solid #f6f6f6;
  border-right: none;
  border-bottom: 1px solid #f6f6f6;
  color: #888;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 10px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.ie7 .tabs-nav li a {
  height: 35px;
}
.tabs-nav li:first-child a {
  border-left: 1px solid #f6f6f6;
}
.tabs-nav li:last-child a {
  border-right: 1px solid #f6f6f6;
}
.tabs-nav li.active a {
  color: #444;
  font-weight: bold;
}
.tabs-nav li.active a i {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.tabs-nav li i {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.tabs-nav li a:hover {
  background: white;
}
.tabs-nav li.active a {
  background: white;
  border-bottom: 2px solid white;
}
.tabs-container {
  border: 1px solid #f6f6f6;
  margin: -1px 0 20px;
  overflow: hidden;
  width: 100%;
  line-height: 19px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}
.tab-content {
  padding: 20px;
}
/* Skills
=================================================================== */
ul.skills {
  padding: 0;
}
ul.skills li {
  margin-bottom: 12px;
  list-style: none;
}
ul.skills li h5 {
  margin-bottom: 6px;
}
ul.skills li .meter {
  height: 23px;
  position: relative;
  background: #fcfcfc;
}
ul.skills li .meter > span {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}
ul.skills li .meter > span:after,
ul.skills li .animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
ul.skills li .meter > span:after,
ul.skills li .animate > span > spans li.current {
  background: #29a9df;
}
/* Quotes
=================================================================== */
.quotes {
  background: white;
  padding: 3px;
  border: 1px solid #fcfcfc;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  font-family: "Boogaloo";
}
.quotes .quote,
.quotes .author {
  line-height: 28px;
  font-size: 24px;
  padding: 15px;
  color: white;
  font-family: "Boogaloo";
}
.quotes .author {
  font-size: 14px;
  text-align: center;
}
.quotes .quote,
.quotes .author {
  background: #29a9df;
}
/* Dropcaps
=================================================================== */
.dropcap {
  background: #fcfcfc;
  color: #666666;
  display: inline-block;
  float: left;
  font-size: 23px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  margin: 0 7px 0 0;
  text-align: center;
  width: 36px;
  border: 1px solid #f6f6f6;
}
.dropcap.dark {
  background: #3a3a3a;
  color: white;
}
.dropcap.dropcap.color {
  background: #29a9df;
  color: white;
}
/* Clients List
=================================================================== */
.clients-carousel {
  border: 1px solid #f6f6f6;
  overflow: hidden;
}
.clients-carousel li {
  float: left;
  overflow: hidden;
  border-right: 1px solid #f6f6f6;
  margin-left: 1px;
}
.clients-carousel ul.clients {
  background: #fcfcfc;
}
.clients-carousel li img {
  width: 100%;
  float: none !important;
  margin: 0px auto !important;
  /*filter: url(filters.svg#grayscale); /* Firefox 3.5+ */

  filter: gray;
  /* IE6-9 */

  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.clients-carousel li:hover {
  background: #fafafa;
}
.clients-carousel li img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* Blog Post
=================================================================== */
/* Comments
=================================================================== */
.comments-sec {
  float: left;
  width: 100%;
  line-height: 20px;
  margin-top: -15px;
}
ol.commentlist {
  float: left;
  width: 100%;
  margin: 0;
}
ol.commentlist li {
  float: left;
  border-top: 1px solid #e7e7e7;
  padding: 25px 0 20px 0;
}
ol.commentlist li:first-child {
  border: none;
  padding: 25px 0 0px 0;
}
ol.commentlist li {
  list-style: none;
}
ol li ol.childlist {
  float: right;
  width: 89%;
  margin: 0px;
}
ol.commentlist li ol.childlist li:first-child {
  border-top: 1px solid #e9e9e9;
  padding: 25px 0 0 0;
  font-size: 12px;
}
ol.commentlist li ol.childlist li {
  border-top: 1px solid #e9e9e9;
  margin: 25px 0 15px 0;
  font-size: 12px;
}
.comments {
  float: left;
  width: 100%;
}
.comments-amount {
  color: #888;
}
ol li ol.childlist .comment-des {
  float: right;
  width: 89%;
}
.avatar {
  float: left;
}
.comment-des {
  float: right;
  width: 90%;
}
.comment-des strong {
  float: left;
  padding-right: 5px;
  font-size: 12px;
}
.comment-des span {
  float: left;
  color: #888;
}
.comment-by {
  float: left;
  width: 100%;
  padding-bottom: 8px;
  padding-top: 5px;
  color: #000;
}
.ie7 .comment-by span.reply span {
  display: none;
}
.comment-by span.reply {
  color: #888;
  float: right;
  display: inline;
}
.comment-by span.reply a {
  height: 17px;
  margin-left: 5px;
  font-weight: normal;
  float: right;
}
.comment-by span.date {
  color: #888;
  padding-right: 7px;
  float: right;
}
.ie7 .comment-by .date {
  display: none;
}
/* Pricing Tables
=================================================================== */
.five-tables .pricing-table {
  width: 20%;
}
.four-tables .pricing-table {
  width: 25%;
}
.three-tables .pricing-table {
  width: 33%;
}
.two-tables .pricing-table {
  width: 50%;
}
.pricing-table {
  float: left;
  margin: 1px 0 0 1px;
}
.pricing-table h3 {
  font-size: 16px;
  text-align: center;
  color: white;
  padding: 6px 0;
  margin: 0;
}
.pricing-table li {
  color: #888;
  background: white;
  text-align: center;
  padding: 11px 0;
  border-bottom: 1px solid white;
}
.pricing-table li:nth-child(2n) {
  background: #f6f6f6;
}
.pricing-table h4 {
  padding: 0 0 10px;
}
a.buy {
  text-align: center;
  display: block;
  color: white;
  padding: 12px 0;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a.buy:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
/* Table
=================================================================== */
.pricing-table h3,
.pricing-table h4 {
  color: white;
  margin: 0;
}
.pricing-table h4 {
  padding: 15px 0;
}
.price,
.time {
  display: block;
  text-align: center;
  line-height: 24px;
}
.price {
  font-size: 24px;
  font-weight: normal;
}
.time {
  font-size: 12px;
  font-weight: normal;
}
/* Color Schemes
=================================================================== */
/* Color - 1 */
.pricing-table .color-cccddd h3,
.color-cccddd .buy {
  background-color: #ccc;
}
.pricing-table .color-cccddd h4 {
  background-color: #ddd;
}
/* Color - 2 */
.pricing-table .color-666777 h3,
.color-666777 .buy {
  background-color: #666666;
}
.pricing-table .color-666777 h4 {
  background-color: #777;
}
/* Color - 3 */
.pricing-table .color-custom h3,
.color-custom .buy {
  background-color: #111;
  padding: 15px 0;
}
.pricing-table .color-custom h4 {
  background-color: #222;
  padding: 35px 0;
}
.color-custom {
  margin-top: -57px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.pricing-table {
  position: relative !important;
  z-index: 5 !important;
  margin: 60px 0px;
}
.pricing-table.best-option {
  position: relative !important;
  z-index: 6 !important;
}
.pricing-table .color-custom h3,
.color-custom .buy {
  background-color: #1d7ea7;
}
.pricing-table .color-custom h4 {
  background-color: #29a9df;
}
/* Google Map
=================================================================== */
#googlemaps-container-top {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.25);
  height: 20px;
}
#googlemaps-container-bottom {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: inset 0px -3px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -3px 3px rgba(0, 0, 0, 0.25);
  height: 20px;
  margin-top: -40px;
  border-bottom: 5px solid #f6f6f6;
  margin-bottom: 20px;
}
#googlemaps {
  position: relative;
  z-index: 1;
  height: 400px;
  width: 100%;
  top: -20px;
}
#small-map-container {
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  position: relative;
  z-index: 2;
  border: 5px solid #f6f6f6;
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25);
  height: 210px;
  width: 210px;
  margin-bottom: -215px;
}
#small-map-container a {
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  position: relative;
  z-index: 2;
  height: 210px;
  width: 210px;
  display: block;
}
#small-map {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  margin-left: 5px;
}
/* Filters
=================================================================== */
#filters {
  text-align: left;
  right: 0;
  margin: 10px 0px;
  border-bottom: 3px double #f6f6f6;
}
#filters ul li {
  display: inline;
}
#filters a {
  padding: 5px 10px;
  border: 1px solid #f6f6f6;
  display: inline-block;
  color: #888;
  background-color: white;
  margin: 0 5px 10px 0;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#filters a:hover,
.selected {
  background-color: #29a9df !important;
  border: 1px solid #29a9df !important;
  color: white !important;
}
/* Posts
=================================================================== */
.post {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.post.post-page {
  border-bottom: none;
  margin-bottom: 0;
}
.post-content {
  margin: 22px 0 0 0px;
}
/* Icons
=================================================================== */
.post-icon {
  float: left;
  width: 70px;
  height: 70px;
  margin-top: 30px;
  font-size: 40px;
  opacity: .25;
}
/* Tags */
.post-meta {
  background: white;
  color: #666666;
  margin: 5px 0px;
  padding: 10px 5px;
  border-top: 1px solid #eee;
}
.post-meta a {
  text-decoration: none;
}
.post-meta i {
  opacity: 0.35;
  margin-right: 5px;
  zoom: 1;
}
.post-meta span {
  margin-right: 10px;
}
/* Portfolio Info
=================================================================== */
.project-info {
  margin-bottom: 15px;
}
.project-info .button {
  margin-bottom: 30px !important;
}
.project-info strong {
  color: #29a9df;
}
.launch {
  margin-bottom: 30px;
}
.project-tags {
  margin-top: 15px;
}
.project-tags strong {
  float: left;
  margin: 5px 10px 20px 0;
}
/* Pagination
=================================================================== */
.pagination {
  margin-bottom: -10px;
}
.pagination li {
  padding: 5px 10px;
  border: 1px solid #eee;
  display: inline-block;
  *float: left;
  background: white;
  color: #888;
  margin-right: 1px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ie7 .pagination li {
  margin-right: 5px;
}
li.current {
  background: #29a9df;
  border: 1px solid #29a9df;
  color: white;
}
/* Widgets
=================================================================== */
.widget {
  margin-top: 25px;
}
.first.widget {
  margin-top: -5px;
}
.first.widget {
  margin-top: -5px;
}
/* Tags */
.tags a {
  padding: 5px 10px;
  border: 1px solid #eee;
  display: inline-block;
  color: #666666;
  background: white;
  margin: 0 3px 6px 0;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.tags a:last-child {
  margin-right: 0;
}
.tags a:hover {
  background: #29a9df;
  border: 1px solid #29a9df;
  color: white;
}
/* Isotope Filtering
=================================================================== */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/* Isotope CSS3 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: top, left, opacity;
  transition-property: transform, opacity;
}
/* Disabling Isotope CSS3 transitions
=================================================================== */
.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;
}
/* Disable CSS transitions for containers with infinite scrolling
====================================*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* List Styles
=================================================================== */
.check_list li,
.plus_list li,
.minus_list li,
.star_list li,
.arrow_list li,
.square_list li,
.circle_list li,
.cross_list li {
  list-style: none;
  margin: 5px 0;
}
.check_list li {
  background: url(../img/icons/list/blue/list_check.png) no-repeat 0% 50%;
  padding: 0 0 0 18px;
}
.plus_list li {
  background: url(../img/icons/list/blue/list_plus.png) no-repeat 0% 50%;
  padding: 0 0 0 18px;
}
.minus_list li {
  background: url(../img/icons/list/blue/list_minus.png) no-repeat 0% 50%;
  padding: 0 0 0 18px;
}
.star_list li {
  background: url(../img/icons/list/blue/list_star.png) no-repeat 0% 50%;
  padding: 0 0 0 16px;
}
.arrow_list li {
  background: url(../img/icons/list/blue/list_arrow.png) no-repeat 0% 50%;
  padding: 0 0 0 16px;
}
.square_list li {
  background: url(../img/icons/list/blue/list_square.png) no-repeat 0% 50%;
  padding: 0 0 0 16px;
}
.circle_list li {
  background: url(../img/icons/list/blue/list_circle.png) no-repeat 0% 50%;
  padding: 0 0 0 16px;
}
.cross_list li {
  background: url(../img/icons/list/blue/list_cross.png) no-repeat 0% 50%;
  padding: 0 0 0 16px;
}
/* Contact Form
=================================================================== */
.validation-error,
.validation-error:focus {
  border: 1px solid #f2c4c2 !important;
  background: #ffeceb !important;
}
/* Login & Register
=================================================================== */
#login-box,
#register-box {
  padding: 20px 20px;
  margin-bottom: 40px;
  background: white;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}
/* Login Form
=================================================================== */
.facebook_connect {
  margin: 5px 0px 5px -1px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  border: 1px solid #00549f;
  text-shadow: 0px 1px 1px #03327b;
  background: #0d77be;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkNzdiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDYzYWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0d77be 0%, #0d63aa 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0d77be), color-stop(100%, #0d63aa));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #0d77be 0%, #0d63aa 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #0d77be 0%, #0d63aa 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #0d77be 0%, #0d63aa 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #0d77be 0%, #0d63aa 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d77be', endColorstr='#0d63aa', GradientType=0);
  /* IE6-8 */
}
.facebook_connect:hover {
  color: #f0f0f0;
  text-decoration: none;
  text-shadow: 0px 0px 1px #03327b;
}
.facebook_connect .img {
  display: block;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 50px;
  font-size: 26px;
  text-align: center;
}
.facebook_connect .text {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  display: block;
  margin-left: 51px;
}
.twitter_connect {
  margin: 5px 0px 5px -1px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  font-size: 16px;
  border: 1px solid #1b94bc;
  text-shadow: 0px 1px 1px #0a8ad2;
  background: #56d4ff;
  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzU2ZDRmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYmIwZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #56d4ff 1%, #1bb0e2 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #56d4ff), color-stop(100%, #1bb0e2));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #56d4ff 1%, #1bb0e2 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #56d4ff 1%, #1bb0e2 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #56d4ff 1%, #1bb0e2 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #56d4ff 1%, #1bb0e2 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56d4ff', endColorstr='#1bb0e2', GradientType=0);
  /* IE6-8 */
}
.twitter_connect:hover {
  color: #f0f0f0;
  text-decoration: none;
  text-shadow: 0px 0px 1px #0a8ad2;
}
.twitter_connect .img {
  display: block;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 50px;
  font-size: 26px;
  text-align: center;
}
.twitter_connect .text {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  display: block;
  margin-left: 51px;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  margin-bottom: 8px;
  font-size: 16px;
  height: 40px;
}
#login-form input[type="checkbox"] {
  margin-top: -4px;
}
#login-form .remember {
  width: 45%;
  float: left;
  text-align: left;
  line-height: 30px;
  height: 40px;
}
#login-form .forgot {
  width: 45%;
  float: right;
  text-align: right;
  font-weight: bold;
  line-height: 30px;
  height: 40px;
}
/* Footer
====================================================================== */
#footer-menu {
  height: 60px;
  background: #fcfcfc url(../../img/1.png) repeat;
  border-top: 4px solid #f6f6f6;
  border-bottom: 4px solid #f6f6f6;
  margin-top: 20px;
  line-height: 56px;
}
#footer-menu #footer-menu-logo {
  height: 40px;
}
#footer-menu #footer-menu-logo a {
  color: #ddd;
  text-decoration: none;
  font-size: 22px;
  margin-left: 5px;
}
#footer-menu #footer-menu-logo a span {
  color: #666666;
}
#footer-menu #footer-menu-links {
  display: block;
  float: left;
}
#footer-menu #footer-menu-links ul {
  list-style: disc;
  color: #999999;
  margin: 0;
}
#footer-menu #footer-menu-links ul li {
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
#footer-menu #footer-menu-links ul li:first-child {
  list-style: none;
}
#footer-menu #footer-menu-links ul li a {
  display: inline-block;
  color: #666666;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Droid Sans';
  text-transform: lowercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}
#footer-menu #footer-menu-back-to-top {
  margin: 12px;
  z-index: 999;
}
#footer-menu #footer-menu-back-to-top a {
  width: 30px;
  height: 30px;
  display: block;
  background-color: #29a9df;
  background-image: url(../img/scroll-top-top.png);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#footer-menu #footer-menu-back-to-top a:hover {
  background-color: #aaa;
}
#footer {
  background: url(../../img/1.png) repeat;
  border-bottom: 4px solid #f6f6f6;
  color: #666666 !important;
  padding: 40px 0px;
  z-index: 1;
  position: relative;
  opacity: 1;
}
#footer p,
#footer a {
  color: #666666 !important;
}
#footer h3 {
  padding: 2px 0px !important;
  margin-bottom: 10px;
  color: #666666;
  border-bottom: 5px double #f6f6f6;
}
/* Newsletter Form
====================================================================== */
form#newsletter {
  color: #999999;
  margin-left: 10px;
}
form#newsletter p {
  margin: 0px 0px -10px 0px;
}
form#newsletter label {
  font-size: 16px;
  width: 20px;
  display: block;
  position: relative;
  left: 12px;
  top: 36px;
  z-index: 2;
  font-weight: 400;
}
form#newsletter input[type=text] {
  background: white;
  float: left;
  border: 1px solid #f6f6f6;
  position: relative;
  z-index: 1;
  height: 40px;
  padding: 0 0 0 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
form#newsletter button {
  background: #29a9df;
  color: white;
  float: left;
  border: 1px solid #f6f6f6;
  position: relative;
  z-index: 2;
  font-size: 14px;
  padding: 9px 30px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/* Copyright
====================================================================== */
#copyright {
  padding: 7px 10px;
  background-color:#000;
}
#copyright p {
  
  color: #ccc;
  font-size: 14px;
}



#copyright1 p {
  
  color: #fcfcfc;
  font-size: 14px;
  line-height: 1.8em;
}
/* Links List
=================================================================== */
.links-list,
.links-list-alt {
  padding: 0;
}
.links-list li a {
  color: #a4a4a4;
  display: block;
  padding: 3px 0;
  padding-left: 12px;
  background: url(../img/links-list-arrow-01.png) no-repeat left 47%;
}
.links-list-alt li a {
  color: #317CBB;
  display: block;
  padding: 3px 0;
  padding-left: 12px;
  background: url(../img/links-list-arrow-02.png) no-repeat left 47%;
}
.links-list li a:hover {
  color: #efe9d8;
}
.links-list-alt li a:hover {
  color: #888888;
}
.links-list li:first-child a,
.links-list-alt li:first-child a {
  margin: -3px 0 0 0;
}
/* Photo Stream
=================================================================== */
.flickr-widget {
  margin-right: -12px;
  margin-top: 15px;
}
.flickr-widget img {
  display: block;
  width: 42px;
  height: 42px;
}
.flickr-widget a:hover {
  border-color: #505050;
}
.flickr-widget a {
  float: left;
  width: 52px;
  height: 52px;
  margin-left: 0px;
  margin-right: 11px;
  margin-bottom: 12px;
  background: #fcfcfc;
  border: 1px solid #f6f6f6;
  padding: 4px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ie7 .flickr-widget a {
  width: 54px;
  height: 54px;
}
/* Custom Buttons Colors
====================================================================== */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  background-color: #29a9df;
  color: white;
  background-image: -moz-linear-gradient(top, #29a9df, #29a9df);
  background-image: -ms-linear-gradient(top, #29a9df, #29a9df);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#29a9df), to(#29a9df));
  background-image: -webkit-linear-gradient(top, #29a9df, #29a9df);
  background-image: -o-linear-gradient(top, #29a9df, #29a9df);
  background-image: linear-gradient(top, #29a9df, #29a9df);
  background-repeat: repeat-x;
  border-color: #29a9df #29a9df #29a9df;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled {
  background-color: #29a9df;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  background-color: #faa732;
  color: white;
  background-image: -moz-linear-gradient(top, #fbb450, #fbb450);
  background-image: -ms-linear-gradient(top, #fbb450, #fbb450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#fbb450));
  background-image: -webkit-linear-gradient(top, #fbb450, #fbb450);
  background-image: -o-linear-gradient(top, #fbb450, #fbb450);
  background-image: linear-gradient(top, #fbb450, #fbb450);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled {
  background-color: #fbb450;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  color: white;
  background-image: -moz-linear-gradient(top, #ee5f5b, #ee5f5b);
  background-image: -ms-linear-gradient(top, #ee5f5b, #ee5f5b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#ee5f5b));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #ee5f5b);
  background-image: -o-linear-gradient(top, #ee5f5b, #ee5f5b);
  background-image: linear-gradient(top, #ee5f5b, #ee5f5b);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled {
  background-color: #ee5f5b;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  color: white;
  background-image: -moz-linear-gradient(top, #29a9df, #29a9df);
  background-image: -ms-linear-gradient(top, #29a9df, #29a9df);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#29a9df), to(#29a9df));
  background-image: -webkit-linear-gradient(top, #29a9df, #29a9df);
  background-image: -o-linear-gradient(top, #29a9df, #29a9df);
  background-image: linear-gradient(top, #29a9df, #29a9df);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled {
  background-color: #29a9df;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  color: white;
  background-image: -moz-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: -ms-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#5bc0de));
  background-image: -webkit-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: -o-linear-gradient(top, #5bc0de, #5bc0de);
  background-image: linear-gradient(top, #5bc0de, #5bc0de);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled {
  background-color: #5bc0de;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: white;
  background-color: #363636;
  *background-color: #222222;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled {
  color: white;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}


/* Higher than 1600 (desktop devices)*/

@media only screen and (min-width: 1600px)
 {
  #portfolio-wrapper .col-sm-3.portfolio-item {
    padding: 0;
    width: 24%;
  }
  body {
    padding: 0px;
  
  }
    #jssor_1
    {
      width:980px;
    }
  
}

/* Higher than 1200 (desktop devices)
====================================================================== */
@media only screen and (min-width: 1200px)
 {
  #portfolio-wrapper .col-sm-3.portfolio-item {
    padding: 0;
    width: 24%;
  }
  body {
    padding: 0px;
	
  }

  /* #Box ========= */

.trans-box1, .trans-box2, .trans-box3, .trans-box4{
    background: rgba(0, 0, 0, 0.23);
    padding: 15px;
    min-height: 460px;
    font-size: 16px;
    
}

  
}
/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  
  html
  {
	  width:100%;
  }
  body {
    padding: 0px;
	
  }
  .navbar .nav > li > a {
    padding: 22px 10px;
  }
  .flexslider.home {
    min-height: 300px;
  }
  .icons-box.vertical i {
    margin-left: 0px !important;
  }
  #portfolio-wrapper .col-sm-3.portfolio-item {
    padding: 0;
    width: 24%;
  }

 .heading
  {
    font-size: 24px;
    
    
  }

   .heading1
  {
    font-size: 30px;

    
  }
  /* #Box ========= */

.trans-box1, .trans-box2, .trans-box3, .trans-box4{
    background: rgba(0, 0, 0, 0.23);
    padding: 15px;
    min-height: 460px;
    font-size: 12px;
    
}



}
/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  
  .navbar-brand {
    margin-left: 15px;
  }
  .navbar .nav > li > a {
    font-size: 14px;
    padding: 22px 7px;
     color: #fff !important;

  }
  ol li ol.childlist .comment-des {
    width: 86%;
  }

  .heading
  {
    font-size: 24px;
    
    
  }

   .heading1
  {
    font-size: 30px;

    
  }

 .border1, .border
  {
    overflow-x: auto;
    overflow-y: auto;
    
    margin:20px;
  }

  .border1 .box,.box1,.box3,.box2, .box5
  {
    margin-bottom:20px;
  }

  .section
  {
    margin:0;
    padding: 1em;
  }
 .alignlogo
 {
  float:center;
  text-align: center;
  margin:0 auto;
 }

/* #Box ========= */

.trans-box1, .trans-box2, .trans-box3, .trans-box4{
    background: rgba(0, 0, 0, 0.23);
    padding: 15px;
    min-height: 460px;
    font-size: 12px;
    
}




#content1
{
  padding:0.5em;
}

.row-padding1
{
  padding-top: 0;
}

.box4 
{   
    margin-top: 24px;
}

.box5 
{   
    margin-top: 24px;
}

  
}
/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {
  body {
    padding: 0px;
    overflow-x: hidden;
	
  }
  #footer-menu,
  #footer {
    padding: 0px 10px;
  }
  .navbar .nav > li > a {
    font-size: 14px;
    padding: 5px 15px !important;
    margin: 5px 15px !important;
     color: #fff !important;
  }

  
  .navbar-brand {
    margin-left: 15px;
  }
  #contact-details {
    text-align: center;
    float: left;
  }
  .post-meta {
    display: none;
  }
  .post-title h2 {
    line-height: 26px;
    margin-bottom: 15px;
  }
  .post-icon {
    margin-top: 28px;
  }
  #filters,
  #portfolio-navi {
    position: relative;
    text-align: left;
    display: block;
    margin: 0 0 23px 0;
  }
  #portfolio-navi {
    margin: -5px 0 25px 0;
  }
  .portfolio-item {
    margin: 5px 0 25px 0 !important;
  }
  .item-description.related {
    margin-bottom: 30px;
  }

  .heading
  {
    font-size: 24px;
    
    
  }

   .heading1
  {
    font-size: 30px;

    
  }

  .border1, .border
  {
    overflow-x: auto;
    overflow-y: auto;
    
    margin:20px;
  }

  .border1 .box,.box1,.box3,.box2, .box5
  {
    margin-bottom:20px;
  }

 .section
  {
    margin:0;
    padding: 1em;
  }

  .rclass
  {
    float:left;
    padding-top: 2em;
  }

   .alignlogo
 {
  float:center;
 }

/*.header
{
  background:url('../../img/21.jpg');
   background-size: cover;
 
} */

#content1
{
  padding:0.5em;
}
  
  .row-padding1
{
  padding-top: 0;
}

.box4 
{   
    margin-top: 24px;
    height: auto;
    border-top: 5px solid #FF8C00;
    border-right: none;
}

.box5 
{   
    margin-top: 24px;
}

}




/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 800px) {
  .flickr-widget a {
    width: 53px;
    height: 53px;
  }
  ol li ol.childlist .comment-des {
    width: 82%;
  }
  .comment-des {
    width: 83%;
  }

  .heading
  {
    font-size: 22px;
    
    
  }

   .heading1
  {
    font-size: 30px;

    
  }

  .border1, .border
  {
    overflow-x: auto;
    overflow-y: auto;
    
    margin:20px;
  }

  .border1 .box,.box1,.box3,.box2, .box5
  {
    margin-bottom:20px;
  }

  .section
  {
    margin:0;
    padding: 1em;
  }

   .rclass
  {
    padding-top: 2em;
    float:left;
  }

  .alignlogo
 {
  float:center;
  text-align: center;
  margin:0 auto;
 }

 .row-padding1
{
  padding-top: 0;
}

.box4 
{   
   margin-top: 24px;
   height: auto;
   
}

.box5 
{   
    margin-top: 24px;
}

}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px) {
  ol li ol.childlist .comment-des {
    width: 77%;
  }
  
  .comment-des {
    width: 78%;
  }
  
   .heading
  {
    font-size: 16px;
    
    
  }

   .heading1
  {
    font-size: 20px;

    
  } 

  .border1, .border
  {
    overflow-x: auto;
    overflow-y: auto;
    
    margin:20px;
  }

  .border1 .box,.box1,.box3,.box2, .box5
  {
    margin-bottom:20px;
  }

  .section
  {
    margin:0;
    padding: 1em;
  }

  .alignlogo
 {
  float:center;
  text-align: center;
  margin: 0 auto;
 }

.row-padding1
{
  padding-top: 0;
}

.box4 
{   
   margin-top: 24px;
   height: auto;
}

.box5 
{   
    margin-top: 24px;
}

}

/* New Responsive CSS  */

/* Show in Large desktops and laptops */


@media (min-width: 1450px) and (max-width: 1600px){

body
    {
         font-size: 15px !important;
     

    }

    
    .hovertext:before 
      {
        content: attr(data-hover);
        visibility: hidden;
        opacity: 0;
        width: 80px;
        background-color: #000;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        padding: 3px 0;
        transition: opacity 1s ease-in-out;

        position: absolute;
        z-index: 1;
        left: 0;
        top: 110%;
      }


.default-img
{
  height: 600px;
}


.section-full
{
  margin-right: 4%;
  margin-left: 4%;
}



}




@media (min-width: 1200px) and (max-width: 1400px){

body
    {
         font-size: 16px !important;
     

    }

   

    .hovertext:before 
      {
        content: attr(data-hover);
        visibility: hidden;
        opacity: 0;
        width: 80px;
        background-color: #000;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        padding: 3px 0;
        transition: opacity 1s ease-in-out;

        position: absolute;
        z-index: 1;
        left: 0;
        top: 110%;
      }

.default-img
{
  height: 300px;
}


.section-full
{
  margin-right: 2%;
  margin-left: 2%;
}



 .heading
    {
      font-size:18px;
    }

.heading1
{
  font-size:22px;
}
    .trans-row,.trans-row1,.trans-row2 
          {
            padding:30px 80px;
          }

  .upper-icon a
    {
      
      font-size: 20px;
      
    }

    .upper-links li a
      {
    
       font-size: 14px;
      }



}


@media only screen and (min-width: 992px) and (max-width: 1199px) 
{

  body
    {
         font-size: 15px !important;
     

    }

   
      .hovertext:before 
      {
        content: attr(data-hover);
        visibility: hidden;
        opacity: 0;
        width: 80px;
        background-color: #000;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        padding: 3px 0;
        transition: opacity 1s ease-in-out;

        position: absolute;
        z-index: 1;
        left: 0;
        top: 110%;
      }



.default-img
{
  height: 300px;
}


.section-full
{
  margin-right: 2%;
  margin-left: 2%;
}



}



/* Landscape phones and portrait tablets */
@media only screen and (max-width: 767px) 
{


   body, html
{
  overflow-x: hidden;
  max-width: 100%;
  max-height: 100%;
  
  
}


 .trans-row,.trans-row1,.trans-row2 
          {
            padding:10px 30px;
            margin-bottom: 20px;
          }

          .row-padding
{
  padding:0;
}

.col-margin
{
  margin-bottom: 5em;
}


          .upper-links li a
          {
  
            font-size: 13px;
          }


  #portfolio-wrapper .portfolio-item h1 {
   margin-bottom: 10px;
  font-size: 28px;

  
} 


#portfolio-wrapper .col-sm-6
{
  width: 100%;
  text-align: center;

} 

.box4
{
  text-align: center;
}

  
.square-box1
{
  max-width: 60%;
  min-width: 0%;
  height:9em;
  font-size: 18px;
  list-style-type: none;
  box-shadow:0 1px 3px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  border: 5px solid #2C67A0 ;
  border-radius: 2px;
  padding:4px 0;
  margin:0 auto;
  margin-bottom: 10px;

/* #59A6F1 254869  */
     
}

.default-img
{
  height: 300px;
}


.section-full
{
  margin:0;
}


div .main
{
  line-height: 1.2em;
}




.dropdown-menu>li>a {

color: #000 !important;
  }



    /* Testimonial's Carousel
=================================================================== */

.carousel .testimonial .testimonials {

  height: 15em;
  margin-top: 25px;

}

.mr-rotato-next {

  margin-top: 20px;
}
.mr-rotato-rev {
 
  margin-top: 20px;
}


}

/* Portrait phones and smaller */
@media (max-width: 480px) {

  body
  {
    font-size:12px; 
  }

    .trans-row,.trans-row1,.trans-row2 
          {
            padding:5px 5px;
          }

          .upper-links li a
{
  padding-right: 16px;
  
  font-size: 8px
}
    

}

