@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,700i');
/************************************************************* FONTS ***************************************/
/************************************************************* Variable ***************************************/
/************************************************************* Base Colors ***************************************/
/************************************************************* Colors ***************************************/
/************************************************************* Colors ***************************************/
/******** Yellow ********/
/******** Blue ********/
/******** Grey ********/
/*************************************************Theme Colors***********************************************/
/************************************************************* Mixins ***************************************/
/************************************************************* Normalise ***************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  /* chrome */
  -moz-osx-font-smoothing: grayscale;
  /* moz */
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
html {
  -webkit-text-size-adjust: none;
}
a {
  text-decoration: none;
  color: #000;
}
::selection,
::-moz-selection,
::-webkit-selection {
  background: #b39330;
  color: #fff;
  text-shadow: none;
}
:active,
:focus {
  outline: none !important;
}
p:empty {
  margin: 0 !important;
  padding: 0 !important;
}
br {
  display: block;
}
a:active,
a:focus {
  outline: none;
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
:placeholder-shown {
  /* Safari, Chrome and Opera */
  color: #e0e0e0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  margin: 0 auto;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  background-color: #ffffff;
  font-size: 15px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
[class^="icon-"],
[class*=" icon-"] {
  background-image: url('../img/sprite.html');
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  position: absolute;
  content: '';
}
/************************************************************* Bootstrap Column ***************************************/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.clearfix:before,
.clearfix:after,
.row:after,
.row:before {
  content: '';
  display: table;
  clear: both;
}
/************************************************************* Typography ***************************************/
/*
*
* Created CLASS, TAGS & MIXINS/FUNCTIONS
*
*/
/******** Headlines ********/
.h1,
h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 75px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
}
/******** Sub Heading ********/
.h2,
h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #002e63;
}
/******** Sub Sub Heading ********/
.h3,
h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #002e63;
}
/******** Title ********/
.h4,
h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #002e63;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 300;
  color: #636263;
  line-height: 1.4;
}
/******** Main Contents ********/
/******** Meta1 ********/
/******** Meta2 ********/
/************************************************************* Buttons ***************************************/
.btn_style1 {
  height: 44px;
  width: auto;
  padding: 0px 32px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  color: #fff;
  border-radius: 22px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 44px;
  font-weight: 600;
  background-color: #002e63;
  position: relative;
  z-index: 1;
}
.btn_style1:hover {
  color: white !important;
}
.btn_style1:after {
  position: absolute;
  content: "";
  border-radius: 100px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  display: none;
}
.btn_style1:hover:after {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.bg_dkblue {
  background-color: #002e63;
}
.bg_dkred {
  background-color: #e10719;
}
.bg_ltblue {
  background-color: #6fc3e7;
}
body,
a,
p {
  font-family: 'Roboto', sans-serif !important;
}
.readmore {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  font-style: italic;
}
.post-date {
  font-family: 'Roboto', sans-serif;
  font-size: 10.38px;
  line-height: 1.9;
  letter-spacing: 0;
  font-weight: 700;
  color: #636263;
}
@media (max-width: 768px) {
  section.form-sec .row .col-sm-6 {
    width: 100%;
    max-width: 100% !important;
    flex: unset !important;
  }
  section.form-sec .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
/***************************************************** header.css **********************************/
/************* top menu *************/
header {
  position: relative;
  z-index: 10;
}
.menu-top {
  height: 89px;
}
.menu-top .container {
  height: 100%;
}
.menu-top .container .top-menu-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.menu-top .container .top-menu-inner .top-menu-left {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.menu-top .container .top-menu-inner .top-menu-left > div {
  display: table;
  width: 100%;
}
.menu-top .container .top-menu-inner .top-menu-left > div .image-cont {
  display: table-cell;
  vertical-align: middle;
}
.menu-top .container .top-menu-inner .top-menu-left > div .image-cont a img {
  height: 60px;
  width: auto;
}
.menu-top .container .top-menu-inner .top-menu-left > div .top-menu-text-right {
  vertical-align: middle;
}
.menu-top .container .top-menu-inner .top-menu-right {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.menu-top .container .top-menu-inner .top-menu-right > div {
  display: table;
  width: 100%;
}
.menu-top .container .top-menu-inner .top-menu-right > div .btn_style1 {
  height: 35px;
  border-radius: 17.5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 35px;
  padding: 0px 25px;
}
.menu-top .container .top-menu-inner .top-menu-right > div .phone-cont {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.menu-top .container .top-menu-inner .top-menu-right > div .phone-cont p {
  font-size: 14.3px;
  font-family: 'Roboto', sans-serif;
  color: #FFF;
}
.menu-top .container .top-menu-inner .top-menu-right > div .phone-cont a {
  font-size: 25.95px;
  line-height: .96;
  color: #fff;
  font-weight: 600;
}
.menu-top .container .top-menu-inner .top-menu-right > div .top-menu-social-media {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 55px;
}
.menu-top .container .top-menu-inner .top-menu-right > div .top-menu-social-media span.circle-fa {
  width: 22px !important;
  height: 22px !important;
  border-radius: 50%;
  border: 1px solid #e10719;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  margin-left: 0px;
  background-color: transparent;
  color: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  font-size: 11px;
  line-height: 22px ;
}
.menu-top .container .top-menu-inner .top-menu-right > div .top-menu-social-media span.circle-fa:hover {
  color: White;
  background-color: #e10719;
}
.menu-nav {
  height: 40px;
}
.menu-nav ul.menu {
  text-align: justify;
  display: flex;
  justify-content: space-between;
}
.menu-nav ul.menu > li {
  position: relative;
  padding-bottom: 7px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.menu-nav ul.menu > li a {
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.menu-nav ul.menu > li a:hover {
  text-decoration: none;
  color: #002e63;
}
.menu-nav ul.menu > li:hover {
  color: #002e63;
}
.menu-nav ul.menu > li:hover .sub-menu {
  opacity: .8;
  visibility: visible;
  height: auto;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 3px solid #e10719;
  background-color: #002e63;
}
.menu-nav ul.menu > li .sub-menu {
  height: 0px;
  padding-left: 15px;
  box-sizing: border-box;
  text-align: left;
  width: 236px;
  position: absolute;
  top: 43px;
  left: 0px;
  z-index: 2;
  overflow: hidden;
  opacity: 0px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.menu-nav ul.menu > li .sub-menu li {
  display: block;
}
.menu-nav ul.menu > li .sub-menu li a {
  line-height: 1.28;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.menu-nav ul.menu > li .sub-menu li a:hover {
  color: #e10719;
}
.menu-nav ul.menu > li .sub-menu li:hover {
  color: #e10719;
}
.red_stripe {
  background-color: #e10719;
  height: 8px;
  margin-top: -23px !important;
}
.banner-slider {
  height: 583px;
}
.banner-slider .banner-slide {
  height: 583px;
  padding-bottom: 0px;
  background-size: cover;
  background-position: center;
}
.banner-slider .banner-slide .container {
  height: 100%;
  display: table;
}
.banner-slider .banner-slide .container .banner-content {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.banner-slider .banner-slide .container .banner-content span {
  font-size: 31.55px;
  color: #fff;
  line-height: 1.62;
}
section.para-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.para-sec p {
  color: #58595b;
  font-weight: 500;
  margin-bottom: 10px;
}
section.para-sec p span {
  color: #6fc3e7;
  font-weight: 700;
}
section.about-sec {
  padding-top: 70px;
  padding-bottom: 135px;
}
section.about-sec .list-tab {
  width: 100%;
  height: 60px;
  background-color: #5da6c6;
  margin-bottom: 24px;
  overflow: hidden;
}
section.about-sec .list-tab .tab-col-2 {
  padding: 0px;
  width: 17.5%;
  float: left;
}
section.about-sec .list-tab .tab-col-2 .list-head {
  background-color: #487e96;
  font-size: 25px;
  text-align: center;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
}
section.about-sec .list-tab .tab-col-10 {
  padding: 0px;
  width: 82.5%;
  float: left;
}
section.about-sec .list-tab .tab-col-10 .list-menu-inner li {
  display: inline-block;
  color: white;
  font-size: 19px;
  line-height: 60px;
  font-weight: 500;
}
section.about-sec .list-tab .tab-col-10 .list-menu-inner li:first-child {
  padding-left: 30px;
}
section.about-sec .list-tab .tab-col-10 .list-menu-inner li a {
  display: block;
  padding-left: 30px;
  color: #ffffff;
  padding-right: 30px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
section.about-sec .list-tab .tab-col-10 .list-menu-inner li a:hover {
  background-color: #5397b5;
}
section.about-sec .about-des {
  width: 100%;
  margin-bottom: 24px;
  height: 247px;
}
section.about-sec .about-des .row {
  margin-left: -10px;
  margin-right: -10px;
  height: 100%;
}
section.about-sec .about-des .row .col-sm-9 {
  padding: 0px 10px;
  height: 100%;
}
section.about-sec .about-des .row .col-sm-9 .abt-img-des {
  background-color: #5da6c6;
  height: 100%;
  padding: 20px 20px;
}
section.about-sec .about-des .row .col-sm-9 .abt-img-des .row {
  margin: 0px -10px;
}
section.about-sec .about-des .row .col-sm-9 .abt-img-des .row .col-sm-4 {
  padding: 0px 10px;
}
section.about-sec .about-des .row .col-sm-9 .abt-img-des .row .col-sm-4 p {
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}
section.about-sec .about-des .row .col-sm-9 .abt-img-des .row .col-sm-4 .img-cont {
  width: 100%;
  height: 170px;
  overflow: hidden;
  border: 1px solid #fff;
}
section.about-sec .about-des .row .col-sm-9 .abt-img-des .row .col-sm-4 .img-cont img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
section.about-sec .about-des .row .col-sm-3 {
  padding: 0px 10px;
  height: 100%;
}
section.about-sec .about-des .row .col-sm-3 .news-updates {
  background-color: #5da6c6;
  height: 100%;
  padding: 20px;
}
section.about-sec .about-des .row .col-sm-3 .news-updates h4 {
  font-size: 25.21px;
  color: #ffffff;
  font-weight: 700;
  line-height: .8;
  letter-spacing: 0;
}
section.about-sec .about-des .row .col-sm-3 .news-updates .news-content {
  margin-top: 23px;
  overflow: hidden;
  height: 79%;
  position: relative;
}
section.about-sec .about-des .row .col-sm-3 .news-updates .news-content .slick-prev {
  display: none !important;
}
section.about-sec .about-des .row .col-sm-3 .news-updates .news-content .slick-next {
  display: none !important;
}
section.about-sec .about-des .row .col-sm-3 .news-updates .news-content .slide-up {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(225deg);
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
section.about-sec .about-des .row .col-sm-3 .news-updates .news-content .slide-down {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
section.about-sec .about-des .row .col-sm-3 .news-updates .news-content .news-slider {
  position: relative;
}
section.about-sec .about-des .row .col-sm-3 .news-updates .news-content .news-slider .single-news {
  padding-top: 15px;
  padding-right: 15px;
  position: relative;
  height: 160px;
  overflow: hidden;
}
section.about-sec .about-des .row .col-sm-3 .news-updates .news-content .news-slider .single-news a .post-content {
  overflow: hidden;
  font-size: 14px !important;
}
section.about-sec .about-des .row .col-sm-3 .news-updates .news-content .news-slider .single-news h3 {
  color: #fff;
  overflow: hidden;
  font-size: 18px !important;
}
section.about-sec .about-des .row .col-sm-3 .news-updates .news-content .news-slider .single-news p {
  font-size: 14.83px;
  letter-spacing: 0;
  color: #fff !important;
  padding-top: 10px;
  overflow: hidden;
}
section.about-sec .about-des .row .col-sm-3 .news-updates .news-content .news-slider .single-news a {
  color: #fff !important;
}
section.about-sec .about-des .row .col-sm-3 .news-updates .news-content .news-slider .single-news .readmore {
  color: #fff;
  padding-top: 15px;
  display: block;
}
section.about-sec .about-des .row .col-sm-3 .news-updates .news-content .news-slider .single-news .post-date {
  color: #fff;
  font-size: 10.38px;
}
section.about-sec .list-tab .tab-col-10 .rec-post {
  line-height: 60px;
  font-size: 23px;
  color: #fff;
  padding-left: 50px;
  padding-right: 244px;
}
section.about-sec .list-tab .tab-col-10 .rec-post a {
  color: #fff;
}
section.about-sec .list-tab .tab-col-10 .rec-post ahover {
  color: #fff;
  text-decoration: none;
}
section.about-sec .list-tab .tab-col-10 .rec-post a .post-date-lg {
  padding-right: 54px;
}
section.principal {
  height: 500px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
section.principal .container {
  height: 100%;
}
section.principal .container .col-sm-7 .principal-content {
  color: #fff;
  padding: 65px 0px 0px 20px;
}
section.principal .container .col-sm-7 .principal-content h2 {
  font-weight: 600;
  margin-bottom: 10px;
}
section.principal .container .col-sm-7 .principal-content h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
section.principal .container .col-sm-7 .principal-content p {
  color: #fff;
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 20px;
}
section.principal .container .col-sm-5 {
  height: 100%;
  position: relative;
}
section.principal .container .col-sm-5 .principal-img {
  height: 100%;
  position: relative;
}
section.principal .container .col-sm-5 .principal-img img {
  position: absolute;
  bottom: 0px;
}
section.gallery-home {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}
section.gallery-home h2 {
  color: #fff;
  margin-bottom: 40px;
}
section.gallery-home p {
  color: #fff;
  font-weight: 600;
  padding-bottom: 40px;
}
section.gallery-home p a {
  color: #fff;
  text-decoration: underline;
}
section.gallery-home .gallery-slider-cont {
  height: 240px;
}
section.gallery-home .gallery-slider-cont .gallery-slider .glry-img-cont {
  height: 100%;
  overflow: hidden;
}
section.gallery-home .gallery-slider-cont .gallery-slider .glry-img-cont img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
section.gallery-home .btn-disc {
  font-size: 16px;
}
section.form-home {
  padding-top: 85px;
  padding-bottom: 35px;
}
section.form-home .row {
  margin-left: -30px;
  margin-right: -30px;
  padding-bottom: 35px;
}
section.form-home .row .col-sm-5,
section.form-home .row .col-sm-7 {
  padding-left: 30px;
  padding-right: 30px;
}
section.form-home .row .col-sm-5 h3,
section.form-home .row .col-sm-7 h3 {
  font-color: #002e63;
  padding-bottom: 15px;
}
section.form-home .row .col-sm-5 .map-cont,
section.form-home .row .col-sm-7 .map-cont {
  height: 276px;
  width: 100%;
  overflow: hidden;
}
section.form-home .row .col-sm-5 .map-cont img,
section.form-home .row .col-sm-7 .map-cont img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: -144px;
}
section.form-home .address {
  text-align: center;
}
section.form-home .address span {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  border-right: 1px solid #909092;
  line-height: 17px;
  color: #58595b;
  font-size: 19px;
  letter-spacing: 0;
}
section.form-home .address span:last-child {
  border: none;
}
section.form-home .address span img {
  padding-right: 5px;
  vertical-align: middle;
}
footer {
  min-height: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
}
footer .container {
  height: 100%;
  display: table;
}
footer .container p {
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 25px;
  font-size: 17.23px;
  letter-spacing: 0;
}
footer .container p a {
  color: #fff;
}
footer .container p a:hover {
  color: #002e63;
}
section.ms-staff-carousel {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100% !important;
}
section.ms-staff-carousel h4 {
  padding-bottom: 50px;
}
section.ms-staff-carousel .ms-slide-info {
  min-height: auto !important;
}
section.ms-staff-carousel .ms-slide-info .ms-info h5 {
  font-size: 25px;
  color: #6fc3e7;
  letter-spacing: 0px;
  margin-top: 20px;
}
section.ms-staff-carousel .ms-slide-info .ms-info .staff-designation {
  font-size: 19px;
  color: #58595b;
  letter-spacing: 0;
}
.contact-input {
  padding-bottom: 15px;
  position: relative;
}
.contact-input span {
  width: 100% !important;
}
.contact-input span input,
.contact-input span select {
  width: 100% !important;
  border: 1px solid #b7c3d2 !important;
  background-color: #e5eaef !important;
  height: 45px;
  padding-left: 10px;
}
.contact-input span textarea {
  width: 100% !important;
  height: 155px;
  border: 1px solid #b7c3d2 !important;
  background-color: #e5eaef  !important;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 5px;
}
.frm-btn input {
  width: 96px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  color: #ffffff;
  border: none;
  background-color: #002e63;
  float: right;
  cursor: pointer;
}
.contact-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #636263;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0em;
  font-family: 'Roboto', sans-serif;
}
.contact-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #636263;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0em;
  font-family: 'Roboto', sans-serif;
}
.contact-input input:-ms-input-placeholder {
  /* IE 10+ */
  color: #636263;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0em;
  font-family: 'Roboto', sans-serif;
}
.contact-input input:-moz-placeholder {
  /* Firefox 18- */
  color: #636263;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0em;
  font-family: 'Roboto', sans-serif;
}
.contact-input textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #636263;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0em;
  font-family: 'Roboto', sans-serif;
}
.contact-input textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #636263;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0em;
  font-family: 'Roboto', sans-serif;
}
.contact-input textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #636263;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0em;
  font-family: 'Roboto', sans-serif;
}
.contact-input textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #636263;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0em;
  font-family: 'Roboto', sans-serif;
}
a:hover {
  text-decoration: none !important;
  cursor: pointer;
}
.banner-slider .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  margin: 0px 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #fff;
  display: inline-block;
}
.menu-nav .menu-main-menu-container > ul > li .sub-menu.contact {
  width: 195px !important;
  left: -58px !important;
  text-align: center;
  padding-left: 0 !important;
}
.banner-slider .owl-dots .owl-dot.active {
  background-color: transparent;
}
.banner-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
  width: 37px !important;
  height: 71px !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.ms-layout-partialview .ms-container {
  overflow: visible !important;
}
.ms-staff-carousel .ms-nav-prev {
  left: 0px;
  z-index: 10;
}
.ms-staff-carousel .ms-nav-next {
  right: 0px;
  z-index: 10;
}
.banner {
  height: 583px;
  background-color: #002e63;
  margin-top: 129px;
}
.hamburger-cirlce {
  border: none;
  display: inline-block;
  vertical-align: bottom;
  display: none !important;
}
#staffCarousel {
  width: 100% ;
  overflow: hidden ;
}
.mobile-menu {
  min-height: 100vh;
  position: fixed;
  top: 0px;
  background-color: #002e63;
  width: 100%;
  z-index: 99;
  text-align: center;
  transform: translateX(100%);
  transition: -webkit-transform 1.3s cubic-bezier(0.8, 0, 0, 1);
  transition: transform 1.3s cubic-bezier(0.8, 0, 0, 1);
  transition: transform 1.3s cubic-bezier(0.8, 0, 0, 1), -webkit-transform 1.3s cubic-bezier(0.8, 0, 0, 1);
}
.mobile-menu ul {
  padding-top: 50px;
}
.mobile-menu ul li {
  display: block;
  text-align: center;
}
.mobile-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  line-height: 45px;
}
.mobile-menu.active {
  transform: translateX(0%);
}
.gallery-slider-cont {
  position: relative;
  width: 66%;
  margin: 0px auto ;
}
.gallery-slider-cont .owl-prev {
  position: absolute;
  left: 15px;
  top: 46%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-right: 4px solid white;
  border-bottom: 4px solid white;
  transform: rotate(135deg);
}
.gallery-slider-cont .owl-next {
  position: absolute;
  right: 15px;
  top: 46%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-right: 4px solid white;
  border-bottom: 4px solid white;
  transform: rotate(-45deg);
}
section.tabs_content {
  padding-top: 50px;
  padding-bottom: 80px;
}
section.tabs_content .row {
  margin: 0px -30px;
}
section.tabs_content .row .col-sm-3 {
  padding: 0px 30px;
}
section.tabs_content .row .col-sm-3 .sidebar-menu h2 {
  margin-bottom: 30px;
  color: #002e63;
}
section.tabs_content .row .col-sm-3 .sidebar-menu ul li {
  line-height: 1;
  padding: 15px 0px;
  border-bottom: 1px solid #bcbdbd;
}
section.tabs_content .row .col-sm-3 .sidebar-menu ul li a {
  font-size: 19px;
  color: #002e63;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding-right: 15px;
}
section.tabs_content .row .col-sm-3 .sidebar-menu ul li:last-child {
  border-bottom: none;
}
section.tabs_content .row .col-sm-3 .sidebar-menu ul li:first-child {
  padding-top: 0px;
}
section.tabs_content .row .col-sm-6 {
  padding: 0px 30px;
}
section.tabs_content .row .col-sm-3 {
  padding: 0px 30px;
}
.content-only h2 {
  color: #002e63;
  padding-bottom: 25px;
}
.content-only h3 {
  color: #002e63;
  font-size: 19px !important;
}
.content-only .date {
  font-size: 19px;
  font-weight: 700;
  color: #6fc3e7;
  margin-bottom: 35px;
  display: block;
}
.content-only .date:empty {
  margin: 0px;
}
.content-only p {
  line-height: 1.43;
  margin-bottom: 25px;
  font-weight: 300;
}
.content-only ul {
  padding-bottom: 15px;
}
.content-only ul li {
  color: #58595b !important;
  font-size: 18px;
  padding-bottom: 12px;
  position: relative;
  padding-left: 25px;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.content-only ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: #002e63;
  position: absolute;
  left: 0px;
}
.content-only h3 {
  padding-bottom: 20px;
}
.content-only strong {
  font-weight: 700;
}
.content-only table {
  width: 100% !important;
  margin-bottom: 30px;
}
.content-only table tbody tr td {
  border: 1px solid #000;
  vertical-align: middle;
  padding: 10px;
  line-height: 1.4;
  font-weight: 500;
}
.content-only table thead tr td {
  border: 1px solid #000;
  vertical-align: middle;
  padding: 10px;
  line-height: 1.4;
  font-weight: 500;
}
.abt-principal-img {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 60px !important;
}
.abt-principal-img img {
  width: 100%;
}
.abt-principal-img .author-name {
  display: block;
  color: #6fc3e7;
  height: auto;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.58;
  padding-top: 10px;
}
.abt-principal-img .author-des {
  display: block;
  color: #002e63;
  line-height: 1.57;
  font-weight: 700;
  font-size: 16px;
}
section.tabs_content .row .col-sm-3 .sidebar-menu ul li a {
  display: block;
}
section.tabs_content .row .col-sm-3 .sidebar-menu ul li a.active {
  color: #58595b;
  position: relative;
  padding-right: 15px;
}
section.enquiry-sec {
  padding-top: 50px;
}
section.enquiry-sec .container h4 {
  line-height: 1.43;
  font-weight: 700;
  font-size: 19px;
  color: #002e63;
}
section.enquiry-sec .container p {
  color: #58595b;
  line-height: 1.43;
}
section.enquiry-sec .container .info-cont {
  padding-top: 50px;
  padding-bottom: 70px;
}
section.enquiry-sec .container .info-cont span.content {
  display: inline-block;
  padding-right: 50px;
}
section.enquiry-sec .container .info-cont span.content img {
  padding-bottom: 15px;
}
section.enquiry-sec .container .info-cont span.content h5 {
  line-height: 1.7;
  font-size: 16px;
  color: #002e63;
  font-weight: 700;
}
section.enquiry-sec .container .info-cont span.content a {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.04;
  color: #58595b;
}
p.form-title {
  font-weight: 700;
  color: #002e63;
  padding-bottom: 44px;
}
section.form-sec {
  padding-bottom: 80px;
  padding-top: 50px;
}
section.form-sec .contact-input {
  width: 100%;
}
section.form-sec .contact-input label {
  width: 100%;
  color: #002e63;
  font-weight: 700;
  font-size: 19px;
  line-height: 48px;
}
section.form-sec .contact-input label textarea {
  height: 245px;
}
section.form-sec .contact-input label input,
section.form-sec .contact-input label select {
  height: 35px;
}
section.form-sec .frm-btn input {
  float: none;
  font-weight: 700;
  font-size: 17;
}
section.form-sec h3 {
  margin-bottom: 30px;
}
section.form-sec .row {
  margin-bottom: 30px;
}
.apply-now .frm-btn {
  margin-top: 40px;
}
section.form-sec .row {
  margin-right: -30px;
  margin-left: -30px;
}
section.form-sec .row .col-sm-6 {
  padding-right: 30px;
  padding-left: 30px;
}
section.map-section {
  width: 100%;
  height: 450px;
}
.screen-reader-response {
  display: none;
}
span.wpcf7-not-valid-tip {
  position: relative;
  color: #e4002b;
  font-size: 12px;
  font-weight: 500;
}
.browser-safari .abt-img-des .col-sm-4,
.browser-safari .about-des .col-sm-3 {
  -webkit-box-flex: unset !important;
  flex: unset !important;
  max-width: unset !important;
}
.browser-safari .abt-img-des .col-sm-4 {
  width: 33% !important;
}
.browser-safari .about-des .col-sm-3 {
  width: 24.6% !important;
}
section.header.is-fixed {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
}
.browser-safari .form-home .col-sm-6 {
  -webkit-box-flex: unset !important;
  flex: unset !important;
  max-width: unset !important;
  width: 48% !important;
}
.form-home .address span a {
  color: #58595b;
  transition: all 0.3s ease-in-out;
}
.form-home .address span a:hover {
  color: #6cc3e5;
}
.banner-content span a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.banner-content span a:hover {
  color: #6fc3e7;
}
.header {
  background: #00146b;
  width: 100%;
  z-index: 98;
  position: fixed;
  top: 0;
  -webkit-transition: top 2s;
  transition: top 2s;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header.is-fixed.is-visible {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: -89px !important;
  z-index: 999;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
}
.header.is-fixed {
  transform: translateY(-108%);
  -webkit-transform: translateY(-108%);
  -o-transform: translateY(-108%);
  -ms-transform: translateY(-108%);
  -moz-transform: translateY(-108%);
}
section.news-boxes-sec {
  padding-top: 50px;
  padding-bottom: 327px;
}
section.news-boxes-sec .row {
  margin-left: -20px;
  margin-right: -20px;
}
section.news-boxes-sec .row .col-sm-6 {
  padding-left: 20px;
  padding-right: 20px;
}
section.news-boxes-sec .row .col-sm-6 .news-box {
  padding: 25px;
  height: 150px;
  margin-bottom: 40px;
  background-color: #ececec;
}
section.news-boxes-sec .row .col-sm-6 .news-box span {
  color: #58595b;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  min-height: 15px;
  overflow: hidden;
}
section.news-boxes-sec .row .col-sm-6 .news-box p {
  font-weight: 700;
  font-size: 19px;
  color: #002e63;
  max-height: 54px;
  overflow: hidden;
}
section.tabs_content .col-sm-9 {
  flex: 0 0 70% !important;
}
section.tabs_content .col-sm-3 {
  flex: 0 0 24% !important;
}
section.news-boxes-sec .col-sm-6 {
  flex: 0 0 49% !important;
}
section.form-sec .col-sm-6 {
  flex: 0 0 49% !important;
}
.contact-input span {
  display: block;
}
section.form-sec .contact-input label {
  line-height: 32px !important;
  padding-bottom: 14px;
}
section.form-sec h3 {
  font-size: 24px !important;
}
section.enquiry-sec .container .info-cont {
  padding-bottom: 36px !important;
}
section.enquiry-sec .container p {
  font-weight: 600 !important;
}
section.tabs_content .row .col-sm-3 {
  padding: 0px 27px !important;
}
.form-sec.apply-now .wpcf7-checkbox input[type=checkbox],
.form-sec.apply-now .wpcf7-checkbox input[type=radio] {
  margin-right: 10px;
}
.form-sec.apply-now .wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  color: red;
}
.form-sec.apply-now span.wpcf7-not-valid-tip {
  position: relative !important;
  width: 100% !important;
  display: block !important;
}
.principal-content a {
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}
.principal-content a:hover {
  color: #6fc3e7 !important;
}
.form-sec.apply-now .wpcf7-response-output.wpcf7-mail-sent-ok {
  margin-top: 20px;
  color: green;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  margin-top: 17px;
  color: green;
}
.wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 17px;
}
section.thankyou {
  position: relative;
  height: calc(100vh - 57px);
  width: 100%;
  padding: 0px;
}
section.thankyou .thankyou-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 135px;
}
section.thankyou .thankyou-content .container {
  height: 100%;
}
section.thankyou .thankyou-content .container .thankyou-sec {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section.thankyou .thankyou-content .container .thankyou-sec h1 {
  color: #002e63;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  margin-top: 17px;
  color: green;
  font-weight: 500;
}
.thankyou-section .container {
  padding-top: 60px;
  padding-bottom: 50px;
}
.container.gallery-sections {
  clear: both;
  overflow: hidden;
}
.gallery-section {
  padding-top: 100px;
  min-height: 90vh;
}
.b-link-stroke img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#slgf_1117 .col-md-4 {
  width: 33.3333% !important;
  padding: 15px;
}
.gal-container > div:nth-child(1) {
  display: none;
}
.gallery-section h2 {
  text-align: center;
}
div#slgf_1117 {
  overflow: hidden;
  padding-bottom: 100px;
}
.rl-gallery-item {
  width: 32.33% !important;
  padding: 8px;
}
.rl-basicgrid-gallery .rl-gallery-item img {
  height: auto;
}
span.wpcf7-not-valid-tip {
  font-size: 14px !important;
}
div.wpcf7-response-output {
  border: none !important;
  margin: 10px 0px !important;
  padding: 0px !important;
}
html {
  margin-top: 0px !important;
}
#staffCarousel .ms-container:nth-child(1) {
  display: none;
}
.principal + .red_stripe {
  margin: 0px !important;
}
p.team-staff-designation {
  width: 100%;
  text-align: center;
}
.team-img-cont img {
  width: 100%;
  margin-bottom: 5px !important;
}
.team-img-cont h5 {
  text-align: center !important;
  font-size: 16px;
  margin-bottom: 5px !important;
}
.team-img-cont .team-staff-designation {
  text-align: center !important;
  font-size: 14px !important;
}
body .tabs_content .content-only .col-sm-3 {
  padding: 0px 15px !important;
}
body .tabs_content .content-only .row {
  margin: 0px -15px !important;
}
body .apply-now ul.row-type {
  margin: 0px -30px;
}
body #wpcf7-f23-o1 .contact-input,
body #wpcf7-f1898-o1 .contact-input,
body .apply-now .contact-input {
  width: 50%;
  float: left;
  padding: 0px 30px;
}
body .apply-now .contact-input:nth-of-type(2n+1),
body #wpcf7-f23-o1 .contact-input:nth-of-type(2n+1),
body #wpcf7-f1898-o1 .contact-input:nth-of-type(2n+1) {
  clear: both !important;
}
body #wpcf7-f23-o1 ul.row-type,
body #wpcf7-f1898-o1 ul.row-type {
  margin: 0px -30px;
  overflow: hidden;
}
body .apply-now ul.row-type {
  margin: 0px -30px;
  overflow: hidden;
}
body #wpcf7-f23-o1 ul:after,
body #wpcf7-f1898-o1 ul:after {
  clear: both;
}
body #wpcf7-f23-o1 .contact-input.message,
body #wpcf7-f1898-o1 .contact-input.message {
  padding: 0px !important;
}
html[lang=ar] .english-home-form {
  display: none !important;
}
html[lang=en-US] .arabic-home-form {
  display: none !important;
}
.wpml-ls-menu-item ul {
  padding-top: 0px !important;
}
.form-sec.apply-now .wpcf7-response-output.wpcf7-validation-errors {
  font-size: 14px !important;
}
.br-mb {
  display: none !important;
}
table {
  font-size: 14px;
}
table p {
  font-size: 15px;
}
.form-sec label br {
  display: none !important;
}
.contact-input.message {
  padding-bottom: 0px;
}
body .form-sec.apply-now .wpcf7-response-output {
  font-size: 18px !important;
  font-weight: 700;
}
#pfcf-popup .modal-body span {
  color: green !important;
}
#wpcf7-f2096-o1 ul.row-type li, #wpcf7-f2097-o1 ul.row-type li  {
  width: 50%;
  padding: 0 30px;
  float: left;
}
#wpcf7-f2096-o1 ul.row-type, #wpcf7-f2097-o1 ul.row-type{
  margin: 0px -30px;
  overflow: hidden;
}
.about_sec_hme {
  padding: 50px 0px;
}
.about_sec_hme h2 {
  margin-bottom: 15px;
}
.about_sec_hme .abt-row {
  margin-top: 40px;
}
.about_sec_hme .abt-row .abt-box .col-inner {
  border: 2px solid #002e63;
  border-radius: 6px;
  overflow: hidden;
}
.about_sec_hme .abt-row .abt-box .col-img {
  height: 240px;
}
.about_sec_hme .abt-row .abt-box .col-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  display: block;
}
.about_sec_hme .abt-row .abt-box .col-des {
  padding: 20px 15px;
}
.about_sec_hme .abt-row .abt-box .col-des h4 {
  color: #fff;
}
.nws_sec {
  background-color: #edf0f4;
  padding: 50px 0px;
}
.nws_sec .nws_sec_row .nws_sec_col .fb-cont {
  padding: 25px !important;
  height: 296px;
  overflow: hidden;
}
.nws_sec .nws_sec_row .nws_sec_col .col-inner {
  border-radius: 6px;
  padding: 15px;
  background-color: transparent;
}
.nws_sec .nws_sec_row .nws_sec_col .col-inner .img-cont {
  height: auto;
}
.nws_sec .nws_sec_row .nws_sec_col .col-inner .img-cont img {
  width: 100%;
  object-fit: cover;
}
.nws_sec .nws_sec_row .nws_sec_col .col-inner .col-content {
  padding-bottom: 15px;
}
.nws_sec .nws_sec_row .nws_sec_col .col-inner .col-content h3 {
  padding: 20px 0px;
}
.nws_sec .nws_sec_row .nws_sec_col .col-inner .col-content p {
  padding-bottom: 15px;
}
.nws_sec .nws_sec_row .nws_sec_col .calendar {
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 25px;
}
.nws_sec .nws_sec_row .nws_sec_col .calendar .calendar_head {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: Center;
  padding: 20px 0px;
}
.nws_sec .nws_sec_row .nws_sec_col .calendar .calendar_body {
  padding: 0px 15px;
}
.nws_sec .nws_sec_row .nws_sec_col .calendar .calendar_body .cal-link {
  text-align: center;
  padding: 20px 0px;
}
.nws_sec .nws_sec_row .nws_sec_col .calendar .calendar_body .calendar_item {
  border-bottom: 1px solid #f1f1f1;
}
.nws_sec .nws_sec_row .nws_sec_col .calendar .calendar_body .calendar_item .cal-row {
  margin: 0;
  display: flex;
  align-items: center;
}
.nws_sec .nws_sec_row .nws_sec_col .calendar .calendar_body .calendar_item .cal-row .cal-col {
  padding: 20px 10px;
}
.nws_sec .nws_sec_row .nws_sec_col .calendar .calendar_body .calendar_item .cal-row .cal-col .col-inner {
  padding: 0px !important;
}
.nws_sec .nws_sec_row .nws_sec_col .calendar .calendar_body .calendar_item .cal-row .cal-col .col-inner .mnth {
  color: #fff;
  padding: 2px 0px;
  text-align: center;
}
.nws_sec .nws_sec_row .nws_sec_col .calendar .calendar_body .calendar_item .cal-row .cal-col .col-inner .mnth p {
  color: #fff;
}
.nws_sec .nws_sec_row .nws_sec_col .calendar .calendar_body .calendar_item .cal-row .cal-col .col-inner .day {
  font-size: 36px;
  color: #636263;
  text-align: center;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  padding: 10px 0px;
  background-color: #efefef;
}
.nws_sec .nws_sec_row .nws_sec_col .calendar .calendar_body .calendar_item .cal-row .cal-page {
  border-radius: 4px;
  overflow: hidden;
}
.fb_iframe_widget iframe {
  height: 245px !important;
}
.owl-prev {
  margin-left: -8%;
}
.owl-next {
  margin-right: -8%;
}
.language-menu a {
  color: #fff;
}
.language-menu ul li {
  display: inline-block;
}
.enquire-btn {
  border: 1px solid #e10719;
  border-radius: 3px !important;
  padding: 5px 0px !important;
  width: 94px !important;
  height: 22px !important;
  margin-right: 12px !important;
  font-size: 11px !important;
  line-height: 1 !important;
}
.menu-top .container .top-menu-inner .top-menu-right > div .top-menu-social-media a:nth-child(1) span.circle-fa {
  margin-left: 0px !important;
}
.menu-language-menu-container {
  margin-bottom: 15px !important;
}
.menu-language-menu-container ul li a {
  margin-left: 15px;
  font-size: 11px;
}
section.gallery-home .gallery-slider-cont .gallery-slider .glry-img-cont {
  border: 1px solid #fff;
}
.row {
  display: block !important;
}
.white-strip {
  height: 3px;
  background-color: #fff;
  display: block;
  width: 100%;
}
.inner-page-banner .banner-slider .banner-slide .container .banner-content {
  vertical-align: bottom;
  padding-bottom: 90px !important;
}
.nws_sec_col .col-inner {
  border: 1px solid #c5c5c5;
}
.cal-col .col-inner {
  border: none !important;
}
.cal-cont-inner .calendar {
  border: 1px solid #c5c5c5;
}
.top-menu-right.language-menu ul {
  display: none;
}
.footer_event_news {
  bottom: 0px !important;
  position: fixed;
  width: 100%;
}
.banner.inner-page-banner.news_events_banner {
  height: unset;
}
.top-menu-right.language-menu a.btn_style1.enquire-btn:hover {
  background-color: #e10719;
  transition: 0.3s ease-in-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.btn_style1:after {
  display: none;
}
.form-home .address span a:hover {
  color: #002e63;
}
footer .container p a:hover {
  color: #002e63 !important;
}
section.tabs_content .row .col-sm-3 .sidebar-menu ul li a:hover {
  color: #58595b;
}
.calendar_item .nws_sec .nws_sec_row .nws_sec_col .col-inner:hover {
  background-color: #f6f4f4;
}
