@charset "UTF-8";
@font-face {
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html,
body,
header,
footer,
nav,
aside,
figure,
figcaption,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
p,
strong,
span,
aside,
main {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  font-display: optional;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  background: #fff;
}
ol,
ul,
li {
  list-style: none;
}
img {
  max-width: 100%;
}
a,
a:hover {
  text-decoration: none;
  color: #1553fc;
}
.maintitle {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.maintitle span {
  display: inline-block;
  color: #ef4f02;
}
.clear {
  clear: both;
}
.clear15 {
  clear: both;
  height: 15px;
}
.header {
  display: block;
  width: 100%;
  margin: 0;
  padding: 16px 0;
  background: #0b2a44;
  position: relative;
  z-index: 1;
  clear: both;
}
.header::after {
  content: '';
  display: block;
  clear: both;
}
.mainheader {
  width: 100%;
  background: #fff;
  position: relative;
}
.mainheader::after {
  content: '';
  display: block;
  clear: both;
}
.logo {
  /* width: 180px; */
  height: auto;
  float: left;
  /* margin-right: 115px; */
}

.logo img {
  width: 220px;
  height: 100px;
}

.menucontainer {
  display: block;
  width: calc(100% - 295px);
  float: left;
  position: relative;
}
.menucontainer::after {
  content: '';
  display: block;
  clear: both;
}
.menucontainer .infobg {
  display: inline-block;
  float: right;
  padding: 8px 0;
  display: none;
}
.menucontainer .infobg ul li {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.menucontainer .infobg ul li a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  position: relative;
}
.menucontainer .infobg ul li a::before {
  position: static;
  font-size: 18px;
  line-height: 1.5;
  margin-right: 7px;
  color: #ef4f02;
  font-family: 'FontAwesome';
}
.menucontainer .infobg ul li:first-child a::before {
  content: '\f025';
}
.menucontainer .infobg ul li:last-child a::before {
  content: '\f0e0';
}
.menucontainer .getquotebtn {
  display: inline-block;
  float: right;
  width: 258px;
  margin-top: 2px;
}
.menucontainer .getquotebtn a {
  display: inline-block;
  padding: 8px 25px;
  font-size: 1rem;
  line-height: 1.5;
  background: #e86221;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2rem;
  width: 255px;
  border: 3px solid #ef4f02;
}
.menucontainer .getrequestquotebtn {
  display: inline-block;
  float: right;
  width: 255px;
  margin-right: 10px;
  margin-top: 2px;
}
.menucontainer .getrequestquotebtn a {
  display: inline-block;
  padding: 8px 25px;
  font-size: 1rem;
  line-height: 1.5;
  background: #e86221;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2rem;
  width: 258px;
  border: 3px solid #ef4f02;
}
.unialogo {
  display: inline-block;
  float: right;
  width: 170px;
  height: auto;
  margin-left: 10px;
  overflow: hidden;
}
.unialogo img {
  width: 100%;
  height: auto;
}
.navbg {
  display: inline-block;
  float: left;
  line-height: 0;
}
.navbg::after {
  content: '';
  display: block;
  clear: both;
}
.captincontainer {
  display: block;
  padding: 60px 0;
  margin: 0;
  position: relative;
}
.padbotthirty {
  padding-bottom: 30px;
}
.captincontainer::after {
  content: '';
  display: block;
  clear: both;
}
.captincontainer [class*='col-'] {
  margin: 15px 0 30px;
}
.widthmidium {
  width: 991px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.widthsmall {
  width: 860px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.shrtdesc {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.shrtdesc p {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #414141;
}
.shrtdesc p a {
  font-size: 19px;
  color: #ef4f02;
  font-weight: 500;
}
.figimage {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.figimage img {
  width: 100%;
  height: auto;
}
.figoverlay {
  width: 100%;
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: rgba(11, 42, 68, 0.95);
  text-align: center;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}
.figimage:hover .figoverlay .caption .title {
  color: #f38652;
  transition: all 0.3s ease-in-out;
}
.figoverlay .caption {
  position: relative;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.figoverlay .caption .title {
  display: block;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 600;
}
.figoverlay .caption p {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}
.shrttitle {
  display: block;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.colorsecondary {
  color: #ef4f02;
}
.colorwhite {
  color: #fff;
}
.custombutton {
  display: inline-block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 5px 0;
}
a .custombutton {
  display: block;
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 1.5;
  background: #e86221;
  border: 3px solid #ef4f02;
  color: #fff;
  border-radius: 1.5rem;
  transition: all 0.3s ease-in-out;
}
a:hover .custombutton {
  background: #0b2a44;
  border: 3px solid #044173;
}
.footerbg {
  width: 100%;
  margin: 0;
  padding: 70px 0 35px;
  overflow: hidden;
  background: #1f2437;
  position: relative;
}
.footerbg .container {
  position: relative;
  z-index: 1;
}
.footerbg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 36, 55, 0.95);
}
.footertitle {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  padding-bottom: 1rem;
  color: #fff;
  position: relative;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.footertitle::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #ef4f02;
}
.footrmenu {
  display: block;
  width: 100%;
}
.footrmenu ul li {
  display: block;
  margin-bottom: 1rem;
}
.footrmenu ul li a {
  display: block;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
}
.footrmenu ul li a::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 2px;
  background: #fff;
}
.footrmenu ul li a:hover {
  color: #ef4f02;
}
.footrmenu ul li a:hover::before {
  background: #ef4f02;
}
.socailicon {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 1rem;
}
.socailicon::after {
  content: '';
  display: block;
  clear: both;
}
.socailicon ul li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.socailicon ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #e37d4c;
  font-size: 15px;
  line-height: 32px;
  border-radius: 50%;
  color: #e37d4c;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.socailicon ul li a:hover {
  color: #fff;
  border: 1px solid #fff;
}
.socailicon ul li:last-child {
  margin-right: 0;
}
.footerstrip {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
  z-index: 1;
}
.footerstrip::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.19);
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.footerstrip .inner {
  width: 100%;
  position: relative;
  background: #1a1f31;
  overflow: hidden;
}
.footerstrip [class*='col-']:nth-child(2) {
  text-align: center;
  position: relative;
}
.footerstrip img {
  width: auto;
  max-width: 60%;
  height: auto;
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-radius: 0;
}
.footerstrip .capiton,
.footerstrip .captionmid {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 15px;
  overflow: hidden;
}
.footerstrip .captionmid {
  padding: 25px 0;
}
.footerstrip .capiton .icon,
.footerstrip .captionmid .icon {
  width: 44px;
  height: 46px;
  float: left;
  margin-right: 15px;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
}
.footerstrip .capiton .icon {
  background: #2a2f40;
}
.footerstrip .captionmid .icon {
  background: #e1510b;
}
.footerstrip .capiton .rightinfo,
.footerstrip .captionmid .rightinfo {
  overflow: hidden;
  width: calc(100% - 61px);
  float: left;
}
.footerstrip .capiton .rightinfo .texttitle,
.footerstrip .captionmid .rightinfo .texttitle {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: 500;
}
.footerstrip .capiton .rightinfo .linktitle,
.footerstrip .captionmid .rightinfo .linktitle {
  display: block;
}
.footerstrip .capiton .rightinfo .linktitle a,
.footerstrip .captionmid .rightinfo .linktitle a {
  display: block;
  font-size: 0.9rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}
.footerstrip .capiton .rightinfo .linktitle a:hover {
  color: #ef4f02;
}
.footerstrip .captionmid .rightinfo .linktitle a:hover {
  color: #000;
}
.bottommenu {
  display: block;
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
}
.bottommenu ul {
  display: inline-block;
}
.bottommenu ul li {
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
.bottommenu ul li a {
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #fff;
}
.bottommenu ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.copyright {
  display: block;
  padding: 30px 0 0;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.copyright a {
  font-size: 1.1rem;
  font-weight: 400;
  display: inline-block;
  color: #ef4f02;
}
.calltoactionbg {
  width: 100%;
  margin: 0;
  padding: 40px 0;
  overflow: hidden;
  background: #fff7f6;
}
.calltoactionbg .getquotebtn {
  display: inline-block;
  float: none;
  width: 258px;
  margin-top: 1rem;
}
.calltoactionbg .getquotebtn a {
  display: inline-block;
  padding: 8px 25px;
  font-size: 1rem;
  line-height: 1.5;
  background: #e86221;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2rem;
  width: 255px;
  border: 3px solid #ef4f02;
}
.alert-info {
  color: #fff;
  background-color: #0b2a44;
  border-color: #0b2a44;
}
.alert-dismissible .close {
  position: absolute;
  top: 9px;
  right: 0;
  z-index: 2;
  padding: 0;
  background: #e86221;
  width: 40px;
  color: inherit;
  height: 40px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 1;
  text-align: center;
}
.alert {
  padding: 1rem 1.25rem;
  margin-bottom: 0rem;
  border: 1px solid transparent;
  border-radius: 0;
  position: relative;
}
.text-center {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .logo {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .unialogo {
    width: 164px;
  }
  .menucontainer {
    width: 100%;
    text-align: center;
    display: none;
  }
  .menucontainer .getrequestquotebtn {
    display: none;
  }
  .menucontainer .getquotebtn {
    float: none;
    display: none;
  }
  .unialogo {
    position: absolute;
    top: 0;
    right: 0;
  }
  .navbg {
    width: 100%;
  }
  .has-sub .fa {
    display: none;
  }
  .footerbg .container {
    justify-items: center;
  }
  .bottommenu ul li {
    float: none;
  }
  .socailicon {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .menucontainer .infobg {
    width: 100%;
  }
  .menucontainer .infobg ul li {
    width: 100%;
  }
}
