
/* =================================== */
/*	Basic Style
/* =================================== */
@import url('https://fonts.googleapis.com/css?family=Unna:400,700|Kaushan+Script:400');
@font-face {
	font-family:Century Gothic;
	src:url(../font/century-gothic.ttf);
}

@font-face {
	font-family:Century Gothic Bold;
	src:url(../font/century-gothic-bold.ttf);
}

.logos{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
body {
    background-color: #fff;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	letter-spacing: 0px;
    line-height: 1;
	font-size: 13px;
    color: #000;
}

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: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
   clear: both;
}

.clear {
   *zoom: 1;
}

body > section {
    padding: 40px 0;
}

.section-title {
  margin: 0 auto 35px;
  width: 100%;
}

.section-title h2 {
  color: #000;
  font-size: 40px;
  position: relative;
  margin-bottom: 1px;
  padding-bottom: 1px;
  text-transform: capitalize;
}

.section-title h2:before {
  border-bottom: 0px solid #1f2021;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.section-title p {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    line-height: 25px;
    font-weight: 300;
    font-size: 13px;
	color: #000;
}

/*************************
*******Navigation******
**************************/
.navbar-fixed-top {
   background-color: #ffffff;
}

#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;
}

.navbar-toggle .icon-bar{
    border: 1px solid #003b7b;
}
.animated-nav .navbar-brand {
	padding: 10px 0 0px 30px;

}

.animated-nav .navigation .navbar-nav > li > a {
	padding: 23px 25px;

}
#navigation {
	display: none;
}

#navigation > .container {
	width:95%;
	/* border-bottom: 1px solid #636364; */
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 3px !important;
	margin-right: 3px !important;
}

.animated-nav#navigation > .container {
	border-bottom: none;
}

.navbar-brand {
	height: inherit;
	padding: 5px 5px 5px 5px;
	background-color: #FFF;
	margin-left: -3px;
}

.navbar-brand a {
	display: block;
	color: #fff;
}

.logo_mobile{
	display: none;
}

.animated-nav .navbar-brand a {
	color: #000;
}

.navigation .navbar-nav > li > a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 22px 22px;
}

.animated-nav .navigation .navbar-nav > li > a {
	color: #fff;
}

.navigation .navbar-nav > li.current > a {
	color: #76c0ff;
}

.animated-nav .navigation .navbar-nav > li.current > a {
	color: #76c0ff;
	font-style: italic;
}

.liactive {
  background-color: transparent;
  color : #76c0ff;
  font-style: italic;
}

.navigation .navbar-nav > li > a:focus,
.navigation .navbar-nav > li > a:hover {
  background-color: transparent;
  color : #76c0ff;
  font-style: italic;
}

.custom_menu {
    visibility: hidden;
    background-color: #0073b4;
    height: 100%;
    width: 100%;
    margin: auto;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1024;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding: 10px;
}
.visible {
    visibility: visible;
    opacity: 1;
}

.close_navbar{
	background: transparent;
	border-color: transparent;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	top:5px;
	right:5px;
	color: #fff;
}

.animated-nav .navigation .navbar-nav {
    padding: 15px 5px 0px !important;
}

.navigation .navbar-nav {
    background-color: #0073b4;
    border: 1px solid #0073b4;
    color: #fff !important;
    padding: 8px 25px !important;
    transition: all 0.5s ease;
}

.animated-nav .navigation .navbar-nav {

    border: 1px solid #0073b4;
    color: #fff !important;

}

/* ==========================================================================
   Try Me float button
   ========================================================================== */
.try_me {
	position: fixed;
	bottom:-6%;
	z-index: 10;
	padding:0;
	right:-45px;
}

.popupsize{
	width:80%;
}

#try_me_btn{
	background: transparent;
	border: 0px;
}


#try_me_btn:active, #try_me_btn:focus {
	outline:none;
}

/*============================================================
    Footer
============================================================*/
.footer {
	position: fixed;
	width: 100%;
	height:35px;
	min-height:35px;
	color: white;
	background-color:#ce1c8a; 
	max-width: 100%; 
	font-size:10px; 
	line-height:35px; 
	padding-left:15px; 
	z-index:999;
}


/*============================================================
    Our Services
============================================================*/
.service {
	background: #fff;
	padding: 10px 10px 10px 10px;
	position: absolute; 
	margin: auto; 
	top: 20%; 
	right: 0; 
	bottom: 0; 
	left: 0;
}

#services .media .media-body h3{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

#services .media .media-body p{
	
    color: #000 !important;
    font-size: 13px;
    line-height: 24px;
}

#services .media{
	height: 100%;
    padding: 20px 10px 20px 10px;
	margin-bottom: 0px;
	border: 0px solid #000;
	background-color: #fff;
	box-shadow: 0 0 #333; /* all latest browser */
   -moz-box-shadow: 0 0 #333; /* Firefox older version*/
   -webkit-box-shadow: 0 0 #333; /* Chrome/Safari older version*/
}

#services .media:hover{
	height: 100%;
    padding: 20px 10px 20px 10px;
	margin-bottom: 0px;
	border: 0px solid #000;
	border-radius:10px;
	background-color: #fff;
	/* border-radius */
	 -webkit-border-radius: 20px;
	 -moz-border-radius: 20px;
	 border-radius: 20px;
	/* box-shadow */
	 -webkit-box-shadow: rgba(0,0,0,0.1) 0px 0 20px;
	 -moz-box-shadow: rgba(0,0,0,0.1) 0 0 20px;
	 box-shadow: rgba(0,0,0,0.1) 0 0 20px;
	cursor:pointer;
	text-decoration:none;
}

/*============================================================
    All Sections
============================================================*/
.sectionstyle {
	background: #fff;
	padding: 10px 10px 10px 10px;
	position: absolute; 
	margin: auto; 
	top: 20%; 
	right: 0; 
	bottom: 0; 
	left: 0;
	color:#000;
}


.contactusimg{
	width:60%;
}

.contactusline{
	line-height: 1.5em;
}