* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
}

.red {
  outline: 1px solid red;
}

input,
textarea,
select {
  font-size: 16px !important;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.img_cont {
  display: block;
  text-align: center;
}

.img_cont img {
  width: 100%;
  height: auto;
}

.align_center {
  display: block;
  text-align: center;
}

a {
  text-decoration: none;
  outline: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none
}

input[type="search"] {
  -webkit-appearance: none;
}

.inner_left {
  padding-right: 15px;
}

.inner_right {
  padding-left: 15px;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1;
  font-weight: normal;
}

a.img_cont:hover {
  opacity: 0.9;
}

.img_cont:hover {
  opacity: 0.9;
}

.block {
  padding-top: 60px;
  padding-bottom: 60px;
}

/*==========================*/
.menu_button {
  height: 53px;
  width: 62px;
  right: 5px;
  top: 19px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 999;
  margin-top: 0;
}

.menu_button.navbar-toggle {
  padding: 0px;
  margin: 0px;
}

.menu_button.active span i:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 16%;
  left: 27px;
}

.menu_button.active span i:nth-child(2) {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.menu_button.active span i:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  top: 57%;
  left: 23px;
}

.menu_button span {
  width: 60px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  background: transparent;
  z-index: 1;
}

.menu_button span i {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 68%;
  height: 6px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .1s ease .1s;
  transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.menu_button span i:nth-child(1) {
  top: 15%;
}

.menu_button span i:nth-child(2) {
  top: 31%;
}

.menu_button span i:nth-child(3) {
  top: 47%;
}

.navbar-header {
  position: relative;
}

/*=====================*/
.mobile_menu_wrapp {
  display: block !important;
  top: 0;
  left: -700px;
  /*left: 0px;*/
  z-index: 6;
  position: fixed;
  margin: 0 0 0 0px;
  width: 350px !important;
  color: #fff;
  overflow-y: auto;
  z-index: 1008;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #3C6086;
}

.mobile_menu {
  display: table;
  height: 100%;
  width: 100%;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

.mobile_menu>div {
  display: table-cell;
  vertical-align: middle;
}

.menu_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  cursor: pointer;
}

.menu_close span {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  display: inline-block;
}

.menu_close span:hover {
  color: #ffe085;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -sand-transform: rotate(360deg);
}

.mobile_menu_wrapp {
  padding-top: 0px;

}

.mobile_menu a {
  display: block;
  padding: 6px 15px;
  color: white;
}

.mobile_menu a:hover,
.mobile_menu a:focus {
  text-decoration: none;
  color: #A1195B;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 992px) {
  .sub_menu {
    padding-left: 15px;
  }
}

.menu_button_wrap .container {
  position: relative;
}

/*=----------------------=*/
.logo {
  display: block;
  text-decoration: none;
  background-color: #003466;
  padding-top: 10px;
  line-height: 1;
}

.logo:hover,
.logo:focus {
  opacity: 0.9;
  text-decoration: none;
}

.logo span {
  display: block;
}

.logo .line1 {
  height: 40px;
  width: 100%;
  background-color: #537497;
}

.color_gold {
  color: #FBCF35;
}

.line2 {
  color: white;
  font-size: 58px;
  padding-top: 10px;
  padding-bottom: 12px;
}

.line3 {
  background-color: #F5DA41;
  border-top: 2px solid white;
  color: #003466;
  font-size: 27px;
  padding-top: 3px;
  padding-bottom: 4px;
}

/*=========================*/
.main_content_inner {
  display: table;
  width: 100%;
  padding-top: 20px;
}

.left_sibebar {
  width: 300px;
  display: table-cell;
  vertical-align: top;
}

.right_content {
  padding-left: 60px;
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
}

.navcurrent {
  background-color: #ffe085;
}

#nav li a:link,
#nav li a:visited {
  display: block;
  padding: 6px 0 11px 15px;
  background-image: url(../img/navlink_bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  color: #003366;
  text-decoration: none;
  border-bottom: 1px;
  font-size: 20px;
}

#nav li a:hover {
  display: block;
  padding: 6px 0 11px 15px;
  background-color: #ffe085;
  color: #003366;
  text-decoration: none;
}

#portfoliobutton {
  max-width: 240px;
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: 0;
  text-align: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.0em;
}

.item_greed {
  overflow: hidden;
}

.item_greed ul {
  margin-left: -15px;
  margin-right: -15px;
}

.item_greed li {
  width: 50%;
  float: left;
}

.item_box {
  display: block;
}

.item_box {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url(../img/img_bg.jpg);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

.item_box:hover,
.item_box:focus {
  text-decoration: none;
}

.item_box .img_cont {
  height: 250px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 4px solid white;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/*==============*/
.ib_title {
  display: block;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  color: #3C6086;
  font-weight: 600;
}

/*---------------*/
.text {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text h2 {
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  margin-bottom: 15px;
  color: #003366;
  font-size: 36px;
}

.text p {
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 15px;
  color: #003366;
  line-height: 1.6em;
}

/*==============*/
#contact {
  margin: 0;
  padding: 0 5px 0 0;
}

#contact p {
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  color: #003366;
}

#accreditations img {
  vertical-align: top;
  padding: 0 5px 0 0;
  margin: 0;
}

.main_content {
  padding-bottom: 40px;
}

/*=========================*/
footer {
  background-color: #7f99b2;
}

#copy p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  text-align: left;
  padding: 15px 0 0 20px;
}

#footernav {
  margin: 15px 0 5px 20px;
  padding: 0;
  text-align: left;
}

#footernav li {
  list-style: none;
  display: inline;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #fff;
  border-right: solid 1px #fff;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
}

#footernav li a:link {
  text-decoration: none;
  color: #fff;
}

#footernav li a:hover,
#footernav li a:active {
  text-decoration: underline;
}

#footernav li a:visited {
  text-decoration: none;
  color: #fff;
}

#designby {
  width: auto;
  text-align: left;
  padding: 15px 0 5px 20px;
}

#designby a:visited {
  text-decoration: none;
  color: #fff;
}

#designby a:link {
  text-decoration: none;
  color: #fff;
}

/*====================*/
.product_greed {
  overflow: hidden;
}

.product_greed ul {
  margin-left: -15px;
  margin-right: -15px;
}

.product_greed li {
  width: 33.3333%;
  float: left;
}

.product_box {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

.product_box:hover,
.product_box:focus {
  text-decoration: none;
}

.product_box .img_cont {
  height: 180px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*==============*/
.product_box .ib_title {
  font-size: 18px;
  color: #003366;
}

/*---------------*/
.cotact_wrapper {
  display: table;
  width: 100%;
  padding-bottom: 20px;
}

.cotact_wrapper>div {
  display: table-cell;
  vertical-align: top;
}

.cotact_wrapper>div:first-child {
  padding-right: 15px;
}

.cotact_wrapper>div:last-child {
  padding-left: 15px;
  width: 400px;
  padding-top: 20px;
}

.cotact_wrapper {
  font-size: 18px;
}

.cotact_wrapper ul {
  margin-bottom: 20px;
}

.cotact_wrapper ul li {
  margin-bottom: 5px;
}

.cont_info {
  display: table;
  /*width: 100%;*/
}

.cont_info li {
  display: table-row;
}

.cont_info li>div {
  display: table-cell;
  vertical-align: middle;
}

.cont_info li>div:first-child {
  padding-right: 15px;
}

.cont_info li>div:last-child {
  padding-left: 15px;
  text-align: right;
}

.map {
  width: 100%;
  height: 300px;
}

/*=================*/
#form {
  padding-top: 20px;
  max-width: 600px;
  padding-bottom: 30px;
}

#form h3 {
  color: #003366;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 2.2em;
  margin: 15px 0 25px 0;
  line-height: 1.0em;
  letter-spacing: normal;
}

.form_col {
  display: table;
  width: 100%;
}

.form_col>div {
  display: table-cell;
  vertical-align: top;
  padding: 5px 0;
}

.form_col>div:first-child {
  padding-right: 15px;
  width: 200px;
  font-size: 18px;
}

.form_col>div:last-child {
  padding-left: 15px;
}

#form input[type=text],
#form input[type=email],
#form input[type=tel] {
  border: 1px solid #ccc;
  outline: none;
  color: #000;
  background: #FFF;
  height: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  padding: 0px 15px;
}

#form textarea {
  border: 1px solid #ccc;
  outline: none;
  color: #000;
  background: #FFF;
  height: 140px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  padding: 10px 15px;
  resize: none;
}

label {
  margin-bottom: 0px;
  font-weight: normal;
  padding-top: 5px;
}

.recaptcha1 {
  padding-top: 20px;
  display: inline-block;

}

.btngroup {
  padding-top: 20px;
}

.logo i {
  font-style: normal;
}
/*================*/
#nav ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
#navcontainer #nav .navcurrent {
    background-color: #ffe085;
}
#nav li li a:link, #nav li li a:visited {
    background-color: #fff6da;
    padding-left: 45px;
}
/*===================*/
.has_child {
  position: relative;
}

