/*
  Theme Name: Alochona - Business Consulting & Finance WordPress Theme
  Description: Business Consulting & Finance WordPress Theme
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider-area
4. experience-area
5. featured-area
6. our-recent-area
7. counter-area
8. services-area
9. we-are-area
10. business-area
11. request-area
12. clients-area
13. brand-area
14. footer
15. choose-area
16. testimonial
17. project-area
18. financial-area
19. progress-area
20. case-study-area
21. join-area
22. question-area
23. request-fomr-area
24. team-area
25. blog
26. build-area
27. news-area
28. pricing-area
29. contact
*/

/* 1. Theme default css */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #777;
  line-height: 1.6;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

img {
  height: auto;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

button {
  cursor: pointer;
}

a:focus,
a:hover {
  color: #fbba42;
  text-decoration: none;
}

a,
button {
  color: #444;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #002e5b;
  margin-top: 0px;
  font-style: normal;
  font-weight: 600;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #777777;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.theme-overlay {
  position: relative;
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

/* button style */

.btn {
  -moz-user-select: none;
  background: #fbba42 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #002e5b;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  padding: 17px 32px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:hover {
  background: #002e5b;
  color: #fff;
}

.btn.red-btn {
  background: #cb1011;
  color: #fff;
}

.btn.red-btn:hover {
  background: #444;
}

.btn.white-btn {
  background: #fff;
  color: #444;
}

.btn.white-btn:hover {
  background: #444;
}

.btn.btn-border {
  background: transparent;
  border: 1px solid #2f3440;
  color: #2f3440;
}

.btn.btn-black {
  background: #2f3440;
  color: #fff;
}

.breadcrumb > .active {
  color: #888;
}

.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel .owl-nav div:hover {
  background: #2b96cc;
  color: #fff;
}

/* scrollUp */
#scrollUp {
  background: #fbba42;
  height: 50px;
  width: 50px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 46px;
}

#scrollUp:hover {
  background: #444;
}

/* 2. header */
.box-wrapper {
  padding: 50px 50px 0 50px;
}

.inner-padding {
  position: relative;
}

.header-top-area {
  padding-bottom: 8px;
  padding-top: 8px;
}

.h-info-pad {
  padding-left: 130px;
}

.header-wrapper li {
  display: inline-block;
  margin-right: 55px;
  position: relative;
}

.header-wrapper li:last-child {
  margin-right: 0;
}

.header-wrapper li::before {
  background: #225486 none repeat scroll 0 0;
  content: "";
  height: 16px;
  position: absolute;
  right: -30px;
  top: 5px;
  width: 1px;
}

.header-wrapper li:last-child::before {
  display: none;
}

.header-icon {
  float: left;
  margin-right: 8px;
}

.header-icon i {
  color: #fbba42;
  font-size: 13px;
}

.header-text {
  float: right;
}

.header-text a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.headers-icon {
  float: right;
}

.headers-icon li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}

.headers-icon li:last-child {
  margin-right: 0;
}

.headers-icon li::before {
  background: #225486 none repeat scroll 0 0;
  content: "";
  height: 16px;
  position: absolute;
  right: -20px;
  top: 6px;
  width: 1px;
}

.headers-icon li:last-child:before {
  display: none;
}

.headers-icon li a {
  color: #fbba42;
  font-size: 13px;
}

.logo2 {
  margin-top: 4px;
}

.header-middle .logo {
  margin-top: 4px;
}

.header-4 .main-menu {
  float: none;
}

.header-3 .main-menu {
  float: none;
}

.main-menu {
  float: right;
}

.main-menu ul {
  margin: 0;
}

.main-menu ul li a {
  color: #444444;
  display: inline-block;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  padding: 34px 0;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.main-menu ul li {
  display: inline-block;
  margin-right: 32px;
  position: relative;
}

.main-menu ul li:last-child {
  margin-right: 0;
}

.main-menu ul li:hover > a,
.main-menu ul li.active > a {
  color: #002e5b;
}

.main-menu ul li ul.submenu {
  border-top: 3px solid #fbba42;
  background: #171a21 none repeat scroll 0 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 110%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  min-width: 235px;
  z-index: 9;
}

.main-menu ul li:hover > ul.submenu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-menu ul li.menu-last > ul.submenu li ul.submenu {
  opacity: 0;
  top: 0;
  visibility: hidden;
  left: auto;
  right: 100%;
}

.main-menu ul li.menu-last > ul.submenu {
  left: auto;
  right: 0;
}

.main-menu ul li.menu-last > ul.submenu li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
}

.main-menu ul li ul.submenu li {
  border-bottom: 2px solid #1e2128;
  display: block;
  margin: 0;
}

.main-menu ul li ul.submenu li:last-child {
  border: 0 none;
}

.main-menu ul li ul.submenu li a {
  color: #ddd;
  display: block;
  padding: 10px 20px;
  text-align: left;
  font-weight: 500;
}

.main-menu ul li ul.submenu li:hover > a {
  color: #fbba42;
}

.main-menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
}

.header-button {
  float: right;
  margin-left: 40px;
  margin-top: 23px;
}

.header-button .btn i {
  padding-left: 5px;
}

.header-button .btn:hover {
  color: #fff;
  background: #002e5b;
}

/* transparent-header */
.transparent-header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
}

.header-social a {
  color: #ffffff;
  font-size: 14px;
  margin-left: 20px;
}

.header-social a:hover {
  color: #fbba42;
}

.transparent-header .main-menu ul li a {
  color: #fff;
}

.transparent-header .main-menu ul li:hover > a {
  color: #fbba42;
}

.transparent-header .main-menu ul li ul.submenu {
  border-top: 3px solid #fbba42;
}

.transparent-header .main-menu ul li ul.submenu li:hover > a {
  color: #fbba42;
}

/* red-header */
.red-header .main-menu ul li:hover > a {
  color: #cb1011;
}

.red-header .main-menu ul li ul.submenu {
  border-top: 3px solid #cb1011;
}

.red-header .main-menu ul li ul.submenu li:hover > a {
  color: #cb1011;
}

/* header 5 */
.header-under {
  margin-bottom: -100px;
  z-index: 999;
  position: relative;
}

.header-info .footers-icon a {
  color: #002e5b;
  height: 40px;
  width: 40px;
  background: #fbba42;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

.header-info .footer-icon-text h4 {
  color: #002e5b;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.header-info .footer-icon-text span {
  color: #444444;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
}

.overlay-menu {
  background-color: rgba(0, 46, 91, 0.6);
  padding: 0 40px;
}

.overlay-menu .main-menu ul li a {
  color: #fff;
  padding: 39px 0;
}

.overlay-menu .header-button {
  margin-top: 27px;
}

/* header-white */
.header-white {
  border-bottom: 1px solid #e8e8e8;
}

.header-white .header-text a {
  color: #777777;
}

.header-white .header-wrapper li::before {
  background: #d4d4d4;
}

.header-white .headers-icon li::before {
  display: none;
}

.header-white .headers-icon li {
  margin-right: 20px;
}

.header-white .headers-icon li a:hover {
  color: #002e5b;
}

.header-white .headers-icon li:last-child {
  margin-right: 0;
}

/* 3. slider-area */
.slider-area {
  clear: both;
}

.slider-wrapper {
  background-position: center top;
  background-size: cover;
}

.slider-content h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
  margin-bottom: 25px;
}

.slider-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  padding-right: 45%;
}

.slider-button {
  margin-top: 40px;
}

.slider-button .btn:hover {
  color: #fff;
  background: #002e5b;
}

.slider-button .btn i {
  margin-left: 5px;
}

.height-full {
  min-height: 950px;
}

.height-800 {
  min-height: 800px;
}

/* slider large text */
.slider-content.large-text h1 {
  font-size: 90px;
  line-height: 1.2;
}

.slider-content.large-text p {
  padding: 0;
}

/* slider-box */
.slider-box {
  background-color: rgba(0, 0, 0, 0.26);
  border-left: 5px solid #fbba42;
  padding: 50px 45px;
  display: inline-block;
  margin-right: 210px;
}

.slider-box p {
  padding-right: 0;
}

.slider-content.slider-box h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 25px;
}

/* slider yellow */
.slider-content.slide-text-black h1 {
  color: #2f3440;
}

.slider-content.slide-text-black p {
  color: #2f3440;
}

/* 4. experience-area */

.experience-text h2 {
  color: #002e5b;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}

.experience2 .experience-text h2 {
  color: #444444;
}

.experience-button .btn {
  color: #fff;
  background: #002e5b;
  transition: 0.3s;
}

.experience-button .btn:hover {
  color: #fbba42;
}

.experience-button .btn i {
  margin-left: 5px;
}

.experience2 .experience-button .btn {
  background: #444444;
}

/* 5. featured-area */

.section-title h1 {
  color: #002e5b;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 15px;
}

.section2-title h1 {
  color: #273248;
}

.section3-title h1 {
  color: #444444;
}

.section-title p {
  font-weight: 400;
  margin: auto;
  max-width: 740px;
}

.featured-wrapper {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 40px;
  transition: 0.3s;
  position: relative;
}

.featured-wrapper::before,
.featured-wrapper::after {
  content: "";
  background: #002e5b;
  height: 4px;
  width: 100%;
  transition: 0.3s;
  bottom: 0;
  left: 0;
  position: absolute;
}

.featured-wrapper:after {
  width: 0;
  background: #fbba42;
}

.featured-wrapper:hover:after {
  width: 100%;
}

.featured-img img {
  width: 100%;
}

.featured-text {
  margin-top: -22px;
}

.featured-text h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 22px;
}

.featured-text h4 a {
  color: #002e5b;
}

.featured-text p {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 0;
}

.featured-tag span {
  background: #fbba42 none repeat scroll 0 0;
  border-radius: 100%;
  color: #002e5b;
  display: inline-block;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

/* 6. our-recent-area */
.our-recent-area {
  background-size: cover;
  background-position: center center;
}

.our-recent-text span {
  color: #fff;
  font-size: 36px;
  margin-bottom: 3px;
  display: inline-block;
}

.our-recent-text h1 {
  font-weight: 800;
  color: #fff;
  font-size: 48px;
  margin-bottom: 40px;
}

.our-recent-text p {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
  padding: 0 76px;
  font-weight: 600;
}

.text-black .our-recent-text span {
  color: #2f3440;
}

.text-black .our-recent-text h1 {
  color: #2f3440;
}

.text-black .our-recent-text p {
  color: #2f3440;
}

/* 7. counter-area */
.counter-area {
  margin-top: -210px;
  z-index: 9999;
  position: relative;
  margin-bottom: -90px;
}

.counter2-area {
  background-size: cover;
  background-position: center center;
}

.counter-bg {
  box-shadow: 0px 10px 30px 0px rgba(62, 62, 62, 0.1);
  border-radius: 10px;
  background: #fff;
}

.counter-text h1 {
  font-size: 36px;
  font-weight: 800;
  color: #002e5b;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 12px;
}

.counter-text h1:before {
  position: absolute;
  height: 4px;
  width: 40px;
  background: #fbba42;
  bottom: 0;
  text-align: center;
  content: "";
  margin: auto;
  left: 0;
  right: 0;
}

.counter1-text h1 {
  color: #fff;
  position: relative;
}

.counter1-text h1:before {
  position: absolute;
  height: 2px;
  width: 40px;
  background: #fbba42;
  bottom: 0;
  text-align: center;
  content: "";
  margin: auto;
  left: 0;
  right: 0;
}

.counter3-text h1 {
  color: #444444;
  position: relative;
}

.counter3-text h1:before {
  position: absolute;
  height: 2px;
  width: 40px;
  background: #cb1011;
  bottom: 0;
  text-align: center;
  content: "";
  margin: auto;
  left: 0;
  right: 0;
}

.counter-text span {
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 600;
}

.counter1-text span {
  color: #fff;
}

/* 8. services-area */

.services-wrapper {
  background: #fff;
  transition: 0.3s;
  padding: 58px 38px 65px 38px;
}

.single-service {
  padding: 0 38px 0 38px;
}

.services-wrapper:hover {
  box-shadow: 0px 5px 30px 0px rgba(172, 172, 172, 0.3);
}

.single-service:hover {
  box-shadow: none;
}

.services-img {
  margin-bottom: 35px;
}

.services-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #002e5b;
  margin-bottom: 20px;
}

.services-text p {
  margin-bottom: 0;
}

.services-2-img {
  float: left;
  margin-right: 23px;
}

.services-2-text {
  overflow: hidden;
}

.services-2-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #444444;
  margin-bottom: 9px;
}

.services-2-text p {
  padding-right: 10px;
}

/* our-service-area */

.our-service-img {
  margin-bottom: 42px;
}

.our-service-img img {
  width: 100%;
}

.our-service-text h3 {
  color: #444444;
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 15px;
}

.our-service-text p {
  margin-bottom: 0;
}

/* our-service2-area */

.our-service2-img img {
  width: 100%;
}

.our-service2-text span {
  color: #fbba42;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 26px;
  display: inline-block;
  line-height: 26px;
}

.our-service2-text h4 {
  color: #002e5b;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 14px;
}

.our-service2-text p {
  margin-bottom: 0;
}

/* 9. we-are-area */
.we-are-area {
  background-position: right 7% bottom;
  background-repeat: no-repeat;
}

.we-area-wrapper {
  margin-bottom: 62px;
}

.we-area-text h1 {
  font-weight: 800;
  font-size: 48px;
  color: #002e5b;
  margin-bottom: 17px;
}

.we-area-text span {
  font-size: 22px;
  font-family: Montserrat;
  color: #444444;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 21px;
  display: inline-block;
}

.we-area-text p {
  margin-bottom: 0;
}

.circular-progress {
  position: relative;
  display: inline-block;
  text-align: center;
}

.circular-progress canvas {
  height: 150px;
  width: 150px;
}

.circular-progress span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -48px;
  margin-left: -33px;
  text-align: center;
  line-height: 95px;
  color: #002e5b;
  font-size: 30px;
  font-weight: 700;
  font-family: Montserrat;
}

.progress-content {
  margin-top: 15px;
}

.progress-content h4 {
  color: #002e5b;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

/* 10. business-area */
.business-area {
  background-size: cover;
  background-position: center center;
}

.business-text p {
  font-size: 36px;
  color: #fff;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 0;
  padding: 0 77px;
}

.text-black .business-text p {
  color: #2f3440;
}

.business-text span {
  color: #d6d6d6;
  font-size: 16px;
  display: inline-block;
  position: relative;
  margin-top: 14px;
}

.text-black .business-text span {
  color: #2f3440;
}

.text-black .business-text span::before {
  background: #2f3440;
}

.business-text span::before {
  position: absolute;
  height: 2px;
  width: 30px;
  background: #fff;
  content: "";
  left: -48px;
  top: 13px;
}

/* 11. request-area */
.request-area {
  background-size: cover;
  background-position: center center;
}

.request-text {
  margin-bottom: 40px;
}

.request-text h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 7px;
}

.request2-wrapper .request-text h1 {
  color: #002e5b;
}

.request-text p {
  font-size: 16px;
  color: #eeeeee;
  line-height: 32px;
  margin-bottom: 0;
}

.request2-wrapper .request-text p {
  color: #002e5b;
}

.discuss {
  font-weight: 700;
  font-size: 16px;
  color: #eeeeee;
  display: inline-block;
  font-family: Montserrat;
  margin-bottom: 14px;
}

.requests-wrapper {
  padding: 110px 200px 120px;
}

.request2-wrapper .discuss {
  color: #002e5b;
}

#request-form input {
  border: 1px solid #ebebeb;
  color: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding-left: 20px;
  text-transform: capitalize;
  width: 100%;
  background: none;
  transition: 0.3s;
}

.requests-wrapper #request-form input {
  border: 1px solid #3e3e3e;
}

.request2-wrapper #request-form input {
  border: 1px solid #ebd10c;
}

#request-form input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  opacity: 1;
}

#request-form input::placeholder {
  color: #fff;
  font-size: 14px;
  opacity: 1;
}

.requests-wrapper #request-form input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  opacity: 1;
}

.requests-wrapper #request-form input::placeholder {
  color: #b3b3b3;
  font-size: 14px;
  opacity: 1;
}

.request2-wrapper #request-form input::-moz-placeholder {
  color: #002e5b;
  font-size: 14px;
  opacity: 1;
}

.request2-wrapper #request-form input::placeholder {
  color: #002e5b;
  font-size: 14px;
  opacity: 1;
}

#request-form input:hover {
  border-color: #fbba42;
}

.requests-wrapper #request-form input:hover {
  border-color: #fbba42;
}

.request2-wrapper #request-form input:hover {
  border-color: #002e5b;
}

.requests-wrapper #request-form .btn {
  padding: 17px 45px;
  border-radius: inherit;
  letter-spacing: 1px;
  transition: 0.3s;
  color: #444444;
  background: #fff;
  transition: 0.3s;
}

#request-form input.btn {
  padding: 17px 65px;
  border-radius: inherit;
  letter-spacing: 1px;
  transition: 0.3s;
  width: auto;
  background: #fbba42;
  border: 0;
  color: #444;
  font-weight: 700;
  text-transform: uppercase;
}

.requests-wrapper #request-form .btn:hover {
  background: #fbba42;
  color: #444;
}

.request2-wrapper #request-form .btn:hover {
  background: #002e5b;
  color: #fff;
}

#request-form .btn i {
  margin-left: 5px;
}

/* 12. clients-area */

.clients-wrapper {
  border: 1px solid #e9e9e9;
  padding: 38px 34px 34px 39px;
  position: relative;
}

.clients-wrapper::before {
  top: 0;
  color: #002e5b;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 87px;
  font-weight: 700;
  margin: auto;
  opacity: 0.07;
  position: absolute;
  right: 6%;
  text-align: center;
  z-index: 999;
}

.clients-img {
  float: left;
  margin-right: 16px;
}

.clients-text {
  padding-top: 4px;
}

.clients-text h5 {
  font-weight: 700;
  color: #444444;
  font-size: 16px;
  margin-bottom: 2px;
}

.clients-text span {
  color: #a4a4a4;
  font-size: 14px;
  color: #a4a4a4;
}

.clients-wrapper p {
  margin-bottom: 0;
  margin-top: 41px;
  overflow: hidden;
}

/* 13. brand-area */
.brand-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

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

/* 14. footer */

.footer-wrapper {
  overflow: hidden;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-text {
  margin-bottom: 16px;
}

.footer-text p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
  opacity: 0.7;
}

.footer-icon {
  margin-top: 10px;
}

.footer-icon li {
  display: inline-block;
  margin-right: 13px;
}

.footer-icon li:last-child {
  margin-right: 0;
}

.footer-icon li a {
  font-size: 13px;
  color: #fff;
  transition: 0.3s;
  opacity: 0.4;
}

.footer-icon li a:hover {
  color: #fff;
  opacity: 1;
}

.footer-title {
  color: #fbba42;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer-menu {
  overflow: hidden;
  padding-right: 19px;
}

.footer-wrapper li,
.footer-widget li {
  padding-bottom: 15px;
  position: relative;
  color: #ffffffba;
}

.footer-wrapper li:last-child {
  padding-bottom: 0;
}

.footer-wrapper li a {
  color: #ffffffba;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}

.footer-wrapper li a:hover {
  color: #fff;
  opacity: 1;
}

.recent-menu li {
  margin-bottom: 10px;
}

.recent-menu li:last-child {
  margin-bottom: 0;
}

.recent-text h6 a {
  color: #ffffffba;
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 24px;
  font-weight: 500;
}

.recent-text h6 a:hover {
  opacity: 1;
}

.recent-icon {
  float: left;
  margin-right: 10px;
}

.recent-icon i {
  color: #fbba42;
  font-size: 13px;
}

.recent-info span {
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
}

.subscribe-text p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 18px;
}

#footer-form input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #1c436a;
  color: #fff;
  float: left;
  font-size: 12px;
  font-weight: 400;
  height: 45px;
  padding-left: 17px;
  width: 100%;
}

#footer-form.border-mail input {
  border: 1px solid #717171;
}

#footer-form input::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}

#footer-form input::placeholder {
  color: #fff;
  opacity: 0.5;
}

#footer-form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #fbba42;
  font-size: 15px;
  line-height: 46px;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
  width: 80px;
}

.footer-border {
  border-bottom: 1px solid #264d73;
}

.footer-wrapper select {
  width: 100%;
  height: 40px;
  border: 0;
  padding: 0 12px;
}

.footer-wrapper #wp-calendar thead th {
  padding-bottom: 6px;
  color: #fff;
  padding-top: 6px;
  text-align: center;
  border-right: 1px solid #436689;
}

.footer-wrapper #wp-calendar #next a,
.footer-wrapper #wp-calendar #prev a {
  color: #fff;
}

.footer-wrapper #wp-calendar caption {
  color: #fff;
}

.widget_recent_comments.footer-wrapper li span,
.widget_recent_comments.footer-wrapper li span a {
  color: #fff;
}

.footer-wrapper .sidebar-form form button {
  background: #fff;
  color: #444;
}

.footer-wrapper .textwidget img {
  max-width: 100%;
}

.footer-wrapper .sidebar-tad li a,
.footer-wrapper .tagcloud a {
  background: #465a81;
  color: #fff;
}

.footer-wrapper .menu ul {
  padding-left: 10px;
  list-style: none;
  padding-top: 5px;
}

.footer-wrapper ul .children {
  padding-left: 10px;
  list-style: none;
  padding-top: 5px;
}

/* footer-icon-area */
.footer-icon-area {
  border-bottom: 1px solid #264d73;
}

.footers-icon {
  float: left;
  margin-right: 20px;
}

.footers-icon a {
  color: #002e5b;
  height: 50px;
  width: 50px;
  background: #fbba42;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}

.footer-icon-text {
  overflow: hidden;
}

.footer-icon-text h4 {
  color: #fbba42;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.footer-icon-text span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
}

.copyright p {
  margin-bottom: 0;
  color: #ffffffba;
}

/* footer 2 */
.footer-wrapper-2 .footer-title {
  color: #f2f2f2;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-wrapper-2 .footer-menu li {
  float: none;
  width: 100%;
}

.instagram-list li {
  float: left;
  padding: 0 2px;
  width: 33.33%;
  margin-bottom: 6px;
}

.instagram-list {
  margin: 0 -2px;
}

.instagram-list li img {
  width: 100%;
}

.copyright-border {
  border-top: 1px solid #323232;
}

.footer-copyright-icon a {
  color: #ffffff;
  font-size: 14px;
  margin-left: 20px;
  opacity: 0.5;
}

.footer-copyright-icon a:hover {
  opacity: 1;
}

/* footer-white */
.footer-white .footer-title {
  color: #333333;
}

.footer-white .footer-text p {
  color: #777777;
  opacity: 1;
}

.footer-white .footer-menu li a {
  color: #777777;
  opacity: 1;
}

.footer-white .recent-text h6 a {
  color: #777;
  opacity: 1;
}

.footer-white .recent-info span {
  color: #777;
  opacity: 1;
}

.footer-white .subscribe-text p {
  color: #777;
  opacity: 1;
}

.footer-white .footer-icon li a {
  color: #777777;
  opacity: 1;
}

.footer-white .footer-icon-text h4 {
  color: #333333;
}

.footer-white .footer-icon-text span {
  color: #777777;
  opacity: 1;
}

.footer-white .footer-icon-area {
  border-bottom: 1px solid #e6e6e7;
}

.footer-white .footer-border {
  border-bottom: 1px solid #e6e6e7;
}

.footer-white .copyright p {
  color: #777777;
  opacity: 1;
}

.footer-white #footer-form input {
  background: #fff;
  border: 1px solid #e0e0e0;
}

.footer-white #footer-form input::-moz-placeholder {
  color: #777777;
  opacity: 1;
}

.footer-white #footer-form input::placeholder {
  color: #777777;
  opacity: 1;
}

/* 15. choose-area */
.choose-area {
  background-size: cover;
  background-position: center center;
}

.choose-wrapper {
  background: #002e5b;
  padding: 111px 74px 119px 75px;
  margin-top: -30px;
  margin-bottom: -25px;
  border-bottom: 6px solid #fbba42;
}

.choose-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.choose-title::before {
  position: absolute;
  height: 2px;
  width: 64px;
  background: #fff;
  content: "";
  left: 0;
  bottom: 0;
}

.choose-title h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 800;
}

.choose-title p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.choose-text p {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 22px;
}

.choose-text .btn {
  color: #002e5b;
  margin-top: 19px;
  border: 1px solid transparent;
}

.choose-text .btn:hover {
  color: #fff;
  border: 1px solid #fff;
}

.choose-text .btn i {
  margin-left: 5px;
}

/* 16. testimonial  */
.testimonial-item {
  margin-top: 18px;
}

.testimonial-item > p {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 0;
  padding-top: 22px;
  padding-bottom: 0;
  position: relative;
  color: #666;
}

.designation {
  margin-top: 22px;
}

.designation > h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #444444;
}

.designation span {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 500;
}

.testimonial-nav {
  margin: 50px auto auto;
  text-align: center;
  width: 310px;
}

.testimonial-nav button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #333333;
  font-size: 20px;
  left: -50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-nav button.slick-next {
  left: auto;
  right: -50px;
}

.testimonial-thumb > img {
  display: inline-block;
}

.testimonial-thumb.slick-center > img {
  transform: scale(01);
}

.single-brand {
  text-align: center;
}

.single-brand a {
  display: inline-block;
}

/* 17. project-area */
.portfolio-menu button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: none;
  color: #002e5b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-right: 36px;
  padding: 0;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
}

.portfolio-menu button::before {
  bottom: 0px;
  color: #002e5b;
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  z-index: 999;
  left: -22px;
  opacity: 0;
}

.portfolio-menu button.active::before {
  opacity: 1;
}

.portfolio-menu button:focus {
  outline: 0 none;
}

.portfolio-menu button:last-child {
  margin-right: 0;
}

.custom {
  margin: 0 -15px;
}

.project-img {
  position: relative;
  overflow: hidden;
}

.project-img::before {
  background: #002e5b;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  z-index: 999;
}

.project-wrapper:hover .project-img::before {
  opacity: 0.8;
}

.project-img img {
  width: 100%;
  transition: 0.3s;
}

.project-wrapper:hover .project-img img {
  transform: scale(1.2) rotate(7deg);
}

.project-content {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  z-index: 9999;
  padding: 35px;
}

.project-wrapper:hover .project-content {
  opacity: 1;
}

.project-content span {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.project-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 18px;
}

.project-content h4::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  width: 40px;
}

.project-content h4 > a {
  color: #fbba42;
}

.project-link {
  position: absolute;
  bottom: 35px;
  right: 35px;
  transition: 0.3s;
  z-index: 999;
  opacity: 0;
}

.project-wrapper:hover .project-link {
  opacity: 1;
}

.project-link a {
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

.project-link a:hover {
  color: #fbba42;
}

/* recent-project-area */

.recent-project-tab li a {
  color: #444444;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-right: 46px;
  padding: 0;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
}

.recent-project-tab li:last-child a {
  margin-right: 0;
}

.recent-project-tab li a::before {
  bottom: 0px;
  color: #002e5b;
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  z-index: 999;
  left: -22px;
  opacity: 0;
}

.recent-project-tab li a.active::before {
  opacity: 1;
}

.recent-project-tab li a.active {
  color: #002e5b;
}

.recent-project-tab li:last-child a {
  margin-right: 0;
}

.recent-project-tab li a:hover {
  color: #002e5b;
}

.recent-project-img {
  position: relative;
}

.recent-project-img::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #002e5b;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}

.recent-project-wrapper:hover .recent-project-img::before {
  opacity: 0.8;
}

.product-button {
  position: absolute;
  bottom: 0;
  left: 30px;
  transition: 0.3s;
  opacity: 0;
}

.recent-project-wrapper:hover .product-button {
  opacity: 1;
  bottom: 30px;
}

.product-button > a {
  color: #002e5b;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  background: #fff;
  display: inline-block;
  font-family: Montserrat;
  position: relative;
  transition: 0.3s;
}

.product-button > a:hover {
  color: #fdc800;
}

.product-button > a::before {
  position: absolute;
  content: "";
  height: 41px;
  width: 5px;
  background: #fdc800;
  left: 0;
  top: 0;
}

.case-details-text.portfolio-desc p {
  margin-bottom: 15px;
}

.lg-port img {
  width: 100%;
}

/* 18. financial-area */

.financial-wrapper {
  padding-left: 15px;
  padding-right: 5px;
}

.financial-text h1 {
  color: #002e5b;
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 20px;
}

.financial1-text h1 {
  color: #444444;
}

.financial-text p {
  color: #8a8a8a;
  margin-bottom: 0;
}

/* footer2-top-area */

.footer-link li {
  padding-bottom: 24px;
}

.footer-link li:last-child {
  padding-bottom: 0;
}

.footer2-text h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
  opacity: 0.6;
}

.footer2-text span {
  color: #8a8a8a;
  font-size: 13px;
  font-weight: 400;
}

.copyright2 p {
  font-size: 15px;
  color: #949494;
  margin-bottom: 0;
  font-weight: 400;
}

.footer-bottom-menu li {
  display: inline-block;
  color: #949494;
  margin-right: 32px;
}

.footer-bottom-menu li:last-child {
  margin-right: 0;
}

.footer-bottom-menu li a {
  color: #949494;
  font-size: 14px;
  font-weight: 500;
  font-family: Montserrat;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer-bottom-menu li a:hover {
  color: #fbba42;
}

/* 19. progress-area */
.progress-area {
  background-size: cover;
  background-position: center center;
}

.progress2-wrapper {
  background: #222222;
  padding: 110px 64px 115px;
  margin-right: 60px;
  overflow: hidden;
}

.single-skill {
  overflow: hidden;
}

.progress-text {
  margin-bottom: 40px;
}

.progress-text h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 30px;
}

.progress-text p {
  color: #fff;
  margin-bottom: 0;
}

.bar-title h4 {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}

.progress-bar span {
  color: #fff;
  font-size: 14px;
  margin-top: -50px;
}

.bar-title span {
  color: #444;
  font-size: 18px;
}

.progress-bar {
  background-color: #fbba42;
  text-align: right;
}

.progress3-wrapper .progress-bar {
  background-color: #fbba42;
}

.progress {
  border-radius: 0;
  height: 3px;
  overflow: visible;
}

/* 20. case-study-area */

.case-study-img {
  position: relative;
}

.case-study-img a img {
  width: 100%;
}

.case-study-text {
  position: absolute;
  bottom: 0;
  padding: 30px 30px 22px;
}

.case-study-text > a {
  color: #444;
  background: #fbba42;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 10px;
  line-height: 1;
  margin-bottom: 12px;
}

.case-study-text h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 26px;
}

.case-study-text h4 > a {
  color: #fff;
}

/* case-details-area */

.case-details-img {
  margin-bottom: 35px;
}

.case-details-img img {
  width: 100%;
}

.case-details-text {
  margin-bottom: 48px;
}

.case-details-text h3 {
  font-weight: 700;
  font-size: 24px;
  color: #444444;
}

.case-details-text p {
  margin-bottom: 0;
  padding-right: 10px;
}

.case-details2-text {
  margin-top: 15px;
}

.case-details2-text h4 {
  font-weight: 700;
  font-size: 16px;
  color: #444444;
  margin-bottom: 14px;
}

.case-details2-text h4 i {
  font-size: 14px;
  padding-right: 4px;
}

.case-details2-text p {
  margin-bottom: 0;
}

.case-details2-text img img {
  width: 100%;
}

.case-details-menu {
  margin-top: 44px;
  padding-left: 65px;
  border-left: 1px solid #e9e9e9;
  list-style: none;
}

.case-details2-img img {
  width: 100%;
}

.case-details-menu li {
  font-weight: 600;
  color: #444444;
  font-size: 14px;
  padding-bottom: 10px;
}

.case-details-menu li:last-child {
  padding-bottom: 0;
}

.case-details3-img {
  margin-bottom: 45px;
}

.case1-details-text {
  margin-bottom: 0;
}

.case1-details-text h3 {
  margin-bottom: 14px;
}

.case1-details-text p {
  padding-right: 28px;
}

/* 21. join-area */
.join-area {
  background-size: cover;
  background-position: center center;
}

.join-icon a {
  color: #444;
  font-size: 18px;
  height: 70px;
  width: 70px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  transition: 0.3s;
}

.join-icon a:hover {
  transform: scale(1.1);
}

.join-text h1 {
  color: #fff;
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 0;
  line-height: 63px;
  margin-top: 25px;
  padding: 0 150px;
}

/* 22. question-area */
.question-title {
  margin-bottom: 40px;
}

.questions-title {
  margin-bottom: 33px;
}

.question-title h2 {
  font-size: 48px;
  color: #273248;
  font-weight: 800;
  margin-bottom: 0;
}

.questions-title h3 {
  font-size: 24px;
  color: #444444;
  font-weight: 700;
  margin-bottom: 0;
}

.question-wrapper .question-title h2 {
  color: #fff;
}

.question-collapse {
  padding-right: 100px;
}

.question-collapse .card {
  border-radius: 0;
  border-left: 3px solid #fbba42;
  margin-bottom: 15px;
  border-bottom: 0;
}

.question-wrapper .card {
  border-radius: 0;
  border-left: 3px solid #fbba42;
  margin-bottom: 15px;
  border-bottom: 0;
  background: none;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.question-wrapper .card {
  border-left: 3px solid #fbba42;
}

.single-question {
  padding-right: 0;
}

.single-question .card {
  border-left: 3px solid #fbba42;
}

.question-collapse .card .card-header {
  padding: 0;
  background-color: inherit;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  position: relative;
}

.question-collapse .card .card-header .btn.btn-link {
  padding: 0;
}

.question-wrapper .card .card-body {
  border-top: 1px solid #fff;
}

.question-collapse .card .card-body > p {
  line-height: 26px;
  margin-bottom: 0;
}

.question-wrapper .card .card-body > p {
  line-height: 26px;
  margin-bottom: 0;
  color: #adadad;
}

.question-collapse .card .card-header h5 .btn.btn-link {
  font-size: 16px;
  font-weight: 700;
  color: #444444;
  text-decoration: none;
  line-height: 1;
  background: none;
  text-transform: none;
  width: 100%;
  text-align: left;
}

.question-wrapper .card .card-header h5 .btn.btn-link {
  color: #fff;
}

.question-collapse .card .collapse.show {
  border-bottom: 1px solid #e9e9e9;
}

.question-wrapper .card .collapse.show {
  border-bottom: none;
}

.question-collapse .card .card-header .btn.btn-link::before {
  position: absolute;
  content: "\f068";
  top: 24px;
  right: 30px;
  bottom: 0;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
}

.question-collapse .card .card-header .btn.btn-link.collapsed::before {
  position: absolute;
  content: "\f067";
  top: 24px;
  right: 30px;
  bottom: 0;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
}

/* 23. request-fomr-area */

.request-title {
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fbba42;
  text-align: center;
}

.request2 .request-title {
  background-color: #fbba42;
}

.request-title > h2 {
  color: #444;
  font-weight: 800;
  font-size: 34px;
  line-height: 1;
  margin: 0;
}

.request2 .request-title > h2 {
  color: #002e5b;
}

.request-form {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #f6f6f6;
}

.request2 .request-form {
  background-color: #fff;
}

.request-form > h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #444444;
}

.request-form .nice-select {
  width: 100%;
  height: 50px;
  line-height: 1;
  padding-top: 18px;
  vertical-align: middle;
  border-radius: 0;
}

.request-form .nice-select .current {
  color: #4444;
}

.request-form .nice-select:focus {
  outline: 0;
}

.request-form .nice-select .list {
  width: 100%;
  border-radius: 0;
}

.request-form .nice-select .option {
  color: #777;
}

.request-form input {
  margin-top: 20px;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #e3e3e3;
  padding-left: 20px;
}

.request-form select {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #e3e3e3;
  padding-left: 20px;
}

.request-form input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  opacity: 1;
}

.request-form input::placeholder {
  color: #b3b3b3;
  font-size: 14px;
  opacity: 1;
}

.request-form input.req-btn {
  font-size: 14px;
  text-transform: uppercase;
  padding: 17px 44px;
  display: inline-block;
  background-color: #fbba42;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  color: #444;
  width: auto;
  cursor: pointer;
  border: 0;
}

.req-btn:hover {
  background: #444;
  color: #fff;
}

.request2 .req-btn {
  text-transform: uppercase;
  background-color: #fbba42;
  color: #002e5b;
}

.req-btn > i {
  margin-left: 9px;
}

.req-btn:hover {
  color: #fff;
}

.request-form .nice-select::after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  right: 20px;
  color: #b3b3b3;
}

.request-form .nice-select.open::after {
  position: absolute;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  right: 20px;
  color: #b3b3b3;
  transform: rotate(0deg);
}

/* testimonials-area */

.section-title h2 {
  color: #273248;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 0;
}

.testimonials-wrapper {
  padding: 40px 33px 30px 40px;
  background-color: #fff;
}

.testimonials-wrapper > p {
  line-height: 33px;
  font-size: 14px;
  margin-bottom: 10px;
}

.author-info {
  margin-top: 5px;
}

.author-info > h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
}

.author-info > span {
  font-size: 12px;
  color: #8a8a8a;
}

.author-thumb {
  margin-right: 15px;
}

.single-testimonials {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 90px;
}

.testimonial1-active .owl-dots {
  bottom: 15px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
}

.testimonial1-active .owl-dot {
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  margin: 0 5px;
  width: 8px;
  position: relative;
  background: #002e5b;
}

.testimonial1-active .owl-dot.active::before {
  border: 1px solid #fdc800;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 16px;
}

.testimonial1-active .owl-dot.active {
  background: #fdc800;
  position: relative;
}

/* 24. team-area */

.team-wrapper {
  overflow: hidden;
}

.team-img {
  position: relative;
}

.team-img::before {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}

.team-wrapper:hover .team-img::before {
  opacity: 0.6;
}

.team2-img {
  position: relative;
}

.team2-img::before {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #002e5b;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}

.team-wrapper:hover .team2-img::before {
  opacity: 0.4;
}

.team2-img img {
  width: 100%;
}

.team2-wrapper .team-img::before {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: -moz-linear-gradient(90deg, rgb(0, 46, 91) 0%, rgba(0, 46, 91, 0.55) 30%, rgb(0, 46, 91) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 46, 91) 0%, rgba(0, 46, 91, 0.55) 30%, rgb(0, 46, 91) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 46, 91) 0%, rgba(0, 46, 91, 0.55) 30%, rgb(0, 46, 91) 100%);
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}

.team2-wrapper .team-wrapper:hover .team-img::before {
  opacity: 1;
}

.team-img img {
  width: 100%;
}

.team-text {
  position: absolute;
  bottom: 0;
  left: 30px;
  opacity: 0;
  transition: 0.3s;
}

.team-wrapper:hover .team-text {
  opacity: 1;
  bottom: 20px;
}

.team-text h4 {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  margin-bottom: 7px;
}

.team-text span {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
}

.team-icon {
  margin-top: 3px;
  margin: 0;
}

.team-icon li {
  display: inline-block;
}

.team-icon li a {
  font-size: 12px;
  color: #fff;
  margin-right: 11px;
  transition: 0.3s;
}

.team-icon li:last-child a {
  margin-right: 0;
}

.team-icon li a:hover {
  color: #fbba42;
}

.team2-icon li a:hover {
  color: #fbba42;
}

.team2-text {
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: 85px;
  margin-right: 85px;
  transition: 0.3s;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}

.team-wrapper:hover .team2-text {
  opacity: 1;
  bottom: 40px;
}

.team3-icon {
  padding: 12px 45px;
}

.team3-icon li {
  display: inline-block;
}

.team3-icon li a {
  font-size: 14px;
  color: #444444;
  margin-right: 15px;
  transition: 0.3s;
}

.team3-icon li a:hover {
  color: #fbba42;
}

.team3-icon li:last-child a {
  margin-right: 0;
}

.team3-text {
  margin-top: 25px;
}

.team3-text h4 {
  font-size: 18px;
  font-weight: 700;
  color: #444444;
  margin-bottom: 0;
  float: left;
}

.team3-text span {
  float: right;
  color: #777777;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

/* 25. blog */

.latest-news-img img {
  width: 100%;
}

.latest-news-img a img {
  width: 100%;
}

.latest-news-text {
  margin-top: 20px;
}

.latest-news-text span {
  font-size: 12px;
  color: #8a8a8a;
  font-weight: 400;
}

.latest-news-text h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 19px;
  padding-bottom: 22px;
}

.latest-news-text h4::before {
  background: #fbba42;
  width: 52px;
  left: 0;
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
}

.latest-news-text h4 a {
  color: #444444;
  transition: 0.3s;
}

.latest-news-text p {
  color: #8a8a8a;
  line-height: 26px;
  margin-bottom: 0;
}

.latest-news-text > a {
  color: #444444;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  transition: 0.3s;
  margin-top: 16px;
}

.latest-news-text > a:hover {
  color: #fbba42;
}

.latest-news-text a i {
  padding-left: 5px;
  transition: 0.3s;
}

.latest-news-text a:hover i {
  padding-left: 8px;
}

/* 26. build-area */

.build-img {
  margin-left: 86px;
}

.build-text h3 {
  font-weight: 700;
  font-size: 36px;
  color: #444444;
  padding-right: 16%;
  line-height: 45px;
  margin-bottom: 22px;
}

.build-text p {
  margin-bottom: 23px;
  padding-right: 15%;
}

.build-text a {
  color: #cb1011;
  border: 1px solid #cb1011;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Montserrat;
  padding: 14px 20px;
  line-height: 1;
  border-radius: 30px;
  transition: 0.3s;
  display: inline-block;
  margin-top: 30px;
  transition: 0.3s;
}

.build-text a:hover {
  background: #cb1011;
  color: #fff;
}

.single-wrapper .build-text a {
  color: #444444;
  border: 1px solid #d0d0d0;
  padding: 14px 30px;
  transition: 0.3s;
}

.single-wrapper .build-text a:hover {
  background: #fbba42;
  color: #fff;
  border-color: #fbba42;
}

.build-text a i {
  padding-left: 5px;
}

/* 27. news-area */

.news-wrapper {
  border: 1px solid #e9e9e9;
  padding-bottom: 14px;
}

.news-img {
  position: relative;
}

.news-img:before {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -moz-linear-gradient(rgba(0, 46, 91, 0.5) 100%, rgba(0, 46, 91, 0.94118) 0%, rgba(0, 46, 91, 0.57) 31%);
  background-image: -webkit-linear-gradient(rgba(0, 46, 91, 0.5) 100%, rgba(0, 46, 91, 0.94118) 0%, rgba(0, 46, 91, 0.57) 31%);
  background-image: -ms-linear-gradient(rgba(0, 46, 91, 0.5) 100%, rgba(0, 46, 91, 0.94118) 0%, rgba(0, 46, 91, 0.57) 31%);
  height: 100%;
  width: 100%;
  content: "";
}

.news-img a img {
  width: 100%;
}

.news-info {
  position: absolute;
  bottom: 0;
  padding: 20px;
  left: 0;
  right: 0;
}

.news-info .btn {
  color: #002e5b;
  font-size: 12px;
  padding: 10px 20px;
  background: #fdc800;
  border-radius: 3px;
  transition: 0.3s;
}

.news-info span {
  float: right;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-top: 2px;
}

.news-text {
  margin-top: 20px;
}

.news-text h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin-top: 5px;
}

.news-text h4 a {
  color: #153d64;
}

.news-meta span {
  color: #aaaaaa;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  margin-right: 44px;
}

.news-meta span:last-child {
  margin-right: 0;
}

.news-meta span a {
  color: #444444;
}

/* featureds-area */
.featureds-area {
  overflow: hidden;
}

.featureds-item {
  float: left;
  width: 25%;
  background: #222222;
}

.featureds-wrapper {
  padding: 80px;
}

.featureds-item:nth-child(2n + 2) {
  background: #3d3d3d;
}

.featureds-img {
  margin-bottom: 32px;
}

.featureds-text h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.featureds-text p {
  color: #d8d8d8;
  margin-bottom: 0;
}

.bg-black {
  background: #222222;
}

.bg-red {
  background: #cb1011;
}

/* meet-area */

.meet-wrapper {
  background: #cb1011;
  margin-left: 10px;
  padding: 52px 70px 60px;
}

.meet-text h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}

.meet-text p {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 0;
}

.meet-text a {
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Montserrat;
  padding: 15px 25px;
  line-height: 1;
  border-radius: 30px;
  transition: 0.3s;
  display: inline-block;
  margin-top: 28px;
  transition: 0.3s;
}

.meet-text a:hover {
  background: #fff;
  color: #444;
}

.meet-text a i {
  padding-left: 5px;
}

/* 28. pricing-area */

.pricing-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  padding-top: 42px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.single1-pricing {
  background: #fff;
}

.pricing-wrapper::before {
  position: absolute;
  content: "";
  border: 10px solid #f6f6f6;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  right: -28px;
  top: -23px;
}

.pricing-wrapper::after {
  position: absolute;
  content: "";
  border: 10px solid #f6f6f6;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  left: -32px;
  bottom: -29px;
}

.pricing-top-text h3 {
  font-weight: 700;
  font-size: 26px;
  color: #444444;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 16px;
  transition: 0.3s;
}

.pricing-wrapper:hover .pricing-top-text h3 {
  color: #cb1011;
}

.single-pricing:hover .pricing-top-text h3 {
  color: #002e5b;
}

.pricing-top-text h3::before {
  position: absolute;
  height: 2px;
  width: 60px;
  background: #e9e9e9;
  bottom: 0;
  text-align: center;
  content: "";
  margin: auto;
  left: 0;
  right: 0;
}

.single-pricing .pricing-text h2 {
  color: #002e5b;
}

.pricing-text h2 {
  color: #cb1011;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
}

.pricing-text h2 span {
  color: #444444;
  font-size: 13px;
  font-weight: 600;
}

.pricing-menu {
  margin-top: 38px;
  list-style: none;
}

.pricing-menu li {
  font-size: 16px;
  color: #777777;
  padding-bottom: 12px;
}

.pricing-menu li:last-child {
  padding-bottom: 0;
}

.pricing-button {
  margin-top: 42px;
}

.pricing-button a {
  color: #777777;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: Montserrat;
  background: #f6f6f6;
  display: inline-block;
  padding: 15px 30px;
  line-height: 1;
  border-radius: 30px;
  transition: 0.3s;
}

.pricing-wrapper:hover .pricing-button a {
  background: #cb1011;
  color: #fff;
}

.single-pricing:hover .pricing-button a {
  background: #002e5b;
  color: #fff;
}

.single1-pricing:hover .pricing-button a {
  background: #fbba42;
  color: #002e5b;
}

/* clients-say-area */

.clients-say-wrapper {
  padding: 110px 200px 145px;
}

.clients-say-title {
  margin-bottom: 53px;
}

.clients-say-title h1 {
  font-weight: 800;
  font-size: 48px;
  color: #444444;
}

.clients-say-title p {
  font-size: 16px;
  color: #777777;
  margin-bottom: 0;
}

.clients-say-img {
  float: left;
  margin-right: 28px;
}

.clients-say-text {
  overflow: hidden;
}

.clients-say-text p {
  color: #444;
  margin-bottom: 0;
}

.clients-say-text h4 {
  color: #444;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
}

.clients-say-text span {
  font-size: 12px;
  color: #666;
}

.clienyts-say-active .owl-dots {
  bottom: -70px;
  left: 0;
  position: absolute;
  text-align: center;
  z-index: 99;
}

.clienyts-say-active .owl-dot {
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  margin: 0 5px;
  width: 8px;
  position: relative;
  background: #444;
}

.clienyts-say-active .owl-dot.active::before {
  border: 1px solid #444;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 16px;
}

/* map-area-start */
#map {
  height: 600px;
  width: 100%;
}

/* breadcrumb-area */
.breadcrumb-area {
  background-size: cover;
  background-position: center center;
  clear: both;
}

.breadcrumb-inner .page-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 55px;
  color: #fff;
  margin-bottom: 20px;
}

.breadcrumb-menu span {
  color: #ddd;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.breadcrumb-menu span.dvdr {
  padding: 0 10px;
}

/* services-details-area */

.widget-heading {
  background: #002e5b;
  padding: 19px 30px;
}

.widget-heading h2 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.widget-heading h2 i {
  font-size: 15px;
  padding-right: 6px;
}

.service-details-menu {
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 40px 30px 46px;
  list-style: none;
}

.service-details-menu li {
  padding-bottom: 16px;
}

.service-details-menu li:last-child {
  padding-bottom: 0;
}

.service-details-menu li a {
  color: #444444;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
  display: block;
}

.service-details-menu li a:hover {
  color: #fbba42;
}

.service-details-menu li a i {
  font-size: 16px;
  padding-right: 12px;
  float: left;
  position: relative;
  top: 5px;
}

.service-details-menu li a span {
  display: block;
  overflow: hidden;
}

.service-details-link {
  padding: 30px;
}

.service-details-link li {
  background: #fbba42;
  margin-bottom: 10px;
  padding: 18px 10px 18px 26px;
  position: relative;
}

.service-details-link li::before {
  position: absolute;
  color: #002e5b;
  content: "\f381";
  font-weight: 700;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  opacity: 0.22;
  top: -10px;
}

.service-details-link li:last-child {
  margin-bottom: 0;
}

.service-details-link li a {
  color: #002e5b;
  font-size: 14px;
  font-weight: 600;
}

.service-details-link li a i {
  font-size: 16px;
  padding-right: 7px;
}

.service-details-left {
  padding: 50px 38px;
}

.service-left-text {
  position: relative;
}

.service-left-text::before {
  bottom: -68px;
  color: #0d3963;
  content: "\f025";
  font-family: "Font Awesome 5 Free";
  font-size: 104px;
  font-weight: 700;
  margin: auto;
  position: absolute;
  right: -2px;
  text-align: center;
  z-index: 999;
}

.service-left-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 22px;
}

.service-left-text p {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
}

.service-left-text a {
  color: #002e5b;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  background: #fbba42;
  padding: 10px 30px;
  line-height: 1;
  border-radius: 30px;
  margin-top: 32px;
}

.service-left-text a i {
  padding-right: 5px;
}

.service-details-img {
  margin-bottom: 34px;
}

.service-details-img img {
  width: 100%;
}

.service-details-text {
  overflow: hidden;
  margin-bottom: 33px;
}

.service-details-text h3 {
  font-weight: 700;
  color: #444444;
  font-size: 24px;
  margin-bottom: 10px;
}

.service-details-text p {
  line-height: 32px;
  margin-bottom: 13px;
}

.single-service-details h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.single-service-details p {
  margin-bottom: 0;
}

.sevices-details-img img {
  width: 100%;
}

.service-details-business-text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

.service-details-business-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}

.service-details-business-text p {
  margin-bottom: 0;
}

.service-details > h3 {
  font-weight: 700;
}

/* company-area */

.company-img img {
  width: 100%;
}

.company-text {
  margin-top: 24px;
}

.company-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #444444;
  margin-bottom: 10px;
}

.company-text p {
  margin-bottom: 0;
  padding: 0 17px;
}

/* welcome-area */

.welcome-text {
  margin-top: 16px;
}

.welcome-text h2 {
  color: #444444;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 20px;
}

.welcome-text p {
  margin-bottom: 20px;
}

/* history-company */

.history-company-text {
  margin-left: 70px;
}

.history-company-text h4 {
  font-size: 18px;
  font-weight: 700;
  color: #444444;
  position: relative;
}

.history-company-text h4::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 50px;
  background: #c6c6c6;
  left: -67px;
  top: 10px;
}

.history-company-text h4::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #c6c6c6;
  left: -17px;
  border-radius: 100%;
  top: 6px;
}

.history-company-text p {
  margin-bottom: 0;
}

/* our-capabilities-area */

.capabilities-img {
  position: relative;
}

.capabilities-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  text-align: center;
}

.capabilities-icon a {
  color: #fff;
  font-size: 12px;
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid #fff;
}

.capabilities-icon a:hover {
  transform: scale(1.1);
  background: #fbba42;
  border-color: #fbba42;
}

.capabilities-text {
  margin-top: 20px;
}

.capabilities-text h3 {
  font-weight: 700;
  font-size: 36px;
  color: #444444;
  margin-bottom: 22px;
}

.capabilities-text p {
  margin-bottom: 23px;
  padding-right: 90px;
}

.capabilities-text p:last-child {
  margin-bottom: 0;
}

/* project */
.project-masonry .project-content {
  position: static;
  opacity: 1;
}

.project-content.project-content-bottom {
  padding: 0;
  padding-top: 20px;
}

.project-masonry .project-content h4 > a {
  color: #002e5b;
}

.project-masonry .project-content span {
  color: #777777;
}

.project-masonry .project-content h4::before {
  background: #fbba42;
}

.project-masonry .project-link {
  position: absolute;
  bottom: inherit;
  right: 0;
  transition: 0.3s;
  z-index: 999;
  opacity: 0;
  left: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}

.project-masonry .project-link a {
  color: #fff;
  font-size: 17px;
  transition: 0.3s;
  height: 50px;
  width: 50px;
  border: 1px solid #ddd;
  display: inline-block;
  line-height: 46px;
  border-radius: 50%;
  margin: 0 3px;
}

.project-masonry .project-link a:hover {
  color: #444;
  background: #fbba42;
  border-color: #fbba42;
}

.portfolio-details-text h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

.project-desc img {
  width: 100%;
}

.project-status ul {
  margin: 0;
  background: #f7f7fd;
  padding: 35px;
}

.project-status ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0;
}

.project-status ul li b {
  margin-right: 5px;
  display: inline-block;
}

.project-status ul li b {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
}

.project-status ul li span {
  color: #666666;
  display: block;
  font-size: 14px;
  margin-top: 4px;
}

.project-status ul li:last-child {
  border: 0;
  padding-bottom: 0;
}

.project-status ul li:first-child {
  padding-top: 0;
}

/* blog list */
.blog-list .latest-news-text h4 {
  font-size: 24px;
  line-height: 1.4;
}

/* pagination */
.blog-pagination .page-item:first-child .page-link {
  border-radius: 50%;
  margin-left: 0;
}

.blog-pagination .page-item:last-child .page-link {
  border-radius: 50%;
}

.blog-pagination .page-item {
  margin: 0 5px;
}

.blog-pagination .page-item:first-child {
  margin-left: 0;
}

.blog-pagination .page-link {
  background-color: #002e5b;
  border: 0;
  color: #fbba42;
  display: block;
  font-weight: 600;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
  text-align: center;
  width: 40px;
  font-size: 18px;
  border-radius: 50%;
  height: 40px;
}

.blog-pagination .page-item.active .page-link,
.blog-pagination .page-item .page-link:hover {
  background-color: #fbba42;
  color: #002e5b;
  z-index: 1;
}

/* sidebar */
.latest-news-wrapper.blog-details p {
  margin-bottom: 15px;
}

.latest-news-wrapper.blog-details h5 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.blog-meta span {
  text-transform: uppercase;
  margin-right: 10px;
}

.widget {
  overflow: hidden;
}

.widget-title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  height: auto;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 25px;
  padding: 0 0 15px;
  position: relative;
}

.widget-title::before {
  background-color: #fbba42;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 50px;
}

.widget-title::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50px;
  background-color: #002e5b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget:hover .widget-title::after {
  width: 50px;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.sidebar-form form {
  position: relative;
}

.sidebar-form form input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #eee;
  color: #ccc;
  padding: 0 10px;
  text-indent: 10px;
  transition: all 0.2s ease 0s;
  width: 100%;
  height: 50px;
}

.sidebar-form form input::-moz-placeholder {
  color: #999;
  font-size: 12px;
  opacity: 0.5;
}

.sidebar-form form button {
  background: #002e5b;
  border: 0 none;
  color: #fff;
  font-size: 14px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 60px;
}

.sidebar-form form button:hover {
  background: #fbba42;
}

.sidebar-rc-post ul li {
  border-bottom: 1px solid #f5f5f5;
  color: #000;
  display: block;
  font-size: 13px;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px;
}

.sidebar-rc-post ul li:last-child {
  border: 0;
  margin: 0;
  padding-bottom: 0;
}

.sidebar-rc-post .rc-post-thumb {
  display: inline-block;
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 90px;
}

.rc-post-thumb img {
  max-width: 100%;
}

.sidebar-rc-post .rc-post-content {
  margin-left: 105px;
}

.sidebar-rc-post .rc-post-content h4 {
  color: #444;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  text-indent: 0;
  transition: all 0.2s ease 0s;
}

.sidebar-rc-post .rc-post-content h4 a:hover {
  color: #fbba42;
}

.widget-date {
  color: #777;
  display: inline-block;
  float: left;
  font-size: 11px;
  line-height: 1;
  margin: 10px 5px 0 0;
  padding: 0 8px 0 0;
  text-decoration: none;
  text-indent: 0;
  text-transform: uppercase;
}

.sidebar-blog .widget {
  margin-bottom: 35px;
}

.sidebar-blog .widget:last-child {
  margin-bottom: 0;
}

.widget-social a {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  height: 45px;
  line-height: 45px;
  margin-right: 12px;
  text-align: center;
  width: 45px;
}

.widget-social a.facebook {
  background: #3b5998;
}

.widget-social a.twitter {
  background: #1da1f2;
}

.widget-social a.instagram {
  background: #dd4b39;
}

.widget-social a.googleplus {
  background: #dd4b39;
}

.widget-social a.linkedin {
  background: #0077b5;
}

.widget-social a:hover {
  opacity: 0.8;
}

.sidebar-link li {
  border-bottom: 1px solid #f5f5f5;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.sidebar-link li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.sidebar-link li a {
  color: #444;
  font-weight: 600;
  padding-left: 5px;
}

.sidebar-link li a:hover {
  color: #fbba42;
}

.sidebar-link li span {
  float: right;
}

.instagram-link {
  margin: 0 -5px;
}

.instagram-link li {
  float: left;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 33.33%;
}

.instagram-link li img {
  width: 100%;
}

.widget-banner img {
  width: 100%;
}

.sidebar-tad li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}

.sidebar-tad li a {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #444;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 20px;
  text-transform: uppercase;
}

.sidebar-tad li a:hover {
  background: #fbba42;
  color: #fff;
}

/* blog comments */
.blog-post-tag > a {
  border: 1px solid #ededed;
  color: #666;
  display: inline-block;
  font-size: 13px;
  padding: 10px 15px;
  margin-bottom: 5px;
  font-weight: 600;
}

.blog-post-tag > a:hover {
  background: #fbba42;
  border-color: #fbba42;
  color: #222;
}

.blog-share-icon > span {
  color: #595959;
  font-size: 15px;
}

.blog-share-icon > a {
  color: #595959;
  font-size: 15px;
  margin: 0 8px;
}

.blog-share-icon > a:hover {
  color: #fbba42;
}

.blog-share-icon {
  margin-top: 8px;
}

.post-heading-title h2 {
  font-size: 24px;
  font-weight: 700;
}

.comments-avatar {
  float: left;
}

.latest-comments > ul {
  padding-left: 0;
}

.comments-avatar img {
  width: 100px;
  margin-right: 15px;
}

.comments-text {
  overflow: hidden;
  padding-left: 0;
}

.avatar-name > h5 {
  float: left;
  font-size: 14px;
  font-weight: 600;
}

.avatar-name > span {
  color: #646464;
  float: right;
  font-size: 12px;
}

.avatar-name {
  margin-bottom: 10px;
  overflow: hidden;
}

.comments-box {
  margin-bottom: 40px;
}

.latest-comments > ul > li:last-child > .comments-box {
  margin-bottom: 0;
}

.latest-comments > ul > li:first-child > .comments-box {
  margin-bottom: 40px;
}

.comments-reply {
  padding-left: 130px;
}

.comments-text > p {
  color: #646464;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}

.comments-text > a {
  border: 1px solid #ddd;
  color: #444;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 20px;
  text-transform: uppercase;
}

.comments-text > a:hover {
  background: #fbba42;
  border-color: #fbba42;
  color: #222;
}

.post-comments-form {
  clear: both;
}

.post-comments-form input {
  border: 1px solid #e6e6e6;
  height: 45px;
  margin-bottom: 25px;
  padding: 0 15px;
  width: 100%;
}

.post-comments-form textarea {
  border: 1px solid #e6e6e6;
  height: 130px;
  margin-bottom: 25px;
  padding: 15px;
  width: 100%;
}

/* slider btn */
.slider-active .slick-dots {
  text-align: center;
  bottom: 30px;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 12;
}

.slider-active .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.slider-active .slick-dots li button {
  background: no-repeat;
  border: 0;
  height: 10px;
  width: 13px;
  text-indent: -9999px;
  transition: 0.3s;
  padding: 0;
  border: 2px solid #fff;
  height: 13px;
  border-radius: 50%;
}

.slider-active .slick-dots li.slick-active button {
  border-color: #999;
}

/* 29. contact */
.contact-info > i {
  font-size: 32px;
  color: #fbba42;
  margin-bottom: 20px;
}

.contact-info h5 {
  font-size: 18px;
  color: #444444;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.contact-info span {
  color: #777777;
  font-size: 14px;
}

.contact-social a {
  color: #777777;
  font-size: 14px;
  margin-right: 10px;
}

.contact-social a:hover {
  color: #fbba42;
}

.contact-bg {
  padding: 60px;
  margin-bottom: -100px;
  position: relative;
  z-index: 9;
}

.contact-form input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  padding: 0 15px;
}

.contact-form input.btn {
  width: auto;
  height: 50px;
  border: 0;
  padding: 0 40px;
  margin: auto;
}

.contact-form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  height: 200px;
}

.title-contact h1 {
  font-size: 28px;
}

/* graph */
#chartContainer {
  height: 300px;
  width: 100%;
}

.container.container-box {
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.blog-area {
  clear: both;
}

.case-details-text {
  margin-bottom: 48px;
  margin-top: 20px;
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

ul {
  list-style: disc;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.logged-in .header-transparent {
  margin-top: 30px;
}

.admin-bar .sticky-header {
  top: 32px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
  max-width: 100%;
  height: 45px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 10px;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/**
* custom css
*
*/

.footer-link.link-full > li,
.footer-widget ul li {
  width: 100%;
}

.footer-link li a,
.footer-widget ul li a {
  color: #777;
  display: inline-block;
  font-size: 16px;
  position: relative;
}

.black-footer .footer-link li a,
.footer-widget ul li a {
  color: #fff;
  font-weight: normal;
  opacity: 0.8;
}

.black-footer .footer-widget p {
  color: #999;
}

.footer-link li a:hover,
.footer-widget ul li a:hover {
  color: #fff;
  opacity: 1;
}

.footer-link li:before,
.footer-widget ul li:before {
  content: "\f0da";
  left: 0;
  position: absolute;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.footer-link li ul li:before,
.footer-widget ul li ul li:before {
  display: none;
}

.footer-link li ul li,
.footer-widget ul li ul li {
  padding-left: 10px;
}

.footer-info > li,
.footer-widget ul li {
  color: #777777;
  font-size: 16px;
  border-bottom: none;
}

.black-footer .footer-info > li,
.footer-widget ul li {
  color: #999;
  margin: 0;
  padding: 0;
  padding-left: 18px;
  position: relative;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

.black-footer .footer-info > li:last-child,
.footer-widget ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/**
*
* blog pagination
*/
.pagination {
  display: block;
  padding-left: 0 !important;
}

.pagination ul > li > a,
.pagination ul .page-numbers.current,
.nav-links a,
.nav-links .page-numbers.current {
  background: #f6f4ff;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  display: inline-block;
  padding: 16px 35px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul .page-numbers.current,
.nav-links a:hover,
.nav-links .page-numbers.current {
  color: #fff;
  background: #ff4a57;
  border-color: #ff4a57;
}

/**
*
* Sidebar widget css
*
*/
.blog-area .widget ul {
  padding: 0;
  margin: 0;
}

.blog-area .widget ul li ul {
  padding-left: 15px;
  padding-top: 15px;
}

.widget ul {
  margin: 0;
}

.widget ul li {
  border-bottom: 1px solid #eaedff;
  color: #7886a0;
  margin: 0;
  overflow: hidden;
  padding: 15px 0;
  padding-top: 15px;
  position: relative;
  font-size: 14px;
}

.widget ul li a {
  color: #444;
  display: inline-block;
  font-size: 14px;
  position: relative;
  text-transform: capitalize;
  transition: 0.3s;
}

.widget .footer-post h5 a {
  font-size: 16px;
  line-height: 1.3;
}

.widget ul li:first-child {
  padding-top: 0;
}

.widget_recent_entries ul li a {
  font-size: 14px;
  line-height: 26px;
}

/**
* latest blog shortcdoe
*
*/
.blog-area .mb-50,
.portfolio-area .mb-50,
.services-area .mb-50 {
  margin-bottom: 50px;
}

.portfolio-area .mb-40 {
  margin-bottom: 40px !important;
}

.services-area .mb-30 {
  margin-bottom: 30px !important;
}

.servicee-sidebar-banner img {
  max-width: 100%;
}

/**
*
* removing visual composer default data
*/
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

/**
* menu over color fix
*/
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #171a21;
}

/**
* image widget
*/
.widget-title {
  display: block;
}

.widget_media_image img {
  width: 100%;
}

/**
* tags
*/
.sidebar-tad li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}

.sidebar-tad li a,
.tagcloud a {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #6b7b98;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1;
  padding: 12px 15px;
  margin-bottom: 5px;
  margin-right: 0px;
}

.sidebar-tad li a:hover,
.tagcloud a:hover {
  background: #fbba42;
  color: #222;
}

/**
* archive
*
*/
.widget {
  background: #fff;
  padding: 30px;
}

.widget li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget li:last-child {
  border: 0;
  margin: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget li a {
  color: #444;
  font-weight: 500;
  padding-left: 0;
}

.widget li a:hover {
  color: #fbba42;
}

.widget li span {
  float: right;
}

li .blog-footer-meta span {
  float: none !important;
  font-size: 13px !important;
}

.widget_recent_comments li span,
.widget_recent_comments li span a {
  float: none;
  font-weight: 700;
  color: #444;
}

.widget_rss ul li a.rsswidget {
  font-weight: 600;
}

/* calendar widget */
.widget_calendar {
  float: none;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

#wp-calendar thead {
  font-size: 14px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
}

#wp-calendar tbody {
  color: #666;
}

#wp-calendar tbody td {
  background: #f7f7f7;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
  transition: 0.3s;
}

#wp-calendar tbody td#today {
  background: #002e5b;
  color: #fff;
  opacity: 1;
}

#wp-calendar tbody td:hover,
#wp-calendar tbody td:hover a {
  background: #fbba42;
  color: #fff;
}

#wp-calendar tbody .pad,
#wp-calendar tbody .pad:hover {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

.footer-wrapper #wp-calendar tbody td a {
  color: #fff;
  opacity: 0.7;
}

.footer-wrapper .rssSummary {
  color: #fff;
  opacity: 0.7;
}

.footer-wrapper .rss-date {
  color: #fff;
  opacity: 0.7;
}

.footer-wrapper #wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
}

.footer-wrapper #wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 10px;
}

.footer-wrapper #wp-calendar {
  width: 100%;
  border: 1px solid #436689;
}

.footer-wrapper #wp-calendar tbody td {
  background: transparent;
  border: 1px solid #436689;
  text-align: center;
  padding: 8px;
  transition: 0.3s;
  border-left: 1px solid #436689;
  color: #fff;
  opacity: 0.7;
}

/**
* conflict with vc & theme solved
*/

.latest-comments ul li ul.children {
  padding-left: 70px;
}

.no-results.not-found {
  background: #fff;
  padding: 41px 100px;
  text-align: center;
  border: 2px solid #f4f3fb;
}

.pageontent.blog-search-content p {
  margin-bottom: 20px;
}

.blog-search-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.error-404.not-found {
  padding: 40px 100px;
  text-align: center;
  border: 2px solid #f4f3fb;
}

.error-404.not-found .page-header {
  background: none;
}

.page-title.error-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.page-content.mb-40 {
  margin-bottom: 30px;
}

.page-header {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px;
}

.page-header h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.navigation.posts-navigation .nav-next {
  float: right;
}

.navigation.posts-navigation .nav-previous {
  float: left;
}

.navigation.posts-navigation .nav-links {
  overflow: hidden;
}

.navigation.posts-navigation .nav-links a {
  text-transform: uppercase;
}

.navigation.posts-navigation {
  overflow: hidden;
}

/*unit test*/
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 25px;
}

.blog-area > ul,
.blog-area > ol,
.blog-area ul,
.blog-area ol {
  padding-left: 20px;
}

.blog-details-text ol li,
.blog-details-text ul li {
  padding-top: 7px;
}

ul {
  list-style: disc;
}

.blog-post.sticky {
  border: 2px solid #fbba42;
}

.blog-content h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}

#wp-calendar #next a,
#wp-calendar #prev a {
  font-size: 13px;
  font-weight: 600;
}

.blog-content table {
  margin-bottom: 30px;
}

.blog-content table tbody td {
  text-align: center;
}

.blog-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.blog-content th,
.blog-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.blog-content table,
.blog-content th,
.blog-content td {
  border: 1px solid #d1d1d1;
}

.blog-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}

/*comments table*/
.post-comments table {
  margin-bottom: 30px;
}

.post-comments table tbody td {
  text-align: center;
}

.post-comments table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.post-comments th,
.blog-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.post-comments table,
.post-comments th,
.post-comments td {
  border: 1px solid #d1d1d1;
}

.post-comments table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}

/*page table*/
.alochona-page-content table {
  margin-bottom: 30px;
}

.alochona-page-content table tbody td {
  text-align: center;
}

.alochona-page-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.alochona-page-content th,
.alochona-page-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.alochona-page-content table,
.alochona-page-content th,
.alochona-page-content td {
  border: 1px solid #d1d1d1;
}

.alochona-page-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}

.alochona-page-content ol li,
.alochona-page-content ul li {
  margin-bottom: 7px;
}

.alochona-page-content ol li ol,
.alochona-page-content ul li ul {
  margin-top: 7px;
}

.blog-post-content table {
  margin-bottom: 30px;
  width: 100%;
}

.blog-post-content table tbody td {
  text-align: center;
}

.blog-post-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.blog-post-content th,
.blog-post-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.blog-post-content table,
.blog-post-content th,
.blog-post-content td {
  border: 1px solid #d1d1d1;
}

.post-comments table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}

.blog-post-content table tbody td {
  text-align: center;
}

.blog-post-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.blog-post-content th,
.blog-post-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.blog-post-content table,
.blog-post-content th,
.blog-post-content td {
  border: 1px solid #d1d1d1;
}

.blog-post-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 400;
}

.comments-text > p {
  margin-bottom: 20px;
}

.comments-text ul li,
.comments-text ol li {
  padding-top: 5px;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
  border: 1px solid #ddd;
  padding: 15px;
}

dd + dt {
  margin-top: 20px;
}

.page-links {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  margin-top: 20px;
}

.page-links > span.page-links-title {
  border: 0;
  color: inherit;
}

.page-links a,
.page-links > span {
  border: 2px solid #ddd;
  display: inline-block;
  min-width: 35px;
  text-align: center;
  margin-left: 2px;
  height: 33px;
  line-height: 30px;
  margin-right: 3px;
  color: #444;
}

.page-links > span {
  border: 2px solid #fbba42;
  color: #fbba42;
}

.page-links a:hover {
  border: 2px solid #fbba42;
  color: #fbba42;
}

.post-password-form label {
  width: 100%;
}

.post-password-form input[type="password"] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  width: 100%;
}

.post-password-form input[type="submit"] {
  background-color: #002e5b;
  border: none;
  padding: 8px 30px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
}

.post-password-form input[type="submit"]:hover {
  background-color: #fbba42;
  color: #222;
}

.blog-area .latest-comments > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.comments-text > ul,
.comments-text > ol {
  margin-bottom: 20px;
}

ul.children {
  list-style: none;
  padding-top: 9px;
}

.footer-widget #wp-calendar tbody td {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.footer-widget #wp-calendar tbody td a {
  color: #fff;
  text-decoration: underline;
}

.footer-widget #wp-calendar tbody td:hover a {
  background: transparent;
}

.footer-widget #wp-calendar tbody #today a {
  color: #fff;
  text-decoration: underline;
  background: none;
}

.footer-widget #wp-calendar thead th {
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  padding-top: 7px;
}

.footer-widget #wp-calendar #next a,
.footer-widget #wp-calendar #prev a {
  color: #fff;
}

.footer-widget #wp-calendar caption {
  color: #fff;
}

.widget_recent_comments.footer-widget li span,
.widget_recent_comments.footer-widget li span a {
  float: none;
  font-weight: 600;
  color: #fff;
}

.widget_recent_comments ul li a {
  display: inline;
}

.footer-widget form input.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #2f3440;
  color: #fff;
  border: 0;
  padding: 0 25px;
  height: 45px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  transition: 0.3s;
  width: auto;
}

.footer-widget p {
  color: #fff;
  opacity: 0.8;
}

.footer-widget .calendar_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-scrolling: -ms-autohiding-scrollbar;
}

.widget_rss ul li span {
  float: none;
}

.vc-inner-no-padding .vc_column-inner {
  padding-top: 0 !important;
}

.boxed-55 {
  padding: 0 70px !important;
}

.sidebar-rc-post ul li::before {
  display: none;
}

.footer-widget .sidebar-rc-post ul li {
  position: relative;
  padding-left: 0;
  margin-bottom: 15px;
}

.footer-widget .sidebar-rc-post ul li .widget-date {
  color: #999;
}

.footer-post li::before {
  display: none;
}

.footer-widget .footer-post li {
  padding-left: 0;
}

.footer-widget .footer-post li a {
  color: #fff;
  opacity: 0.8;
}

.tag-space {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 20px;
}

.size-full {
  margin-bottom: 5px;
}

.alochona-page-content .size-full {
  margin-bottom: 20px;
}

.no-results.not-found .page-header {
  padding-top: 0;
  padding-bottom: 0;
}

.alochona-page-content p {
  margin-bottom: 20px;
}

.alochona-page-content .wp-caption {
  margin-top: 35px !important;
}

.alochona-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  border: 0;
  background: no-repeat;
  color: #444;
  border-left: 1px solid #ddd;
  height: 100%;
}

.alochona-search-btn:hover {
  color: #2154cf;
}

.search-form2 .form-control {
  height: 50px;
  border-radius: inherit;
}

.search-form2 {
  position: relative;
}

.archive-description {
  margin-top: 15px;
}

/*comment-form*/
.comment-form {
  background: #f6f6f6;
  padding: 35px;
  margin-bottom: 20px;
}

.comment-form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: #a7a7c1;
}

.comment-form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  font-size: 14px;
  padding-top: 25px;
}

.comment-form button.btn {
  border-radius: 0;
}

.comment-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.comment-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.comment-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.comment-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.no-pad .vc_column-inner {
  padding-top: 0 !important;
}

/*servie details*/
.sidebar-link h3 {
  font-size: 36px;
  font-weight: 700;
}

.servicee-sidebar {
  border: 2px solid #f4f3fb;
  padding: 30px;
}

.servicee-sidebar ul {
  margin-bottom: 0;
}

.servicee-sidebar ul li {
  border-bottom: 1px solid #eaeaea;
  color: #4c4c4c;
  margin: 0;
  overflow: hidden;
  padding: 15px 0;
  padding-top: 15px;
  position: relative;
}

.servicee-sidebar ul li a {
  color: #7886a0;
}

.servicee-sidebar ul li:last-child {
  border: 0;
  margin: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.servicee-sidebar ul li a:hover {
  color: #ff4a57;
}

.project-status ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0;
}

.project-status ul li b {
  margin-right: 5px;
  display: inline-block;
}

.project-status ul li:last-child {
  border: 0;
  padding-bottom: 0;
}

.bypostauthor .avatar-name > h5::after {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  top: -1px;
  font-size: 12px;
  margin-left: 10px;
  line-height: 1;
  position: relative;
  color: #6b7b98;
  font-weight: 400;
}

.project-status ul {
  margin: 0;
}

.project-desc h3 {
  font-weight: 700;
}

.paginations ul {
  padding-left: 0;
}

.servicee-sidebar-banner {
  margin-bottom: 50px;
}

.portfolio-sidebar {
  margin-bottom: 30px;
}

/* block */
.post-entry *.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: 100vw;
}

.post-open.with-sidebar .post-entry *.alignfull {
  max-width: 100%;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.post-entry--top-margin {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .post-entry > *.alignwide {
    margin-left: -82px;
    margin-right: -82px;
    width: calc(100% + 164px);
    max-width: calc(100% + 164px);
  }
}

.post-open.with-sidebar .post-entry *.alignwide {
  max-width: 100%;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.post-entry figure,
.post-entry .wp-caption,
.post-entry .wp-caption-overlay .wp-caption {
  border: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.post-entry img {
  max-width: 100% !important;
  height: auto;
  z-index: 1;
  position: relative;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.post-entry .wp-block-gallery {
  padding-left: 0;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 64px) / 5);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 80px) / 6);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 96px) / 7);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 112px) / 8);
    margin-right: 16px;
  }

  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%;
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  display: flex;
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}

.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-image img {
  max-width: 100%;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 1em;
}

.wp-block-image .alignright {
  float: right;
  margin-left: 1em;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

/*wp guttenburg test css*/
.wp-block-separator {
  margin-left: 0;
}

.alochona-page-content ol li {
  margin-bottom: 7px;
}

.wp-block-latest-posts.is-grid li {
  margin-bottom: 6px;
}

.wp-block-latest-posts li {
  text-decoration: underline;
}

.wp-block-categories ul.children {
  padding-top: 0;
}

.custom-accent .post-entry blockquote {
  border-color: #ffbc00 !important;
  background: #f2bf3a;
}

.post-entry blockquote,
.post-entry .wp-block-quote:not(.is-large):not(.is-style-large) {
  font: 400 19px/37px "Merriweather", sans-serif;
  font-style: normal;
  color: #3a3a3f;
  padding: 35px 50px;
  border-left: solid 3px #ff4a57 !important;
  text-transform: none;
  position: relative;
  box-shadow: none;
  border-top: 0;
  border-bottom: 0;
}

.post-entry blockquote::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ff4a57;
  opacity: 0.07;
}

.post-entry .wp-block-quote.is-style-large,
.post-entry .wp-block-quote.is-large {
  margin: 60px 30px;
  padding: 35px 50px;
  box-shadow: none;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
  color: #646a75;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  overflow: hidden;
  clear: both;
}

.wp-block-embed-vimeo {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.wp-block-embed-vimeo embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.comment-form-cookies-consent {
  margin-left: 15px;
}

.comment-form-cookies-consent input {
  display: inline-block;
  width: 20px;
  height: inherit;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.comment-form-cookies-consent label {
  display: inline-block;
}

/***
pagination
*/
.blog-pagination .page-item.active a,
.blog-pagination .page-item a:hover {
  background-color: #fbba42;
  color: #002e5b;
  z-index: 1;
}

/**
* team 2 style
*/
.team2-text ul.team3-icon {
  margin-bottom: 0;
}

/**
* header top
*/
.header-top-area ul {
  margin: 0 !important;
}

/**
* breadcrumb-current item
*/
.breadcrumb-menu ul li.active {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.blog-post-content {
  background: #fff;
  padding: 35px;
  padding-top: 30px;
}

.blog-post-meta span {
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #777;
}

.blog-post-meta > span a {
  color: #666666;
}

.blog-post-meta > span a:hover {
  color: #fbba42;
}

.blog-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 1.3;
}

/**
* footer widget
*/
.footer-wrapper p {
  color: #ffffffba;
  font-size: 15px;
  margin-bottom: 0;
}

.subscribe-text p {
  margin-bottom: 18px;
}

.retina-logo {
  display: none;
}

.retina-logo img {
  width: 181px;
}

.pagination li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.pagination li a,
.pagination li .page-numbers {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  text-align: center;
  height: 50px;
  width: 50px;
  background: #fff;
  border-radius: 30px;
  padding: 0;
  line-height: 48px;
  display: inline-block;
}

.pagination li:hover a,
.pagination li .current {
  background: #002e5b;
  color: #fff;
}

.post-comments {
  background: #fff;
  padding: 30px;
  padding-bottom: 40px;
}

.post-comments-form .comment-respond {
  background: #fff;
  padding: 35px;
  clear: both;
  padding-bottom: 20px;
}

.logged-in-as a {
  color: #666;
}

.author {
  background: #fff;
  padding: 0 55px 44px 55px;
}

.author-img {
  margin-bottom: 20px;
}

.author-img img {
  margin-top: -60px;
  border-radius: 50%;
  border: 5px solid #fff;
}

.author-text h3 {
  font-size: 26px;
  font-weight: 700;
  color: #070a22;
  margin-bottom: 0;
}

.author-text p {
  margin-bottom: 0;
}

.author-icon {
  margin-top: 8px;
  margin-bottom: 19px;
}

.author-icon a {
  font-size: 12px;
  color: #9498b6;
  padding: 0 5px;
  transition: 0.3s;
}

.author-icon a:hover {
  color: #fbba42;
}

.blog-details-border {
  margin-top: 40px;
  background: #fff;
  padding: 40px;
  padding-bottom: 22px;
}

.project-details-content span {
  font-size: 14px;
  color: #8583b1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.project-details-content h3 {
  color: #444;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 22px;
  margin-bottom: 0;
}

figure a {
  color: #fbba42;
}

.cat-box {
  clear: both;
}

.cat-box {
  clear: both;
  overflow: hidden;
}

.blog-post-tag {
  margin-top: 30px;
  overflow: hidden;
}

.blog-area > ul,
.blog-area > ol,
.blog-area ul,
.blog-area ol {
  padding-left: 20px;
}

.blog-post-content ol li,
.blog-post-content ul li {
  padding-top: 7px;
}

blockquote {
  position: relative;
  margin: 30px 0;
  margin-bottom: 25px;
  padding: 22px 25px;
}

.wp-block-quote,
blockquote {
  margin: 20px 0;
  border-left: solid 4px #fbba42 !important;
  padding: 22px 25px !important;
}

.wp-block-quote p,
blockquote p {
  font-size: 20px;
  margin-bottom: 0;
}

blockquote::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ff5e14;
  opacity: 0.07;
}

blockquote em a {
  color: #444;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #fff4ef;
}

.wp-block-pullquote {
  border-top: 4px solid #fbba42 !important;
  border-bottom: 4px solid #fbba42 !important;
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  margin-top: 10px;
  display: block;
}

.blog-post-content > .alignwide {
  margin-left: 0;
  margin-right: 0;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}

.has-large-font-size {
  font-size: 36px;
  line-height: 1.2;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #444;
  background: #fbba42 !important;
}

.wp-block-latest-comments {
  padding-left: 0 !important;
}

.blog-area img {
  max-width: 100%;
}

.contact {
  padding: 40px 10px;
  background: #fff;
}

.contact-area {
  background-position: center center;
  background-repeat: no-repeat;
}

.contact i {
  background: #fbba42;
  font-size: 40px;
  height: 150px;
  width: 150px;
  color: #002e5b;
  border-radius: 50%;
  line-height: 135px;
  border: 10px solid #fff;
  box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4);
  margin-bottom: 30px;
}

.contact h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.contact p {
  margin: 0;
  padding: 0 50px;
}

.wp-block-archives.wp-block-archives-dropdown select {
  width: auto;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 15px;
  margin-bottom: 10px;
}

.post-entry .size-thumbnail {
  margin-bottom: 25px;
}

.alochona-page-content .post-entry--top-margin {
  margin-top: 0;
}

.alochona-page-content .post-comments-form {
  margin-bottom: 0;
}

.blog-3-col .blog-post-content {
  padding: 0;
  padding-top: 25px;
}

.blog-3-col .blog-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.transparent-header.header-4 .logo {
  margin-top: 0;
}

/* custom css  */
.header-text a {
  font-size: 15px;
}

.header-text a:hover {
  color: #fbba42;
}

.main-menu ul li a {
  font-size: 16px;
}

.main-menu ul li ul.submenu {
  padding: 10px 5px;
}

.main-menu ul li ul.submenu li a {
  font-size: 15px;
}

.headers-icon li a {
  font-size: 15px;
}

.headers-icon li a:hover {
  color: #fff;
}

.news-wrapper {
  background-color: #fff;
}

.news-wrapper .news-text {
  padding: 5px 30px;
}

.news-wrapper .news-text .news-meta {
  margin-bottom: 10px;
}

.news-text h4 a:hover,
.news-meta span a:hover {
  color: #fbba42;
}

.news-meta span a i {
  margin-right: 7px;
}

.news-meta span a {
  font-size: 13px;
}

.news-wrapper {
  transition: 0.3s;
}

.news-wrapper:hover {
  transform: translateY(-5px);
}

.featured-wrapper .featured-img {
  overflow: hidden;
}

.featured-wrapper .featured-img img {
  transition: 0.3s;
}

.featured-wrapper:hover .featured-img img {
  transform: scale(1.05);
}

.featured-tag span {
  z-index: 1;
  position: relative;
}

.featured-text h4 a:hover {
  color: #fbba42;
}

.experience-button .btn:hover {
  background-color: #fff;
  color: #000;
}

.slider-button .btn:hover {
  color: #000;
  background-color: #fff;
}

.experience-area.gray-bg .experience-button .btn:hover {
  background-color: #fbba42;
  color: #000;
}

.overlay-menu .header-button .btn:hover {
  color: #000;
  background: #fff;
}

.case-study-wrapper .case-study-img {
  overflow: hidden;
}

.case-study-wrapper .case-study-img img {
  transition: 0.3s;
}

.case-study-wrapper:hover .case-study-img img {
  transform: scale(1.05);
}

.case-study-wrapper .case-study-text h4 a:hover {
  color: #fbba42;
}

.request-form input.req-btn {
  transition: 0.3s;
}

.request-form input.req-btn:hover {
  background-color: #000;
  color: #fff;
}

.latest-news-wrapper .latest-news-img {
  overflow: hidden;
}

.latest-news-wrapper .latest-news-img img {
  transition: 0.3s;
}

.latest-news-wrapper:hover .latest-news-img img {
  transform: scale(1.05);
}

.latest-news-text h4 a:hover {
  color: #fbba42;
}

.breadcrumb-menu li a:hover {
  color: #fff;
}

.breadcrumb-bg {
  background-color: #002e5b;
}
.progress-text h1 {
  color: #fff;
}
