@import url("//fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*font-family: 'Poppins', sans-serif;*/
@font-face {
  font-family: "Century751-BT";
  src: url("../fonts/Century751BT-RomanB.woff") format("woff2"),
    url("../fonts/Century751BT-RomanB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}
body {
  margin: 0px;
  font-family: "Poppins", sans-serif;
}
button:focus {
  outline: none;
}
input:focus {
  outline: none;
}
a {
  color: #1b70bb;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
  padding-left: 0px;
}

/*######### comon css start ######*/
.btn-warning {
  color: #212529;
  background-color: #f0d202;
  border-color: #f0d202;
  padding: 8px 12px;
  border-radius: 0px;
}
.btn-warning:hover {
  background-color: #dec304;
  border-color: #dec304;
}
.btn-primary {
  color: #ffffff;
  background-color: #0f4b95;
  border-color: #0f4b95;
  padding: 8px 12px;
  border-radius: 0px;
}
.btn-primary:hover {
  background-color: #073b7b;
  border-color: #073b7b;
}

.comon-title {
  position: relative;
  width: 100%;
}
.comon-title h3 {
  position: relative;
  width: 100%;
  color: #242424;
  font-size: 40px;
  margin-bottom: 15px;
}
.comon-title p {
  position: relative;
  width: 100%;
  color: #323232;
  font-size: 16px;
  margin-bottom: 10px;
}
/*######### comon css end ######*/

/*######## header css start #######*/
.header-wraper {
  position: relative;
  width: 100%;
  z-index: 9;
}
.header-wraper .top-header {
  position: relative;
  width: 100%;
  background-color: #0f4b95;
  padding: 8px 0;
}
.top-header .head-address p {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  font-size: 15px;
  color: #ffffff;
}
.top-header .head-address p span {
  color: #f0d202;
}
.head-cont-info {
  position: relative;
  width: 100%;
}
.head-cont-info ul {
  position: relative;
  display: block;
  margin-bottom: 0;
  text-align: right;
}
.head-cont-info ul li {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  color: #ffffff;
}
.head-cont-info ul li p {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  font-size: 15px;
  color: #ffffff;
}
.head-cont-info ul li p span {
  color: #f0d202;
}
.head-cont-info ul li a {
  font-size: 15px;
  color: #ffffff;
}
.head-cont-info ul li a .fa {
  padding-right: 5px;
  color: #f0d202;
  font-size: 16px;
}

.header-menu {
  position: relative;
  width: 100%;
  padding: 6px 0px;
  background-color: #ffffff;
}
.header-menu .navbar {
  position: relative;
  width: 100%;
}
.header-menu .navbar .navbar-nav {
  align-items: center;
}
.header-menu .navbar .navbar-nav li {
  position: relative;
  padding: 0px 15px;
}
.header-menu .navbar .navbar-nav li a {
  position: relative;
  font-size: 16px;
  color: #000000;
  padding: 3px 0px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  transition: 0.5s;
}
.header-menu .navbar .navbar-nav li.active a {
  border-bottom: 3px solid #f0d202;
}
.header-menu .navbar .navbar-nav li:hover a {
  border-bottom: 3px solid #f0d202;
  transition: 0.5s;
}
.header-menu .navbar .navbar-nav li:last-child {
  padding-right: 0px;
}
.header-menu .navbar .navbar-nav li .btn-warning {
  padding: 10px 15px;
}
.header-menu .navbar .navbar-nav li .btn-warning:hover {
  border-color: transparent;
}

/*######## header css end #######*/

/*######## Banner css start #######*/
.banner-wraper {
  position: relative;
  width: 100%;
}
.banner-slider-wrap {
  position: relative;
  width: 100%;
}
.banner-slider-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 60px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6082808123249299) 0%,
    rgba(0, 0, 0, 0.3253676470588235) 38%,
    rgba(0, 0, 0, 0.07046568627450978) 74%,
    rgba(0, 0, 0, 0) 100%
  );
}

.banner-cont-wrap {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 9;
}
.banner-cont-wrap .banner-cont {
  position: relative;
  width: 100%;
}
.banner-cont-wrap .banner-cont h1 {
  position: relative;
  width: 100%;
  color: #1b1b1b;
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.banner-cont-wrap .banner-cont h2 {
  position: relative;
  width: 100%;
  color: #0f4b95;
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Century751-BT";
}
.banner-cont-wrap .banner-cont p {
  position: relative;
  width: 100%;
  color: #1b1b1b;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}
.banner-cont-wrap .banner-cont .bener-btn {
  position: relative;
  width: 100%;
}
.banner-cont-wrap .banner-cont .bener-btn .btn-primary {
  padding: 12px 30px;
}
/*banner arrow css*/
#banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#banner-slider .owl-nav button {
  width: 70px;
  height: 65px;
  border: 0px solid #000000;
  border-radius: 0;
  background-color: #000000;
  transition: 0.5s;
}
#banner-slider .owl-nav button:hover {
  border: 0px solid rgb(15 75 149 / 80%);
  background-color: rgb(15 75 149 / 80%);
  transition: 0.5s;
}
#banner-slider .owl-nav button span {
  color: #fff;
  font-size: 30px;
}
#banner-slider .owl-nav .owl-prev {
  position: absolute;
  left: 0%;
}
#banner-slider .owl-nav .owl-next {
  position: absolute;
  right: 0%;
}
/*######## Banner css end #######*/

/*######## Banner bottom css start #########*/
.banner-bottom-sec {
  position: relative;
  width: 100%;
  margin-top: -40px;
  z-index: 5;
}
.banner-btm-list {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #0f4b95;
  transition: 0.5s;
}
.banner-btm-list .img-box {
  position: relative;
  width: 100%;
}
.banner-btm-list .img-box img {
  width: 100%;
}
.banner-btm-list .content {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  text-align: center;
}
.banner-btm-list .content h4 {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: "Century751-BT";
}
.banner-btm-list:hover {
  background-color: #f0d202;
  transition: 0.5s;
  box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 55%);
}
.banner-btm-list:hover .content h4 {
  color: #000000;
}
/*######## Banner bottom css end #########*/

/*######## About css start ########*/
.about-wraper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
.about-left-wrap {
  position: relative;
  width: 100%;
}
.about-left-wrap h4 {
  position: relative;
  width: 100%;
  color: #9d9d9d;
  font-size: 40px;
  font-style: italic;
  margin-bottom: 10px;
  font-family: "Century751-BT";
}
.about-left-wrap p {
  position: relative;
  width: 100%;
  color: #323232;
  font-size: 16px;
  margin-bottom: 15px;
}
.about-left-wrap .btn-primary {
  padding: 12px 24px;
}
.about-wraper .abt-img {
  position: relative;
  width: 90%;
  margin-left: auto;
}
.about-wraper .abt-img:before {
  content: "";
  position: absolute;
  left: -6%;
  top: -6%;
  width: 100%;
  height: 100%;
  border: 3px solid #0f4b95;
  z-index: -1;
}
.about-wraper .abt-img img {
  width: 100%;
}
/*######## About css end ########*/

/*####### our services css start ########*/
.our-services-wraper {
  position: relative;
  width: 100%;
  padding: 50px 0px;
  background-image: url(../images/services-bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.our-services-wraper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 70%);
}
.our-services-wraper .comon-title h3 {
  color: #ffffff;
}
.our-services-wraper .comon-title p {
  color: #ffffff;
}

.services-wrap {
  position: relative;
  width: 100%;
  text-align: center;
}
.services-wrap .service-img {
  position: relative;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 20px;
}
.services-wrap .service-img .img-box {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #0f4b95;
  margin: 0 auto;
}
.services-wrap .service-img .count {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #f0d202;
  color: #000;
  font-size: 25px;
  font-weight: 600;
  border-radius: 50%;
  z-index: 9;
  left: 10%;
  top: 5%;
}
.services-wrap .services-cont {
  position: relative;
  width: 100%;
  padding: 10px;
}
.services-wrap .services-cont h4 {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 15px;
}
.services-wrap .services-cont .btn-primary {
  padding: 12px 20px;
}
.services-wrap:hover .service-img .img-box {
  border-color: #f0d202;
  transition: 0.5s;
  box-shadow: 0px 0px 0px 8px rgb(240 210 2 / 32%);
}
.services-wrap:hover .services-cont h4 {
  color: #f0d202;
  transition: 0.5s;
}
.services-wrap:hover .count {
  background-color: #0f4b95;
  color: #ffffff;
  transition: 0.5s;
}
/*banner arrow css*/
#services-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#services-slider .owl-nav button {
  width: 70px;
  height: 65px;
  border: 0px solid #000000;
  border-radius: 0;
  background-color: #000000;
  transition: 0.5s;
}
#services-slider .owl-nav button:hover {
  border: 0px solid rgb(15 75 149 / 80%);
  background-color: rgb(15 75 149 / 80%);
  transition: 0.5s;
}
#services-slider .owl-nav button span {
  color: #fff;
  font-size: 30px;
}
#services-slider .owl-nav .owl-prev {
  position: absolute;
  left: -10%;
}
#services-slider .owl-nav .owl-next {
  position: absolute;
  right: -10%;
}
/*arrow css end*/
/*####### our services css end ########*/

/*####### why choose css start ########*/
.why-choose-wraper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-image: url(../images/why-choose-bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.why-choose-wraper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(15 75 149 / 90%);
}
.why-choose-wraper .comon-title h3 {
  color: #fff;
}
.why-choose-wraper .comon-title p {
  color: #ffffff;
}

.choose-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
.choose-list .content {
  position: relative;
  width: calc(100% - 35px);
  padding: 0px 5px;
}
.choose-list .content p {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0px;
}
.choose-list .count {
  position: relative;
  width: 35px;
  height: 35px;
  background-color: #f0d202;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
}
/*####### why choose css end ########*/

/*########## testimonials sec css start ############*/
.testimonials-wraper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-image: url(../images/testimonials-bg1.jpg);
  background-repeat: no-repeat;
  background-position: right;
}
.testimonials-wraper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 98%);
}
.testimonials-wrap {
  position: relative;
  width: 100%;
  margin-top: 70px;
  padding: 0px 15px;
  padding-bottom: 15px;
}
.testimonials-wrap .testimonials-inner-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  background: #f0d202;
  border-radius: 0px;
  padding: 10px 15px;
  transition: 0.5s;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
}
.testimonials-wrap .testimonials-inner-wrap .testmon-img {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -70px;
  margin-bottom: 15px;
}
.testimonials-wrap .testimonials-inner-wrap h4 {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
}
.testimonials-wrap .testimonials-inner-wrap p {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 14px;
  margin-bottom: 10px;
}

.testimonials-wrap .testimonials-inner-wrap:hover {
  background-color: #14549b;
}
.testimonials-wrap .testimonials-inner-wrap:hover h4,
.testimonials-wrap .testimonials-inner-wrap:hover p {
  color: #fff;
}

/*arrow css start */
#testimonials-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#testimonials-slider .owl-nav button {
  width: 70px;
  height: 65px;
  border: 0px solid #d7d7d7;
  border-radius: 0;
  background-color: #d7d7d7;
  color: #ffffff;
  transition: 0.5s;
}
#testimonials-slider .owl-nav button:hover {
  border: 0px solid rgb(15 75 149 / 80%);
  background-color: rgb(15 75 149 / 80%);
  transition: 0.5s;
}
#testimonials-slider .owl-nav button span {
  color: #fff;
  font-size: 30px;
}
#testimonials-slider .owl-nav .owl-prev {
  position: absolute;
  left: -10%;
}
#testimonials-slider .owl-nav .owl-next {
  position: absolute;
  right: -10%;
}
/*arrow css end*/
/*########## testimonials sec css start ############*/

/*######## footer sec css start ######### */
.footer-wraper {
  position: relative;
  width: 100%;
  padding: 60px 0px 0px 0px;
  background-image: url(../images/footer-bg1.jpg);
}
.footer-wraper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(242 242 242 / 90%);
}
.footer-inner-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.footer-inner-wrap h4 {
  position: relative;
  width: 100%;
  color: #0f4b95;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Century751-BT";
}
.footer-inner-wrap .footer-logo {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.footer-inner-wrap p {
  position: relative;
  width: 100%;
  color: #373737;
  font-size: 14px;
  margin-bottom: 15px;
}
.footer-inner-wrap .footer-social-icon {
  position: relative;
  width: 100%;
}
.footer-inner-wrap .footer-social-icon h5 {
  position: relative;
  display: inline-block;
  color: #216ea7;
  font-size: 22px;
  font-weight: 600;
  margin-right: 10px;
  text-transform: uppercase;
}
.footer-inner-wrap .footer-social-icon ul {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
.footer-inner-wrap .footer-social-icon ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.footer-inner-wrap .footer-social-icon ul li a {
  color: #909090;
  font-size: 20px;
  transition: 0.5s;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #909090;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-inner-wrap .footer-social-icon ul li:hover a {
  color: #14549b;
  border: 2px solid #14549b;
  transition: 0.5s;
}

.footer-inner-wrap .footer-menu {
  position: relative;
  width: 100%;
}
.footer-inner-wrap .footer-menu ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}
.footer-inner-wrap .footer-menu ul li {
  position: relative;
  width: 50%;
  display: inline;
  margin-bottom: 15px;
}
.footer-inner-wrap .footer-menu ul li a {
  position: relative;
  color: #000000;
  font-size: 15px;
}

.footer-inner-wrap .contact-det-list {
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.footer-inner-wrap .contact-det-list span {
  color: #14549b;
  font-size: 18px;
  padding-right: 10px;
}
.footer-inner-wrap .contact-det-list p {
  margin-bottom: 0px;
  color: #000000;
  font-size: 15px;
  word-break: break-all;
}
.footer-inner-wrap .contact-det-list p a {
  color: #000000;
}

.footer-copy-right {
  position: relative;
  width: 100%;
  background-color: #0f4b95;
  text-align: center;
  padding: 20px 0px;
}
.footer-copy-right p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0px;
}
.footer-copy-right p a {
  color: #f0d202;
}

/*######## footer sec css end ######### */

/*####### inner banner css start #######*/
.inner-banner {
  position: relative;
  width: 100%;
  padding: 0px 0px;
  z-index: 1;
}
.inner-banner img {
  position: relative;
  width: 100%;
  height: 250px;
  object-fit: cover;
  z-index: 1;
}
.inner-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(13 81 123 / 90%);
  z-index: 1;
}
.inner-banner .inner-banner-cont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  z-index: 2;
}
.inner-banner .inner-banner-cont .main-title {
  position: relative;
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: "Century751-BT";
}

.main-wraper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
/*####### inner banner css end #######*/

/*######## contact us css start #######*/
.contact-us-wrap {
  position: relative;
  width: 100%;
  padding: 50px 0px;
  background-color: #ffffff;
}

.form-sec {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 15px;
}
.form-sec > h3 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
.form-sec .form-control {
  color: #8b8d94;
  border: 1px solid rgba(51, 51, 51, 0.11);
  padding: 5px 15px;
  background-color: #fdfdfd;
  border-radius: 2px;
  transition: 0.5s;
}
.form-sec .form-control:focus {
  box-shadow: none;
  border-color: #0972ac;
  transition: 0.5s;
}
.form-sec .btn-warning {
  padding: 12px 20px;
}

/*######## contact us css end #######*/

/*###### services details css start ########*/
.services-details .serv-img {
  position: relative;
  width: 100%;
  border: 2px solid #fff;
}
.services-details .serv-img img {
  width: 100%;
}

.services-details-right {
  position: relative;
  width: 100%;
}
.services-details-right h4 {
  position: relative;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.services-details-right p {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
}
.services-details-right em {
  color: #ffffff;
}
.services-details-right ul {
  position: relative;
  width: 100%;
  display: block;
}
.services-details-right ul li {
  position: relative;
  display: block;
  padding-left: 35px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
}
.services-details-right ul li:before {
  content: "\f00c";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  color: #0f4b95;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
/*###### services details css end ########*/

/*###### testimonials page css start ######*/
.testimonials-list-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 20px 15px;
  transition: 0.5s;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
}
.testimonials-list-wrap .testmon-img {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border: 3px solid #0f4b95;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15px;
}
.testimonials-list-wrap h4 {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.testimonials-list-wrap p {
  position: relative;
  width: 100%;
  color: #5f5f5f;
  font-size: 14px;
  margin-bottom: 10px;
}

/*###### testimonials page css start ######*/

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
  justify-content: center;
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
}
.breadcrumb .breadcrumb-item.active {
  color: #f0d202;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}