@charset "utf-8";
/*------------| body frame start |-----------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0;
}

body {
  padding: 0px;
  margin: 0px;
  min-width: 320px;
  color: #4d4d4f;
  font-family: "HalisR-Book";
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  height: 100%;
  min-height: 100%;
}
/* Code for Sticky footer */
#page-wrap {
  position: relative;
}
footer {
  flex-shrink: 0;
}
/* Code for Sticky footer */

/* colors start here */
.blueBg {
  background-color: #aaabc0;
}
/* colors end here */

/*=============== tags start ===================**/
section,
footer {
  position: relative;
  overflow: hidden;
  clear: both;
  width: 100%;
}

*:focus,
a:hover,
a:active,
a:focus {
  outline: 0;
}
button::-moz-focus-inner {
  border: 0;
  outline: 0;
}

figure {
  padding: 0px;
  margin: 0px;
}

a {
  color: #583463;
  /* text-decoration:none; */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #1b3c6a;
}

img {
  border: 0px;
  outline: none;
  display: block;
  max-width: 100%;
  height: auto;
}
input {
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HalisR-Medium";
  color: #1b3c6a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  display: block;
  clear: both;
  width: 100%;
}
h2,
h3,
h4,
h5,
h6 {
}
h1 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 15px;
  font-weight: normal;
}
h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
  font-weight: normal;
}
h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: normal;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: normal;
}
h5 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: normal;
}
h6 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: normal;
}
ul {
  padding: 0px 0px 25px 20px;
  margin: 0px;
  list-style-position: outside;
}
ol {
  padding: 0px 0px 25px 25px;
  margin: 0px;
}
ul li {
  /* position: relative; */
  padding: 0px 7px 4px 7px;
}
/*ul li::before{
content: '';
width: 8px;
height: 8px;
position: absolute;
display: block;
left: 2px;
top:15px;
background: #37373C;
border-radius: 8px;
}*/
ol li {
  padding: 0px 0px 4px 5px;
}

p {
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
p:empty {
  display: none;
}

hr {
  padding: 0px;
  border: 0px;
  height: 1px;
  margin: 30px auto;
  background-color: #0f6cb6;
}
strong,
b {
  color: #4d4d4f; /*font-family: 'HalisR-Bold';*/
  font-family: "HalisR-Regular";
  font-weight: normal;
}
img {
  /*  display:block;*/
  height: auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
input[type="submit"] {
  width: 100%;
}
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="email"],
textarea,
select {
  font-family: "HalisR-Book";
  height: 45px;
  border: 0;
  border-bottom: #000 solid 1px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 15px;
  margin: 0px;
  color: #666666;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0px 0px 5px 2px rgba(191, 191, 191, 0.5);
  -moz-box-shadow: 0px 0px 5px 2px rgba(191, 191, 191, 0.5);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(191, 191, 191, 0.5);
  border-bottom: 0px;
  border-radius: 5px;
}
input[type="submit"],
input[type="button"],
input[type="reset"],
button,
.btn {
  font-family: "HalisR-Book";
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  margin: 0px;
  width: 100%;
  padding: 12px 17px;
  border-radius: 0px;
  display: inline-block;
  background-color: #1b3c6a;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button,
.btn:hover {
  text-decoration: none;
  background-color: #2f66b2;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

select {
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 32px 3px 15px;
  height: 45px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select option {
  padding: 10px 0px;
  display: block;
  font-size: 16px;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  height: 75px;
  padding: 8px 15px;
  box-sizing: border-box;
  border: 0px;
  color: #000000;
  border: 1px solid #4c8dce;
  background-color: #ffffff;
  border-radius: 0px;
  resize: none;
  font-family: "HalisR-Book";
  border-radius: 10px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
  font-weight: 400;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: #666666;
  opacity: 1;
  font-weight: 400;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
  font-weight: 400;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
  font-weight: 400;
}
.resWrap {
  width: 100%;
  overflow: auto;
}

table {
  width: 100% !important;
  border: 0px;
}

table tr {
  /*border-bottom: 1px dotted #fff;*/
  background-image: url("../images/dotts.svg");
  background-repeat: repeat-x;
  background-position: bottom;
}
.tableBox table tr:last-child {
  background-image: none;
}
table tr td {
  padding: 5px 0 6px 0;
  border-collapse: collapse;
}

table {
  text-align: left;
  border-collapse: collapse;
}

table h1,
table h2,
table h3,
table h4,
table h5 {
  margin: 0px;
}

table td {
  word-wrap: break-word;
}

.alignleft {
  float: left;
  margin: 10px 30px 30px 0px !important;
  margin-right: 30px !important;
}
.alignright {
  float: right;
  margin: 10px 0px 30px 30px !important;
}
.aligncenter {
  float: none;
  margin: 30px auto 30px auto;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  position: relative;
  margin-top: -24px;
  font-size: 12px;
  line-height: 14px;
  color: #a7a8aa;
}
.postContent img {
  margin: 30px 0;
}

blockquote {
  margin: 0 auto;
  width: 100%;
  /*max-width:480px;*/
  max-width: 100%;
  margin-bottom: 40px;
  padding: 20px 20px 20px 20px;
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-family: "HalisR-Book";
  text-align: center;
}
blockquote p {
  padding: 0px;
}
blockquote em {
  margin-top: 20px;
  display: block;
}

.box {
  position: relative;
}
.box:before {
  content: "";
  display: block;
  padding-top: 50%; /* initial ratio of 1:1*/
}

.homeSliderBox .box:before {
  /* padding-top: 54%; */
  padding-top: 500px;
}
.bottomSlider .box:before,
.projectsList .box:before,
.workList .imageSec .box:before {
  padding-top: 100%;
}
.imageBox .box:before {
  padding-top: 75%;
}
.fullwidthImageText .imageBox .box:before,
.ImageTextBlock .box:before {
  padding-top: 60%;
}
ul.detailSlider .box:before {
  padding-top: 70%;
}
.imageHolder {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.OF-cover {
  font-family: "object-fit: cover";
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

/*  smooth animation start here */
.overlayBox,
.overlayContainer,
.projectsList .overlayBox .title,
nav.menu,
.subMenuTrigger,
.logo img,
.childpages,
#page-wrap {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*  smooth animation end here */

header:after,
.headContainer:after,
.content_1160:after,
.childpages:after,
.childpages ul:after,
.borderOuter:after,
.borderInner:after,
.content_1000:after {
  visibility: hidden;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both;
  height: 0%;
}

.grid,
.ImageTextBlock {
  clear: both;
  overflow: hidden;
  position: relative;
  margin: 0px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexWrap {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.flexVerticalCenter {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexNoWrap {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* common page animations */
.fadeIn {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
}

.fadeIn.animateMe {
  opacity: 1;
}

.effect-zoom img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
ul.bottomSlider li:hover .effect-zoom img,
.imageSec:hover .effect-zoom img {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
/* common page animations */
