@font-face {
  font-family: 'Utopia Std';
  src: url("../fonts/utopiastd-blackheadline_1.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Utopia Std';
  src: url("../fonts/utopiastd-bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Utopia Std';
  src: url("../fonts/utopiastd-boldcapt.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0   0 1px;
  font-smooth: always;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


body {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  color: #6C6C6C;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}

h1{
  font-family: 'Utopia Std';
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  color: #3A3A3A;
  text-transform: capitalize;
}
h2 {
    font-family: 'Utopia Std';
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    color: #3A3A3A;
    text-transform: capitalize;
}
h3{
    font-family: 'Utopia Std';
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    color: #3A3A3A;
    text-transform: capitalize;
}
h4{
  font-family: 'Utopia Std';
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    color: #3A3A3A;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
    font-weight: bold!important;
}
td {
  vertical-align: top;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

a img, img {
  border: none;
}
a:hover {
    color: #eea95a;
}

img {
  width: auto;
  max-width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.textCenter {
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
html {
  position: relative;
  font-size: 62.5%;
  line-height: 1.5;
  overflow-x: hidden;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 9px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 7px;
  }
}

.wrap {
  width: 1744px;
  max-width: 96%;
  margin: 0 auto;
  position: relative;
}

p,body {
  color: #6C6C6C;
  font-size: 16px;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  line-height: 24px;
}

p{
  margin-bottom: 10px;
}

::-moz-selection {
  background-color: #004a5a !important;
  color: #ebecec;
}

::selection {
  background-color: #004a5a !important;
  color: #ebecec;
}

a, a:after, a:before,
button, button:after, button:before,
input[type=submit] {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.currentLink {
  cursor: default;
}

abbr[title] {
  border-bottom: 1px dotted;
}

blockquote {
  margin: 10px 20px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}




.textHide {
  font: 0/0;
}

figure.anim {
  position: relative;
  overflow: hidden;
}

figure.anim img {
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: none;
  transition: none;
}

figure.anim.active img {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 15s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 15s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 15s cubic-bezier(0.19, 1, 0.22, 1);
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

dd {
  margin: 0;
}


a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top: 20px;
}
.mt-30{
  margin-top: 30px;
}
.mt-40{
  margin-top: 40px;
}
.mt-50{
  margin-top: 50px;
}
.mt-80{
  margin-top: 80px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-80{
  margin-bottom: 80px;
}

.pad-top-20{
  padding-top: 20px;
}
.pad-bottom-20{
  padding-bottom: 20px;
}
.pad-50{
  padding-top: 50px;
  padding-bottom: 50px;
}
.padd-right-30{
  padding-right: 30px;
}
.pad-20{
  padding: 20px;
}
.pad-30{
  padding: 0 30px;
}
.mrgin-left{
  margin-left: -15px;
}
.white-color{
  color: white;
}
.orange-color{
  color: #D45715;
}

.banner-section{  
  height: 100vh;
  position: relative;
}
.marginauto{
  margin: 0 auto;
}
.content-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pos-rel{
  position: relative;
}
.pos-ab-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pos-ab-right {
  position: absolute;
  right: 0%;
  bottom: 0%;
  max-width: 616px;
  background: #fff;
  padding: 60px;
  box-shadow: 0 0 19px #0000001a;
  min-height: 334px;
}
.pos-ab-left{
  position: absolute;
  left: 0%;
  bottom: 0%;
  max-width: 600px;
  background: #fff;
  padding: 60px;
  box-shadow: 0 0 19px #0000001a;
  min-height: 334px;
}
.pos-ab-bottom{
  position: absolute;
  bottom: -5%;
}
.gray-box{
    background: #444B65;
}
li::before {
  content: "\25CF"; 
  color: #D45715;
  font-size: 18px;
  padding-right: 10px;
  line-height: 10px;
}
ul li{
  margin-bottom: 10px;
}


header.posfixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.nav-item:before{
    content: unset;
}
header.posfixed.fixHeader {
    background: rgb(0 24 51);
}
a.nav-link {
    color: #fff;
}
ul.navbar-nav.ml-auto {
    margin-left: auto!important;
}

input::-webkit-input-placeholder { /* Edge */
  color: #B0B5B9;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #B0B5B9;
}

input::placeholder {
  color: #B0B5B9;
}
.bg-white{
    background: #fff;
}
.bg-blue h4 {
    margin-bottom: 30px;
}
.bg-lightblue {
    background: rgb(32 151 188 / 80%);
    padding: 15px 15px 5px;
}
i.fa {
    padding-right: 10px;
    max-width: 18px;
}

.tagline {
    text-transform: uppercase;
    color: #D45715;
    font-family: 'Utopia Std';
}
.btn {
    padding: 10px 30px;
    background: #D45715;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Utopia Std';
    max-width: 250px;
}
.gray-box {
    background: #444B65;
    width: fit-content;
    margin: 10px auto;
    padding: 5px 10px;
}
.white-btn{
  background: #fff;
  color: #717375;
}

.bg-section1 {
    background: linear-gradient(180deg, rgb(189 127 55 / 40%) 0%, rgb(189 127 55 / 83%) 100%), url(../img/bg.png) no-repeat center/cover;
}

.bg-blue{
    background: url(../img/bgimage2.png) no-repeat center/cover, #262D45;
} 
.bg-gray{
    background: #FAFAFA;
}

footer{
  background: url(../img/bgg2.png) no-repeat bottom right/contain, url(../img/bgg.png) no-repeat left/contain, #040C24;
}

.shadow-box {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    padding: 30px;
}
.hight{  
    height: 100%;
}

.content-book h4 {
    width: 90%;
    display: inline-block;
}
.content-book .orange-color {
    font-weight: 600;
    font-size: 24px;
}


.star img {
    display: inline-block!important;
    padding: 2px;
    width: 20px;
}
 .slick-dots {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

 .slick-dots li button {
    position: relative;
    font-size: 1px;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background-color: rgba(207, 216, 220, 0.66);
    margin: 0 .8rem;
  }
 .slick-dots .slick-active button {
  background-color: #108193;
}
ul.slick-dots button {
    display: none;
}
ul.slick-dots li{
  padding: 5px; 
}
ul.slick-dots li::before {
    color: lightgray;
    padding: 0px 5px 1px;
    line-height: 26px;
}
ul.slick-dots li.slick-active::before {
    color: #D45715;
    border: 2px solid;
    border-radius: 50%;
}
.short-line{
  width: 40px;
  border-top: 4px solid #D45715;
  margin: 0 auto;
  padding-bottom: 20px;
}
.slick-slide {
    padding: 30px;
}
.uppercase{
  text-transform: uppercase;
}

.blog-content .date{
  position: absolute;
  top: 0;
  right: 0;
}
.blog-content img {
    object-fit: contain;
    width: 100%;
}
.blog-content .shadow-box.pos-rel {
    width: 80%;
    margin: -25px auto 0;
    z-index: 99;
    background: #fff;
}
.blog-content .date {
    font-family: 'Utopia Std';
    position: absolute;
    top: -40px;
    right: 25px;
    background: #d45715;
    color: #fff;
    font-size: 18px;  
    text-transform: uppercase;
    padding: 10px;
    max-width: 70px;
    text-align: center;
}

.social-media i.fa {
    color: #fff;
    padding: 8px 10px;
    background: rgba(198, 201, 232, 0.15);
    border-radius: 50%;
    max-width: 35px;
}
.social-media a {
    padding: 5px;
}
.navlinks a {
    padding: 15px;
    color: #B8D8F2;
}
footer p {
    color: #B8D8F2;
    font-size: 14px;
}
input.wpcf7-form-control.wpcf7-submit {
    padding: 10px;
    background: #d45715;
    border: 2px solid #d45715;
    border-radius: 5px;
    color: #fff;
}
.news input.wpcf7-form-control.wpcf7-submit {
	border-radius: unset;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.news span.wpcf7-form-control-wrap input, textarea {
    width: auto;
}
input.wpcf7-form-control.wpcf7-text {
    padding: 10px;
    border: 2px solid #fff;
}
.bg-gary-img{
    background: #FAFAFA;
}
.max-width{
    max-width: 620px;
}
.margintop{
    margin-top: -100px;
}
ul.insta li img{
  width: 100%;
  object-fit: cover;
}
ul.insta li {
    display: inline-block;
    width: 20%;
    margin-right: -3px;
}
ul.insta li::before {
    padding-right: 0;
    content: unset;
}
.margin-left-auto{
    margin-left: auto;  
}
.margin-right-auto{
    margin-right: auto;  
}
.bg-shads {
    background: #040C24;
    height: 280px;
      width: 20%;
}
.bg-shads:nth-child(3) {
  background: #262D45;
}
.bg-shads:nth-child(4) {
  background: #444B65;
}
.bg-shads:nth-child(5) {
  background: #575D79;
}
.bg-shads:nth-child(6) {
  background: #6E738C;
}
.bg-orange:hover img{
  filter: brightness(0) invert(1);
}
.bg-orange:hover h3, .bg-orange:hover p, .bg-orange:hover h4{
  color: #fff;
}
.bg-orange:hover {
  background: #D45715;
  color: #fff;
}

.blog_social {
    width: 40%;
    display: inline;
}
.blog_date, .blog_author {
    width: 30%;
    display: inline-block;
}
.blog-inner-content .contents {
    padding: 20px;
    background: #ffff;
    border-bottom-right-radius: 20px;
    margin-bottom: 30px;
}
.blog_inner .blog-content img {
    margin-bottom: 30px;
}
.blog-inner-content .blog_date img, .blog-inner-content .blog_author img {
    object-fit: contain;
    width: unset;
    height: 24px;
    display: inline-block; 
}
.sidebar-box {
    padding: 10px;
}
.sidebar-box .widget {
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.blog_social i.fa {
    color: #717375;
    padding: 8px 15px;
    background: unset;
}
.blog_social a {
    float: right;
}
.blog-inner-content img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.blog_date p, .blog_author p {
    display: inline-block;
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
}

span.screen-reader-text {
    display: none;
}
input.search-field {
    width: 162px;
    padding: 3px;
}
.search-form label {
    width: 162px;
    margin-right: 3px;
}
input.search-submit {
    background: #a7cc09;
    border: unset;
    border-bottom-right-radius: 10px;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    color: #fff;
}
span.post-date {
     display: block; 
}
a.tag-cloud-link {
    padding: 5px 10px;
    border: 1px solid lightgray;
    color: #242f51;
    font-size: 16px!important;
    margin: 5px;
    margin-left: 0;
}
.blog_date img, .blog_author img{
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    padding: 3px;
}
.blog_date p, .blog_author p {
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
}
section#recent-posts-2 li a {
    color: #242F51;
    font-weight: 500;
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.gray-blog-box {
    background: #ececec;
    padding: 10px 20px 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 20px;
}
.radius-all {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.bg-white .blog-content, .comment-section{
  padding: 20px;
}
p.comment-form-cookies-consent, form#commentform label, .wp-comment-cookies-consent, p.comment-notes{
  display: none;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    width: 31%;
    display: inline-block;
    margin-right: 15px;
}
.comment-form-comment textarea, .comment-form-author input, .comment-form-email input, .comment-form-url input{
    font-family: sans-serif;
    color: #222;
    padding: 5px 10px;
    border: unset;
    border-bottom: 1px solid lightgray;
    width: 100%;
}
span.says {
    display: none;
}
.comment-author img.avatar {
    height: auto;
    width: 40px;
    display: inline-block;
    vertical-align: middle;
}
.comment-body {
    padding: 15px;
    background: #ececec;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 30px;
}
.comment-metadata, .comment-content {
    margin-left: 40px;
}
a.comment-reply-link {
    display: none;
}

textarea#comment {
    max-height: 50px;
}
.resorces .img {
    background: #fafafa;
    padding: 15px;
    height: 300px;
}
.resorces .shadow-box {
    min-height: 185px;
    padding-bottom: 15px;
}
input.wpcf7-form-control.wpcf7-text, .wpcf7-textarea {
    padding: 10px;
    border: 1px solid #EFF5FF;
    background: rgba(239, 245, 255, 0.3);
    margin-bottom: 15px;
}
span.wpcf7-form-control-wrap input, textarea {
    width: 100%;
}
i.fa.fa-bars {
    color: #fff;
    font-size: 16px;
}
.navbar-collapse.collapse.show {
    background: #001833;
    margin-left: -10px;
    padding-left: 10px;
}
