
@charset "utf-8";
/* CSS Document */

@font-face {
    src: url(../fonts/Roboto-Regular.ttf);
    font-family: 'Roboto-Regular';
}
@font-face {
    src: url(../fonts/Roboto-Bold.ttf);
    font-family: 'Roboto-Bold';
}
@font-face {
    src: url(../fonts/Square721-Regular.ttf);
    font-family: 'Square721-Regular';
}
@font-face {
    src: url(../fonts/Square721-Bold.ttf);
    font-family: 'Square721-Bold';
}

body{
	font-family: 'Roboto-Regular', sans-serif;
	background:#fff;
	font-weight:normal;
	color:#000;
    font-size: 16px;
	}
a{
    color: #000;
}
a:focus, 
a:hover,
a:active{
	outline:none;
    text-decoration: none;
}
.container{
	max-width:1170px;
}
h1{
    font-size:42px;
    text-align: center;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: 'Square721-Regular';
}
h2{
	font-size:36px;
    font-family: 'Square721-Regular';
    margin: 0 0 20px;
}
h3{
	font-size:30px;
    font-family: 'Square721-Regular';
    margin: 0 0 20px;
}
h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Square721-Regular';
    margin: 0 0 20px;
}
p{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
}
ul, ol{
    list-style-type: none;
    padding: 0;
}
ul li{
    display: block;
}

input{
	margin:10px 0;
}
.navbar-brand{
	padding:0px;
}
/*---------------------Header-Nav-CSS-------------------*/
/* ----------------------------- */
/* == Menu */
/* ----------------------------- */
.menu-wrapper {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  padding-top:0px;
  padding-bottom:0px;
  background:transparent;
}
.menu-wrapper .menu {
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.menu-wrapper .menu > li {
    position: relative;
    padding: 10px 0;
    display: inline-block;
    margin: 0 30px;
}
.menu-wrapper .menu > li:last-child {
    border-right: 0px;
    margin-right: 25px;
}
.menu-wrapper ul.menu, .menu-wrapper a.menu-link {
    border: 0px;
}
.menu-wrapper a.menu-link {
  display: none;
  padding: 10px  0;
  background: transparent;
}
.menu-wrapper a, .menu-wrapper .menu > .current-menu-item > a, .menu-wrapper .menu > .current-menu-ancestor > a {
    display: block;
    position: relative;
    padding: 5px 10px;
    font-size: 20px;
    margin: 0;
    line-height: normal;
    color: #000000;
    text-decoration: none;
    margin-right: 5px;
}

.menu-wrapper .menu > .current-menu-item > a,
.menu-wrapper .menu > .current-menu-ancestor > a {
  margin-bottom:2px;
}
.menu-wrapper .menu > .current-menu-item > a:hover,
.menu-wrapper .menu > .current-menu-ancestor > a:hover {
  background: #fffdfd;
}
.menu-wrapper .menu > .current-menu-item > a:hover,
.menu-wrapper .menu > .current-menu-ancestor > a:hover  {
	margin-bottom:0px;
}
.menu-wrapper .sub-menu,.menu-wrapper .sub-menu li .sub-menu  {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 11px 0 0 -1em;
    padding: 3px 0 0 0;
    position: absolute;
    max-height: 0em;
	display:none;
    /*overflow: hidden;*/
    list-style: none outside none;
    text-align: left;
    text-transform: none;
}
.menu-wrapper .sub-menu li {
    display: block;
    background: #63838f;
    margin-left: 0.7em;
    margin-right: 0.7em;
    position: relative;
}
.menu-wrapper .sub-menu a {
    margin: 0;
    white-space: nowrap;
    line-height: 1.8em;
    border: none;
    color: #fff;
}
.menu-wrapper .sub-menu a:hover {
    background: #000000;
    color: #ffffff;
}
.menu-wrapper li:hover .sub-menu li .sub-menu  {
   box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin:0px 0 0 -18px;
    padding: 3px 0 0 0;
    position: absolute;
    max-height: 0em;
	display:none;
    list-style: none outside none;
    text-align: left;
    text-transform: none;
   left: 100%;
   top: 0;
}

.menu-wrapper li:hover .sub-menu,.menu-wrapper li .sub-menu li:hover .sub-menu  {
  max-height: 30em;
  display:block;
  transition: max-height 0.5s;
}
/* Responsive Menu */
@media screen and (max-width: 768px) {
  .js .menu-wrapper nav[role=navigation] {
    overflow: hidden;
    max-height: 0em;
  }
  .js .menu-wrapper nav[role=navigation].active {
    max-height: 30em;
    transition: max-height 0.5s ease-out;
  }
.menu-wrapper a.menu-link {
    display: block;
    width: auto;
    padding-right: 15px;
    padding-left: 10px;
    border: none;
    margin: 0;
    color: #000;
}
  .menu-wrapper a.menu-link.active .ico-caret-down:before {
    content: "\f0d8";
  }
  .menu-wrapper .menu .menu {
    padding-bottom: 5px;
    float: none !important;
}
  .menu-wrapper .menu li {
    display: block;
    border: 1px solid pink;
    border: none;
  }
  .menu-wrapper .menu > li {
    padding: 0px;
    border: none;
  }
  .menu-wrapper .menu a {
    padding: 0.5em 0;
    margin: 0px;
    border: none;
  }
.menu-wrapper .menu a:hover {
    background: #5e1120;
    color: #fff !important;
}
  .menu-wrapper .menu .rightalign {
    float: none;
  }
  .menu-wrapper li + li a:before {
    content: "";
  }
  .menu-wrapper li:hover .sub-menu,.menu-wrapper li .sub-menu li:hover .sub-menu {
    max-height: 0em;
    transition: none;
	display: none;
  }
  .menu-wrapper .sub-menu,.menu-wrapper li .sub-menu li .sub-menu {
    background: none;
    margin-left: 0px;
    margin-top: 1px;
    display: none;
    width: 100%;
  }
  .menu-wrapper .sub-menu li,
  .menu-wrapper .sub-menu li a {
    margin: 0;
    display: block;
    width: 100%;
  }
.menu-wrapper .sub-menu.active {
	display:block;
}
  .menu-wrapper .sub-menu a {
    padding-left: 0.8em;
  }
  .menu-wrapper .sub-menu li:last-child {
    padding: 0;
  }
  .menu-wrapper .sub-menu li:last-child a {
    border: none;
  }
  .menu-wrapper .menu .has-subnav {
    position: relative;
  }
  .menu-wrapper li .sub-menu.active,.menu-wrapper li .sub-menu li .sub-menu.active  {
    max-height: 30em;
    overflow: visible;
    position: relative;
    z-index: 9;
	display:block;
	left:0px;
    transition: max-height 0.5s ease-out;
  }
.menu-wrapper li .sub-menu li .sub-menu.active  {
	left:auto;
	right:-25px;
}
.menu-wrapper .sub-menu li {
    display: block;
    background: transparent;
}
.menu-wrapper .sub-menu li a{
	color:#335D99;
}
.menu-wrapper li:hover .sub-menu li .sub-menu{
	margin:0px;
}
  .menu-wrapper .toggle-link {
    height: 32px;
	width: 32px;
    display: block;
    position: absolute;
    right: 0px;
    z-index: 200;
    font-size: 0em;
    cursor: pointer;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
	background-color:#5e1120;
    -webkit-font-smoothing: antialiased;
}
.menu-wrapper .toggle-link:hover {
    transition: all 0.2s;
    background: #5e1120;
}
.menu-wrapper .menu .has-subnav > .toggle-link:after {
    content: "\f0d7";
	font-family: 'FontAwesome';
    position: absolute;
    width: 32px;
    top: 50%;
    margin-top: -15px;
    bottom: 50%;
    right: 0px;
    font-size: 28px;
    color: #fff;
}
.menu-wrapper .menu > .current-menu-item > a:hover,
.menu-wrapper .menu > .current-menu-ancestor > a:hover  {
	margin-bottom:2px;
}
.menu-wrapper a, .menu-wrapper .menu > .current-menu-item > a, .menu-wrapper .menu > .current-menu-ancestor > a {
    padding: 10px 0px 10px;
	text-align:left;
}
.menu-wrapper .menu .has-subnav .sub-menu .has-subnav > .toggle-link::after {
    right: -8px;
}
  .menu-wrapper .menu .has-subnav > .toggle-link.active:after {
    content: "\f0d8";
    margin-top: -18px;
  }
}
.content {
  max-width: 950px;
  min-height: 500px;
  margin: 30px auto;
}
.cbp-hrmenu {
	width: 100%;
	margin-top: 2em;
	border-bottom: 4px solid #47a3da;
}
/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em;
}
.cbp-hrmenu > ul > li {
	display: inline-block;
}
.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	padding: 1em 2em;
	color: #999;
	display: inline-block;
}
.cbp-hrmenu > ul > li > a:hover {
	color: #47a3da;
}
.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background: #47a3da;
}
/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #47a3da;
	width: 100%;
	left: 0;
}
.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}
.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 2em 0;
}
.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}
.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}
.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}
.cbp-hrsub h4 {
	color: #afdefa;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}
/* Examples for media queries */
@media screen and (max-width: 52.75em) { 
.cbp-hrmenu {
	font-size: 80%;
}
}
@media screen and (max-width: 43em) { 
.cbp-hrmenu {
	font-size: 120%;
	border: none;
}
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	padding: 0;
}
.cbp-hrmenu .cbp-hrsub-inner {
	padding: 0 2em;
	font-size: 75%;
}
.cbp-hrmenu > ul > li {
	display: block;
	border-bottom: 4px solid #47a3da;
}
.cbp-hrmenu > ul > li > a { 
	display: block;
	padding: 1em 3em;
}

.cbp-hrmenu .cbp-hrsub { 
	position: relative;
}
.cbp-hrsub h4 {
	padding-top: 0.6em;
}
}
@media screen and (max-width: 36em) { 
.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 100%;
	float: none;
	padding: 0 2em;
}
}
header {
    background-color: #fff;
    width: 100%;
    z-index: 9999;
    margin: 0px;
    padding: 35px 0;
    transition: all 0.8s linear 0.3s;
    -webkit-transition: 0.8s;
    border: 0;
    position: relative;
}
header .navbar {
    position: relative;
    min-height: auto;
    margin: 0;
    border: none;
}
.logo img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
    transition: all 0.4s;
    width: auto;
    z-index: 999;
}
.header-placeholder {
    height: 0 !important;
}
.menu-wrapper a:hover, .menu-wrapper .menu > .current-menu-item > a:hover, .menu-wrapper .menu > .current-menu-ancestor > a:hover {
    color: #63838f;
}
.header_fixed .logo img {
    top: -5px;
    width: 15%;
    transition: all 0.8s;
    -webkit-transition: 0.8s;
}

.header_fixed {
    position: fixed;
    top: 0;
    -webkit-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
    box-shadow: 2px 2px 10px rgba(0,0,0,.8);
    margin: 0;
    transition: all 0.8s linear 0.8s;
    -webkit-transition: 0.8s;
    padding: 20px 0;
}






/*---------------------Slider-CSS--------------------*/
.carousel-control {
    width: 125px;
    top: 45%;
    left: 50px;
}
.carousel-control.left {
    background-image: url(../img/arrow-left.png);
    background-repeat: no-repeat;
    filter: none;
}
.carousel-control.right {
    background-image: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    filter: none;
}
.item img {
    width: 100%;
}



/*---------------------About-us--------------------*/
.about-us {
    padding: 60px 0 40px;
}

/*---------------------Home_portfolio---------------------*/
.home_portfolio{
    padding: 0 0 60px;
}
.home_portfolio .no-px {
    padding: 0;
    margin: 0;
}
.portfolio {
    position: relative;
    transition: .3s all;
    overflow: hidden;
}
.portfolio img {
    width: 100%;
}
.portfolio:hover:before {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.portfolio:before {
    content: '';
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000008a;
    transition: .3s all;
}
.portfolio .caption {
    position: absolute;
    right: 0;
    opacity: 1;
    left: 0;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    top: 45%;
    margin: 0 auto;
    text-align: center;
}
.portfolio .caption p {
    font-size: 28px;
    color: #fff;
    margin: 0;
}
/*---------------------Home_Blog---------------------*/
.home_blog {
    padding: 0 0 40px;
}
.blog img {
    width: 100%;
    margin: 0 0 20px;
}
.blog h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 10px;
}
.blog p {
    color: #000;
}



/*---------------------Footer---------------------*/

footer {
    background: #000;
    padding: 40px 0;
    color: #fff;
}
footer ul li a {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}
footer ul li a:hover {
    color: #63838f;
    transition: 0.3s ease-in-out;
}
footer address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 35px;
}

.foot_cont li a{
    padding-left: 15px;
}
.foot_cont li i{
    width: 16px;
    height: 16px;
}



.copy_right {
    background: #fff;
    padding: 15px 0;
    text-align: center;
}

.copy_right p{
    font-size: 16px;
    margin: 0 ;
}




/*------------------------------media------------------------------------*/
@media (min-width:991px) and (max-width: 1200px) {
}
@media (min-width:768px) and (max-width: 991px) {
.menu-wrapper .menu > li, .menu-wrapper .menu > li:last-child {
    margin: 0 0px;
}
.menu-wrapper a, .menu-wrapper .menu > .current-menu-item > a, .menu-wrapper .menu > .current-menu-ancestor > a {
    font-size: 16px;
}
header {
    padding: 20px 0;
}
.logo img {
    width: 25%;
}
.header_fixed {
    padding: 10px 0;
}
.header_fixed .logo img {
    width: 18%;
}
}
@media (max-width: 767px) {
.blog {
    margin: 0 0 40px;
}
footer ul {
    margin: 0 0 40px;
}
footer h4 {
    margin: 0 0 10px;
}
header, .header_fixed {
    padding: 0;
}
.logo img {
    position: inherit;
    width: 180px;
}
.navigation {
    background: #61818d;
}
}
@media (max-width: 500px) {
}
@media (max-width: 360px) {
}










