@charset "utf-8";

/* CSS Document */

/*------------------------------------------
Project Name : Esox Steel
Desgined By  : hassan_malik19
Developed By : Hassan;
Date        :  9/octuber/19;


Table Of Index
------------------
01. Header Css
02. Topbar Section Css
03. Header Section Css
04. Navigationwrape Section Css
05. Custom slider Section Css
06. About Css
07. Get Quote Css
08. Services Area Css
09. Inner Heading Css
10. Blog Section Css
11. Testimonial Css   
12. Team Css 
13. Blog Css 
14. Footer css
15. Copyright css
16. 404 page 
17. Media Screen Css
*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Poppins:100,200,300,400,500,600,700,800,900&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
}

p {
  font-size: 15px;
  line-height: 24px;
  color: #333;
}

.title {
  text-align: center;
  margin-bottom: 30px;
}

.pad-l-r-15 {
  padding-left: 30px;
  padding-right: 30px;
}

.vert-strip {
  padding-top: 10px;
}

.title h1,
.title h2 {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
  font-weight: 300;
}

.title h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.title h1 span,
.title h2 span {
  font-weight: bold;
  color: #ff5e14;
}

.title h1:before,
.title h2:before {
  content: "";
  background: #ff5e14;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
}

.title h2:before {
  margin: 0;
  left: 0;
  bottom: -5px;
}

.title p {
  padding: 0 140px;
}

.readmore {
}

.readmore a {
  font-size: 14px;
  color: #ff5e14;
  text-decoration: none;
  font-weight: bold;
}

.readmore a:hover {
  color: #fdc716;
}

.readbtn a,
.readbtn button {
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
  background: #ff5e14;
  padding: 15px 30px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  border: none;
}

.readbtn a:hover,
.readbtn button:hover {
  color: #fff;
  background: #000;
}

.btn-small a {
  padding: 10px 20px;
}

.readbtn i {
  padding-left: 5px;
  font-size: 18px;
}

.mt40 {
  margin-top: 40px;
}

/*********************************************
		Header Css
*********************************************/

.header-wrap {
}

/* .navbar {
        padding: 0;
        background: #0d2774;
        z-index: 1000;
    } */

/* .navbar-brand {
    display: none;
} */

/* .navbar li {
    border-right: 1px solid rgba(255, 255, 255, 0.31);
}

.navbar li:last-child {
    border-right: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    z-index: 1000;
    font-weight: bold;
    padding: 17px 36px;
}

.navbar-light .navbar-nav .nav-link:hover {}

.navbar-light .navbar-nav .nav-link.active {
    color: #fe5a0e;
}

.header-wrap .row {
    margin-bottom: 8px;
} */

.quoteWrp a {
  font-size: 16px;
  color: #fff;
  background: #ff5e14;
  padding: 16px 40px;
  text-transform: uppercase;
  font-weight: bold;
}

.quoteWrp a:hover {
  background: #de4f0d;
}

/* .navbar li:hover a,
.navbar li a:hover {
    color: #fe5a0e !important;
} */

.tp-bannertimer {
  display: none;
}

/* .navbar-nav>li {
    position: relative;
}

.navbar-nav li:hover .dropdown-menu {
    display: block;
} */

.dropdown-menu {
  background: rgba(0, 0, 0, 0.91) !important;
  border-top: 5px solid #ff5e14;
  margin-top: 0;
  border-radius: 0;
  padding: 25px 30px;
  border-bottom: none;
  min-width: 275px;
  border-left: none;
  border-right: none;
}

.dropdown-menu > li {
  border-bottom: 1px solid #8d8d8d;
  border-right: none;
}

.dropdown-menu > li:last-child {
  border-bottom: none;
}

.navbar li .dropdown-menu > li > a {
  color: #fff !important;
  font-size: 14px;
  padding: 10px;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
}

.dropdown-menu > li > a:hover {
  color: #fff;
  background: #ff5e14;
}

.navbar-nav > li > a + i {
  display: none;
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  background: #e40000;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 1000;
}

/*===========Topbar Section==========*/

.topbar-wrap {
  background: #0d2774;
  padding: 10px 0;
}

.topbar-wrap p {
  font-size: 14px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding-top: 5px;
}

.social-media {
  text-align: right;
}

.social-media span {
  font-size: 14px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin-right: 15px;
  padding-top: 5px;
}

.social-media ul {
  margin: 0;
  display: inline-block;
}

.social-media ul li {
  display: inline-block;
}

.social-media ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
}

/*===========Header Section==========*/

/*===========Custom slider Section==========*/

.tp-banner-container {
  position: relative;
  z-index: 1;
  padding: 0;
  width: 100%;
}

.tp-banner {
  position: relative;
  width: 100%;
}

.tp-caption {
  line-height: normal !important;
}

.tp-caption a {
  color: inherit !important;
}

.tp-bullets.simplebullets.round .bullet {
  border: 3px #fff solid;
  border-radius: 50%;
  background-image: none !important;
}

.tparrows {
  width: auto !important;
  height: auto !important;
  background-image: none !important;
}

.tp-arr-allwrapper {
  margin: 0 10px;
  width: 50px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
}

.tp-arr-allwrapper:hover .tp-arr-iwrapper {
  color: #fff;
}

.tp-leftarrow .tp-arr-allwrapper {
}

.tp-rightarrow .tp-arr-allwrapper {
}

.tp-arr-iwrapper {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-family: FontAwesome;
  line-height: 60px;
}

.tp-leftarrow .tp-arr-iwrapper {
}

.tp-leftarrow .tp-arr-iwrapper:before {
  content: "\f104";
}

.tp-rightarrow .tp-arr-iwrapper:before {
  content: "\f105";
}

.tp-rightarrow .tp-arr-iwrapper {
}

.slide-h1 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 57px;
}

.slide-h2 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #555;
  font-weight: bold;
  font-size: 55px;
  line-height: 100%;
}

.big-font {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 60px;
}

.large-desc {
  font-size: 16px;
}

.slide-h3 {
  color: #fff;
  font-size: 31px;
  line-height: 100%;
}

.slide-h3 span {
  text-transform: uppercase;
  font-weight: bold;
}

.slide-head {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
}

.slide-desc {
  font-size: 22px;
  line-height: 150%;
}

.main-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 70px;
}

.icon-cont {
  padding: 15px 40px;
  border-radius: 10px;
  text-align: center;
}

.icon-cont:after {
  position: absolute;
  bottom: -10px;
  left: 40%;
  z-index: 5;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  content: "";
}

.icon-cont i {
  margin-bottom: 10px;
  color: #fff;
  font-size: 50px;
}

.icon-cont span {
  display: block;
  padding: 0 0 5px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

a.wit-btn {
  background: #fff;
  color: #333 !important;
  text-transform: uppercase;
}

.wit-line {
  width: 5%;
  height: 1px;
  background: #fff;
}

.vert-line {
  min-height: 270px;
  width: 1px;
  background: #fff;
}

.subTxt {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #333;
}

.large-title {
  color: #222;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase !important;
}

.large-light-title {
  color: #787878 !important;
  font-size: 70px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.large-text {
  font-size: 20px;
  color: #000;
  font-weight: lighter;
}

.larger-text {
  font-size: 24px;
  font-weight: lighter;
  text-transform: uppercase;
}

.witTxt {
  color: #fff !important;
}

.light-font {
  font-weight: lighter !important;
  font-size: 50px;
}

.black-bg {
  background: rgba(0, 0, 0, 0.63);
  color: #a8a8a8;
  text-transform: none;
}

.lft-list {
  padding: 10px;
  font-size: 18px;
  color: #fff;
}

.wit-border {
  border: 1px #fff solid;
  padding: 15px 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.rounded-bord {
  margin-right: 15px;
  border: 1px #fff solid;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  border-radius: 50%;
}

#vertical-ticker {
  height: 120px;
  overflow: hidden;
}

#vertical-ticker li {
  padding: 15px 20px;
  display: block;
  text-align: center;
}

.to-bottom i.fa {
  font-size: 30px;
  border: 2px #a8a8a8 solid;
  padding: 20px 22px;
  border-radius: 50%;
  -webkit-animation: bounce 2s infinite linear;
  animation: bounce 2s infinite linear;
}

.tp-banner {
  margin-top: -50px;
  z-index: -1;
  position: relative;
}

.slidertext1 {
  color: #fff;
  font-size: 72px;
  font-weight: 600 !important;
  padding: 15px 0;
  text-transform: uppercase !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-family: "Poppins", sans-serif;
  text-align: left;
}

.slidertext2 {
  color: #fff;
  font-size: 36px;
  font-weight: 100 !important;
  letter-spacing: 6px;
  padding: 15px 0;
  text-transform: uppercase !important;
  font-family: "Poppins", sans-serif;
  text-align: left;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.slidertext2 span {
  color: #fff;
}

.slidertext3 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 15px 0;
  text-transform: inherit !important;
  font-family: "OpenSans", sans-serif;
  text-align: left;
  line-height: 24px !important;
}

.slidertext4 a {
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 40px;
  text-transform: uppercase !important;
  text-align: left;
  background: #ff5e14;
  font-family: "OpenSans", sans-serif;
}

.slidertext4 a:hover {
  background: #fff;
  color: #000 !important;
}

a.slidebtn {
  background: #e76ba9;
  color: #fff !important;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: normal !important;
  text-transform: none !important;
  display: inline-block;
  font-family: "OpenSans", sans-serif;
}

a.slidebtn i {
  margin-left: 10px;
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}

/* Mozilla Firefox 15 below */

@-moz-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}

/* Opera 12.0 */

@-o-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}

/* W3, Opera 12+, Firefox 16+ */

@keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}

/********************************************
	   == About Css Start ==
********************************************/

.about-wrap {
  padding: 0 0 0px 0;
  display: flex;
  background: url(../images/about-bg-3.jpg) top no-repeat;
  /* background: url(../images/about-bg.jpg) top no-repeat; */
  /* background-size: cover; */
}

.display-flex {
  display: flex;
}

.aboutImg {
  position: relative;
  text-align: right;
}

.about-wrap h3 {
  font-size: 24px;
  color: #fff;
  background: #f39c11;
  display: inline-block;
  text-shadow: 1px 2px 3px rgba(10, 10, 10, 0.14);
  padding: 30px 70px;
  position: absolute;
  bottom: 30px;
  left: 80px;
  border: 8px solid #fff;
}

.about-wrap h3 span {
  display: block;
}

.about-wrap .readmore {
  text-align: left;
}

.about-wrap .title {
  margin-bottom: 30px;
}

.about-wrap .title h1 {
  font-size: 36px;
}

.about-wrap .readmore {
  margin-top: 30px;
}

.about-wrap .readmore a {
  padding: 15px 34px;
  font-size: 16px;
  text-transform: uppercase;
  background: #151719;
  color: #fff;
  display: inline-block;
}

.about-wrap .readmore a:hover {
  background: #ff5e14;
  color: #fff;
}

.about_right {
  /* margin-top: 30px; */
  padding: 30px 50px;
  width: 60%;
  text-align: justify;
}

.about-wrap .title,
.about-wrap-about .title {
  text-align: left;
}

.about-wrap .title p,
.about-wrap-about .title p {
  font-size: 24px;
  text-align: left;
  padding: 0;
  margin-bottom: 0;
}

.about-wrap .title h1:before,
.about-wrap-about .title h1:before {
  margin: 0;
  left: 0;
}

.img-bedi {
  text-align: center;
}

.img-bedi img {
  max-width: 120%;
  margin: 0 auto 30px;
  border-radius: 10px;
}

.about_right-about {
  text-align: justify;
}

.core-values-box {
  text-align: center;
}

.core-values-text {
  text-align: center;
}

.core-values-text p {
  font-size: 20px;
  font-weight: 600;
}

.border-radius-10 {
  border-radius: 0px 0 0 0px;
}

/*** 
=============================================
    Get Quote
=============================================
***/

.get-wrap {
  background: url(../images/quote-bg.jpg) no-repeat;
  padding: 60px 0;
  text-align: center;
  background-size: cover;
}

.get-wrap .title h1 {
  color: #fff;
}

/* .get-wrap p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 0 140px;
    margin-bottom: 30px;
} */

.policy-m p {
  color: #fff;
  font-size: 14px;
  text-align: justify;
}

.policy-m h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.policy-m {
  text-align: left;
}

.get-wrap .readbtn a:hover {
  color: #ff5e14;
  background: #fff;
}

.quote_wrap {
  max-width: 550px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
}

.sub-btn {
  text-align: center;
}

/* our services css starts here */

.our-services {
  padding-bottom: 0px;
  padding-top: 0px;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
}

.backdrop-blur {
  backdrop-filter: blur(8px);
  padding: 60px 0px 60px;
}

.our-services-title h2 {
  color: var(--black);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
}

.single-services {
  position: relative;
  min-height: 240px;
  background-color: #fff;
  padding: 20px 20px;
  margin-bottom: 25px;
}

.orange-border {
  border: 2px solid #ff5e14;
}

.blue-border {
  border: 2px solid #0d2774;
}

.service-icon img,
.employers-service-icon img {
  width: 80px;
  max-width: 80px;
  margin-bottom: 10px;
}

.service-icon img {
  width: auto;
  max-height: 70px;
  max-width: 70px;
}

.service-text h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 1.3;
}

.service-text p {
  color: var(--dark-gray);
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0px;
  text-align: justify;
}

/* our services css ends here */

/*** 
=============================================
    Services Area
=============================================
***/

.services-area {
  padding: 60px 0;
  /* background: url(../images/about-bg.jpg) bottom no-repeat; */
  background-size: cover;
}

.services-area .single-service-item {
  /* padding-bottom: 42px; */
  border: 1px solid #eee;
  margin-top: 30px;
  padding: 16px;
  text-align: center;
}

.single-service-item h3 {
  /* min-height: 68px; */
  font-size: 1.08rem;
}

.single-service-item h3 a {
  text-decoration: none;
  font-size: 24px;
  color: #000;
}

.single-service-item h3 a:hover {
  color: #ff5e14;
}

.services-area .single-service-item .img-holder {
  display: block;
  position: relative;
  overflow: hidden;
  
  margin: 0 auto;
}

.single-service-item p {
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  min-height: 72px;
}

.services-area .single-service-item .img-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.services-area .title p,
.services-area .title {
  margin-bottom: 0;
}

.overlay {
  background-color: transparent;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s;
}

.overlay .box {
  border: 5px solid transparent;
  display: table;
  height: 100%;
  -webkit-transition: border-color 0.4s ease 0s;
  transition: border-color 0.4s ease 0s;
  width: 100%;
}

.overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.overlay .box .content a {
  padding: 9.5px 24px;
  -webkit-transform: translate3d(0px, -75px, 0px);
  transform: translate3d(0px, -75px, 0px);
  -webkit-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  opacity: 0;
}

.services-area .single-service-item:hover .img-holder .overlay {
  background-color: rgba(255, 94, 20, 0.72);
}

.services-area .single-service-item:hover .img-holder .overlay .box {
  border-color: #fdc716;
}

.services-area .single-service-item:hover .img-holder .overlay .box .content a {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.services-area .single-service-item:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.services-area .single-service-item .text-holder {
  /* padding-left: 60px; */
  position: relative;
  padding-top: 30px;
}

.services-area .single-service-item .text-holder .icon {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #292929;
  left: 0;
  position: absolute;
  top: 30px;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  padding: 18px 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  border: 1px solid #e4e4e4;
}

.services-area .single-service-item .text-holder .icon i {
  font-size: 24px;
}

.services-area .single-service-item .text-holder .icon span:before {
  font-size: 30px;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.services-area .single-service-item:hover .text-holder .icon {
  background: #ff5e14;
  color: #fff;
}

.innerContent-wrap .services-area {
  padding: 0;
}

.list-service li {
  font-size: 14px;
  color: #666;
  position: relative;
  padding-left: 28px;
  margin: 10px 0;
}

.list-service li:before {
  content: "\f058";
  font-family: "FontAwesome";
  position: absolute;
  top: -1px;
  left: 0;
  color: #ff5e14;
  font-size: 18px;
}

.service_delImg {
  margin-bottom: 20px;
}

.catewrap li {
  margin: 7px 0;
}

.catewrap li a {
  text-decoration: none;
  display: block;
  color: #444;
  font-size: 14px;
  font-weight: 600;
  padding: 15px;
  background: #fff;
  border: 1px solid #f7f7f7;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.catewrap li:first-child {
  margin-top: 0;
}

.catewrap li a:hover {
  background: #ff5e14;
  color: #fff;
}

.serviceWrp .title h1 {
  text-align: left;
  font-size: 30px;
}

.serviceWrp .title h1:before {
  left: 0;
  margin-left: 0;
}

.catewrap li a.active {
  background: #ff5e14;
  color: #fff;
}

/*********************************************
		Inner Heading Css
*********************************************/

.inner-heading {
  background: url(../images/banner-bg.jpg) no-repeat top;
  background-size: cover;
  padding: 40px 0;
}

.inner-heading h1 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.inner-content {
  padding: 70px 0;
}

.contactInfo h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.conIcon {
  text-align: center;
  margin-top: -90px;
  margin-bottom: 40px;
}

.conIcon i {
  width: 70px;
  height: 70px;
  border: 2px solid #0d77bc;
  font-size: 30px;
  color: #0d77bc;
  line-height: 70px;
  border-radius: 100%;
  background: #fff;
}

.formcol .form-control {
  border-radius: 0;
  height: 48px;
  font-size: 14px;
}

.formcol textarea.form-control {
  height: 200px !important;
}

.contact-btn .sub {
  margin-top: 10px !important;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 16px 30px;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  background: #ff5e14;
  box-shadow: none;
  cursor: pointer;
  border: none;
}

.contact-btn .sub:hover {
  background: #000;
}

.contact-btn .sub i {
  margin-left: 10px;
  font-size: 18px;
}

.getTouch {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

.inner-content .about-wrap {
  padding: 0;
  background: none;
}

/*===Blog Section===*/

.blog-item-one {
  margin-bottom: 30px;
}

.blog-item-one .image-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.blog-item-one .image-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 8;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.75);
}

.blog-item-one:hover .image-box:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}

.blog-item-one .overlay a {
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  border-radius: 50%;
  color: #222;
  font-size: 20px;
  height: 60px;
  margin: 0 5px;
  line-height: 60px;
  opacity: 0;
  display: inline-block;
  text-align: center;
  -webkit-transform: translateX(0%) translateY(-30%) scale(0.9);
  -ms-transform: translateX(0%) translateY(-30%) scale(0.9);
  transform: translateX(0%) translateY(-30%) scale(0.9);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 60px;
}

.blog-item-one .overlay a:hover {
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  color: #7ba0c5;
}

.blog-item-one:hover .overlay a {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0%) scale(1);
  -ms-transform: translateX(0) translateY(0%) scale(1);
  transform: translateX(0) translateY(0%) scale(1);
}

.blog-item-one .overlay {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 10;
}

.blog-item-one:hover .overlay {
  opacity: 1;
}

.blog-item-one .image-box img {
  width: 100%;
  transform: scale(1);
  transition: all 500ms ease;
}

.blog-item-one:hover .image-box img {
  transform: scale(1.2);
  transition: all 500ms ease;
}

.blog-item-one .image-box .date-box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(124, 161, 197, 0.83);
  z-index: 9;
  padding: 5px;
}

.blog-item-one .image-box .date-box p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  padding: 0px 16px;
  display: inline-block;
}

.blog-item-one .image-text h6 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 27px;
  display: inline-block;
  transition: all 500ms ease;
}

.blog-item-one .image-text h6 a {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 27px;
  display: inline-block;
  transition: all 500ms ease;
}

.blog-item-one .image-text h6 a:hover {
  color: #7ba0c5;
  transition: all 500ms ease;
}

.blog-item-one .image-text .link-btn a {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #333333;
  display: inline-block;
  transition: all 500ms ease;
}

.blog-item-one .image-text .link-btn a i {
  font-size: 13px;
  margin-left: 5px;
}

.blog-item-one .image-text .link-btn a:hover {
  color: #f36371;
  transition: all 500ms ease;
}

.left-side-area .get-start {
  margin-top: 6px;
}

.left-side-area .get-start a {
  box-shadow: none;
  padding: 12px 26px;
  background: #7ba0c5;
  font-size: 14px;
}

.left-side-area .get-start a:hover {
  background: #000;
}

/*===Styled Pagination===*/

.styled-pagination {
  position: relative;
  margin-bottom: 0;
  margin-top: 10px;
}

.styled-pagination li {
  position: relative;
  margin: 0 10px;
  display: inline-block;
}

.styled-pagination li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #888888;
  font-weight: 700;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.styled-pagination li i {
  font-size: 15px;
  color: #979797;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all 500ms ease;
  border: 1px solid #d5d5d5;
}

.styled-pagination li:hover a {
  color: #7ba0c5;
  transition: all 500ms ease;
}

.styled-pagination li:hover i {
  color: #7ba0c5;
  border-color: #7ba0c5;
  transition: all 500ms ease;
}

.sidebar .sidebar-item {
  margin-bottom: 40px;
  overflow: hidden;
}

.sidebar .sidebar-item .title h4 {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.sidebar .sidebar-item .title h4::before {
  background: #ff5e14 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 30px;
}

.sidebar .sidebar-item input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

.sidebar .sidebar-item form {
  position: relative;
}

.sidebar .sidebar-item form input[type="submit"] {
  background: #ff5e14 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  padding: 0 20px;
  min-height: 50px;
  position: absolute;
  right: 0;
  text-transform: capitalize;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.sidebar .sidebar-item input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
}

.sidebar .sidebar-item form input[type="submit"]:hover {
  background: #000 none repeat scroll 0 0;
  border: medium none;
}

.sidebar .sidebar-item.category li a {
  color: #666666;
  display: block;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  padding: 10px 0;
  text-decoration: none;
}

.sidebar .sidebar-item.category li {
  border-bottom: 1px dashed #999999;
}

.sidebar .sidebar-item.category li a:hover {
  background: #ff5e14;
  padding-left: 10px;
  color: #fff;
}

.sidebar .sidebar-item.tags li {
  display: inline-block;
}

.sidebar .sidebar-item.tags li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  float: left;
  margin-right: 3px;
  text-decoration: none;
  padding: 8px 20px;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
}

.sidebar-item .title {
  text-align: left;
  margin-bottom: 0px;
}

.sidebar .sidebar-item.tags li a:hover {
  background: #ff5e14;
  color: #fff;
}

.recent-post-widget .posts {
  background-color: #f7f7f7;
  padding: 30px 20px 10px;
}

.recent-post-widget .post {
  overflow: hidden;
}

.recent-post-widget .entry-media {
  width: 75px;
  float: left;
  margin-bottom: 20px;
}

.recent-post-widget .entry-details {
  width: calc(100% - 75px);
  float: left;
  padding-left: 15px;
}

.recent-post-widget .entry-details h4 {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
}

.recent-post-widget .entry-details h4 a {
  color: #051829;
}

.recent-post-widget .date {
  font-size: 14px;
  color: #bebfc0;
}

.sidebar {
  padding-left: 30px;
}

.blogList .inner-box {
  padding: 25px;
}

.blogList .date {
  left: auto !important;
  top: auto !important;
  right: 20px;
  bottom: 20px;
}

.imgWrp {
  position: relative;
}

.blogList .lower-content {
  padding: 0 !important;
}

.blogList .news-block-one h3 {
  min-height: initial;
}

.blogList .readbtn a {
  padding: 14px 20px;
  font-size: 12px;
}

.blogList .readbtn i {
  font-size: 16px;
}

.blogList .readbtn {
  margin-top: 18px;
}

blockquote {
  background: #eee;
  margin: 25px 0;
  padding: 25px;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  border-left: 8px solid #ff5e14;
}

/*********************************************
		testimonial Css
*********************************************/

.testimonial-wrap {
  background: url(../images/testimonial-bg.jpg) no-repeat top;
  background-size: cover;
  padding: 60px 0;
}

.testimonial-wrap .title {
  margin-bottom: 70px;
}

.testimonial-wrap .title h1 span {
  color: #fff;
}

.testimonial-wrap .testimonial {
  text-align: center;
  border: 1px solid #757575;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 5px;
}

.testimonial-box {
  transform: translateY(-32px);
}

.testimonial-author-name {
  font-weight: 500;
  font-size: 18px;
  margin-top: 27px;
  display: block;
  overflow: hidden;
}

.activeColor {
  color: #ff5e14 !important;
}

.testimonial-content {
  padding: 0px 33px 0px;
}

.text-light p {
  color: #f8f9fa !important;
  margin-top: 8px !important;
}

.quotation {
  margin-top: 15px;
}

.quotation i {
  font-size: 26px;
  color: #fff;
}

.testimonial-wrap ul {
  list-style: none;
}

.testimonial-wrap ul li {
  padding-top: 32px;
}

.testimonial-wrap .owl-dots,
.testimonial-wrap .owl-nav {
  display: none;
}

.innerContent-wrap .testimonial-wrap {
  background: none;
  padding: 0;
}

.innerContent-wrap .testimonial {
  border: 1px solid #efefef;
  margin: 15px 0;
}

.innerContent-wrap .text-light {
  color: #000 !important;
}

.innerContent-wrap .text-light p {
  color: #a0a0a0 !important;
}

.innerContent-wrap .quotation i {
  color: #ff5e14;
}

.innerContent-wrap .testimonial {
}

/*********************************************
		Team Css
*********************************************/

.team-section {
  position: relative;
  padding: 60px 0;
}

.team-block {
  position: relative;
}

.team-block .inner-box {
  position: relative;
  padding-right: 50px;
}

.team-block .image-box {
  position: relative;
  margin-bottom: 15px;
}

.team-block .image-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  z-index: 9;
}

.team-block .image-box img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block .inner-box:hover .image-box img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.team-block .image-box .social-links {
  position: absolute;
  right: 0;
  top: 0;
}

.team-block .image-box .social-links li {
  position: relative;
  display: block;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.team-block .image-box .social-links li a {
  display: block;
  text-align: center;
  font-size: 19px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  color: #222222;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .image-box .social-links li a:hover {
  color: #fbb216;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(2) {
  transition-delay: 100ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(3) {
  transition-delay: 200ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(4) {
  transition-delay: 300ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(5) {
  transition-delay: 400ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(6) {
  transition-delay: 500ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(7) {
  transition-delay: 600ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(8) {
  transition-delay: 700ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(9) {
  transition-delay: 800ms;
}

.team-block .inner-box:hover .image-box .social-links li:nth-child(10) {
  transition-delay: 900ms;
}

.team-block .inner-box:hover .image-box .social-links li {
  right: -50px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.team-block .image-box .name {
  position: absolute;
  right: -40px;
  bottom: 40px;
  min-width: 170px;
  text-align: center;
  background-color: #ff5e14;
  z-index: 9;
  font-family: "Arimo", sans-serif;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.team-block .image-box .name a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 500;
  padding: 10px 20px;
  min-width: 170px;
}

.team-block .inner-box:hover .image-box .name {
  background-color: #000;
}

.team-block .inner-box .designation {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
  font-size: 16px;
  line-height: 1.2em;
  color: #333;
  font-style: italic;
  font-weight: 600;
}

.innerContent-wrap .team-section {
  padding: 0;
}

.innerContent-wrap .inner-box {
  margin: 15px 0;
}

/*********************************************
		Blog Css
*********************************************/

.blog-wrap {
  background: #eee;
  padding: 60px 0 50px 0;
}

.blog-section {
  position: relative;
}

.btn-style-four.border-anim-left:before {
  height: 6px;
  left: -6px;
  top: -6px;
}

.btn-style-four.border-anim-left:after {
  width: 6px;
  left: -6px;
  top: -6px;
}

.btn-style-four .border-anim-right:before {
  height: 6px;
  right: -6px;
  bottom: -6px;
}

.btn-style-four .border-anim-right:after {
  width: 6px;
  right: -6px;
  bottom: -6px;
}

.news-block-one .inner-box {
  position: relative;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.news-block-one .image {
  position: relative;
  overflow: hidden;
}

.news-block-one .image img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}

.news-block-one .inner-box:hover .image img {
  transform: scale(1.2);
}

.news-block-one .image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news-block-one .image a:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: rgba(36, 41, 54, 0.92);
}

.news-block-one .image a:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all 0.5s;
  background-color: rgba(36, 41, 54, 0.92);
}

.news-block-one .inner-box:hover .image a:before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 100ms;
}

.news-block-one .inner-box:hover .image a:after {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 700ms ease 300ms;
}

.news-block-one .lower-content {
  position: relative;
  padding: 60px 30px 30px 30px;
}

.news-block-one .date {
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 23px;
  border: 9px solid #fff;
  background: #ff5e14;
  text-align: center;
  top: -40px;
  left: 50px;
  padding: 9px 0;
  text-transform: uppercase;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.news-block-one .post-meta {
  margin-bottom: 10px;
}

.news-block-one .post-meta li {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
}

.news-block-one .post-meta li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.news-block-one .post-meta li:before {
  position: absolute;
  content: "";
  top: 5px;
  right: 0;
  background: #f57f4b;
  width: 1px;
  height: 13px;
}

.news-block-one .post-meta li:last-child:before {
  display: none;
}

.news-block-one .post-meta li a {
  color: #ff5e14;
  font-weight: 600;
  font-size: 14px;
}

.news-block-one h3 {
  font-size: 18px;
  font-weight: 500;
  min-height: 45px;
  margin-bottom: 10px;
}

.news-block-one h3 a {
  color: #252733;
  transition: all 0.5s ease;
}

.news-block-one h3 a:hover {
  color: #f57f4b;
}

.text {
  font-size: 14px;
  line-height: 24px;
}

.innerContent-wrap .blog-wrap {
  padding: 0;
  background: none;
}

.faqs {
  margin-bottom: 30px;
}

.faqs .panel-default > .panel-heading {
  background: none;
  border: none;
  padding: 0;
}

.panel-heading h4 {
  margin-bottom: 0;
}

.faqs h4 a {
  padding: 15px 55px 15px 15px;
  display: block;
  background: #ff5e14;
  color: #fff;
  font-size: 18px;
  position: relative;
}

.panel-group h3 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.panel-group .panel {
  border-radius: 0;
  margin-bottom: 20px;
  border: 1px solid #eee;
}

.panel-group .panel-body {
  line-height: 24px;
  color: #555;
  padding: 15px;
  font-size: 14px;
}

.faqs h4 .collapsed:hover,
.faqs h4 a:hover,
.faqs h4 a:active {
  text-decoration: none;
  background: #ff5e14;
  color: #fff;
}

.faqs h4 a:before {
  content: "\f068";
  background: #fff;
  font-family: "FontAwesome";
  width: 30px;
  padding: 6px 0;
  color: #ff5e14;
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  line-height: 18px;
  border-radius: 50%;
}

.faqs h4 .collapsed:before {
  content: "\f067";
  font-family: "FontAwesome";
  background: #ff5e14;
  width: 30px;
  padding: 6px 0;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  text-decoration: none;
}

.faqs h4 a.collapsed {
  background: #fff;
  color: #666;
  text-decoration: none;
}

.faqs h4 .collapsed:hover:before {
  background: #fff;
  color: #ff5e14;
}

/*************************************************
		Footer css
*************************************************/

.footer-wrap {
  background: #0d2774;
  padding: 50px 0;
}

.footer-wrap p {
  padding-top: 15px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.footer-wrap .readbtn a:hover {
  background: #fff;
  color: #000;
}

.footer-wrap h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 35px;
  position: relative;
}

.footer-wrap h3:before {
  content: "";
  background: #fff;
  height: 2px;
  width: 34px;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.footer-links {
  list-style: none;
  margin-bottom: 0;
}

.footer-links li {
  line-height: 34px;
}

.footer-links li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.mobile a:hover,
.footerEmail a:hover,
.siteLink a:hover,
.footer-links li a:hover {
  color: #ff5e14;
}

.footer-links li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  padding-right: 10px;
  color: #fff;
}

.footer-wrap .readmore a {
  padding: 10px 24px;
  font-size: 16px;
  letter-spacing: 0.5px;
  background: #f55c15;
  color: #fff;
}

.footerInfo,
.footerMobile,
.footerTele {
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 36px;
  line-height: 30px;
  margin-bottom: 10px;
}

.footerInfo:before,
.footerMobile:before,
.footerTele:before {
  content: "\f277";
  font-family: "FontAwesome";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 24px;
}

.footerMobile:before {
  content: "\f10b";
  font-size: 34px;
  left: 6px;
}

.footerTele:before {
  content: "\f095";
  left: 6px;
}

.footerInfo a {
  font-size: 14px;
  color: #b3b3b3;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
}

.info i {
  padding-right: 8px;
  color: #b3b3b3;
}

.mobile a {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

/* .mobile:before {
    content: "\f10b";
    font-size: 30px;
    top: 0;
    left: 5px;
} */

.footerEmail a,
.footerMobile a,
.footerTele a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.footerEmail:before {
  content: "\f0e0";
  font-size: 18px;
  top: 0;
  left: 5px;
}

.siteLink {
  margin-bottom: 0;
}

.siteLink a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.siteLink:before {
  content: "\f0ac";
  font-size: 18px;
  top: 0;
  left: 5px;
}

.footer-wrap .social-media {
  text-align: left;
}

.social-media {
  text-align: right;
}

.social-media span {
  font-size: 14px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin-right: 15px;
  padding-top: 5px;
}

.social-media ul {
  margin: 0;
  display: inline-block;
}

.social-media ul li {
  display: inline-block;
  padding-right: 4px;
}

.social-media ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
}

.social-media ul li:nth-child(1) a:hover {
  background: #3b5999;
  color: #fff;
}

.social-media ul li:nth-child(2) a:hover {
  background: #55acef;
  color: #fff;
}

.social-media ul li:nth-child(3) a:hover {
  background: #007bb6;
  color: #fff;
}

.social-media ul li:nth-child(4) a:hover {
  background: #cf2200;
  color: #fff;
}

/*************************************************
		Copyright css
*************************************************/

.copyright-wrap {
  padding: 14px 0;
}

.copyright {
  font-size: 14px;
  color: #5a5a5a;
  text-align: center;
}

.innerHeading-wrap {
  background: url(../images/innerHeading-bg.jpg) no-repeat top;
  padding: 70px 0 40px 0;
  text-align: center;
  min-height: 350px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.h-orange {
  background: url(../images/h-orange.jpg) no-repeat top;
}

.h-blue {
  background: url(../images/h-blue.jpg) no-repeat top;
}

.about-bg-img {
  /* background: url(../images/about-us-bg-image.jpg) no-repeat top left; */
  background: url(../images/about-head-5.jpg) no-repeat top center;
  min-height: 500px;
}

.innerHeading-wrap h1 {
  color: #fff;
  font-weight: bold;
}

.innerContent-wrap {
  padding: 60px 0;
}

.innerContent-wrap .about-wrap {
  padding: 0;
  background: none;
}

/*photoviewer*/

.photoviewer-modal {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
}

.photoviewer-header .photoviewer-toolbar {
  background-color: rgba(0, 0, 0, 0.5);
}

.photoviewer-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  border: none;
}

.photoviewer-footer .photoviewer-toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.photoviewer-header,
.photoviewer-footer {
  border-radius: 0;
  pointer-events: none;
}

.photoviewer-title {
  color: #ccc;
}

.photoviewer-button {
  color: #ccc;
  pointer-events: auto;
}

.photoviewer-header .photoviewer-button:hover,
.photoviewer-footer .photoviewer-button:hover {
  color: white;
}

/*********************************************
	 404 page
**********************************************/

.four-zero-page {
  text-align: center;
  padding: 0 0 50px 0;
}

.four-zero-page h2 {
  font-size: 300px;
  color: #ff5e14;
  font-weight: 800;
}

.four-zero-page h3 {
  color: #ff5e14;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 10px;
}

.four-zero-page p {
  letter-spacing: 2px;
  padding: 0 250px;
}

.four-zero-page .readmore {
  margin-top: 30px;
}

.image_hover a {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 26px;
  color: #fff;
  transform: translate(-50%, -50%) scale(0.5);
  transition: 0.5s linear;
  opacity: 0;
  transition-delay: 0.4s;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background: #0098b1;
  border-radius: 50%;
}

.projectImg:hover .image_hover a {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition-delay: 0s;
}

.image_hover:before {
  position: absolute;
  content: "";
  background: #222;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scale(1, 0);
  transition: all 0.5s linear;
}

.projectImg:hover .image_hover:before {
  transform: scale(1, 1);
  opacity: 0.1;
}

.projectImg {
  margin: 15px 0;
}

.delImg img {
  width: 100%;
}

.projectImg img {
  width: 100%;
  transition: all 8s cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 0.2s;
  display: block;
  transform: scale(1.05);
}

.projectImg:hover img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.projectImg {
  position: relative;
  overflow: hidden;
}

.logo img,
.footer-logo img {
  width: 409px;
  height: 75px;
  object-fit: contain;
}

.tp-banner ul li .slotholder:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.5;
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slotholder {
  position: relative;
}

.slotholder div {
  z-index: 0;
}

.set-scroll {
  max-height: 450px;
  overflow-y: scroll;
}

.partners-wrap {
  padding: 50px 0;
}

.partners {
  text-align: center;
}

.partners img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  /* filter: grayscale(100%); */
  transition: all 0.3s;
  cursor: pointer;
}

.partners img:hover {
  filter: grayscale(0%);
}

.owl-dots,
.owl-nav {
  display: none;
}

/* new header css starts here */

.navbar {
  padding: 0;
}

.custom-overlay {
  /* background-color: #0000009c; */
  background-color: #00000050;
  position: absolute;
  width: 105%;
  height: 105%;
  top: -5px;
  left: -5px;
  z-index: 2;
  filter: drop-shadow(2px 4px 0px #00000050);
}

.custom-overlay-2 {
  background-color: #00000040;
  filter: drop-shadow(2px 4px 0px #00000040);
}

.max25 {
  max-width: 25px;
  min-height: unset !important;
  max-height: 25px !important;
}

.mobile {
  display: none;
}

.mobile1 {
  display: none;
}

header {
  position: fixed;
  padding: 25px 0 10px;
  z-index: 1001;
  width: 100%;
  transition: 0.4s;
}

.stick-top {
  padding: 0;
  transition: 0.4s;
  background: #0d2774 !important;
}

header .logo img {
  width: 70px;
}

header .logo h5 {
  display: inline-block;
  color: #fff;
  font-weight: bolder;
  font-size: 18px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 50%;
}

.new-pg {
  display: none;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(255, 255, 255);
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin: 15px !important;
  padding: 0;
  font-size: 14px;
  color: #fff;
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #f2323a;
  opacity: 0;
  transform: scaleX(1);
}

.navbar-expand-lg .navbar-nav .nav-link:hover::before {
  opacity: 0;
  animation-name: hoverAnimationB;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
  /* font-family: Comfortaa; */
}

.left0 {
  left: 0 !important;
}

/* .navbar-expand-lg .navbar-nav .dropdown-menu {
    left: 60%;
} */

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border-radius: 0;
  padding: 0;
  min-width: 200px;
  border-top: 3px solid #f2323a;
  transition: 0.2s;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  animation-duration: 0.2s;
  background-color: #0d2774 !important;
}

.dropdown-menu {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  animation-duration: 0.2s;
}

.dropdown-menu .dropdown-item {
  padding: 10px 10px;
  transition: 0.4s;
  font-size: 13px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background: #f2323a;
  transition: 0.4s;
}

@keyframes hoverAnimationA {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
  }
  20% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
  }
  50% {
    transform: scaleX(0);
    transform-origin: 100% 0%;
  }
  51% {
    transform: scaleX(0);
    transform-origin: 0% 0%;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
  }
}

@keyframes hoverAnimationB {
  0% {
    opacity: 0;
    transform: scaleX(1);
    transform-origin: 100% 0%;
  }
  20% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 100% 0%;
  }
  50% {
    opacity: 1;
    transform: scaleX(0);
    transform-origin: 100% 0%;
  }
  51% {
    opacity: 1;
    transform: scaleX(0);
    transform-origin: 0% 0%;
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 0% 0%;
  }
}

@keyframes progress {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes progress_slide {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.float-text {
  position: absolute;
  z-index: 99;
  color: #fff;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  /* left: 10%; */
  /* width: 42%; */
}

/*.custom {
    position: relative;
    float: none;
    width: auto;
    margin-right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: none !important;
    -webkit-transition: none !important;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 1.3s;
    display: none;
  }*/

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.small-b {
  display: none;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel .carousel-item img {
  width: 100%;
  max-height: 700px;
  min-height: 300px;
  object-fit: cover;
}

.stats-mobile {
  display: none;
}

.carousel-caption {
  right: 10%;
  left: 10%;
  bottom: 0%;
}

.carousel-caption .flt-cont {
  text-align: left;
}

.carousel-caption .flt-cont h2,
.stats-mobile h2 {
  font-size: 32px;
  margin-bottom: 0;
}

.carousel-caption .flt-cont h5,
.stats-mobile h5 {
  font-size: 14px;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

@keyframes dropdown {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.carousel-caption .flt-cont h5::after,
.stats-mobile h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ff5e14;
  height: 1px;
  width: 100%;
  animation: dropdown 5s ease-in-out infinite;
  overflow-x: hidden;
}

.botn {
  text-align: center;
}

.float-text h3 {
  /* font-size: 34px; */
  font-size: 80px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 80px;
  /* line-height: 45px; */
}

.font-weight-normal {
  font-weight: 500;
}

.float-text p {
  color: #cdcdcd;
  font-size: 16px;
}

.float-text a span {
  margin-left: 20px;
}

.carousel-height {
  height: 626px;
  overflow: hidden;
}

/*********************************************
		Media Screen Css
*********************************************/

@media screen and (max-width: 1200px) {
  .carousel-caption {
    bottom: 0%;
  }
  .float-text h3 {
    font-size: 28px;
  }
  .headphone img {
    width: 30px;
  }
  .headphone a {
    font-size: 20px !important;
  }
  .headphone a {
    font-size: 20px !important;
  }
  .banner-wrap .slider-heading {
    font-size: 64px;
  }
  .banner-wrap p {
    font-size: 36px;
  }
  .call-wrap .get-start a {
    padding: 11px 20px;
  }
  .call-details li {
    padding: 0 20px;
  }
  .call-info a {
    font-size: 22px;
  }
  .headInfo li {
    padding: 0 28px;
  }
  .slidertext1,
  .slidertext2,
  .slidertext3,
  .slidertext4 {
    margin-left: 60px !important;
  }
  .single-service-item h3 {
    line-height: 22px;
    min-height: inherit;
  }
  .single-service-item h3 a {
    font-size: 18px;
  }
  .news-block-one .post-meta li a {
    font-size: 14px;
  }
  .news-block-one .lower-content {
    padding: 50px 40px 35px 40px;
  }
  .news-block-one .post-meta li {
    padding-right: 10px;
    margin-right: 10px;
  }
  .news-block-one h3 {
    font-size: 20px;
    min-height: 72px;
  }
}

@media screen and (max-width: 990px) {
  .headphone a {
    margin: 0;
  }
  .navbar-light .navbar-toggler {
    background: #fff;
    margin-right: 10px !important;
  }
  .logo {
    text-align: center;
    /* margin-bottom: 15px; */
  }
  .contact-btn {
    margin-bottom: 40px;
  }
  .inner-content .map {
    margin-top: 30px;
  }
  .banner-wrap .slider-heading {
    line-height: 70px;
    font-size: 46px;
  }
  .banner-wrap p {
    font-size: 20px;
    line-height: 36px;
  }
  .get-start {
    margin-top: 30px;
  }
  .banner-wrap {
    padding: 70px 0;
  }
  .down-arrow {
    margin-top: 50px;
  }
  .whatWe-wrap ul li {
    margin-bottom: 30px;
  }
  .aboutImg {
    text-align: center;
  }
  .get-wrap {
    max-width: inherit;
  }
  .call-details li {
    padding: 0 25px;
  }
  .callWrp {
    text-align: center;
  }
  .call-wrap p {
    margin-left: 0;
  }
  .headInfo li {
    padding: 0 18px;
  }
  .phone a {
    font-size: 18px;
  }
  .conInfo a {
    font-size: 15px;
  }
  .title p,
  .get-wrap p {
    padding: 0;
  }
  .team-block .inner-box {
    margin: 15px auto;
    max-width: 500px;
  }
  .team-section .title p {
    margin-bottom: 0;
  }
  .news-block-one h3 {
    min-height: inherit;
    margin-bottom: 5px;
  }
  .footer-wrap .readbtn {
    margin-bottom: 30px;
  }
  .slidertext3 {
    line-height: 16px !important;
  }
  .dropdown:hover {
    background: #000;
    color: #fff !important;
  }
  .four-zero-page p {
    letter-spacing: 1px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .get-wrap p {
    font-size: 16px;
  }
  .call-details li:before {
    display: none;
  }
  .call-details li {
    margin-top: 10px;
  }
  .banner-wrap .slider-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .banner-wrap p {
    font-size: 16px;
    margin-top: 0;
  }
  .whatWe-wrap {
    padding: 60px 0px;
  }
  .social-media,
  .topbar-wrap,
  .headInfo {
    text-align: center;
  }
  .social-media {
    margin-top: 15px;
  }
  .slidertext3 {
    line-height: 16px !important;
  }
  .aboutImg {
    text-align: center;
    margin-top: 30px;
  }
  .slidertext3 {
    line-height: 15px !important;
  }
  .credits,
  .copyright-wrap {
    text-align: center;
  }
  .four-zero-page h2 {
    font-size: 236px;
  }
  .about_right {
    padding: 30px 15px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .banner-wrap .slider-heading {
    font-size: 28px;
    line-height: 30px;
  }
  .banner-wrap p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  .about-wrap {
    background: none;
  }
  .about-wrap .title,
  .about-wrap .title p {
    text-align: center;
  }
  .about-wrap .title h1:before {
    margin-left: -20px;
    left: 50%;
  }
  .border-radius-10 {
    border-radius: 30px 30px;
  }
  .get-start a {
    padding: 12px 28px;
    font-size: 18px;
  }
  .title h1 {
    font-size: 34px;
  }
  .call-wrap .get-start a {
    font-size: 14px;
    padding: 11px 13px;
  }
  .call-wrap p {
    font-size: 16px;
  }
  .call-info img {
    margin: 0;
  }
  .call-info span {
    display: block;
  }
  .call-details li {
    padding: 0;
  }
  .social-media,
  .headInfo {
    display: none;
  }
  .slidertext3 {
    line-height: 10px !important;
  }
  .slidertext1 {
    font-size: 56px;
  }
  .slidertext2 {
    font-size: 30px;
  }
  .slidertext3 {
    line-height: 6px !important;
  }
  .four-zero-page h2 {
    font-size: 140px;
  }
  .four-zero-page h3 {
    font-size: 18px;
  }
  .innerHeading-wrap h1 {
    font-size: 26px;
  }
  .display-flex {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 320px) {
  .news-block-one .post-meta li a {
    font-size: 12px;
  }
}

.product_dec ul {
  padding-left: 15px;
}

.product_dec ul li {
  list-style: disc;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  display: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.show {
  display: block;
}

@media only screen and (min-width: 300px) and (max-width: 599px) {
  .stats-mobile {
    display: block;
  }
  .about-wrap {
    padding-top: 0px;
  }
  .stats-mobile {
    margin-bottom: 1rem !important;
  }
  /* .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: 0%;
        top: 100%;
    } */
  .readbtn a,
  .readbtn button {
    padding: 10px 15px;
  }
  .logo.mobile img {
    width: 50px;
    display: inline-block;
    height: auto;
  }
  .logo.mobile h5 {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
  }
  .logo.mobile a {
    color: #fff;
    text-decoration: none !important;
  }
  .desktop {
    display: none;
  }
  .desktop1 {
    display: none;
  }
  .mobile {
    display: inline-block;
    background: transparent;
  }
  .mobile1 {
    display: block;
    background: transparent;
  }
  .mobile1 .card:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  .mobile1 .card .card-body {
    padding: 10px;
  }
  .mobile1 .card {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .mobile1 .under-line-button {
    margin-bottom: 0;
  }
  .card .card-header {
    border: none;
    background: transparent;
    position: relative;
  }
  .card .card-header::after {
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 16px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mobile1 .card button {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin: 0;
    color: #000;
    width: 100%;
    text-decoration: none;
    padding: 0;
  }
  .logo-slider .slick-prev,
  .logo-slider .slick-next {
    display: none !important;
  }
  .footer .footer_section .social_link ul li {
    margin: 0 10px;
  }
  /*navbar*/
  button:focus {
    outline: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    margin: 0 !important;
    padding: 20px 22px;
  }
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
  }
  .navbar-expand-lg .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #999;
    margin: 0;
    bottom: 0;
    opacity: 1;
  }
  /* .navbar-expand-lg .navbar-nav .nav-link:hover {
      color: #000;
    } */
  /* .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
      color: #000;
    } */
  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -300px;
    width: 300px;
    padding-right: 1rem;
    padding-left: 1rem;
    /* overflow-y: auto; */
    visibility: hidden;
    background-color: #0d2774;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: left, visibility;
    min-height: 100vh;
    overflow-y: scroll;
  }
  .offcanvas-collapse {
    align-items: start;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border-right: 5px solid rgba(0, 0, 0, 0.2);
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }
  .nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .nav-underline .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    color: #6c757d;
  }
  .nav-underline .nav-link:hover {
    color: #007bff;
  }
  .nav-underline .active {
    font-weight: 500;
    color: #343a40;
  }
  .navbar {
    padding: 15px 10px;
  }
  .navbar-dark .navbar-toggler {
    float: right;
    border-color: transparent;
  }
  .stick-top {
    transition: 0.4s;
  }
  .cstmbtn {
    transition: 0.4s;
  }
  .stick-top .cstmbtn {
    margin-top: 12px;
    transition: 0.4s;
  }
  /*/navbar*/
  .small-b {
    display: block;
  }
  .big-b {
    display: none;
  }
  .res-non {
    display: none;
  }
  .res-blk {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 15px 0 15px;
  }
  .cstmbtn span {
    display: block;
    height: 1px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
  }
  .cstmbtn span:last-child {
    width: 24px;
    margin-bottom: 0;
  }
  .float-text {
    top: 25%;
    left: 10%;
    width: 80%;
    right: 15%;
    text-align: center;
  }
  .float-text h3 {
    font-family: Alegreya;
    font-size: 22px;
    font-weight: 900;
    line-height: 24px;
  }
  .carousel-caption .flt-cont {
    color: #000;
    padding: 0px 10px 0 20px;
    margin-bottom: 20px;
  }
  .carousel-caption .flt-cont h2,
  .stats-mobile h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .carousel-caption .flt-cont h5,
  .stats-mobile h5 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .carousel-caption .flt-cont h5::after {
    background: #f2323a;
  }
}

.dropdown-toggle2::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

@media only screen and (min-width: 768px) {
  .navbar .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }
  .dropdown:hover > .dropdown-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-caption {
    bottom: 0%;
  }
  .float-text {
    top: 30%;
    left: 6%;
  }
  .float-text h3 {
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 28px;
  }
  .float-text a {
    font-size: 12px;
  }
  .float-text a span {
    margin-left: 10px;
    font-size: 10px;
  }
  .carousel-caption .flt-cont h2,
  .stats-mobile h2 {
    font-size: 20px;
  }
  .carousel-caption .flt-cont h5,
  .stats-mobile h5 {
    margin-bottom: 5px;
    padding-bottom: 10px;
  }
  header {
    padding: 20px 0 10px;
  }
  header .logo h5 {
    display: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 15px 10px !important;
    font-size: 11px;
  }
  .breadcrumb li {
    font-size: 10px;
  }
  .breadcrumb li a {
    font-size: 10px;
  }
  .custom-heading img {
    width: 35px;
  }
  .custom-heading h3 {
    font-size: 16px;
  }
}

.modal .close {
  position: absolute;
  z-index: 1;
  right: 10px !important;
  top: 10px !important;
  height: 2rem;
  width: 2rem;
  background: var(--secondry);
  border-radius: 50%;
  font-size: 1.8rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.modal-content {
  border: none;
}

.close span {
  line-height: 0;
  margin-top: -4px;
}

.bg-main {
  background: #0d2774;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-main img {
  max-width: 200px;
}

.modal-title h1 {
  font-size: 25px;
}

.modal .close span {
  /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E"); */
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  text-shadow: none;
  background-position: center;
}

.btn-cta {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 7px 0 0 7px;
}

.freeSample-floating a {
  position: fixed;
  right: 20px;
  bottom: 90px;
  background: #ff5e14;
  width: 55px;
  height: 55px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}

.freeSample-floating a:hover {
  text-decoration: none;
  width: 65px;
  height: 65px;
  font-size: 13px;
  transition: 0.3s ease;
}

.whatsapp-floating a {
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 30px;
  background: #075e54;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  padding: 5px 15px;
  border-radius: 50%;
}

.nd-shadow {
  box-shadow: 0px 1px 10px 2px #eee !important;
}

.bg-blue {
  background: #0d2774;
}

.address-data,
.address-data a,
.address-data p {
  color: #fff;
  font-size: 20px;
}

.address-data a {
  text-decoration: none;
}

.certificate-box {
  text-align: center;
}

.certificate-box p {
  font-size: 20px;
  font-weight: 600;
}
