/* 
Table to content for cleanhit core css 
=====================================
=====================================

01. Imported Fonts
02. General CSS
        -> Common CSS
        -> Form CSS
        -> Background Over Layer CSS
        -> Section Title CSS
        -> Theme btn CSS
        -> Preloader CSS
        -> Scroll To Top CSS
        -> Pagination CSS
03. Header CSS
04. Main Slider CSS
05. Hero CSS
06. Features CSS
07. Welcome CSS
08. Video CSS
09. Service CSS
        -> Service Details
10. Counter CSS
11. Project CSS
        -> Hover CSS
        -> Project Col Three CSS
        -> Project Col Four CSS
12. Testimonial CSS
13. About CSS
14. Team CSS
15. Top Client CSS
16. Blog CSS
        -> Blog Sidebar CSS
        -> Blog Single CSS
17. Call CSS
18. Page Heading CSS
19. Pricing CSS
20. Faq CSS 
21. Error Page CSS
22. Shop CSS
23. Contact Info CSS
24. Contact CSS
25. Order CSS
26. Footer CSS 




*/
/*-------------------------------------------------
>>>>>>>>>> 02. General CSS <<<<<<<<<<
---------------------------------------------------*/
.container {
  max-width: 1240px;
  width: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #ffffff;
  overflow: inherit;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px 0;
}
h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}
h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}
h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}
h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
p {
  margin-bottom: 20px;
  line-height: 30px;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img {
  max-width: 100%;
  height: auto;
}
/* Form CSS */
.form-control {
  height: 45px;
  margin-bottom: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.form-control:focus {
  border-color: #aaa;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
::-webkit-input-placeholder {
  color: #aaa !important;
}
::-moz-placeholder {
  color: #aaa !important;
}
::-o-placeholder {
  color: #aaa !important;
}
:-ms-input-placeholder {
  color: #aaa !important;
}
input:-moz-placeholder {
  color: #aaa !important;
}
.footer-col .form-control::-webkit-input-placeholder {
  color: #ffffff !important;
}
.footer-col .form-control::-moz-placeholder {
  color: #ffffff !important;
}
.footer-col .form-control::-o-placeholder {
  color: #ffffff !important;
}
.footer-col .form-control:-ms-input-placeholder {
  color: #ffffff !important;
}
.footer-col .form-control input:-moz-placeholder {
  color: #ffffff !important;
}
/* Background Over Layer CSS */
.over-layer-black {
  position: relative;
}
.over-layer-black:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(35, 74, 191, 0.8);
}
.over-layer-blue {
  position: relative;
}
.over-layer-blue:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(35, 74, 191, 0.9);
}
.over-layer-white {
  position: relative;
}
.over-layer-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
/* Section Title CSS */
.section-title {
  text-align: center;
  position: relative;
}
.section-title span {
  color: #234abf;
  padding: 0px 10px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
}
.section-title h2 {
  font-size: 36px;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}
.section-title p {
  margin-bottom: 5px;
}
/* Theme btn CSS */
.theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0px) translateZ(0);
  transform: perspective(0px) translateZ(0);
  position: relative;
  background: #234abf;
  border: none;
  font-size: 15px;
  text-transform: capitalize;
  padding: 10px 30px;
  border-radius: 0;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.theme-btn:hover {
  background: #234abf;
}
.theme-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #234abf;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active {
  color: #ffffff;
  box-shadow: none;
}
.theme-btn:hover:before,
.theme-btn:focus:before,
.theme-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Preloader CSS */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffffff url('../images/preloader.svg') no-repeat center center;
}
/* Scroll To Top CSS Start */
#dyscrollup-btn {
  z-index: 999999;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  color: #ffffff;
  text-align: center;
}
#dyscrollup-btn:before {
  background: #234abf;
  content: "\e627";
  font-family: 'themify';
  position: absolute;
  left: -10px;
  bottom: 10px;
  font-size: 20px;
  z-index: 999;
  padding: 6px 10px;
  border-radius: 24px;
  border: none;
}
/* Pagination CSS */
.my-pagination {
  text-align: center;
  display: block;
}
.my-pagination {
  margin-top: 50px;
  margin-bottom: 30px;
}
.my-pagination .page-link {
  color: #234ABF;
}
.my-pagination .page-item.active .page-link {
  background: #234ABF;
  border-color: #234ABF;
}
/* Add To Cart CSS */
.add-to-cart-area {
  position: fixed;
  top: 90px;
  right: 0;
  z-index: 999999 !important;
}
.add-to-cart-area a i {
  color: #ffffff;
  font-size: 14px;
  padding: 10px 10px;
  background: #234ABF;
}
/* Add To Cart CSS */
.add-to-cart-area {
  position: fixed;
  top: 90px;
  right: 0;
  z-index: 999;
}
.add-to-cart-area a i {
  color: #ffffff;
  font-size: 14px;
  padding: 15px 15px;
  background: #234ABF;
}
.shopping-items {
  color: #234ABF;
  width: 18px;
  height: 18px;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  background: #234abf;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 99999;
}
.add-to-cart-area-two {
  top: 120px;
}
/*------------------------------------------------
>>>>>>>>>> 03. Header CSS <<<<<<<<<<
--------------------------------------------------*/
/* Header Top bar CSS Start */
.header-topbar-area {
  min-height: 40px;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
}
.arrow-bg {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #234abf;
}
.arrow-bg:before {
  content: "";
  width: 30px;
  height: 100%;
  background: #234abf;
  position: absolute;
  right: -15px;
  top: 0;
  -ms-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}
.header-topbar-area p {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 40px;
}
.header-topbar-col ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
.header-topbar-col ul li {
  display: inline-block;
  border-right: 1px solid #dddddd;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  margin-left: -5px;
}
.header-topbar-col ul li:first-child {
  border-left: 1px solid #dddddd;
}
.header-topbar-col ul li i {
  color: #000000;
  line-height: 40px;
  padding: 0 18px;
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-topbar-col ul li:hover {
  background: #234abf;
  border-color: #234abf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-topbar-col ul li:hover i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Header Infobar CSS */
.header-infobar-area {
  padding: 40px 0 10px;
  border-bottom: 1px solid #eeeeee;
}
.header-infobar-col {
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
}
.header-infobar-col img {
  width: 40px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.header-infobar-col h6 {
  margin-bottom: 5px;
}
.header-infobar-btn {
  text-align: right;
  margin-bottom: 30px;
}
.header-infobar-btn .theme-btn {
  color: #ffffff;
  background: #234abf;
  text-transform: capitalize;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.header-infobar-btn .theme-btn:before {
  background: #234abf;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
/* Header Nav CSS Start */
.header-logo {
  padding: 18px 0;
}
.header-logo img {
  width: 220px;
  height: auto;
}
/* NavBar Fixed CSS */
.scroll-to-fixed {
  width: 100% !important;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/*-------------------------------------------------
>>>>>>>>>> 05. Main Slider CSS <<<<<<<<<<
---------------------------------------------------*/
.pogoSlider {
  height: 100vh;
}
.pogoSlider-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pogoSlider-slide .text-center p {
  color: #fff;
  padding: 0 250px;
  margin-bottom: 30px;
}
.pogoSlider-slide .text-left p {
  color: #fff;
  padding-right: 500px;
  margin-bottom: 30px;
}
.pogoSlider-slide .text-right p {
  color: #fff;
  padding-left: 500px;
  margin-bottom: 30px;
}
.pogoSlider-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
}
.silder-elements {
  text-align: center;
  position: relative;
  top: 56%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
.silder-elements.text-center .slider-main-title {
  padding: 0 200px;
}
.silder-elements.text-right .slider-main-title {
  padding-left: 200px;
}
.slider-para {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 5px !important;
}
.slider-main-title {
  font-size: 52px !important;
  color: #ffffff;
  line-height: 1.3;
  font-weight: 900;
  font-family: 'Poppins', sans-serif;
}
.slider-main-title span {
  color: #234abf;
}
.silder-elements .theme-btn {
  margin: 0 5px;
}
.pogoSlider--navBottom .pogoSlider-nav {
  display: none;
}
.pogoSlider-slide-element .theme-btn {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
  padding: 10px 30px;
}
.pogoSlider-slide-element .theme-btn:hover {
  border-color: #234abf;
  color: #ffffff;
}
.pogoSlider-slide-element .theme-btn:hover:after {
  top: 10px;
  right: 10px;
}
/*------------------------------------------------
>>>>>>>>>> 04. Features CSS <<<<<<<<<<
--------------------------------------------------*/
.features-area {
  position: relative;
  z-index: 999;
  padding: 100px 0;
  margin-top: 0;
  background: url(../images/home_two_special_fetaures.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.features-area .features-slider:hover .owl-controls .owl-nav div.owl-prev {
  left: -80px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.features-area .features-slider:hover .owl-controls .owl-nav div.owl-next {
  right: -70px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.features-area .features-slider .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.features-area .features-slider .owl-controls .owl-nav div {
  width: 60px;
  height: 60px;
  background: transparent;
}
.features-area .features-slider .owl-controls .owl-nav div i {
  width: 60px;
  height: 60px;
  background: transparent !important;
  border: 1px solid #234abf;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  display: block;
  border-radius: 100%;
  color: #234abf;
}
.features-area .features-slider .owl-controls .owl-nav div.owl-prev {
  left: -110px;
  right: inherit;
  position: absolute;
  top: -60px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.features-area .features-slider .owl-controls .owl-nav div.owl-next {
  right: -100px;
  left: inherit;
  position: absolute;
  top: -60px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.features-col {
  background: #fff;
  padding-bottom: 60px;
  text-align: center;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  margin-bottom: 0px;
}
.features-col a {
  color: #000000;
  transition: all 0.3s ease-out;
}
.features-col a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.features-col a img {
  margin-bottom: 30px;
  width: auto !important;
}
.features-col:hover {
  top: -10px;
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.features-col h2 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.features-col h4,
.features-col p {
  padding: 0 20px;
}
/*------------------------------------------------
>>>>>>>>>> 05. About CSS <<<<<<<<<<
--------------------------------------------------*/
.welcome-area {
  padding: 85px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.welcome-area.welcome-aboutpage-area {
  padding: 100px 0;
}
.welcome-title {
  margin-top: 60px;
}
.welcome-title span {
  color: #234abf;
  padding: 0;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
}
.welcome-title h2 {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 10px;
}
.welcome-col h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.welcome-col h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 80px;
  height: 2px;
  background: #234abf;
}
.welcome-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.welcome-col ul li {
  text-align: left;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
}
.welcome-col ul li:after {
  content: "\e64c";
  font-family: 'themify';
  font-size: 16px;
  font-weight: 400;
  color: #234abf;
  position: absolute;
  top: 0;
  left: 0;
}
.welcome-col .theme-btn {
  border: 2px solid #234abf;
  color: #234abf;
  background: transparent;
  margin-top: 30px;
}
.welcome-col .theme-btn:hover {
  color: #ffffff;
}
.welcome-col .theme-btn:hover::after {
  top: 10px;
  right: 15px;
}
.welcome-col p {
  margin-bottom: 35px;
}
.welcome-area .welcome-col {
  margin-bottom: 0px;
  text-align: left;
}
.welcome-area .welcome-col h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}
.welcome-area .welcome-col.single-welcome-area h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  font-size: 24px;
}
.welcome-area .welcome-col.single-welcome-area h3:after {
  right: 0;
  margin: 0 auto;
}
.welcome-area .welcome-col.single-welcome-area .theme-btn {
  margin: 0;
}
.welcome-area .welcome-col h3 span {
  color: #234abf;
}
.welcome-area .welcome-col img {
  height: auto;
}
.welcome-area .welcome-col p {
  margin-bottom: 20px;
}
/*------------------------------------------------
>>>>>>>>>> 05. Video CSS <<<<<<<<<<
--------------------------------------------------*/
.video-area {
  padding: 95px 0 100px 0;
  position: relative;
  overflow: hidden;
}
.video-area:before {
  content: "";
  position: absolute;
  width: 62%;
  height: 800px;
  left: 0;
  top: 0;
  z-index: 1;
  margin-left: -100px;
  background: rgba(35, 74, 191, 0.6);
  -ms-transform: skewX(-12deg);
  -webkit-transform: skewX(-12deg);
  transform: skewX(-12deg);
}
.video-area:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg/1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.video-col {
  position: relative;
  z-index: 99;
  padding-right: 50px;
}
.video-col h2 {
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1.3;
}
.video-col h2 span {
  color: #234abf;
}
.video-col p {
  color: #ffffff;
  margin-bottom: 25px;
}
.video-col img {
  width: 80px;
  height: auto;
}
/*------------------------------------------------
>>>>>>>>>> 05. Service CSS <<<<<<<<<<
--------------------------------------------------*/
.service-area {
  position: relative;
}
.service-area .top-shape {
  background: #234abf;
}
.service-col {
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.service-col .service-content h3 {
  padding-bottom: 15px;
  position: relative;
  font-size: 20px;
}
.service-col .service-content h3 a {
  color: #000000;
  transition: all 0.3s ease-out;
}
.service-col .service-content h3 a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.service-col .service-content h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  width: 50px;
  background: #234abf;
}
.service-col:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-col-img {
  position: relative;
  overflow: hidden;
}
.my-link-icon {
  position: absolute;
  right: 0;
  bottom: -100%;
  z-index: 0;
  background: #234abf;
  width: 80px;
  height: 80px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.service-col:hover .my-link-icon {
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.my-link-icon i {
  font-size: 25px;
  color: #ffffff;
  text-align: right;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.my-link-icon i:hover {
  border-radius: 100%;
}
.service-content {
  padding: 30px 20px;
}
.service-content p {
  margin-bottom: 0;
}
/* Service Details Start */
.service-details-area {
  padding: 100px 0;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.service-details-col img {
  height: auto;
  margin-bottom: 0px;
}
.service-details-col h4 {
  margin-bottom: 20px;
}
.service-details-col p {
  margin-bottom: 20px;
}
.my-share-links {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.my-share-links h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.my-share-links ul li {
  display: inline-block;
}
.my-share-links ul li a i {
  color: #234ABF;
  margin-right: 10px;
}
.rating-col {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.rating-col h4 {
  margin-bottom: 10px;
  font-size: 18px;
}
.rating-col a {
  display: inline-block;
}
.rating-col a i {
  color: #234abf;
}
.more-service {
  background: #F6F6F6;
}
.more-service-title {
  margin-bottom: 30px;
}
.more-service-title h4 {
  font-size: 24px;
  line-height: 20px;
}
.more-service .service-col {
  background: #ffffff;
}
/*------------------------------------------------
>>>>>>>>>> 10. Counter CSS <<<<<<<<<<
--------------------------------------------------*/
.counter-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0 !important;
  position: relative;
}
.counter-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 57, 222, 0.8);
  content: "";
  z-index: -1;
}
.counter-col {
  position: relative;
  text-align: center;
  border: 2px solid #6583da;
  padding: 30px;
}
.counter-col .counter {
  font-size: 30px;
  color: #000000;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 5px;
}
.counter-col p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
}
/*------------------------------------------------
>>>>>>>>>> 05. Project CSS <<<<<<<<<<
--------------------------------------------------*/
#Container {
  margin-top: 30px;
}
#Container .mix {
  display: none;
}
.project-area {
  padding: 90px 0 85px;
  overflow: hidden;
}
.project-area.project-col-three {
  padding-bottom: 85px !important;
}
.project-area.project-col-four ul.project-nav {
  margin-bottom: 45px !important;
}
.project-area.no-space {
  padding: 0;
}
.project-area.no-space .section-title {
  margin-bottom: 60px;
}
.project-area.extra-space .section-title {
  margin-bottom: 46px;
}
.project-area.space100 {
  padding: 100px 0;
}
.project-nav {
  float: none;
  text-align: center;
  margin-bottom: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.filtr-container {
  width: 100%;
}
.project-nav li {
  color: #000000;
  background: transparent;
  border: 2px solid #234abf;
  padding: 8px 20px;
  display: inline-block;
  cursor: pointer;
  margin: 0 2px;
  margin-bottom: 10px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  font-size: 15px;
}
.project-nav li.active {
  color: #ffffff;
  background: #234abf;
}
.project-nav li:hover {
  background: #234ABF;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
}
.filtr-item {
  width: 20%;
  padding: 0;
}
.gallery-two-area {
  padding: 90px 0 70px;
}
.gallery-two-area .filtr-item {
  width: 25%;
  margin-right: -15px;
}
.filtr-item.col-md-3.mix {
  margin: 0;
}
/* Hover CSS */
.portfolio-effect {
  display: flex;
  justify-content: space-between;
}
.portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio-item img {
  width: auto;
  height: auto;
}
.portfolio-item__info {
  position: absolute;
  top: 7px;
  left: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(97%);
  height: calc(97%);
  background-color: rgba(0, 0, 0, 0.5);
}
.portfolio-item__header {
  position: relative;
  margin: 0 0 20px 0;
  padding-bottom: 5px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 24px;
}
.portfolio-item__header:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  width: 60%;
  content: '';
  background-color: #ffffff;
  margin: 0 auto;
  right: 0;
}
.portfolio-item__links {
  display: flex;
}
.portfolio-item__link-block {
  position: relative;
  margin-right: 10px;
}
.portfolio-item__link-block .portfolio-item__link {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.portfolio-item__link-block .portfolio-item__link:hover {
  color: #fff;
  background-color: #234ABF;
}
.portfolio-item__link-block .portfolio-item__link i {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.portfolio-item__link-block:last-child {
  margin-right: 0;
}
.portfolio-item--eff3 .portfolio-item__info {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.portfolio-item--eff3 .portfolio-item__header {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0;
}
.portfolio-item--eff3 .portfolio-item__header:after {
  bottom: -20px;
  opacity: 0;
}
.portfolio-item--eff3 .portfolio-item__link-block {
  opacity: 0;
}
.portfolio-item--eff3 .portfolio-item__link-block:first-child {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.portfolio-item--eff3 .portfolio-item__link-block:nth-child(2) {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.portfolio-item--eff3:hover .portfolio-item__info {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.portfolio-item--eff3:hover .portfolio-item__header {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0.45s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.portfolio-item--eff3:hover .portfolio-item__header:after {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0.6s;
  bottom: 0;
  opacity: 1;
}
.portfolio-item--eff3:hover .portfolio-item__link-block {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0.85s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#html5-watermark {
  display: none !important;
}
/* Project Col Three CSS */
.project-col-three-area {
  padding: 120px 0 90px;
}
.project-col-three-area .filtr-item {
  padding: 0 15px;
  width: 33.33%;
}
.project-col-three-area .portfolio-item {
  margin-bottom: 30px;
}
/* Project Col Four CSS */
.project-col-four-area {
  padding: 120px 0 90px;
}
.project-col-four-area .filtr-item {
  padding: 0 15px;
  width: 25%;
}
.project-col-four-area .portfolio-item {
  margin-bottom: 30px;
}
/*------------------------------------------------
>>>>>>>>>> 05. Testimonial CSS <<<<<<<<<<
--------------------------------------------------*/
.testimonial-area {
  padding: 95px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-area .section-title {
  margin-bottom: 55px;
}
.testimonial-area .section-title h2 {
  position: relative;
}
.testimonial-area .section-title p {
  position: relative;
}
.testimonial-area .section-title span {
  position: relative;
}
.testimonial-area .section-title img {
  opacity: 0.3;
  z-index: 0;
}
.testimonial-area .testimonial-carousel {
  position: relative;
}
.testimonial-area .testimonial-carousel:hover .owl-controls .owl-nav div.owl-prev {
  left: 80px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.testimonial-area .testimonial-carousel:hover .owl-controls .owl-nav div.owl-next {
  right: 70px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.testimonial-area .testimonial-carousel .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.testimonial-area .testimonial-carousel .owl-controls .owl-nav div {
  width: 60px;
  height: 60px;
  background: transparent;
}
.testimonial-area .testimonial-carousel .owl-controls .owl-nav div i {
  width: 60px;
  height: 60px;
  background: #234abf !important;
  border: 1px solid #234abf;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  display: block;
  border-radius: 100%;
  color: #ffffff;
}
.testimonial-area .testimonial-carousel .owl-controls .owl-nav div.owl-prev {
  left: 0px;
  right: inherit;
  position: absolute;
  top: -60px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.testimonial-area .testimonial-carousel .owl-controls .owl-nav div.owl-next {
  right: 0px;
  left: inherit;
  position: absolute;
  top: -60px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.testimonial-area .testimonial-carousel .single-testimonial .testimonial-content .testimonial-text {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  padding: 30px;
  background: #ffffff;
  position: relative;
}
.testimonial-area .testimonial-carousel .single-testimonial .testimonial-content .testimonial-text:after {
  color: #234abf;
  content: "\e67f";
  font-family: 'themify';
  font-weight: 400;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  font-size: 40px;
  background: #e4e8eb;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100%;
  line-height: 60px;
}
.testimonial-area .testimonial-carousel .single-testimonial .testimonial-content .testimonial-info {
  margin-top: 30px;
  text-align: center;
}
.testimonial-area .testimonial-carousel .single-testimonial .testimonial-content .testimonial-info img {
  width: auto;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}
.testimonial-area .testimonial-carousel .single-testimonial .testimonial-content .testimonial-info .name {
  font-size: 20px;
  margin-top: 22px;
  margin-bottom: 0;
}
.testimonial-area .testimonial-carousel .single-testimonial .testimonial-content .testimonial-info span {
  font-size: 16px;
}
.acurate {
  margin: 0;
  padding: 0;
}
.testimonial-area-two {
  background: url(../images/testimonail-two-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.testimonial-area-two .section-title {
  margin-bottom: 50px;
}
.testimonial-area-two .section-title h2 {
  position: relative;
  color: #ffffff;
}
.testimonial-area-two .section-title p {
  position: relative;
  color: #ffffff;
}
.testimonial-area-two .section-title span {
  position: relative;
  color: #ffffff;
}
.testimonial-area-two .section-title img {
  opacity: 0.3;
  z-index: 0;
}
.testimonial-area-two .testimonial-image {
  position: relative;
}
.testimonial-area-two .testimonial-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  height: 500px;
}
.testimonial-area-two .testimonial-carousel-two {
  position: relative;
}
.testimonial-area-two .testimonial-carousel-two:hover .owl-controls .owl-nav div.owl-prev {
  left: 80px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.testimonial-area-two .testimonial-carousel-two:hover .owl-controls .owl-nav div.owl-next {
  right: 70px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.testimonial-area-two .testimonial-carousel-two .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.testimonial-area-two .testimonial-carousel-two .owl-controls .owl-nav div {
  width: 60px;
  height: 60px;
  background: transparent;
}
.testimonial-area-two .testimonial-carousel-two .owl-controls .owl-nav div i {
  width: 60px;
  height: 60px;
  background: #234abf !important;
  border: 1px solid #234abf;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  display: block;
  border-radius: 100%;
  color: #ffffff;
}
.testimonial-area-two .testimonial-carousel-two .owl-controls .owl-nav div.owl-prev {
  left: 0px;
  right: inherit;
  position: absolute;
  top: -60px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.testimonial-area-two .testimonial-carousel-two .owl-controls .owl-nav div.owl-next {
  right: 0px;
  left: inherit;
  position: absolute;
  top: -60px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.testimonial-area-two .testimonial-carousel-two .single-testimonial-two .testimonial-content {
  height: 500px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.testimonial-area-two .testimonial-carousel-two .single-testimonial-two .testimonial-content .inner-content-area .testimonial-text {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  padding: 30px;
  background: #ffffff;
  position: relative;
}
.testimonial-area-two .testimonial-carousel-two .single-testimonial-two .testimonial-content .inner-content-area .testimonial-text p {
  margin: 0;
}
.testimonial-area-two .testimonial-carousel-two .single-testimonial-two .testimonial-content .inner-content-area .testimonial-text:after {
  color: #234abf;
  content: "\e67e";
  font-family: 'themify';
  font-weight: 400;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  font-size: 40px;
  background: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100%;
  line-height: 60px;
  margin: 0 auto;
}
.testimonial-area-two .testimonial-carousel-two .single-testimonial-two .testimonial-content .inner-content-area .testimonial-info {
  margin-top: 55px;
  text-align: center;
}
.testimonial-area-two .testimonial-carousel-two .single-testimonial-two .testimonial-content .inner-content-area .testimonial-info img {
  width: auto;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}
.testimonial-area-two .testimonial-carousel-two .single-testimonial-two .testimonial-content .inner-content-area .testimonial-info .name {
  font-size: 20px;
  margin-top: 22px;
  margin-bottom: 0;
  color: #000000;
}
.testimonial-area-two .testimonial-carousel-two .single-testimonial-two .testimonial-content .inner-content-area .testimonial-info span {
  font-size: 16px;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .testimonial-area-two .testimonial-carousel-two .single-testimonial-two .testimonial-content {
    margin: 0 10%;
  }
  .testimonial-area-two .testimonial-carousel-two .single-testimonial-two .testimonial-content .inner-content-area .testimonial-info .name {
    color: #ffffff;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-area-two .testimonial-image {
    display: none;
  }
  .testimonial-area-two {
    padding: 50px 0;
  }
  .testimonial-area-two .testimonial-carousel-two .single-testimonial-two .testimonial-content .inner-content-area .testimonial-text {
    background: transparent;
  }
  .testimonial-area-two .testimonial-carousel-two .single-testimonial-two .testimonial-content .inner-content-area .testimonial-info .name {
    color: #000000;
  }
  .testimonial-area-two .testimonial-carousel-two .single-testimonial-two .testimonial-content {
    height: auto;
  }
}
/*------------------------------------------------
>>>>>>>>>> 05. Team CSS <<<<<<<<<<
--------------------------------------------------*/
.team-area {
  padding: 90px 0;
  position: relative;
}
.team-area.team-aboutpage-area {
  padding: 95px 0;
}
.team-area .section-title {
  margin-bottom: 60px;
}
.team-area:after {
  background: url(../images/about_us_shape.png) no-repeat;
  content: "";
  bottom: 0;
  right: 0;
  width: 600px;
  height: 500px;
  position: absolute;
  z-index: -1;
}
.team-area .team-two-slider {
  position: relative;
  transition: all 0.3s ease-out;
}
.team-area .team-two-slider:hover .owl-controls .owl-nav div.owl-prev {
  left: -80px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.team-area .team-two-slider:hover .owl-controls .owl-nav div.owl-next {
  right: -70px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.team-area .team-two-slider .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.team-area .team-two-slider .owl-controls .owl-nav div {
  width: 60px;
  height: 60px;
  background: transparent;
}
.team-area .team-two-slider .owl-controls .owl-nav div i {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #aaaaaa;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  display: block;
  border-radius: 100%;
  color: #234abf;
}
.team-area .team-two-slider .owl-controls .owl-nav div.owl-prev {
  left: -110px;
  right: inherit;
  position: absolute;
  top: -60px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.team-area .team-two-slider .owl-controls .owl-nav div.owl-next {
  right: -100px;
  left: inherit;
  position: absolute;
  top: -60px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.team-area .team-two-slider .team-col h2 {
  margin: 20px 0 0;
}
.team-area .team-two-slider .team-col h2 a {
  color: #000000;
  transition: all 0.3s ease-out;
}
.team-area .team-two-slider .team-col h2 a:hover {
  transition: all 0.3s ease-out;
  color: #234abf;
}
.team-area .team-two-slider .team-col h3 {
  font-size: 20 px;
  margin: 20px 0 0;
}
.team-area .team-two-slider .team-col h3 a {
  color: #000000;
  transition: all 0.3s ease-out;
}
.team-area .team-two-slider .team-col h3 a:hover {
  transition: all 0.3s ease-out;
  color: #234abf;
}
.team-area .team-col h2 {
  font-size: 20px;
  margin: 20px 0 0;
}
.team-area .team-col h2 a {
  color: #000000;
  transition: all 0.3s ease-out;
}
.team-area .team-col h2 a:hover {
  transition: all 0.3s ease-out;
  color: #234abf;
}
.team-area .team-col h3 {
  font-size: 20px;
  margin: 20px 0 0;
}
.team-area .team-col h3 a {
  color: #000000;
  transition: all 0.3s ease-out;
}
.team-area .team-col h3 a:hover {
  transition: all 0.3s ease-out;
  color: #234abf;
}
.team-col {
  margin-bottom: 0px;
}
.our-team {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
}
.our-team h2 {
  font-size: 18px;
}
.our-team h3 {
  font-size: 18px;
}
.our-team img {
  width: auto !important;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-col:hover .our-team img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.our-team .social {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 35px;
  text-align: center;
  opacity: 0;
  position: absolute;
  bottom: 35px;
  transition: all 0.3s ease 0s;
}
.our-team:hover .social {
  opacity: 1;
}
.our-team .social li {
  display: block;
  margin: 0;
  padding: 0;
  margin-left: 0px;
}
.our-team .social.team-details li {
  display: block;
  margin: 0;
  padding: 0;
  margin-left: -35px;
}
.our-team .social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
  background: #234abf;
  font-size: 17px;
  color: #fff;
  opacity: 0.9;
  position: relative;
  transform: translate(-35px, 35px);
  transition: all 0.3s ease-in-out 0s;
}
.our-team:hover .social li:nth-child(1) a {
  transition-delay: 0.3s;
}
.our-team:hover .social li:nth-child(2) a {
  transition-delay: 0.2s;
}
.our-team:hover .social li:nth-child(3) a {
  transition-delay: 0.1s;
}
.our-team:hover .social li:nth-child(4) a {
  transition-delay: 0s;
}
.our-team:hover .social li a {
  transform: translate(0, 0);
}
.our-team .social li a:hover {
  width: 40px;
  background: #234ABF;
  transition-delay: 0s;
}
.our-team i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #234abf;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
}
.team-col h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.team-col h4 a {
  color: #000000;
  font-size: 22px;
}
.team-col p {
  color: #929292;
  margin-bottom: 0;
}
/* Team Details CSS */
.team-details-area {
  padding: 100px 0;
}
.team-details-col {
  margin-bottom: 0px;
}
.team-details-col img {
  width: 100%;
  height: auto;
}
.team-details-text h2 {
  color: #000000;
  margin: 0;
  font-size: 26px;
}
.team-details-text span {
  color: #000000;
}
.my-reatings {
  margin-bottom: 0px;
}
.my-reatings i {
  color: #FCD22A;
}
.my-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.my-info ul li {
  color: #000000;
  margin-bottom: 5px;
}
.my-info ul li a {
  color: #000000;
}
.my-info ul li i {
  margin-right: 10px;
}
.details-social {
  margin-top: 20px;
  text-align: left;
}
.details-social ul {
  margin-top: 20px;
  text-align: left;
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-left: 0;
}
.team-details-text .details-social ul {
  margin-left: 0;
}
.team-details-text .my-reatings {
  padding-bottom: 15px;
}
.details-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.details-social ul li a i {
  width: 45px;
  height: 45px;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  border: 1px solid #234abf;
  color: #234abf;
  transition: all 0.3s ease-out;
  border-radius: 100%;
}
.details-social ul li a i:hover {
  background: #234abf;
  color: #ffffff;
}
.details-social ul li a i:hover {
  color: #dddddd;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-details-col h4 span {
  color: #234abf;
}
.team-area-inner {
  background: #F6F6F6;
  padding: 95px 0 91px;
}
.team-area-inner:hover .owl-controls .owl-nav div.owl-prev {
  left: -80px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.team-area-inner:hover .owl-controls .owl-nav div.owl-next {
  right: -30px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.team-area-inner .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.team-area-inner .owl-controls .owl-nav div {
  width: 60px;
  height: 60px;
  background: transparent;
}
.team-area-inner .owl-controls .owl-nav div i {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #aaaaaa;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  display: block;
  border-radius: 100%;
  color: #234abf;
}
.team-area-inner .owl-controls .owl-nav div.owl-prev {
  left: -110px;
  right: inherit;
  position: absolute;
  top: -60px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.team-area-inner .owl-controls .owl-nav div.owl-next {
  right: -100px;
  left: inherit;
  position: absolute;
  top: -60px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
/*------------------------------------------------
>>>>>>>>>> 05. Top Client CSS <<<<<<<<<<
--------------------------------------------------*/
.top-client-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 97px 0 !important;
  background: #f1f1f1;
}
.top-client-area:before {
  content: "";
  background: rgba(35, 74, 191, 0.9);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
}
.top-client-area .partner-logo-slider {
  position: relative;
}
.top-client-area .partner-logo-slider .client-col {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.top-client-area .partner-logo-slider .client-col img {
  width: auto;
}
.top-client-area .partner-logo-slider:hover .owl-controls .owl-nav div.owl-prev {
  left: -80px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.top-client-area .partner-logo-slider:hover .owl-controls .owl-nav div.owl-next {
  right: -70px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.top-client-area .partner-logo-slider .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.top-client-area .partner-logo-slider .owl-controls .owl-nav div {
  width: 60px;
  height: 60px;
  background: transparent;
}
.top-client-area .partner-logo-slider .owl-controls .owl-nav div i {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #234abf;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  display: block;
  border-radius: 100%;
  color: #234abf;
}
.top-client-area .partner-logo-slider .owl-controls .owl-nav div.owl-prev {
  left: -110px;
  right: inherit;
  position: absolute;
  top: -60px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.top-client-area .partner-logo-slider .owl-controls .owl-nav div.owl-next {
  right: -100px;
  left: inherit;
  position: absolute;
  top: -60px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
/*------------------------------------------------
>>>>>>>>>> 05. Blog CSS <<<<<<<<<<
--------------------------------------------------*/
.blog-col {
  position: relative;
  top: 0;
  transition: 0.5s;
  margin-top: 0;
  margin-bottom: 60px;
}
.blog-col .blog-img ul li {
  color: #fff;
}
.blog-col .blog-text {
  padding: 0 0 0px;
  word-break: break-all;
}
.blog-col .blog-text .blog-title a {
  transition: all 0.3s ease-out;
}
.blog-col .blog-text .blog-title a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.blog-col .blog-text dl,
.blog-col .blog-text ol,
.blog-col .blog-text ul {
  margin-left: 20px;
  padding: 0;
  margin-bottom: 15px;
}
.blog-col .blog-text .gallery dl {
  margin: 0;
}
.blog-col .blog-text a {
  transition: all 0.3s ease-out;
}
.blog-col .blog-text a:hover {
  transition: all 0.3s ease-out;
}
.blog-col .blog-text .read-more a {
  font-weight: 600;
  color: #000;
  transition: all 0.3s ease-out;
}
.blog-col .blog-text .read-more a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.blog-col .blog-text .read-more a i {
  margin-left: 10px;
}
.blog-col .blog-text h4 a {
  color: #000;
  word-break: break-all;
  line-height: 1.5;
}
.blog-col {
  top: 0px;
}
.blog-col .read-more-icon {
  display: block;
  margin: 20px 0px 0;
}
.blog-col .read-more-icon a {
  display: inline-block;
  color: #000000;
  font-weight: 600;
  position: relative;
  padding-right: 15px;
  transition: all 0.3s ease-out;
  font-size: 15px;
}
.blog-col .read-more-icon a:hover:after {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.blog-col .read-more-icon a:after {
  position: absolute;
  right: -30px;
  top: 0;
  content: "\f105";
  font-family: FontAwesome;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.blog-col .read-more-icon a:hover {
  transition: all 0.3s ease-out;
  border-color: #234abf;
  color: #234abf;
}
.blog-col:hover {
  top: 0px;
}
.blog-col .blog-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.blog-col .blog-img ul {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  padding: 10px 30px;
  background: #234abfd1;
  margin: 0 auto;
  right: 0;
  text-align: left;
  display: inline-table;
}
.blog-col .blog-img ul li {
  display: inline-block;
  margin-right: 10px;
}
.blog-col .blog-img ul li a {
  color: #ffffff;
}
.blog-col .blog-img ul li i {
  color: #ffffff;
  margin-right: 5px;
}
.blog-meta {
  margin-bottom: 10px;
}
.blog-meta span img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 10px;
  box-shadow: 1px 1px 1px #99999947;
}
.blog-meta,
.blog-meta a {
  color: #777777;
  -webkit-transition: .4s;
  transition: .4s;
  text-transform: capitalize;
  font-size: 15px;
}
.blog-meta a:hover {
  color: #234abf;
}
.blog-meta span {
  margin-right: 10px;
}
.blog-meta span i.fa {
  margin-right: 5px;
  color: #234abf;
}
.blog-meta span:last-child {
  margin-right: 0;
}
.read-btn {
  color: #252525;
  margin-bottom: 20px;
  font-weight: 700;
}
.read-btn i.fa {
  margin-left: 5px;
  -webkit-transition: .4s;
  transition: .4s;
}
.read-btn:hover i.fa {
  margin-left: 10px;
}
.read-btn:hover {
  color: #234abf;
}
.blog-area .owl-theme .owl-nav [class*=owl-] {
  padding: 5px 10px;
  border-radius: 0;
  color: #ffffff;
  font-size: 20px;
  background: #234abf;
}
.blog-area .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -20px;
}
.blog-area .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -20px;
}
.blog-top-img {
  position: relative;
}
.my-play-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.categories-box ul li a span {
  float: right;
}
.recent-post-box {
  margin-bottom: 50px;
}
.recent-post-box ul li {
  padding-left: 100px;
  height: 100px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-left: 30px;
  position: relative;
}
.recent-post-box ul li:before {
  background: #cccccc;
  position: absolute;
  left: -20px;
  top: 20px;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
}
.recent-post-box ul li:last-child {
  border: none;
}
.recent-post-box ul li ul {
  margin-left: 15px;
}
.recent-post-box ul li ul li {
  margin-left: 10px;
}
.recent-post-box ul li ul li a {
  padding: 10px 0;
}
.recent-post-box ul li ul li:last-child {
  border: none;
}
.recent-post-box ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  height: 80px;
}
.recent-post-box ul li img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 80px;
  height: 80px;
}
.recent-post-box ul li h5 {
  font-size: 18px;
}
.recent-post-box ul li h5 a {
  color: #222222;
  padding-bottom: 50px;
}
.recent-post-box ul li span a {
  color: #969696;
}
.popular-tags ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
  height: 35px;
}
.popular-tags ul li a {
  color: #ffffff;
  background: #234abf;
  padding: 8px 12px;
  text-transform: capitalize;
}
/* Blog Single CSS */
.blog-single-top {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.blog-single-top img {
  margin-bottom: 30px;
}
.blog-single-top ul li {
  display: inline-block;
  margin-right: 20px;
}
.blog-single-top ul li i {
  margin-right: 5px;
  color: #969696;
}
.blog-single-top ul li a {
  text-transform: capitalize;
  color: #555555;
}
.blog-single-col p {
  margin-bottom: 25px;
}
.millde-img {
  margin: 30px 0;
}
.millde-text {
  margin-bottom: 30px;
}
.millde-text p {
  margin-top: 0;
  padding: 50px;
  background: #f1f1f1;
  color: #000000;
  position: relative;
}
.millde-text p i {
  position: absolute;
  font-size: 70px;
  color: #234abf;
  left: -15px;
  top: -15px;
}
.middle-slider {
  position: relative;
  margin-bottom: 30px;
}
.share-links {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ebebf1;
  border-bottom: 1px solid #ebebf1;
}
.share-links h4 {
  padding-bottom: 10px;
  position: relative;
  font-size: 18px;
}
.share-links h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 30px;
  height: 3px;
  background: #234abf;
}
.share-links h4 i {
  margin-left: 5px;
  color: #234ABF;
}
.share-links ul {
  margin: 8px 0 0;
  padding: 0;
  text-align: right;
}
.share-links ul li {
  display: inline-block;
  margin-right: 5px;
}
.share-links ul li i {
  color: #000000;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #cccccc;
  border-radius: 100%;
}
.share-links ul li i:hover {
  color: #234ABF;
  border-color: #234abf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.comments-col {
  margin-bottom: 50px;
  border-bottom: 1px solid #dddddd;
}
.comments-col h4 {
  font-size: 20px;
  margin-bottom: 50px;
}
.comment-box {
  position: relative;
  padding-left: 120px;
  margin-bottom: 50px;
  min-height: 100px;
}
.comment-box img {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
}
.comment-box h6 {
  margin-bottom: 0;
}
.comment-box p {
  margin-top: 10px;
}
.left-space {
  margin-left: 120px;
}
.comment-wright-col {
  margin-bottom: 30px;
}
.comment-wright-col h4 {
  font-size: 20px;
  margin-bottom: 50px;
}
.comment-wright-col .theme-btn {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.comment-wright-col .theme-btn:hover {
  background: #234ABF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*------------------------------------------------
>>>>>>>>>> 05. Call CSS <<<<<<<<<<
--------------------------------------------------*/
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
.call-area {
  padding: 100px 0;
  background: #234abf;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
  margin-bottom: -1px;
  position: relative;
}
.call-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background: url(../images/cleaner.gif) no-repeat;
  content: "";
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.call-area .call-col h2 {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.call-area .read-more-icon {
  display: block;
  margin: 0px 0px 0;
}
.call-area .read-more-icon a {
  background: transparent;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  padding: 15px 45px;
  transition: all 0.3s ease-out;
  border: 1px solid #ffffff;
  font-size: 18px;
}
.call-area .read-more-icon a:after {
  display: none;
}
.call-area .read-more-icon a i {
  margin: 10px;
  color: #ffffff;
}
.call-area .read-more-icon a:hover {
  background: #ffc41b;
  transition: all 0.3s ease-out;
  border-color: #ffffff;
  color: #ffffff;
}
/*------------------------------------------------
>>>>>>>>>> 05. Page Heading CSS <<<<<<<<<<
--------------------------------------------------*/
.page-heading-area {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  overflow: hidden;
  background: url(../images/banner.jpg) !important;
}
.page-heading-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.1);
}
.page-heading-box {
  padding: 85px 0 80px 0px;
}
.page-heading-box .breadcrumb-wrapper {
  color: #ffffff;
  margin-top: 10px;
}
.page-heading-box .breadcrumb-wrapper em.delimiter {
  margin: 0 15px;
}
.page-heading-box .breadcrumb-wrapper span {
  color: #ffffff;
}
.page-heading-box .breadcrumb-wrapper span a {
  color: #ffffff;
  padding: 0 0px;
  transition: all 0.3s ease-out;
}
.page-heading-box .breadcrumb-wrapper span a:hover span {
  color: #ffc41b;
  transition: all 0.3s ease-out;
}
.page-heading-box .breadcrumb-wrapper span a.home {
  padding: 0;
}
.page-heading-box h2 {
  margin-bottom: 15px;
  color: #ffffff;
}
.page-heading-box p {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
}
.page-heading-box p a {
  color: #ffffff;
  word-wrap: break-word;
}
/*------------------------------------------------
>>>>>>>>>> 05. Pricing CSS <<<<<<<<<<
--------------------------------------------------*/
.pricing-area {
  padding: 92px 0 100px;
  position: relative;
  z-index: 2;
}
.pricing-area:after {
  background: url(../images/about_us_shape.png) no-repeat;
  content: "";
  bottom: 0;
  right: 0;
  width: 600px;
  height: 500px;
  position: absolute;
  z-index: -1;
}
.pricing-col {
  text-align: center;
  margin-bottom: 0px;
  background: #f6f6f6;
}
.pricing-header {
  background: #234ABF;
  padding: 45px 15px 45px 15px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}
.recommended-pricing {
  position: absolute;
  right: -28px;
  top: 28px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 80px;
  height: 23px;
  text-align: center;
  background: #234ABF;
}
.recommended-pricing p {
  font-size: 12px;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
.pricing-col:hover .top-arrow {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pricing-header .our-price {
  color: #ffffff;
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  line-height: 1;
}
.pricing-header h3 {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.pricing-content {
  border-top: none !important;
}
.pricing-content ul {
  padding: 20px 0 20px 0;
  margin: 0;
  list-style: none;
}
.pricing-content ul li {
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.pricing-content ul li:last-child {
  border-bottom: none;
}
.pricing-footer button {
  display: block;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease-out;
}
.pricing-footer button:hover {
  transition: all 0.3s ease-out;
  background: #ffc41b;
}
/*------------------------------------------------
>>>>>>>>>> 05. Faq CSS <<<<<<<<<<
--------------------------------------------------*/
.faq-area {
  padding: 85px 0;
}
.faq-btn-col {
  margin-bottom: 0px;
}
.faq-btn-col .nav-pills .nav-link {
  border-radius: 0;
  background: #2a3a6b;
  color: #ffffff;
  padding: 10px 10px;
  text-align: center;
}
.faq-btn-col .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #234ABF;
  padding: 25px 10px;
  font-weight: bold;
  font-size: 18px;
}
.question-box {
  border: 1px solid #cccccc;
  padding: 30px 20px;
  margin: 15px 0;
  transition: all 0.3s ease-out;
}
.question-box p {
  margin-bottom: 0;
}
.question-box:hover {
  border-color: #234abf;
}
/*------------------------------------------------
>>>>>>>>>> 05. Error Page CSS <<<<<<<<<<
--------------------------------------------------*/
.error-area {
  padding: 120px 0;
}
.error-col {
  text-align: center;
}
#clip {
  font-size: 200px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
.error-col h2 {
  font-size: 30px;
  margin-bottom: 40px;
}
/*------------------------------------------------
>>>>>>>>>> 05. Contact Info CSS <<<<<<<<<<
--------------------------------------------------*/
.contact-info-area {
  padding: 100px 0 70px 0;
}
div.google-map-from-area {
  padding: 100px 0 70px !important;
}
@media only screen and (max-width: 767px) {
  div.google-map-from-area {
    padding: 70px 0 !important;
  }
}
.contact-item {
  margin-bottom: 30px;
  text-align: center;
  background: #F6F6F6;
  padding: 50px 20px 66px 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}
.contact-icon img {
  margin-bottom: 20px;
}
/*------------------------------------------------
>>>>>>>>>> 05. Contact CSS <<<<<<<<<<
--------------------------------------------------*/
.contact-area {
  padding: 120px 0 90px;
  background: #f6f6f6;
}
.contact-col {
  margin-bottom: 30px;
}
.contact-col h2 {
  margin-bottom: 20px;
  font-size: 24px;
}
.info-content h2 {
  margin-bottom: 5px;
  font-size: 24px;
}
.contact-col iframe {
  width: 100%;
  height: 365px;
}
/*------------------------------------------------
>>>>>>>>>> 05. Footer CSS <<<<<<<<<<
--------------------------------------------------*/
.footer-area {
  padding: 90px 0 60px;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.footer-copyright {
  padding: 10px 0;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.footer-col {
  margin-bottom: 30px;
}
.footer-col h4 {
  color: #ffffff;
  margin-bottom: 30px;
}
.footer-col p {
  color: #e4e4e4;
  margin-bottom: 40px;
}
.footer-col ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.footer-col ul li {
  color: #e4e4e4;
  margin-bottom: 10px;
}
.footer-col ul li:last-child {
  margin-bottom: 0;
}
.footer-col ul li i {
  margin-right: 10px;
  color: #ffffff;
}
.my-social ul {
  margin-bottom: 0;
}
.my-social ul li {
  display: inline-block;
  margin-bottom: 0;
}
.my-social ul li a i {
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #234abf;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.my-social ul li a i:hover {
  background: #234ABF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-col .form-control {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border: none;
}
.footer-area .footer-img {
  position: absolute;
  right: 12%;
  bottom: 0;
  z-index: 1;
}
.copyright {
  text-align: center;
  padding: 10px 0;
}
.copyright p {
  font-weight: 400;
  margin: 0;
  color: #fff;
  font-size: 15px;
}
.copyright p a {
  color: #fff;
  font-weight: 600;
  transition: all 0.5s ease 0s;
}
.copyright p a:hover {
  color: #234abf;
}
.inner-page-content .blog-meta a {
  color: #777777;
}
.inner-page-content .blog-meta a:hover {
  color: #234abf;
}
.inner-page-content .page-links {
  display: block;
}
.inner-page-content .page-links {
  padding: 30px 0 0;
  margin: 0 0 0 0;
}
.inner-page-content .page-links a {
  background: transparent;
  padding: 7px 20px;
  display: inline-block;
  color: #000000;
  transition: all 0.5s ease 0s;
  border: 1px solid #234abf;
}
.inner-page-content .page-links a:hover {
  background: #234abf;
  color: #ffffff;
}
.inner-page-content .page-links span.current {
  background: #234abf;
  padding: 7px 20px;
  display: inline-block;
  color: #fff;
  transition: all 0.5s ease 0s;
  border: 1px solid #234abf;
}
.page-links {
  padding: 30px 0 0;
  margin: 0 0 0 0;
}
.page-links a {
  background: transparent;
  padding: 7px 20px;
  display: inline-block;
  color: #000000;
  transition: all 0.5s ease 0s;
  border: 1px solid #234abf;
  margin: 0 5px;
}
.page-links a:hover {
  background: #234abf;
  color: #ffffff;
}
.page-links a:hover span {
  color: #ffffff;
}
.page-links span.current {
  background: #234abf;
  padding: 7px 20px;
  display: inline-block;
  color: #fff;
  transition: all 0.5s ease 0s;
  border: 1px solid #234abf;
}
.page-links span.current:hover {
  color: #ffffff;
}
.page-links span.current:hover span {
  color: #ffffff;
}
.inner-page-content ul ul {
  list-style-type: circle;
}
.inner-page-content table td,
.inner-page-content table th {
  padding: 10px 20px;
  border: 1px solid #dddddd;
  word-break: break-all;
  text-align: left;
}
.inner-page-content pre {
  padding: 15px;
  background: #ededed;
}
.inner-page-content code {
  color: #000;
}
.single-blog .blog-col .blog-text form {
  position: relative;
}
.single-blog .blog-col .blog-text form input#s {
  height: 45px;
  padding: 0 15px;
  border-radius: 0;
  width: 100%;
  border: 1px solid #234abf;
}
.single-blog .blog-col .blog-text form input#s:focus {
  border: 1px solid #234abf;
  box-shadow: none;
  outline: none;
}
.single-blog .blog-col .blog-text form input[type="submit"] {
  background: #234abf;
  border: 1px solid #234abf;
  height: 45px;
  padding: 7px 30px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  border-radius: 0;
  cursor: pointer;
  right: 0;
  width: 100px;
  bottom: 7px;
}
.single-blog .blog-col .blog-text .blog-meta {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  font-size: 15px;
}
.single-blog .blog-col .blog-text .blog-meta,
.single-blog .blog-col .blog-text .blog-meta a {
  color: #777777;
  -webkit-transition: .4s;
  transition: .4s;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
.single-blog .blog-col .blog-text .blog-meta a:hover {
  color: #234abf;
}
.single-blog .blog-col .blog-text .blog-meta span {
  margin-right: 10px;
}
.single-blog .blog-col .blog-text .blog-meta span i.fa {
  margin-right: 5px;
}
.single-blog .blog-col .blog-text .blog-meta span:last-child {
  margin-right: 0;
}
.single-blog .blog-col .blog-text p {
  margin-bottom: 15px;
}
.single-blog .blog-col .blog-text .read-btn {
  color: #252525;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  padding-right: 15px;
  line-height: 1.3;
}
.single-blog .blog-col .blog-text .read-btn:hover:after {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.single-blog .blog-col .blog-text .read-btn:after {
  position: absolute;
  right: -30px;
  top: 0;
  content: "\f105";
  font-family: FontAwesome;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.single-blog .blog-col .blog-text .read-btn i.fa {
  margin-left: 5px;
  -webkit-transition: .4s;
  transition: .4s;
}
.single-blog .blog-col .blog-text .read-btn:hover i.fa {
  margin-left: 10px;
}
.single-blog .blog-col .blog-text .read-btn:hover {
  color: #234abf;
}
.single-blog ul ul {
  list-style-type: circle;
}
.single-blog pre {
  padding: 15px;
  background: #ededed;
}
.single-blog code {
  background-color: transparent;
}
.single-blog.sticky {
  position: relative;
}
.single-blog.sticky:before {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "\f08d";
  font-size: 50px;
  font-weight: 300;
  color: #234abf;
  padding: 3px 20px;
  font-family: FontAwesome;
  z-index: 9;
  transform: rotate(45deg);
}
.single-blog.sticky ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.single-blog.sticky ul li:last-child {
  margin-bottom: 30px;
}
.single-blog.post-password-required form {
  position: relative;
}
.single-blog.post-password-required form label {
  width: 100%;
}
.single-blog.post-password-required form label input[type="password"] {
  height: 45px;
  padding: 0 15px;
  border-radius: 0;
  width: 100%;
}
.single-blog.post-password-required form input[type="submit"] {
  background: #234abf;
  border: 1px solid #234abf;
  height: 45px;
  padding: 7px 30px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  border-radius: 0;
  cursor: pointer;
  right: 0;
  width: 100px;
  bottom: 8px;
}
.single-blog.tag-gallery .gallery-icon,
.single-blog.tag-gallery .wp-caption-text {
  margin-bottom: 15px;
}
.single-blog.tag-audio .mejs-container {
  margin-bottom: 30px;
}
.single-blog.category-markup .entry-content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14px;
  border-left: 5px solid #234abf;
  transition: all 0.3s ease-in-out;
}
.single-blog.category-markup .entry-content blockquote:hover {
  border-left: 5px solid #000;
}
.single-blog.category-markup .entry-content ul {
  margin-left: 1.5em;
  list-style: circle;
}
.single-blog.category-markup .entry-content pre {
  font-family: monospace;
  background: #ededed;
}
.single-blog.category-edge-case-2.tag-content-2.tag-css.tag-edge-case.tag-lists-2.tag-markup-2 ul {
  margin: 0 15px;
}
.single-blog.category-edge-case-2.tag-content-2.tag-css.tag-edge-case.tag-lists-2.tag-markup-2 ul li {
  list-style: inherit;
}
.single-blog.category-edge-case-2.tag-content-2.tag-css.tag-edge-case.tag-lists-2.tag-markup-2 ol {
  list-style: decimal;
  margin: 0 15px;
}
.single-blog.category-edge-case-2.tag-content-2.tag-css.tag-edge-case.tag-lists-2.tag-markup-2 ol li {
  list-style: inherit;
}
.single-blog.tag-css.tag-edge-case h3 {
  margin: 15px 0;
}
.pagination {
  text-align: right;
  margin-top: 0px;
  margin-left: 15px;
}
.pagination .nav-links .page-numbers {
  border: 1px solid #ccc;
  color: #234abf;
  display: block;
  font-size: 14px;
  padding: 8px 15px;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 0px;
  margin: 0 2px;
}
.pagination .nav-links .page-numbers.current {
  color: #fff;
  border: 1px solid #234abf;
  background: #234abf;
}
.pagination .nav-links .page-numbers:hover {
  color: #fff;
  border: 1px solid #234abf;
  background: #234abf;
}
.pagination > .nav-links .page-numbers {
  overflow: hidden;
  display: inline-block;
}
.pagination .nav-links .page-numbers {
  float: left;
  -webkit-transition: .4s;
  transition: .4s;
}
.pagination .nav-links .page-numbers a {
  display: block;
  font-size: 14px;
  padding: 5px 10px;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 0px;
  margin: 0;
}
.pagination .nav-links .page-numbers.active a,
.pagination .nav-links .page-numbers a:hover {
  color: #234abf;
  border: 1px solid #234abf;
}
.leave_comment_widget .logged-in-as a,
.comment-respond .logged-in-as a {
  color: #000;
}
.leave_comment_widget form p,
.comment-respond form p {
  margin: 0 !important;
}
.leave_comment_widget form input,
.comment-respond form input,
.leave_comment_widget form textarea,
.comment-respond form textarea {
  height: 50px;
  padding: 20px;
  width: 100%;
  margin-bottom: 30px;
  outline: 0;
  border: 1px solid #ddd;
  outline: none;
  box-shadow: none;
}
.leave_comment_widget form input:focus,
.comment-respond form input:focus,
.leave_comment_widget form textarea:focus,
.comment-respond form textarea:focus {
  border: 1px solid #234abf;
  outline: none;
  box-shadow: none;
}
.leave_comment_widget form textarea,
.comment-respond form textarea {
  resize: none;
  height: 150px;
}
.leave_comment_widget form input[type="submit"],
.comment-respond form input[type="submit"] {
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  border-radius: 0px;
  margin: 0;
  right: 0;
  top: 0;
  background: #234abf;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.leave_comment_widget form input[type="submit"]:hover,
.comment-respond form input[type="submit"]:hover {
  background: #000;
}
.col-md-8.margin_auto {
  margin: 0 auto;
}
h3#reply-title {
  font-size: 18px;
  color: #000;
}
h3#reply-title small a {
  font-size: 16px;
  color: #000;
}
.wrapper {
  padding-top: 100px !important;
  padding-right: 0px !important;
  padding-bottom: 100px !important;
  padding-left: 0px !important;
  overflow: hidden;
}
.wrapper-bottom {
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 100px !important;
  padding-left: 0px !important;
  overflow: hidden;
}
.wrapper-top {
  padding-top: 100px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  overflow: hidden;
}
.no-wrapper {
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  overflow: hidden;
}
.fw-container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
#column-left .pogoSlider,
#column-right .pogoSlider,
#content .pogoSlider {
  margin: 0;
}
.col-md-4.mix,
.col-md-3.mix {
  margin: 15px 0;
}
.main-header-two {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: transparent;
}
.main-header-two .header-navbar {
  background: rgba(255, 255, 255, 0.8);
}
.main-header-two .stellarnav.light {
  background: transparent;
}
.stellarnav.light li a i {
  margin-top: -5px;
}
.main-header-two .header-topbar-area {
  background: #000000;
}
.main-header-two .header-topbar-col ul {
  text-align: left;
}
.main-header-two .header-topbar-col ul li {
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}
.main-header-two .header-topbar-col ul li i {
  color: #ffffff;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.main-header-two .header-topbar-btn {
  text-align: right;
}
.main-header-two .header-topbar-btn a {
  color: #ffffff;
  background: #234abf;
  text-transform: capitalize;
  padding: 12px 30px;
  height: 50px;
  line-height: 40px;
}
.main-header-two .scroll-to-fixed {
  width: 100% !important;
  background: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/* Main Slider (owl Slider)*/
.my-main-slider-area {
  position: relative;
}
.slide {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.slide .slide__item {
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  vertical-align: middle;
  align-items: center;
  position: relative;
  z-index: 2;
}
.slide .slide__item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.slide .slide__item .slide-caption {
  text-align: left;
  color: #fff;
}
.slide .slide__item .slide-caption .slide-caption__title {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 700;
}
.slide .slide__item .slide-caption .slide-caption__title span {
  color: #234abf;
}
.slide .slide__item .slide-caption .slide-caption__desc {
  color: #ffffff;
  margin-bottom: 30px;
}
.slide .slide__item .slide-caption .theme-btn {
  color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #234abf;
  margin-right: 10px;
  padding: 10px 30px;
}
.slide .slide__item .slide-caption .theme-btn:hover {
  border-color: #234abf;
  color: #ffffff;
  background: #000000;
}
.owl-item.active .slide-caption__title {
  animation: 1s 1s fadeInUp both;
}
.owl-item.active .slide-caption__desc {
  animation: 1s 1.5s fadeInUp both;
}
.owl-item.active .btn {
  animation: 1s 2s zoomIn both;
}
.main-slider {
  position: relative;
}
.main-slider .owl-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}
/*------------------------------------------------
>>>>>>>>>> 13. About CSS <<<<<<<<<<
--------------------------------------------------*/
.about-area {
  position: relative;
}
.about-area:after {
  background: url(../images/about_us_shape.png) no-repeat;
  content: "";
  bottom: 0;
  right: 0;
  width: 600px;
  height: 500px;
  position: absolute;
  z-index: -1;
}
.about-area .about-col h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 36px;
  line-height: 1.2;
}
.about-area .about-col h2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 80px;
  height: 2px;
  background: #234abf;
}
.about-area .about-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-area .about-col ul li {
  text-align: left;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
}
.about-area .about-col ul li:after {
  content: "\e64c";
  font-family: 'themify';
  font-size: 16px;
  font-weight: 400;
  color: #234abf;
  position: absolute;
  top: 0;
  left: 0;
}
.about-area .about-col .theme-btn {
  margin-top: 30px;
  background: transparent;
  border: 2px solid #234abf;
  color: #000000;
  transition: all 0.3s ease-out;
  padding: 5px 30px;
}
.about-area .about-col .theme-btn:hover {
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.about-col {
  margin-bottom: 0;
}
.about-col img {
  width: 100%;
  height: auto;
}
.about-col h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.choose-box {
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
}
.choose-box img {
  width: 40px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
/* Service Two */
.service-col-two {
  transition: all 0.3s ease-out;
  background: #ffffff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}
.service-col-two:hover .image .read-more {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.service-col-two .my-service-icon {
  margin-top: 30px;
  margin-left: 30px;
}
.service-col-two .image {
  position: relative;
  overflow: hidden;
}
.service-col-two .image a {
  display: block;
}
.service-col-two .image a img {
  width: auto;
}
.service-col-two .image .read-more {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: all 0.3s ease-out;
}
.service-col-two .image .read-more a {
  color: #ffffff;
  transition: all 0.3s ease-out;
  display: inline-block;
}
.service-col-two .image .read-more a:hover {
  background: #ffc41b;
  transition: all 0.3s ease-out;
}
.service-area-two .service-two-slider {
  position: relative;
  transition: all 0.3s ease-out;
}
.service-area-two .service-two-slider:hover .owl-controls .owl-nav div.owl-prev {
  left: -80px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.service-area-two .service-two-slider:hover .owl-controls .owl-nav div.owl-next {
  right: -70px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.service-area-two .service-two-slider .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.service-area-two .service-two-slider .owl-controls .owl-nav div {
  width: 60px;
  height: 60px;
  background: transparent;
}
.service-area-two .service-two-slider .owl-controls .owl-nav div i {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid #aaaaaa;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  display: block;
  border-radius: 100%;
  color: #234abf;
}
.service-area-two .service-two-slider .owl-controls .owl-nav div.owl-prev {
  left: -110px;
  right: inherit;
  position: absolute;
  top: -60px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.service-area-two .service-two-slider .owl-controls .owl-nav div.owl-next {
  right: -100px;
  left: inherit;
  position: absolute;
  top: -60px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.service-area-two .service-col-two {
  transition: all 0.3s ease-out;
}
.service-area-two .service-col-two .image {
  position: relative;
}
.service-area-two .service-col-two .image span {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 20px;
  font-weight: 400;
  background: #234abf;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  border-radius: 0 30px 0 0;
}
.service-area-two .service-col-two:hover .service-content h3:after {
  width: 60px;
  transition: all 0.3s ease-out;
}
.service-area-two .service-col-two .service-content {
  padding: 30px;
  position: relative;
}
.service-area-two .service-col-two .service-content h3 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  font-size: 22px;
}
.service-area-two .service-col-two .service-content h3 a {
  color: #000000;
  transition: all 0.3s ease-out;
}
.service-area-two .service-col-two .service-content h3 a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.service-area-two .service-col-two .service-content h3:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 40px;
  height: 2px;
  content: "";
  background: #234abf;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .service-area-two .service-col-two .service-content span {
    display: none;
  }
  .service-area-two .service-col-two .service-content {
    padding: 15px;
  }
}
.hero-area {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}
.hero-area:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.hero-area .theme-btn:before {
  background: #ffffff;
}
.hero-area .theme-btn:hover {
  color: #234abf;
}
.hero-content {
  width: 100%;
  height: 100%;
  display: table;
}
.hero-content-middle {
  vertical-align: middle;
  display: table-cell;
}
.hero-content-middle .hero-col {
  margin-top: 100px;
}
.hero-col h1 {
  color: #ffffff;
  font-size: 44px;
  line-height: 1.2;
}
.hero-col h1 span {
  color: #234abf;
}
.hero-col .cd-headline {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
  /*border-radius: 5px;*/
}
.hero-col p {
  color: #ffffff;
  margin-bottom: 30px;
}
.hero-col .theme-btn {
  margin: 0 5px;
  color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #234abf;
  margin-right: 10px;
  transition: all 0.3s ease-out;
}
.hero-col .theme-btn:hover {
  border-color: #ffffff;
}
.form-wrapper.fw-contact-form.contact-form .fw_form_fw_form input,
.form-wrapper.fw-contact-form.contact-form .fw_form_fw_form textarea {
  border: 1px solid #dddddd;
}
.form-wrapper.fw-contact-form.contact-form .fw_form_fw_form input::placeholder,
.form-wrapper.fw-contact-form.contact-form .fw_form_fw_form textarea::placeholder {
  color: #464646;
}
.form-wrapper.fw-contact-form.contact-form .fw_form_fw_form input:focus,
.form-wrapper.fw-contact-form.contact-form .fw_form_fw_form textarea:focus {
  border: 1px solid #ddd;
  box-shadow: none;
  outline: none;
}
.form-wrapper.fw-contact-form.contact-form .fw_form_fw_form .send-button {
  background: #234abf;
  padding: 10px 30px;
  color: #ffffff;
  border: 1px solid #234abf;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s;
  margin: 0 0 30px;
}
.form-wrapper.fw-contact-form.contact-form .fw_form_fw_form .send-button:hover {
  transition: all .3s;
  border: 1px solid #ffc41b;
  box-shadow: none;
  outline: none;
  background: #ffc41b;
  color: #fff;
}
.form-wrapper.fw-contact-form.contact-form .fw_form_fw_form .send-button:focus {
  border: 1px solid #234abf;
  box-shadow: none;
  outline: none;
}
/* --------------------- 
	Update CSS 21-02-2019 
   ---------------------	
*/
.blog-col .blog-text h3 {
  text-transform: capitalize;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.blog-col .blog-text h3.blog-title {
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 18px;
  color: #000000;
  line-height: 1.4;
  font-size: 24px;
}
.blog-col .blog-text h3.blog-title a {
  color: #000000;
}
.blog-col .blog-text h3.blog-title:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 80px;
  height: 3px;
  content: "";
  background: #234abf;
}
.blog-col .blog-text h3 a {
  text-transform: capitalize;
  transition: all 0.3s ease-out;
}
.blog-col .blog-text h3 a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.welcome-area .welcome-col h3 {
  text-transform: capitalize;
}
.hero-col h1 {
  text-transform: capitalize;
}
.hero-col .cd-headline {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}
.section-title h2 {
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
.choose-box h6 {
  margin-bottom: 10px;
  font-size: 18px;
}
.portfolio-item__header {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.section-title {
  margin-bottom: 40px;
}
.project-nav li.active {
  background: #234ABF;
}
.about-area {
  padding: 103px 0;
}
.blog-area {
  padding: 95px 0 100px;
}
.service-area {
  padding: 95px 0 87px;
}
.service-area.servicepage-area {
  padding: 85px 0 87px;
}
@media only screen and (max-width: 991px) {
  .video-col {
    padding-right: 0;
  }
}
input.btn.theme-btn.news-letter {
  color: #ffffff;
}
@media only screen and (max-width: 1600px) {
  .pogoSlider-slide .text-left p {
    padding-right: 120px !important;
  }
  .pogoSlider-slide .text-center p {
    padding: 0 100px !important;
  }
  .pogoSlider-slide .text-right p {
    padding-left: 120px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .stellarnav ul li {
    padding: 25px 2px;
  }
  .stellarnav ul li a {
    font-size: 12px;
    font-weight: 300;
  }
  .footer-area .footer-img img {
    width: 100%;
  }
  .footer-area .footer-img {
    right: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .project-info {
    margin-left: 0;
  }
  .service-content h3 {
    font-size: 19px !important;
  }
  .about-col.aos-init.aos-animate {
    margin-bottom: 30px;
  }
  .call-col {
    text-align: center;
    margin: 0;
  }
  .footer-area .footer-img {
    display: none !important;
  }
  .silder-elements {
    padding: 0 !important;
    max-width: 88% !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-heading-area {
    padding: 0 0 0px !important;
  }
  .header-topbar-col ul li i {
    color: #ffffff;
  }
  .pogoSlider-slide .text-center p,
  .pogoSlider-slide .text-left p,
  .pogoSlider-slide .text-right p {
    padding: 0 !important;
    text-align: center !important;
    font-size: 14px;
    line-height: 1.3;
  }
  .welcome-area .welcome-col img {
    width: 350px !important;
    height: auto;
    min-height: auto;
    margin: 0px auto !important;
    display: block;
  }
  .counter-area,
  .team-area,
  .top-client-area,
  .service-details-area,
  .shop-area,
  .team-details-area,
  .contact-info-area,
  .faq-area {
    padding: 60px 0 20px;
  }
  .about-area,
  .page-heading-box {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 575px) {
  .header-topbar-col ul li i {
    padding: 0 10px;
  }
  .service-area {
    padding-bottom: 0 !important;
  }
  .project-area {
    padding: 30px 0 !important;
  }
  .blog-col .blog-text {
    padding: 0 0 15px;
  }
  .call-col h3 {
    font-size: 20px;
    line-height: 1.9;
  }
  .footer-col ul li i {
    margin-right: 5px;
  }
}
p.wp-block-cover-text {
  color: #fff !important;
  line-height: 1.5 !important;
}
select {
  width: 100% !important;
  height: 45px !important;
  padding: 5px 15px !important;
  margin: 10px 0 !important;
}
.wp-block-search {
  position: relative;
  margin: 10px 0;
}
.wp-block-search input#wp-block-search__input-1 {
  height: 45px;
  padding: 5px 15px;
  width: 100%;
}
.wp-block-search .wp-block-search__button {
  position: absolute;
  right: 0;
  top: 36px;
  height: 45px;
  width: 80px;
  text-align: center;
  background: #234abf;
  color: #fff;
  cursor: pointer;
}
.wp-block-tag-cloud a {
  display: inline-block;
  color: #000000;
  border: 1px solid #000;
  margin: 2px;
  padding: 5px 20px;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}
.wp-block-tag-cloud a:hover {
  border-color: #234abf;
  background: #234abf;
  color: #fff;
}
.wp-block-group__inner-container {
  padding: 10px;
  margin-bottom: 10px;
}
.is-stacked-on-mobile {
  margin: 0px 0 10px;
}
figcaption.blocks-gallery-caption {
  margin-bottom: 15px;
}
.admin-bar .scroll-to-fixed {
  margin-top: 30px;
}
.home section.service-area.service-area-two {
  position: relative;
}
.home section.service-area.service-area-two:after {
  background: url(../images/shape2.png) no-repeat;
  content: "";
  bottom: -80px;
  right: -250px;
  width: 600px;
  height: 500px;
  position: absolute;
  animation-name: zoomInFader;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: zoomInFader;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: zoomInFader;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: zoomInFader;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: zoomInFader;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
  z-index: -1;
}
.service-area.service-area-two .section-title {
  margin-bottom: 35px;
}
p.form-submit {
  margin-bottom: 30px !important;
}
.blog-pagination .nav-links {
  overflow: hidden;
  padding: 15px;
  background: #ededed;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.blog-pagination .nav-links .nav-previous {
  padding-right: 15px;
  padding-left: 5px;
}
.blog-pagination .nav-links .nav-previous a {
  transition: all 0.3s ease-out;
}
.blog-pagination .nav-links .nav-previous a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.blog-pagination .nav-links .nav-previous a .meta-nav {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-bottom: 0px;
  transition: all 0.3s ease-out;
  position: relative;
  margin-left: 40px;
}
.blog-pagination .nav-links .nav-previous a .meta-nav:before {
  content: "\e629";
  font-family: 'themify';
  font-size: 16px;
  font-weight: 400;
  color: #234abf;
  position: absolute;
  top: -1px;
  left: -30px;
}
.blog-pagination .nav-links .nav-previous a .meta-nav:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.blog-pagination .nav-links .nav-previous a .title {
  font-size: 20px;
  color: #000000;
  margin: 0.5em 0 0;
  transition: all 0.3s ease-out;
  word-break: break-all;
  line-height: 1.2;
  font-weight: 600;
}
.blog-pagination .nav-links .nav-previous a .title:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.blog-pagination .nav-links .nav-next {
  text-align: right;
  padding-left: 15px;
  padding-right: 5px;
  position: relative;
}
.blog-pagination .nav-links .nav-next:before {
  content: "\e630";
  font-family: 'themify';
  font-size: 16px;
  font-weight: 400;
  color: #234abf;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-pagination .nav-links .nav-next a {
  transition: all 0.3s ease-out;
}
.blog-pagination .nav-links .nav-next a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.blog-pagination .nav-links .nav-next a .meta-nav {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-bottom: 0px;
  transition: all 0.3s ease-out;
  margin-right: 40px;
  position: relative;
}
.blog-pagination .nav-links .nav-next a .meta-nav:after {
  content: "\e628";
  font-family: 'themify';
  font-size: 16px;
  font-weight: 400;
  color: #234abf;
  position: absolute;
  top: -1px;
  right: -30px;
}
.blog-pagination .nav-links .nav-next a .meta-nav:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.blog-pagination .nav-links .nav-next .title {
  font-size: 20px;
  color: #000000;
  margin: 0.5em 0 0;
  transition: all 0.3s ease-out;
  word-break: break-all;
  line-height: 1.2;
  font-weight: 600;
}
.blog-pagination .nav-links .nav-next .title:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.blog-area {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.blog-area.blogpage-area {
  padding: 100px 0;
}
.blog-area.blog-extra-space .section-title {
  margin-bottom: 50px;
}
.blog-area .home-blog-slider {
  position: relative;
}
.blog-area .home-blog-slider:hover .owl-controls .owl-nav div.owl-prev {
  left: -80px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.blog-area .home-blog-slider:hover .owl-controls .owl-nav div.owl-next {
  right: -70px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.blog-area .home-blog-slider .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.blog-area .home-blog-slider .owl-controls .owl-nav div {
  width: 60px;
  height: 60px;
  background: transparent;
}
.blog-area .home-blog-slider .owl-controls .owl-nav div i {
  width: 60px;
  height: 60px;
  background: transparent !important;
  border: 1px solid #234abf;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  display: block;
  border-radius: 100%;
  color: #234abf;
}
.blog-area .home-blog-slider .owl-controls .owl-nav div.owl-prev {
  left: -110px;
  right: inherit;
  position: absolute;
  top: -60px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.blog-area .home-blog-slider .owl-controls .owl-nav div.owl-next {
  right: -100px;
  left: inherit;
  position: absolute;
  top: -60px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.blog-area .home-blog-slider .blog-container {
  border: 1px solid #f6f6f6;
  margin: 0;
}
.blog-area .home-blog-slider .blog-container .blog-text {
  padding: 34px 30px;
  overflow: hidden;
  background: #fff;
}
.blog-area .home-blog-slider .blog-container .blog-text .blog-meta-tag {
  padding-bottom: 10px;
}
.blog-area .home-blog-slider .blog-container .blog-text p {
  margin: 0;
}
.blog-area .home-blog-slider .blog-container .blog-image {
  margin: 0;
}
.home-two-testimonial-area .section-title span {
  color: #ffffff;
}
.home-two-testimonial-area .section-title h2 {
  color: #ffffff;
}
.home-two-testimonial-area .section-title p {
  color: #ffffff;
}
.home-two-testimonial-area .single-testimonial .testimonial-content .testimonial-text {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  padding: 30px;
  background: #ffffff;
  position: relative;
}
.home-two-testimonial-area .single-testimonial .testimonial-content .testimonial-text:after {
  color: #234abf;
  content: "\e67f";
  font-family: 'themify';
  font-weight: 400;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  font-size: 40px;
  background: #ffffff !important;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100%;
  line-height: 60px;
}
.home-two-testimonial-area .single-testimonial .testimonial-content .testimonial-info {
  margin-top: 30px;
  text-align: center;
}
.home-two-testimonial-area .single-testimonial .testimonial-content .testimonial-info img {
  width: auto;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}
.home-two-testimonial-area .single-testimonial .testimonial-content .testimonial-info .name {
  font-size: 20px;
  margin-top: 22px;
  margin-bottom: 0;
  color: #ffffff;
}
.home-two-testimonial-area .single-testimonial .testimonial-content .testimonial-info span {
  font-size: 16px;
  color: #ffffff;
}
.service-details-col .project-slider {
  position: relative;
}
.service-details-col .project-slider:hover .owl-controls .owl-nav div.owl-prev {
  left: 80px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.service-details-col .project-slider:hover .owl-controls .owl-nav div.owl-next {
  left: 80px;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}
.service-details-col .project-slider .owl-controls .owl-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 9;
}
.service-details-col .project-slider .owl-controls .owl-nav div {
  width: 60px;
  height: 60px;
  background: transparent;
}
.service-details-col .project-slider .owl-controls .owl-nav div i {
  width: 60px;
  height: 60px;
  background: #234abf !important;
  border: 1px solid #234abf;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  display: block;
  border-radius: 100%;
  color: #ffffff;
}
.service-details-col .project-slider .owl-controls .owl-nav div.owl-prev {
  left: 0px;
  right: inherit;
  position: absolute;
  top: -70px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.service-details-col .project-slider .owl-controls .owl-nav div.owl-next {
  left: 0px;
  position: absolute;
  top: 0px;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.service-details-col .project-info-list {
  width: 400px;
  position: absolute;
  bottom: 50px;
  right: 30px;
  background: #ffffff;
  z-index: 1;
  padding: 30px;
}
.service-details-col .project-info-list h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 24px;
}
.service-details-col .project-info-list h2:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 80px;
  height: 3px;
  content: "";
  background: #234abf;
}
.service-details-col .project-info-list .project-list ul.list {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.service-details-col .project-info-list .project-list ul.list li {
  text-align: left;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
  margin: 8px 0;
}
.service-details-col .project-info-list .project-list ul.list li a {
  display: block;
  color: #000000;
}
.service-details-col .project-info-list .project-list ul.list li a:hover {
  color: #234abf;
}
.service-details-col .project-info-list .project-list ul.list li:after {
  content: "\e628";
  font-family: 'themify';
  font-size: 16px;
  font-weight: 400;
  color: #234abf;
  position: absolute;
  top: 0;
  left: 0;
}
.service-details-col .project-button {
  margin-top: 30px;
}
.service-details-col .project-button ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-details-col .project-button ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}
.service-details-col .project-button ul li:after {
  display: none;
}
.service-details-col .project-button ul li a {
  display: block;
  padding: 7px 10px;
  background: transparent;
  color: #234abf;
  transition: all 0.3s ease-out;
  border: 1px solid #234abf;
}
.service-details-col .project-button ul li a:hover {
  background: #234abf;
  color: #ffffff;
}
.service-details-col .project-button ul li a:hover::after {
  right: 6px;
  top: 7px;
}
.service-detail-col ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.service-detail-col ul li {
  text-align: left;
  padding-left: 30px;
  padding-right: 0px;
  position: relative;
  margin: 8px 0;
}
.service-detail-col ul li strong {
  width: 150px;
  display: inline-block;
}
.service-detail-col ul li:after {
  content: "\e64c";
  font-family: 'themify';
  font-size: 16px;
  font-weight: 400;
  color: #234abf;
  position: absolute;
  top: 0;
  left: 0;
}
.service-detail-col .project-info {
  margin-left: 0;
}
.service-detail-col .project-info h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 22px;
}
.service-detail-col .project-info h2:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 80px;
  height: 3px;
  content: "";
  background: #234abf;
}
.service-detail-col .project-info .listservices ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.service-detail-col .project-info .listservices ul li {
  text-align: left;
  transition: all 0.3s ease-out;
  position: relative;
  padding: 0;
}
.service-detail-col .project-info .listservices ul li:after {
  display: none;
}
.service-detail-col .project-info .listservices ul li a {
  padding: 10px 40px;
  position: relative;
  margin: 8px 0;
  display: block;
  color: #000000;
  transition: all 0.3s ease-out;
  background: #f5f5f5;
}
.service-detail-col .project-info .listservices ul li a:after {
  content: "\e628";
  font-family: 'themify';
  font-size: 16px;
  font-weight: 400;
  color: #234abf;
  position: absolute;
  top: 9px;
  left: 10px;
}
.service-detail-col .project-info .listservices ul li a:hover {
  background: #234abf;
  transition: all 0.3s ease-out;
  color: #ffffff;
}
.service-detail-col .project-info .listservices ul li a:hover:after {
  color: #ffffff;
}
.service-detail-col .service-button {
  margin-top: 30px;
}
.service-detail-col .service-button a {
  margin: 15px 0 30px;
  display: block;
  padding: 15px;
  background: transparent;
  color: #234abf;
  border: 1px solid #ededed;
  text-align: center;
  transition: all 0.3s ease-out;
}
.service-detail-col .service-button a.offer-image {
  margin-bottom: 0;
}
.service-detail-col .service-button a:hover,
.service-detail-col .service-button a.active {
  background: #ffc41b;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.service-detail-col .service-button a:hover::after,
.service-detail-col .service-button a.active::after {
  right: 6px;
  top: 7px;
}
.project-info {
  border: 1px solid #cccccc;
  padding: 26px 20px 20px 20px;
  margin-left: 30px;
  width: 100%;
}
.project-info .listservices ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.project-info .listservices ul li {
  text-align: left;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
  margin: 8px 0;
}
.project-info .listservices ul li a {
  display: block;
  color: #000000;
}
.project-info .listservices ul li a:hover {
  color: #234abf;
}
.project-info .listservices ul li:after {
  content: "\e64c";
  font-family: 'themify';
  font-size: 16px;
  font-weight: 400;
  color: #234abf;
  position: absolute;
  top: 0;
  left: 0;
}
/*Unit test Css*/
.sidebar-col .widget_rss ul li {
  margin-left: 0 !important;
  list-style: none;
}
.sidebar-col .widget_rss ul li:before {
  display: none;
}
.sidebar-col .widget_rss ul li:last-child {
  border-bottom: none;
}
.sidebar-col .widget_text .textwidget img {
  margin: 1rem 0;
}
.blog-col .blog-text .blocks-gallery-grid {
  margin-left: 0;
}
.blog-col .blog-text ul.blocks-gallery-grid {
  margin-left: 0;
}
.single-blog blockquote {
  font-style: italic;
}
.single-blog blockquote cite {
  font-style: normal;
}
.blog-area .sticky:before {
  display: none;
}
.blog-area .sticky .blog-col {
  padding: 30px;
  background: #f0f0f0;
  margin-bottom: 60px;
}
.footer-area .widget {
  margin-left: 0 !important;
}
.footer-area .widget ul {
  margin-left: 0;
  padding-left: 0;
}
.footer-area .widget_archive ul li,
.footer-area .widget_categories ul li,
.footer-area .widget_pages ul li,
.footer-area .widget_nav_menu ul li,
.footer-area .widget_recent_comments ul li,
.footer-area .widget_recent_entries ul li,
.footer-area .widget_rss ul li,
.footer-area .widget_meta ul li {
  margin: 0;
  list-style: none;
}
.footer-area .widget_archive ul li:before,
.footer-area .widget_categories ul li:before,
.footer-area .widget_pages ul li:before,
.footer-area .widget_nav_menu ul li:before,
.footer-area .widget_recent_comments ul li:before,
.footer-area .widget_recent_entries ul li:before,
.footer-area .widget_rss ul li:before,
.footer-area .widget_meta ul li:before {
  display: none;
}
.footer-area .widget_archive ul li:last-child,
.footer-area .widget_categories ul li:last-child,
.footer-area .widget_pages ul li:last-child,
.footer-area .widget_nav_menu ul li:last-child,
.footer-area .widget_recent_comments ul li:last-child,
.footer-area .widget_recent_entries ul li:last-child,
.footer-area .widget_rss ul li:last-child,
.footer-area .widget_meta ul li:last-child {
  border-bottom: none;
}
.footer-area .widget_text .textwidget img {
  margin: 1rem 0;
}
.footer-area .footer-widget.widget_rss ul li {
  border-bottom: none;
}
h1.banner-page-title {
  color: #fff;
  word-wrap: break-word;
  line-height: 1.3;
  font-size: 36px;
  margin: 0;
}
h2.blog-title {
  font-size: 30px;
}
h2.blog-title a {
  color: #000000;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.3;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  h1.banner-page-title {
    font-size: 30px;
    word-wrap: break-word;
  }
  h2.blog-title {
    font-size: 24px;
  }
  .blog-col .blog-text a,
  .blog-col .blog-text h3.blog-title {
    word-wrap: break-word;
  }
  .single-blog .blog-col .blog-text .blog-meta,
  .single-blog .blog-col .blog-text .blog-meta a {
    font-size: 16px;
  }
  .read-more-icon a {
    font-size: 16px !important;
  }
}
.blog-text ul.blog-category {
  margin: 0 0 20px 0px;
  display: inline-block;
}
.blog-text ul.blog-category li {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}
.blog-text ul.blog-category li .meta-featured-post {
  color: #ffffff;
  font-size: 15px;
  background: #234abf;
  padding: 2px 10px;
  border-radius: 3px;
  transition: all 0.3s ease-out;
  margin: 2px 0;
  display: inline-block;
}
.blog-text ul.blog-category li .meta-featured-post:hover {
  background: #d8d3d3;
  transition: all 0.3s ease-out;
  color: #000000;
}
.blog-text ul.blog-category li a {
  transition: all 0.3s ease-out;
  color: #000000;
  font-size: 15px;
  background: #e6e6e6;
  padding: 2px 10px;
  border-radius: 3px;
  margin: 2px 0;
  display: inline-block;
}
.blog-text ul.blog-category li a:hover {
  background: #d8d3d3;
  transition: all 0.3s ease-out;
  color: #000000;
}
.single-project-image {
  margin-bottom: 35px;
}
.single-project-image img {
  width: auto !important;
}
.grid-view-blog {
  border: 1px solid #f6f6f6;
}
.grid-view-blog .blog-container {
  margin: 0;
}
.grid-view-blog .blog-container .blog-text {
  padding: 34px 30px;
  overflow: hidden;
  background: #fff;
}
.grid-view-blog .blog-container .blog-text .read-more-icon {
  display: block;
  margin: 20px 0px 0;
}
.services-custom-class .section-title {
  margin-bottom: 30px;
}
.services-custom-class .service-col.service-col-two {
  margin: 15px 0;
}
.services-custom-class .service-col {
  margin: 15px 0;
}
.services-custom-class .service-col .service-content h3:after {
  right: 0;
}
.team-page {
  padding: 85px 0;
}
.team-page.teampage-area {
  padding: 87px 0 77px;
}
.team-page .team-col {
  margin: 15px 0;
}
.team-page .team-col h2 a {
  color: #000000;
  transition: all 0.3s ease-out;
}
.team-page .team-col h2 a:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
section.service-area.services-custom-class {
  padding: 85px 0;
}
.single-blog .blog-col .blog-img {
  margin-bottom: 30px;
}
.magrin-spacing {
  margin: 15px 0;
}
@media only screen and (max-width: 1199px) {
  .call-area .read-more-icon a {
    padding: 15px 9px;
  }
  .widget_instagram li {
    width: 29%;
  }
  .cleanhit_about .footer-col .social-media ul li {
    margin-right: 9px;
  }
  .sidebar-recent-post .recent-post-widget .media .media-body .media-heading a {
    font-size: 14px;
  }
  .sidebar-recent-post .recent-post-widget .media .media-body span {
    font-size: 13px;
  }
  h1.banner-page-title {
    font-size: 36px;
  }
  h2.blog-title,
  h2.blog-title a {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .about-col img {
    width: auto;
    height: auto;
    display: block;
    margin: 50px auto 0;
  }
  .call-area .call-col h2 {
    color: #ffffff;
    margin: 0 auto 30px;
    text-align: center;
    display: block;
    font-size: 30px;
  }
  .call-area .read-more-icon {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .widget_instagram li {
    width: 45%;
  }
  .silder-elements.text-center .slider-main-title {
    padding: 0 20px;
  }
  .silder-elements.text-right .slider-main-title {
    padding-left: 20px;
  }
  .features-col h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .welcome-area .welcome-col {
    margin-bottom: 60px;
    text-align: left;
  }
  .counter-col {
    margin: 15px 0;
  }
  .testimonial-item-text {
    padding: 0 0 30px 0 !important;
    margin-left: 0;
  }
  .team-area .team-col,
  .pricing-area .pricing-col {
    margin: 15px 0;
  }
  .project-info {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .team-details-col img {
    width: auto;
    height: auto;
    margin: 0 auto 30px;
  }
  .team-details-col.team-details-image .rotate-text .experincedtext {
    padding: 15px 15px;
  }
  .grid-view-blog {
    margin: 15px 0;
  }
  .widget_instagram {
    margin: 0 0 30px 0;
  }
  .cleanhit_about .footer-col .social-media ul li {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .team-area .team-col {
    margin: 15px 0;
  }
}
.service-area .service-col {
  margin: 15px 5px;
}
section.project-area.home3_extra-space .section-title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .project-nav li {
    padding: 8px 9px;
    font-size: 14px;
  }
  .grid-view-blog .blog-container .blog-text,
  .blog-area .home-blog-slider .blog-container .blog-text {
    padding: 34px 15px;
  }
  span.posted-on a time,
  .blog-text ul.blog-category li a {
    font-size: 14px !important;
  }
  .call-area {
    clip-path: none;
    overflow: hidden;
  }
  .footer-area .widget.widget_instagram {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .widget_instagram li {
    width: 46%;
  }
  .pogoSlider {
    height: 60vh !important;
  }
  .pogoSlider .silder-elements.text-center .slider-main-title {
    padding: 0;
    margin-bottom: 10px !important;
  }
  .pogoSlider-slide .text-center p {
    font-size: 14px !important;
    line-height: 1.5;
  }
  .hero-area {
    height: 70vh;
    padding: 15px 0;
  }
  .hero-content-middle .hero-col {
    margin-top: 80px;
    font-size: 14px;
    line-height: 1.5;
  }
  .hero-content {
    display: block;
  }
  .hero-content-middle {
    vertical-align: inherit;
    display: block;
  }
  .service-details-col .project-button ul li {
    display: block;
    margin: 10px;
  }
  .service-details-col .project-button ul li a {
    padding: 7px 10px;
  }
  .section-title span {
    font-size: 14px !important;
    line-height: 1 !important;
  }
  .portfolio-item__header {
    font-size: 18px;
  }
  .testimonial-area,
  .top-client-area,
  .footer-area,
  .features-area,
  .team-area,
  .counter-area,
  .team-details-area {
    padding: 45px 0 !important;
  }
  .custom.container {
    padding: 0;
  }
  section.team-area .section-title {
    margin-bottom: 0px;
  }
  .section-title p {
    margin-bottom: 5px;
    line-height: 1.7 !important;
  }
  .team-details-text {
    padding: 0px 0px;
  }
  .pricing-area .section-title {
    margin-bottom: 0;
  }
  .pricing-header .our-price {
    font-size: 20px;
  }
  .single-blog .blog-col .blog-text .blog-meta {
    font-size: 13px;
  }
  .single-blog .blog-col .blog-text .blog-meta,
  .single-blog .blog-col .blog-text .blog-meta a {
    font-size: 13px !important;
  }
  h2.blog-title,
  h2.blog-title a {
    font-size: 18px;
  }
  h1.banner-page-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-content-middle .hero-col {
    margin-top: 50px;
    font-size: 14px;
    line-height: 1.5;
  }
  .slide-caption {
    padding: 0 15px !important;
  }
  .slide__item {
    height: 60vh !important;
  }
  span.posted-on a time {
    font-size: 14px !important;
  }
  .cleanhit_about .footer-col .social-media ul li {
    margin-right: 5px !important;
  }
  .main-header-two .header-topbar-col ul li i {
    margin-right: 9px !important;
  }
  .blog-col .read-more-icon a {
    font-weight: 400;
  }
  .blog-pagination .nav-links .nav-previous a .title,
  .blog-pagination .nav-links .nav-next a .title {
    font-size: 14px;
    line-height: 1;
  }
  .blog-pagination .nav-links .nav-previous a .meta-nav,
  .blog-pagination .nav-links .nav-next a .meta-nav {
    font-size: 12px;
  }
}
input.btn.theme-btn.news-letter {
  padding: 12px 30px;
  transition: all 0.3s ease-out;
  background: #000000;
}
input.btn.theme-btn.news-letter:hover {
  background: #ffc41b;
  transition: all 0.3s ease-out;
}
.team-details-col.team-details-image {
  position: relative;
  overflow: hidden;
}
.team-details-col.team-details-image .rotate-text {
  position: relative;
  overflow: hidden;
}
.team-details-col.team-details-image .rotate-text .experinced {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: 600;
  background: #234abf;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
.team-details-col.team-details-image .rotate-text .experincedtext {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  padding: 16.5px 15px;
}
.team-details-col.team-details-content {
  padding-left: 15px;
}
.team-details-col .skill-list {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.team-details-col .skill-list li {
  text-align: left;
  padding-left: 30px;
  padding-right: 0px;
  position: relative;
  margin: 8px 0;
}
.team-details-col .skill-list li:after {
  content: "\e64c";
  font-family: 'themify';
  font-size: 16px;
  font-weight: 400;
  color: #234abf;
  position: absolute;
  top: 0;
  left: 0;
}
.faq_area {
  padding: 95px 0 88px;
}
.faq_area .section-title {
  margin-bottom: 60px;
}
.faq_area .nav-tabs {
  margin: 0 30px 0 0;
  padding: 0;
  border: 0px;
  display: block;
  border: 1px solid #cccccc;
}
.faq_area .nav-tabs li {
  border: 0px;
  box-shadow: none;
  display: block;
  padding: 0px;
  margin: 0;
  border-top: 1px solid #cccccc;
}
.faq_area .nav-tabs li:first-child {
  border-top: none;
}
.faq_area .nav-tabs li:hover {
  background: transparent;
}
.faq_area .nav-tabs li:hover:focus {
  box-shadow: none;
}
.faq_area .nav-tabs li a {
  background: transparent;
  border: none;
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 10px 30px;
  position: relative;
  transition: all 0.3s ease-out;
}
.faq_area .nav-tabs li a:after {
  background: #234abf;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 20px;
  height: 20px;
  content: "";
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
  opacity: 1;
  visibility: hidden;
}
.faq_area .nav-tabs li a.active,
.faq_area .nav-tabs li a:hover {
  background: #234abf;
  box-shadow: none;
  color: #fff;
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease-out;
}
.faq_area .nav-tabs li a.active:after,
.faq_area .nav-tabs li a:hover:after {
  right: -10px;
  transition: all 0.7s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.faq_area .nav-tabs li a.active:focus,
.faq_area .nav-tabs li a:hover:focus {
  border: 0px;
  box-shadow: none;
}
.faq_area .nav-tabs li a:focus {
  box-shadow: none;
}
.faq_area .tab-content .accordion {
  display: block;
  width: 100%;
}
.faq_area .tab-content .accordion .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  margin: 15px 0;
  display: block;
  width: 100%;
}
.faq_area .tab-content .accordion .card:first-child {
  margin-top: 0;
}
.faq_area .tab-content .accordion .card .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0;
}
.faq_area .tab-content .accordion .card .card-header h3 {
  margin: 0;
  padding: 0;
}
.faq_area .tab-content .accordion .card .card-header h3 button {
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  padding: 15px;
  transition: all 0.3s ease-out;
}
.faq_area .tab-content .accordion .card .card-header h3 button:hover {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.welcome-col.single-welcome-area {
  margin: 0 !important;
}
@media only screen and (max-width: 991px) {
  .faq_area .nav-tabs {
    margin: 0 auto 30px;
    padding: 0;
    border: 0px;
    display: block;
    border: 1px solid #234abf;
  }
  .silder-elements {
    top: 45% !important;
  }
  .counter-col .counter {
    font-size: 28px;
  }
  .blog-area .section-title,
  .testimonial-area .section-title {
    margin-bottom: 0;
  }
  .testimonial-item {
    margin-top: 10px;
  }
  .service-area.service-area-two .section-title {
    margin-bottom: 15px;
  }
  .project-area.no-space .section-title {
    margin-bottom: 20px;
  }
  .project-area.extra-space .section-title {
    margin-bottom: 30px;
  }
  #Container {
    margin-top: 10px;
  }
  .project-area.extra-space {
    margin: 0;
    padding: 50px 0;
  }
  .project-area.no-space {
    padding: 45px 0 0 !important;
  }
  .project-area.no-space #Container {
    margin-top: 30px;
  }
  section.project-area.home3_extra-space {
    padding: 50px 0;
  }
  section.project-area.home3_extra-space .section-title {
    margin-bottom: 25px;
  }
  .project-area.project-col-four ul.project-nav {
    margin-bottom: 25px !important;
  }
  section.project-area.extra-space.space100.project-col-four,
  .pricing-area,
  .faq_area,
  .testimonial-area {
    padding: 60px 0 !important;
  }
  .project-archive {
    padding: 45px 0 !important;
  }
  .service-area {
    padding: 60px 0 !important;
  }
  .faq_area .section-title {
    margin-bottom: 30px;
  }
  .team-area .section-title {
    margin-bottom: 20px;
  }
  .blog-area {
    padding: 60px 0;
  }
  .millde-img {
    margin: 20px auto 30px;
    display: block;
    text-align: center;
  }
  .share-links,
  .share-links ul {
    text-align: center;
  }
  .share-links h4:before {
    right: 0;
    margin: 0 auto;
  }
  .home section.service-area.service-area-two:after {
    display: none;
  }
  :hover .owl-controls .owl-nav div.owl-prev {
    left: 0 !important;
  }
  :hover .owl-controls .owl-nav div.owl-next {
    right: 20px !important;
  }
  .features-area .features-slider:hover .owl-controls .owl-nav div.owl-next {
    right: 40px !important;
  }
}
.project-archive {
  padding: 55px 0;
}
.project-archive .portfolio-item {
  margin: 15px 0;
}
.service-details-area {
  padding: 100px 0;
}
.service-details-area .list {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.service-details-area .list li {
  text-align: left;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
  margin: 8px 0;
}
.service-details-area .list li a {
  display: block;
  color: #000000;
}
.service-details-area .list li a:hover {
  color: #234abf;
}
.service-details-area .list li:after {
  content: "\e64c";
  font-family: 'themify';
  font-size: 16px;
  font-weight: 400;
  color: #234abf;
  position: absolute;
  top: 0;
  left: 0;
}
.service-details-area ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.service-details-area ul li {
  text-align: left;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
  margin: 8px 0;
}
.service-details-area ul li a {
  display: block;
  color: #000000;
}
.service-details-area ul li a:hover {
  color: #234abf;
}
.service-details-area ul li:after {
  content: "\e64c";
  font-family: 'themify';
  font-size: 16px;
  font-weight: 400;
  color: #234abf;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1199px) {
  .welcome-area {
    padding: 60px 0;
  }
  .welcome-area .welcome-col h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title h2 {
    font-size: 30px;
  }
  .hero-col h1 {
    font-size: 36px;
  }
  .faq_area .tab-content .accordion .card .card-header h3 button {
    white-space: inherit;
  }
  .inner-page-content table td,
  .inner-page-content table th {
    width: 50px;
    padding: 10px 20px;
  }
  .hero-col h1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-col .theme-btn {
    padding: 5px 10px;
  }
  section.welcome-area.welcome-margin-botton {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .comments-area .comment-list li .comment-body {
    padding: 130px 30px 30px 30px;
  }
  .comments-area .comment-list li .comment-body .comment-author.vcard img {
    top: 15px;
  }
  .slide-caption__title {
    font-size: 28px;
  }
  .slider-main-title {
    font-size: 20px !important;
    margin: 0;
    padding: 0;
  }
}
.cleanhit-menu {
  position: relative;
}
.cleanhit-menu .toggle-btn {
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: -42px;
  right: 0;
  z-index: 9;
  display: none;
}
.cleanhit-menu .toggle-btn .border-icon {
  display: block;
  height: 2px;
  margin-bottom: 5px;
  width: 25px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  background: #234abf;
  z-index: 11;
}
.cleanhit-menu .toggle-btn .border-icon:last-child {
  margin-bottom: 0;
}
.cleanhit-menu .toggle-btn.active .border-icon {
  background: #234abf;
}
.cleanhit-menu .toggle-btn.active .border-icon:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cleanhit-menu .toggle-btn.active .border-icon:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.cleanhit-menu .toggle-btn.active .border-icon:nth-child(3) {
  top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cleanhit-menu .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.cleanhit-menu .main-menu ul li {
  display: inline-block;
  transition: all 0.3s ease-out;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.cleanhit-menu .main-menu ul li.menu-item-has-children a:after {
  font-family: fontawesome;
  content: "\f107";
  font-style: normal;
  font-weight: 400;
  margin-left: 10px;
  margin-right: 0;
  float: right;
}
.cleanhit-menu .main-menu ul li:last-child {
  border-right: 0px solid transparent;
}
.cleanhit-menu .main-menu ul li:hover {
  transition: all 0.2s ease-in-out;
}
.cleanhit-menu .main-menu ul li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.cleanhit-menu .main-menu ul li ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  width: 250px;
  position: absolute;
  top: 130%;
  left: 0;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
  transform-origin: 0 0 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  text-align: left !important;
  z-index: 99;
}
.cleanhit-menu .main-menu ul li ul.sub-menu li {
  display: block !important;
  border-top: 1px solid #f1f1f1;
  border-right: none;
  padding: 0;
  position: relative;
}
.cleanhit-menu .main-menu ul li ul.sub-menu li:hover ul {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scaleY(1) !important;
  top: 0% !important;
  left: 250px !important;
  text-align: left !important;
}
.cleanhit-menu .main-menu ul li ul.sub-menu li a {
  display: block;
  text-transform: capitalize;
  font-weight: 400 !important;
  padding: 7px 15px !important;
  transition: all 0.3s ease-out;
  color: #000000;
}
.cleanhit-menu .main-menu ul li ul.sub-menu li a:after {
  display: none;
}
.cleanhit-menu .main-menu ul li ul.sub-menu li a:hover {
  color: #234abf;
}
.cleanhit-menu .main-menu ul li:hover,
.cleanhit-menu .main-menu ul li.current_page_item {
  transition: all 0.3s ease-out;
}
.cleanhit-menu .main-menu ul li:hover a,
.cleanhit-menu .main-menu ul li.current_page_item a {
  color: #234abf;
  transition: all 0.3s ease-out;
}
.cleanhit-menu .main-menu ul li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-out;
  padding: 25px 15px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
#menu ul li {
  display: inline-block;
  transition: all 0.3s ease-out;
  position: relative;
}
#menu ul li.page_item_has_children a:after {
  font-family: fontawesome;
  content: "\f107";
  font-style: normal;
  font-weight: 400;
  margin-left: 10px;
  margin-right: 0;
  float: right;
}
#menu ul li:last-child {
  border-right: 0px solid transparent;
}
#menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  top: 100%;
}
#menu ul li ul {
  opacity: 0;
  visibility: hidden;
  width: 250px;
  position: absolute;
  top: 130%;
  left: 0;
  background: #ffffff;
  text-align: left;
  transition: all 0.3s ease-out;
  transform-origin: 0 0 0;
  z-index: 9;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}
#menu ul li ul li {
  display: block !important;
  border-top: 1px solid #f1f1f1;
  border-right: none;
  padding: 0;
  position: relative;
}
#menu ul li ul li:hover ul {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scaleY(1) !important;
  top: 0% !important;
  left: 250px !important;
}
#menu ul li ul li ul {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: scaleY(0) !important;
  top: 0% !important;
  left: 0px !important;
}
#menu ul li ul li ul li {
  display: block !important;
}
#menu ul li ul li a {
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  padding: 7px 15px;
  transition: all 0.3s ease-out;
  color: #000000 !important;
}
#menu ul li ul li a:after {
  display: none;
}
#menu ul li ul li a:hover {
  color: #234abf;
}
#menu ul li:hover,
#menu ul li.current_page_item {
  transition: all 0.3s ease-out;
}
#menu ul li:hover a,
#menu ul li.current_page_item a {
  color: #234abf;
  transition: all 0.3s ease-out;
}
#menu ul li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-out;
  padding: 25px 7px;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  #menu ul li a {
    padding: 25px 4px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1200px) {
  #menu ul li a {
    padding: 25px 4px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .slide .slide__item .slide-caption .slide-caption__title {
    font-size: 36px;
  }
  .main-menu,
  div#menu {
    display: none;
  }
  .main-menu.active,
  div#menu.active {
    display: block;
    position: absolute;
    z-index: 9;
    width: 104%;
    background: #ffffff;
    top: 0;
    left: -15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  }
  .main-menu.active ul,
  div#menu.active ul {
    text-align: left;
  }
  .main-menu.active ul li,
  div#menu.active ul li {
    display: block !important;
    border-top: 1px solid #cccccc;
  }
  .main-menu.active ul li .sub-menu,
  div#menu.active ul li .sub-menu {
    width: 100%;
  }
  .main-menu.active ul li ul,
  div#menu.active ul li ul {
    background: #ffffff;
    width: 100% !important;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  }
  .main-menu.active ul li a,
  div#menu.active ul li a {
    padding: 10px 15px;
  }
  .cleanhit-menu .toggle-btn {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .main-menu {
    display: none;
  }
  .main-menu.active {
    width: 105%;
  }
  .slide .slide__item .slide-caption .slide-caption__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 645px) {
  .main-menu {
    display: none;
  }
  .main-menu.active {
    width: 106%;
  }
}
@media only screen and (max-width: 550px) {
  .main-menu {
    display: none;
  }
  .main-menu.active {
    width: 109%;
  }
  .slide .slide__item .slide-caption .theme-btn {
    margin-right: 5px;
    padding: 5px 11px;
  }
}
@media only screen and (max-width: 400px) {
  .main-menu {
    display: none;
  }
  .main-menu.active {
    width: 112%;
  }
}
.form-query {
  background: #f1f1f1;
  padding: 30px 15px 15px;
  margin-bottom: 30px;
}
.form-query .row {
  display: block;
  margin: 10px 0;
}
.form-query .row h4 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 24px;
}
.form-query .row h4:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 80px;
  height: 3px;
  content: "";
  background: #234abf;
}
.form-query .row input {
  height: 45px;
  width: 100%;
  border: 1px solid #cccccc;
  box-shadow: none;
  padding: 5px 15px;
  outline: none;
}
.form-query .row input:focus {
  border: 1px solid #234abf;
  box-shadow: none;
}
.form-query .row input[type="submit"] {
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.form-query .row input[type="submit"]:hover {
  color: #ffffff;
  transition: all 0.3s ease-out;
  background: #ffc41b;
}
.form-query .row textarea {
  height: 90px;
  width: 100%;
  border: 1px solid #cccccc;
  box-shadow: none;
  padding: 5px 15px;
  outline: none;
}
.form-query .row textarea:focus {
  border: 1px solid #234abf;
  box-shadow: none;
}
/* Project Details */
.service-details-col .project-info-list {
  width: 100%;
  position: static;
  padding: 0;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 30px;
  padding-bottom: 20px;
}
.service-details-col .project-info-list .project-list ul.list {
  margin-bottom: 0;
}
.service-details-col .project-info-list .project-list ul.list li strong {
  display: inline-block;
  min-width: 51%;
  margin-right: 10px;
}
.service-details-col .project-info-list .project-list ul.list li strong:after {
  content: ':';
  float: right;
  padding-left: 5px;
}
.service-details-col .project-info-list .project-list ul.list li:after {
  content: "\e71b";
  font-size: 20px;
}
.service-details-col .project-slider .owl-controls .owl-nav div.owl-next {
  left: auto;
  right: 0;
  top: 0;
}
.service-details-col .project-slider .owl-controls .owl-nav div.owl-prev {
  top: 0;
}
.service-details-col .project-slider:hover .owl-controls .owl-nav div.owl-next {
  left: auto;
  right: 50px;
}
.service-details-col .project-slider:hover .owl-controls .owl-nav div.owl-prev {
  left: 50px;
}
.service-details-col .project-slider .owl-controls .owl-nav {
  top: 31%;
}
.service-details-area .service-details-content ul {
  display: grid;
  grid-template-columns: auto auto auto;
  padding-top: 10px;
}
.service-details-area .service-details-content ul li:after {
  width: 45px;
  height: 45px;
  display: inline-block;
  background-color: #f4f7ff;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 10px;
}
.service-details-area .service-details-content ul li {
  padding: 10px 0;
  padding-left: 65px;
  margin: 0;
  margin-bottom: 15px;
}
.service-details-area .middle-img {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 30px;
  padding-top: 20px;
  padding-bottom: 40px;
}
/* Project Details End */
/* Subscribe Area */
.subscribe-sec-wrapper {
  background-position: center center;
  background-size: cover;
  padding-bottom: 115px;
  padding-top: 110px;
  position: relative;
}
.subscribe-sec-wrapper:before {
  background-color: rgba(0, 0, 0, 0.7);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.subscribe-sec-wrapper .subscribe-content span {
  color: #ffffff;
  display: block;
  font-size: 18px;
  margin-top: 15px;
}
.subscribe-sec-wrapper .subscribe-content .subsc-title {
  color: #ffffff;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 30px;
  text-transform: none;
}
.subscribe-sec-wrapper .subscribe-content .subscribe-form {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
.subscribe-sec-wrapper .subscribe-content .subscribe-form button {
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  height: 50px;
  width: 160px;
  border: none;
}
.subscribe-sec-wrapper .subscribe-content .subscribe-form button:focus {
  border: none;
  outline: none;
}
.subscribe-sec-wrapper .subscribe-content .subscribe-form input {
  height: 50px;
  padding-left: 20px;
  width: 100%;
  border: none;
}
.subscribe-sec-wrapper .subscribe-content .subscribe-form input:focus {
  border: none;
  outline: none;
}
/* Subscribe Area end */
/* Pricing table */
.pricing-area .pricing-col .pricing-header {
  -webkit-clip-path: none;
  clip-path: none;
  background-color: #fff;
  padding: 0;
}
.pricing-area .pricing-col .pricing-header .price-icon {
  display: inline-block;
  background-color: #0062cc;
  border-radius: 50%;
  color: #fff;
  width: 167px;
  height: 167px;
  line-height: 167px;
  font-size: 76px;
  margin-bottom: 60px;
}
.pricing-area .pricing-col {
  box-shadow: 0 75px 85px -21px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 30px;
}
.pricing-area .pricing-col .pricing-header .title {
  color: #363636;
  font-size: 30px;
  margin-bottom: 7px;
}
.pricing-area .pricing-col .pricing-header .our-price {
  font-size: 60px;
  line-height: 1;
  color: #0062cc;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pricing-area .pricing-col .pricing-content ul li {
  border-bottom: none;
  margin-bottom: 10px;
  padding: 0;
  font-size: 16px;
}
/* Pricing table End */
/* Team Details */
.team-details-area .team-details-col .team-details-text .title {
  font-size: 32px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}
.team-details-area .team-details-col .team-details-text .title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #234abf;
  content: "";
}
.team-details-area .team-details-col .team-details-text span {
  color: #234abf;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px;
}
.team-details-area .team-details-col .my-info {
  padding: 26px 15px;
  background: #f1f1f1;
  margin: 15px 0 30px;
}
.team-details-area .team-details-col .my-info ul li {
  display: inline-block;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  line-height: 1;
}
.team-details-area .team-details-col .my-info ul li i {
  color: #234abf;
  font-size: 20px;
}
.team-details-area .team-details-col .my-info ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.team-details-area .team-details-col .details-social ul {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.team-details-col.team-details-image .rotate-text .experincedtext {
  padding: 15px 15px;
}
.team-details-col.team-details-content {
  padding-left: 20px;
}
/* Team Details end */
/* Footer Style */
.footer-layout1 {
  background-image: none !important;
  background-color: #252A48 !important;
  padding-top: 120px;
  padding-bottom: 90px;
}
.footer-layout1 .footer-widget {
  margin-bottom: 30px;
}
.footer-layout1 .footer-widget .widget-title {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.footer-layout1 .widget-links ul li {
  list-style: none;
  margin-bottom: 5px;
}
.footer-layout1 .widget-links ul {
  padding: 0;
}
.footer-layout1 .widget-links ul li a {
  color: #898EB4;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  transition: all ease 0.4s;
  position: relative;
  text-transform: capitalize;
}
.footer-layout1 .widget-links ul li:last-child {
  margin-bottom: 0;
}
.footer-layout1 .widget-links ul li a:before {
  content: "\e71c";
  font-family: 'themify';
  position: absolute;
  right: -25px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: right 0.4s ease;
  font-weight: 300;
}
.footer-layout1 .widget-links ul li a:hover {
  color: #fff;
}
.footer-layout1 .widget-links ul li a:hover:before {
  right: -37px;
  opacity: 1;
  visibility: visible;
}
.footer-layout1 .widget-about .about-text {
  color: #898EB4;
  line-height: 32px;
}
.footer-layout1 .widget-about .action-box .icon span i {
  color: #fff;
  font-size: 44px;
  margin-right: 20px;
}
.footer-layout1 .widget-about .action-box .content span {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.footer-layout1 .widget-about .action-box .content .text {
  font-size: 18px;
  color: #fff;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 12px;
}
.footer-layout1 .widget-about .action-box .content .text a {
  color: inherit;
}
.footer-layout1 .recent-post-widget .single-post .pull-left {
  width: 75px;
  height: 75px;
  margin-right: 20px;
  padding-top: 3px;
}
.footer-layout1 .recent-post-widget .single-post .media-heading {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 8px;
  color: #898EB4;
}
.footer-layout1 .recent-post-widget .single-post .media-heading:hover {
  color: #fff;
}
.footer-layout1 .recent-post-widget .single-post .media-heading a {
  color: inherit;
}
.footer-layout1 .recent-post-widget .single-post .media-body {
  width: calc(5%);
}
.footer-layout1 .recent-post-widget .single-post .media-body span {
  color: #898EB4;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}
.footer-layout1 .recent-post-widget .single-post .media-body span i {
  font-size: 15px;
  margin-right: 8px;
}
.footer-layout1 .recent-post-widget .single-post {
  margin-bottom: 10px;
}
.footer-layout1 .recent-post-widget {
  padding-left: 50px;
}
.footer-copyright {
  background-image: none;
  background-color: #252A48;
  padding: 19px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* Footer Style End */
/* ***Responsive media query*** */
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1500px) {
  .footer-area.footer-layout1 {
    background-color: #252A48;
  }
  .footer-layout1 .recent-post-widget {
    padding-left: 0;
  }
  .footer-layout1 .recent-post-widget .single-post .media-heading {
    font-size: 15px;
  }
}
/* xl end */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-layout1 .recent-post-widget {
    padding-left: 30px;
  }
  .footer-layout1 .recent-post-widget .single-post .media-heading {
    font-size: 15px;
    margin-bottom: 2px;
  }
  .service-details-area .service-details-content ul {
    display: grid;
    grid-template-columns: auto auto;
    padding-top: 10px;
  }
  .service-details-col .project-info-list {
    padding: 0;
    border: none;
  }
  .service-details-col .project-info-list .project-list ul.list li {
    margin: 5px 0;
    font-size: 14px;
  }
  .pricing-area .pricing-col .pricing-header .price-icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 54px;
    margin-bottom: 30px;
  }
  .pricing-area .pricing-col .pricing-header .title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .pricing-area .pricing-col .pricing-header p {
    font-size: 14px;
  }
  .pricing-area .pricing-col .pricing-header .our-price {
    font-size: 48px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pricing-area .pricing-col .pricing-content ul li {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .team-details-col.team-details-content {
    padding-left: 0;
  }
  .team-details-area .team-details-col .my-info ul li {
    padding-right: 15px;
    margin-right: 15px;
  }
}
/* lg end */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-layout1 .recent-post-widget {
    padding-left: 0;
  }
  .service-details-area .service-details-content ul li {
    font-size: 14px;
  }
  .service-details-col .project-info-list .project-list ul.list li strong {
    min-width: 30%;
    margin-right: 30px;
  }
  .subscribe-sec-wrapper .subscribe-content .subsc-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .subscribe-sec-wrapper {
    padding-top: 90px;
    padding-bottom: 95px;
  }
  .pricing-area .pricing-col .pricing-header .price-icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 54px;
    margin-bottom: 30px;
  }
  .pricing-area .pricing-col .pricing-header .title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .pricing-area .pricing-col .pricing-header p {
    font-size: 14px;
  }
  .pricing-area .pricing-col .pricing-header .our-price {
    font-size: 48px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pricing-area .pricing-col .pricing-content ul li {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .team-details-area .team-details-col .my-info ul li {
    padding-right: 15px;
    margin-right: 15px;
  }
  .team-details-col.team-details-content {
    padding-left: 0;
  }
}
/* md end */
/* Extra small devices (portrait phones, less than 768px) */
@media (max-width: 767.98px) {
  .footer-layout1 .recent-post-widget {
    padding-left: 0;
  }
  .footer-layout1 .recent-post-widget .single-post .media-heading {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .footer-layout1 .footer-widget .widget-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .footer-layout1 .widget-links ul li a {
    font-size: 14px;
  }
  .footer-layout1 .widget-links ul li {
    margin-bottom: 0;
  }
  .footer-copyright {
    padding: 0 0;
  }
  .copyright p {
    font-size: 11px;
    line-height: 22px;
  }
  .copyright {
    margin-top: 0 !important;
  }
  .footer-layout1 .widget-about .about-text {
    font-size: 14px;
  }
  .service-details-area .service-details-content ul {
    display: block;
    grid-template-columns: auto;
  }
  .service-details-area .service-details-content ul li::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
  }
  .service-details-area .service-details-content ul li {
    padding: 0;
    padding-left: 40px;
    margin: 0;
    margin-bottom: 15px;
  }
  .service-details-area .service-details-content ul li {
    padding: 0;
    padding-left: 40px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .service-details-area .middle-img {
    display: block;
    grid-template-columns: auto;
    grid-column-gap: 0;
    padding-bottom: 10px;
  }
  .service-details-area .middle-img img {
    margin-bottom: 30px;
  }
  .service-details-col .project-info-list .project-list ul.list li {
    font-size: 12px;
  }
  .service-details-col .project-info-list {
    padding: 0 !important;
    border: none;
  }
  .subscribe-sec-wrapper .subscribe-content .subsc-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .subscribe-sec-wrapper {
    padding-top: 60px;
    padding-bottom: 65px;
  }
  .subscribe-sec-wrapper .subscribe-content form .subscribe-form button {
    width: 110px;
    height: 40px;
    font-size: 13px;
  }
  .subscribe-sec-wrapper .subscribe-content form .subscribe-form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border: none;
  }
  .subscribe-sec-wrapper .subscribe-content > span {
    font-size: 12px;
    margin-top: 10px;
  }
  .pricing-area .pricing-col .pricing-header .price-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 46px;
    margin-bottom: 30px;
  }
  .pricing-area .pricing-col .pricing-header .title {
    font-size: 22px;
    margin-bottom: 7px;
  }
  .pricing-area .pricing-col .pricing-header .our-price {
    font-size: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .pricing-area .pricing-col .pricing-content ul li {
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
  }
  .pricing-area .pricing-col {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .team-details-area.team-details-wrapper {
    padding-bottom: 40px !important;
  }
  .team-details-area .team-details-col .team-details-text .title {
    font-size: 26px;
    margin-bottom: 0px;
  }
  .team-details-area .team-details-col .team-details-text span {
    letter-spacing: 0;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .team-details-wrapper .team-details-text {
    padding: 0 !important;
  }
  .team-details-area .team-details-col .my-info ul li {
    padding-right: 15px;
    margin-right: 0;
    border-right: none;
    line-height: 1;
    margin-bottom: 10px;
  }
  .team-details-wrapper .team-details-col.team-details-content {
    padding-left: 0 !important;
  }
}
/* sm end */
footer.footer-area {
  background-image: none;
  background-color: #252A48;
}
.footer-widget.cleanhit_recent .sidebar-recent-post .recent-post-widget .single-post .media-body span {
  font-size: 14px;
}
footer.footer-area .sidebar-recent-post .recent-post-widget .media .media-body .media-heading {
  padding-bottom: 0;
}
footer.footer-area .sidebar-recent-post .recent-post-widget .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.footer-area .cleanhit_about .footer-col p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}
footer.footer-area .cleanhit_about .footer-col .social-media ul li {
  margin-right: 0;
}
footer.footer-area .cleanhit_about .footer-col .social-media ul li a i {
  color: rgba(255, 255, 255, 0.6);
}
footer.footer-area .cleanhit_about .footer-col .social-media ul li a i:hover {
  color: #ffffff;
}
footer.footer-area .sidebar-recent-post .recent-post-widget .media .media-body .media-heading:after {
  display: none;
}
footer.footer-area .sidebar-recent-post .recent-post-widget .media .media-body .media-heading a {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6) !important;
}
footer.footer-area .footer-widget.cleanhit_recent .sidebar-recent-post .recent-post-widget .single-post .media-body span {
  color: rgba(255, 255, 255, 0.6);
}
footer.footer-area .footer-widget.cleanhit_recent .sidebar-recent-post .recent-post-widget .single-post .media-body span i {
  margin-right: 5px;
}
footer.footer-area .sidebar-recent-post .recent-post-widget .media .media-body .media-heading a:hover {
  color: #ffffff !important;
}
footer.footer-area .contact-box-row {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 11px;
  margin-left: 30px;
  position: relative;
}
footer.footer-area .contact-box-row i {
  margin-right: 4px;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: -30px;
}
.subscribe-sec-wrapper .subscribe-content form .subscribe-form button:focus,
.subscribe-sec-wrapper .subscribe-content form .subscribe-form input:focus {
  outline: none;
}
.subscribe-content .mc4wp-response p {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 15px;
  font-size: 14px;
}
.subscribe-content .mc4wp-response p a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .subscribe-sec-wrapper .subscribe-content form .subscribe-form button {
    width: 130px;
    height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .subscribe-sec-wrapper .subscribe-content form .subscribe-form button {
    width: 135px;
    height: 40px;
    font-size: 13px;
  }
}
.team-area.team-aboutpage-area .team-col {
  margin-bottom: 30px;
}
